Skip to content
https://www.stackoverflow.blog

Performance

· 16 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
86
GRADE
B
FIX
3
REVIEW
3
PASS
8
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

43
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
76
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

5.72 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

9.72 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

689 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.

5.76 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.

9.74 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
16
8 PASS 3 REVIEW 3 FIX
D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (1.2 MiB of 1.2 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
2680ms total JS execution
FIX
2680ms total JS execution
Warning::
Unattributable: 1243ms CPU time
Warning::
https://stackoverflow.blog/: 753ms CPU time
Warning::
https://cdn.cookielaw.org/scripttemplates/202402.1...: 346ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-DTTX...: 286ms CPU time
Info::
https://stackoverflow.blog/_nuxt/DSwynrvu.js: 52ms CPU time
Warning::
Third-party scripts: 2680ms (100% of total)

Main Thread Breakdown

Script Evaluation 46% Other 22% Style & Layout 22% Parse HTML & CSS 4% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
Unattributable1243ms728ms0ms3rd
https://stackoverflow.blog/753ms52ms3ms3rd
https://cdn.cookielaw.org/scripttemplates/202402.1.0/otBannerSdk.js346ms255ms39ms3rd
https://www.googletagmanager.com/gtag/js?id=G-DTTX7JCXEJ286ms216ms48ms3rd
https://stackoverflow.blog/_nuxt/DSwynrvu.js52ms17ms1ms3rd
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Page Weight Budget
1.2 MB transferred, 78 requests
REVIEW
1.2 MB transferred, 78 requests
Info::
Page weighs 3.2 MB (1.2 MB transferred)
Warning::
JavaScript is 563 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 563 KB
Info::
78 HTTP requests
Info::
Estimated 0.26 g CO2 per page load
1.2 MB / 2.4 MB budget
1.2 MB transferred
78 requests
0.26 g CO2 per page load
JavaScript 563.0 KiB 44%
Images 412.0 KiB 32%
Fonts 110.8 KiB 9%
HTML 66.9 KiB 5%
CSS 55.2 KiB 4%
Other 38.0 KiB 3%
Other 18.9 KiB 1%
Other 4.3 KiB 0%
0 2.4 MB 4.9 MB
Under budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

B
JS Bundles
22 scripts, 148 KB unused
REVIEW
22 scripts, 148 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-DTTX...: 62 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.cookielaw.org/scripttemplates/202402.1...: 56 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://stackoverflow.blog/_nuxt/DSwynrvu.js: 29 KB unused (36%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 148 KB
148 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-DTTX7JCXEJ151 KB62 KB (41%)3rd
https://cdn.cookielaw.org/scripttemplates/202402.1.0/otBannerSdk.js105 KB56 KB (54%)3rd
https://stackoverflow.blog/_nuxt/DSwynrvu.js81 KB29 KB (36%)3rd
https://stackoverflow.blog/_nuxt/CsFSaSiq.js3 KB3rd
https://stackoverflow.blog/_nuxt/fU7N0oAU.js3 KB3rd
https://stackoverflow.blog/_nuxt/Be2TR9AJ.js3 KB3rd
https://stackoverflow.blog/_nuxt/Domw9ns6.js5 KB3rd
https://stackoverflow.blog/_nuxt/CngAv1rp.js5 KB3rd
https://stackoverflow.blog/_nuxt/7xjXSHum.js22 KB3rd
https://stackoverflow.blog/_nuxt/jfbhR9Vy.js9 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A
Image Optimization
26 images, 0 KB saveable
PASS
26 images, 0 KB saveable
Info::
All images are well-optimized
26 images 412 KB
0 oversized -0 KB
2 legacy format
0 missing dimensions CLS risk
A+
Font Loading
3 fonts (111 KB)
PASS
3 fonts (111 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

111 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 5.7 s LCP 9.7 shttps://stackoverflow.blog/_nuxt/StackSansText_wght_.OTiTLYhg.woff2StackSansText_wght_.OTi... https://stackoverflow.blog/_nuxt/StackSansText_wght_.OTiTLYhg.woff2 — 50.3 KiB — 0 ms — font-display: swaphttps://stackoverflow.blog/_nuxt/StackSansHeadline_wght_.drIOpmpO.woff2StackSansHeadline_wght_... https://stackoverflow.blog/_nuxt/StackSansHeadline_wght_.drIOpmpO.woff2 — 50.3 KiB — 0 ms — font-display: swaphttps://web-player.art19.com/assets/fonts/fontello-effa7ce16fec99765628d80aa7ccf970.woff?62349305fontello-effa7ce16fec99... https://web-player.art19.com/assets/fonts/fontello-effa7ce16fec99765628d80aa7ccf970.woff?62349305 — 10.3 KiB — 0 ms — font-display: swap
StackSansText_wght_.OTi... woff2 swap
Size 50 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
StackSansHeadline_wght_... woff2 swap
Size 50 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
fontello-effa7ce16fec99... woff swap
Size 10 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
  • 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 ~3 KB and ~6 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
3 hints, 0 missing preconnects
PASS
3 hints, 0 missing preconnects
Info::
Page uses 3 resource hint(s)

Current Resource Hints

preconnect
1
preload
1
dns-prefetch
1
prefetch

3 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
78 requests over 0ms
INFO

Performance analysis not available for this result.

Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 2680ms · 365KB · €29/mo
Unattributable
Other
Costly
Execution 1243ms
Transfer 0 KB
Monthly Cost €14/mo
stackoverflow.blog
Other
Costly
Execution 753ms
Transfer 28 KB
Monthly Cost €8/mo
OneTrust
Consent
Essential
Execution 346ms
Transfer 105 KB
Unused 54%
Monthly Cost €4/mo
Google Tag Manager
Tag Manager
Costly
Execution 286ms
Transfer 151 KB
Unused 41%
Monthly Cost €3/mo
stackoverflow.blog
Other
Optional
Execution 52ms
Transfer 81 KB
Unused 36%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • Unattributable adds 1243ms and costs ~€14/month
  • stackoverflow.blog adds 753ms and costs ~€8/month
  • Google Tag Manager adds 286ms and costs ~€3/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

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 1243ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

stackoverflow.blog takes 753ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

54% of OneTrust's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

Google Tag Manager takes 286ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback