Skip to content
https://www.hashnode.com

Performance

· 14 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
75
GRADE
C
FIX
4
REVIEW
2
PASS
6
INFO
2

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

82
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
81
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
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.

931 ms

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

2.37 s

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

103 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.007

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

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

3.73 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
14
6 PASS 2 REVIEW 4 FIX
F
Page Weight Budget
Action
24.8 MB transferred, 183 requests
FIX
24.8 MB transferred, 183 requests
Critical::
Page weighs 26.9 MB (24.8 MB transferred)
Warning::
Images are 23.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 23.1 MB
Info::
Fonts are 855 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 855 KB
Warning::
JavaScript is 713 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 713 KB
Warning::
183 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 5.2 g CO2 per page load
24.8 MB / 2.4 MB budget
24.8 MB transferred
183 requests
5.2 g CO2 per page load
Images 23.1 MiB 93%
Fonts 855.3 KiB 3%
JavaScript 712.6 KiB 3%
HTML 74.3 KiB 0%
Other 49.9 KiB 0%
Other 12.9 KiB 0%
Other 829 B 0%
Other 0 B 0%
CSS 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

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.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

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

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

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 (24.8 MiB of 24.8 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
2372ms total JS execution
FIX
2372ms total JS execution
Warning::
Unattributable: 685ms CPU time
Warning::
https://hashnode.com/_next/static/chunks/ae0516f9c...: 667ms CPU time
Warning::
https://hashnode.com/: 606ms CPU time
Info::
https://ping.hashnode.com/gtag/js?id=G-72XG3F8LNJ: 203ms CPU time
Info::
https://hashnode.com/_next/static/chunks/d43fa2c26...: 118ms CPU time
Warning::
Third-party scripts: 2372ms (100% of total)

Main Thread Breakdown

Script Evaluation 40% Other 32% Style & Layout 17% Rendering 5% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
Unattributable685ms21ms0ms3rd
https://hashnode.com/_next/static/chunks/ae0516f9cf0e7561.js667ms611ms10ms3rd
https://hashnode.com/606ms17ms23ms3rd
https://ping.hashnode.com/gtag/js?id=G-72XG3F8LNJ203ms181ms14ms3rd
https://hashnode.com/_next/static/chunks/d43fa2c261a15769.js118ms36ms3ms3rd
https://hashnode.com/_next/static/chunks/5d420d97975eccac.js93ms74ms3ms3rd
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
Image Optimization
85 images, 0 KB saveable
REVIEW
85 images, 0 KB saveable
Info::
All images are well-optimized
85 images 23.1 MB
0 oversized -0 KB
68 legacy format
0 missing dimensions CLS risk
C
JS Bundles
Action
28 scripts, 197 KB unused
REVIEW
28 scripts, 197 KB unused
Warning::
https://ping.hashnode.com/gtag/js?id=G-72XG3F8LNJ: 57 KB unused (28%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://hashnode.com/_next/static/chunks/ae0516f9c...: 49 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://hashnode.com/_next/static/chunks/6826dffb9...: 43 KB unused (61%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://us-assets.i.posthog.com/static/surveys.js?...: 25 KB unused (80%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://hashnode.com/_next/static/chunks/d43fa2c26...: 22 KB unused (60%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 197 KB
197 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://ping.hashnode.com/gtag/js?id=G-72XG3F8LNJ205 KB57 KB (28%)3rd
https://hashnode.com/_next/static/chunks/ae0516f9cf0e7561.js125 KB49 KB (39%)3rd
https://hashnode.com/_next/static/chunks/6826dffb999e18eb.js75 KB43 KB (61%)3rd
https://us-assets.i.posthog.com/static/surveys.js?v=1.357.132 KB25 KB (80%)3rd
https://hashnode.com/_next/static/chunks/d43fa2c261a15769.js38 KB22 KB (60%)3rd
https://hashnode.com/_next/static/chunks/89bcb98f518389a3.js12 KB3rd
https://hashnode.com/_next/static/chunks/8c045503bec64188.js12 KB3rd
https://hashnode.com/_next/static/chunks/73e3194f06db260e.js8 KB3rd
https://hashnode.com/_next/static/chunks/2939a275487cf6ef.js10 KB3rd
https://hashnode.com/_next/static/chunks/2963de8af5bf4d07.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

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

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+
Font Loading
13 fonts (855 KB)
PASS
13 fonts (855 KB)
Info::
13 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

13

855 KB total

Render-blocking

0

of 13

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 931 ms LCP 2.4 shttps://hashnode.com/_next/static/media/SuisseIntlMono_Bold_WebS-s.p.3f449a12.woff2SuisseIntlMono_Bold_Web... https://hashnode.com/_next/static/media/SuisseIntlMono_Bold_WebS-s.p.3f449a12.woff2 — 13.8 KiB — 0 ms — font-display: swaphttps://hashnode.com/_next/static/media/SuisseIntlMono_Regular_WebS-s.p.8b264ba5.woff2SuisseIntlMono_Regular_... https://hashnode.com/_next/static/media/SuisseIntlMono_Regular_WebS-s.p.8b264ba5.woff2 — 13.8 KiB — 0 ms — font-display: swaphttps://hashnode.com/_next/static/media/SuisseIntlMono_Thin_WebS-s.p.e0d1588b.woff2SuisseIntlMono_Thin_Web... https://hashnode.com/_next/static/media/SuisseIntlMono_Thin_WebS-s.p.e0d1588b.woff2 — 13.9 KiB — 0 ms — font-display: swaphttps://hashnode.com/_next/static/media/SuisseIntl_Bold-s.p.85ec0343.woff2SuisseIntl_Bold-s.p.85e... https://hashnode.com/_next/static/media/SuisseIntl_Bold-s.p.85ec0343.woff2 — 64.0 KiB — 0 ms — font-display: swaphttps://hashnode.com/_next/static/media/SuisseIntl_BoldIt-s.p.57c67576.woff2SuisseIntl_BoldIt-s.p.5... https://hashnode.com/_next/static/media/SuisseIntl_BoldIt-s.p.57c67576.woff2 — 49.1 KiB — 0 ms — font-display: swaphttps://hashnode.com/_next/static/media/SuisseIntl_Medium-s.p.921e0693.woff2SuisseIntl_Medium-s.p.9... https://hashnode.com/_next/static/media/SuisseIntl_Medium-s.p.921e0693.woff2 — 65.1 KiB — 0 ms — font-display: swaphttps://hashnode.com/_next/static/media/SuisseIntl_MediumIt-s.p.05dd1830.woff2SuisseIntl_MediumIt-s.p... https://hashnode.com/_next/static/media/SuisseIntl_MediumIt-s.p.05dd1830.woff2 — 49.9 KiB — 0 ms — font-display: swaphttps://hashnode.com/_next/static/media/SuisseIntl_Regular-s.p.1b321929.woff2SuisseIntl_Regular-s.p.... https://hashnode.com/_next/static/media/SuisseIntl_Regular-s.p.1b321929.woff2 — 61.0 KiB — 0 ms — font-display: swaphttps://hashnode.com/_next/static/media/SuisseIntl_RegularIt-s.p.557e35b8.woff2SuisseIntl_RegularIt-s.... https://hashnode.com/_next/static/media/SuisseIntl_RegularIt-s.p.557e35b8.woff2 — 45.6 KiB — 0 ms — font-display: swaphttps://hashnode.com/_next/static/media/SuisseIntl_Semibold-s.p.169cec61.woff2SuisseIntl_Semibold-s.p... https://hashnode.com/_next/static/media/SuisseIntl_Semibold-s.p.169cec61.woff2 — 65.7 KiB — 0 ms — font-display: swaphttps://hashnode.com/_next/static/media/SuisseIntl_SemiboldIt-s.p.63924a3e.woff2SuisseIntl_SemiboldIt-s... https://hashnode.com/_next/static/media/SuisseIntl_SemiboldIt-s.p.63924a3e.woff2 — 50.4 KiB — 0 ms — font-display: swaphttps://hashnode.com/_next/static/media/fa-regular-400.6b955cc3.woff2fa-regular-400.6b955cc3... https://hashnode.com/_next/static/media/fa-regular-400.6b955cc3.woff2 — 325.9 KiB — 0 ms — font-display: swaphttps://hashnode.com/_next/static/media/fa-jelly-regular-400.566fddeb.woff2fa-jelly-regular-400.56... https://hashnode.com/_next/static/media/fa-jelly-regular-400.566fddeb.woff2 — 37.0 KiB — 0 ms — font-display: swap
SuisseIntlMono_Bold_Web... woff2 swap
Size 14 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
SuisseIntlMono_Regular_... woff2 swap
Size 14 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
SuisseIntlMono_Thin_Web... woff2 swap
Size 14 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
SuisseIntl_Bold-s.p.85e... woff2 swap
Size 64 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
SuisseIntl_BoldIt-s.p.5... woff2 swap
Size 49 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
SuisseIntl_Medium-s.p.9... woff2 swap
Size 65 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
SuisseIntl_MediumIt-s.p... woff2 swap
Size 50 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
SuisseIntl_Regular-s.p.... woff2 swap
Size 61 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
SuisseIntl_RegularIt-s.... woff2 swap
Size 46 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
SuisseIntl_Semibold-s.p... woff2 swap
Size 66 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
SuisseIntl_SemiboldIt-s... woff2 swap
Size 50 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
fa-regular-400.6b955cc3... woff2 swap
Size 326 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
fa-jelly-regular-400.56... woff2 swap
Size 37 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
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 ~163 KB and ~326 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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
183 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 2372ms · 471KB · €38/mo
Unattributable
Other
Costly
Execution 685ms
Transfer 0 KB
Monthly Cost €11/mo
hashnode.com
Other
Costly
Execution 667ms
Transfer 125 KB
Unused 39%
Monthly Cost €11/mo
hashnode.com
Other
Costly
Execution 606ms
Transfer 72 KB
Monthly Cost €10/mo
ping.hashnode.com
Other
Costly
Execution 203ms
Transfer 205 KB
Unused 28%
Monthly Cost €3/mo
hashnode.com
Other
Optional
Execution 118ms
Transfer 38 KB
Unused 60%
Monthly Cost €2/mo
hashnode.com
Other
Optional
Execution 93ms
Transfer 30 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • Unattributable adds 685ms and costs ~€11/month
  • hashnode.com adds 667ms and costs ~€11/month
  • hashnode.com adds 606ms and costs ~€10/month
  • ping.hashnode.com adds 203ms 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 685ms 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

hashnode.com takes 667ms 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

hashnode.com takes 606ms 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

ping.hashnode.com takes 203ms 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

60% of hashnode.com'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

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