Performance
· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.85 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.37 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
517 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.34 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.
8.65 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization6 images, 0 KB saveableREVIEW
CJS Execution CostAction1783ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://assets.comparitech.com/9dqwofjeq/d6b8?2708a026=L2d0YWcvanM%2FaWQ9Ry01OTRRNldYMEVEJmN4PWMmZ3RtPTRlNjRrMA%3D%3D | 457ms | 381ms | 72ms | 3rd |
| https://load.assets.comparitech.com/9dqwofjeq.js?7h2evbyr=aWQ9R1RNLVRYNkhKVg%3D%3D&sort=desc | 444ms | 356ms | 63ms | 3rd |
| https://www.comparitech.com/ | 356ms | 133ms | 49ms | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 268ms | 220ms | 11ms | 3rd |
| Unattributable | 258ms | 23ms | 0ms | 3rd |
BJS Bundles8 scripts, 129 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://load.assets.comparitech.com/9dqwofjeq.js?7h2evbyr=aWQ9R1RNLVRYNkhKVg%3D%3D&sort=desc | 145 KB | 65 KB (45%) | ✓ | 3rd |
| https://assets.comparitech.com/9dqwofjeq/d6b8?2708a026=L2d0YWcvanM%2FaWQ9Ry01OTRRNldYMEVEJmN4PWMmZ3RtPTRlNjRrMA%3D%3D | 166 KB | 64 KB (39%) | ✓ | 3rd |
| https://cdn.comparitech.com/wp-content/plugins/comparitech-custom/inc/calc/roiEngine.js | 3 KB | — | ✓ | 3rd |
| https://cdn.comparitech.com/wp-content/plugins/comparitech-custom/inc/shortcodes/in-short/js/in-short.js?ver=1.0.3 | 1 KB | — | ✓ | 3rd |
| https://www.comparitech.com/6uK9szCotqRV.js?ts=32523 | 0 KB | — | ✓ | 3rd |
| https://load.assets.comparitech.com/gtm.js?id=GTM-TX6HJV>g_health=1 | 1 KB | — | ✓ | 3rd |
| https://www.clarity.ms/tag/ljscpeiagr?ref=gtm | 1 KB | — | ✓ | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 26 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
A+Page Weight Budget491 KB transferred, 27 requestsPASS
A+Text CompressionAll text resources are compressedPASS
A+Font LoadingNo web fonts (system fonts)PASS
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
APage Weight Inventory27 resources · 491 KB · 129 KB savings availablePASS
~128.8 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 27 resources | 490.8 KiB | ||||||
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Hetzner Online GmbH
Network Waterfall27 requests over 4847msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
assets.comparitech.com assets.comparitech.com | Other | 457ms | 166 KB | 39% | S$11/mo | Costly |
load.assets.comparitech.com load.assets.comparitech.com | Other | 444ms | 145 KB | 45% | S$10/mo | Costly |
www.comparitech.com www.comparitech.com | Other | 356ms | 87 KB | — | S$8/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 268ms | 26 KB | — | S$6/mo | Costly |
Unattributable Unattributable | Other | 258ms | 0 KB | — | S$6/mo | Costly |
These scripts may cost more than they're worth
- assets.comparitech.com adds 457ms and costs ~S$11/month
- load.assets.comparitech.com adds 444ms and costs ~S$10/month
- www.comparitech.com adds 356ms and costs ~S$8/month
- Microsoft Clarity adds 268ms and costs ~S$6/month
- Unattributable adds 258ms and costs ~S$6/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
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
assets.comparitech.com takes 457ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
load.assets.comparitech.com takes 444ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.comparitech.com takes 356ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Microsoft Clarity takes 268ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Unattributable takes 258ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev