Performance
· 27 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.
7.07 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
23.86 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
449 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.144
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.34 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.
23.88 s
Page Load Progression
FPage Weight BudgetAction3.8 MB transferred, 74 requestsFIX
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
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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DJS Execution CostAction2714ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.pathofexile.com/ | 777ms | 41ms | 3ms | 1st |
| https://web.poecdn.com/dist/legacy/plugins.1305ea2dc44acce8a5203f28f042ebeecbfdd311.js | 738ms | 166ms | 251ms | 3rd |
| Unattributable | 367ms | 6ms | 0ms | 3rd |
| https://web.poecdn.com/js/lib/require-2.3.2.js?v=63cff817ee978dae612936d4a88a95f8 | 353ms | 319ms | 3ms | 3rd |
| https://www.pathofexile.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 314ms | 302ms | 3ms | 1st |
| https://web.poecdn.com/dist/legacy/main.2822a79f885baa2f5abb063798fe6a64184ce883.js | 92ms | 5ms | 87ms | 3rd |
| https://web.poecdn.com/dist/css/chunk.L3qcwBZAVxrI.css | 71ms | 0ms | 0ms | 3rd |
FJS BundlesAction10 scripts, 415 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://web.poecdn.com/dist/legacy/plugins.1305ea2dc44acce8a5203f28f042ebeecbfdd311.js | 457 KB | 288 KB (63%) | ✗ | 3rd |
| https://web.poecdn.com/dist/legacy/main.2822a79f885baa2f5abb063798fe6a64184ce883.js | 180 KB | 127 KB (71%) | ✓ | 3rd |
| https://web.poecdn.com/js/lib/require-2.3.2.js?v=63cff817ee978dae612936d4a88a95f8 | 7 KB | — | ✓ | 3rd |
| https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.34ZJqU1PH_M.2021.O/am=AAAAIA/d=1/br=1/rs=AGKMywGP9RJraOehA9jvh7KhSV7kSHdsyA/m=root,base | 141 KB | — | ✓ | 3rd |
| https://www.youtube.com/s/player/8fb635c2/player_embed_es6.vflset/en_US/base.js | 436 KB | — | ✓ | 3rd |
| https://www.pathofexile.com/cdn-cgi/challenge-platform/h/g/scripts/jsd/fe6331af5207/main.js? | 10 KB | — | ✓ | 1st |
| https://web.poecdn.com/dist/legacy/config.js | 1 KB | — | ✓ | 3rd |
| https://static.doubleclick.net/instream/ad_status.js | 0 KB | — | ✓ | 3rd |
| https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.34ZJqU1PH_M.2021.O/am=AAAAIA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGP9RJraOehA9jvh7KhSV7kSHdsyA/m=r78Drb | 194 KB | — | ✓ | 3rd |
| https://www.google.com/js/th/dQfaJ02dFTmUn8lxeuLo0cdQCX95ouq_O2IH7MdXPXk.js | 23 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
FPage Weight InventoryAction74 resources · 3.8 MB · 415 KB savings availableFIX
~415.3 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 74 resources | 3.8 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction44 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
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
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
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
BHTTP/3 (QUIC)HTTP/3 not advertisedREVIEW
CCompression AlgorithmActionMain response served uncompressedREVIEW
BMain HTML Cache-ControlNo Cache-Control header on main HTML responseREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (124 KB)PASS
Web fonts
4
124 KB total
Render-blocking
0
of 4
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
- 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 ~27 KB and ~54 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
AJavaScript Blocking1 JS blocking issue(s) detectedPASS
A+CSS Performance DepthNo CSS performance depth issues 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 Waterfall74 requests over 3648msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
web.poecdn.com web.poecdn.com | Other | 738ms | 457 KB | 63% | $10/mo | Costly |
Unattributable Unattributable | Other | 367ms | 0 KB | — | $5/mo | Costly |
web.poecdn.com web.poecdn.com | Other | 353ms | 7 KB | — | $5/mo | Costly |
web.poecdn.com web.poecdn.com | Other | 92ms | 180 KB | 71% | $1/mo | Optional |
web.poecdn.com web.poecdn.com | Other | 71ms | 138 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- web.poecdn.com adds 738ms and costs ~$10/month
- Unattributable adds 367ms and costs ~$5/month
- web.poecdn.com adds 353ms and costs ~$5/month
60% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
web.poecdn.com takes 738ms 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
63% of web.poecdn.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
Unattributable takes 367ms 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
web.poecdn.com takes 353ms 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
71% of web.poecdn.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
Real-User Performance (CrUX)Field metrics from the Chrome User Experience ReportINFO
Chrome User Experience (CrUX)
Real-user metrics from the Chrome UX Report (2026-04-11 — 2026-05-08)
LCP (p75)
1044 ms
96% good
INP (p75)
17 ms
86% good
CLS (p75)
0.050
93% good
FCP (p75)
712 ms
TTFB (p75)
462 ms
Image Optimization19 images, 0 KB total, 0 KB wastedINFO
Image Optimization Audit
Total Images
19
Total Size
0 KB
Oversized
1