# EvandroLG/pageAccelerator

A very light solution to load web pages faster

Repository: https://github.com/EvandroLG/pageAccelerator
Canonical: https://ross.abutalabs.com/products/pageaccelerator
Language: JavaScript
License: MIT
License Family: permissive
Topics: front-end, javascript, performace
Last push: 2024-06-30T10:31:45+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3645, "days_push": 794, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1198, forks 45 (observed 2026-08-28T04:03:57.711131+00:00)

## What it is
pageAccelerator is a very lightweight (2.2KB minified) JavaScript library that speeds up web page navigation using ajax and pushState, similar to Turbolinks and pjax. It intercepts link clicks, loads pages in the background, and swaps content while updating the head, body, and title without a full page reload.

## Use cases
- make multi-page site navigation feel instant without a full rewrite
- lightweight pjax alternative without jQuery dependency
- load pages in the background on link click and swap content
- keep head and title in sync during ajax page transitions
- speed up navigation on a traditional server-rendered website

## When to choose
- you want a tiny, dependency-free turbolinks/pjax-style navigation layer
- your site is server-rendered and you want faster page transitions without an SPA framework

## When to avoid
- you are building a single-page application with client-side routing
- you need IE support without adding a Promise polyfill
- you need advanced features like caching, prefetching, or transition animations

## Facets
- artifact type: library
- maturity: maintenance
- function: http-client, routing, middleware
- domain: web-development, frontend, performance
- platform: browser
- tags: pjax, turbolinks-alternative, pushstate, ajax-navigation, lightweight, javascript

## Member repositories
- EvandroLG/pageAccelerator (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:57.711131+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:21:08.111301+00:00, confidence not recorded.
  - readme: https://github.com/EvandroLG/pageAccelerator (fetched 2026-08-28T04:03:57.711131+00:00, sha 915b4f0a1ebb)
- Data as of 2026-08-30T08:39:29.467469+00:00.
