Performance
· 16 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.13 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.47 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.87 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.092
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.69 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.
21.18 s
Page Load Progression
FPage Weight BudgetAction6.8 MB transferred, 111 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
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
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 Execution CostAction10371ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 2336ms | 134ms | 0ms | 3rd |
| https://discord.com/w/assets/10907dcf2b5e3687b658036d0f4dea64aa95512c/index-consolidated.js | 2113ms | 1395ms | 210ms | 3rd |
| https://cdn.prod.website-files.com/6257adef93867e50d84d30e2/js/discord-2022.fc2be901.dbbaaf93e006fa4d.js | 2022ms | 1827ms | 1ms | 3rd |
| https://discord.com/ | 989ms | 104ms | 7ms | 3rd |
| https://cdn.prod.website-files.com/6257adef93867e50d84d30e2/js/discord-2022.schunk.5fd8e2d9d7a2cad2.js | 985ms | 14ms | 772ms | 3rd |
| https://discord.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 378ms | 362ms | 4ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-N7BVC2W>m_auth=GI0g9O-54_SitcgmxQKxlA>m_preview=env-2>m_cookies_win=x | 281ms | 212ms | 66ms | 3rd |
| https://discord.com/assets/oneTrust/v7/scripttemplates/202501.2.0/otBannerSdk.js | 236ms | 98ms | 73ms | 3rd |
| https://discord.com/w/assets/latest/671.js | 221ms | 172ms | 48ms | 3rd |
| https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=6257adef93867e50d84d30e2 | 219ms | 162ms | 25ms | 3rd |
Showing top 10 of 14 scripts
FJS BundlesAction23 scripts, 555 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://discord.com/w/assets/10907dcf2b5e3687b658036d0f4dea64aa95512c/index-consolidated.js | 374 KB | 192 KB (53%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-N7BVC2W>m_auth=GI0g9O-54_SitcgmxQKxlA>m_preview=env-2>m_cookies_win=x | 146 KB | 87 KB (60%) | ✓ | 3rd |
| https://discord.com/assets/oneTrust/v7/scripttemplates/202501.2.0/otBannerSdk.js | 109 KB | 68 KB (62%) | ✓ | 3rd |
| https://discord.com/w/assets/latest/671.js | 97 KB | 65 KB (68%) | ✓ | 3rd |
| https://discord.com/w/assets/latest/loginOrDownload.js | 73 KB | 48 KB (69%) | ✓ | 3rd |
| https://cdn.prod.website-files.com/6257adef93867e50d84d30e2/js/discord-2022.schunk.c42549641b7d4501.js | 76 KB | 46 KB (61%) | ✓ | 3rd |
| https://discord.com/w/assets/latest/52.js | 52 KB | 28 KB (63%) | ✓ | 3rd |
| https://cdn.localizeapi.com/localize.js | 26 KB | 21 KB (81%) | ✓ | 3rd |
| https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=6257adef93867e50d84d30e2 | 31 KB | — | ✓ | 3rd |
| https://cdn.prod.website-files.com/6257adef93867e50d84d30e2/js/discord-2022.schunk.36b8fb49256177c8.js | 14 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
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.
BImage Optimization49 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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading8 fonts (299 KB)PASS
Web fonts
8
299 KB total
Render-blocking
0
of 8
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 Hints3 hints, 0 missing preconnectsPASS
Current Resource Hints
3 resource hints configured
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 Waterfall111 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 |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 2336ms | 0 KB | — | €37/mo | Costly |
discord.com discord.com | Other | 2113ms | 374 KB | 53% | €34/mo | Costly |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 2022ms | 2 KB | — | €32/mo | Costly |
discord.com discord.com | Other | 989ms | 28 KB | — | €16/mo | Costly |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 985ms | 256 KB | — | €16/mo | Costly |
discord.com discord.com | Other | 378ms | 0 KB | — | €6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 281ms | 146 KB | 60% | €4/mo | Costly |
discord.com discord.com | Other | 236ms | 109 KB | 62% | €4/mo | Costly |
discord.com discord.com | Other | 221ms | 97 KB | 68% | €4/mo | Costly |
d3e54v103j8qbb.cloudfront.net d3e54v103j8qbb.cloudfront.net | Other | 219ms | 31 KB | — | €4/mo | Costly |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 212ms | 387 KB | — | €3/mo | Costly |
discord.com discord.com | Other | 174ms | 73 KB | 69% | €3/mo | Optional |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 133ms | 7 KB | — | €2/mo | Optional |
discord.com discord.com | Other | 72ms | 9 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 2336ms and costs ~€37/month
- discord.com adds 2113ms and costs ~€34/month
- cdn.prod.website-files.com adds 2022ms and costs ~€32/month
- discord.com adds 989ms and costs ~€16/month
- cdn.prod.website-files.com adds 985ms and costs ~€16/month
- discord.com adds 378ms and costs ~€6/month
- Google Tag Manager adds 281ms and costs ~€4/month
- discord.com adds 236ms and costs ~€4/month
- discord.com adds 221ms and costs ~€4/month
- d3e54v103j8qbb.cloudfront.net adds 219ms and costs ~€4/month
- cdn.prod.website-files.com adds 212ms 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
Unattributable takes 2336ms 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
discord.com takes 2113ms 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 discord.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
cdn.prod.website-files.com takes 2022ms 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
discord.com takes 989ms 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
cdn.prod.website-files.com takes 985ms 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
discord.com takes 378ms 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
Google Tag Manager takes 281ms 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
60% 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
discord.com takes 236ms 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
62% of discord.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
discord.com takes 221ms 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
68% of discord.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
d3e54v103j8qbb.cloudfront.net takes 219ms 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
cdn.prod.website-files.com takes 212ms 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
69% of discord.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