Skip to content
https://datacamp.com

Performance

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

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

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

976 ms

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

1.29 s

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

274 ms

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

0.068

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

1.96 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.65 s

Page Load Progression

659 ms
1.3 s
2.0 s
2.6 s
3.3 s
4.0 s
4.6 s
5.3 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
4.0 MB transferred, 101 requests
FIX
4.0 MB transferred, 101 requests
Critical::
Page weighs 9.2 MB (4.0 MB transferred)
Warning::
Images are 2.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.2 MB
Warning::
JavaScript is 1.6 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.6 MB
Warning::
101 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.83 g CO2 per page load
4.0 MB / 2.4 MB budget
4.0 MB transferred
101 requests
0.83 g CO2 per page load
Images 2.2 MiB 56%
JavaScript 1.6 MiB 39%
HTML 129.1 KiB 3%
Fonts 46.3 KiB 1%
Other 4.7 KiB 0%
CSS 2.0 KiB 0%
Other 1.8 KiB 0%
Other 1.2 KiB 0%
Other 936 B 0%
Other 628 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 (4.0 MiB of 4.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
59 scripts, 481 KB unused
FIX
59 scripts, 481 KB unused
Warning::
https://www.datacamp.com/_next/static/chunks/pages...: 199 KB unused (34%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://accounts.google.com/gsi/client: 69 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-0VFS...: 64 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.onesignal.com/sdks/OneSignalPageSDKES6...: 60 KB unused (88%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-TGG...: 60 KB unused (34%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 481 KB
481 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.datacamp.com/_next/static/chunks/pages/_app-f7e9c71fee037706.js622 KB199 KB (34%)3rd
https://accounts.google.com/gsi/client96 KB69 KB (72%)3rd
https://www.googletagmanager.com/gtag/js?id=G-0VFSSYW4KG&cx=c&gtm=4e64k0167 KB64 KB (39%)3rd
https://cdn.onesignal.com/sdks/OneSignalPageSDKES6.js?v=15160769 KB60 KB (88%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TGGWB2P&gtm_auth=z30B2gnFx7YaJZsA-wGD8A&gtm_preview=env-2&gtm_cookies_win=x177 KB60 KB (34%)3rd
https://www.datacamp.com/_next/static/chunks/framework-14a02dd5e036ebf0.js58 KB29 KB (51%)3rd
https://www.datacamp.com/_next/static/VCN6wdJ4f36TAEfaV2Flz/_buildManifest.js5 KB3rd
https://bat.bing.com/bat.js15 KB3rd
https://www.datacamp.com/_next/static/chunks/86589.c2d18562d0900061.js1 KB3rd
https://www.datacamp.com/_next/static/chunks/72815.978bf9cfc27095eb.js3 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

F
Page Weight Inventory
Action
101 resources · 4.0 MB · 481 KB savings available
FIX
101 resources · 4.0 MB · 481 KB savings available
Warning::
Page weight 3.0 MB over 1MB target
Got: 4.0 MB Expected: ≤ 1 MB
Info::
~481 KB of savings available
Warning::
100 third-party resources (100% of weight)
Info::
3 resources over 200KB
101 resources · 4.0 MiB · 100 third-party 3.0 MiB over 1MB target
Image 56% · 2.2 MiB
JavaScript 39% · 1.6 MiB
Document 3% · 129.1 KiB
Font 1% · 46.3 KiB
Other 0% · 4.8 KiB
CSS 0% · 2.0 KiB

~480.9 KiB of savings available

Remove unused JavaScript: 480.9 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
19 images, 0 KB saveable
REVIEW
19 images, 0 KB saveable
Info::
All images are well-optimized
19 images 2.2 MB
0 oversized -0 KB
5 legacy format
0 missing dimensions CLS risk
C
JS Execution Cost
Action
1960ms total JS execution
REVIEW
1960ms total JS execution
Warning::
https://www.datacamp.com/: 744ms CPU time
Warning::
https://www.datacamp.com/_next/static/chunks/frame...: 507ms CPU time
Warning::
https://www.datacamp.com/_next/static/chunks/pages...: 252ms CPU time
Info::
Unattributable: 171ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-TGG...: 146ms CPU time
Warning::
Third-party scripts: 1960ms (100% of total)

Main Thread Breakdown

Script Evaluation 46% Other 21% Style & Layout 11% Rendering 11% Script Parsing & Compilation 7%
ScriptTotalScriptingParse/CompileParty
https://www.datacamp.com/744ms2ms0ms3rd
https://www.datacamp.com/_next/static/chunks/framework-14a02dd5e036ebf0.js507ms475ms5ms3rd
https://www.datacamp.com/_next/static/chunks/pages/_app-f7e9c71fee037706.js252ms160ms65ms3rd
Unattributable171ms7ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TGGWB2P&gtm_auth=z30B2gnFx7YaJZsA-wGD8A&gtm_preview=env-2&gtm_cookies_win=x146ms112ms18ms3rd
https://www.googletagmanager.com/gtag/js?id=G-0VFSSYW4KG&cx=c&gtm=4e64k085ms73ms11ms3rd
https://www.datacamp.com/_next/static/chunks/pages/index-b2b0756740fcb913.js55ms52ms2ms3rd
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
3 fonts (46 KB)
PASS
3 fonts (46 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

46 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 976 ms LCP 1.3 shttps://dcmfe.datacamp.com/assets/fonts/StudioFeixenSansRegular-english-v2.woff2StudioFeixenSansRegular... https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSansRegular-english-v2.woff2 — 19.2 KiB — 70 ms — font-display: swaphttps://dcmfe.datacamp.com/assets/fonts/StudioFeixenSans-Semibold-english.woff2StudioFeixenSans-Semibo... https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSans-Semibold-english.woff2 — 18.8 KiB — 80 ms — font-display: swaphttps://dcmfe.datacamp.com/assets/fonts/StudioFeixenSansRegular-latin-v2.woff2StudioFeixenSansRegular... https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSansRegular-latin-v2.woff2 — 8.3 KiB — 26 ms — font-display: swap
StudioFeixenSansRegular... woff2 swap
Size 19 KB
Load time 70 ms
Start 380 ms
Risk FOUT — text flashes from fallback to web font
StudioFeixenSans-Semibo... woff2 swap
Size 19 KB
Load time 80 ms
Start 380 ms
Risk FOUT — text flashes from fallback to web font
StudioFeixenSansRegular... woff2 swap
Size 8 KB
Load time 26 ms
Start 573 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
101 requests over 2953ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 976 ms LCP 1.3 shttps://datacamp.com// https://datacamp.com/ — 301 — 240 B — 56 ms — h2https://www.datacamp.com/www.datacamp.com/ https://www.datacamp.com/ — 200 — 129.1 KiB — 340 ms — h2https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSansRegular-english-v2.woff2dcmfe.datacamp.com/assets/fonts/Stu... https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSansRegular-english-v2.woff2 — 200 — 19.2 KiB — 70 ms — h2https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSans-Semibold-english.woff2dcmfe.datacamp.com/assets/fonts/Stu... https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSans-Semibold-english.woff2 — 200 — 18.8 KiB — 80 ms — h2https://www.datacamp.com/_next/static/css/524465260040063c.csswww.datacamp.com/_next/static/css/5... https://www.datacamp.com/_next/static/css/524465260040063c.css — 200 — 1.3 KiB — 47 ms — h2https://www.datacamp.com/_next/static/chunks/59922-ca82e2055a0b9a33.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/59922-ca82e2055a0b9a33.js — 200 — 5.5 KiB — 58 ms — h2https://www.datacamp.com/_next/static/chunks/7798-2575efc464a9996d.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/7798-2575efc464a9996d.js — 200 — 1.1 KiB — 64 ms — h2https://www.datacamp.com/_next/static/chunks/47416-e2aefba008e9f696.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/47416-e2aefba008e9f696.js — 200 — 1.1 KiB — 55 ms — h2https://www.datacamp.com/_next/static/chunks/71900-11044b1fcc22ae9a.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/71900-11044b1fcc22ae9a.js — 200 — 1.0 KiB — 59 ms — h2https://www.datacamp.com/_next/static/chunks/63998-952e986f3af7d60d.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/63998-952e986f3af7d60d.js — 200 — 75.6 KiB — 117 ms — h2https://www.datacamp.com/_next/static/chunks/19292.251e7a88e14c7a13.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/19292.251e7a88e14c7a13.js — 200 — 2.8 KiB — 79 ms — h2https://www.datacamp.com/_next/static/chunks/85832.e33c238b73916a2b.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/85832.e33c238b73916a2b.js — 200 — 9.2 KiB — 87 ms — h2https://www.datacamp.com/_next/static/chunks/74001.8cb618053d42a883.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/74001.8cb618053d42a883.js — 200 — 11.9 KiB — 66 ms — h2https://www.datacamp.com/_next/static/chunks/86589.c2d18562d0900061.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/86589.c2d18562d0900061.js — 200 — 1.2 KiB — 75 ms — h2https://www.datacamp.com/_next/static/chunks/72815.978bf9cfc27095eb.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/72815.978bf9cfc27095eb.js — 200 — 2.7 KiB — 73 ms — h2https://www.datacamp.com/_next/static/chunks/8096.6b111d24c44adbac.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/8096.6b111d24c44adbac.js — 200 — 1.4 KiB — 66 ms — h2https://www.datacamp.com/_next/static/chunks/85028-b2d851d3d5d84199.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/85028-b2d851d3d5d84199.js — 200 — 2.3 KiB — 63 ms — h2https://www.datacamp.com/_next/static/chunks/63619.179a12bed81cbd31.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/63619.179a12bed81cbd31.js — 200 — 1.1 KiB — 89 ms — h2https://www.datacamp.com/_next/static/chunks/webpack-597685773c802e07.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/webpack-597685773c802e07.js — 200 — 16.9 KiB — 99 ms — h2https://www.datacamp.com/_next/static/chunks/framework-14a02dd5e036ebf0.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/framework-14a02dd5e036ebf0.js — 200 — 58.1 KiB — 106 ms — h2https://www.datacamp.com/_next/static/chunks/main-028a31fb8f3df20b.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/main-028a31fb8f3df20b.js — 200 — 36.5 KiB — 96 ms — h2https://www.datacamp.com/_next/static/chunks/pages/_app-f7e9c71fee037706.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/pages/_app-f7e9c71fee037706.js — 200 — 622.4 KiB — 136 ms — h2https://www.datacamp.com/_next/static/chunks/45981-39cfa9cd4b703f9f.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/45981-39cfa9cd4b703f9f.js — 200 — 21.9 KiB — 100 ms — h2https://www.datacamp.com/_next/static/chunks/53776-2a800a410e6e67ad.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/53776-2a800a410e6e67ad.js — 200 — 7.1 KiB — 92 ms — h2https://www.datacamp.com/_next/static/chunks/6943-8fa4afffd90dea16.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/6943-8fa4afffd90dea16.js — 200 — 3.7 KiB — 88 ms — h2https://www.datacamp.com/_next/static/chunks/46197-ad95baae7b5cafdc.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/46197-ad95baae7b5cafdc.js — 200 — 2.6 KiB — 89 ms — h2https://www.datacamp.com/_next/static/chunks/10648-dcd65c77d31f246e.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/10648-dcd65c77d31f246e.js — 200 — 1.4 KiB — 90 ms — h2https://www.datacamp.com/_next/static/chunks/85756-62745a2b54657720.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/85756-62745a2b54657720.js — 200 — 4.0 KiB — 76 ms — h2https://www.datacamp.com/_next/static/chunks/21809-cfb784d0373a0369.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/21809-cfb784d0373a0369.js — 200 — 19.9 KiB — 83 ms — h2https://www.datacamp.com/_next/static/chunks/15476-3abc79d3bd85c0c1.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/15476-3abc79d3bd85c0c1.js — 200 — 8.0 KiB — 106 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 976 ms LCP 1.3 shttps://datacamp.com// https://datacamp.com/ — 301 — 240 B — 56 ms — h2https://www.datacamp.com/www.datacamp.com/ https://www.datacamp.com/ — 200 — 129.1 KiB — 340 ms — h2https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSansRegular-english-v2.woff2dcmfe.datacamp.com/assets/fonts/Stu... https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSansRegular-english-v2.woff2 — 200 — 19.2 KiB — 70 ms — h2https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSans-Semibold-english.woff2dcmfe.datacamp.com/assets/fonts/Stu... https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSans-Semibold-english.woff2 — 200 — 18.8 KiB — 80 ms — h2https://www.datacamp.com/_next/static/css/524465260040063c.csswww.datacamp.com/_next/static/css/5... https://www.datacamp.com/_next/static/css/524465260040063c.css — 200 — 1.3 KiB — 47 ms — h2https://www.datacamp.com/_next/static/chunks/59922-ca82e2055a0b9a33.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/59922-ca82e2055a0b9a33.js — 200 — 5.5 KiB — 58 ms — h2https://www.datacamp.com/_next/static/chunks/7798-2575efc464a9996d.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/7798-2575efc464a9996d.js — 200 — 1.1 KiB — 64 ms — h2https://www.datacamp.com/_next/static/chunks/47416-e2aefba008e9f696.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/47416-e2aefba008e9f696.js — 200 — 1.1 KiB — 55 ms — h2https://www.datacamp.com/_next/static/chunks/71900-11044b1fcc22ae9a.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/71900-11044b1fcc22ae9a.js — 200 — 1.0 KiB — 59 ms — h2https://www.datacamp.com/_next/static/chunks/63998-952e986f3af7d60d.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/63998-952e986f3af7d60d.js — 200 — 75.6 KiB — 117 ms — h2https://www.datacamp.com/_next/static/chunks/19292.251e7a88e14c7a13.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/19292.251e7a88e14c7a13.js — 200 — 2.8 KiB — 79 ms — h2https://www.datacamp.com/_next/static/chunks/85832.e33c238b73916a2b.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/85832.e33c238b73916a2b.js — 200 — 9.2 KiB — 87 ms — h2https://www.datacamp.com/_next/static/chunks/74001.8cb618053d42a883.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/74001.8cb618053d42a883.js — 200 — 11.9 KiB — 66 ms — h2https://www.datacamp.com/_next/static/chunks/86589.c2d18562d0900061.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/86589.c2d18562d0900061.js — 200 — 1.2 KiB — 75 ms — h2https://www.datacamp.com/_next/static/chunks/72815.978bf9cfc27095eb.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/72815.978bf9cfc27095eb.js — 200 — 2.7 KiB — 73 ms — h2https://www.datacamp.com/_next/static/chunks/8096.6b111d24c44adbac.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/8096.6b111d24c44adbac.js — 200 — 1.4 KiB — 66 ms — h2https://www.datacamp.com/_next/static/chunks/85028-b2d851d3d5d84199.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/85028-b2d851d3d5d84199.js — 200 — 2.3 KiB — 63 ms — h2https://www.datacamp.com/_next/static/chunks/63619.179a12bed81cbd31.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/63619.179a12bed81cbd31.js — 200 — 1.1 KiB — 89 ms — h2https://www.datacamp.com/_next/static/chunks/webpack-597685773c802e07.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/webpack-597685773c802e07.js — 200 — 16.9 KiB — 99 ms — h2https://www.datacamp.com/_next/static/chunks/framework-14a02dd5e036ebf0.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/framework-14a02dd5e036ebf0.js — 200 — 58.1 KiB — 106 ms — h2https://www.datacamp.com/_next/static/chunks/main-028a31fb8f3df20b.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/main-028a31fb8f3df20b.js — 200 — 36.5 KiB — 96 ms — h2https://www.datacamp.com/_next/static/chunks/pages/_app-f7e9c71fee037706.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/pages/_app-f7e9c71fee037706.js — 200 — 622.4 KiB — 136 ms — h2https://www.datacamp.com/_next/static/chunks/45981-39cfa9cd4b703f9f.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/45981-39cfa9cd4b703f9f.js — 200 — 21.9 KiB — 100 ms — h2https://www.datacamp.com/_next/static/chunks/53776-2a800a410e6e67ad.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/53776-2a800a410e6e67ad.js — 200 — 7.1 KiB — 92 ms — h2https://www.datacamp.com/_next/static/chunks/6943-8fa4afffd90dea16.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/6943-8fa4afffd90dea16.js — 200 — 3.7 KiB — 88 ms — h2https://www.datacamp.com/_next/static/chunks/46197-ad95baae7b5cafdc.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/46197-ad95baae7b5cafdc.js — 200 — 2.6 KiB — 89 ms — h2https://www.datacamp.com/_next/static/chunks/10648-dcd65c77d31f246e.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/10648-dcd65c77d31f246e.js — 200 — 1.4 KiB — 90 ms — h2https://www.datacamp.com/_next/static/chunks/85756-62745a2b54657720.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/85756-62745a2b54657720.js — 200 — 4.0 KiB — 76 ms — h2https://www.datacamp.com/_next/static/chunks/21809-cfb784d0373a0369.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/21809-cfb784d0373a0369.js — 200 — 19.9 KiB — 83 ms — h2https://www.datacamp.com/_next/static/chunks/15476-3abc79d3bd85c0c1.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/15476-3abc79d3bd85c0c1.js — 200 — 8.0 KiB — 106 ms — h2https://www.datacamp.com/_next/static/chunks/41009-1db07340cf2d732f.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/41009-1db07340cf2d732f.js — 200 — 5.0 KiB — 99 ms — h2https://www.datacamp.com/_next/static/chunks/41089-518016dbcc4e8fa3.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/41089-518016dbcc4e8fa3.js — 200 — 8.5 KiB — 101 ms — h2https://www.datacamp.com/_next/static/chunks/pages/index-b2b0756740fcb913.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/pages/index-b2b0756740fcb913.js — 200 — 38.7 KiB — 110 ms — h2https://www.datacamp.com/_next/static/VCN6wdJ4f36TAEfaV2Flz/_buildManifest.jswww.datacamp.com/_next/static/VCN6w... https://www.datacamp.com/_next/static/VCN6wdJ4f36TAEfaV2Flz/_buildManifest.js — 200 — 5.4 KiB — 103 ms — h2https://www.datacamp.com/_next/static/VCN6wdJ4f36TAEfaV2Flz/_ssgManifest.jswww.datacamp.com/_next/static/VCN6w... https://www.datacamp.com/_next/static/VCN6wdJ4f36TAEfaV2Flz/_ssgManifest.js — 200 — 396 B — 90 ms — h2https://www.datacamp.com/manifest.jsonwww.datacamp.com/manifest.json https://www.datacamp.com/manifest.json — 200 — 936 B — 192 ms — h2https://media.datacamp.com/cms/bg-data-literacy-report-2025.svgmedia.datacamp.com/cms/bg-data-lite... https://media.datacamp.com/cms/bg-data-literacy-report-2025.svg — 200 — 7.0 KiB — 66 ms — h2https://media.datacamp.com/cms/bg-personas-one.webpmedia.datacamp.com/cms/bg-personas-... https://media.datacamp.com/cms/bg-personas-one.webp — 200 — 4.8 KiB — 69 ms — h2https://media.datacamp.com/cms/bg-personas-two.webpmedia.datacamp.com/cms/bg-personas-... https://media.datacamp.com/cms/bg-personas-two.webp — 200 — 5.8 KiB — 64 ms — h2https://media.datacamp.com/cms/bg-personas-three.webpmedia.datacamp.com/cms/bg-personas-... https://media.datacamp.com/cms/bg-personas-three.webp — 200 — 5.3 KiB — 66 ms — h2https://media.datacamp.com/cms/grid-bg-img-size.svgmedia.datacamp.com/cms/grid-bg-img-... https://media.datacamp.com/cms/grid-bg-img-size.svg — 200 — 11.4 KiB — 55 ms — h2https://media.datacamp.com/cms/state-of-data--ai-literacy-2026-cover-thumbnail.png?w=256media.datacamp.com/cms/state-of-dat... https://media.datacamp.com/cms/state-of-data--ai-literacy-2026-cover-thumbnail.png?w=256 — 200 — 7.3 KiB — 42 ms — h2https://media.datacamp.com/cms/photo-personas-one.webp?w=1920media.datacamp.com/cms/photo-person... https://media.datacamp.com/cms/photo-personas-one.webp?w=1920 — 200 — 16.1 KiB — 37 ms — h2https://media.datacamp.com/cms/photo-personas-two.webp?w=1920media.datacamp.com/cms/photo-person... https://media.datacamp.com/cms/photo-personas-two.webp?w=1920 — 200 — 44.3 KiB — 40 ms — h2https://media.datacamp.com/cms/photo-personas-three.webp?w=1920media.datacamp.com/cms/photo-person... https://media.datacamp.com/cms/photo-personas-three.webp?w=1920 — 200 — 22.4 KiB — 44 ms — h2https://s3.us-east-1.amazonaws.com/assets.datacamp.com/email/slide-one.avif?w=640s3.us-east-1.amazonaws.com/assets.d... https://s3.us-east-1.amazonaws.com/assets.datacamp.com/email/slide-one.avif?w=640 — 200 — 1.2 MiB — 849 ms — http/1.1https://s3.us-east-1.amazonaws.com/assets.datacamp.com/email/slide-three.avif?w=640s3.us-east-1.amazonaws.com/assets.d... https://s3.us-east-1.amazonaws.com/assets.datacamp.com/email/slide-three.avif?w=640 — 200 — 784.5 KiB — 855 ms — http/1.1https://media.datacamp.com/cms/leondra-gonzalez-square.webp?w=256media.datacamp.com/cms/leondra-gonz... https://media.datacamp.com/cms/leondra-gonzalez-square.webp?w=256 — 200 — 10.1 KiB — 45 ms — h2https://media.datacamp.com/cms/daniel-tedesco-square.webp?w=256media.datacamp.com/cms/daniel-tedes... https://media.datacamp.com/cms/daniel-tedesco-square.webp?w=256 — 200 — 7.0 KiB — 46 ms — h2https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSansRegular-latin-v2.woff2dcmfe.datacamp.com/assets/fonts/Stu... https://dcmfe.datacamp.com/assets/fonts/StudioFeixenSansRegular-latin-v2.woff2 — 200 — 8.3 KiB — 26 ms — h2https://media.datacamp.com/cms/aaren-subberfield-square.webp?w=256media.datacamp.com/cms/aaren-subber... https://media.datacamp.com/cms/aaren-subberfield-square.webp?w=256 — 200 — 5.0 KiB — 38 ms — h2https://media.datacamp.com/cms/kevin-barlow-square.webp?w=256media.datacamp.com/cms/kevin-barlow... https://media.datacamp.com/cms/kevin-barlow-square.webp?w=256 — 200 — 7.5 KiB — 41 ms — h2https://o61655.ingest.sentry.io/api/5466291/envelope/?sentry_version=7&sentry_key=59cec40cca3c40e5af83f58de515bce6&sentry_client=sentry.javascript.nextjs%2F10.47.0o61655.ingest.sentry.io/api/5466291... https://o61655.ingest.sentry.io/api/5466291/envelope/?sentry_version=7&sentry_key=59cec40cca3c40e5af83f58de515bce6&sentry_client=sentry.javascript.nextjs%2F10.47.0 — 200 — 281 B — 83 ms — h2https://o61655.ingest.sentry.io/api/5466291/envelope/?sentry_version=7&sentry_key=59cec40cca3c40e5af83f58de515bce6&sentry_client=sentry.javascript.nextjs%2F10.47.0o61655.ingest.sentry.io/api/5466291... https://o61655.ingest.sentry.io/api/5466291/envelope/?sentry_version=7&sentry_key=59cec40cca3c40e5af83f58de515bce6&sentry_client=sentry.javascript.nextjs%2F10.47.0 — 200 — 56 B — 35 ms — h2https://o61655.ingest.sentry.io/api/5466291/envelope/?sentry_version=7&sentry_key=59cec40cca3c40e5af83f58de515bce6&sentry_client=sentry.javascript.nextjs%2F10.47.0o61655.ingest.sentry.io/api/5466291... https://o61655.ingest.sentry.io/api/5466291/envelope/?sentry_version=7&sentry_key=59cec40cca3c40e5af83f58de515bce6&sentry_client=sentry.javascript.nextjs%2F10.47.0 — 200 — 56 B — 32 ms — h2https://www.datacamp.com/_next/static/chunks/37676-e033494bd108e2c0.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/37676-e033494bd108e2c0.js — 200 — 2.5 KiB — 37 ms — h2https://www.datacamp.com/_next/static/chunks/75464.4d45db0b6d3d612a.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/75464.4d45db0b6d3d612a.js — 200 — 1.7 KiB — 36 ms — h2https://www.datacamp.com/_next/static/chunks/74046.92d7a659a5334c20.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/74046.92d7a659a5334c20.js — 200 — 1.0 KiB — 37 ms — h2https://www.datacamp.com/_next/static/chunks/89128.baec5a545bcebd08.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/89128.baec5a545bcebd08.js — 200 — 1.6 KiB — 42 ms — h2https://www.datacamp.com/_next/static/chunks/63804.269942c655c478de.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/63804.269942c655c478de.js — 200 — 2.1 KiB — 41 ms — h2https://www.datacamp.com/_next/static/chunks/75721.c01a1074b9e59562.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/75721.c01a1074b9e59562.js — 200 — 2.1 KiB — 39 ms — h2https://www.datacamp.com/_next/static/chunks/44182.c3e3c9a20f942697.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/44182.c3e3c9a20f942697.js — 200 — 2.2 KiB — 36 ms — h2https://www.datacamp.com/_next/static/chunks/17945.d5636c261fd02a3f.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/17945.d5636c261fd02a3f.js — 200 — 1.6 KiB — 32 ms — h2https://www.datacamp.com/_next/static/chunks/30022.fd325773a68ab749.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/30022.fd325773a68ab749.js — 200 — 2.0 KiB — 35 ms — h2https://www.datacamp.com/_next/static/chunks/78956.e85605bee025aa1d.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/78956.e85605bee025aa1d.js — 200 — 1.8 KiB — 39 ms — h2https://www.datacamp.com/_next/static/chunks/17784.7028fd996433677e.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/17784.7028fd996433677e.js — 200 — 2.2 KiB — 43 ms — h2https://www.datacamp.com/_next/static/chunks/40129.22017ef9c6a16b09.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/40129.22017ef9c6a16b09.js — 200 — 1.5 KiB — 40 ms — h2https://www.datacamp.com/_next/static/chunks/72852.9602ed9892df93f9.jswww.datacamp.com/_next/static/chunk... https://www.datacamp.com/_next/static/chunks/72852.9602ed9892df93f9.js — 200 — 1.3 KiB — 43 ms — h2https://campaign-service.datacamp.com/api/v1/banner?locale=encampaign-service.datacamp.com/api/v... https://campaign-service.datacamp.com/api/v1/banner?locale=en — 200 — 4.6 KiB — 571 ms — h2https://public.profitwell.com/js/profitwell.js?auth=7041278c644eba1df6181e0425efa583public.profitwell.com/js/profitwell... https://public.profitwell.com/js/profitwell.js?auth=7041278c644eba1df6181e0425efa583 — 200 — 9.7 KiB — 66 ms — h2https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 96.4 KiB — 151 ms — h2https://www.datacamp.com/api/countrywww.datacamp.com/api/country https://www.datacamp.com/api/country — 200 — 323 B — 461 ms — h2https://compliance.datacamp.com/base.jscompliance.datacamp.com/base.js https://compliance.datacamp.com/base.js — 200 — 1.4 KiB — 21 ms — h2https://compliance.datacamp.com/inhouse.jscompliance.datacamp.com/inhouse.js https://compliance.datacamp.com/inhouse.js — 200 — 2.6 KiB — 26 ms — h2https://compliance.datacamp.com/scripts/gtm.jscompliance.datacamp.com/scripts/gtm... https://compliance.datacamp.com/scripts/gtm.js — 200 — 1.3 KiB — 23 ms — h2https://compliance.datacamp.com/scripts/terms.jscompliance.datacamp.com/scripts/ter... https://compliance.datacamp.com/scripts/terms.js — 200 — 3.1 KiB — 22 ms — h2https://compliancy.datacamp.com/geolocationcompliancy.datacamp.com/geolocation https://compliancy.datacamp.com/geolocation — 200 — 1.0 KiB — 548 ms — h2https://accounts.google.com/gsi/styleaccounts.google.com/gsi/style https://accounts.google.com/gsi/style — 200 — 665 B — 39 ms — h2https://accounts.google.com/gsi/log?client_id=892114885437-01a7plbsu1b2vobuhvnckmmanhb58h3a.apps.googleusercontent.com&as=W%2BbhagSeelJwgPGHBuvEkN0j0KWfP9pZwLEpyVdymqU&bs=PSfQUgYGDJgI8y%2BcUsxsnhZSx7qcf7ZMO0735MEL5yY&event=onetap.card.prompt.apiCall&enable_itp_optimization=22accounts.google.com/gsi/log?client_... https://accounts.google.com/gsi/log?client_id=892114885437-01a7plbsu1b2vobuhvnckmmanhb58h3a.apps.googleusercontent.com&as=W%2BbhagSeelJwgPGHBuvEkN0j0KWfP9pZwLEpyVdymqU&bs=PSfQUgYGDJgI8y%2BcUsxsnhZSx7qcf7ZMO0735MEL5yY&event=onetap.card.prompt.apiCall&enable_itp_optimization=22 — 200 — 23 B — 86 ms — h3https://www.datacamp.com/api/users/signed_in.jsonwww.datacamp.com/api/users/signed_i... https://www.datacamp.com/api/users/signed_in.json — 401 — 254 B — 443 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-TGGWB2P&gtm_auth=z30B2gnFx7YaJZsA-wGD8A&gtm_preview=env-2&gtm_cookies_win=xwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TGGWB2P&gtm_auth=z30B2gnFx7YaJZsA-wGD8A&gtm_preview=env-2&gtm_cookies_win=x — 200 — 177.1 KiB — 170 ms — h2https://media.datacamp.com/cms/eng-8f1435.pngmedia.datacamp.com/cms/eng-8f1435.p... https://media.datacamp.com/cms/eng-8f1435.png — 200 — 74.2 KiB — 41 ms — h2https://media.datacamp.com/cms/banner-bg.svgmedia.datacamp.com/cms/banner-bg.sv... https://media.datacamp.com/cms/banner-bg.svg — 200 — 846 B — 35 ms — h2https://www.googletagmanager.com/gtag/js?id=G-0VFSSYW4KG&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-0VFSSYW4KG&cx=c&gtm=4e64k0 — 200 — 166.6 KiB — 50 ms — h2https://d.impactradius-event.com/A2717580-78fa-4df3-ac44-faf7e7c3a6e91.jsd.impactradius-event.com/A2717580-7... https://d.impactradius-event.com/A2717580-78fa-4df3-ac44-faf7e7c3a6e91.js — 200 — 20.5 KiB — 76 ms — h2https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 93 ms — h2https://datacamp.pxf.io/xc/2778423/1012794/13294datacamp.pxf.io/xc/2778423/1012794/... https://datacamp.pxf.io/xc/2778423/1012794/13294 — 200 — 780 B — 87 ms — h2https://compliance.datacamp.com/banner.jscompliance.datacamp.com/banner.js https://compliance.datacamp.com/banner.js — 200 — 6.5 KiB — 19 ms — h2https://bat.bing.com/p/action/27000250.jsbat.bing.com/p/action/27000250.js https://bat.bing.com/p/action/27000250.js — 200 — 429 B — 37 ms — h2https://bat.bing.net/actionp/0?ti=27000250&tm=gtm002&Ver=2&mid=d36f9a3b-2a35-4fa9-b184-7ab274e0f6fd&bo=1&evt=consent&src=default&cdb=AQAQ&asc=Dbat.bing.net/actionp/0?ti=27000250&... https://bat.bing.net/actionp/0?ti=27000250&tm=gtm002&Ver=2&mid=d36f9a3b-2a35-4fa9-b184-7ab274e0f6fd&bo=1&evt=consent&src=default&cdb=AQAQ&asc=D — 204 — 346 B — 185 ms — h2https://bat.bing.net/actionp/0?ti=27000250&tm=gtm002&Ver=2&mid=d36f9a3b-2a35-4fa9-b184-7ab274e0f6fd&bo=2&evt=consent&src=default&cdb=AQAQ&asc=Dbat.bing.net/actionp/0?ti=27000250&... https://bat.bing.net/actionp/0?ti=27000250&tm=gtm002&Ver=2&mid=d36f9a3b-2a35-4fa9-b184-7ab274e0f6fd&bo=2&evt=consent&src=default&cdb=AQAQ&asc=D — 204 — 121 B — 183 ms — h2https://www.ojrq.net/p/?return=&cid=13294&tpsync=no&auth=www.ojrq.net/p/?return=&cid=13294&t... https://www.ojrq.net/p/?return=&cid=13294&tpsync=no&auth= — 200 — 457 B — 94 ms — h2https://www.datacamp.com/marketing-backgrounds/favicons/favicon-32x32.pngwww.datacamp.com/marketing-backgrou... https://www.datacamp.com/marketing-backgrounds/favicons/favicon-32x32.png — 200 — 1.1 KiB — 34 ms — h2https://assets.datacamp.com/mobile/datacamp-mobile-192x192.pngassets.datacamp.com/mobile/datacamp... https://assets.datacamp.com/mobile/datacamp-mobile-192x192.png — 200 — 3.3 KiB — 26 ms — h2https://datacamp.pxf.io/cur/13294datacamp.pxf.io/cur/13294 https://datacamp.pxf.io/cur/13294 — 204 — 161 B — 33 ms — h2https://cdn.onesignal.com/sdks/OneSignalSDK.jscdn.onesignal.com/sdks/OneSignalSDK... https://cdn.onesignal.com/sdks/OneSignalSDK.js — 200 — 3.6 KiB — 55 ms — h3https://cdn.requestmetrics.com/agent/current/rm.jscdn.requestmetrics.com/agent/curren... https://cdn.requestmetrics.com/agent/current/rm.js — 200 — 14.7 KiB — 90 ms — h2https://cdn.onesignal.com/sdks/OneSignalPageSDKES6.js?v=151607cdn.onesignal.com/sdks/OneSignalPag... https://cdn.onesignal.com/sdks/OneSignalPageSDKES6.js?v=151607 — 200 — 68.5 KiB — 67 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=15&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.datacamp.com%2F&scrsrc=www.googletagmanager.com&rnd=259322841.1776896040&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k0v76615339za200zd76615339xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115616985~115938465~115938469~117266400~118463262&apve=1&apvf=f&apvc=1&tft=1776896040206&tfd=2475pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=15&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.datacamp.com%2F&scrsrc=www.googletagmanager.com&rnd=259322841.1776896040&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k0v76615339za200zd76615339xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115616985~115938465~115938469~117266400~118463262&apve=1&apvf=f&apvc=1&tft=1776896040206&tfd=2475 — 200 — 21 B — 92 ms — h3https://gsstm.datacamp.com/g/collect?v=2&tid=G-0VFSSYW4KG&gtm=45je64k0v9126843471z876615339za20gzb76615339zd76615339&_p=1776896039216&gcs=G100&gcd=13p3pPp2p7l1&npa=1&dma_cps=-&dma=1&ecid=1049125410&_eu=EAAAAEA&_fplc=0&_geo=1&_rdi=1&are=1&cid=789330561.1776896040&ec_mode=c&frm=0&ir=1&ngs=1&pscdl=denied&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=ES-MD&sst.rnd=259322841.1776896040&sst.ngs=1&sst.etld=google.es&sst.gcsub=region1&sst.tft=1776896039216&sst.lpc=106190742&sst.navt=n&sst.ude=1&_s=1&tag_exp=0~115938465~115938468~117266401~117512542&dp=%2F&sid=1776896039&sct=1&seg=0&dl=https%3A%2F%2Fwww.datacamp.com%2F&dt=Learn%20Data%20Science%20and%20AI%20Online%20%7C%20DataCamp&_tu=BAg&en=page_view&_fv=1&_nsi=1&_ss=2&ep.dc_gtm_env=live&ep.content_group=Other&ep.event_id=1776896439763_17768967662833&ep.b2b_user=false&ep.page_hostname=www.datacamp.com&ep.consent_state=%7B%22ad_storage%22%3Afalse%2C%22analytics_storage%22%3Afalse%2C%22functionality_storage%22%3Afalse%2C%22personalization_storage%22%3Afalse%2C%22security_storage%22%3Atrue%2C%22ad_user_data%22%3Afalse%2C%22ad_personalization%22%3Afalse%7D&ep.cmp=datacamp&ep.page_view_type=page_load&ep.user_data._tag_mode=CODE&tfd=2493&richsstssegsstm.datacamp.com/g/collect?v=2&ti... https://gsstm.datacamp.com/g/collect?v=2&tid=G-0VFSSYW4KG&gtm=45je64k0v9126843471z876615339za20gzb76615339zd76615339&_p=1776896039216&gcs=G100&gcd=13p3pPp2p7l1&npa=1&dma_cps=-&dma=1&ecid=1049125410&_eu=EAAAAEA&_fplc=0&_geo=1&_rdi=1&are=1&cid=789330561.1776896040&ec_mode=c&frm=0&ir=1&ngs=1&pscdl=denied&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=ES-MD&sst.rnd=259322841.1776896040&sst.ngs=1&sst.etld=google.es&sst.gcsub=region1&sst.tft=1776896039216&sst.lpc=106190742&sst.navt=n&sst.ude=1&_s=1&tag_exp=0~115938465~115938468~117266401~117512542&dp=%2F&sid=1776896039&sct=1&seg=0&dl=https%3A%2F%2Fwww.datacamp.com%2F&dt=Learn%20Data%20Science%20and%20AI%20Online%20%7C%20DataCamp&_tu=BAg&en=page_view&_fv=1&_nsi=1&_ss=2&ep.dc_gtm_env=live&ep.content_group=Other&ep.event_id=1776896439763_17768967662833&ep.b2b_user=false&ep.page_hostname=www.datacamp.com&ep.consent_state=%7B%22ad_storage%22%3Afalse%2C%22analytics_storage%22%3Afalse%2C%22functionality_storage%22%3Afalse%2C%22personalization_storage%22%3Afalse%2C%22security_storage%22%3Atrue%2C%22ad_user_data%22%3Afalse%2C%22ad_personalization%22%3Afalse%7D&ep.cmp=datacamp&ep.page_view_type=page_load&ep.user_data._tag_mode=CODE&tfd=2493&richsstsse — 200 — 250 B — 459 ms — h2https://bat.bing.net/action/0?ti=27000250&tm=gtm002&Ver=2&mid=d36f9a3b-2a35-4fa9-b184-7ab274e0f6fd&bo=3&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=Learn%20Data%20Science%20and%20AI%20Online%20%7C%20DataCamp&p=https%3A%2F%2Fwww.datacamp.com%2F&r=&lt=2079&evt=pageLoad&sv=2&asc=D&cdb=AQAQ&rn=953637bat.bing.net/action/0?ti=27000250&t... https://bat.bing.net/action/0?ti=27000250&tm=gtm002&Ver=2&mid=d36f9a3b-2a35-4fa9-b184-7ab274e0f6fd&bo=3&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=Learn%20Data%20Science%20and%20AI%20Online%20%7C%20DataCamp&p=https%3A%2F%2Fwww.datacamp.com%2F&r=&lt=2079&evt=pageLoad&sv=2&asc=D&cdb=AQAQ&rn=953637 — 204 — 121 B — 37 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 1960ms · 1192KB · $26/mo
www.datacamp.com
Other
Costly
Execution 744ms
Transfer 129 KB
Monthly Cost $10/mo
www.datacamp.com
Other
Costly
Execution 507ms
Transfer 58 KB
Unused 51%
Monthly Cost $7/mo
www.datacamp.com
Other
Costly
Execution 252ms
Transfer 622 KB
Unused 34%
Monthly Cost $3/mo
Unattributable
Other
Optional
Execution 171ms
Transfer 0 KB
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 146ms
Transfer 177 KB
Unused 34%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 85ms
Transfer 167 KB
Unused 39%
Monthly Cost $1/mo
www.datacamp.com
Other
Optional
Execution 55ms
Transfer 39 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.datacamp.com adds 744ms and costs ~$10/month
  • www.datacamp.com adds 507ms and costs ~$7/month
  • www.datacamp.com adds 252ms and costs ~$3/month

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

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

www.datacamp.com takes 744ms 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

www.datacamp.com takes 507ms 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

51% of www.datacamp.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

www.datacamp.com takes 252ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback