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.
3.11 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.65 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.92 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.069
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.00 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.
16.66 s
Page Load Progression
DPage Weight BudgetAction2.3 MB transferred, 75 requestsFIX
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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction4407ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cdn-cookieyes.com/client_data/04b714e0391022df89db315d/banner.js | 733ms | 663ms | 22ms | 3rd |
| Unattributable | 623ms | 43ms | 0ms | 3rd |
| https://www.iihs.org/5qrd/?id=G-ELVP0YFQNX&cx=c>m=4e64k1h1 | 593ms | 262ms | 75ms | 3rd |
| https://www.iihs.org/ | 535ms | 12ms | 3ms | 3rd |
| https://www.iihs.org/Frontend/build/allnav_2a69d9e45434821d7ee1.js | 380ms | 268ms | 81ms | 3rd |
| https://www.iihs.org/Frontend/build/home_2ca77d33fe1636899f91.js | 334ms | 236ms | 87ms | 3rd |
| https://www.iihs.org/5qrd/ | 303ms | 235ms | 65ms | 3rd |
| https://www.iihs.org/5qrd/?id=AW-11110660618&cx=c>m=4e64k1h1 | 267ms | 190ms | 76ms | 3rd |
| https://www.iihs.org/5qrd/?id=AW-489333236&cx=c>m=4e64k1h1 | 215ms | 157ms | 56ms | 3rd |
| https://kit.fontawesome.com/2f7b88d0db.js | 109ms | 104ms | 2ms | 3rd |
Showing top 10 of 14 scripts
FJS BundlesAction14 scripts, 674 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.iihs.org/Frontend/build/home_2ca77d33fe1636899f91.js | 253 KB | 175 KB (69%) | ✓ | 3rd |
| https://www.iihs.org/Frontend/build/allnav_2a69d9e45434821d7ee1.js | 174 KB | 119 KB (69%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NFDVV9L | 148 KB | 107 KB (72%) | ✓ | 3rd |
| https://www.iihs.org/5qrd/?id=G-ELVP0YFQNX&cx=c>m=4e64k1h1 | 183 KB | 74 KB (40%) | ✓ | 3rd |
| https://www.iihs.org/5qrd/ | 153 KB | 66 KB (43%) | ✓ | 3rd |
| https://www.iihs.org/5qrd/?id=AW-489333236&cx=c>m=4e64k1h1 | 144 KB | 56 KB (39%) | ✓ | 3rd |
| https://www.iihs.org/5qrd/?id=AW-11110660618&cx=c>m=4e64k1h1 | 150 KB | 55 KB (37%) | ✓ | 3rd |
| https://cdn-cookieyes.com/client_data/04b714e0391022df89db315d/banner.js | 38 KB | 22 KB (57%) | ✓ | 3rd |
| https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 | 11 KB | — | ✓ | 3rd |
| https://kit.fontawesome.com/2f7b88d0db.js | 6 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
FPage Weight InventoryAction75 resources · 2.3 MB · 674 KB savings availableFIX
~674.1 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 75 resources | 2.3 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction29 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
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
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
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
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
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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (31 KB)PASS
Web fonts
2
31 KB total
Render-blocking
0
of 2
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+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 Waterfall75 requests over 1825msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
cdn-cookieyes.com cdn-cookieyes.com | Other | 733ms | 38 KB | 57% | €12/mo | Costly |
Unattributable Unattributable | Other | 623ms | 0 KB | — | €10/mo | Costly |
www.iihs.org www.iihs.org | Other | 593ms | 183 KB | 40% | €9/mo | Costly |
www.iihs.org www.iihs.org | Other | 535ms | 10 KB | — | €9/mo | Costly |
www.iihs.org www.iihs.org | Other | 380ms | 174 KB | 69% | €6/mo | Costly |
www.iihs.org www.iihs.org | Other | 334ms | 253 KB | 69% | €5/mo | Costly |
www.iihs.org www.iihs.org | Other | 303ms | 153 KB | 43% | €5/mo | Costly |
www.iihs.org www.iihs.org | Other | 267ms | 150 KB | 37% | €4/mo | Costly |
www.iihs.org www.iihs.org | Other | 215ms | 144 KB | 39% | €3/mo | Costly |
kit.fontawesome.com kit.fontawesome.com | Other | 109ms | 6 KB | — | €2/mo | Optional |
cdn-cookieyes.com cdn-cookieyes.com | Other | 96ms | 10 KB | — | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 90ms | 148 KB | 72% | €1/mo | Optional |
www.iihs.org www.iihs.org | Other | 77ms | 148 KB | — | €1/mo | Optional |
static.cloudflareinsights.com static.cloudflareinsights.com | Other | 55ms | 11 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- cdn-cookieyes.com adds 733ms and costs ~€12/month
- Unattributable adds 623ms and costs ~€10/month
- www.iihs.org adds 593ms and costs ~€9/month
- www.iihs.org adds 535ms and costs ~€9/month
- www.iihs.org adds 380ms and costs ~€6/month
- www.iihs.org adds 334ms and costs ~€5/month
- www.iihs.org adds 303ms and costs ~€5/month
- www.iihs.org adds 267ms and costs ~€4/month
- www.iihs.org adds 215ms and costs ~€3/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾ ▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
cdn-cookieyes.com takes 733ms 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
57% of cdn-cookieyes.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
Unattributable takes 623ms 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
www.iihs.org takes 593ms 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
www.iihs.org takes 535ms 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
www.iihs.org takes 380ms 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
69% of www.iihs.org'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
www.iihs.org takes 334ms 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
69% of www.iihs.org'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
www.iihs.org takes 303ms 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
www.iihs.org takes 267ms 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
www.iihs.org takes 215ms 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
72% of Google Tag Manager'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