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.
905 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.03 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 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.
905 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
1.03 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
BJS Execution Cost724ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.godaddy.com/joqc2/FV/p1_/d_/21PqI8df/rpGE8QONaw/DCYCPCwxBA/H1wPH0E0/dCAPAg?v=c8287b65-2723-03a0-7d10-c4f907e30211&t=250802984 | 348ms | 327ms | 13ms | 3rd |
| https://www.godaddy.com/joqc2/FV/p1_/d_/21PqI8df/YGGE8QzkawQkrNt5/ACR4OywxBA/VWYbUWE8/AQkB | 264ms | 221ms | 11ms | 3rd |
| Unattributable | 112ms | 53ms | 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=c8287b65-2723-03a0-7d10-c4f907e30211&t=250802984 | 167 KB | 30 KB (18%) | ✓ | 3rd |
| blob:https://www.godaddy.com/f96f29b4-f23d-4936-8cec-8493b2d7a90c | 0 KB | — | ✓ | 3rd |
| blob:https://www.godaddy.com/940394a3-4801-4d09-badb-d846dab3f887 | 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 | ||||||
AHTTP Cachingmax-age=3600 (1 hour)PASS
max-age=3600
| Directive | Value | Meaning |
|---|---|---|
| max-age | 3600 | Cache for 1 hour |
Network Waterfall12 requests over 3689msINFO
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 | 348ms | 167 KB | 18% | $5/mo | Costly |
www.godaddy.com www.godaddy.com | Other | 264ms | 1 KB | 22% | $4/mo | Costly |
Unattributable Unattributable | Other | 112ms | 0 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- www.godaddy.com adds 348ms and costs ~$5/month
- www.godaddy.com adds 264ms and costs ~$4/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 348ms 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 264ms 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