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.
882 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.98 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
23 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.005
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.13 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.
2.24 s
Page Load Progression
FPage Weight BudgetAction4.3 MB transferred, 180 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
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
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 BundlesAction93 scripts, 1.3 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://c0.wp.com/c/6.9.4/wp-includes/js/dist/block-editor.min.js | 257 KB | 211 KB (82%) | ✓ | 3rd |
| https://c0.wp.com/c/6.9.4/wp-includes/js/dist/components.min.js | 240 KB | 192 KB (80%) | ✓ | 3rd |
| https://c0.wp.com/c/6.9.4/wp-includes/js/dist/block-library.min.js | 223 KB | 142 KB (64%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-3LZC0BZFX4&cx=c>m=4e64h1 | 177 KB | 114 KB (64%) | ✓ | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js | 188 KB | 99 KB (53%) | ✓ | 3rd |
| https://c0.wp.com/c/6.9.4/wp-includes/js/dist/editor.min.js | 114 KB | 95 KB (84%) | ✓ | 3rd |
| https://www.texastribune.org/wp-content/plugins/newspack-elections/build/npe-blocks.js?ver=857110434c0b8db4e0bf | 86 KB | 72 KB (85%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-3LZC0BZFX4 | 177 KB | 69 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-SRXS84TSJQ&cx=c>m=4e64h1 | 144 KB | 63 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-P5L2Z5Z | 147 KB | 49 KB (43%) | ✓ | 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 InventoryAction180 resources · 4.3 MB · 1.3 MB savings availableFIX
~1.3 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 180 resources | 4.3 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization29 images, 0 KB saveableREVIEW
CJS Execution CostAction1096ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.texastribune.org/ | 335ms | 12ms | 6ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js | 279ms | 223ms | 20ms | 3rd |
| https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js | 185ms | 141ms | 17ms | 3rd |
| Unattributable | 173ms | 9ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-3LZC0BZFX4 | 74ms | 63ms | 10ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-P5L2Z5Z | 50ms | 40ms | 9ms | 3rd |
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (485 KB)PASS
Web fonts
5
485 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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)
Fixing the unchecked items could save ~192 KB and ~384 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall180 requests over 2674msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.texastribune.org www.texastribune.org | Other | 335ms | 61 KB | — | $4/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 279ms | 188 KB | 53% | $4/mo | Costly |
pagead2.googlesyndication.com pagead2.googlesyndication.com | Other | 185ms | 0 KB | 43% | $2/mo | Optional |
Unattributable Unattributable | Other | 173ms | 0 KB | — | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 74ms | 177 KB | 39% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 50ms | 147 KB | 43% | $1/mo | Optional |
These scripts may cost more than they're worth
- www.texastribune.org adds 335ms and costs ~$4/month
- securepubads.g.doubleclick.net adds 279ms and costs ~$4/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.texastribune.org takes 335ms 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 279ms 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
53% of securepubads.g.doubleclick.net'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