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.54 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.56 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
365 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.060
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.02 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.
5.33 s
Page Load Progression
FPage Weight BudgetAction11.9 MB transferred, 280 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 CostAction1776897432216ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1776897429108ms | 33ms | 0ms | 3rd |
| https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_bundle_amd/dist/e_warp_warp_page_edison-vflbRcsxa.js | 790ms | 277ms | 78ms | 3rd |
| https://www.dropbox.com/ | 666ms | 37ms | 10ms | 3rd |
| https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_bundle_amd/dist/c_fingerprintjs_fpjs-pro-static_fp-vflGINDbV.js | 420ms | 337ms | 7ms | 3rd |
| https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_bundle_amd/dist/e_edison_edison_react_page-vflcHGmZt.js | 317ms | 292ms | 0ms | 3rd |
| https://cfl.dropboxstatic.com/static/metaserver/static/js/alameda_bundle/alameda_bundle_chrome_en-vflA1HMTy.js | 197ms | 156ms | 21ms | 3rd |
| https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_bundle_amd/dist/c_src_sink_index-vflPD7UNT.js | 140ms | 104ms | 2ms | 3rd |
| https://assets.adobedtm.com/7c31e7b46b8e/5feae65e0b10/launch-9b21c433d0d6.min.js | 108ms | 85ms | 17ms | 3rd |
| https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_bundle_amd/dist/e_react-dom-vflLgv8vi.js | 105ms | 82ms | 5ms | 3rd |
| https://cfl.dropboxstatic.com/static/atlas/privacy_consent/ccpa_iframe_bundle_amd/dist/e_privacy_consent_static_ccpa_iframe-vflty13f-.js | 91ms | 24ms | 31ms | 3rd |
Showing top 10 of 14 scripts
FJS BundlesAction121 scripts, 784 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_bundle_amd/dist/e_warp_warp_page_edison-vflbRcsxa.js | 523 KB | 272 KB (52%) | ✓ | 3rd |
| https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_bundle_amd/dist/c_dig-icons_assets_index-vflR9vsgy.js | 135 KB | 129 KB (96%) | ✓ | 3rd |
| https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_bundle_amd/dist/c_trial-cards_trial-comparison-card-vflX55NNj.js | 110 KB | 99 KB (90%) | ✓ | 3rd |
| https://cfl.dropboxstatic.com/static/atlas/privacy_consent/ccpa_iframe_bundle_amd/dist/e_privacy_consent_static_ccpa_iframe-vflty13f-.js | 186 KB | 79 KB (43%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 96 KB | 71 KB (75%) | ✓ | 3rd |
| https://cfl.dropboxstatic.com/static/metaserver/static/pithos/zoom_chat_client.bundle-vflNLYeYY.js | 75 KB | 56 KB (75%) | ✓ | 3rd |
| https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_bundle_amd/dist/c_fingerprintjs_fpjs-pro-static_fp-vflGINDbV.js | 82 KB | 28 KB (34%) | ✓ | 3rd |
| https://cfl.dropboxstatic.com/static/atlas/privacy_consent/ccpa_iframe_bundle_amd/dist/e_core_exception_reporter-vflBUHcDZ.js | 34 KB | 25 KB (75%) | ✓ | 3rd |
| https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_bundle_amd/dist/e_core_exception_reporter-vfljprIwk.js | 34 KB | 25 KB (73%) | ✓ | 3rd |
| https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_bundle_amd/dist/c_security_crypto-vfltUghbJ.js | 1 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
FPage Weight InventoryAction280 resources · 11.9 MB · 784 KB savings availableFIX
~783.8 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 280 resources | 11.9 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization17 images, 0 KB saveableREVIEW
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 Loading9 fonts (457 KB)PASS
Web fonts
9
457 KB total
Render-blocking
0
of 9
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 HintsNo optimization neededPASS
Network Waterfall280 requests over 9386msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 1776897429108ms | 0 KB | — | $30691460844/mo | Costly |
cfl.dropboxstatic.com cfl.dropboxstatic.com | Other | 790ms | 523 KB | 52% | $14/mo | Costly |
www.dropbox.com www.dropbox.com | Other | 666ms | 106 KB | — | $12/mo | Costly |
cfl.dropboxstatic.com cfl.dropboxstatic.com | Other | 420ms | 82 KB | 34% | $7/mo | Costly |
cfl.dropboxstatic.com cfl.dropboxstatic.com | Other | 317ms | 1 KB | — | $5/mo | Costly |
cfl.dropboxstatic.com cfl.dropboxstatic.com | Other | 197ms | 0 KB | — | $3/mo | Optional |
cfl.dropboxstatic.com cfl.dropboxstatic.com | Other | 140ms | 16 KB | — | $2/mo | Optional |
assets.adobedtm.com assets.adobedtm.com | Other | 108ms | 48 KB | — | $2/mo | Optional |
cfl.dropboxstatic.com cfl.dropboxstatic.com | Other | 105ms | 47 KB | — | $2/mo | Optional |
cfl.dropboxstatic.com cfl.dropboxstatic.com | Other | 91ms | 186 KB | 43% | $2/mo | Optional |
cfl.dropboxstatic.com cfl.dropboxstatic.com | Other | 81ms | 4 KB | — | $1/mo | Optional |
assets.adobedtm.com assets.adobedtm.com | Other | 80ms | 1 KB | — | $1/mo | Optional |
cfl.dropboxstatic.com cfl.dropboxstatic.com | Other | 61ms | 47 KB | — | $1/mo | Optional |
cfl.dropboxstatic.com cfl.dropboxstatic.com | Other | 52ms | 1 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1776897429108ms and costs ~$30691460844/month
- cfl.dropboxstatic.com adds 790ms and costs ~$14/month
- www.dropbox.com adds 666ms and costs ~$12/month
- cfl.dropboxstatic.com adds 420ms and costs ~$7/month
- cfl.dropboxstatic.com adds 317ms and costs ~$5/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
Unattributable takes 1776897429108ms 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
cfl.dropboxstatic.com takes 790ms 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
52% of cfl.dropboxstatic.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
www.dropbox.com takes 666ms 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
cfl.dropboxstatic.com takes 420ms 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
cfl.dropboxstatic.com takes 317ms 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