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.
609 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.55 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
370 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.85 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.
7.81 s
Page Load Progression
FPage Weight BudgetAction3.9 MB transferred, 517 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
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
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 ImpactAction77% third-party, 0 ms blockingFIX
DJS Execution CostAction3419ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 725ms | 87ms | 0ms | 3rd |
| https://www.engadget.com/_gdgt/_next/static/chunks/vendor-8d0e6c4675dab796.js | 451ms | 336ms | 92ms | 1st |
| https://s.yimg.com/aaq/f10d509c/dnt3mrnrwwk1.js | 337ms | 316ms | 12ms | 3rd |
| https://www.engadget.com/ | 283ms | 37ms | 10ms | 1st |
| https://s.yimg.com/aaq/prebid/prebid-current.js | 266ms | 234ms | 17ms | 3rd |
| https://cdn.taboola.com/libtrc/yahoo-engadget-network/loader.js | 263ms | 179ms | 39ms | 3rd |
| https://s.yimg.com/du/benji/benji-2.js | 254ms | 234ms | 5ms | 3rd |
| https://s.yimg.com/du/ay/wnsrvbjmeprtfrnfx.js | 201ms | 176ms | 4ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604060101/pubads_impl.js?cb=31097681 | 187ms | 119ms | 27ms | 3rd |
| chrome-error://chromewebdata/ | 164ms | 36ms | 73ms | 3rd |
Showing top 10 of 13 scripts
FJS BundlesAction51 scripts, 970 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.engadget.com/_gdgt/_next/static/chunks/vendor-8d0e6c4675dab796.js | 589 KB | 356 KB (60%) | ✓ | 1st |
| https://cdn.taboola.com/libtrc/yahoo-engadget-network/loader.js | 311 KB | 181 KB (61%) | ✓ | 3rd |
| https://wnsrvbjmeprtfrnfx.ay.delivery/floorPrice/wnsrvBJmEPrTfrnFX/js/floorPrice/linreg.min.js | 139 KB | 135 KB (98%) | ✓ | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604060101/pubads_impl.js?cb=31097681 | 183 KB | 83 KB (45%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-H2EP6H9Y3S | 160 KB | 59 KB (37%) | ✓ | 3rd |
| https://s.yimg.com/aaq/prebid/prebid-current.js | 170 KB | 54 KB (37%) | ✓ | 3rd |
| https://wnsrvbjmeprtfrnfx.ay.delivery/forest/wnsrvBJmEPrTfrnFX/js/bid/forest.min.js | 56 KB | 52 KB (94%) | ✓ | 3rd |
| https://s.yimg.com/oa/consent.js | 49 KB | 30 KB (61%) | ✓ | 3rd |
| https://s.yimg.com/du/benji/benji-2.js | 53 KB | 21 KB (39%) | ✓ | 3rd |
| https://www.engadget.com/_gdgt/_next/static/chunks/551.767264d29bf71942.js | 2 KB | — | ✓ | 1st |
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 Optimization144 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingmax-age=0, privateREVIEW
max-age=0, private
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
| private | — | Only browser cache, not CDN/proxy |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (207 KB)PASS
Web fonts
4
207 KB total
Render-blocking
0
of 4
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
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)
Fixing the unchecked items could save ~39 KB and ~78 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall517 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 |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 725ms | 0 KB | — | $13/mo | Costly |
s.yimg.com s.yimg.com | Other | 337ms | 97 KB | — | $6/mo | Costly |
s.yimg.com s.yimg.com | Other | 266ms | 170 KB | 37% | $5/mo | Costly |
cdn.taboola.com cdn.taboola.com | Other | 263ms | 311 KB | 61% | $5/mo | Costly |
s.yimg.com s.yimg.com | Other | 254ms | 53 KB | 39% | $4/mo | Costly |
s.yimg.com s.yimg.com | Other | 201ms | 36 KB | — | $3/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 187ms | 183 KB | 45% | $3/mo | Optional |
chromewebdata chromewebdata | Other | 164ms | 0 KB | — | $3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 97ms | 160 KB | 37% | $2/mo | Optional |
s.yimg.com s.yimg.com | Other | 76ms | 29 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 725ms and costs ~$13/month
- s.yimg.com adds 337ms and costs ~$6/month
- s.yimg.com adds 266ms and costs ~$5/month
- cdn.taboola.com adds 263ms and costs ~$5/month
- s.yimg.com adds 254ms and costs ~$4/month
- s.yimg.com adds 201ms and costs ~$3/month
75% 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
Unattributable takes 725ms 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
s.yimg.com takes 337ms 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
s.yimg.com takes 266ms 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
cdn.taboola.com takes 263ms 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 cdn.taboola.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
s.yimg.com takes 254ms 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
s.yimg.com takes 201ms 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