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
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
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
Network Waterfall
47 requests over 1910ms
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-party2042ms · 307KB · $27/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
www.grc.com
www.grc.com
Other
727ms
4 KB
—
$10/mo
Costly
Unattributable
Unattributable
Other
568ms
0 KB
—
$8/mo
Costly
Google Tag Manager
www.googletagmanager.com
Tag Manager
411ms
157 KB
40%
$5/mo
Costly
cse.google.com
cse.google.com
Other
190ms
4 KB
—
$3/mo
Optional
cse.google.com
cse.google.com
Other
76ms
44 KB
73%
$1/mo
Optional
www.google.com
www.google.com
Other
71ms
98 KB
49%
$1/mo
Optional
www.grc.com
Other
Costly
Execution727ms
Transfer4 KB
Monthly Cost$10/mo
Unattributable
Other
Costly
Execution568ms
Transfer0 KB
Monthly Cost$8/mo
Google Tag Manager
Tag Manager
Costly
Execution411ms
Transfer157 KB
Unused40%
Monthly Cost$5/mo
cse.google.com
Other
Optional
Execution190ms
Transfer4 KB
Monthly Cost$3/mo
cse.google.com
Other
Optional
Execution76ms
Transfer44 KB
Unused73%
Monthly Cost$1/mo
www.google.com
Other
Optional
Execution71ms
Transfer98 KB
Unused49%
Monthly Cost$1/mo
These scripts may cost more than they're worth
www.grc.com adds 727ms and costs ~$10/month
Unattributable adds 568ms and costs ~$8/month
Google Tag Manager adds 411ms and costs ~$5/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.grc.com takes 727ms 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 568ms 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 411ms 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
73% of cse.google.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.