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.
2.29 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.77 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.12 s
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.97 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.
9.50 s
Page Load Progression
DPage Weight BudgetAction2.1 MB transferred, 105 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
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 ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction3975ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://duckduckgo.com/_next/static/chunks/framework-676ac3c731e183b1.js | 2187ms | 1386ms | 26ms | 3rd |
| Unattributable | 582ms | 19ms | 0ms | 3rd |
| https://duckduckgo.com/ | 357ms | 83ms | 13ms | 3rd |
| https://duckduckgo.com/_next/static/chunks/pages/%5Blocale%5D/home/mobile-229cc7f291dc4506.js | 309ms | 308ms | 0ms | 3rd |
| https://duckduckgo.com/_next/static/chunks/pages/_app-ab8d89ae7e89fc12.js | 271ms | 213ms | 57ms | 3rd |
| https://duckduckgo.com/_next/static/chunks/main-e01866fd58586c66.js | 180ms | 150ms | 29ms | 3rd |
| https://duckduckgo.com/_next/static/chunks/9166-f79cf75186244b55.js | 89ms | 26ms | 13ms | 3rd |
CImage OptimizationAction36 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
CJS BundlesAction34 scripts, 278 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://duckduckgo.com/_next/static/chunks/2912-e30e11398dfb07de.js | 74 KB | 63 KB (88%) | ✓ | 3rd |
| https://duckduckgo.com/_next/static/chunks/598-7ab10e38d8092144.js | 60 KB | 51 KB (87%) | ✓ | 3rd |
| https://duckduckgo.com/_next/static/chunks/7500-ac903ac440d9bd0c.js | 41 KB | 33 KB (86%) | ✓ | 3rd |
| https://duckduckgo.com/_next/static/chunks/9489-163017072c02f8f7.js | 55 KB | 33 KB (62%) | ✓ | 3rd |
| https://duckduckgo.com/_next/static/chunks/pages/_app-ab8d89ae7e89fc12.js | 94 KB | 27 KB (29%) | ✓ | 3rd |
| https://duckduckgo.com/_next/static/chunks/1471-a5f2e22b7a565394.js | 61 KB | 26 KB (45%) | ✓ | 3rd |
| https://duckduckgo.com/_next/static/chunks/7317-fc8a2b4e02577123.js | 50 KB | 25 KB (52%) | ✓ | 3rd |
| https://duckduckgo.com/_next/static/chunks/framework-676ac3c731e183b1.js | 61 KB | 21 KB (35%) | ✓ | 3rd |
| https://duckduckgo.com/_next/static/chunks/3748-40dd748d82c081b6.js | 9 KB | — | ✓ | 3rd |
| https://duckduckgo.com/_next/static/chunks/6848-990672857ed33ce8.js | 6 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
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 (218 KB)PASS
Web fonts
5
218 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 Hints27 hints, 0 missing preconnectsPASS
Current Resource Hints
27 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
AHTTP Cachingmax-age=31536000 (52 weeks)PASS
max-age=31536000
| Directive | Value | Meaning |
|---|---|---|
| max-age | 31536000 | Cache for 52 weeks |
Network Waterfall105 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 |
|---|---|---|---|---|---|---|
duckduckgo.com duckduckgo.com | Other | 2187ms | 61 KB | 35% | $29/mo | Costly |
Unattributable Unattributable | Other | 582ms | 0 KB | — | $8/mo | Costly |
duckduckgo.com duckduckgo.com | Other | 357ms | 42 KB | — | $5/mo | Costly |
duckduckgo.com duckduckgo.com | Other | 309ms | 3 KB | — | $4/mo | Costly |
duckduckgo.com duckduckgo.com | Other | 271ms | 94 KB | 29% | $4/mo | Costly |
duckduckgo.com duckduckgo.com | Other | 180ms | 38 KB | — | $2/mo | Optional |
duckduckgo.com duckduckgo.com | Other | 89ms | 39 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- duckduckgo.com adds 2187ms and costs ~$29/month
- Unattributable adds 582ms and costs ~$8/month
- duckduckgo.com adds 357ms and costs ~$5/month
- duckduckgo.com adds 309ms and costs ~$4/month
- duckduckgo.com adds 271ms and costs ~$4/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
duckduckgo.com takes 2187ms 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 582ms 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
duckduckgo.com takes 357ms 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
duckduckgo.com takes 309ms 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
duckduckgo.com takes 271ms 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