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.
1.16 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.16 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
22 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.
1.16 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.48 s
Page Load Progression
DPage Weight BudgetAction2.1 MB transferred, 79 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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DJS BundlesAction54 scripts, 354 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js | 188 KB | 144 KB (77%) | ✓ | 3rd |
| https://www.etymonline.com/_next/static/chunks/f39be7fe-d7468c1f4703ff48.js | 98 KB | 69 KB (71%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-YGHSRMYRTV | 166 KB | 66 KB (40%) | ✓ | 3rd |
| https://www.google.com/adsense/search/ads.js | 43 KB | 32 KB (73%) | ✓ | 3rd |
| https://www.etymonline.com/_next/static/chunks/2165-37404638fe84be7b.js | 32 KB | 21 KB (68%) | ✓ | 3rd |
| https://www.etymonline.com/_next/static/chunks/6259-a8f47333dfff7756.js | 49 KB | 21 KB (44%) | ✓ | 3rd |
| https://www.etymonline.com/_next/static/chunks/3499-610ec416e705b550.js | 22 KB | — | ✓ | 3rd |
| https://www.etymonline.com/_next/static/chunks/8023-a7393a9bd34d9b7f.js | 5 KB | — | ✓ | 3rd |
| https://www.etymonline.com/_next/static/chunks/7104.f1fdeb2c099075eb.js | 7 KB | — | ✓ | 3rd |
| https://www.etymonline.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js | 4 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
DPage Weight InventoryAction79 resources · 2.1 MB · 354 KB savings availableFIX
~353.6 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 79 resources | 2.1 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization10 images, 0 KB saveableREVIEW
BJS Execution Cost560ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.etymonline.com/_next/static/chunks/6259-a8f47333dfff7756.js | 223ms | 216ms | 4ms | 3rd |
| Unattributable | 140ms | 4ms | 0ms | 3rd |
| https://www.etymonline.com/ | 78ms | 1ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-YGHSRMYRTV | 65ms | 54ms | 11ms | 3rd |
| https://www.etymonline.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js | 53ms | 32ms | 5ms | 3rd |
A+Text CompressionAll text resources are compressedPASS
A+Font LoadingNo web fonts (system fonts)PASS
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall79 requests over 1766msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.etymonline.com www.etymonline.com | Other | 223ms | 49 KB | 44% | $3/mo | Costly |
Unattributable Unattributable | Other | 140ms | 0 KB | — | $2/mo | Optional |
www.etymonline.com www.etymonline.com | Other | 78ms | 20 KB | — | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 65ms | 166 KB | 40% | $1/mo | Optional |
www.etymonline.com www.etymonline.com | Other | 53ms | 4 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- www.etymonline.com adds 223ms 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
www.etymonline.com takes 223ms 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