Skip to content
https://hashnode.dev

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
72
GRADE
C
FIX
4
REVIEW
3
PASS
8
INFO
2

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

32
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
96
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.

7.07 s

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

30.46 s

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

1.15 s

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.

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

32.20 s

Page Load Progression

764 ms
1.5 s
2.3 s
3.1 s
3.8 s
4.6 s
5.3 s
6.1 s
Checks
17
8 PASS 3 REVIEW 4 FIX
F
Page Weight Budget
Action
14.0 MB transferred, 145 requests
FIX
14.0 MB transferred, 145 requests
Critical::
Page weighs 16.0 MB (14.0 MB transferred)
Warning::
Images are 12.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 12.3 MB
Info::
Fonts are 856 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 856 KB
Warning::
JavaScript is 720 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 720 KB
Warning::
145 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 2.9 g CO2 per page load
14.0 MB / 2.4 MB budget
14.0 MB transferred
145 requests
2.9 g CO2 per page load
Images 12.3 MiB 88%
Fonts 855.6 KiB 6%
JavaScript 720.2 KiB 5%
HTML 76.7 KiB 1%
CSS 73.2 KiB 1%
Other 15.3 KiB 0%
Other 13.7 KiB 0%
Other 878 B 0%
Other 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 (14.0 MiB of 14.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
8095ms total JS execution
FIX
8095ms total JS execution
Warning::
https://hashnode.com/_next/static/chunks/ae0516f9c...: 2762ms CPU time
Warning::
https://hashnode.com/: 1508ms CPU time
Warning::
Unattributable: 1331ms CPU time
Warning::
https://ping.hashnode.com/gtag/js?id=G-72XG3F8LNJ: 1078ms CPU time
Warning::
https://hashnode.com/_next/static/chunks/faf4a0202...: 550ms CPU time
Warning::
Third-party scripts: 8095ms (100% of total)

Main Thread Breakdown

Script Evaluation 49% Other 24% Style & Layout 11% Rendering 7% Script Parsing & Compilation 6%
ScriptTotalScriptingParse/CompileParty
https://hashnode.com/_next/static/chunks/ae0516f9cf0e7561.js2762ms2521ms64ms3rd
https://hashnode.com/1508ms69ms61ms3rd
Unattributable1331ms38ms0ms3rd
https://ping.hashnode.com/gtag/js?id=G-72XG3F8LNJ1078ms758ms88ms3rd
https://hashnode.com/_next/static/chunks/faf4a0202735b81c.js550ms466ms1ms3rd
https://hashnode.com/_next/static/chunks/d43fa2c261a15769.js531ms70ms30ms3rd
https://hashnode.com/_next/static/chunks/0a226bf39b462a05.js106ms9ms25ms3rd
https://hashnode.com/_next/static/chunks/5d420d97975eccac.js106ms60ms37ms3rd
https://cdn.carbonads.com/carbon.js?serve=CWBDV27L&placement=hashnodecom&format=cover73ms32ms6ms3rd
https://hashnode.com/_next/static/chunks/b1cd045f80a2cce1.js50ms12ms38ms3rd
D
Page Weight Inventory
Action
145 resources · 14.0 MB · 205 KB savings available
FIX
145 resources · 14.0 MB · 205 KB savings available
Warning::
Page weight 13.0 MB over 1MB target
Got: 14.0 MB Expected: ≤ 1 MB
Info::
~205 KB of savings available
Warning::
144 third-party resources (100% of weight)
Info::
15 resources over 200KB
145 resources · 14.0 MiB · 144 third-party 13.0 MiB over 1MB target
Image 88% · 12.3 MiB
Font 6% · 855.6 KiB
JavaScript 5% · 720.2 KiB
Document 1% · 84.4 KiB
CSS 1% · 73.2 KiB
Other 0% · 9.6 KiB

~205.0 KiB of savings available

Remove unused JavaScript: 205.0 KiB
B
Image Optimization
81 images, 0 KB saveable
REVIEW
81 images, 0 KB saveable
Info::
All images are well-optimized
81 images 12.3 MB
0 oversized -0 KB
69 legacy format
0 missing dimensions CLS risk
C
JS Bundles
Action
28 scripts, 205 KB unused
REVIEW
28 scripts, 205 KB unused
Warning::
https://ping.hashnode.com/gtag/js?id=G-72XG3F8LNJ: 63 KB unused (31%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://hashnode.com/_next/static/chunks/ae0516f9c...: 50 KB unused (41%)
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: 205 KB
205 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://ping.hashnode.com/gtag/js?id=G-72XG3F8LNJ207 KB63 KB (31%)3rd
https://hashnode.com/_next/static/chunks/ae0516f9cf0e7561.js125 KB50 KB (41%)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/d96012bcfc98706a.js1 KB3rd
https://hashnode.com/_next/static/chunks/0a226bf39b462a05.js28 KB3rd
https://hashnode.com/_next/static/chunks/d598f1f652e2d146.js7 KB3rd
https://hashnode.com/_next/static/chunks/73e3194f06db260e.js8 KB3rd
https://hashnode.com/_next/static/chunks/5229fa9d250c5aac.js8 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

B
HTTP Caching
public, s-maxage=25
REVIEW
public, s-maxage=25
Info::
Cache-Control header is set
Got: public, s-maxage=25
Info::
CDN TTL: 25 seconds (s-maxage=25)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

public, s-maxage=25

DirectiveValueMeaning
publicAny cache may store this response
s-maxage25CDN caches for 25 seconds
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 (856 KB)
PASS
13 fonts (856 KB)
Info::
13 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

13

856 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 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s FCP 7.1 s LCP 30.5 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 — 1.7 s — 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.9 KiB — 288 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 — 1.6 s — 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 — 986 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.0 KiB — 268 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.2 KiB — 253 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.8 KiB — 277 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.2 KiB — 990 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.7 KiB — 292 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 — 1.6 s — 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 — 246 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 — 189 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.1 KiB — 626 ms — font-display: swap
SuisseIntlMono_Bold_Web... woff2 swap
Size 14 KB
Load time 1.7 s
Start 248 ms
Risk FOUT — text flashes from fallback to web font
SuisseIntlMono_Regular_... woff2 swap
Size 14 KB
Load time 288 ms
Start 248 ms
Risk FOUT — text flashes from fallback to web font
SuisseIntlMono_Thin_Web... woff2 swap
Size 14 KB
Load time 1.6 s
Start 248 ms
Risk FOUT — text flashes from fallback to web font
SuisseIntl_Bold-s.p.85e... woff2 swap
Size 64 KB
Load time 986 ms
Start 249 ms
Risk FOUT — text flashes from fallback to web font
SuisseIntl_BoldIt-s.p.5... woff2 swap
Size 49 KB
Load time 268 ms
Start 250 ms
Risk FOUT — text flashes from fallback to web font
SuisseIntl_Medium-s.p.9... woff2 swap
Size 65 KB
Load time 253 ms
Start 250 ms
Risk FOUT — text flashes from fallback to web font
SuisseIntl_MediumIt-s.p... woff2 swap
Size 50 KB
Load time 277 ms
Start 251 ms
Risk FOUT — text flashes from fallback to web font
SuisseIntl_Regular-s.p.... woff2 swap
Size 61 KB
Load time 990 ms
Start 251 ms
Risk FOUT — text flashes from fallback to web font
SuisseIntl_RegularIt-s.... woff2 swap
Size 46 KB
Load time 292 ms
Start 252 ms
Risk FOUT — text flashes from fallback to web font
SuisseIntl_Semibold-s.p... woff2 swap
Size 66 KB
Load time 1.6 s
Start 252 ms
Risk FOUT — text flashes from fallback to web font
SuisseIntl_SemiboldIt-s... woff2 swap
Size 50 KB
Load time 246 ms
Start 253 ms
Risk FOUT — text flashes from fallback to web font
fa-regular-400.6b955cc3... woff2 swap
Size 326 KB
Load time 189 ms
Start 2.1 s
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 626 ms
Start 2.9 s
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
56 hints, 0 missing preconnects
PASS
56 hints, 0 missing preconnects
Info::
Page uses 56 resource hint(s)

Current Resource Hints

preconnect
preload
+46
56
dns-prefetch
prefetch

56 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
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
145 requests over 3839ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s FCP 7.1 s LCP 30.5 shttps://hashnode.dev// https://hashnode.dev/ — 307 — 1.3 KiB — 200 ms — h2https://hashnode.com/hashnode.com/ https://hashnode.com/ — 200 — 74.8 KiB — 37 ms — h2https://hashnode.com/_next/static/media/SuisseIntlMono_Bold_WebS-s.p.3f449a12.woff2hashnode.com/_next/static/media/Sui... https://hashnode.com/_next/static/media/SuisseIntlMono_Bold_WebS-s.p.3f449a12.woff2 — 200 — 13.8 KiB — 1.7 s — h2https://hashnode.com/_next/static/media/SuisseIntlMono_Regular_WebS-s.p.8b264ba5.woff2hashnode.com/_next/static/media/Sui... https://hashnode.com/_next/static/media/SuisseIntlMono_Regular_WebS-s.p.8b264ba5.woff2 — 200 — 13.9 KiB — 288 ms — h2https://hashnode.com/_next/static/media/SuisseIntlMono_Thin_WebS-s.p.e0d1588b.woff2hashnode.com/_next/static/media/Sui... https://hashnode.com/_next/static/media/SuisseIntlMono_Thin_WebS-s.p.e0d1588b.woff2 — 200 — 13.9 KiB — 1.6 s — h2https://hashnode.com/_next/static/media/SuisseIntl_Bold-s.p.85ec0343.woff2hashnode.com/_next/static/media/Sui... https://hashnode.com/_next/static/media/SuisseIntl_Bold-s.p.85ec0343.woff2 — 200 — 64.0 KiB — 986 ms — h2https://hashnode.com/_next/static/media/SuisseIntl_BoldIt-s.p.57c67576.woff2hashnode.com/_next/static/media/Sui... https://hashnode.com/_next/static/media/SuisseIntl_BoldIt-s.p.57c67576.woff2 — 200 — 49.0 KiB — 268 ms — h2https://hashnode.com/_next/static/media/SuisseIntl_Medium-s.p.921e0693.woff2hashnode.com/_next/static/media/Sui... https://hashnode.com/_next/static/media/SuisseIntl_Medium-s.p.921e0693.woff2 — 200 — 65.2 KiB — 253 ms — h2https://hashnode.com/_next/static/media/SuisseIntl_MediumIt-s.p.05dd1830.woff2hashnode.com/_next/static/media/Sui... https://hashnode.com/_next/static/media/SuisseIntl_MediumIt-s.p.05dd1830.woff2 — 200 — 49.8 KiB — 277 ms — h2https://hashnode.com/_next/static/media/SuisseIntl_Regular-s.p.1b321929.woff2hashnode.com/_next/static/media/Sui... https://hashnode.com/_next/static/media/SuisseIntl_Regular-s.p.1b321929.woff2 — 200 — 61.2 KiB — 990 ms — h2https://hashnode.com/_next/static/media/SuisseIntl_RegularIt-s.p.557e35b8.woff2hashnode.com/_next/static/media/Sui... https://hashnode.com/_next/static/media/SuisseIntl_RegularIt-s.p.557e35b8.woff2 — 200 — 45.7 KiB — 292 ms — h2https://hashnode.com/_next/static/media/SuisseIntl_Semibold-s.p.169cec61.woff2hashnode.com/_next/static/media/Sui... https://hashnode.com/_next/static/media/SuisseIntl_Semibold-s.p.169cec61.woff2 — 200 — 65.7 KiB — 1.6 s — h2https://hashnode.com/_next/static/media/SuisseIntl_SemiboldIt-s.p.63924a3e.woff2hashnode.com/_next/static/media/Sui... https://hashnode.com/_next/static/media/SuisseIntl_SemiboldIt-s.p.63924a3e.woff2 — 200 — 50.4 KiB — 246 ms — h2https://hashnode.com/_next/static/chunks/6caf7277614b8f01.csshashnode.com/_next/static/chunks/6c... https://hashnode.com/_next/static/chunks/6caf7277614b8f01.css — 200 — 850 B — 285 ms — h2https://hashnode.com/_next/static/chunks/39c65b9ff246101f.csshashnode.com/_next/static/chunks/39... https://hashnode.com/_next/static/chunks/39c65b9ff246101f.css — 200 — 38.4 KiB — 296 ms — h2https://hashnode.com/_next/static/chunks/c1fa1c9dd46c5584.csshashnode.com/_next/static/chunks/c1... https://hashnode.com/_next/static/chunks/c1fa1c9dd46c5584.css — 200 — 34.0 KiB — 1.7 s — h2https://ping.hashnode.com/gtag/js?id=G-72XG3F8LNJping.hashnode.com/gtag/js?id=G-72XG... https://ping.hashnode.com/gtag/js?id=G-72XG3F8LNJ — 200 — 206.6 KiB — 757 ms — h2https://hashnode.com/_next/image?url=%2Fimages%2Fhashnode-hero-illustration-1.jpg&w=750&q=75hashnode.com/_next/image?url=%2Fima... https://hashnode.com/_next/image?url=%2Fimages%2Fhashnode-hero-illustration-1.jpg&w=750&q=75 — 200 — 34.5 KiB — 237 ms — h2https://hashnode.com/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fuploads%2Fcovers%2F63c6a38d691ee062c2d4ed6b%2F77d0b370-19d9-4bf0-b025-127a7fbd5a69.png%3Fw%3D800%26h%3D420%26auto%3Dcompress%2Cformat%26format%3Dwebp&w=256&q=75hashnode.com/_next/image?url=https%... https://hashnode.com/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fuploads%2Fcovers%2F63c6a38d691ee062c2d4ed6b%2F77d0b370-19d9-4bf0-b025-127a7fbd5a69.png%3Fw%3D800%26h%3D420%26auto%3Dcompress%2Cformat%26format%3Dwebp&w=256&q=75 — 200 — 5.3 KiB — 277 ms — h2https://cdn.hashnode.com/uploads/covers/54b81b237393d8e81463c55c/472715f6-1b37-41e2-8a2a-e6e6e1d37fc0.webpcdn.hashnode.com/uploads/covers/54b... https://cdn.hashnode.com/uploads/covers/54b81b237393d8e81463c55c/472715f6-1b37-41e2-8a2a-e6e6e1d37fc0.webp — 200 — 58.7 KiB — 313 ms — h2https://hashnode.com/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fuploads%2Fcovers%2F54b81b237393d8e81463c55c%2Fcfe1cb93-24d1-40bb-8bb4-f225c8ba8b83.png&w=750&q=75hashnode.com/_next/image?url=https%... https://hashnode.com/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fuploads%2Fcovers%2F54b81b237393d8e81463c55c%2Fcfe1cb93-24d1-40bb-8bb4-f225c8ba8b83.png&w=750&q=75 — 200 — 31.7 KiB — 956 ms — h2https://hashnode.com/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fuploads%2Fcovers%2F69d4b99a5da14bc70e00d4f6%2F040ec127-069c-4953-94fe-ae614ebf7868.png%3Fw%3D1200%26h%3D630%26auto%3Dcompress%2Cformat%26format%3Dwebp&w=256&q=75hashnode.com/_next/image?url=https%... https://hashnode.com/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fuploads%2Fcovers%2F69d4b99a5da14bc70e00d4f6%2F040ec127-069c-4953-94fe-ae614ebf7868.png%3Fw%3D1200%26h%3D630%26auto%3Dcompress%2Cformat%26format%3Dwebp&w=256&q=75 — 200 — 10.8 KiB — 927 ms — h2https://hashnode.com/_next/static/chunks/faf4a0202735b81c.jshashnode.com/_next/static/chunks/fa... https://hashnode.com/_next/static/chunks/faf4a0202735b81c.js — 200 — 1.5 KiB — 929 ms — h2https://hashnode.com/_next/static/chunks/ade94519337d7214.jshashnode.com/_next/static/chunks/ad... https://hashnode.com/_next/static/chunks/ade94519337d7214.js — 200 — 8.7 KiB — 54 ms — h2https://hashnode.com/_next/static/chunks/5d420d97975eccac.jshashnode.com/_next/static/chunks/5d... https://hashnode.com/_next/static/chunks/5d420d97975eccac.js — 200 — 30.4 KiB — 103 ms — h2https://hashnode.com/_next/static/chunks/ae0516f9cf0e7561.jshashnode.com/_next/static/chunks/ae... https://hashnode.com/_next/static/chunks/ae0516f9cf0e7561.js — 200 — 124.8 KiB — 285 ms — h2https://hashnode.com/_next/static/chunks/d598f1f652e2d146.jshashnode.com/_next/static/chunks/d5... https://hashnode.com/_next/static/chunks/d598f1f652e2d146.js — 200 — 7.4 KiB — 56 ms — h2https://hashnode.com/_next/static/chunks/turbopack-30f62fc35629b0a3.jshashnode.com/_next/static/chunks/tu... https://hashnode.com/_next/static/chunks/turbopack-30f62fc35629b0a3.js — 200 — 4.3 KiB — 265 ms — h2https://hashnode.com/_next/static/chunks/d96012bcfc98706a.jshashnode.com/_next/static/chunks/d9... https://hashnode.com/_next/static/chunks/d96012bcfc98706a.js — 200 — 551 B — 902 ms — h2https://hashnode.com/_next/static/chunks/73e3194f06db260e.jshashnode.com/_next/static/chunks/73... https://hashnode.com/_next/static/chunks/73e3194f06db260e.js — 200 — 7.6 KiB — 83 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s FCP 7.1 s LCP 30.5 shttps://hashnode.dev// https://hashnode.dev/ — 307 — 1.3 KiB — 200 ms — h2https://hashnode.com/hashnode.com/ https://hashnode.com/ — 200 — 74.8 KiB — 37 ms — h2https://hashnode.com/_next/static/media/SuisseIntlMono_Bold_WebS-s.p.3f449a12.woff2hashnode.com/_next/static/media/Sui... https://hashnode.com/_next/static/media/SuisseIntlMono_Bold_WebS-s.p.3f449a12.woff2 — 200 — 13.8 KiB — 1.7 s — h2https://hashnode.com/_next/static/media/SuisseIntlMono_Regular_WebS-s.p.8b264ba5.woff2hashnode.com/_next/static/media/Sui... https://hashnode.com/_next/static/media/SuisseIntlMono_Regular_WebS-s.p.8b264ba5.woff2 — 200 — 13.9 KiB — 288 ms — h2https://hashnode.com/_next/static/media/SuisseIntlMono_Thin_WebS-s.p.e0d1588b.woff2hashnode.com/_next/static/media/Sui... https://hashnode.com/_next/static/media/SuisseIntlMono_Thin_WebS-s.p.e0d1588b.woff2 — 200 — 13.9 KiB — 1.6 s — h2https://hashnode.com/_next/static/media/SuisseIntl_Bold-s.p.85ec0343.woff2hashnode.com/_next/static/media/Sui... https://hashnode.com/_next/static/media/SuisseIntl_Bold-s.p.85ec0343.woff2 — 200 — 64.0 KiB — 986 ms — h2https://hashnode.com/_next/static/media/SuisseIntl_BoldIt-s.p.57c67576.woff2hashnode.com/_next/static/media/Sui... https://hashnode.com/_next/static/media/SuisseIntl_BoldIt-s.p.57c67576.woff2 — 200 — 49.0 KiB — 268 ms — h2https://hashnode.com/_next/static/media/SuisseIntl_Medium-s.p.921e0693.woff2hashnode.com/_next/static/media/Sui... https://hashnode.com/_next/static/media/SuisseIntl_Medium-s.p.921e0693.woff2 — 200 — 65.2 KiB — 253 ms — h2https://hashnode.com/_next/static/media/SuisseIntl_MediumIt-s.p.05dd1830.woff2hashnode.com/_next/static/media/Sui... https://hashnode.com/_next/static/media/SuisseIntl_MediumIt-s.p.05dd1830.woff2 — 200 — 49.8 KiB — 277 ms — h2https://hashnode.com/_next/static/media/SuisseIntl_Regular-s.p.1b321929.woff2hashnode.com/_next/static/media/Sui... https://hashnode.com/_next/static/media/SuisseIntl_Regular-s.p.1b321929.woff2 — 200 — 61.2 KiB — 990 ms — h2https://hashnode.com/_next/static/media/SuisseIntl_RegularIt-s.p.557e35b8.woff2hashnode.com/_next/static/media/Sui... https://hashnode.com/_next/static/media/SuisseIntl_RegularIt-s.p.557e35b8.woff2 — 200 — 45.7 KiB — 292 ms — h2https://hashnode.com/_next/static/media/SuisseIntl_Semibold-s.p.169cec61.woff2hashnode.com/_next/static/media/Sui... https://hashnode.com/_next/static/media/SuisseIntl_Semibold-s.p.169cec61.woff2 — 200 — 65.7 KiB — 1.6 s — h2https://hashnode.com/_next/static/media/SuisseIntl_SemiboldIt-s.p.63924a3e.woff2hashnode.com/_next/static/media/Sui... https://hashnode.com/_next/static/media/SuisseIntl_SemiboldIt-s.p.63924a3e.woff2 — 200 — 50.4 KiB — 246 ms — h2https://hashnode.com/_next/static/chunks/6caf7277614b8f01.csshashnode.com/_next/static/chunks/6c... https://hashnode.com/_next/static/chunks/6caf7277614b8f01.css — 200 — 850 B — 285 ms — h2https://hashnode.com/_next/static/chunks/39c65b9ff246101f.csshashnode.com/_next/static/chunks/39... https://hashnode.com/_next/static/chunks/39c65b9ff246101f.css — 200 — 38.4 KiB — 296 ms — h2https://hashnode.com/_next/static/chunks/c1fa1c9dd46c5584.csshashnode.com/_next/static/chunks/c1... https://hashnode.com/_next/static/chunks/c1fa1c9dd46c5584.css — 200 — 34.0 KiB — 1.7 s — h2https://ping.hashnode.com/gtag/js?id=G-72XG3F8LNJping.hashnode.com/gtag/js?id=G-72XG... https://ping.hashnode.com/gtag/js?id=G-72XG3F8LNJ — 200 — 206.6 KiB — 757 ms — h2https://hashnode.com/_next/image?url=%2Fimages%2Fhashnode-hero-illustration-1.jpg&w=750&q=75hashnode.com/_next/image?url=%2Fima... https://hashnode.com/_next/image?url=%2Fimages%2Fhashnode-hero-illustration-1.jpg&w=750&q=75 — 200 — 34.5 KiB — 237 ms — h2https://hashnode.com/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fuploads%2Fcovers%2F63c6a38d691ee062c2d4ed6b%2F77d0b370-19d9-4bf0-b025-127a7fbd5a69.png%3Fw%3D800%26h%3D420%26auto%3Dcompress%2Cformat%26format%3Dwebp&w=256&q=75hashnode.com/_next/image?url=https%... https://hashnode.com/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fuploads%2Fcovers%2F63c6a38d691ee062c2d4ed6b%2F77d0b370-19d9-4bf0-b025-127a7fbd5a69.png%3Fw%3D800%26h%3D420%26auto%3Dcompress%2Cformat%26format%3Dwebp&w=256&q=75 — 200 — 5.3 KiB — 277 ms — h2https://cdn.hashnode.com/uploads/covers/54b81b237393d8e81463c55c/472715f6-1b37-41e2-8a2a-e6e6e1d37fc0.webpcdn.hashnode.com/uploads/covers/54b... https://cdn.hashnode.com/uploads/covers/54b81b237393d8e81463c55c/472715f6-1b37-41e2-8a2a-e6e6e1d37fc0.webp — 200 — 58.7 KiB — 313 ms — h2https://hashnode.com/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fuploads%2Fcovers%2F54b81b237393d8e81463c55c%2Fcfe1cb93-24d1-40bb-8bb4-f225c8ba8b83.png&w=750&q=75hashnode.com/_next/image?url=https%... https://hashnode.com/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fuploads%2Fcovers%2F54b81b237393d8e81463c55c%2Fcfe1cb93-24d1-40bb-8bb4-f225c8ba8b83.png&w=750&q=75 — 200 — 31.7 KiB — 956 ms — h2https://hashnode.com/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fuploads%2Fcovers%2F69d4b99a5da14bc70e00d4f6%2F040ec127-069c-4953-94fe-ae614ebf7868.png%3Fw%3D1200%26h%3D630%26auto%3Dcompress%2Cformat%26format%3Dwebp&w=256&q=75hashnode.com/_next/image?url=https%... https://hashnode.com/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fuploads%2Fcovers%2F69d4b99a5da14bc70e00d4f6%2F040ec127-069c-4953-94fe-ae614ebf7868.png%3Fw%3D1200%26h%3D630%26auto%3Dcompress%2Cformat%26format%3Dwebp&w=256&q=75 — 200 — 10.8 KiB — 927 ms — h2https://hashnode.com/_next/static/chunks/faf4a0202735b81c.jshashnode.com/_next/static/chunks/fa... https://hashnode.com/_next/static/chunks/faf4a0202735b81c.js — 200 — 1.5 KiB — 929 ms — h2https://hashnode.com/_next/static/chunks/ade94519337d7214.jshashnode.com/_next/static/chunks/ad... https://hashnode.com/_next/static/chunks/ade94519337d7214.js — 200 — 8.7 KiB — 54 ms — h2https://hashnode.com/_next/static/chunks/5d420d97975eccac.jshashnode.com/_next/static/chunks/5d... https://hashnode.com/_next/static/chunks/5d420d97975eccac.js — 200 — 30.4 KiB — 103 ms — h2https://hashnode.com/_next/static/chunks/ae0516f9cf0e7561.jshashnode.com/_next/static/chunks/ae... https://hashnode.com/_next/static/chunks/ae0516f9cf0e7561.js — 200 — 124.8 KiB — 285 ms — h2https://hashnode.com/_next/static/chunks/d598f1f652e2d146.jshashnode.com/_next/static/chunks/d5... https://hashnode.com/_next/static/chunks/d598f1f652e2d146.js — 200 — 7.4 KiB — 56 ms — h2https://hashnode.com/_next/static/chunks/turbopack-30f62fc35629b0a3.jshashnode.com/_next/static/chunks/tu... https://hashnode.com/_next/static/chunks/turbopack-30f62fc35629b0a3.js — 200 — 4.3 KiB — 265 ms — h2https://hashnode.com/_next/static/chunks/d96012bcfc98706a.jshashnode.com/_next/static/chunks/d9... https://hashnode.com/_next/static/chunks/d96012bcfc98706a.js — 200 — 551 B — 902 ms — h2https://hashnode.com/_next/static/chunks/73e3194f06db260e.jshashnode.com/_next/static/chunks/73... https://hashnode.com/_next/static/chunks/73e3194f06db260e.js — 200 — 7.6 KiB — 83 ms — h2https://hashnode.com/_next/static/chunks/5229fa9d250c5aac.jshashnode.com/_next/static/chunks/52... https://hashnode.com/_next/static/chunks/5229fa9d250c5aac.js — 200 — 7.8 KiB — 267 ms — h2https://hashnode.com/_next/static/chunks/442a64f8e01a213b.jshashnode.com/_next/static/chunks/44... https://hashnode.com/_next/static/chunks/442a64f8e01a213b.js — 200 — 8.2 KiB — 928 ms — h2https://hashnode.com/_next/static/chunks/4a24c400a7781816.jshashnode.com/_next/static/chunks/4a... https://hashnode.com/_next/static/chunks/4a24c400a7781816.js — 200 — 7.6 KiB — 903 ms — h2https://hashnode.com/_next/static/chunks/1cc55bceb917223b.jshashnode.com/_next/static/chunks/1c... https://hashnode.com/_next/static/chunks/1cc55bceb917223b.js — 200 — 11.8 KiB — 263 ms — h2https://hashnode.com/_next/static/chunks/34f09ad5e0163f14.jshashnode.com/_next/static/chunks/34... https://hashnode.com/_next/static/chunks/34f09ad5e0163f14.js — 200 — 11.4 KiB — 891 ms — h2https://hashnode.com/_next/static/chunks/b1cd045f80a2cce1.jshashnode.com/_next/static/chunks/b1... https://hashnode.com/_next/static/chunks/b1cd045f80a2cce1.js — 200 — 15.7 KiB — 929 ms — h2https://hashnode.com/_next/static/chunks/5d3af1653dfceeaf.jshashnode.com/_next/static/chunks/5d... https://hashnode.com/_next/static/chunks/5d3af1653dfceeaf.js — 200 — 10.1 KiB — 90 ms — h2https://hashnode.com/_next/static/chunks/0a226bf39b462a05.jshashnode.com/_next/static/chunks/0a... https://hashnode.com/_next/static/chunks/0a226bf39b462a05.js — 200 — 28.0 KiB — 931 ms — h2https://hashnode.com/_next/static/chunks/8717ba554cae3d22.jshashnode.com/_next/static/chunks/87... https://hashnode.com/_next/static/chunks/8717ba554cae3d22.js — 200 — 24.7 KiB — 125 ms — h2https://hashnode.com/_next/static/chunks/3b416827319fbc9c.jshashnode.com/_next/static/chunks/3b... https://hashnode.com/_next/static/chunks/3b416827319fbc9c.js — 200 — 12.4 KiB — 917 ms — h2https://hashnode.com/_next/static/chunks/88dd3fed273c6f09.jshashnode.com/_next/static/chunks/88... https://hashnode.com/_next/static/chunks/88dd3fed273c6f09.js — 200 — 25.9 KiB — 906 ms — h2https://hashnode.com/_next/static/chunks/d43fa2c261a15769.jshashnode.com/_next/static/chunks/d4... https://hashnode.com/_next/static/chunks/d43fa2c261a15769.js — 200 — 37.7 KiB — 195 ms — h2https://hashnode.com/_next/static/chunks/6826dffb999e18eb.jshashnode.com/_next/static/chunks/68... https://hashnode.com/_next/static/chunks/6826dffb999e18eb.js — 200 — 75.3 KiB — 938 ms — h2https://cdn.hashnode.com/uploads/covers/54b81b237393d8e81463c55c/8292dd60-3fa8-48aa-b23a-93200619052d.jpgcdn.hashnode.com/uploads/covers/54b... https://cdn.hashnode.com/uploads/covers/54b81b237393d8e81463c55c/8292dd60-3fa8-48aa-b23a-93200619052d.jpg — 200 — 729.7 KiB — 279 ms — h2https://cloudmate-test.s3.us-east-1.amazonaws.com/uploads/covers/54b81b237393d8e81463c55c/8fc09910-f2d1-4a6d-8582-44db2bdc5f15.jpgcloudmate-test.s3.us-east-1.amazona... https://cloudmate-test.s3.us-east-1.amazonaws.com/uploads/covers/54b81b237393d8e81463c55c/8fc09910-f2d1-4a6d-8582-44db2bdc5f15.jpg — 200 — 83.1 KiB — 535 ms — http/1.1https://cloudmate-test.s3.us-east-1.amazonaws.com/uploads/covers/54b81b237393d8e81463c55c/68c6ea3e-5535-4c02-ad17-f0309dda94d7.jpgcloudmate-test.s3.us-east-1.amazona... https://cloudmate-test.s3.us-east-1.amazonaws.com/uploads/covers/54b81b237393d8e81463c55c/68c6ea3e-5535-4c02-ad17-f0309dda94d7.jpg — 200 — 137.9 KiB — 539 ms — http/1.1https://cdn.hashnode.com/res/hashnode/image/upload/v1763623690113/2d764fc9-761b-4b8e-8f98-99831fcdfb59.pngcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1763623690113/2d764fc9-761b-4b8e-8f98-99831fcdfb59.png — 200 — 1.1 MiB — 322 ms — h2https://cdn.hashnode.com/res/hashnode/image/upload/v1762341328778/5bd1059a-2e21-40d2-a65a-44c5affe1cb4.jpegcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1762341328778/5bd1059a-2e21-40d2-a65a-44c5affe1cb4.jpeg — 200 — 297.0 KiB — 292 ms — h2https://cdn.hashnode.com/res/hashnode/image/upload/v1736778403776/84d334aa-02a8-451b-835a-c3084e73b781.png?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1736778403776/84d334aa-02a8-451b-835a-c3084e73b781.png?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 1.9 KiB — 278 ms — h2https://cdn.hashnode.com/uploads/avatars/69c4286910e664c5dad5b907/cb319dac-043c-4b57-bfdc-71274ce3a2c0.png?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/uploads/avatars/69... https://cdn.hashnode.com/uploads/avatars/69c4286910e664c5dad5b907/cb319dac-043c-4b57-bfdc-71274ce3a2c0.png?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 109.9 KiB — 292 ms — h2https://lh3.googleusercontent.com/a/ACg8ocItFuPmMtjBIa-HJPCyTqKq9cwey4XBUnuRfzZmqDtKi-szaeAX=s96-clh3.googleusercontent.com/a/ACg8ocI... https://lh3.googleusercontent.com/a/ACg8ocItFuPmMtjBIa-HJPCyTqKq9cwey4XBUnuRfzZmqDtKi-szaeAX=s96-c — 200 — 5.3 KiB — 30 ms — h2https://lh3.googleusercontent.com/a/ACg8ocIaDps2m6S6-ZvQOdSQMUKXxEXAzGh0jgY9k_Vt6sGGjb0X5g=s96-clh3.googleusercontent.com/a/ACg8ocI... https://lh3.googleusercontent.com/a/ACg8ocIaDps2m6S6-ZvQOdSQMUKXxEXAzGh0jgY9k_Vt6sGGjb0X5g=s96-c — 200 — 1.3 KiB — 23 ms — h2https://hashnode.com/manifest.jsonhashnode.com/manifest.json https://hashnode.com/manifest.json — 200 — 878 B — 115 ms — h2https://cdn.hashnode.com/res/hashnode/image/upload/v1745084417624/3b8800d0-5213-498a-994a-33cbf6577b69.png?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1745084417624/3b8800d0-5213-498a-994a-33cbf6577b69.png?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 8.1 KiB — 249 ms — h2https://cdn.hashnode.com/res/hashnode/image/upload/v1769516482513/3d51b959-d1b0-45c4-86f6-d32f78f6fbc2.png?w=64&h=64&fit=crop&crop=faces&w=500&h=500&fit=crop&crop=entropy&auto=compress,format&format=webp&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1769516482513/3d51b959-d1b0-45c4-86f6-d32f78f6fbc2.png?w=64&h=64&fit=crop&crop=faces&w=500&h=500&fit=crop&crop=entropy&auto=compress,format&format=webp&auto=compress,format&format=webp — 200 — 4.4 KiB — 248 ms — h2https://cdn.hashnode.com/res/hashnode/image/upload/v1767694687017/78fb9630-e512-4e9b-babc-cc5075bd7e6c.jpeg?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1767694687017/78fb9630-e512-4e9b-babc-cc5075bd7e6c.jpeg?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 6.0 KiB — 248 ms — h2https://cdn.hashnode.com/res/hashnode/image/upload/v1673063514906/sDY0caszj.jpeg?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1673063514906/sDY0caszj.jpeg?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 1.5 MiB — 356 ms — h2https://cdn.hashnode.com/res/hashnode/image/upload/v1739397188139/25c95e7f-794e-4c2d-9fa6-eeffa3328306.jpeg?w=64&h=64&fit=crop&crop=faces&w=500&h=500&fit=crop&crop=entropy&auto=compress,format&format=webp&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1739397188139/25c95e7f-794e-4c2d-9fa6-eeffa3328306.jpeg?w=64&h=64&fit=crop&crop=faces&w=500&h=500&fit=crop&crop=entropy&auto=compress,format&format=webp&auto=compress,format&format=webp — 200 — 104.5 KiB — 302 ms — h2https://cdn.hashnode.com/res/hashnode/image/upload/v1770457840368/40370293-f7cf-40df-af3b-0f70d33f5df2.jpeg?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1770457840368/40370293-f7cf-40df-af3b-0f70d33f5df2.jpeg?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 46.5 KiB — 302 ms — h2https://cdn.hashnode.com/res/hashnode/image/upload/v1766900721871/f760bab9-5c90-49ef-9150-0d3779519885.png?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1766900721871/f760bab9-5c90-49ef-9150-0d3779519885.png?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 6.5 KiB — 307 ms — h2https://cdn.hashnode.com/res/hashnode/image/upload/v1768500049322/234e6e8d-8af5-43b7-95d9-08022e9cf81a.png?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1768500049322/234e6e8d-8af5-43b7-95d9-08022e9cf81a.png?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 7.4 KiB — 307 ms — h2https://cdn.hashnode.com/res/hashnode/image/upload/v1771261297036/72cba65f-fd00-4a96-b6de-482c4566ce99.png?w=64&h=64&fit=crop&crop=faces&w=500&h=500&fit=crop&crop=entropy&auto=compress,format&format=webp&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1771261297036/72cba65f-fd00-4a96-b6de-482c4566ce99.png?w=64&h=64&fit=crop&crop=faces&w=500&h=500&fit=crop&crop=entropy&auto=compress,format&format=webp&auto=compress,format&format=webp — 200 — 1.2 MiB — 416 ms — h2https://cdn.hashnode.com/res/hashnode/image/upload/v1767155894502/15a4a4cb-fb48-4843-b9dd-aca9c34d2511.jpeg?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1767155894502/15a4a4cb-fb48-4843-b9dd-aca9c34d2511.jpeg?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 2.8 KiB — 353 ms — h2https://cdn.hashnode.com/res/hashnode/image/upload/v1767371737860/636a4515-8f6d-40bd-8b1b-d94e87d1c2c3.png?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1767371737860/636a4515-8f6d-40bd-8b1b-d94e87d1c2c3.png?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 8.5 KiB — 353 ms — h2https://cdn.hashnode.com/res/hashnode/image/upload/v1646330668788/NkIsUqw1v.jpeg?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1646330668788/NkIsUqw1v.jpeg?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 4.4 KiB — 353 ms — h2https://cdn.hashnode.com/res/hashnode/image/upload/v1750342494065/7f670759-b4f6-402f-a02a-42e14b5e0fa9.png?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1750342494065/7f670759-b4f6-402f-a02a-42e14b5e0fa9.png?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 2.2 KiB — 353 ms — h2https://media.licdn.com/dms/image/v2/D4E03AQH11h9UZtl4kg/profile-displayphoto-scale_100_100/B4EZwKyBCmJgAc-/0/1769707412137?e=1778112000&v=beta&t=mJvP4JkxTQIel4_V3tM_opRO65HK7kh0XjVd1hWq0somedia.licdn.com/dms/image/v2/D4E03A... https://media.licdn.com/dms/image/v2/D4E03AQH11h9UZtl4kg/profile-displayphoto-scale_100_100/B4EZwKyBCmJgAc-/0/1769707412137?e=1778112000&v=beta&t=mJvP4JkxTQIel4_V3tM_opRO65HK7kh0XjVd1hWq0so — 200 — 4.0 KiB — 170 ms — h2https://cdn.hashnode.com/res/hashnode/image/upload/v1760867420842/03af418d-8c0e-4b19-a7f5-cefa45ffb132.png?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1760867420842/03af418d-8c0e-4b19-a7f5-cefa45ffb132.png?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 2.3 KiB — 353 ms — h2https://lh3.googleusercontent.com/a/ACg8ocIfIh8TlnKvBW4Gldsn1T4tLpgqjtzPrEhuuIg-MtqFsCv4zthN=s96-clh3.googleusercontent.com/a/ACg8ocI... https://lh3.googleusercontent.com/a/ACg8ocIfIh8TlnKvBW4Gldsn1T4tLpgqjtzPrEhuuIg-MtqFsCv4zthN=s96-c — 200 — 4.9 KiB — 123 ms — h2https://lh3.googleusercontent.com/a/ACg8ocJTGqRMSeAhjTyvcWbo03sHAqY5LO9327gm63RBtyo8HWxaLw=s96-clh3.googleusercontent.com/a/ACg8ocJ... https://lh3.googleusercontent.com/a/ACg8ocJTGqRMSeAhjTyvcWbo03sHAqY5LO9327gm63RBtyo8HWxaLw=s96-c — 200 — 959 B — 123 ms — h2https://cdn.hashnode.com/res/hashnode/image/upload/v1726833493893/fab47955-5b0a-4b3f-b8ee-42bbc218caa4.jpeg?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1726833493893/fab47955-5b0a-4b3f-b8ee-42bbc218caa4.jpeg?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 4.3 KiB — 352 ms — h2https://cdn.hashnode.com/res/hashnode/image/upload/v1740548587098/cc1980c4-7b26-477e-af2b-035f06200aee.png?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1740548587098/cc1980c4-7b26-477e-af2b-035f06200aee.png?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 5.9 KiB — 352 ms — h2https://lh3.googleusercontent.com/a/ACg8ocKsePkvi4_gggWJmwo5hRW2Gr1-ameVBtDdK1vTOgLlLJajfLZh=s96-clh3.googleusercontent.com/a/ACg8ocK... https://lh3.googleusercontent.com/a/ACg8ocKsePkvi4_gggWJmwo5hRW2Gr1-ameVBtDdK1vTOgLlLJajfLZh=s96-c — 200 — 3.9 KiB — 122 ms — h2https://cdn.hashnode.com/res/hashnode/image/upload/v1746031344010/6191c97a-71a7-4204-9c09-721e773ccffa.png?w=64&h=64&fit=crop&crop=faces&w=500&h=500&fit=crop&crop=entropy&auto=compress,format&format=webp&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1746031344010/6191c97a-71a7-4204-9c09-721e773ccffa.png?w=64&h=64&fit=crop&crop=faces&w=500&h=500&fit=crop&crop=entropy&auto=compress,format&format=webp&auto=compress,format&format=webp — 200 — 1.8 MiB — 474 ms — h2https://cdn.hashnode.com/res/hashnode/image/upload/v1767430204240/4063f8e9-c617-48a3-a1e8-b581606c3e25.png?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1767430204240/4063f8e9-c617-48a3-a1e8-b581606c3e25.png?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 14.2 KiB — 401 ms — h2https://cdn.hashnode.com/res/hashnode/image/upload/v1770104417011/84d0eb0e-cbd1-483f-a0d5-099f7ca9ab8f.png?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1770104417011/84d0eb0e-cbd1-483f-a0d5-099f7ca9ab8f.png?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 11.7 KiB — 401 ms — h2https://cdn.hashnode.com/res/hashnode/image/upload/v1768104710889/3e3cb792-dfe9-44d7-bbed-d1bd6b6377da.png?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1768104710889/3e3cb792-dfe9-44d7-bbed-d1bd6b6377da.png?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 7.6 KiB — 401 ms — h2https://lh3.googleusercontent.com/a/ACg8ocLDGNQYnZn-Hq3s2EH5d4FuUYmW01qjVHjuyMnKqWlRCuiJ61Y=s96-clh3.googleusercontent.com/a/ACg8ocL... https://lh3.googleusercontent.com/a/ACg8ocLDGNQYnZn-Hq3s2EH5d4FuUYmW01qjVHjuyMnKqWlRCuiJ61Y=s96-c — 200 — 20.2 KiB — 121 ms — h2https://avatars.githubusercontent.com/u/76598982?v=4avatars.githubusercontent.com/u/765... https://avatars.githubusercontent.com/u/76598982?v=4 — 200 — 2.1 KiB — 165 ms — h2https://lh3.googleusercontent.com/a/ACg8ocIHNHB69xQ-GJKlo170Sav2wF3y6hX7STbpi0I71e5A9l3_YKM=s96-clh3.googleusercontent.com/a/ACg8ocI... https://lh3.googleusercontent.com/a/ACg8ocIHNHB69xQ-GJKlo170Sav2wF3y6hX7STbpi0I71e5A9l3_YKM=s96-c — 200 — 7.1 KiB — 99 ms — h3https://cdn.hashnode.com/res/hashnode/image/upload/v1752315962797/0168642a-f3c3-4491-a646-b6028f93988e.png?w=64&h=64&fit=crop&crop=faces&w=500&h=500&fit=crop&crop=entropy&auto=compress,format&format=webp&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1752315962797/0168642a-f3c3-4491-a646-b6028f93988e.png?w=64&h=64&fit=crop&crop=faces&w=500&h=500&fit=crop&crop=entropy&auto=compress,format&format=webp&auto=compress,format&format=webp — 200 — 397.6 KiB — 180 ms — h3https://cdn.hashnode.com/res/hashnode/image/upload/v1769941109041/01fa503d-5507-427d-a7a2-53660f3d7c97.png?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1769941109041/01fa503d-5507-427d-a7a2-53660f3d7c97.png?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 2.5 KiB — 119 ms — h3https://lh3.googleusercontent.com/a/ACg8ocK-_E8a3oLcq4CRILuNNhmgn6Uc0XlV44vKOQkxw-JvVyvHTyg=s96-clh3.googleusercontent.com/a/ACg8ocK... https://lh3.googleusercontent.com/a/ACg8ocK-_E8a3oLcq4CRILuNNhmgn6Uc0XlV44vKOQkxw-JvVyvHTyg=s96-c — 200 — 10.9 KiB — 102 ms — h3https://cdn.hashnode.com/res/hashnode/image/upload/v1770487824632/88a54ce1-0b80-4d20-baf4-1da06ccf4c7a.jpeg?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1770487824632/88a54ce1-0b80-4d20-baf4-1da06ccf4c7a.jpeg?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 2.9 KiB — 171 ms — h3https://ui-avatars.com/api/?name=tosh.leonardlre&background=random&bold=true&size=500&color=ffffffui-avatars.com/api/?name=tosh.leona... https://ui-avatars.com/api/?name=tosh.leonardlre&background=random&bold=true&size=500&color=ffffff — 200 — 1.0 KiB — 54 ms — h2https://lh3.googleusercontent.com/a/ACg8ocJWT15VheBD8YWutf197Guq4aV2YoFvpwJy9SEPQXDKVCxr5g=s96-clh3.googleusercontent.com/a/ACg8ocJ... https://lh3.googleusercontent.com/a/ACg8ocJWT15VheBD8YWutf197Guq4aV2YoFvpwJy9SEPQXDKVCxr5g=s96-c — 200 — 1.3 KiB — 47 ms — h3https://us-assets.i.posthog.com/array/phc_8kd2luKHyzi3Ne1e4GwCaDgGhyA8kckkou4PuavZXxV/config.jsus-assets.i.posthog.com/array/phc_8... https://us-assets.i.posthog.com/array/phc_8kd2luKHyzi3Ne1e4GwCaDgGhyA8kckkou4PuavZXxV/config.js — 200 — 822 B — 297 ms — h2https://us.i.posthog.com/e/?ip=0&_=1776817877946&ver=1.357.1&compression=gzip-jsus.i.posthog.com/e/?ip=0&_=17768178... https://us.i.posthog.com/e/?ip=0&_=1776817877946&ver=1.357.1&compression=gzip-js — 200 — 288 B — 316 ms — h2https://hashnode.com/_next/static/media/fa-regular-400.6b955cc3.woff2hashnode.com/_next/static/media/fa-... https://hashnode.com/_next/static/media/fa-regular-400.6b955cc3.woff2 — 200 — 325.9 KiB — 189 ms — h2https://hashnode.com/api/hackathons/participate?slug=breaking-thingshashnode.com/api/hackathons/partici... https://hashnode.com/api/hackathons/participate?slug=breaking-things — 200 — 479 B — 189 ms — h2https://cdn.carbonads.com/carbon.js?serve=CWBDV27L&placement=hashnodecom&format=covercdn.carbonads.com/carbon.js?serve=C... https://cdn.carbonads.com/carbon.js?serve=CWBDV27L&placement=hashnodecom&format=cover — 200 — 10.6 KiB — 123 ms — h2https://cdn.hashnode.com/res/hashnode/image/upload/v1763983840969/6aae6835-190c-4701-97f9-dba80794e718.webp?w=100&h=100&fit=crop&crop=faces&w=500&h=500&fit=crop&crop=entropy&auto=compress,format&format=webp&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1763983840969/6aae6835-190c-4701-97f9-dba80794e718.webp?w=100&h=100&fit=crop&crop=faces&w=500&h=500&fit=crop&crop=entropy&auto=compress,format&format=webp&auto=compress,format&format=webp — 200 — 266.3 KiB — 135 ms — h3https://lh3.googleusercontent.com/a/ACg8ocJ9CIxrbKqjhrOxNj-dQKCe2bp8I48ikAmYfRMNckW0xWual0s=s96-clh3.googleusercontent.com/a/ACg8ocJ... https://lh3.googleusercontent.com/a/ACg8ocJ9CIxrbKqjhrOxNj-dQKCe2bp8I48ikAmYfRMNckW0xWual0s=s96-c — 200 — 5.9 KiB — 48 ms — h3https://lh3.googleusercontent.com/a/ACg8ocLa_FUbFraIg6aY6ySKKshZis7rYYosmrWUvWnIc3_E1k8hZg=s96-clh3.googleusercontent.com/a/ACg8ocL... https://lh3.googleusercontent.com/a/ACg8ocLa_FUbFraIg6aY6ySKKshZis7rYYosmrWUvWnIc3_E1k8hZg=s96-c — 200 — 1.7 KiB — 53 ms — h3https://lh3.googleusercontent.com/a/ACg8ocL2lU80RrN4aj-uXCLgQzucA3Y1UTfDHqUJhnNl6knYI57qhQ=s96-clh3.googleusercontent.com/a/ACg8ocL... https://lh3.googleusercontent.com/a/ACg8ocL2lU80RrN4aj-uXCLgQzucA3Y1UTfDHqUJhnNl6knYI57qhQ=s96-c — 200 — 1.4 KiB — 58 ms — h3https://lh3.googleusercontent.com/a/ACg8ocKZXfV5Flbxx81JZoB0C5enVysqH1-s7b1cJEHitepJs2uScg=s96-clh3.googleusercontent.com/a/ACg8ocK... https://lh3.googleusercontent.com/a/ACg8ocKZXfV5Flbxx81JZoB0C5enVysqH1-s7b1cJEHitepJs2uScg=s96-c — 200 — 1.4 KiB — 68 ms — h3https://ui-avatars.com/api/?name=alexsan1471&background=random&bold=true&size=500&color=ffffffui-avatars.com/api/?name=alexsan147... https://ui-avatars.com/api/?name=alexsan1471&background=random&bold=true&size=500&color=ffffff — 200 — 726 B — 71 ms — h2https://cdn.hashnode.com/res/hashnode/image/upload/v1699535183633/c1673ae1-2223-43d3-a791-93fccc3b07ea.png?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1699535183633/c1673ae1-2223-43d3-a791-93fccc3b07ea.png?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 11.0 KiB — 74 ms — h3https://avatars.githubusercontent.com/u/262677745?v=4avatars.githubusercontent.com/u/262... https://avatars.githubusercontent.com/u/262677745?v=4 — 200 — 1.8 KiB — 72 ms — h2https://cdn.hashnode.com/uploads/avatars/678b775e773554ab7117f20a/44c64447-a6e1-48a7-a553-0378872b6c22.png?w=100&h=100&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/uploads/avatars/67... https://cdn.hashnode.com/uploads/avatars/678b775e773554ab7117f20a/44c64447-a6e1-48a7-a553-0378872b6c22.png?w=100&h=100&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 382.8 KiB — 195 ms — h3https://cdn.hashnode.com/res/hashnode/image/upload/v1671723304214/AApto53ou.jpeg?w=100&h=100&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1671723304214/AApto53ou.jpeg?w=100&h=100&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 18.9 KiB — 94 ms — h3https://cdn.hashnode.com/res/hashnode/image/upload/v1762441116537/ececa6e0-8ee3-4dbe-88b8-099af2ec4e42.png?w=100&h=100&fit=crop&crop=faces&w=500&h=500&fit=crop&crop=entropy&auto=compress,format&format=webp&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1762441116537/ececa6e0-8ee3-4dbe-88b8-099af2ec4e42.png?w=100&h=100&fit=crop&crop=faces&w=500&h=500&fit=crop&crop=entropy&auto=compress,format&format=webp&auto=compress,format&format=webp — 200 — 2.5 KiB — 73 ms — h3https://cdn.hashnode.com/res/hashnode/image/upload/v1672605420162/pQvsPIumW.jpg?w=100&h=100&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1672605420162/pQvsPIumW.jpg?w=100&h=100&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 14.3 KiB — 86 ms — h3https://cdn.hashnode.com/res/hashnode/image/upload/v1696817918392/L30XcRGpk.jpeg?w=100&h=100&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1696817918392/L30XcRGpk.jpeg?w=100&h=100&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 817.5 KiB — 250 ms — h3https://lh3.googleusercontent.com/a/ACg8ocLBJcwbYiF0qSGnurvynFtu96Objeu4sIK-3QlbRgp-IjwdEqZr=s96-clh3.googleusercontent.com/a/ACg8ocL... https://lh3.googleusercontent.com/a/ACg8ocLBJcwbYiF0qSGnurvynFtu96Objeu4sIK-3QlbRgp-IjwdEqZr=s96-c — 200 — 4.7 KiB — 68 ms — h3https://cdn.hashnode.com/res/hashnode/image/upload/v1687879933713/294c1dad-0663-498f-a44b-e0a067e6d3bf.png?w=100&h=100&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1687879933713/294c1dad-0663-498f-a44b-e0a067e6d3bf.png?w=100&h=100&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 6.1 KiB — 87 ms — h3https://cdn.hashnode.com/res/hashnode/image/upload/v1747346928556/9e6996c8-2c8c-497a-8eb0-30e3c39c16bf.jpeg?w=100&h=100&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1747346928556/9e6996c8-2c8c-497a-8eb0-30e3c39c16bf.jpeg?w=100&h=100&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 8.5 KiB — 494 ms — h3https://cdn.hashnode.com/res/hashnode/image/upload/v1764583841855/bf965a74-b637-43c6-8507-6d2cc119d19e.jpeg?w=100&h=100&fit=crop&crop=faces&w=500&h=500&fit=crop&crop=entropy&auto=compress,format&format=webp&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1764583841855/bf965a74-b637-43c6-8507-6d2cc119d19e.jpeg?w=100&h=100&fit=crop&crop=faces&w=500&h=500&fit=crop&crop=entropy&auto=compress,format&format=webp&auto=compress,format&format=webp — 200 — 1.2 MiB — 282 ms — h3https://cdn.hashnode.com/res/hashnode/image/upload/v1603373680145/YjrKA5Kio.jpeg?w=100&h=100&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1603373680145/YjrKA5Kio.jpeg?w=100&h=100&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 128.5 KiB — 135 ms — h3https://cdn.hashnode.com/uploads/avatars/6967baa17e7113bdf06ad4af/ae0fed85-19f8-402f-87c2-a62c5b21f5aa.png?w=100&h=100&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/uploads/avatars/69... https://cdn.hashnode.com/uploads/avatars/6967baa17e7113bdf06ad4af/ae0fed85-19f8-402f-87c2-a62c5b21f5aa.png?w=100&h=100&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 1.2 MiB — 283 ms — h3https://cdn.hashnode.com/uploads/avatars/69e76fc8e436727814357af9/52dfa719-dc8d-4502-88b1-4c558bdae43b.jpg?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/uploads/avatars/69... https://cdn.hashnode.com/uploads/avatars/69e76fc8e436727814357af9/52dfa719-dc8d-4502-88b1-4c558bdae43b.jpg?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 203.9 KiB — 152 ms — h3https://cdn.hashnode.com/res/hashnode/image/upload/v1736131060792/7d813dd2-3bb5-4c80-8d1b-29dbd0ce35c8.jpeg?w=100&h=100&fit=crop&crop=faces&w=500&h=500&fit=crop&crop=entropy&auto=compress,format&format=webp&auto=compress,format&format=webpcdn.hashnode.com/res/hashnode/image... https://cdn.hashnode.com/res/hashnode/image/upload/v1736131060792/7d813dd2-3bb5-4c80-8d1b-29dbd0ce35c8.jpeg?w=100&h=100&fit=crop&crop=faces&w=500&h=500&fit=crop&crop=entropy&auto=compress,format&format=webp&auto=compress,format&format=webp — 200 — 81.5 KiB — 132 ms — h3https://cdn.hashnode.com/uploads/avatars/69b380d893256dfc53256f05/810baa00-0b2c-43e0-9433-484aad002146.png?w=100&h=100&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/uploads/avatars/69... https://cdn.hashnode.com/uploads/avatars/69b380d893256dfc53256f05/810baa00-0b2c-43e0-9433-484aad002146.png?w=100&h=100&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 21.4 KiB — 474 ms — h3https://cdn.hashnode.com/uploads/avatars/659ce44123dbcf4acd2d92f2/1c0415f9-f01b-4f81-be05-912587a9e3b1.jpg?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webpcdn.hashnode.com/uploads/avatars/65... https://cdn.hashnode.com/uploads/avatars/659ce44123dbcf4acd2d92f2/1c0415f9-f01b-4f81-be05-912587a9e3b1.jpg?w=64&h=64&fit=crop&crop=faces&auto=compress,format&format=webp — 200 — 99.1 KiB — 135 ms — h3https://lh3.googleusercontent.com/a/ACg8ocIg92aFXyXqThd6XOvMJbQ8lDRkZbE-rXXp4wRaTkFb82sn8rg=s96-clh3.googleusercontent.com/a/ACg8ocI... https://lh3.googleusercontent.com/a/ACg8ocIg92aFXyXqThd6XOvMJbQ8lDRkZbE-rXXp4wRaTkFb82sn8rg=s96-c — 200 — 17.5 KiB — 64 ms — h3https://lh3.googleusercontent.com/a/ACg8ocLvsDmCpjt9qK4vR3UbUkLcSOEpPDVba0QAwCkJ1lEa9-lh_Yg=s96-clh3.googleusercontent.com/a/ACg8ocL... https://lh3.googleusercontent.com/a/ACg8ocLvsDmCpjt9qK4vR3UbUkLcSOEpPDVba0QAwCkJ1lEa9-lh_Yg=s96-c — 200 — 18.1 KiB — 64 ms — h3https://lh3.googleusercontent.com/a/ACg8ocKBYWuIvHD5qV8jfUsmnXTKCWkQI-I2Fo6rUMjXSUs6kAUM4Q=s96-clh3.googleusercontent.com/a/ACg8ocK... https://lh3.googleusercontent.com/a/ACg8ocKBYWuIvHD5qV8jfUsmnXTKCWkQI-I2Fo6rUMjXSUs6kAUM4Q=s96-c — 200 — 1.0 KiB — 169 ms — h3https://hashnode.com/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fuploads%2Fcovers%2F6332d096fc1e3e483bf547c8%2F17bff36c-4b82-474d-a18f-1bdecb1ba8b8.png%3Fw%3D1200%26h%3D630%26auto%3Dcompress%2Cformat%26format%3Dwebp&w=256&q=75hashnode.com/_next/image?url=https%... https://hashnode.com/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fuploads%2Fcovers%2F6332d096fc1e3e483bf547c8%2F17bff36c-4b82-474d-a18f-1bdecb1ba8b8.png%3Fw%3D1200%26h%3D630%26auto%3Dcompress%2Cformat%26format%3Dwebp&w=256&q=75 — 200 — 7.3 KiB — 210 ms — h2https://hashnode.com/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fuploads%2Fcovers%2F6604268355f046aa6a2be990%2Ffa8a51f9-0f9b-4f19-849c-4517d91e023b.jpg%3Fw%3D1200%26h%3D630%26auto%3Dcompress%2Cformat%26format%3Dwebp&w=256&q=75hashnode.com/_next/image?url=https%... https://hashnode.com/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fuploads%2Fcovers%2F6604268355f046aa6a2be990%2Ffa8a51f9-0f9b-4f19-849c-4517d91e023b.jpg%3Fw%3D1200%26h%3D630%26auto%3Dcompress%2Cformat%26format%3Dwebp&w=256&q=75 — 200 — 2.5 KiB — 190 ms — h2https://hashnode.com/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fuploads%2Fcovers%2F621e32b159b01e0a7fddd092%2F5725a29e-d3fa-4461-9fae-06a9368f60b6.jpg%3Fw%3D1200%26h%3D630%26auto%3Dcompress%2Cformat%26format%3Dwebp&w=256&q=75hashnode.com/_next/image?url=https%... https://hashnode.com/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fuploads%2Fcovers%2F621e32b159b01e0a7fddd092%2F5725a29e-d3fa-4461-9fae-06a9368f60b6.jpg%3Fw%3D1200%26h%3D630%26auto%3Dcompress%2Cformat%26format%3Dwebp&w=256&q=75 — 200 — 1.1 KiB — 192 ms — h2https://hashnode.com/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fuploads%2Fcovers%2F6967baa17e7113bdf06ad4af%2F3c722cdf-d604-41f2-b3cc-a55027173e56.png%3Fw%3D1200%26h%3D630%26auto%3Dcompress%2Cformat%26format%3Dwebp&w=256&q=75hashnode.com/_next/image?url=https%... https://hashnode.com/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fuploads%2Fcovers%2F6967baa17e7113bdf06ad4af%2F3c722cdf-d604-41f2-b3cc-a55027173e56.png%3Fw%3D1200%26h%3D630%26auto%3Dcompress%2Cformat%26format%3Dwebp&w=256&q=75 — 200 — 6.5 KiB — 218 ms — h2https://hashnode.com/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fuploads%2Fcovers%2F6967baa17e7113bdf06ad4af%2F74e29ddf-474b-4842-995a-8a277acd2499.png%3Fw%3D1200%26h%3D630%26auto%3Dcompress%2Cformat%26format%3Dwebp&w=256&q=75hashnode.com/_next/image?url=https%... https://hashnode.com/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fuploads%2Fcovers%2F6967baa17e7113bdf06ad4af%2F74e29ddf-474b-4842-995a-8a277acd2499.png%3Fw%3D1200%26h%3D630%26auto%3Dcompress%2Cformat%26format%3Dwebp&w=256&q=75 — 200 — 4.3 KiB — 201 ms — h2https://hashnode.com/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fuploads%2Fcovers%2F678b775e773554ab7117f20a%2Fc0eeaa53-8510-4b7a-865c-1b31414b82c9.png%3Fw%3D800%26h%3D420%26auto%3Dcompress%2Cformat%26format%3Dwebp&w=256&q=75hashnode.com/_next/image?url=https%... https://hashnode.com/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fuploads%2Fcovers%2F678b775e773554ab7117f20a%2Fc0eeaa53-8510-4b7a-865c-1b31414b82c9.png%3Fw%3D800%26h%3D420%26auto%3Dcompress%2Cformat%26format%3Dwebp&w=256&q=75 — 200 — 4.5 KiB — 209 ms — h2https://hashnode.com/_next/static/media/fa-jelly-regular-400.566fddeb.woff2hashnode.com/_next/static/media/fa-... https://hashnode.com/_next/static/media/fa-jelly-regular-400.566fddeb.woff2 — 200 — 37.1 KiB — 626 ms — h2https://hashnode.com/hackathons/breaking-things?_rsc=1r34mhashnode.com/hackathons/breaking-th... https://hashnode.com/hackathons/breaking-things?_rsc=1r34m — 200 — 471 B — 515 ms — h2https://hashnode.com/login?_rsc=1r34mhashnode.com/login?_rsc=1r34m https://hashnode.com/login?_rsc=1r34m — 403 — 5.0 KiB — 9 ms — h2https://hashnode.com/?_rsc=1r34mhashnode.com/?_rsc=1r34m https://hashnode.com/?_rsc=1r34m — 200 — 1.7 KiB — 191 ms — h2https://www.googletagmanager.com/gtag/js?id=G-72XG3F8LNJ&gtg_health=1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-72XG3F8LNJ&gtg_health=1 — 200 — 392 B — 18 ms — h2https://ping.hashnode.com/g/collect?v=2&tid=G-72XG3F8LNJ&gtm=45he64h1h1v893467680za204zd893467680&_p=1776817878113&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=1471035803&_fplc=0&are=1&cid=356758008.1776817879&frm=0&pscdl=noapi&rcb=3&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&ur=NL-NH&sst.etld=google.nl&sst.gcsub=region1&sst.tft=1776817878113&sst.lpc=268321815&sst.navt=n&sst.ude=0&sst.sw_exp=1&_s=1&tag_exp=0~115938466~115938468~117266401~117512543~117884344&sid=1776817878&sct=1&seg=0&dl=https%3A%2F%2Fhashnode.com%2F&dt=Hashnode%20%E2%80%94%20Blogging%20Platform%20for%20Builders%20in%20Tech&_tu=BA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&gap.gtb=1&tfd=3122&richsstsseping.hashnode.com/g/collect?v=2&tid... https://ping.hashnode.com/g/collect?v=2&tid=G-72XG3F8LNJ&gtm=45he64h1h1v893467680za204zd893467680&_p=1776817878113&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=1471035803&_fplc=0&are=1&cid=356758008.1776817879&frm=0&pscdl=noapi&rcb=3&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&ur=NL-NH&sst.etld=google.nl&sst.gcsub=region1&sst.tft=1776817878113&sst.lpc=268321815&sst.navt=n&sst.ude=0&sst.sw_exp=1&_s=1&tag_exp=0~115938466~115938468~117266401~117512543~117884344&sid=1776817878&sct=1&seg=0&dl=https%3A%2F%2Fhashnode.com%2F&dt=Hashnode%20%E2%80%94%20Blogging%20Platform%20for%20Builders%20in%20Tech&_tu=BA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&gap.gtb=1&tfd=3122&richsstsse — 200 — 549 B — 138 ms — h2https://ping.hashnode.com/g/collect?v=2&tid=G-JM0KZQBCYG&gtm=45he64h1h1v893467680za204zd893467680&_p=1776817878113&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=687238062&_fplc=0&are=1&cid=356758008.1776817879&frm=0&pscdl=noapi&rcb=3&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&ur=NL-NH&sst.etld=google.nl&sst.gcsub=region1&sst.tft=1776817878113&sst.lpc=268321815&sst.navt=n&sst.ude=0&sst.sw_exp=1&_s=1&tag_exp=0~115938466~115938468~117266401~117512543~117884344&sid=1776817878&sct=1&seg=0&dl=https%3A%2F%2Fhashnode.com%2F&dt=Hashnode%20%E2%80%94%20Blogging%20Platform%20for%20Builders%20in%20Tech&_tu=BA&en=page_view&_fv=1&_ss=1&_ee=1&gap.gtb=1&tfd=3155&richsstsseping.hashnode.com/g/collect?v=2&tid... https://ping.hashnode.com/g/collect?v=2&tid=G-JM0KZQBCYG&gtm=45he64h1h1v893467680za204zd893467680&_p=1776817878113&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=687238062&_fplc=0&are=1&cid=356758008.1776817879&frm=0&pscdl=noapi&rcb=3&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&ur=NL-NH&sst.etld=google.nl&sst.gcsub=region1&sst.tft=1776817878113&sst.lpc=268321815&sst.navt=n&sst.ude=0&sst.sw_exp=1&_s=1&tag_exp=0~115938466~115938468~117266401~117512543~117884344&sid=1776817878&sct=1&seg=0&dl=https%3A%2F%2Fhashnode.com%2F&dt=Hashnode%20%E2%80%94%20Blogging%20Platform%20for%20Builders%20in%20Tech&_tu=BA&en=page_view&_fv=1&_ss=1&_ee=1&gap.gtb=1&tfd=3155&richsstsse — 200 — 446 B — 148 ms — h2https://www.google.com/ccm/collect?rcb=3&frm=0&en=page_view&dl=https%3A%2F%2Fhashnode.com%2F&scrsrc=ping.hashnode.com&rnd=272414826.1776817879&dt=Hashnode%20%E2%80%94%20Blogging%20Platform%20for%20Builders%20in%20Tech&auid=802666618.1776817879&navt=n&npa=1&_tu=BA&gtm=45he64h1h1v893467680za204zd893467680xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401~117512543~117884344&apve=1&apvf=f&gap.gtb=1&apvc=1&tids=AW-344963816&tid=AW-344963816&tft=1776817879007&tfd=3158www.google.com/ccm/collect?rcb=3&fr... https://www.google.com/ccm/collect?rcb=3&frm=0&en=page_view&dl=https%3A%2F%2Fhashnode.com%2F&scrsrc=ping.hashnode.com&rnd=272414826.1776817879&dt=Hashnode%20%E2%80%94%20Blogging%20Platform%20for%20Builders%20in%20Tech&auid=802666618.1776817879&navt=n&npa=1&_tu=BA&gtm=45he64h1h1v893467680za204zd893467680xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401~117512543~117884344&apve=1&apvf=f&gap.gtb=1&apvc=1&tids=AW-344963816&tid=AW-344963816&tft=1776817879007&tfd=3158 — 200 — 21 B — 135 ms — h3https://ping.hashnode.com/g/collect?v=2&tid=G-72XG3F8LNJ&gtm=45he64h1h1v893467680za204zd893467680&_p=1776817878113&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=1471035803&_eu=AEAAAAQ&_fplc=0&ae=a&are=1&cid=356758008.1776817879&frm=0&pscdl=noapi&rcb=3&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&ur=NL-NH&sst.etld=google.nl&sst.gcsub=region1&sst.tft=1776817878113&sst.sp=1&sst.em_event=1&sst.lpc=268321815&sst.navt=n&sst.ude=0&sst.sw_exp=1&_s=2&tag_exp=0~115938466~115938468~117266401~117512543~117884344&sid=1776817878&sct=1&seg=0&dl=https%3A%2F%2Fhashnode.com%2F&dt=Hashnode%20%E2%80%94%20Blogging%20Platform%20for%20Builders%20in%20Tech&_tu=BA&en=scroll&gap.gtb=1&epn.percent_scrolled=90&_et=116&tfd=3239&richsstsseping.hashnode.com/g/collect?v=2&tid... https://ping.hashnode.com/g/collect?v=2&tid=G-72XG3F8LNJ&gtm=45he64h1h1v893467680za204zd893467680&_p=1776817878113&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=1471035803&_eu=AEAAAAQ&_fplc=0&ae=a&are=1&cid=356758008.1776817879&frm=0&pscdl=noapi&rcb=3&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&ur=NL-NH&sst.etld=google.nl&sst.gcsub=region1&sst.tft=1776817878113&sst.sp=1&sst.em_event=1&sst.lpc=268321815&sst.navt=n&sst.ude=0&sst.sw_exp=1&_s=2&tag_exp=0~115938466~115938468~117266401~117512543~117884344&sid=1776817878&sct=1&seg=0&dl=https%3A%2F%2Fhashnode.com%2F&dt=Hashnode%20%E2%80%94%20Blogging%20Platform%20for%20Builders%20in%20Tech&_tu=BA&en=scroll&gap.gtb=1&epn.percent_scrolled=90&_et=116&tfd=3239&richsstsse — 200 — 450 B — 135 ms — h2https://ping.hashnode.com/g/collect?v=2&tid=G-JM0KZQBCYG&gtm=45he64h1h1v893467680za204zd893467680&_p=1776817878113&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=687238062&_eu=AEAAAAQ&_fplc=0&ae=a&are=1&cid=356758008.1776817879&frm=0&pscdl=noapi&rcb=3&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&ur=NL-NH&sst.etld=google.nl&sst.gcsub=region1&sst.tft=1776817878113&sst.sp=1&sst.em_event=1&sst.lpc=268321815&sst.navt=n&sst.ude=0&sst.sw_exp=1&_s=2&tag_exp=0~115938466~115938468~117266401~117512543~117884344&sid=1776817878&sct=1&seg=0&dl=https%3A%2F%2Fhashnode.com%2F&dt=Hashnode%20%E2%80%94%20Blogging%20Platform%20for%20Builders%20in%20Tech&_tu=BA&en=scroll&gap.gtb=1&epn.percent_scrolled=90&_et=93&tfd=3252&richsstsseping.hashnode.com/g/collect?v=2&tid... https://ping.hashnode.com/g/collect?v=2&tid=G-JM0KZQBCYG&gtm=45he64h1h1v893467680za204zd893467680&_p=1776817878113&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=687238062&_eu=AEAAAAQ&_fplc=0&ae=a&are=1&cid=356758008.1776817879&frm=0&pscdl=noapi&rcb=3&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&ur=NL-NH&sst.etld=google.nl&sst.gcsub=region1&sst.tft=1776817878113&sst.sp=1&sst.em_event=1&sst.lpc=268321815&sst.navt=n&sst.ude=0&sst.sw_exp=1&_s=2&tag_exp=0~115938466~115938468~117266401~117512543~117884344&sid=1776817878&sct=1&seg=0&dl=https%3A%2F%2Fhashnode.com%2F&dt=Hashnode%20%E2%80%94%20Blogging%20Platform%20for%20Builders%20in%20Tech&_tu=BA&en=scroll&gap.gtb=1&epn.percent_scrolled=90&_et=93&tfd=3252&richsstsse — 200 — 445 B — 131 ms — h2https://ping.hashnode.com/_/service_worker/63b0/sw_iframe.html?origin=https%3A%2F%2Fhashnode.com&1p=1ping.hashnode.com/_/service_worker/... https://ping.hashnode.com/_/service_worker/63b0/sw_iframe.html?origin=https%3A%2F%2Fhashnode.com&1p=1 — 200 — 1.9 KiB — 10 ms — h2https://hashnode.com/?_rsc=p37crhashnode.com/?_rsc=p37cr https://hashnode.com/?_rsc=p37cr — 200 — 1.4 KiB — 186 ms — h2https://us-assets.i.posthog.com/static/dead-clicks-autocapture.js?v=1.357.1us-assets.i.posthog.com/static/dead... https://us-assets.i.posthog.com/static/dead-clicks-autocapture.js?v=1.357.1 — 200 — 5.1 KiB — 125 ms — h2https://us-assets.i.posthog.com/static/surveys.js?v=1.357.1us-assets.i.posthog.com/static/surv... https://us-assets.i.posthog.com/static/surveys.js?v=1.357.1 — 200 — 32.0 KiB — 305 ms — h2https://us-assets.i.posthog.com/static/web-vitals.js?v=1.357.1us-assets.i.posthog.com/static/web-... https://us-assets.i.posthog.com/static/web-vitals.js?v=1.357.1 — 200 — 2.8 KiB — 116 ms — h2https://srv.carbonads.net/ads/CWBDV27L.json?segment=placement:hashnodecomsrv.carbonads.net/ads/CWBDV27L.json... https://srv.carbonads.net/ads/CWBDV27L.json?segment=placement:hashnodecom — 200 — 0 B — 24 ms — h2https://srv.carbonads.net/ads/CWBDV27L.json?segment=placement:hashnodecomsrv.carbonads.net/ads/CWBDV27L.json... https://srv.carbonads.net/ads/CWBDV27L.json?segment=placement:hashnodecom — 200 — 1016 B — 6 ms — h2https://srv.carbonads.net/static/30242/8a43d189227dade926e1643b2fa17d7f103134d8srv.carbonads.net/static/30242/8a43... https://srv.carbonads.net/static/30242/8a43d189227dade926e1643b2fa17d7f103134d8 — 200 — 43.7 KiB — 11 ms — h2https://ovh.commander1.com/v3/?tcs=3810&rand=$CACHEBUSTER$&chn=display&src=buysellads&cty_ads=nl&lang_ads=nl&cty=NL&unvrse=cloud&pcat=baremetal&subtpc=MoFu-Advance-VersionA&tactic=consd&objv=conversion&site_domain=https://www.ovhcloud.com&cmp=display_EC_nl_nl_NL_cloud_baremetal_MoFu-Advance-VersionA_consd_conversion&crtive=dimg_image_260x200_MessageCovh.commander1.com/v3/?tcs=3810&ran... https://ovh.commander1.com/v3/?tcs=3810&rand=$CACHEBUSTER$&chn=display&src=buysellads&cty_ads=nl&lang_ads=nl&cty=NL&unvrse=cloud&pcat=baremetal&subtpc=MoFu-Advance-VersionA&tactic=consd&objv=conversion&site_domain=https://www.ovhcloud.com&cmp=display_EC_nl_nl_NL_cloud_baremetal_MoFu-Advance-VersionA_consd_conversion&crtive=dimg_image_260x200_MessageC — 307 — 1.4 KiB — 48 ms — http/1.1https://ovh.commander1.com/v3/?firsttime=1&tcs=3810&rand=$CACHEBUSTER$&chn=display&src=buysellads&cty_ads=nl&lang_ads=nl&cty=NL&unvrse=cloud&pcat=baremetal&subtpc=MoFu-Advance-VersionA&tactic=consd&objv=conversion&site_domain=https://www.ovhcloud.com&cmp=display_EC_nl_nl_NL_cloud_baremetal_MoFu-Advance-VersionA_consd_conversion&crtive=dimg_image_260x200_MessageCovh.commander1.com/v3/?firsttime=1&... https://ovh.commander1.com/v3/?firsttime=1&tcs=3810&rand=$CACHEBUSTER$&chn=display&src=buysellads&cty_ads=nl&lang_ads=nl&cty=NL&unvrse=cloud&pcat=baremetal&subtpc=MoFu-Advance-VersionA&tactic=consd&objv=conversion&site_domain=https://www.ovhcloud.com&cmp=display_EC_nl_nl_NL_cloud_baremetal_MoFu-Advance-VersionA_consd_conversion&crtive=dimg_image_260x200_MessageC — 200 — 1.2 KiB — 20 ms — http/1.1https://hashnode.com/hackathons/breaking-things?_rsc=p37crhashnode.com/hackathons/breaking-th... https://hashnode.com/hackathons/breaking-things?_rsc=p37cr — 200 — 1.6 KiB — 181 ms — h2https://hashnode.com/icon0.svg?icon0.3077b4da.svghashnode.com/icon0.svg?icon0.3077b4... https://hashnode.com/icon0.svg?icon0.3077b4da.svg — 200 — 12.5 KiB — 185 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
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 8095ms · 530KB · €129/mo
hashnode.com
Other
Costly
Execution 2762ms
Transfer 125 KB
Unused 41%
Monthly Cost €44/mo
hashnode.com
Other
Costly
Execution 1508ms
Transfer 75 KB
Monthly Cost €24/mo
Unattributable
Other
Costly
Execution 1331ms
Transfer 0 KB
Monthly Cost €21/mo
ping.hashnode.com
Other
Costly
Execution 1078ms
Transfer 207 KB
Unused 31%
Monthly Cost €17/mo
hashnode.com
Other
Costly
Execution 550ms
Transfer 2 KB
Monthly Cost €9/mo
hashnode.com
Other
Costly
Execution 531ms
Transfer 38 KB
Unused 60%
Monthly Cost €8/mo
hashnode.com
Other
Optional
Execution 106ms
Transfer 28 KB
Monthly Cost €2/mo
hashnode.com
Other
Optional
Execution 106ms
Transfer 30 KB
Monthly Cost €2/mo
cdn.carbonads.com
Other
Optional
Execution 73ms
Transfer 11 KB
Monthly Cost €1/mo
hashnode.com
Other
Optional
Execution 50ms
Transfer 16 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • hashnode.com adds 2762ms and costs ~€44/month
  • hashnode.com adds 1508ms and costs ~€24/month
  • Unattributable adds 1331ms and costs ~€21/month
  • ping.hashnode.com adds 1078ms and costs ~€17/month
  • hashnode.com adds 550ms and costs ~€9/month
  • hashnode.com adds 531ms and costs ~€8/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

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

Unattributable takes 1331ms 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 1078ms 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 550ms 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 531ms 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