Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
georges-gomes committed Sep 14, 2023
1 parent 95ea232 commit e89f5d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,13 @@ Lazy-load assets below-the-fold ⬇️.

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

## Inline critical CSS

Avoid [FOUC](https://en.wikipedia.org/wiki/Flash_of_unstyled_content) while stylesheets are downloaded and parsed.
`jampack` will inline critical CSS and lazy-load the rest of CSS.

See [Inline critical CSS](https://jampack.divriots.com/features/inline-critical-css/) for details.

## Prefetch links

Speedup the future page navigations by prefetching the links on the page.
Expand Down

0 comments on commit e89f5d8

Please sign in to comment.