Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/instantpage/instant.page
Make your site’s pages instant in 1 minute and improve your conversion rate by 1%
https://github.com/instantpage/instant.page
instant performance
Last synced: 27 days ago
JSON representation
Make your site’s pages instant in 1 minute and improve your conversion rate by 1%
- Host: GitHub
- URL: https://github.com/instantpage/instant.page
- Owner: instantpage
- License: mit
- Created: 2019-02-07T16:49:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T06:40:22.000Z (7 months ago)
- Last Synced: 2024-04-04T06:44:36.360Z (7 months ago)
- Topics: instant, performance
- Language: JavaScript
- Homepage: https://instant.page
- Size: 89.8 KB
- Stars: 5,946
- Watchers: 64
- Forks: 202
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - instant.page - Make your site’s pages instant in 1 minute and improve your conversion rate by 1% (JavaScript)
- awesome-performance - Instant.page - instant.page uses *just-in-time preloading* — it preloads a page right before a user clicks on it. (Tools)
README
# instant.page
**Make your site’s pages instant in 1 minute and improve your conversion rate by 1%.**
:information_source: Info is on [the website](https://instant.page).
:scroll: The source is in [instantpage.js](https://github.com/instantpage/instant.page/blob/master/instantpage.js).
## Tests
With [Node](https://nodejs.org/), run:
`node test`
And access http://127.0.0.1:8000/. Or specify another port with an argument after the filename.
## Minifying
To minify instantpage.js into instantpage.min.js, run `npm run minify`.