Performance
· 15 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.08 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.13 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
250 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.009
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.27 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.
5.26 s
Page Load Progression
FPage Weight BudgetAction3.3 MB transferred, 181 requestsFIX
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 ImpactAction99% third-party, 0 ms blockingFIX
DJS Execution CostAction2817ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.earthlink.net/ | 558ms | 10ms | 1ms | 3rd |
| Unattributable | 393ms | 11ms | 0ms | 3rd |
| https://www.earthlink.net/_next/static/chunks/framework-0e8d27528ba61906.js | 345ms | 228ms | 5ms | 3rd |
| https://amplify.review-alerts.com/vendors-node_modules_moment_moment_js-node_modules_nonce_index_js-node_modules_polished_dist_-fb4254.js | 197ms | 188ms | 3ms | 3rd |
| https://amplify.review-alerts.com/vendors-node_modules_reviewtrackers_ui_components_ReviewCarousel_index_js.js | 164ms | 131ms | 3ms | 3rd |
| https://amplify.review-alerts.com/widget-init.js | 149ms | 100ms | 48ms | 3rd |
| https://api.aklamio.com/assets/embed/1.latest/embed.min.js | 130ms | 95ms | 25ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KCHLLQ7 | 120ms | 94ms | 17ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-MK68Q01FHJ&cx=c>m=4e64h1 | 115ms | 85ms | 16ms | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 113ms | 78ms | 2ms | 3rd |
Showing top 10 of 17 scripts
FJS BundlesAction82 scripts, 820 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://api.aklamio.com/assets/embed/1.latest/embed.min.js | 270 KB | 223 KB (83%) | ✓ | 3rd |
| https://cdn.yellowmessenger.com/plugin/widget-v2/latest/dist/widget.min.js?v=v0.54.19_1776409224985 | 175 KB | 104 KB (59%) | ✓ | 3rd |
| https://forms.earthlink.net/w37htfhcq2/vendor/ffc03d03-2b8b-44b5-b357-7127a1079578/main.js?cb=CAD283745AE2272233F5A9EDCE7365DB | 118 KB | 72 KB (61%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-MK68Q01FHJ&cx=c>m=4e64h1 | 176 KB | 68 KB (39%) | ✓ | 3rd |
| https://www.earthlink.net/external/google/optimize.min.js | 110 KB | 64 KB (58%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KCHLLQ7 | 158 KB | 63 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-667350768&cx=c>m=4e64h1 | 138 KB | 59 KB (43%) | ✓ | 3rd |
| https://cdn.yellowmessenger.com/plugin/widget-v2/latest/dist/main.min.js | 87 KB | 49 KB (56%) | ✓ | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 57 KB | 38 KB (67%) | ✓ | 3rd |
| https://amplify.review-alerts.com/widget-init.js | 204 KB | 30 KB (15%) | ✓ | 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
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
FPage Weight InventoryAction181 resources · 3.3 MB · 820 KB savings availableFIX
~819.9 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 181 resources | 3.3 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization31 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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading10 fonts (610 KB)PASS
Web fonts
10
610 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
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
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 ~171 KB and ~342 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall181 requests over 35918msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.earthlink.net www.earthlink.net | Other | 558ms | 11 KB | — | $7/mo | Costly |
Unattributable Unattributable | Other | 393ms | 0 KB | — | $5/mo | Costly |
www.earthlink.net www.earthlink.net | Other | 345ms | 44 KB | — | $5/mo | Costly |
amplify.review-alerts.com amplify.review-alerts.com | Other | 197ms | 29 KB | — | $3/mo | Optional |
amplify.review-alerts.com amplify.review-alerts.com | Other | 164ms | 30 KB | — | $2/mo | Optional |
amplify.review-alerts.com amplify.review-alerts.com | Other | 149ms | 204 KB | 15% | $2/mo | Optional |
api.aklamio.com api.aklamio.com | Other | 130ms | 270 KB | 83% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 120ms | 158 KB | 40% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 115ms | 176 KB | 39% | $2/mo | Optional |
Microsoft Clarity scripts.clarity.ms | Session Replay | 113ms | 26 KB | — | $2/mo | Optional |
cdn.yellowmessenger.com cdn.yellowmessenger.com | Other | 99ms | 4 KB | — | $1/mo | Optional |
Hotjar script.hotjar.com | Session Replay | 94ms | 57 KB | 67% | $1/mo | Optional |
cdn.yellowmessenger.com cdn.yellowmessenger.com | Other | 94ms | 87 KB | 56% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 69ms | 138 KB | 43% | $1/mo | Optional |
cdn.yellowmessenger.com cdn.yellowmessenger.com | Other | 64ms | 175 KB | 59% | $1/mo | Optional |
forms.earthlink.net forms.earthlink.net | Other | 61ms | 118 KB | 61% | $1/mo | Optional |
solutions.invocacdn.com solutions.invocacdn.com | Other | 52ms | 1 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- www.earthlink.net adds 558ms and costs ~$7/month
- Unattributable adds 393ms and costs ~$5/month
- www.earthlink.net adds 345ms and costs ~$5/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾ ▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
www.earthlink.net takes 558ms 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
Unattributable takes 393ms 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
www.earthlink.net takes 345ms 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
83% of api.aklamio.com'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
67% of Hotjar'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
56% of cdn.yellowmessenger.com'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
59% of cdn.yellowmessenger.com'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
61% of forms.earthlink.net'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