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.43 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.25 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.006
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.59 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.25 s
Page Load Progression
FPage Weight BudgetAction7.3 MB transferred, 156 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
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction99% third-party, 0 ms blockingFIX
DPage Weight InventoryAction156 resources · 7.3 MB · 25 KB savings availableFIX
~25.1 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 156 resources | 7.3 MiB | ||||||
DHTTP CachingActionno-store (uncacheable)FIX
no-cache, no-store, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| must-revalidate | — | Must recheck with server after expiry |
BImage Optimization90 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+JS Execution CostNo JS execution dataPASS
A+Font Loading5 fonts (404 KB)PASS
Web fonts
5
404 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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)
Fixing the unchecked items could save ~104 KB and ~208 ms
AJS Bundles17 scripts, 25 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://mega.io/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 36 KB | 25 KB (73%) | ✓ | 3rd |
| https://mega.io/wp-content/themes/megapages/blocks/single-slice/view.js?ver=1693887273 | 0 KB | — | ✓ | 3rd |
| https://mega.io/wp-content/themes/megapages/blocks/feature-alternating/view.js?ver=1739304548 | 1 KB | — | ✓ | 3rd |
| blob:https://mega.nz/6c236283-2248-45e8-b6d5-64a941341f98 | -0 KB | — | ✓ | 3rd |
| blob:https://mega.nz/55ad46c3-c5af-4197-a68e-33b46c579beb | 0 KB | — | ✗ | 3rd |
| https://mega.io/wp-content/themes/megapages/megalib/js/megalib.js?ver=1774412887 | 32 KB | — | ✗ | 3rd |
| https://mega.io/wp-content/themes/megapages/megalib/js/megalib-components.js?ver=1771295007 | 15 KB | — | ✗ | 3rd |
| blob:https://mega.nz/6c236283-2248-45e8-b6d5-64a941341f98 | -0 KB | — | ✓ | 3rd |
| https://mega.io/wp-content/themes/megapages/blocks/animated-hero/view.js?ver=1739304548 | 3 KB | — | ✓ | 3rd |
| https://mega.io/wp-content/themes/megapages/blocks/ft-alternating-block-a/view.js?ver=1693887273 | 0 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