Performance
· 16 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.
5.04 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.86 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
991 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.02 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.
12.88 s
Page Load Progression
FPage Weight BudgetAction7.9 MB transferred, 160 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
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 ImpactAction100% third-party, 0 ms blockingFIX
DPage Weight InventoryAction160 resources · 7.9 MB · 184 KB savings availableFIX
~183.6 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 160 resources | 7.9 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization90 images, 0 KB saveableREVIEW
CJS BundlesAction19 scripts, 184 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-KQJBQHLY8B&cx=c>m=4e64f0 | 177 KB | 67 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-T5VVWV85 | 131 KB | 58 KB (45%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 96 KB | 34 KB (35%) | ✓ | 3rd |
| 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/pricing-page/competitor-matrix/card/view.js?ver=1751434886 | 0 KB | — | ✓ | 3rd |
| https://mega.io/wp-content/themes/megapages/blocks/home-social-proof/view.js?ver=1727132447 | 2 KB | — | ✓ | 3rd |
| https://mega.io/wp-content/themes/megapages/blocks/ft-alternating-block-a/view.js?ver=1693887273 | 1 KB | — | ✓ | 3rd |
| https://mega.io/wp-content/themes/megapages/blocks/feature-alternating/view.js?ver=1739304548 | 1 KB | — | ✓ | 3rd |
| https://mega.co.nz/redirect.js | 2 KB | — | ✓ | 1st |
| https://mega.io/wp-content/themes/megapages/blocks/ft-alternating-coming-soon/view.js?ver=1751434886 | 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
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+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