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.
2.79 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.71 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.72 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.050
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.86 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.
25.87 s
Page Load Progression
FPage Weight BudgetAction3.0 MB transferred, 170 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
FJS Execution CostAction12224ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.earthlink.net/ | 2008ms | 38ms | 2ms | 3rd |
| Unattributable | 1453ms | 39ms | 0ms | 3rd |
| https://www.earthlink.net/_next/static/chunks/framework-0e8d27528ba61906.js | 1436ms | 929ms | 17ms | 3rd |
| https://amplify.review-alerts.com/vendors-node_modules_moment_moment_js-node_modules_nonce_index_js-node_modules_polished_dist_-fb4254.js | 828ms | 747ms | 11ms | 3rd |
| https://amplify.review-alerts.com/vendors-node_modules_reviewtrackers_ui_components_ReviewCarousel_index_js.js | 685ms | 576ms | 11ms | 3rd |
| https://amplify.review-alerts.com/widget-init.js | 647ms | 427ms | 217ms | 3rd |
| https://api.aklamio.com/assets/embed/1.latest/embed.min.js | 441ms | 318ms | 102ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KCHLLQ7 | 429ms | 351ms | 64ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-MK68Q01FHJ&cx=c>m=4e64h1 | 405ms | 333ms | 68ms | 3rd |
| https://cdn.yellowmessenger.com/plugin/widget-v2/latest/dist/ym-file-upload-utils.chunk.min.js?v=v0.54.19_1776409224985 | 395ms | 297ms | 1ms | 3rd |
Showing top 10 of 33 scripts
FJS BundlesAction82 scripts, 823 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 (38%) | ✓ | 3rd |
| https://www.earthlink.net/external/google/optimize.min.js | 110 KB | 66 KB (60%) | ✓ | 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 | 31 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 InventoryAction170 resources · 3.0 MB · 823 KB savings availableFIX
~823.0 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 170 resources | 3.0 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization20 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+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall170 requests over 35930msINFO
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 | 2008ms | 11 KB | — | $27/mo | Costly |
Unattributable Unattributable | Other | 1453ms | 0 KB | — | $19/mo | Costly |
www.earthlink.net www.earthlink.net | Other | 1436ms | 44 KB | — | $19/mo | Costly |
amplify.review-alerts.com amplify.review-alerts.com | Other | 828ms | 29 KB | — | $11/mo | Costly |
amplify.review-alerts.com amplify.review-alerts.com | Other | 685ms | 30 KB | — | $9/mo | Costly |
amplify.review-alerts.com amplify.review-alerts.com | Other | 647ms | 204 KB | 15% | $9/mo | Costly |
api.aklamio.com api.aklamio.com | Other | 441ms | 270 KB | 83% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 429ms | 158 KB | 40% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 405ms | 176 KB | 38% | $5/mo | Costly |
cdn.yellowmessenger.com cdn.yellowmessenger.com | Other | 395ms | 4 KB | — | $5/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 383ms | 26 KB | — | $5/mo | Costly |
cdn.yellowmessenger.com cdn.yellowmessenger.com | Other | 340ms | 87 KB | 56% | $5/mo | Costly |
Hotjar script.hotjar.com | Session Replay | 315ms | 57 KB | 67% | $4/mo | Costly |
cdn.yellowmessenger.com cdn.yellowmessenger.com | Other | 254ms | 175 KB | 59% | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 252ms | 138 KB | 43% | $3/mo | Costly |
forms.earthlink.net forms.earthlink.net | Other | 206ms | 1 KB | — | $3/mo | Costly |
solutions.invocacdn.com solutions.invocacdn.com | Other | 201ms | 1 KB | — | $3/mo | Costly |
forms.earthlink.net forms.earthlink.net | Other | 195ms | 118 KB | 61% | $3/mo | Optional |
www.earthlink.net www.earthlink.net | Other | 158ms | 110 KB | 60% | $2/mo | Optional |
cdn.yellowmessenger.com cdn.yellowmessenger.com | Other | 149ms | 0 KB | — | $2/mo | Optional |
try.abtasty.com try.abtasty.com | Other | 129ms | 41 KB | 53% | $2/mo | Optional |
cdn.yellowmessenger.com cdn.yellowmessenger.com | Other | 110ms | 6 KB | — | $1/mo | Optional |
forms.earthlink.net forms.earthlink.net | Other | 110ms | 1 KB | — | $1/mo | Optional |
www.earthlink.net www.earthlink.net | Other | 104ms | 32 KB | — | $1/mo | Optional |
cdn.yellowmessenger.com cdn.yellowmessenger.com | Other | 99ms | 4 KB | — | $1/mo | Optional |
www.earthlink.net www.earthlink.net | Other | 77ms | 1 KB | — | $1/mo | Optional |
www.earthlink.net www.earthlink.net | Other | 75ms | 11 KB | — | $1/mo | Optional |
www.earthlink.net www.earthlink.net | Other | 66ms | 16 KB | — | $1/mo | Optional |
solutions.invocacdn.com solutions.invocacdn.com | Other | 63ms | 37 KB | — | $1/mo | Optional |
dx.mountain.com dx.mountain.com | Other | 54ms | 7 KB | — | $1/mo | Optional |
cdn.yellowmessenger.com cdn.yellowmessenger.com | Other | 53ms | 22 KB | — | $1/mo | Optional |
www.earthlink.net www.earthlink.net | Other | 53ms | 9 KB | — | $1/mo | Optional |
cdn.yellowmessenger.com cdn.yellowmessenger.com | Other | 50ms | 17 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- www.earthlink.net adds 2008ms and costs ~$27/month
- Unattributable adds 1453ms and costs ~$19/month
- www.earthlink.net adds 1436ms and costs ~$19/month
- amplify.review-alerts.com adds 828ms and costs ~$11/month
- amplify.review-alerts.com adds 685ms and costs ~$9/month
- amplify.review-alerts.com adds 647ms and costs ~$9/month
- api.aklamio.com adds 441ms and costs ~$6/month
- Google Tag Manager adds 429ms and costs ~$6/month
- Google Tag Manager adds 405ms and costs ~$5/month
- cdn.yellowmessenger.com adds 395ms and costs ~$5/month
- Microsoft Clarity adds 383ms and costs ~$5/month
- cdn.yellowmessenger.com adds 340ms and costs ~$5/month
- Hotjar adds 315ms and costs ~$4/month
- cdn.yellowmessenger.com adds 254ms and costs ~$3/month
- Google Tag Manager adds 252ms and costs ~$3/month
- forms.earthlink.net adds 206ms and costs ~$3/month
- solutions.invocacdn.com adds 201ms and costs ~$3/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 2008ms 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 1453ms 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 1436ms 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
amplify.review-alerts.com takes 828ms 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
amplify.review-alerts.com takes 685ms 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
amplify.review-alerts.com takes 647ms 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
api.aklamio.com takes 441ms 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
Google Tag Manager takes 429ms 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
Google Tag Manager takes 405ms 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
cdn.yellowmessenger.com takes 395ms 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
Microsoft Clarity takes 383ms 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
cdn.yellowmessenger.com takes 340ms 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
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
Hotjar takes 315ms 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
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
cdn.yellowmessenger.com takes 254ms 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
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
Google Tag Manager takes 252ms 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
forms.earthlink.net takes 206ms 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
solutions.invocacdn.com takes 201ms 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
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
60% of www.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
53% of try.abtasty.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