Performance
· 17 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.
10.42 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
20.78 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.63 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.
10.42 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.
20.81 s
Page Load Progression
FPage Weight BudgetAction3.2 MB transferred, 59 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
FJS Execution CostAction4511ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://etherscan.io/assets/js/custom/web3.min.js?v=26.4.3.2 | 837ms | 619ms | 202ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-T1JC9RNQXV | 827ms | 468ms | 73ms | 3rd |
| Unattributable | 674ms | 9ms | 0ms | 3rd |
| https://etherscan.io/cdn-cgi/challenge-platform/scripts/jsd/main.js | 345ms | 331ms | 4ms | 1st |
| https://etherscan.io/assets/vendor/jquery/dist/jquery.min.js?v=26.4.3.2 | 340ms | 257ms | 12ms | 1st |
| https://etherscan.io/assets/vendor/walletlink_bundle.js?v=26.4.3.2 | 293ms | 121ms | 171ms | 1st |
| https://etherscan.io/ | 281ms | 79ms | 14ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=UA-46998878-6&cx=c>m=4e64k0 | 165ms | 118ms | 46ms | 3rd |
| https://etherscan.io/assets/js/custom/coinbase-wallet-sdk.js?v=26.4.3.2 | 147ms | 85ms | 62ms | 1st |
| https://etherscan.io/assets/vendor/web3modal-1.9.8.min.js?v=26.4.3.2 | 122ms | 62ms | 60ms | 1st |
Showing top 10 of 16 scripts
FJS BundlesAction25 scripts, 880 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://etherscan.io/assets/js/custom/web3.min.js?v=26.4.3.2 | 378 KB | 217 KB (58%) | ✓ | 1st |
| https://etherscan.io/assets/vendor/walletlink_bundle.js?v=26.4.3.2 | 302 KB | 204 KB (68%) | ✗ | 1st |
| https://etherscan.io/assets/js/custom/coinbase-wallet-sdk.js?v=26.4.3.2 | 137 KB | 103 KB (76%) | ✓ | 1st |
| https://etherscan.io/assets/vendor/jquery-ui/jquery-ui.min.js?v=26.4.3.2 | 89 KB | 80 KB (89%) | ✓ | 1st |
| https://etherscan.io/assets/vendor/web3modal-1.9.8.min.js?v=26.4.3.2 | 203 KB | 71 KB (35%) | ✓ | 1st |
| https://www.googletagmanager.com/gtag/js?id=UA-46998878-6&cx=c>m=4e64k0 | 116 KB | 65 KB (57%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-T1JC9RNQXV | 161 KB | 63 KB (39%) | ✓ | 3rd |
| https://etherscan.io/assets/highcharts/v/highcharts.js?v=26.4.3.2 | 101 KB | 53 KB (53%) | ✓ | 1st |
| https://etherscan.io/assets/vendor/bootstrap/bootstrap.bundle.min.js?v=26.4.3.2 | 31 KB | 23 KB (77%) | ✓ | 1st |
| https://etherscan.io/assets/js/custom/ether-search.js?v=26.4.3.2 | 13 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
DPage Weight InventoryAction59 resources · 3.2 MB · 880 KB savings availableFIX
~879.6 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 59 resources | 3.2 MiB | ||||||
CImage OptimizationAction13 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
BHTTP CachingprivateREVIEW
private
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
A+Third-Party Impact10% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (1350 KB)PASS
Web fonts
5
1350 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~657 KB and ~1314 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall59 requests over 2151msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Google Tag Manager www.googletagmanager.com | Tag Manager | 827ms | 161 KB | 39% | $11/mo | Costly |
Unattributable Unattributable | Other | 674ms | 0 KB | — | $9/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 165ms | 116 KB | 57% | $2/mo | Optional |
Google Analytics www.google-analytics.com | Analytics | 53ms | 21 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Google Tag Manager adds 827ms and costs ~$11/month
- Unattributable adds 674ms and costs ~$9/month
Google Tag Manager takes 827ms 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 674ms 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
57% of Google Tag Manager'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