Resources in the head block first paint until they download. Defer or inline critical CSS.
render-blocking-resources
Render-blocking resources in <head> delay first paint until the browser downloads and parses them. Every kilobyte adds latency, especially on slow networks.
What to fix
https://laravel-vitals.com/build/assets/fonts.css
Defer or async load this resource
https://laravel-vitals.com/build/assets/analytics.js
Defer or async load this resource
What to fix
https://laravel-vitals.com/build/assets/fonts.css
Defer or async load this resource
https://laravel-vitals.com/build/assets/analytics.js
Defer or async load this resource
What to fix
https://laravel-vitals.com/build/assets/fonts.css
Defer or async load this resource
https://laravel-vitals.com/build/assets/analytics.js
Defer or async load this resource
What to fix
https://laravel-vitals.com/build/assets/fonts.css
Defer or async load this resource
https://laravel-vitals.com/build/assets/analytics.js
Defer or async load this resource
What to fix
https://laravel-vitals.com/build/assets/fonts.css
Defer or async load this resource
https://laravel-vitals.com/build/assets/analytics.js
Defer or async load this resource
What to fix
https://laravel-vitals.com/build/assets/fonts.css
Defer or async load this resource
https://laravel-vitals.com/build/assets/analytics.js
Defer or async load this resource
What to fix
https://laravel-vitals.com/build/assets/fonts.css
Defer or async load this resource
https://laravel-vitals.com/build/assets/analytics.js
Defer or async load this resource
What to fix
https://laravel-vitals.com/build/assets/fonts.css
Defer or async load this resource
https://laravel-vitals.com/build/assets/analytics.js
Defer or async load this resource
What to fix
https://laravel-vitals.com/build/assets/fonts.css
Defer or async load this resource
https://laravel-vitals.com/build/assets/analytics.js
Defer or async load this resource
What to fix
https://laravel-vitals.com/build/assets/fonts.css
Defer or async load this resource
https://laravel-vitals.com/build/assets/analytics.js
Defer or async load this resource
What to fix
https://laravel-vitals.com/build/assets/fonts.css
Defer or async load this resource
https://laravel-vitals.com/build/assets/analytics.js
Defer or async load this resource
What to fix
https://laravel-vitals.com/build/assets/fonts.css
Defer or async load this resource
https://laravel-vitals.com/build/assets/analytics.js
Defer or async load this resource
What to fix
https://laravel-vitals.com/build/assets/fonts.css
Defer or async load this resource
https://laravel-vitals.com/build/assets/analytics.js
Defer or async load this resource
What to fix
https://laravel-vitals.com/build/assets/fonts.css
Defer or async load this resource
https://laravel-vitals.com/build/assets/analytics.js
Defer or async load this resource
What to fix
https://laravel-vitals.com/build/assets/fonts.css
Defer or async load this resource
https://laravel-vitals.com/build/assets/analytics.js
Defer or async load this resource
What to fix
https://laravel-vitals.com/build/assets/fonts.css
Defer or async load this resource
https://laravel-vitals.com/build/assets/analytics.js
Defer or async load this resource
<!-- Defer non-critical scripts -->
<script src="analytics.js" defer></script>
<!-- Async for independent scripts -->
<script src="ads.js" async></script>
<!-- Blocks parsing until downloaded -->
<script src="jquery.js"></script>