Performance
· 25 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.
947 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.00 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
218 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
947 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.
3.95 s
Page Load Progression
BThird-Party Impact41% third-party, 0 ms blockingREVIEW
CJS Execution CostAction1176ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://skipupload.com/ | 321ms | 23ms | 23ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-77LW2DWW2P | 302ms | 238ms | 62ms | 3rd |
| https://skipupload.com/_next/static/chunks/1255-24782c49a6a5b6bd.js | 209ms | 176ms | 18ms | 1st |
| https://skipupload.com/_next/static/chunks/webpack-a267c0f785bf292f.js | 174ms | 170ms | 0ms | 1st |
| Unattributable | 170ms | 16ms | 0ms | 1st |
BJS Bundles11 scripts, 68 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-77LW2DWW2P | 160 KB | 68 KB (42%) | ✓ | 3rd |
| https://skipupload.com/_next/static/chunks/webpack-a267c0f785bf292f.js | 3 KB | — | ✓ | 1st |
| https://skipupload.com/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.js | 55 KB | — | ✓ | 1st |
| https://skipupload.com/_next/static/chunks/1255-24782c49a6a5b6bd.js | 46 KB | — | ✓ | 1st |
| https://skipupload.com/_next/static/chunks/main-app-2ee50f287fd4e232.js | 1 KB | — | ✓ | 1st |
| https://skipupload.com/_next/static/chunks/2619-04bc32f026a0d946.js | 4 KB | — | ✓ | 1st |
| https://skipupload.com/_next/static/chunks/app/page-3854bf9f692f3ab9.js | 2 KB | — | ✓ | 1st |
| https://skipupload.com/_next/static/chunks/7191-acdb6b2242ca415f.js | 3 KB | — | ✓ | 1st |
| https://skipupload.com/_next/static/chunks/app/layout-24be91012c435ec0.js | 4 KB | — | ✓ | 1st |
| https://skipupload.com/_next/static/chunks/6784.919b6f58b7b3dad1.js | 4 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
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
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 Budget394 KB transferred, 21 requestsPASS
A+Text CompressionAll text resources are compressedPASS
A+Image OptimizationNo images on this pagePASS
A+Font Loading1 fonts (48 KB)PASS
Web fonts
1
48 KB total
Render-blocking
0
of 1
Dominant font-display
swap
Most common across fonts
Font loading timeline
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)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints1 hints, 0 missing preconnectsPASS
Current Resource Hints
1 resource hints configured
A+HTTP/3 (QUIC)HTTP/3 advertised via Alt-SvcPASS
A+Compression AlgorithmMain response uses brotliPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Main HTML Cache-ControlMain HTML max-age=0 (≤ 5min) is appropriatePASS
AServer Response Intelligence2 server-response signal(s) detectedPASS
APage Weight Inventory21 resources · 394 KB · 68 KB savings availablePASS
~67.6 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 21 resources | 393.6 KiB | ||||||
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
AJavaScript Blocking1 JS blocking issue(s) detectedPASS
A+CSS Performance DepthNo CSS performance depth issues detectedPASS
Network Waterfall21 requests over 794msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Google Tag Manager www.googletagmanager.com | Tag Manager | 302ms | 160 KB | 42% | €3/mo | Costly |
These scripts may cost more than they're worth
- Google Tag Manager adds 302ms and costs ~€3/month
Google Tag Manager takes 302ms 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