Performance
· 15 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.
1.30 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.32 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.78 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.
3.34 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DPage Weight InventoryAction106 resources · 1.4 MB · 151 KB savings availableFIX
~150.8 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 106 resources | 1.4 MiB | ||||||
BPage Weight Budget1.4 MB transferred, 106 requestsREVIEW
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
BImage Optimization53 images, 0 KB saveableREVIEW
CJS BundlesAction28 scripts, 151 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-8WLX4M7BWK | 168 KB | 69 KB (41%) | ✓ | 3rd |
| https://cdn.segment.com/next-integrations/actions/google-analytics-4-web/aeadee7d142fb4d69ca8.js | 58 KB | 31 KB (55%) | ✓ | 3rd |
| https://www.insurancejournal.com/app/themes/insurancejournal/mix/dist/ij-merged.js?v=175&ver=6.9.4 | 43 KB | 31 KB (71%) | ✓ | 3rd |
| https://ml314.com/tag.aspx?2232026 | 39 KB | 20 KB (53%) | ✓ | 3rd |
| https://cdn.segment.com/next-integrations/actions/3962/1faa179dfb20d0a3f5a0.js | 9 KB | — | ✓ | 3rd |
| https://www.insurancejournal.com/app/plugins/comment-rating-pro/ck-karma.102.js?ver=6.9.4 | 2 KB | — | ✓ | 3rd |
| https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js?ver=6.9.4 | 10 KB | — | ✓ | 3rd |
| https://cdn.usefathom.com/script.js | 3 KB | — | ✓ | 3rd |
| https://plausible.io/js/script.js | 2 KB | — | ✓ | 3rd |
| https://ra.wellsmedia.com/www/delivery/asyncjs.php | 2 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingmax-age=0REVIEW
max-age=0
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
A+Text CompressionAll text resources are compressedPASS
A+JS Execution Cost354ms total JS executionPASS
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.insurancejournal.com/ | 129ms | 16ms | 2ms | 3rd |
| Unattributable | 102ms | 22ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-8WLX4M7BWK | 73ms | 58ms | 13ms | 3rd |
| https://ra.wellsmedia.com/www/delivery/asyncjs.php | 51ms | 43ms | 2ms | 3rd |
A+Font Loading2 fonts (25 KB)PASS
Web fonts
2
25 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
Network Waterfall106 requests over 2645msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.insurancejournal.com www.insurancejournal.com | Other | 129ms | 20 KB | — | $2/mo | Optional |
Unattributable Unattributable | Other | 102ms | 0 KB | — | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 73ms | 168 KB | 41% | $1/mo | Optional |
ra.wellsmedia.com ra.wellsmedia.com | Other | 51ms | 2 KB | — | $1/mo | Optional |
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