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.
3.31 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.36 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
57 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.018
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.31 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.
7.54 s
Page Load Progression
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BPage Weight Budget1.2 MB transferred, 70 requestsREVIEW
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
BThird-Party Impact53% third-party, 0 ms blockingREVIEW
CImage OptimizationAction20 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
CJS Execution CostAction1315ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://themeansar.com/ | 854ms | 52ms | 4ms | 1st |
| Unattributable | 259ms | 5ms | 0ms | 3rd |
| https://themeansar.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 114ms | 101ms | 7ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=UA-79855785-1&ver=6.9.4%27%20async=%27async | 88ms | 56ms | 29ms | 3rd |
BJS Bundles16 scripts, 65 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=UA-79855785-1&ver=6.9.4%27%20async=%27async | 125 KB | 65 KB (52%) | ✓ | 3rd |
| https://themeansar.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3 | 7 KB | — | ✓ | 1st |
| https://stats.wp.com/e-202617.js | 2 KB | — | ✓ | 3rd |
| https://themeansar.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 | 5 KB | — | ✓ | 1st |
| https://themeansar.com/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=4.0.3 | 4 KB | — | ✓ | 1st |
| https://themeansar.com/wp-content/plugins/easy-digital-downloads/assets/build/js/frontend/edd-ajax.js?ver=3.6.7 | 3 KB | — | ✓ | 1st |
| https://themeansar.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=4.0.3 | 2 KB | — | ✓ | 1st |
| https://themeansar.com/wp-content/themes/themeansar-new/js/custom.js?ver=6.9.4 | 1 KB | — | ✓ | 1st |
| https://themeansar.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.0.3 | 10 KB | — | ✓ | 1st |
| https://themeansar.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.0.3 | 16 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
BPage Weight Inventory70 resources · 1.2 MB · 65 KB savings availableREVIEW
~64.9 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 70 resources | 1.2 MiB | ||||||
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading8 fonts (347 KB)PASS
Web fonts
8
347 KB total
Render-blocking
0
of 8
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 Hints6 hints, 0 missing preconnectsPASS
Current Resource Hints
6 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall70 requests over 1721msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 259ms | 0 KB | — | $1/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 88ms | 125 KB | 52% | $0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 259ms and costs ~$1/month
Unattributable takes 259ms 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
52% 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