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.45 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.33 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
60 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.45 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.56 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction21 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
BJS Execution Cost985ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 340ms | 49ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-3JEZ7LNJJK&cx=c&_slc=1 | 138ms | 107ms | 31ms | 3rd |
| https://www.apachefriends.org/ | 113ms | 3ms | 1ms | 3rd |
| https://connect.facebook.net/en_US/all.js?hash=57ae0a47d424dd2d56bab4b1c3edc5d7 | 98ms | 69ms | 23ms | 3rd |
| https://www.apachefriends.org/javascripts/all-d8620939.js | 94ms | 65ms | 16ms | 3rd |
| https://www.apachefriends.org/javascripts/modernizr-6bfc3ff0.js | 81ms | 42ms | 4ms | 3rd |
| https://www.google-analytics.com/analytics.js | 65ms | 55ms | 4ms | 3rd |
| https://code.jquery.com/jquery-1.10.2.min.js | 56ms | 37ms | 7ms | 3rd |
CJS BundlesAction7 scripts, 142 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-3JEZ7LNJJK&cx=c&_slc=1 | 148 KB | 63 KB (43%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/all.js?hash=57ae0a47d424dd2d56bab4b1c3edc5d7 | 83 KB | 54 KB (65%) | ✓ | 3rd |
| https://www.apachefriends.org/javascripts/all-d8620939.js | 45 KB | 25 KB (56%) | ✗ | 3rd |
| https://www.apachefriends.org/javascripts/modernizr-6bfc3ff0.js | 16 KB | — | ✗ | 3rd |
| https://code.jquery.com/jquery-1.10.2.min.js | 32 KB | — | ✓ | 3rd |
| https://www.google-analytics.com/analytics.js | 21 KB | — | ✓ | 3rd |
| https://connect.facebook.net/en_US/all.js | 2 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Page Weight Budget441 KB transferred, 38 requestsPASS
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 HintsNo optimization neededPASS
APage Weight Inventory38 resources · 441 KB · 142 KB savings availablePASS
~142.3 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 38 resources | 441.1 KiB | ||||||
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall38 requests over 647msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 340ms | 0 KB | — | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 138ms | 148 KB | 43% | €2/mo | Optional |
www.apachefriends.org www.apachefriends.org | Other | 113ms | 4 KB | — | €1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 98ms | 83 KB | 65% | €1/mo | Optional |
www.apachefriends.org www.apachefriends.org | Other | 94ms | 45 KB | 56% | €1/mo | Optional |
www.apachefriends.org www.apachefriends.org | Other | 81ms | 16 KB | — | €1/mo | Optional |
Google Analytics www.google-analytics.com | Analytics | 65ms | 21 KB | — | €1/mo | Optional |
code.jquery.com code.jquery.com | Other | 56ms | 32 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 340ms and costs ~€4/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 340ms 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
65% of Facebook Pixel'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
56% of www.apachefriends.org'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