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.47 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.92 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
72 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.
3.47 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.
3.95 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DJS Execution CostAction3031ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.godaddy.com/joqc2/FV/p1_/d_/21PqI8df/rpGE8QONaw/DCYCPCwxBA/H1wPH0E0/dCAPAg?v=2a42a157-47f9-2a85-4e6a-3fefbcd40211&t=248849859 | 1499ms | 1390ms | 63ms | 3rd |
| https://www.godaddy.com/joqc2/FV/p1_/d_/21PqI8df/YGGE8QzkawQkrNt5/ACR4OywxBA/VWYbUWE8/AQkB | 1115ms | 899ms | 60ms | 3rd |
| Unattributable | 417ms | 208ms | 0ms | 3rd |
BJS Bundles4 scripts, 67 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.godaddy.com/joqc2/FV/p1_/d_/21PqI8df/YGGE8QzkawQkrNt5/ACR4OywxBA/VWYbUWE8/AQkB | 169 KB | 37 KB (22%) | ✓ | 3rd |
| https://www.godaddy.com/joqc2/FV/p1_/d_/21PqI8df/rpGE8QONaw/DCYCPCwxBA/H1wPH0E0/dCAPAg?v=2a42a157-47f9-2a85-4e6a-3fefbcd40211&t=248849859 | 167 KB | 30 KB (18%) | ✓ | 3rd |
| blob:https://www.godaddy.com/e953e837-5fa2-44a1-848a-2ace68c24d06 | 0 KB | — | ✓ | 3rd |
| blob:https://www.godaddy.com/16731c00-7dcc-442d-aa5c-e27883871bb4 | 0 KB | — | ✓ | 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Page Weight Budget378 KB transferred, 12 requestsPASS
A+Text CompressionAll text resources are compressedPASS
A+Image OptimizationNo images on this pagePASS
A+Font LoadingNo web fonts (system fonts)PASS
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
APage Weight Inventory12 resources · 378 KB · 67 KB savings availablePASS
~67.1 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 12 resources | 377.8 KiB | ||||||
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
AHTTP Cachingmax-age=3600 (1 hour)PASS
max-age=3600
| Directive | Value | Meaning |
|---|---|---|
| max-age | 3600 | Cache for 1 hour |
Network Waterfall12 requests over 3820msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.godaddy.com www.godaddy.com | Other | 1499ms | 167 KB | 18% | $20/mo | Costly |
www.godaddy.com www.godaddy.com | Other | 1115ms | 1 KB | 22% | $15/mo | Costly |
Unattributable Unattributable | Other | 417ms | 0 KB | — | $6/mo | Costly |
These scripts may cost more than they're worth
- www.godaddy.com adds 1499ms and costs ~$20/month
- www.godaddy.com adds 1115ms and costs ~$15/month
- Unattributable adds 417ms and costs ~$6/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.godaddy.com takes 1499ms 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.godaddy.com takes 1115ms 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 417ms 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