Performance
· 14 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.
800 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.99 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
92 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.
1.75 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.76 s
Page Load Progression
DPage Weight BudgetAction2.5 MB transferred, 163 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 ImpactAction100% third-party, 0 ms blockingFIX
FJS BundlesAction91 scripts, 503 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://mailchimp.com/metrics/?id= | 221 KB | 80 KB (36%) | ✓ | 3rd |
| https://mailchimp.com/metrics/gtd?id=G-N5HD1RTH6E&cx=c>m=4e6460 | 182 KB | 78 KB (43%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 93 KB | 77 KB (83%) | ✓ | 3rd |
| https://mailchimp.com/metrics/?id=GTM-59GS5R2>m=4e6460 | 136 KB | 72 KB (53%) | ✓ | 3rd |
| https://mailchimp.com/metrics/?id=GTM-5XRCGV8>m=4e6460 | 135 KB | 71 KB (53%) | ✓ | 3rd |
| https://mailchimp.com/SVNV/JPUm/9J/NG64/cyzQ/5kitcDbzVkhSQkap/Ay4KP0QVAw/ex9XBDBX/LEwB | 173 KB | 37 KB (22%) | ✓ | 3rd |
| https://plugin.intuitcdn.net/web-shell/5.60.1/integration/3935.js | 40 KB | 33 KB (85%) | ✓ | 3rd |
| https://mailchimp.com/release/plums/cxp/js/index.570b2f64.1.js | 60 KB | 29 KB (49%) | ✓ | 3rd |
| https://s2.go-mpulse.net/boomerang/QAT5G-9HZLF-7EDMX-YMVCJ-QZJDA | 58 KB | 24 KB (41%) | ✓ | 3rd |
| https://mailchimp.com/release/plums/chunks/js/4073.0cd157ccb57023d8.1.js | 5 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
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
BImage Optimization34 images, 0 KB saveableREVIEW
CJS Execution CostAction1426ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://mailchimp.com/es/ | 449ms | 10ms | 3ms | 3rd |
| Unattributable | 235ms | 24ms | 0ms | 3rd |
| https://mailchimp.com/SVNV/JPUm/9J/NG64/cyzQ/5kitcDbzVkhSQkap/Ay4KP0QVAw/ex9XBDBX/LEwB | 198ms | 183ms | 11ms | 3rd |
| https://mailchimp.com/release/plums/cxp/js/index.570b2f64.1.js | 180ms | 145ms | 7ms | 3rd |
| https://s2.go-mpulse.net/boomerang/QAT5G-9HZLF-7EDMX-YMVCJ-QZJDA | 97ms | 35ms | 7ms | 3rd |
| https://mailchimp.com/metrics/?id= | 71ms | 51ms | 18ms | 3rd |
| https://mailchimp.com/metrics/gtd?id=G-N5HD1RTH6E&cx=c>m=4e6460 | 70ms | 51ms | 16ms | 3rd |
| https://plugin.intuitcdn.net/web-shell/5.60.1/integration/adk-api.js | 67ms | 63ms | 0ms | 3rd |
| https://mailchimp.com/release/plums/chunks/js/2362.49d5f9e21a4f8705.1.js | 58ms | 56ms | 0ms | 3rd |
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 Loading5 fonts (179 KB)PASS
Web fonts
5
179 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
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)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
AHTTP Cachingmax-age=60 (1 minute)PASS
max-age=60
| Directive | Value | Meaning |
|---|---|---|
| max-age | 60 | Cache for 1 minute |
Network Waterfall163 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 |
|---|---|---|---|---|---|---|
mailchimp.com mailchimp.com | Other | 449ms | 77 KB | — | $3/mo | Costly |
Unattributable Unattributable | Other | 235ms | 0 KB | — | $1/mo | Costly |
mailchimp.com mailchimp.com | Other | 198ms | 1 KB | 22% | $1/mo | Optional |
mailchimp.com mailchimp.com | Other | 180ms | 60 KB | 49% | $1/mo | Optional |
s2.go-mpulse.net s2.go-mpulse.net | Other | 97ms | 58 KB | 41% | $1/mo | Optional |
mailchimp.com mailchimp.com | Other | 71ms | 221 KB | 36% | $0/mo | Optional |
mailchimp.com mailchimp.com | Other | 70ms | 182 KB | 43% | $0/mo | Optional |
plugin.intuitcdn.net plugin.intuitcdn.net | Other | 67ms | 3 KB | — | $0/mo | Optional |
mailchimp.com mailchimp.com | Other | 58ms | 3 KB | — | $0/mo | Optional |
These scripts may cost more than they're worth
- mailchimp.com adds 449ms and costs ~$3/month
- Unattributable adds 235ms and costs ~$1/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
mailchimp.com takes 449ms 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 235ms 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