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.
864 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.40 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
56 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.
1.71 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.
6.56 s
Page Load Progression
FPage Weight BudgetAction8.6 MB transferred, 114 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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization36 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
CJS Execution CostAction1776ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://snehasadan.org/ | 974ms | 7ms | 3ms | 1st |
| Unattributable | 307ms | 4ms | 0ms | 1st |
| https://snehasadan.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 264ms | 157ms | 4ms | 1st |
| https://snehasadan.org/wp-content/plugins/elementor/assets/js/image-carousel.6167d20b95b33386757b.bundle.min.js | 155ms | 92ms | 0ms | 1st |
| https://snehasadan.org/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.5 | 77ms | 32ms | 5ms | 1st |
BJS Bundles30 scripts, 71 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://snehasadan.org/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js?ver=3.7.9 | 53 KB | 41 KB (77%) | ✓ | 1st |
| https://snehasadan.org/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.5 | 54 KB | 30 KB (55%) | ✓ | 1st |
| https://snehasadan.org/wp-content/plugins/elementskit-lite/libs/framework/assets/js/frontend-script.js?ver=3.7.9 | 0 KB | — | ✓ | 1st |
| https://snehasadan.org/wp-content/plugins/elementor/assets/js/video.86d44e46e43d0807e708.bundle.min.js | 1 KB | — | ✓ | 1st |
| https://snehasadan.org/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec | 3 KB | — | ✓ | 1st |
| https://snehasadan.org/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.4 | 4 KB | — | ✓ | 1st |
| https://snehasadan.org/wp-content/plugins/elementskit-lite/widgets/init/assets/js/elementor.js?ver=3.7.9 | 7 KB | — | ✓ | 1st |
| https://snehasadan.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 37 KB | — | ✓ | 1st |
| https://snehasadan.org/wp-content/themes/astra/assets/js/minified/frontend.min.js?ver=4.11.0 | 8 KB | — | ✓ | 1st |
| https://snehasadan.org/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.35.8 | 3 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
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
BDocument CompressionDocument response uses gzip; brotli would be ~20% smallerREVIEW
BMain HTML Cache-ControlNo Cache-Control header on main HTML responseREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
CPage Weight InventoryAction114 resources · 8.6 MB · 71 KB savings availableREVIEW
~70.7 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 114 resources | 8.6 MiB | ||||||
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Third-Party Impact0% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading10 fonts (484 KB)PASS
Web fonts
10
484 KB total
Render-blocking
0
of 10
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- 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 ~360 KB and ~720 ms
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+Server Response Intelligence2 server-response signal(s) detectedPASS
Asset CompressionNo text asset hosts to measureINFO
Network Waterfall114 requests over 1868msINFO
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-19 — 2026-09-15)
LCP (p75)
6592 ms
25% good
INP (p75)
107 ms
90% good
CLS (p75)
0.000
87% good
FCP (p75)
5470 ms
TTFB (p75)
3302 ms
Image Optimization71 images, 7223 KB total, 3377 KB wastedINFO
Image Optimization Audit
Total Images
71
Total Size
7223 KB
Oversized
13
Wasted
3377 KB