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.37 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.52 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.20 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.53 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.
24.11 s
Page Load Progression
FPage Weight BudgetAction2.6 MB transferred, 208 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
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction9887ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.statnews.com/ | 1528ms | 21ms | 14ms | 3rd |
| Unattributable | 1369ms | 186ms | 0ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31098007 | 1207ms | 1022ms | 78ms | 3rd |
| https://j927.statnews.com/script.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 | 1186ms | 1112ms | 19ms | 3rd |
| https://js.hs-analytics.net/analytics/1776807600000/3318816.js | 866ms | 653ms | 13ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 445ms | 358ms | 62ms | 3rd |
| https://cdn.tinypass.com/api/tinypass.min.js | 434ms | 298ms | 76ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-953521636 | 387ms | 305ms | 58ms | 3rd |
| https://www.statnews.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 316ms | 268ms | 10ms | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 249ms | 202ms | 41ms | 3rd |
Showing top 10 of 27 scripts
FJS BundlesAction95 scripts, 540 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31098007 | 188 KB | 94 KB (50%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 129 KB | 72 KB (56%) | ✓ | 3rd |
| https://cdn.tinypass.com/api/tinypass.min.js | 133 KB | 71 KB (54%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-953521636 | 142 KB | 52 KB (37%) | ✓ | 3rd |
| https://j927.statnews.com/plugin/library/b84cb8bcd7a1ab87e06ea0abd1b9d2e7 | 79 KB | 49 KB (63%) | ✓ | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 57 KB | 36 KB (64%) | ✓ | 3rd |
| https://j927.statnews.com/plugin/plugin/0c504dc4b6cf24796901e03d3465318a | 68 KB | 35 KB (52%) | ✗ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 97 KB | 34 KB (36%) | ✓ | 3rd |
| https://www.statnews.com/wp-content/plugins/stat-prebid/js/vendor/prebid11.2.0.js?ver=6c65ed206530ddc13bb0031a91541b1e9e80b771 | 71 KB | 32 KB (45%) | ✓ | 3rd |
| https://cdn.cxense.com/cx.js | 38 KB | 22 KB (58%) | ✓ | 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 InventoryAction208 resources · 2.6 MB · 540 KB savings availableFIX
~540.3 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 208 resources | 2.6 MiB | ||||||
BImage Optimization41 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading8 fonts (212 KB)PASS
Web fonts
8
212 KB total
Render-blocking
0
of 8
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 Hints3 hints, 0 missing preconnectsPASS
Current Resource Hints
3 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
AHTTP Cachingmax-age=3600 (1 hour)PASS
max-age=3600
| Directive | Value | Meaning |
|---|---|---|
| max-age | 3600 | Cache for 1 hour |
Network Waterfall208 requests over 4351msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.statnews.com www.statnews.com | Other | 1528ms | 47 KB | — | $20/mo | Costly |
Unattributable Unattributable | Other | 1369ms | 0 KB | — | $18/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 1207ms | 188 KB | 50% | $16/mo | Costly |
j927.statnews.com j927.statnews.com | Other | 1186ms | 45 KB | — | $16/mo | Costly |
HubSpot Analytics js.hs-analytics.net | Analytics | 866ms | 42 KB | — | $12/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 445ms | 129 KB | 56% | $6/mo | Essential |
cdn.tinypass.com cdn.tinypass.com | Other | 434ms | 133 KB | 54% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 387ms | 142 KB | 37% | $5/mo | Costly |
www.statnews.com www.statnews.com | Other | 316ms | 30 KB | — | $4/mo | Costly |
Hotjar script.hotjar.com | Session Replay | 249ms | 57 KB | 64% | $3/mo | Costly |
www.statnews.com www.statnews.com | Other | 227ms | 71 KB | 45% | $3/mo | Costly |
cdn.cxense.com cdn.cxense.com | Other | 207ms | 38 KB | 58% | $3/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 164ms | 97 KB | 36% | $2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 148ms | 36 KB | — | $2/mo | Optional |
b.bostonglobemedia.com b.bostonglobemedia.com | Other | 125ms | 1 KB | — | $2/mo | Optional |
stat-adobe-analytics-js-after stat-adobe-analytics-js-after | Other | 121ms | 0 KB | — | $2/mo | Optional |
js.matheranalytics.com js.matheranalytics.com | Other | 108ms | 0 KB | — | $1/mo | Optional |
static.chartbeat.com static.chartbeat.com | Other | 106ms | 16 KB | — | $1/mo | Optional |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 105ms | 34 KB | — | $1/mo | Optional |
www.statnews.com www.statnews.com | Other | 93ms | 20 KB | — | $1/mo | Optional |
js.hubspot.com js.hubspot.com | Other | 89ms | 28 KB | — | $1/mo | Optional |
www.statnews.com www.statnews.com | Other | 85ms | 5 KB | — | $1/mo | Optional |
js.usemessages.com js.usemessages.com | Other | 83ms | 33 KB | — | $1/mo | Optional |
ep2.adtrafficquality.google ep2.adtrafficquality.google | Other | 73ms | 8 KB | — | $1/mo | Optional |
www.statnews.com www.statnews.com | Other | 64ms | 5 KB | — | $1/mo | Optional |
Twitter/X Pixel static.ads-twitter.com | Advertising | 52ms | 13 KB | — | $1/mo | Optional |
Bing UET bat.bing.com | Advertising | 51ms | 15 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- www.statnews.com adds 1528ms and costs ~$20/month
- Unattributable adds 1369ms and costs ~$18/month
- securepubads.g.doubleclick.net adds 1207ms and costs ~$16/month
- j927.statnews.com adds 1186ms and costs ~$16/month
- HubSpot Analytics adds 866ms and costs ~$12/month
- cdn.tinypass.com adds 434ms and costs ~$6/month
- Google Tag Manager adds 387ms and costs ~$5/month
- www.statnews.com adds 316ms and costs ~$4/month
- Hotjar adds 249ms and costs ~$3/month
- www.statnews.com adds 227ms and costs ~$3/month
- cdn.cxense.com adds 207ms 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
www.statnews.com takes 1528ms 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
Unattributable takes 1369ms 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
securepubads.g.doubleclick.net takes 1207ms 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
j927.statnews.com takes 1186ms 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
HubSpot Analytics takes 866ms 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
56% of OneTrust'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
cdn.tinypass.com takes 434ms 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
54% of cdn.tinypass.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
Google Tag Manager takes 387ms 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.statnews.com takes 316ms 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
Hotjar takes 249ms 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
64% of Hotjar'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.statnews.com takes 227ms 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
cdn.cxense.com takes 207ms 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
58% of cdn.cxense.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