Skip to content
https://sitepoint.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
69
GRADE
D
FIX
5
REVIEW
3
PASS
5
INFO
2

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

79
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
87
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.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

1.36 s

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

2.02 s

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

28 ms

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

0.016

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

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

4.79 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
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
7.0 MB transferred, 104 requests
FIX
7.0 MB transferred, 104 requests
Critical::
Page weighs 12.4 MB (7.0 MB transferred)
Warning::
Images are 5.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 5.2 MB
Warning::
JavaScript is 1.3 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.3 MB
Warning::
104 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.5 g CO2 per page load
7.0 MB / 2.4 MB budget
7.0 MB transferred
104 requests
1.5 g CO2 per page load
Images 5.2 MiB 74%
JavaScript 1.3 MiB 19%
Other 197.7 KiB 3%
Fonts 153.5 KiB 2%
Other 95.1 KiB 1%
HTML 26.1 KiB 0%
CSS 24.4 KiB 0%
Other 15.3 KiB 0%
Other 550 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

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 (7.0 MiB of 7.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
34 scripts, 565 KB unused
FIX
34 scripts, 565 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=GTM-KL...: 103 KB unused (62%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.sitepoint.com/_next/static/chunks/9954...: 84 KB unused (74%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/destination?...: 75 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-QPSK...: 67 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-KL8...: 60 KB unused (36%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 565 KB
565 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=GTM-KL8PMMW167 KB103 KB (62%)3rd
https://www.sitepoint.com/_next/static/chunks/9954-b377850410de1030.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f120 KB84 KB (74%)3rd
https://www.googletagmanager.com/gtag/destination?id=AW-1071863924&cx=c&gtm=4e64e1&bs=ctrl137 KB75 KB (54%)3rd
https://www.googletagmanager.com/gtag/js?id=G-QPSK9L63NG&cx=c&gtm=4e64e1&bs=ctrl173 KB67 KB (39%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KL8PMMW167 KB60 KB (36%)3rd
https://cmp.inmobi.com/tcfv2/60/cmp2.js?referer=www.sitepoint.com114 KB56 KB (49%)3rd
https://cmp.inmobi.com/tcfv2/60/cmp2ui-en.js108 KB50 KB (46%)3rd
https://www.sitepoint.com/_next/static/chunks/9da6db1e-a6b770f7ae251383.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f57 KB26 KB (45%)3rd
https://eu-assets.i.posthog.com/static/surveys.js?v=1.255.132 KB25 KB (78%)3rd
https://www.sitepoint.com/_next/static/chunks/8940-20b2508bce0899ff.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f26 KB20 KB (80%)3rd

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

F
Page Weight Inventory
Action
104 resources · 7.0 MB · 565 KB savings available
FIX
104 resources · 7.0 MB · 565 KB savings available
Warning::
Page weight 6.0 MB over 1MB target
Got: 7.0 MB Expected: ≤ 1 MB
Info::
~565 KB of savings available
Warning::
103 third-party resources (100% of weight)
Info::
10 resources over 200KB
104 resources · 7.0 MiB · 103 third-party 6.0 MiB over 1MB target
Image 74% · 5.2 MiB
JavaScript 19% · 1.3 MiB
Other 4% · 293.3 KiB
Font 2% · 153.5 KiB
Document 0% · 26.1 KiB
CSS 0% · 24.4 KiB

~565.1 KiB of savings available

Remove unused JavaScript: 565.1 KiB
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
26 images, 0 KB saveable
REVIEW
26 images, 0 KB saveable
Info::
All images are well-optimized
26 images 5.2 MB
0 oversized -0 KB
24 legacy format
0 missing dimensions CLS risk
B
JS Execution Cost
838ms total JS execution
REVIEW
838ms total JS execution
Info::
Unattributable: 184ms CPU time
Info::
https://cmp.inmobi.com/tcfv2/60/cmp2.js?referer=ww...: 110ms CPU time
Info::
https://www.sitepoint.com/_next/static/chunks/4bd1...: 104ms CPU time
Info::
https://cmp.inmobi.com/tcfv2/60/cmp2ui-en.js: 102ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-KL8...: 100ms CPU time
Warning::
Third-party scripts: 838ms (100% of total)

Main Thread Breakdown

Script Evaluation 61% Other 19% Script Parsing & Compilation 11% Style & Layout 4%
ScriptTotalScriptingParse/CompileParty
Unattributable184ms21ms0ms3rd
https://cmp.inmobi.com/tcfv2/60/cmp2.js?referer=www.sitepoint.com110ms76ms11ms3rd
https://www.sitepoint.com/_next/static/chunks/4bd1b696-c1a4092914193f53.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f104ms99ms5ms3rd
https://cmp.inmobi.com/tcfv2/60/cmp2ui-en.js102ms72ms12ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KL8PMMW100ms87ms11ms3rd
https://www.sitepoint.com/_next/static/chunks/1684-01ff1825ec4fb525.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f97ms88ms7ms3rd
https://www.sitepoint.com/73ms6ms4ms3rd
https://www.googletagmanager.com/gtag/js?id=G-QPSK9L63NG&cx=c&gtm=4e64e1&bs=ctrl68ms55ms11ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
4 fonts (153 KB)
PASS
4 fonts (153 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

153 KB total

Render-blocking

0

of 4

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 1.4 s LCP 2.0 shttps://www.sitepoint.com/_next/static/media/138d5b0847abe1e1-s.p.woff2138d5b0847abe1e1-s.p.woff2 https://www.sitepoint.com/_next/static/media/138d5b0847abe1e1-s.p.woff2 — 82.1 KiB — 101 ms — font-display: swaphttps://www.sitepoint.com/_next/static/media/612821e83c2a36f1-s.p.woff2612821e83c2a36f1-s.p.woff2 https://www.sitepoint.com/_next/static/media/612821e83c2a36f1-s.p.woff2 — 19.3 KiB — 101 ms — font-display: swaphttps://www.sitepoint.com/_next/static/media/93f479601ee12b01-s.p.woff293f479601ee12b01-s.p.woff2 https://www.sitepoint.com/_next/static/media/93f479601ee12b01-s.p.woff2 — 31.1 KiB — 102 ms — font-display: swaphttps://www.sitepoint.com/_next/static/media/dbd9bfd7927f161c-s.p.woff2dbd9bfd7927f161c-s.p.woff2 https://www.sitepoint.com/_next/static/media/dbd9bfd7927f161c-s.p.woff2 — 21.0 KiB — 102 ms — font-display: swap
138d5b0847abe1e1-s.p.woff2 woff2 swap
Size 82 KB
Load time 101 ms
Start 662 ms
Risk FOUT — text flashes from fallback to web font
612821e83c2a36f1-s.p.woff2 woff2 swap
Size 19 KB
Load time 101 ms
Start 662 ms
Risk FOUT — text flashes from fallback to web font
93f479601ee12b01-s.p.woff2 woff2 swap
Size 31 KB
Load time 102 ms
Start 662 ms
Risk FOUT — text flashes from fallback to web font
dbd9bfd7927f161c-s.p.woff2 woff2 swap
Size 21 KB
Load time 102 ms
Start 663 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)
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
Network Waterfall
104 requests over 4027ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.4 s LCP 2.0 shttps://sitepoint.com// https://sitepoint.com/ — 301 — 46 B — 528 ms — h2https://www.sitepoint.com/www.sitepoint.com/ https://www.sitepoint.com/ — 200 — 26.1 KiB — 125 ms — h2https://www.sitepoint.com/_next/static/media/138d5b0847abe1e1-s.p.woff2www.sitepoint.com/_next/static/medi... https://www.sitepoint.com/_next/static/media/138d5b0847abe1e1-s.p.woff2 — 200 — 82.1 KiB — 101 ms — h2https://www.sitepoint.com/_next/static/media/612821e83c2a36f1-s.p.woff2www.sitepoint.com/_next/static/medi... https://www.sitepoint.com/_next/static/media/612821e83c2a36f1-s.p.woff2 — 200 — 19.3 KiB — 101 ms — h2https://www.sitepoint.com/_next/static/media/93f479601ee12b01-s.p.woff2www.sitepoint.com/_next/static/medi... https://www.sitepoint.com/_next/static/media/93f479601ee12b01-s.p.woff2 — 200 — 31.1 KiB — 102 ms — h2https://www.sitepoint.com/_next/static/media/dbd9bfd7927f161c-s.p.woff2www.sitepoint.com/_next/static/medi... https://www.sitepoint.com/_next/static/media/dbd9bfd7927f161c-s.p.woff2 — 200 — 21.0 KiB — 102 ms — h2https://uploads.sitepoint.com/wp-content/uploads/medium_12_Best_AI_Recruiting_Sourcing_Tools_for_2026_719aedcf99.pnguploads.sitepoint.com/wp-content/up... https://uploads.sitepoint.com/wp-content/uploads/medium_12_Best_AI_Recruiting_Sourcing_Tools_for_2026_719aedcf99.png — 200 — 436.8 KiB — 147 ms — h3https://www.sitepoint.com/_next/static/css/e0441f2f821e89fc.css?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/css/... https://www.sitepoint.com/_next/static/css/e0441f2f821e89fc.css?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 20.4 KiB — 78 ms — h2https://www.sitepoint.com/_next/static/css/0ec955cdb0dea670.css?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/css/... https://www.sitepoint.com/_next/static/css/0ec955cdb0dea670.css?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 1.1 KiB — 99 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-KL8PMMWwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KL8PMMW — 200 — 166.9 KiB — 269 ms — h2https://www.googletagmanager.com/gtag/js?id=GTM-KL8PMMWwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=GTM-KL8PMMW — 200 — 166.6 KiB — 307 ms — h2https://cmp.inmobi.com/choice/DsckBJsAJpkVK/www.sitepoint.com/choice.js?tag_version=V3cmp.inmobi.com/choice/DsckBJsAJpkVK... https://cmp.inmobi.com/choice/DsckBJsAJpkVK/www.sitepoint.com/choice.js?tag_version=V3 — 200 — 2.2 KiB — 92 ms — h2https://s3.sitepoint.com/images/avatars/default-50x50.jpgs3.sitepoint.com/images/avatars/def... https://s3.sitepoint.com/images/avatars/default-50x50.jpg — 200 — 961 B — 41 ms — h3https://www.sitepoint.com/_next/static/chunks/webpack-ce916e62b9b31522.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/webpack-ce916e62b9b31522.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 2.8 KiB — 82 ms — h2https://www.sitepoint.com/_next/static/chunks/4bd1b696-c1a4092914193f53.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/4bd1b696-c1a4092914193f53.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 53.7 KiB — 139 ms — h2https://www.sitepoint.com/_next/static/chunks/9da6db1e-a6b770f7ae251383.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/9da6db1e-a6b770f7ae251383.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 57.3 KiB — 87 ms — h2https://www.sitepoint.com/_next/static/chunks/1684-01ff1825ec4fb525.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/1684-01ff1825ec4fb525.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 46.3 KiB — 139 ms — h2https://www.sitepoint.com/_next/static/chunks/main-app-ad30c86f4469791a.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/main-app-ad30c86f4469791a.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 800 B — 104 ms — h2https://www.sitepoint.com/_next/static/chunks/4239-8e12ae0cbc8b1afa.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/4239-8e12ae0cbc8b1afa.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 3.8 KiB — 108 ms — h2https://www.sitepoint.com/_next/static/chunks/app/layout-4819a33b0449eeb2.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/app/layout-4819a33b0449eeb2.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 3.4 KiB — 103 ms — h2https://www.sitepoint.com/_next/static/chunks/6874-fc0dbf44c8e00460.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/6874-fc0dbf44c8e00460.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 3.9 KiB — 106 ms — h2https://www.sitepoint.com/_next/static/chunks/4277-1dd1ecf31fb5d7c1.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/4277-1dd1ecf31fb5d7c1.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 8.5 KiB — 103 ms — h2https://www.sitepoint.com/_next/static/chunks/8940-20b2508bce0899ff.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/8940-20b2508bce0899ff.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 25.5 KiB — 139 ms — h2https://www.sitepoint.com/_next/static/chunks/7242-2f55b9453cf7e5b0.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/7242-2f55b9453cf7e5b0.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 15.4 KiB — 122 ms — h2https://www.sitepoint.com/_next/static/chunks/1886-7bff84bfb84f4f02.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/1886-7bff84bfb84f4f02.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 3.5 KiB — 108 ms — h2https://www.sitepoint.com/_next/static/chunks/9414-36d121ff4944c6ff.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/9414-36d121ff4944c6ff.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 3.5 KiB — 124 ms — h2https://www.sitepoint.com/_next/static/chunks/app/(main)/layout-a67baf85f0b63afb.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/app/(main)/layout-a67baf85f0b63afb.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 32.0 KiB — 56 ms — h2https://www.sitepoint.com/_next/static/chunks/3063-6bcd5c8b76f4b4d0.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/3063-6bcd5c8b76f4b4d0.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 5.9 KiB — 52 ms — h2https://www.sitepoint.com/_next/static/chunks/app/(main)/page-0b0e6a177634812c.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/app/(main)/page-0b0e6a177634812c.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 5.0 KiB — 57 ms — h2https://uploads.sitepoint.com/wp-content/uploads/medium_data_10f1429d51.pnguploads.sitepoint.com/wp-content/up... https://uploads.sitepoint.com/wp-content/uploads/medium_data_10f1429d51.png — 200 — 488.5 KiB — 285 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.4 s LCP 2.0 shttps://sitepoint.com// https://sitepoint.com/ — 301 — 46 B — 528 ms — h2https://www.sitepoint.com/www.sitepoint.com/ https://www.sitepoint.com/ — 200 — 26.1 KiB — 125 ms — h2https://www.sitepoint.com/_next/static/media/138d5b0847abe1e1-s.p.woff2www.sitepoint.com/_next/static/medi... https://www.sitepoint.com/_next/static/media/138d5b0847abe1e1-s.p.woff2 — 200 — 82.1 KiB — 101 ms — h2https://www.sitepoint.com/_next/static/media/612821e83c2a36f1-s.p.woff2www.sitepoint.com/_next/static/medi... https://www.sitepoint.com/_next/static/media/612821e83c2a36f1-s.p.woff2 — 200 — 19.3 KiB — 101 ms — h2https://www.sitepoint.com/_next/static/media/93f479601ee12b01-s.p.woff2www.sitepoint.com/_next/static/medi... https://www.sitepoint.com/_next/static/media/93f479601ee12b01-s.p.woff2 — 200 — 31.1 KiB — 102 ms — h2https://www.sitepoint.com/_next/static/media/dbd9bfd7927f161c-s.p.woff2www.sitepoint.com/_next/static/medi... https://www.sitepoint.com/_next/static/media/dbd9bfd7927f161c-s.p.woff2 — 200 — 21.0 KiB — 102 ms — h2https://uploads.sitepoint.com/wp-content/uploads/medium_12_Best_AI_Recruiting_Sourcing_Tools_for_2026_719aedcf99.pnguploads.sitepoint.com/wp-content/up... https://uploads.sitepoint.com/wp-content/uploads/medium_12_Best_AI_Recruiting_Sourcing_Tools_for_2026_719aedcf99.png — 200 — 436.8 KiB — 147 ms — h3https://www.sitepoint.com/_next/static/css/e0441f2f821e89fc.css?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/css/... https://www.sitepoint.com/_next/static/css/e0441f2f821e89fc.css?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 20.4 KiB — 78 ms — h2https://www.sitepoint.com/_next/static/css/0ec955cdb0dea670.css?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/css/... https://www.sitepoint.com/_next/static/css/0ec955cdb0dea670.css?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 1.1 KiB — 99 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-KL8PMMWwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KL8PMMW — 200 — 166.9 KiB — 269 ms — h2https://www.googletagmanager.com/gtag/js?id=GTM-KL8PMMWwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=GTM-KL8PMMW — 200 — 166.6 KiB — 307 ms — h2https://cmp.inmobi.com/choice/DsckBJsAJpkVK/www.sitepoint.com/choice.js?tag_version=V3cmp.inmobi.com/choice/DsckBJsAJpkVK... https://cmp.inmobi.com/choice/DsckBJsAJpkVK/www.sitepoint.com/choice.js?tag_version=V3 — 200 — 2.2 KiB — 92 ms — h2https://s3.sitepoint.com/images/avatars/default-50x50.jpgs3.sitepoint.com/images/avatars/def... https://s3.sitepoint.com/images/avatars/default-50x50.jpg — 200 — 961 B — 41 ms — h3https://www.sitepoint.com/_next/static/chunks/webpack-ce916e62b9b31522.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/webpack-ce916e62b9b31522.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 2.8 KiB — 82 ms — h2https://www.sitepoint.com/_next/static/chunks/4bd1b696-c1a4092914193f53.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/4bd1b696-c1a4092914193f53.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 53.7 KiB — 139 ms — h2https://www.sitepoint.com/_next/static/chunks/9da6db1e-a6b770f7ae251383.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/9da6db1e-a6b770f7ae251383.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 57.3 KiB — 87 ms — h2https://www.sitepoint.com/_next/static/chunks/1684-01ff1825ec4fb525.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/1684-01ff1825ec4fb525.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 46.3 KiB — 139 ms — h2https://www.sitepoint.com/_next/static/chunks/main-app-ad30c86f4469791a.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/main-app-ad30c86f4469791a.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 800 B — 104 ms — h2https://www.sitepoint.com/_next/static/chunks/4239-8e12ae0cbc8b1afa.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/4239-8e12ae0cbc8b1afa.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 3.8 KiB — 108 ms — h2https://www.sitepoint.com/_next/static/chunks/app/layout-4819a33b0449eeb2.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/app/layout-4819a33b0449eeb2.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 3.4 KiB — 103 ms — h2https://www.sitepoint.com/_next/static/chunks/6874-fc0dbf44c8e00460.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/6874-fc0dbf44c8e00460.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 3.9 KiB — 106 ms — h2https://www.sitepoint.com/_next/static/chunks/4277-1dd1ecf31fb5d7c1.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/4277-1dd1ecf31fb5d7c1.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 8.5 KiB — 103 ms — h2https://www.sitepoint.com/_next/static/chunks/8940-20b2508bce0899ff.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/8940-20b2508bce0899ff.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 25.5 KiB — 139 ms — h2https://www.sitepoint.com/_next/static/chunks/7242-2f55b9453cf7e5b0.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/7242-2f55b9453cf7e5b0.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 15.4 KiB — 122 ms — h2https://www.sitepoint.com/_next/static/chunks/1886-7bff84bfb84f4f02.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/1886-7bff84bfb84f4f02.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 3.5 KiB — 108 ms — h2https://www.sitepoint.com/_next/static/chunks/9414-36d121ff4944c6ff.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/9414-36d121ff4944c6ff.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 3.5 KiB — 124 ms — h2https://www.sitepoint.com/_next/static/chunks/app/(main)/layout-a67baf85f0b63afb.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/app/(main)/layout-a67baf85f0b63afb.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 32.0 KiB — 56 ms — h2https://www.sitepoint.com/_next/static/chunks/3063-6bcd5c8b76f4b4d0.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/3063-6bcd5c8b76f4b4d0.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 5.9 KiB — 52 ms — h2https://www.sitepoint.com/_next/static/chunks/app/(main)/page-0b0e6a177634812c.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/app/(main)/page-0b0e6a177634812c.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 5.0 KiB — 57 ms — h2https://uploads.sitepoint.com/wp-content/uploads/medium_data_10f1429d51.pnguploads.sitepoint.com/wp-content/up... https://uploads.sitepoint.com/wp-content/uploads/medium_data_10f1429d51.png — 200 — 488.5 KiB — 285 ms — h3https://uploads.sitepoint.com/wp-content/uploads/medium_data_00ddf27219.pnguploads.sitepoint.com/wp-content/up... https://uploads.sitepoint.com/wp-content/uploads/medium_data_00ddf27219.png — 200 — 560.9 KiB — 284 ms — h3https://uploads.sitepoint.com/wp-content/uploads/medium_Cover_Image_5879d75850.jpguploads.sitepoint.com/wp-content/up... https://uploads.sitepoint.com/wp-content/uploads/medium_Cover_Image_5879d75850.jpg — 200 — 60.6 KiB — 157 ms — h3https://uploads.sitepoint.com/wp-content/uploads/medium_Senrush_one_fed550edd3.pnguploads.sitepoint.com/wp-content/up... https://uploads.sitepoint.com/wp-content/uploads/medium_Senrush_one_fed550edd3.png — 200 — 504.2 KiB — 286 ms — h3https://uploads.sitepoint.com/wp-content/uploads/medium_Top_5_Ways_to_Use_the_Semrush_Developer_API_ae4fc0e95f.pnguploads.sitepoint.com/wp-content/up... https://uploads.sitepoint.com/wp-content/uploads/medium_Top_5_Ways_to_Use_the_Semrush_Developer_API_ae4fc0e95f.png — 200 — 415.6 KiB — 284 ms — h3https://uploads.sitepoint.com/wp-content/uploads/medium_How_to_Use_Semrush_One_MCP_to_Power_AI_Tools_with_Real_SEO_Data_540d0a86cb.pnguploads.sitepoint.com/wp-content/up... https://uploads.sitepoint.com/wp-content/uploads/medium_How_to_Use_Semrush_One_MCP_to_Power_AI_Tools_with_Real_SEO_Data_540d0a86cb.png — 200 — 645.7 KiB — 287 ms — h3https://uploads.sitepoint.com/wp-content/uploads/medium_Best_Cryptocurrency_Cards_for_Indians_29ce7726e1.pnguploads.sitepoint.com/wp-content/up... https://uploads.sitepoint.com/wp-content/uploads/medium_Best_Cryptocurrency_Cards_for_Indians_29ce7726e1.png — 200 — 215.3 KiB — 233 ms — h3https://uploads.sitepoint.com/wp-content/uploads/medium_Chat_GPT_Image_Nov_29_2025_09_55_00_AM_eef70e0011.pnguploads.sitepoint.com/wp-content/up... https://uploads.sitepoint.com/wp-content/uploads/medium_Chat_GPT_Image_Nov_29_2025_09_55_00_AM_eef70e0011.png — 200 — 86.6 KiB — 206 ms — h3https://uploads.sitepoint.com/wp-content/uploads/IMG_3148_b920c9229b.jpeguploads.sitepoint.com/wp-content/up... https://uploads.sitepoint.com/wp-content/uploads/IMG_3148_b920c9229b.jpeg — 200 — 36.4 KiB — 185 ms — h3https://uploads.sitepoint.com/wp-content/uploads/medium_Gemini_Generated_Image_q8fs2pq8fs2pq8fs_4498f3afe9.pnguploads.sitepoint.com/wp-content/up... https://uploads.sitepoint.com/wp-content/uploads/medium_Gemini_Generated_Image_q8fs2pq8fs2pq8fs_4498f3afe9.png — 200 — 318.1 KiB — 267 ms — h3https://uploads.sitepoint.com/wp-content/uploads/medium_data_adc94ff130.pnguploads.sitepoint.com/wp-content/up... https://uploads.sitepoint.com/wp-content/uploads/medium_data_adc94ff130.png — 200 — 715.2 KiB — 287 ms — h3https://uploads.sitepoint.com/wp-content/uploads/medium_data_cf43eb4978.pnguploads.sitepoint.com/wp-content/up... https://uploads.sitepoint.com/wp-content/uploads/medium_data_cf43eb4978.png — 200 — 810.3 KiB — 275 ms — h3https://avatars.discourse-cdn.com/v4/letter/c/8797f3/48.pngavatars.discourse-cdn.com/v4/letter... https://avatars.discourse-cdn.com/v4/letter/c/8797f3/48.png — 200 — 976 B — 135 ms — h2https://avatars.discourse-cdn.com/v4/letter/n/9fc348/48.pngavatars.discourse-cdn.com/v4/letter... https://avatars.discourse-cdn.com/v4/letter/n/9fc348/48.png — 200 — 1.0 KiB — 137 ms — h2https://avatars.discourse-cdn.com/v4/letter/t/4af34b/48.pngavatars.discourse-cdn.com/v4/letter... https://avatars.discourse-cdn.com/v4/letter/t/4af34b/48.png — 200 — 725 B — 134 ms — h2https://sea2.discourse-cdn.com/sitepoint/community/user_avatar/www.sitepoint.com/skylabblackhole/48/153753_2.pngsea2.discourse-cdn.com/sitepoint/co... https://sea2.discourse-cdn.com/sitepoint/community/user_avatar/www.sitepoint.com/skylabblackhole/48/153753_2.png — 200 — 1.8 KiB — 117 ms — h2https://sea2.discourse-cdn.com/sitepoint/community/user_avatar/www.sitepoint.com/shyperson20/48/83047_2.pngsea2.discourse-cdn.com/sitepoint/co... https://sea2.discourse-cdn.com/sitepoint/community/user_avatar/www.sitepoint.com/shyperson20/48/83047_2.png — 200 — 4.5 KiB — 122 ms — h2https://sea2.discourse-cdn.com/sitepoint/community/user_avatar/www.sitepoint.com/lurtnowski/48/43329_2.pngsea2.discourse-cdn.com/sitepoint/co... https://sea2.discourse-cdn.com/sitepoint/community/user_avatar/www.sitepoint.com/lurtnowski/48/43329_2.png — 200 — 3.2 KiB — 119 ms — h2https://avatars.discourse-cdn.com/v4/letter/t/b9bd4f/48.pngavatars.discourse-cdn.com/v4/letter... https://avatars.discourse-cdn.com/v4/letter/t/b9bd4f/48.png — 200 — 744 B — 125 ms — h2https://avatars.discourse-cdn.com/v4/letter/m/5f8ce5/48.pngavatars.discourse-cdn.com/v4/letter... https://avatars.discourse-cdn.com/v4/letter/m/5f8ce5/48.png — 200 — 894 B — 127 ms — h2https://www.sitepoint.com/_next/image/?url=%2Fimages%2Fhome%2Ftestimonial-matt.png&w=64&q=75www.sitepoint.com/_next/image/?url=... https://www.sitepoint.com/_next/image/?url=%2Fimages%2Fhome%2Ftestimonial-matt.png&w=64&q=75 — 200 — 1.3 KiB — 90 ms — h2https://www.sitepoint.com/_next/image/?url=%2Fimages%2Fhome%2Fcourses-desktop.png&w=640&q=75www.sitepoint.com/_next/image/?url=... https://www.sitepoint.com/_next/image/?url=%2Fimages%2Fhome%2Fcourses-desktop.png&w=640&q=75 — 200 — 39.6 KiB — 95 ms — h2https://eu-assets.i.posthog.com/array/phc_9g11ygAa5OXbmefLYtzZD6OlDPIsB3kaSGOcXt5j35k/config.jseu-assets.i.posthog.com/array/phc_9... https://eu-assets.i.posthog.com/array/phc_9g11ygAa5OXbmefLYtzZD6OlDPIsB3kaSGOcXt5j35k/config.js — 200 — 5.0 KiB — 71 ms — h2https://eu.i.posthog.com/flags/?v=2&config=true&ip=1&_=1776295542034&ver=1.255.1&compression=base64eu.i.posthog.com/flags/?v=2&config=... https://eu.i.posthog.com/flags/?v=2&config=true&ip=1&_=1776295542034&ver=1.255.1&compression=base64 — 200 — 5.1 KiB — 136 ms — h2https://eu.i.posthog.com/e/?ip=1&_=1776295542128&ver=1.255.1&compression=gzip-jseu.i.posthog.com/e/?ip=1&_=17762955... https://eu.i.posthog.com/e/?ip=1&_=1776295542128&ver=1.255.1&compression=gzip-js — 200 — 291 B — 59 ms — h2https://eu-assets.i.posthog.com/static/surveys.js?v=1.255.1eu-assets.i.posthog.com/static/surv... https://eu-assets.i.posthog.com/static/surveys.js?v=1.255.1 — 200 — 32.0 KiB — 35 ms — h2https://www.sitepoint.com/save-on-saas/?_rsc=1otn0www.sitepoint.com/save-on-saas/?_rs... https://www.sitepoint.com/save-on-saas/?_rsc=1otn0 — 200 — 508 B — 237 ms — h2https://www.sitepoint.com/blog/?_rsc=1otn0www.sitepoint.com/blog/?_rsc=1otn0 https://www.sitepoint.com/blog/?_rsc=1otn0 — 200 — 11.2 KiB — 107 ms — h2https://www.sitepoint.com/12-best-ai-recruiting-sourcing-tools-for-2026/?_rsc=1otn0www.sitepoint.com/12-best-ai-recrui... https://www.sitepoint.com/12-best-ai-recruiting-sourcing-tools-for-2026/?_rsc=1otn0 — 200 — 21.7 KiB — 67 ms — h2https://www.sitepoint.com/ai/?_rsc=1otn0www.sitepoint.com/ai/?_rsc=1otn0 https://www.sitepoint.com/ai/?_rsc=1otn0 — 200 — 11.0 KiB — 93 ms — h2https://www.sitepoint.com/php/automation/?_rsc=1otn0www.sitepoint.com/php/automation/?_... https://www.sitepoint.com/php/automation/?_rsc=1otn0 — 200 — 11.9 KiB — 97 ms — h2https://www.googletagmanager.com/gtag/js?id=G-QPSK9L63NG&cx=c&gtm=4e64e1&bs=ctrlwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-QPSK9L63NG&cx=c&gtm=4e64e1&bs=ctrl — 200 — 172.9 KiB — 100 ms — h2https://assets.apollo.io/micro/website-tracker/tracker.iife.js?nocache=ctshtaassets.apollo.io/micro/website-trac... https://assets.apollo.io/micro/website-tracker/tracker.iife.js?nocache=ctshta — 200 — 2.4 KiB — 66 ms — h2https://www.google.com/ccm/collect?rcb=19&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.sitepoint.com%2F&scrsrc=www.googletagmanager.com&rnd=730651561.1776295542&dt=SitePoint%20%E2%80%94%20Learn%20HTML%2C%20CSS%2C%20JavaScript%2C%20PHP%2C%20Ruby%20%26%20Responsive%20Design&auid=712620038.1776295542&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64e1v79559795za200zd79559795xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938469~116363098~117266400~117384406~118131809&apve=1&apvf=f&apvc=1&tft=1776295542343&tfd=1279www.google.com/ccm/collect?rcb=19&f... https://www.google.com/ccm/collect?rcb=19&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.sitepoint.com%2F&scrsrc=www.googletagmanager.com&rnd=730651561.1776295542&dt=SitePoint%20%E2%80%94%20Learn%20HTML%2C%20CSS%2C%20JavaScript%2C%20PHP%2C%20Ruby%20%26%20Responsive%20Design&auid=712620038.1776295542&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64e1v79559795za200zd79559795xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938469~116363098~117266400~117384406~118131809&apve=1&apvf=f&apvc=1&tft=1776295542343&tfd=1279 — 200 — 21 B — 62 ms — h3https://eu.i.posthog.com/api/surveys/?token=phc_9g11ygAa5OXbmefLYtzZD6OlDPIsB3kaSGOcXt5j35k&ip=1&_=1776295542355&ver=1.255.1eu.i.posthog.com/api/surveys/?token... https://eu.i.posthog.com/api/surveys/?token=phc_9g11ygAa5OXbmefLYtzZD6OlDPIsB3kaSGOcXt5j35k&ip=1&_=1776295542355&ver=1.255.1 — 200 — 4.6 KiB — 35 ms — h2https://www.sitepoint.com/_next/static/chunks/1880-7b95d62e1351cda0.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/1880-7b95d62e1351cda0.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 8.0 KiB — 54 ms — h2https://www.sitepoint.com/_next/static/chunks/9954-b377850410de1030.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/9954-b377850410de1030.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 120.0 KiB — 61 ms — h2https://www.sitepoint.com/_next/static/chunks/9107-efbd018f283c5459.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/9107-efbd018f283c5459.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 4.3 KiB — 50 ms — h2https://www.sitepoint.com/_next/static/chunks/2317-4ac7730e843eb3de.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/2317-4ac7730e843eb3de.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 6.8 KiB — 50 ms — h2https://www.sitepoint.com/_next/static/chunks/app/(main)/%5B...slug%5D/page-bbf72e14b2acd0f9.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/app/(main)/%5B...slug%5D/page-bbf72e14b2acd0f9.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 9.2 KiB — 53 ms — h2https://www.sitepoint.com/claude-code-in-production-how-to-keep-long-runs-stable/?_rsc=1otn0www.sitepoint.com/claude-code-in-pr... https://www.sitepoint.com/claude-code-in-production-how-to-keep-long-runs-stable/?_rsc=1otn0 — 200 — 23.5 KiB — 87 ms — h2https://www.sitepoint.com/deepseek-v4-preview-what-the-fast-expert-and-vision-modes-suggest/?_rsc=1otn0www.sitepoint.com/deepseek-v4-previ... https://www.sitepoint.com/deepseek-v4-preview-what-the-fast-expert-and-vision-modes-suggest/?_rsc=1otn0 — 200 — 17.8 KiB — 79 ms — h2https://www.sitepoint.com/logic-drift-shadow-ai-the-hidden-reasons-your-data-strategy-is-failing/?_rsc=1otn0www.sitepoint.com/logic-drift-shado... https://www.sitepoint.com/logic-drift-shadow-ai-the-hidden-reasons-your-data-strategy-is-failing/?_rsc=1otn0 — 200 — 15.0 KiB — 265 ms — h2https://www.sitepoint.com/_next/static/chunks/app/(main)/blog/page-294424382257989f.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2fwww.sitepoint.com/_next/static/chun... https://www.sitepoint.com/_next/static/chunks/app/(main)/blog/page-294424382257989f.js?dpl=dpl_5RJ7fPJTGGHik7onbLERhvy3iv2f — 200 — 1.3 KiB — 109 ms — h2https://www.sitepoint.com/semrush-one-the-all-in-one-ai-and-seo-visibility-solution/?_rsc=1otn0www.sitepoint.com/semrush-one-the-a... https://www.sitepoint.com/semrush-one-the-all-in-one-ai-and-seo-visibility-solution/?_rsc=1otn0 — 200 — 14.3 KiB — 268 ms — h2https://aplo-evnt.com/api/v1/intent_pixel/can_track_visitor?x_app_id=669e32336c90e101b31f7db4aplo-evnt.com/api/v1/intent_pixel/c... https://aplo-evnt.com/api/v1/intent_pixel/can_track_visitor?x_app_id=669e32336c90e101b31f7db4 — 200 — 1.4 KiB — 166 ms — h3https://www.sitepoint.com/top-5-ways-to-use-the-semrush-developer-api/?_rsc=1otn0www.sitepoint.com/top-5-ways-to-use... https://www.sitepoint.com/top-5-ways-to-use-the-semrush-developer-api/?_rsc=1otn0 — 200 — 16.3 KiB — 80 ms — h2https://www.sitepoint.com/how-to-use-semrush-one-mcp-to-power-ai-tools-with-real-seo-data/?_rsc=1otn0www.sitepoint.com/how-to-use-semrus... https://www.sitepoint.com/how-to-use-semrush-one-mcp-to-power-ai-tools-with-real-seo-data/?_rsc=1otn0 — 200 — 14.9 KiB — 72 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-QPSK9L63NG&gtm=45je64e1v871251351z879559795za20gzb79559795zd79559795&_p=1776295542227&_gaz=1&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=1017813674.1776295543&frm=0&pscdl=noapi&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.55%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938469~116363098~117266400&sid=1776295542&sct=1&seg=0&dl=https%3A%2F%2Fwww.sitepoint.com%2F&dt=SitePoint%20%E2%80%94%20Learn%20HTML%2C%20CSS%2C%20JavaScript%2C%20PHP%2C%20Ruby%20%26%20Responsive%20Design&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1462region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-QPSK9L63NG&gtm=45je64e1v871251351z879559795za20gzb79559795zd79559795&_p=1776295542227&_gaz=1&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=1017813674.1776295543&frm=0&pscdl=noapi&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.55%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938469~116363098~117266400&sid=1776295542&sct=1&seg=0&dl=https%3A%2F%2Fwww.sitepoint.com%2F&dt=SitePoint%20%E2%80%94%20Learn%20HTML%2C%20CSS%2C%20JavaScript%2C%20PHP%2C%20Ruby%20%26%20Responsive%20Design&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1462 — 204 — 550 B — 69 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-QPSK9L63NG&cid=1017813674.1776295543&gtm=45je64e1v871251351z879559795za20gzb79559795zd79559795&rcb=16&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938469~116363098~117266400stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-QPSK9L63NG&cid=1017813674.1776295543&gtm=45je64e1v871251351z879559795za20gzb79559795zd79559795&rcb=16&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938469~116363098~117266400 — 204 — 550 B — 95 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-QPSK9L63NG&cid=1017813674.1776295543&gtm=45je64e1v871251351z879559795za20gzb79559795zd79559795&rcb=16&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938469~116363098~117266400&z=1012541981www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-QPSK9L63NG&cid=1017813674.1776295543&gtm=45je64e1v871251351z879559795za20gzb79559795zd79559795&rcb=16&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938469~116363098~117266400&z=1012541981 — 200 — 408 B — 142 ms — h2https://www.sitepoint.com/best-cryptocurrency-cards-for-indians/?_rsc=1otn0www.sitepoint.com/best-cryptocurren... https://www.sitepoint.com/best-cryptocurrency-cards-for-indians/?_rsc=1otn0 — 200 — 12.0 KiB — 255 ms — h2https://www.sitepoint.com/architecting-the-score-the-tech-behind-ai-interview-evaluation/?_rsc=1otn0www.sitepoint.com/architecting-the-... https://www.sitepoint.com/architecting-the-score-the-tech-behind-ai-interview-evaluation/?_rsc=1otn0 — 200 — 13.9 KiB — 291 ms — h2https://aplo-evnt.com/api/v1/intent_pixel/track_request?app_id=669e32336c90e101b31f7db4aplo-evnt.com/api/v1/intent_pixel/t... https://aplo-evnt.com/api/v1/intent_pixel/track_request?app_id=669e32336c90e101b31f7db4 — 200 — 0 B — 152 ms — h3https://www.googletagmanager.com/gtag/destination?id=AW-1071863924&cx=c&gtm=4e64e1&bs=ctrlwww.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-1071863924&cx=c&gtm=4e64e1&bs=ctrl — 200 — 137.2 KiB — 138 ms — h3https://a.omappapi.com/app/js/api.min.jsa.omappapi.com/app/js/api.min.js https://a.omappapi.com/app/js/api.min.js — 200 — 16.6 KiB — 171 ms — h2https://www.sitepoint.com/favicon.icowww.sitepoint.com/favicon.ico https://www.sitepoint.com/favicon.ico — 200 — 15.3 KiB — 98 ms — h2https://cmp.inmobi.com/tcfv2/60/cmp2.js?referer=www.sitepoint.comcmp.inmobi.com/tcfv2/60/cmp2.js?ref... https://cmp.inmobi.com/tcfv2/60/cmp2.js?referer=www.sitepoint.com — 200 — 114.2 KiB — 51 ms — h2https://script.tapfiliate.com/tapfiliate.jsscript.tapfiliate.com/tapfiliate.js https://script.tapfiliate.com/tapfiliate.js — 200 — 4.5 KiB — 55 ms — h2https://aplo-evnt.com/api/v1/intent_pixel/track_request?app_id=669e32336c90e101b31f7db4aplo-evnt.com/api/v1/intent_pixel/t... https://aplo-evnt.com/api/v1/intent_pixel/track_request?app_id=669e32336c90e101b31f7db4 — 400 — 953 B — 139 ms — h3https://cmp.inmobi.com/geoipcmp.inmobi.com/geoip https://cmp.inmobi.com/geoip — 200 — 331 B — 52 ms — h2https://cmp.inmobi.com/GVL-v3/vendor-list-trimmed-v1.jsoncmp.inmobi.com/GVL-v3/vendor-list-t... https://cmp.inmobi.com/GVL-v3/vendor-list-trimmed-v1.json — 200 — 85.4 KiB — 43 ms — h2https://www.googletagmanager.com/a?v=3&t=l&pid=163034009&rv=64e1&tag_exp=0~115938466~115938469~116363098~117266401~118131810&u=AAAAAAAIAAAAAAAAAAAAEA&h=Ag&gtm=45be64e1za20gzb79559795zd79559795&ccid=_AW-1071863924&cid=AW-1071863924&l=L1163.S20.B13.E17.I779.TC5.HTC0.F860.C5~gtm.init_consent.S2.V1.E14~gtm.init.S0.V0.TS5ogt1pdatav2.TI4.TE1.TS5ccdadsfirst.TI8.TE0.TS5ccdpreautopii.TI7.TE0.TS5ccdadslast.TI6.TE0~gtm.js.S0.V0.TS5rep.TI1.TE0~gtm.dom.S0.V0.E3~gtm.load.S0.V0.E5www.googletagmanager.com/a?v=3&t=l&... https://www.googletagmanager.com/a?v=3&t=l&pid=163034009&rv=64e1&tag_exp=0~115938466~115938469~116363098~117266401~118131810&u=AAAAAAAIAAAAAAAAAAAAEA&h=Ag&gtm=45be64e1za20gzb79559795zd79559795&ccid=_AW-1071863924&cid=AW-1071863924&l=L1163.S20.B13.E17.I779.TC5.HTC0.F860.C5~gtm.init_consent.S2.V1.E14~gtm.init.S0.V0.TS5ogt1pdatav2.TI4.TE1.TS5ccdadsfirst.TI8.TE0.TS5ccdpreautopii.TI7.TE0.TS5ccdadslast.TI6.TE0~gtm.js.S0.V0.TS5rep.TI1.TE0~gtm.dom.S0.V0.E3~gtm.load.S0.V0.E5 — 200 — 11 B — 51 ms — h3https://a.omappapi.com/app/js/api.min.cssa.omappapi.com/app/js/api.min.css https://a.omappapi.com/app/js/api.min.css — 200 — 2.9 KiB — 34 ms — h2https://api.omappapi.com/v2/embed/84042?d=sitepoint.com&device=desktopapi.omappapi.com/v2/embed/84042?d=s... https://api.omappapi.com/v2/embed/84042?d=sitepoint.com&device=desktop — 401 — 883 B — 175 ms — h2https://cmp.inmobi.com/GVL-v2/cmp-list.jsoncmp.inmobi.com/GVL-v2/cmp-list.json https://cmp.inmobi.com/GVL-v2/cmp-list.json — 200 — 5.2 KiB — 19 ms — h2https://cmp.inmobi.com/tcfv2/60/cmp2ui-en.jscmp.inmobi.com/tcfv2/60/cmp2ui-en.j... https://cmp.inmobi.com/tcfv2/60/cmp2ui-en.js — 200 — 107.6 KiB — 26 ms — h2https://visit-server.inmobi-choice.io/visit-eventvisit-server.inmobi-choice.io/visit... https://visit-server.inmobi-choice.io/visit-event — 200 — 0 B — 118 ms — h2https://cmp.inmobi.com/us-mspa/v1/purposes-national-en.jsoncmp.inmobi.com/us-mspa/v1/purposes-... https://cmp.inmobi.com/us-mspa/v1/purposes-national-en.json — 200 — 1.8 KiB — 18 ms — h2https://cmp.inmobi.com/GVL-v3/vendor-list-trimmed-v1.jsoncmp.inmobi.com/GVL-v3/vendor-list-t... https://cmp.inmobi.com/GVL-v3/vendor-list-trimmed-v1.json — 200 — 0 B — 3 ms — h2https://cmp.inmobi.com/google-basic-consent/v1/purposes-en.jsoncmp.inmobi.com/google-basic-consent... https://cmp.inmobi.com/google-basic-consent/v1/purposes-en.json — 200 — 1.1 KiB — 19 ms — h2https://api.cmp.inmobi.com/?log=%7B%22accountId%22%3A%22DsckBJsAJpkVK%22%2C%22domain%22%3A%22www.sitepoint.com%22%2C%22publisher%22%3A%22SitePoint%22%2C%22cmpId%22%3A10%2C%22cmpVersion%22%3A%222.60%22%2C%22displayType%22%3A%22tcfui%3Amandatory%22%2C%22configurationHashCode%22%3A%22lau5XvyGXfJVnVcnm8wGpw%22%2C%22tagVersion%22%3A%22V3%22%2C%22gvlVersion%22%3A3%2C%22siteUuid%22%3A%223d0f13db-e31d-453f-b19b-a97defdd45b2%22%2C%22browserName%22%3A%22Chrome%22%2C%22deviceType%22%3A%22pc%22%2C%22cmpPlatform%22%3A%22Mac%20OS%22%2C%22pageFormat%22%3A%22HTTP%22%2C%22country%22%3A%22esp%22%2C%22region%22%3A%22md%22%2C%22city%22%3A%22madrid%22%2C%22configs%22%3A%7B%22gbcApplicable%22%3Atrue%2C%22themeUuid%22%3A%22366100da-440a-43e3-a2aa-75f8bf4301fe%22%2C%22language%22%3A%22en%22%2C%22copApplicable%22%3Afalse%2C%22advancedApplicable%22%3Atrue%7D%2C%22existingCMPStatus%22%3Anull%2C%22existingGBCStatus%22%3Anull%2C%22existingConfigs%22%3A%7B%7D%2C%22manualTrigger%22%3Afalse%2C%22clientTimestamp%22%3A1776295543053%2C%22operationType%22%3A%22init%22%2C%22sessionId%22%3A%22GDPR-yj7583wmxfir11uhfsa6%22%7Dapi.cmp.inmobi.com/?log=%7B%22accou... https://api.cmp.inmobi.com/?log=%7B%22accountId%22%3A%22DsckBJsAJpkVK%22%2C%22domain%22%3A%22www.sitepoint.com%22%2C%22publisher%22%3A%22SitePoint%22%2C%22cmpId%22%3A10%2C%22cmpVersion%22%3A%222.60%22%2C%22displayType%22%3A%22tcfui%3Amandatory%22%2C%22configurationHashCode%22%3A%22lau5XvyGXfJVnVcnm8wGpw%22%2C%22tagVersion%22%3A%22V3%22%2C%22gvlVersion%22%3A3%2C%22siteUuid%22%3A%223d0f13db-e31d-453f-b19b-a97defdd45b2%22%2C%22browserName%22%3A%22Chrome%22%2C%22deviceType%22%3A%22pc%22%2C%22cmpPlatform%22%3A%22Mac%20OS%22%2C%22pageFormat%22%3A%22HTTP%22%2C%22country%22%3A%22esp%22%2C%22region%22%3A%22md%22%2C%22city%22%3A%22madrid%22%2C%22configs%22%3A%7B%22gbcApplicable%22%3Atrue%2C%22themeUuid%22%3A%22366100da-440a-43e3-a2aa-75f8bf4301fe%22%2C%22language%22%3A%22en%22%2C%22copApplicable%22%3Afalse%2C%22advancedApplicable%22%3Atrue%7D%2C%22existingCMPStatus%22%3Anull%2C%22existingGBCStatus%22%3Anull%2C%22existingConfigs%22%3A%7B%7D%2C%22manualTrigger%22%3Afalse%2C%22clientTimestamp%22%3A1776295543053%2C%22operationType%22%3A%22init%22%2C%22sessionId%22%3A%22GDPR-yj7583wmxfir11uhfsa6%22%7D — 200 — 101 B — 112 ms — h2https://cmp.inmobi.com/geoipcmp.inmobi.com/geoip https://cmp.inmobi.com/geoip — 200 — 330 B — 19 ms — h2https://cmp.inmobi.com/custom-translations/DsckBJsAJpkVK/366100da-440a-43e3-a2aa-75f8bf4301fe/en.jsoncmp.inmobi.com/custom-translations/... https://cmp.inmobi.com/custom-translations/DsckBJsAJpkVK/366100da-440a-43e3-a2aa-75f8bf4301fe/en.json — 200 — 538 B — 20 ms — h2https://eu.i.posthog.com/i/v0/e/?ip=1&_=1776295545032&ver=1.255.1&compression=gzip-jseu.i.posthog.com/i/v0/e/?ip=1&_=177... https://eu.i.posthog.com/i/v0/e/?ip=1&_=1776295545032&ver=1.255.1&compression=gzip-js — 200 — 291 B — 56 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 838ms · 688KB · €13/mo
Unattributable
Other
Optional
Execution 184ms
Transfer 0 KB
Monthly Cost €3/mo
cmp.inmobi.com
Other
Optional
Execution 110ms
Transfer 114 KB
Unused 49%
Monthly Cost €2/mo
www.sitepoint.com
Other
Optional
Execution 104ms
Transfer 54 KB
Monthly Cost €2/mo
cmp.inmobi.com
Other
Optional
Execution 102ms
Transfer 108 KB
Unused 46%
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 100ms
Transfer 167 KB
Unused 36%
Monthly Cost €2/mo
www.sitepoint.com
Other
Optional
Execution 97ms
Transfer 46 KB
Monthly Cost €2/mo
www.sitepoint.com
Other
Optional
Execution 73ms
Transfer 26 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 68ms
Transfer 173 KB
Unused 39%
Monthly Cost €1/mo

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

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