Performance
· 23 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.64 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.88 s
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.008
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.64 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.
2.88 s
Page Load Progression
FPage Weight BudgetAction3.4 MB transferred, 86 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
DHTTP CachingActionno-store (uncacheable)FIX
no-store, no-cache, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| no-store | — | Never cache this response |
| no-cache | — | Cache but always revalidate first |
| must-revalidate | — | Must recheck with server after expiry |
BImage Optimization19 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
BJS Execution Cost680ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://alexlegend.com/ | 403ms | 56ms | 11ms | 1st |
| Unattributable | 109ms | 2ms | 0ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-39MFFZWHZG | 98ms | 60ms | 10ms | 3rd |
| https://alexlegend.com/templates/alexlegend/js/img2svg.js | 70ms | 32ms | 0ms | 1st |
BJS Bundles11 scripts, 70 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-39MFFZWHZG | 170 KB | 70 KB (41%) | ✓ | 3rd |
| https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.9.2/min/tiny-slider.js | 12 KB | — | ✓ | 3rd |
| https://alexlegend.com/templates/alexlegend/js/bootstrap.bundle.min.js | 23 KB | — | ✓ | 1st |
| https://alexlegend.com/templates/alexlegend/js/img2svg.js | 1 KB | — | ✓ | 1st |
| https://alexlegend.com/templates/alexlegend/js/flip-clock.js | 2 KB | — | ✓ | 1st |
| https://alexlegend.com/templates/alexlegend/js/functions.js?v=1788203098 | 5 KB | — | ✗ | 1st |
| https://alexlegend.com/core/js/Tube.js | 1 KB | — | ✓ | 1st |
| https://alexlegend.com/templates/alexlegend/js/jquery.cookie.js | 2 KB | — | ✓ | 1st |
| https://alexlegend.com/core/js/ageWarningJs.php | 1 KB | — | ✓ | 1st |
| https://alexlegend.com/templates/alexlegend/js/trailers.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
BHTTP/3 (QUIC)HTTP/3 not advertisedREVIEW
BCompression AlgorithmMain response uses gzip; brotli would be ~20% smallerREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
CPage Weight InventoryAction86 resources · 3.4 MB · 70 KB savings availableREVIEW
~69.9 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 86 resources | 3.4 MiB | ||||||
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
AThird-Party Impact29% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading3 fonts (88 KB)PASS
Web fonts
3
88 KB total
Render-blocking
0
of 3
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 HintsNo optimization neededPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Main HTML Cache-ControlMain HTML uses no-store -- correct for sensitive/dynamic contentPASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
Network Waterfall86 requests over 2265msINFO
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 | 98ms | 170 KB | 41% | $1/mo | Optional |
Real-User Performance (CrUX)Field metrics from the Chrome User Experience ReportINFO
Chrome User Experience (CrUX)
Real-user metrics from the Chrome UX Report (2026-08-02 — 2026-08-29)
LCP (p75)
4362 ms
49% good
INP (p75)
93 ms
94% good
CLS (p75)
0.010
85% good
FCP (p75)
3185 ms
TTFB (p75)
1778 ms
Image Optimization17 images, 2223 KB total, 2037 KB wastedINFO
Image Optimization Audit
Total Images
17
Total Size
2223 KB
Oversized
4
Wasted
2037 KB