Performance
· 17 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.
2.77 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.58 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
425 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.043
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.86 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.
11.63 s
Page Load Progression
DPage Weight BudgetAction2.4 MB transferred, 46 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
DThird-Party ImpactAction92% third-party, 0 ms blockingFIX
DJS Execution CostAction2384ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://laravel-news.com/ | 1178ms | 65ms | 12ms | 1st |
| Unattributable | 401ms | 7ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-LE9GHTERHJ | 301ms | 244ms | 41ms | 3rd |
| https://laravel-news.com/build/assets/app-320c6c7a.js | 260ms | 251ms | 3ms | 1st |
| https://laravel-news.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 244ms | 232ms | 3ms | 1st |
DPage Weight InventoryAction46 resources · 2.4 MB · 183 KB savings availableFIX
~182.7 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 46 resources | 2.4 MiB | ||||||
DHTTP CachingActionno-store (uncacheable)FIX
max-age=0, must-revalidate, no-cache, no-store, private
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| private | — | Only browser cache, not CDN/proxy |
BImage Optimization16 images, 0 KB saveableREVIEW
CJS BundlesAction6 scripts, 183 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://laravel-news.com/build/assets/app-320c6c7a.js | 156 KB | 116 KB (74%) | ✓ | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-LE9GHTERHJ | 177 KB | 67 KB (38%) | ✓ | 3rd |
| https://cdn.usefathom.com/script.js | 3 KB | — | ✓ | 3rd |
| https://laravel-news.com/a/script.js | 1 KB | — | ✓ | 1st |
| https://challenges.cloudflare.com/turnstile/v0/b/0b8fb825cb67/api.js | 17 KB | — | ✓ | 3rd |
| https://laravel-news.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? | 12 KB | — | ✓ | 1st |
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 Loading3 fonts (50 KB)PASS
Web fonts
3
50 KB total
Render-blocking
0
of 3
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 Hints5 hints, 0 missing preconnectsPASS
Current Resource Hints
5 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall46 requests over 2305msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 401ms | 0 KB | — | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 301ms | 177 KB | 38% | €3/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 401ms and costs ~€4/month
- Google Tag Manager adds 301ms and costs ~€3/month
Unattributable takes 401ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 301ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev