Performance
· 14 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.39 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.17 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
59 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.
3.29 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.
5.30 s
Page Load Progression
FPage Weight BudgetAction4.7 MB transferred, 160 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
DJS Execution CostAction2172ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.redditstatic.com/ads/pixel.js | 1006ms | 961ms | 2ms | 3rd |
| Unattributable | 448ms | 48ms | 0ms | 3rd |
| https://www.datadoghq.com/ | 178ms | 28ms | 2ms | 3rd |
| https://lp.datadoghq.com/js/forms2/js/forms2.min.js | 129ms | 64ms | 15ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WDC8G6 | 108ms | 92ms | 12ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-KN80RDFSQK&cx=c>m=4e6461h2 | 102ms | 78ms | 14ms | 3rd |
| https://www.datadoghq.com/static/dd-libs.cfc0fc7c8131c38b026e93f283148dccf754cd8d3e5ad027ef77c1b84c04d0a7265d7ca94b7475b930ba0e7e179b0ec3e1a73d10d09d79ca3cc6ed6971c09b95.js | 80ms | 43ms | 7ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-827913433&cx=c>m=4e6461h2 | 61ms | 46ms | 15ms | 3rd |
| https://www.datadoghq.com/assets/dd-browser-logs-rum.min.21306b867b795939bcec583e53f4a8111d44d48cf8e63d604dca79e5c2e51a18.js | 61ms | 55ms | 3ms | 3rd |
DJS BundlesAction48 scripts, 476 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.datadoghq.com/assets/search-bar.min.44a96559baa6da2809e90007237d78800433875436c3883a7a2723435910748f.js | 97 KB | 63 KB (66%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WDC8G6 | 185 KB | 62 KB (34%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-KN80RDFSQK&cx=c>m=4e6461h2 | 174 KB | 62 KB (36%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-827913433&cx=c>m=4e6461h2 | 146 KB | 60 KB (41%) | ✓ | 3rd |
| https://transcend-cdn.com/cm/dc241cd4-6477-4f2b-86c0-6bcb51869e28/ui.js | 99 KB | 38 KB (38%) | ✓ | 3rd |
| https://cdn.calibermind.com/a.js | 59 KB | 36 KB (62%) | ✓ | 3rd |
| https://lp.datadoghq.com/js/forms2/js/forms2.min.js | 0 KB | 36 KB (53%) | ✓ | 3rd |
| https://lp.datadoghq.com/js/forms2/js/forms2.min.js | 68 KB | 36 KB (53%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 95 KB | 32 KB (34%) | ✓ | 3rd |
| https://www.datadoghq.com/static/dd-libs.cfc0fc7c8131c38b026e93f283148dccf754cd8d3e5ad027ef77c1b84c04d0a7265d7ca94b7475b930ba0e7e179b0ec3e1a73d10d09d79ca3cc6ed6971c09b95.js | 78 KB | 30 KB (39%) | ✓ | 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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction42 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.
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
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 Loading6 fonts (412 KB)PASS
Web fonts
6
412 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
Network Waterfall160 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.redditstatic.com www.redditstatic.com | Other | 1006ms | 19 KB | — | $3/mo | Costly |
Unattributable Unattributable | Other | 448ms | 0 KB | — | $1/mo | Costly |
www.datadoghq.com www.datadoghq.com | Other | 178ms | 53 KB | — | $1/mo | Optional |
lp.datadoghq.com lp.datadoghq.com | Other | 129ms | 0 KB | 53% | $0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 108ms | 185 KB | 34% | $0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 102ms | 174 KB | 36% | $0/mo | Optional |
www.datadoghq.com www.datadoghq.com | Other | 80ms | 78 KB | 39% | $0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 61ms | 146 KB | 41% | $0/mo | Optional |
www.datadoghq.com www.datadoghq.com | Other | 61ms | 30 KB | — | $0/mo | Optional |
These scripts may cost more than they're worth
- www.redditstatic.com adds 1006ms and costs ~$3/month
- Unattributable adds 448ms and costs ~$1/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.redditstatic.com takes 1006ms 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 448ms 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 lp.datadoghq.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