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.
2.99 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.26 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
345 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.
2.99 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.
13.80 s
Page Load Progression
FPage Weight BudgetAction4.9 MB transferred, 52 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DJS Execution CostAction2775ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://about.gitea.com/_nuxt/index.84b60db4.js | 697ms | 363ms | 0ms | 3rd |
| https://about.gitea.com/ | 651ms | 12ms | 2ms | 3rd |
| Unattributable | 522ms | 90ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-FN940L7CL7 | 246ms | 196ms | 48ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-16517062921&cx=c>m=4e64h1 | 242ms | 209ms | 32ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KW5NFLQL | 232ms | 188ms | 40ms | 3rd |
| https://about.gitea.com/_nuxt/entry.3765936f.js | 102ms | 56ms | 1ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-FN940L7CL7&cx=c>m=4e64h1 | 83ms | 30ms | 52ms | 3rd |
DJS BundlesAction22 scripts, 346 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-FN940L7CL7&cx=c>m=4e64h1 | 173 KB | 116 KB (67%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-FN940L7CL7 | 173 KB | 71 KB (41%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KW5NFLQL | 145 KB | 64 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-16517062921&cx=c>m=4e64h1 | 147 KB | 57 KB (39%) | ✓ | 3rd |
| https://about.gitea.com/_nuxt/entry.3765936f.js | 80 KB | 38 KB (48%) | ✓ | 3rd |
| https://about.gitea.com/_nuxt/_plugin-vue_export-helper.c27b6911.js | 0 KB | — | ✓ | 3rd |
| https://about.gitea.com/_nuxt/error-500.e449d27c.js | 1 KB | — | ✓ | 3rd |
| https://about.gitea.com/_nuxt/cookie.6a18c7a2.js | 4 KB | — | ✓ | 3rd |
| https://about.gitea.com/_nuxt/asyncData.15a86364.js | 5 KB | — | ✓ | 3rd |
| https://about.gitea.com/_nuxt/use-tree-walker.92dce54b.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
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
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
DPage Weight InventoryAction52 resources · 4.9 MB · 346 KB savings availableFIX
~345.6 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 52 resources | 4.9 MiB | ||||||
CImage OptimizationAction16 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
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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingmax-age=0, private, must-revalidate, no-transformREVIEW
max-age=0, private, must-revalidate, no-transform
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
| private | — | Only browser cache, not CDN/proxy |
| must-revalidate | — | Must recheck with server after expiry |
| no-transform | — |
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 Hints5 hints, 0 missing preconnectsPASS
Current Resource Hints
5 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall52 requests over 2593msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
about.gitea.com about.gitea.com | Other | 697ms | 10 KB | — | €8/mo | Costly |
about.gitea.com about.gitea.com | Other | 651ms | 28 KB | — | €7/mo | Costly |
Unattributable Unattributable | Other | 522ms | 0 KB | — | €6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 246ms | 173 KB | 41% | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 242ms | 147 KB | 39% | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 232ms | 145 KB | 44% | €3/mo | Costly |
about.gitea.com about.gitea.com | Other | 102ms | 80 KB | 48% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 83ms | 173 KB | 67% | €1/mo | Optional |
These scripts may cost more than they're worth
- about.gitea.com adds 697ms and costs ~€8/month
- about.gitea.com adds 651ms and costs ~€7/month
- Unattributable adds 522ms and costs ~€6/month
- Google Tag Manager adds 246ms and costs ~€3/month
- Google Tag Manager adds 242ms and costs ~€3/month
- Google Tag Manager adds 232ms 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
about.gitea.com takes 697ms 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
about.gitea.com takes 651ms 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 522ms 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
Google Tag Manager takes 246ms 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
Google Tag Manager takes 242ms 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
Google Tag Manager takes 232ms 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
67% of Google Tag Manager'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