Tips
Lighthouse
By default Rapidez is optimized for Lighthouse. To keep the scores high we've listed some tips.
Server Push
To improve the Lighthouse scores even more you could use Server Push because Early Hints is not yet integrated in all major browsers. For example with laravel-HTTP2ServerPush (or use this fork as of this PR).
Browser cache
If you're worried about the push that happens every page load regardless of the browser cache; Turbo is used so it's only pushed on the first page.
WARNING
Keep in mind that this requires HTTP/2, if you're using Cloudflare you should disable HTTP/3 as they didn't implement Server Push into it.