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.68 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.
229 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.
4.34 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.
6.21 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DHTTP CachingActionno-store (uncacheable)FIX
no-store
| Directive | Value | Meaning |
|---|---|---|
| no-store | — | Never cache this response |
BJS Execution Cost928ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-40HG6NTJFD | 447ms | 362ms | 77ms | 3rd |
| https://www.altavista.com/ | 258ms | 39ms | 24ms | 3rd |
| Unattributable | 147ms | 7ms | 0ms | 3rd |
| https://s.yimg.com/oa/consent.js | 77ms | 50ms | 26ms | 3rd |
BJS Bundles5 scripts, 92 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-40HG6NTJFD | 157 KB | 63 KB (40%) | ✓ | 3rd |
| https://s.yimg.com/oa/consent.js | 49 KB | 30 KB (61%) | ✓ | 3rd |
| https://s.yimg.com/pv/static/lib/assetManager_85593b53b1f4d56903724fa32149d549_51b5.js | 2 KB | — | ✓ | 3rd |
| https://s.yimg.com/zz/combo?pv/static/lib/after_4f4832e91888c587903e7c1074eb5f7a_1aa6.js&pv/static/lib/anim_110e9ca560d86d559315a6236b6bb682_2a30.js&pv/static/lib/dom_e22c65321f0d4b0b20ca68d8ffda1f5b_289f.js&pv/static/lib/event_e76403bc2911430fcb9d4a193327ee23_184f.js&pv/static/lib/native-dropdown_f7617420968ce6acd190f5cbbf9a6f29_ece.js&pv/static/lib/plugin_bea2ce80bae085464b528eef745ed04d_2a5d.js&pv/static/lib/util_df59a873a5b0910536d5fd5c6a99b022_1a09.js | 6 KB | — | ✓ | 3rd |
| https://s.yimg.com/zz/combo?pv/static/lib/analytics3_70431f41b625c7e11b1a69de45b10c88_107ac.js | 23 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 Budget351 KB transferred, 18 requestsPASS
A+Text CompressionAll text resources are compressedPASS
AImage Optimization4 images, 0 KB saveablePASS
A+Font Loading1 fonts (34 KB)PASS
Web fonts
1
34 KB total
Render-blocking
0
of 1
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
APage Weight Inventory18 resources · 351 KB · 92 KB savings availablePASS
~92.3 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 18 resources | 351.3 KiB | ||||||
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall18 requests over 2377msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Google Tag Manager www.googletagmanager.com | Tag Manager | 447ms | 157 KB | 40% | $6/mo | Costly |
www.altavista.com www.altavista.com | Other | 258ms | 33 KB | — | $3/mo | Costly |
Unattributable Unattributable | Other | 147ms | 0 KB | — | $2/mo | Optional |
s.yimg.com s.yimg.com | Other | 77ms | 49 KB | 61% | $1/mo | Optional |
These scripts may cost more than they're worth
- Google Tag Manager adds 447ms and costs ~$6/month
- www.altavista.com adds 258ms 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
Google Tag Manager takes 447ms 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.altavista.com takes 258ms 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 s.yimg.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