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.
1.05 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.13 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
366 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.
1.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.
3.06 s
Page Load Progression
BImage Optimization4 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
CJS Execution CostAction1258ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://redux.js.org/assets/js/main.869dfa69.js | 808ms | 715ms | 63ms | 1st |
| Unattributable | 280ms | 89ms | 0ms | 3rd |
| https://redux.js.org/ | 170ms | 32ms | 3ms | 1st |
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+Page Weight Budget324 KB transferred, 37 requestsPASS
A+Third-Party Impact1% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font LoadingNo web fonts (system fonts)PASS
A+JS Bundles25 scripts, 49 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://redux.js.org/assets/js/main.869dfa69.js | 140 KB | 49 KB (35%) | ✓ | 1st |
| https://redux.js.org/assets/js/17896441.cd4af64e.js | 12 KB | — | ✓ | 1st |
| https://redux.js.org/assets/js/5e95c892.7824562f.js | 0 KB | — | ✓ | 1st |
| https://redux.js.org/assets/js/c4f5d8e4.7180e135.js | 4 KB | — | ✓ | 1st |
| https://redux.js.org/assets/js/a7456010.7e3226f2.js | 0 KB | — | ✓ | 1st |
| https://redux.js.org/assets/js/c4f5d8e4.7180e135.js | 0 KB | — | ✓ | 1st |
| https://redux.js.org/assets/js/a7456010.7e3226f2.js | 0 KB | — | ✓ | 1st |
| https://redux-docs-umami.up.railway.app/script.js | 2 KB | — | ✓ | 3rd |
| https://redux.js.org/assets/js/aba21aa0.0aa4e8d5.js | 0 KB | — | ✓ | 1st |
| https://redux.js.org/assets/js/a7bd4aaa.42c83445.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
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints33 hints, 0 missing preconnectsPASS
Current Resource Hints
33 resource hints configured
Network Waterfall37 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 | 280ms | 0 KB | — | $4/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 280ms and costs ~$4/month
Unattributable takes 280ms 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