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.
2.10 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.62 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2 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.
2.37 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.
2.66 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 Bundles6 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/bidi-sbx_f554a98ebfc1c738236bf95f723623c7_286c.js&pv/static/lib/cookie_e099f8ae69f8dd714f4273297e7bd8c1_138e.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/native-retina-identifier_6fc6a1c453ffb880a6918177201efe5b_9dc.js&pv/static/lib/plugin_bea2ce80bae085464b528eef745ed04d_2a5d.js&pv/static/lib/ua_f27fb96cc53bb8fe67fe8c38f59acca1_3397.js&pv/static/lib/util_df59a873a5b0910536d5fd5c6a99b022_1a09.js | 10 KB | — | ✓ | 3rd |
| https://s.yimg.com/zz/combo?pv/static/lib/native-browser-extension-promotion_d21586e4659c58e4f08a20ce594a0917_4dda.js&pv/static/lib/native-browser-extension-promotion-chrome_3ef1fdae81f3182b7b2ad32c074d01dd_1438.js | 4 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
APage Weight Budget961 KB transferred, 23 requestsPASS
A+Text CompressionAll text resources are compressedPASS
AImage Optimization3 images, 0 KB saveablePASS
A+JS Execution Cost299ms total JS executionPASS
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://search.yahoo.com/?fr=altavista | 115ms | 16ms | 8ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-40HG6NTJFD | 102ms | 85ms | 16ms | 3rd |
| Unattributable | 82ms | 2ms | 0ms | 3rd |
A+Font Loading2 fonts (127 KB)PASS
Web fonts
2
127 KB total
Render-blocking
0
of 2
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 Inventory23 resources · 961 KB · 92 KB savings availablePASS
~92.3 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 23 resources | 960.5 KiB | ||||||
Network Waterfall23 requests over 2856msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
search.yahoo.com search.yahoo.com | Other | 115ms | 42 KB | — | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 102ms | 157 KB | 40% | $1/mo | Optional |
Unattributable Unattributable | Other | 82ms | 0 KB | — | $1/mo | Optional |
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