Skip to content

Commit

Permalink
prefetch links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
georges-gomes committed Sep 13, 2023
1 parent 6898521 commit aac19aa
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,14 @@ Lazy-load assets below-the-fold ⬇️.

- Images and Iframes are lazy loaded.

See [details](https://jampack.divriots.com/features/optimize-above-the-fold/).
See [Above-the-fold optimisations](https://jampack.divriots.com/features/optimize-above-the-fold/) for details.

## Prefetch links

Speedup the future page navigations by prefetching the links on the page.
Thanks to [quicklink](https://github.com/GoogleChromeLabs/quicklink), this can be done dynamically as links enter the viewport.

See [Prefetch links](https://jampack.divriots.com/features/prefetch-links/) for details.

### All assets are compressed

Expand Down

0 comments on commit aac19aa

Please sign in to comment.