Performance
· 16 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.
1.37 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.74 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.19 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.022
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.22 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.
27.14 s
Page Load Progression
FPage Weight BudgetAction4.0 MB transferred, 384 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
FJS Execution CostAction12060ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 2908ms | 288ms | 0ms | 3rd |
| https://www.engadget.com/_gdgt/_next/static/chunks/vendor-8d0e6c4675dab796.js | 1791ms | 1343ms | 380ms | 1st |
| https://www.engadget.com/ | 1280ms | 336ms | 85ms | 1st |
| https://s.yimg.com/aaq/prebid/prebid-current.js | 1156ms | 1007ms | 66ms | 3rd |
| https://s.yimg.com/aaq/f10d509c/dnt3mrnrwwk1.js | 981ms | 925ms | 36ms | 3rd |
| https://s.yimg.com/du/benji/benji-2.js | 955ms | 849ms | 21ms | 3rd |
| https://cdn.taboola.com/libtrc/yahoo-engadget-network/loader.js | 864ms | 601ms | 146ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604020101/pubads_impl.js | 444ms | 337ms | 75ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-H2EP6H9Y3S | 372ms | 304ms | 60ms | 3rd |
| chrome-error://chromewebdata/ | 347ms | 77ms | 154ms | 3rd |
Showing top 10 of 18 scripts
FJS BundlesAction54 scripts, 941 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 | 590 KB | 357 KB (60%) | ✓ | 1st |
| https://cdn.taboola.com/libtrc/yahoo-engadget-network/loader.js | 311 KB | 190 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/m202604020101/pubads_impl.js | 183 KB | 84 KB (46%) | ✓ | 3rd |
| https://s.yimg.com/aaq/prebid/prebid-current.js | 170 KB | 66 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-H2EP6H9Y3S | 160 KB | 59 KB (37%) | ✓ | 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 (40%) | ✓ | 3rd |
| https://www.engadget.com/_gdgt/_next/static/chunks/262.c91cc172c45cb910.js | 1 KB | — | ✓ | 1st |
| https://cdn.taboola.com/scripts/cds-pips.js?dc=sg&d=d | 2 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 Optimization90 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 (208 KB)PASS
Web fonts
4
208 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 Hints14 hints, 0 missing preconnectsPASS
Current Resource Hints
14 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall384 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 | 2908ms | 0 KB | — | $50/mo | Costly |
s.yimg.com s.yimg.com | Other | 1156ms | 170 KB | 39% | $20/mo | Costly |
s.yimg.com s.yimg.com | Other | 981ms | 97 KB | — | $17/mo | Costly |
s.yimg.com s.yimg.com | Other | 955ms | 53 KB | 40% | $16/mo | Costly |
cdn.taboola.com cdn.taboola.com | Other | 864ms | 311 KB | 61% | $15/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 444ms | 183 KB | 46% | $8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 372ms | 160 KB | 37% | $6/mo | Costly |
chromewebdata chromewebdata | Other | 347ms | 0 KB | — | $6/mo | Costly |
s.yimg.com s.yimg.com | Other | 225ms | 29 KB | — | $4/mo | Costly |
s.yimg.com s.yimg.com | Other | 192ms | 15 KB | — | $3/mo | Optional |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 133ms | 34 KB | — | $2/mo | Optional |
consent.cmp.oath.com consent.cmp.oath.com | Other | 111ms | 35 KB | — | $2/mo | Optional |
s.yimg.com s.yimg.com | Other | 109ms | 36 KB | — | $2/mo | Optional |
s.yimg.com s.yimg.com | Other | 71ms | 49 KB | 61% | $1/mo | Optional |
ep2.adtrafficquality.google ep2.adtrafficquality.google | Other | 62ms | 8 KB | — | $1/mo | Optional |
wnsrvbjmeprtfrnfx.ay.delivery wnsrvbjmeprtfrnfx.ay.delivery | Other | 59ms | 139 KB | 98% | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 2908ms and costs ~$50/month
- s.yimg.com adds 1156ms and costs ~$20/month
- s.yimg.com adds 981ms and costs ~$17/month
- s.yimg.com adds 955ms and costs ~$16/month
- cdn.taboola.com adds 864ms and costs ~$15/month
- securepubads.g.doubleclick.net adds 444ms and costs ~$8/month
- Google Tag Manager adds 372ms and costs ~$6/month
- chromewebdata adds 347ms and costs ~$6/month
- s.yimg.com adds 225ms and costs ~$4/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 2908ms 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 1156ms 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 981ms 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 955ms 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 864ms 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
securepubads.g.doubleclick.net takes 444ms 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
Google Tag Manager takes 372ms 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
chromewebdata takes 347ms 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 225ms 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
98% of wnsrvbjmeprtfrnfx.ay.delivery'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