Laravel Vitals
Toggle theme
Eliminate render-blocking resources

Eliminate render-blocking resources

Warning

Resources in the head block first paint until they download. Defer or inline critical CSS.

render-blocking-resources
16
occurrences

Render-blocking resources in <head> delay first paint until the browser downloads and parses them. Every kilobyte adds latency, especially on slow networks.

Where this happens

16
dashboard
View URL
Tue, May 12, 2026 12:12 PM
View audit

What to fix

  • https://laravel-vitals.com/build/assets/fonts.css

    Defer or async load this resource

    320ms blocking
  • https://laravel-vitals.com/build/assets/analytics.js

    Defer or async load this resource

    180ms blocking
Wed, Apr 29, 2026 12:57 PM
View audit

What to fix

  • https://laravel-vitals.com/build/assets/fonts.css

    Defer or async load this resource

    320ms blocking
  • https://laravel-vitals.com/build/assets/analytics.js

    Defer or async load this resource

    180ms blocking
blog
View URL
Tue, May 26, 2026 12:12 PM
View audit

What to fix

  • https://laravel-vitals.com/build/assets/fonts.css

    Defer or async load this resource

    320ms blocking
  • https://laravel-vitals.com/build/assets/analytics.js

    Defer or async load this resource

    180ms blocking
Sat, May 9, 2026 12:54 PM
View audit

What to fix

  • https://laravel-vitals.com/build/assets/fonts.css

    Defer or async load this resource

    320ms blocking
  • https://laravel-vitals.com/build/assets/analytics.js

    Defer or async load this resource

    180ms blocking
product
View URL
Fri, May 15, 2026 12:35 PM
View audit

What to fix

  • https://laravel-vitals.com/build/assets/fonts.css

    Defer or async load this resource

    320ms blocking
  • https://laravel-vitals.com/build/assets/analytics.js

    Defer or async load this resource

    180ms blocking
Sat, May 9, 2026 12:13 PM
View audit

What to fix

  • https://laravel-vitals.com/build/assets/fonts.css

    Defer or async load this resource

    320ms blocking
  • https://laravel-vitals.com/build/assets/analytics.js

    Defer or async load this resource

    180ms blocking
Mon, May 11, 2026 12:46 PM
View audit

What to fix

  • https://laravel-vitals.com/build/assets/fonts.css

    Defer or async load this resource

    320ms blocking
  • https://laravel-vitals.com/build/assets/analytics.js

    Defer or async load this resource

    180ms blocking
Tue, May 12, 2026 12:47 PM
View audit

What to fix

  • https://laravel-vitals.com/build/assets/fonts.css

    Defer or async load this resource

    320ms blocking
  • https://laravel-vitals.com/build/assets/analytics.js

    Defer or async load this resource

    180ms blocking
Thu, May 7, 2026 12:42 PM
View audit

What to fix

  • https://laravel-vitals.com/build/assets/fonts.css

    Defer or async load this resource

    320ms blocking
  • https://laravel-vitals.com/build/assets/analytics.js

    Defer or async load this resource

    180ms blocking
Wed, Apr 29, 2026 12:54 PM
View audit

What to fix

  • https://laravel-vitals.com/build/assets/fonts.css

    Defer or async load this resource

    320ms blocking
  • https://laravel-vitals.com/build/assets/analytics.js

    Defer or async load this resource

    180ms blocking
home
View URL
Tue, May 19, 2026 12:58 PM
View audit

What to fix

  • https://laravel-vitals.com/build/assets/fonts.css

    Defer or async load this resource

    320ms blocking
  • https://laravel-vitals.com/build/assets/analytics.js

    Defer or async load this resource

    180ms blocking
Mon, May 18, 2026 12:19 PM
View audit

What to fix

  • https://laravel-vitals.com/build/assets/fonts.css

    Defer or async load this resource

    320ms blocking
  • https://laravel-vitals.com/build/assets/analytics.js

    Defer or async load this resource

    180ms blocking
Tue, May 19, 2026 12:58 PM
View audit

What to fix

  • https://laravel-vitals.com/build/assets/fonts.css

    Defer or async load this resource

    320ms blocking
  • https://laravel-vitals.com/build/assets/analytics.js

    Defer or async load this resource

    180ms blocking
Tue, May 5, 2026 12:22 PM
View audit

What to fix

  • https://laravel-vitals.com/build/assets/fonts.css

    Defer or async load this resource

    320ms blocking
  • https://laravel-vitals.com/build/assets/analytics.js

    Defer or async load this resource

    180ms blocking
Wed, May 6, 2026 12:18 PM
View audit

What to fix

  • https://laravel-vitals.com/build/assets/fonts.css

    Defer or async load this resource

    320ms blocking
  • https://laravel-vitals.com/build/assets/analytics.js

    Defer or async load this resource

    180ms blocking
Fri, May 1, 2026 12:25 PM
View audit

What to fix

  • https://laravel-vitals.com/build/assets/fonts.css

    Defer or async load this resource

    320ms blocking
  • https://laravel-vitals.com/build/assets/analytics.js

    Defer or async load this resource

    180ms blocking
Recommended
<!-- Defer non-critical scripts -->
<script src="analytics.js" defer></script>

<!-- Async for independent scripts -->
<script src="ads.js" async></script>
Avoid
<!-- Blocks parsing until downloaded -->
<script src="jquery.js"></script>
Open Vitals Spotlight (Cmd+K)
Open Vitals Spotlight (Ctrl+K)
Type at least 2 characters to search
↑↓ Navigate Open
0 results