Performance
· 14 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.11 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.10 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
321 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.049
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.05 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.
5.11 s
Page Load Progression
DHTTP CachingActionno-store (uncacheable)FIX
no-store
| Directive | Value | Meaning |
|---|---|---|
| no-store | — | Never cache this response |
BImage Optimization15 images, 0 KB saveableREVIEW
CJS Execution CostAction1729ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://developer.mozilla.org/en-US/ | 542ms | 11ms | 2ms | 1st |
| Unattributable | 502ms | 36ms | 0ms | 3rd |
| https://transcend-cdn.com/cm/d556c3a1-e57c-4bdf-a490-390a1aebf6dd/ui.js | 292ms | 210ms | 55ms | 3rd |
| https://developer.mozilla.org/static/client/1111.53dba753dc3eb961.js | 273ms | 242ms | 0ms | 1st |
| https://transcend-cdn.com/cm/d556c3a1-e57c-4bdf-a490-390a1aebf6dd/airgap.js | 119ms | 97ms | 17ms | 3rd |
BJS Bundles26 scripts, 74 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://transcend-cdn.com/cm/d556c3a1-e57c-4bdf-a490-390a1aebf6dd/ui.js | 98 KB | 45 KB (46%) | ✓ | 3rd |
| https://transcend-cdn.com/cm/d556c3a1-e57c-4bdf-a490-390a1aebf6dd/airgap.js | 52 KB | 29 KB (56%) | ✓ | 3rd |
| https://developer.mozilla.org/static/client/3690.b126b99c4de57b27.js | 1 KB | — | ✓ | 1st |
| https://developer.mozilla.org/static/client/8280.c6eb5ce3b5879e6f.js | 2 KB | — | ✓ | 1st |
| https://developer.mozilla.org/static/client/index.a47e737a9e1899ba.js | 12 KB | — | ✓ | 1st |
| https://developer.mozilla.org/static/client/1111.53dba753dc3eb961.js | 18 KB | — | ✓ | 1st |
| https://developer.mozilla.org/static/client/6703.145548dea2dbb16d.js | 1 KB | — | ✓ | 1st |
| https://developer.mozilla.org/static/client/3611.5ca952c0be37a4a8.js | 1 KB | — | ✓ | 1st |
| https://developer.mozilla.org/static/client/2868.b09544148fff25a1.js | 1 KB | — | ✓ | 1st |
| https://developer.mozilla.org/static/client/1477.f00a941deda667c8.js | 1 KB | — | ✓ | 1st |
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 Budget633 KB transferred, 78 requestsPASS
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
AThird-Party Impact25% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading3 fonts (246 KB)PASS
Web fonts
3
246 KB total
Render-blocking
0
of 3
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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)
Fixing the unchecked items could save ~109 KB and ~218 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints2 hints, 0 missing preconnectsPASS
Current Resource Hints
2 resource hints configured
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Google Cloud
Network Waterfall78 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 502ms | 0 KB | — | $7/mo | Costly |
transcend-cdn.com transcend-cdn.com | Other | 292ms | 98 KB | 46% | $4/mo | Costly |
transcend-cdn.com transcend-cdn.com | Other | 119ms | 52 KB | 56% | $2/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 502ms and costs ~$7/month
- transcend-cdn.com adds 292ms and costs ~$4/month
53% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
Unattributable takes 502ms 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
transcend-cdn.com takes 292ms 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
56% of transcend-cdn.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev