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.
3.17 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.22 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
7.45 s
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.
8.07 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.
27.91 s
Page Load Progression
FPage Weight BudgetAction3.4 MB transferred, 205 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
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 ImpactAction61% third-party, 0 ms blockingFIX
FJS Execution CostAction39055ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.godaddy.com/ | 16845ms | 416ms | 18ms | 1st |
| https://edge.fullstory.com/s/fs.js | 5375ms | 2599ms | 113ms | 3rd |
| https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js | 3114ms | 2103ms | 17ms | 3rd |
| Unattributable | 2911ms | 333ms | 0ms | 3rd |
| https://www.godaddy.com/hWzyKUDqKJ/b-RO/cvPLlm/fwuwmLOu/MFQdMCIrCgc/DTks/SicVBUxv?v=b8abc52b-d9b6-0e90-6970-5dcb5b26173a | 1558ms | 1346ms | 61ms | 1st |
| https://img6.wsimg.com/wrhs-next/fa3b9210e5d0edeeb29f1484e8d5abf4/scc-gd-c1.min.js | 1239ms | 974ms | 27ms | 3rd |
| https://img6.wsimg.com/px-assets-notifications/db310f73a2ed22abfbf370b2fbeed57fab8b7c2d/notifications.js | 1004ms | 712ms | 72ms | 3rd |
| https://www.godaddy.com/hWzyKUDqKJ/b-RO/cvPLlm/YuuwmLLtaQDfSG/QXsUMCIrCgc/aXY4/XGMiXj8B | 971ms | 870ms | 73ms | 1st |
| https://www.godaddy.com/storefront-assets/9291/_next/static/chunks/pages/ssr/%5B...slug%5D-c8406329c67b9df9.js | 868ms | 849ms | 0ms | 1st |
| https://img6.wsimg.com/wrhs-next/cc3033e76e42f7efe4da99e1d4002329/storefront-header.js | 752ms | 593ms | 131ms | 3rd |
Showing top 10 of 32 scripts
FJS BundlesAction108 scripts, 922 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.godaddy.com/storefront-assets/9291/_next/static/chunks/9374-f35bfe51b111ef03.js | 715 KB | 380 KB (53%) | ✓ | 1st |
| https://digitalcare.godaddy.com/dc-apis/messaging-bundle/bundle.js?env=prod&market=en-US | 123 KB | 79 KB (64%) | ✓ | 3rd |
| https://img6.wsimg.com/wrhs-next/cc3033e76e42f7efe4da99e1d4002329/storefront-header.js | 156 KB | 67 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=UA-115508484-1&l=_analyticsDataLayer | 115 KB | 63 KB (54%) | ✓ | 3rd |
| https://g.sst.godaddy.com/gtag/js?id=G-QJXPZE4TX8&l=_sGtmDataLayer | 170 KB | 62 KB (36%) | ✓ | 3rd |
| https://img1.wsimg.com/tagging/js/g.js?p=GTM-5WB8X7D&l=_wGtmDataLayer | 201 KB | 53 KB (26%) | ✓ | 3rd |
| https://www.godaddy.com/hWzyKUDqKJ/b-RO/cvPLlm/YuuwmLLtaQDfSG/QXsUMCIrCgc/aXY4/XGMiXj8B | 184 KB | 39 KB (21%) | ✓ | 1st |
| https://img6.wsimg.com/px-assets-notifications/db310f73a2ed22abfbf370b2fbeed57fab8b7c2d/notifications.js | 108 KB | 39 KB (36%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 96 KB | 33 KB (34%) | ✓ | 3rd |
| https://www.godaddy.com/hWzyKUDqKJ/b-RO/cvPLlm/fwuwmLOu/MFQdMCIrCgc/DTks/SicVBUxv?v=b8abc52b-d9b6-0e90-6970-5dcb5b26173a | 158 KB | 30 KB (19%) | ✓ | 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
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
DHTTP CachingActionno-store (uncacheable)FIX
max-age=0, no-cache, no-store
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
BImage Optimization24 images, 0 KB saveableREVIEW
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 Loading1 fonts (101 KB)PASS
Web fonts
1
101 KB total
Render-blocking
0
of 1
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
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 ~51 KB and ~102 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
Network Waterfall205 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
edge.fullstory.com edge.fullstory.com | Other | 5375ms | 0 KB | 32% | $71/mo | Costly |
img6.wsimg.com img6.wsimg.com | Other | 3114ms | 37 KB | — | $41/mo | Costly |
Unattributable Unattributable | Other | 2911ms | 0 KB | — | $39/mo | Costly |
img6.wsimg.com img6.wsimg.com | Other | 1239ms | 31 KB | — | $16/mo | Costly |
img6.wsimg.com img6.wsimg.com | Other | 1004ms | 108 KB | 36% | $13/mo | Costly |
img6.wsimg.com img6.wsimg.com | Other | 752ms | 156 KB | 43% | $10/mo | Costly |
openfpcdn.io openfpcdn.io | Other | 525ms | 14 KB | — | $7/mo | Costly |
g.sst.godaddy.com g.sst.godaddy.com | Other | 500ms | 170 KB | 36% | $7/mo | Costly |
img1.wsimg.com img1.wsimg.com | Other | 409ms | 201 KB | 26% | $5/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 325ms | 43 KB | — | $4/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 245ms | 26 KB | — | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 215ms | 115 KB | 54% | $3/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 213ms | 96 KB | 34% | $3/mo | Costly |
digitalcare.godaddy.com digitalcare.godaddy.com | Other | 209ms | 123 KB | 64% | $3/mo | Costly |
img6.wsimg.com img6.wsimg.com | Other | 184ms | 63 KB | 43% | $2/mo | Optional |
Google Analytics www.google-analytics.com | Analytics | 82ms | 21 KB | — | $1/mo | Optional |
static.agentio.com static.agentio.com | Other | 80ms | 26 KB | — | $1/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 77ms | 19 KB | — | $1/mo | Optional |
img6.wsimg.com img6.wsimg.com | Other | 71ms | 4 KB | — | $1/mo | Optional |
img6.wsimg.com img6.wsimg.com | Other | 67ms | 28 KB | — | $1/mo | Optional |
img1.wsimg.com img1.wsimg.com | Other | 60ms | 6 KB | — | $1/mo | Optional |
edge.fullstory.com edge.fullstory.com | Other | 58ms | 14 KB | — | $1/mo | Optional |
pixel.byspotify.com pixel.byspotify.com | Other | 53ms | 10 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- edge.fullstory.com adds 5375ms and costs ~$71/month
- img6.wsimg.com adds 3114ms and costs ~$41/month
- Unattributable adds 2911ms and costs ~$39/month
- img6.wsimg.com adds 1239ms and costs ~$16/month
- img6.wsimg.com adds 1004ms and costs ~$13/month
- img6.wsimg.com adds 752ms and costs ~$10/month
- openfpcdn.io adds 525ms and costs ~$7/month
- g.sst.godaddy.com adds 500ms and costs ~$7/month
- img1.wsimg.com adds 409ms and costs ~$5/month
- Facebook Pixel adds 325ms and costs ~$4/month
- Microsoft Clarity adds 245ms and costs ~$3/month
- Google Tag Manager adds 215ms and costs ~$3/month
- Facebook Pixel adds 213ms and costs ~$3/month
- digitalcare.godaddy.com adds 209ms and costs ~$3/month
45% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
edge.fullstory.com takes 5375ms 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
img6.wsimg.com takes 3114ms 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 2911ms 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
img6.wsimg.com takes 1239ms 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
img6.wsimg.com takes 1004ms 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
img6.wsimg.com takes 752ms 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
openfpcdn.io takes 525ms 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
g.sst.godaddy.com takes 500ms 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
img1.wsimg.com takes 409ms 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
Facebook Pixel takes 325ms 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 245ms 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 215ms 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
54% 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
Facebook Pixel takes 213ms 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
digitalcare.godaddy.com takes 209ms 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
64% of digitalcare.godaddy.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