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.
337 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.40 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
37 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
515 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
1.76 s
Page Load Progression
BPage Weight Budget1.5 MB transferred, 44 requestsREVIEW
BJS Execution Cost637ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 163ms | 1ms | 0ms | 3rd |
| https://theintercept.com/ | 152ms | 5ms | 1ms | 1st |
| https://cdn.parsely.com/keys/theintercept.com/p.js?ver=3.16.3 | 150ms | 127ms | 2ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-94T13D50WM&cx=c>m=4e64h1 | 106ms | 92ms | 13ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-K3FG883 | 66ms | 54ms | 12ms | 3rd |
BJS Bundles9 scripts, 127 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/destination?id=G-94T13D50WM&cx=c>m=4e64h1 | 162 KB | 66 KB (41%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-K3FG883 | 131 KB | 61 KB (46%) | ✓ | 3rd |
| https://theintercept.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1 | 2 KB | — | ✓ | 1st |
| https://theintercept.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375 | 2 KB | — | ✓ | 1st |
| https://theintercept.com/wp-content/client-mu-plugins/wp-parsely/build/loader.js?ver=71d37502d12f3838b80d | 2 KB | — | ✓ | 1st |
| https://cdn.parsely.com/keys/theintercept.com/p.js?ver=3.16.3 | 26 KB | — | ✓ | 3rd |
| https://theintercept.com/wp-content/themes/intercept/js/app.js?ver=4d80bda04cc15ed6f0873a2de9c9768c | 22 KB | — | ✓ | 1st |
| https://theintercept.com/wp-content/uploads/69d3d230ac/e143fa96.js?ver=1776774497 | 2 KB | — | ✓ | 1st |
| https://stats.wp.com/e-202617.js | 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
CPage Weight InventoryAction44 resources · 1.5 MB · 127 KB savings availableREVIEW
~126.5 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 44 resources | 1.5 MiB | ||||||
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
AThird-Party Impact21% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
AImage Optimization22 images, 0 KB saveablePASS
A+Font Loading6 fonts (115 KB)PASS
Web fonts
6
115 KB total
Render-blocking
0
of 6
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
AHTTP Cachingmax-age=300 (5 minutes)PASS
max-age=300, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| max-age | 300 | Cache for 5 minutes |
| must-revalidate | — | Must recheck with server after expiry |
Network Waterfall44 requests over 1301msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 163ms | 0 KB | — | $2/mo | Optional |
cdn.parsely.com cdn.parsely.com | Other | 150ms | 26 KB | — | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 106ms | 162 KB | 41% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 66ms | 131 KB | 46% | $1/mo | Optional |
76% 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