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.61 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.93 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
476 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.
3.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.
8.00 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DJS Execution CostAction2704ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.thehotline.org/ | 1057ms | 46ms | 4ms | 3rd |
| https://www.thehotline.org/cdn-cgi/challenge-platform/scripts/jsd/main.js | 349ms | 330ms | 4ms | 3rd |
| Unattributable | 348ms | 97ms | 0ms | 3rd |
| https://www.thehotline.org/wp-content/themes/hotline-main/assets/scripts/libs.js?ver=1762318808 | 279ms | 121ms | 17ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-X0XC77RC6Q&cx=c>m=4e64m0h2 | 260ms | 194ms | 58ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NR3HV5VV | 193ms | 145ms | 46ms | 3rd |
| https://chat.thehotline.us/p/v3/thl-chat-widget.js?k=02699376-4775-49f4-73f0-328e315075e | 112ms | 78ms | 4ms | 3rd |
| https://www.thehotline.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 58ms | 43ms | 12ms | 3rd |
| https://www.thehotline.org/wp-content/themes/hotline-main/assets/scripts/app.js?ver=1762318808 | 50ms | 31ms | 5ms | 3rd |
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction7 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.
Performance issues directly impact user engagement and conversion rates.
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
CJS BundlesAction9 scripts, 181 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-X0XC77RC6Q&cx=c>m=4e64m0h2 | 157 KB | 66 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NR3HV5VV | 121 KB | 64 KB (53%) | ✓ | 3rd |
| https://www.thehotline.org/wp-content/themes/hotline-main/assets/scripts/libs.js?ver=1762318808 | 42 KB | 31 KB (74%) | ✓ | 3rd |
| https://www.thehotline.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 31 KB | 21 KB (67%) | ✓ | 3rd |
| https://www.thehotline.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 | 5 KB | — | ✓ | 3rd |
| https://www.thehotline.org/wp-content/themes/hotline-main/assets/scripts/app.js?ver=1762318808 | 9 KB | — | ✗ | 3rd |
| https://chat.thehotline.us/p/v3/thl-chat-widget.js?k=02699376-4775-49f4-73f0-328e315075e | 7 KB | — | ✗ | 3rd |
| https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 | 11 KB | — | ✓ | 3rd |
| https://www.thehotline.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? | 13 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
APage Weight Budget932 KB transferred, 32 requestsPASS
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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading9 fonts (451 KB)PASS
Web fonts
9
451 KB total
Render-blocking
0
of 9
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
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 ~11 KB and ~22 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints5 hints, 0 missing preconnectsPASS
Current Resource Hints
5 resource hints configured
APage Weight Inventory32 resources · 932 KB · 181 KB savings availablePASS
~181.5 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 32 resources | 932.1 KiB | ||||||
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 Waterfall32 requests over 1370msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.thehotline.org www.thehotline.org | Other | 1057ms | 16 KB | — | $14/mo | Costly |
www.thehotline.org www.thehotline.org | Other | 349ms | 0 KB | — | $5/mo | Costly |
Unattributable Unattributable | Other | 348ms | 0 KB | — | $5/mo | Costly |
www.thehotline.org www.thehotline.org | Other | 279ms | 42 KB | 74% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 260ms | 157 KB | 42% | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 193ms | 121 KB | 53% | $3/mo | Optional |
chat.thehotline.us chat.thehotline.us | Other | 112ms | 7 KB | — | $1/mo | Optional |
www.thehotline.org www.thehotline.org | Other | 58ms | 31 KB | 67% | $1/mo | Optional |
www.thehotline.org www.thehotline.org | Other | 50ms | 9 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- www.thehotline.org adds 1057ms and costs ~$14/month
- www.thehotline.org adds 349ms and costs ~$5/month
- Unattributable adds 348ms and costs ~$5/month
- www.thehotline.org adds 279ms and costs ~$4/month
- Google Tag Manager adds 260ms 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.thehotline.org takes 1057ms 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.thehotline.org takes 349ms 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 348ms 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.thehotline.org 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
74% of www.thehotline.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
Google Tag Manager takes 260ms 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 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
67% of www.thehotline.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