Performance
· 14 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
719 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.15 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
455 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.012
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.68 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
2.37 s
Page Load Progression
DPage Weight BudgetAction2.3 MB transferred, 79 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
DJS Execution CostAction2110ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://laravel.com/build/assets/inertia-BpjU-N58.js | 1172ms | 951ms | 1ms | 1st |
| https://laravel.com/ | 506ms | 27ms | 2ms | 1st |
| Unattributable | 175ms | 8ms | 0ms | 3rd |
| https://laravel.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 116ms | 102ms | 2ms | 1st |
| https://hedgehogs.laravel.com/static/posthog-recorder.js?v=1.364.2 | 80ms | 66ms | 13ms | 3rd |
| https://cdn.rudderlabs.com/v3/modern/rsa.min.js | 62ms | 52ms | 4ms | 3rd |
BThird-Party Impact46% third-party, 0 ms blockingREVIEW
CImage OptimizationAction20 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
CJS BundlesAction42 scripts, 245 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://laravel.com/build/assets/inertia-BpjU-N58.js | 162 KB | 81 KB (50%) | ✓ | 1st |
| https://laravel.com/build/assets/default-layout-B_X31DbY.js | 66 KB | 44 KB (67%) | ✓ | 1st |
| https://hedgehogs.laravel.com/static/posthog-recorder.js?v=1.364.2 | 65 KB | 39 KB (60%) | ✓ | 3rd |
| https://laravel.com/build/assets/footer-UGU2sTDC.js | 43 KB | 32 KB (76%) | ✓ | 1st |
| https://laravel.com/build/assets/page-DWstRcxf.js | 160 KB | 24 KB (15%) | ✓ | 1st |
| https://hedgehogs.laravel.com/static/surveys.js?v=1.364.2 | 30 KB | 24 KB (80%) | ✓ | 3rd |
| https://laravel.com/build/assets/link-CAZUvSnQ.js | 2 KB | — | ✓ | 1st |
| https://laravel.com/build/assets/php-R6g_5hLQ.js | 28 KB | — | ✓ | 1st |
| https://laravel.com/build/assets/button-CGVXn7b5.js | 1 KB | — | ✓ | 1st |
| https://cdn.rudderlabs.com/v3/modern/rsa.min.js | 31 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (148 KB)PASS
Web fonts
4
148 KB total
Render-blocking
0
of 4
Dominant font-display
swap
Most common across fonts
Font loading timeline
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
A+HTTP Cachingmax-age=1200 (20 minutes)PASS
public, max-age=1200
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 1200 | Cache for 20 minutes |
Network Waterfall79 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 175ms | 0 KB | — | €2/mo | Optional |
hedgehogs.laravel.com hedgehogs.laravel.com | Other | 80ms | 65 KB | 60% | €1/mo | Optional |
cdn.rudderlabs.com cdn.rudderlabs.com | Other | 62ms | 31 KB | — | €1/mo | Optional |
60% of hedgehogs.laravel.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev