JavaScript is 580 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 580 KB
Info::
✓
48 HTTP requests
Info::
i
Estimated 0.17 g CO2 per page load
823 KBtransferred
48 requests
0.17 g CO2 per page load
JavaScript580.1 KiB71%
HTML129.2 KiB16%
Images82.9 KiB10%
Other16.7 KiB2%
CSS11.3 KiB1%
Other1.1 KiB0%
Other783 B0%
Other779 B0%
Other0 B0%
02.4 MB4.9 MB
Under budget
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Why this matters
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
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
No web fonts (system fonts)
PASS
No web fonts (system fonts)
Info::
✓
No web fonts loaded — system fonts are fastest
No web fonts loaded — system fonts are optimal.
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
✓
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
✓
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
✓
No resource hint issues
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
✓
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall
48 requests over 1146ms
INFO
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-party2352ms · 554KB · €26/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
st.prntscr.com
st.prntscr.com
Other
412ms
33 KB
—
€4/mo
Costly
Google Tag Manager
www.googletagmanager.com
Tag Manager
368ms
152 KB
40%
€4/mo
Costly
prnt.sc
prnt.sc
Other
305ms
5 KB
—
€3/mo
Costly
Unattributable
Unattributable
Other
284ms
0 KB
—
€3/mo
Costly
pagead2.googlesyndication.com
pagead2.googlesyndication.com
Other
250ms
54 KB
49%
€3/mo
Costly
Twitter/X Embed
platform.twitter.com
Social
219ms
27 KB
—
€2/mo
Costly
pagead2.googlesyndication.com
pagead2.googlesyndication.com
Other
210ms
178 KB
85%
€2/mo
Costly
Facebook Pixel
connect.facebook.net
Advertising
196ms
84 KB
62%
€2/mo
Optional
Google Analytics
www.google-analytics.com
Analytics
107ms
21 KB
—
€1/mo
Optional
st.prntscr.com
Other
Costly
Execution412ms
Transfer33 KB
Monthly Cost€4/mo
Google Tag Manager
Tag Manager
Costly
Execution368ms
Transfer152 KB
Unused40%
Monthly Cost€4/mo
prnt.sc
Other
Costly
Execution305ms
Transfer5 KB
Monthly Cost€3/mo
Unattributable
Other
Costly
Execution284ms
Transfer0 KB
Monthly Cost€3/mo
pagead2.googlesyndication.com
Other
Costly
Execution250ms
Transfer54 KB
Unused49%
Monthly Cost€3/mo
Twitter/X Embed
Social
Costly
Execution219ms
Transfer27 KB
Monthly Cost€2/mo
pagead2.googlesyndication.com
Other
Costly
Execution210ms
Transfer178 KB
Unused85%
Monthly Cost€2/mo
Facebook Pixel
Advertising
Optional
Execution196ms
Transfer84 KB
Unused62%
Monthly Cost€2/mo
Google Analytics
Analytics
Optional
Execution107ms
Transfer21 KB
Monthly Cost€1/mo
These scripts may cost more than they're worth
st.prntscr.com adds 412ms and costs ~€4/month
Google Tag Manager adds 368ms and costs ~€4/month
prnt.sc adds 305ms and costs ~€3/month
Unattributable adds 284ms and costs ~€3/month
pagead2.googlesyndication.com adds 250ms and costs ~€3/month
Twitter/X Embed adds 219ms and costs ~€2/month
pagead2.googlesyndication.com adds 210ms and costs ~€2/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
st.prntscr.com takes 412ms 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
Google Tag Manager takes 368ms 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
prnt.sc takes 305ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
Why this matters
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Unattributable takes 284ms 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
pagead2.googlesyndication.com takes 250ms 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
Twitter/X Embed takes 219ms 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
pagead2.googlesyndication.com takes 210ms 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
85% of pagead2.googlesyndication.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
62% of Facebook Pixel'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.