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.
858 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
911 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 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.
887 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
916 ms
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
BPage Weight Budget1.3 MB transferred, 71 requestsREVIEW
BImage Optimization41 images, 0 KB saveableREVIEW
BJS Execution Cost506ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 225ms | 32ms | 0ms | 3rd |
| https://planetscale.com/ | 207ms | 27ms | 1ms | 3rd |
| https://planetscale.com/assets/index-0GhomdpU.js | 73ms | 71ms | 0ms | 3rd |
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingpublic, max-age=0, must-revalidateREVIEW
public, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
A+Text CompressionAll text resources are compressedPASS
A+Font LoadingNo web fonts (system fonts)PASS
A+JS Bundles17 scripts, 26 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://planetscale.com/assets/chunk-UVKPFVEO-B5jXhZUa.js | 43 KB | 26 KB (60%) | ✓ | 3rd |
| https://planetscale.com/assets/SiteHeader-DCtFuno2.js | 26 KB | — | ✓ | 3rd |
| https://planetscale.com/assets/index-B19qoUet.js | 1 KB | — | ✓ | 3rd |
| https://planetscale.com/assets/debug-build-DzqYHPeH.js | 13 KB | — | ✓ | 3rd |
| https://planetscale.com/assets/learn.courses.sitemap_.xml_-BTE909b9.js | 1 KB | — | ✓ | 3rd |
| https://planetscale.com/assets/index-0GhomdpU.js | 44 KB | — | ✓ | 3rd |
| https://planetscale.com/assets/root-DjcIyBkO.js | 3 KB | — | ✓ | 3rd |
| https://planetscale.com/assets/jsx-runtime-D_OEa6wb.js | 1 KB | — | ✓ | 3rd |
| https://planetscale.com/assets/analytics.client-DXyPq-9d.js | 1 KB | — | ✓ | 3rd |
| https://planetscale.com/assets/current-euw3Jsb1.js | 1 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
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall71 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 | 225ms | 0 KB | — | €4/mo | Costly |
planetscale.com planetscale.com | Other | 207ms | 20 KB | — | €3/mo | Costly |
planetscale.com planetscale.com | Other | 73ms | 44 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 225ms and costs ~€4/month
- planetscale.com adds 207ms and costs ~€3/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
Unattributable takes 225ms 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
planetscale.com takes 207ms 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