# 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 (opens new window) is not yet integrated in all major browsers. For example with laravel-HTTP2ServerPush (opens new window) (or use this fork (opens new window) as of this PR (opens new window)).

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.