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.87 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.64 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.31 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.053
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.63 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.
21.03 s
Page Load Progression
FPage Weight BudgetAction11.4 MB transferred, 570 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 ImpactAction99% third-party, 0 ms blockingFIX
FJS Execution CostAction13623ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_bundle_amd/dist/e_warp_warp_page_edison-vflpSArJJ.js | 3415ms | 1826ms | 292ms | 3rd |
| Unattributable | 3101ms | 109ms | 0ms | 3rd |
| https://www.dropbox.com/ | 1549ms | 124ms | 41ms | 1st |
| https://cfl.dropboxstatic.com/static/metaserver/static/js/alameda_bundle/alameda_bundle_chrome_en-vflMwBej6.js | 1422ms | 1349ms | 34ms | 3rd |
| https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_bundle_amd/dist/c_fingerprintjs_fpjs-pro-static_fp-vflGINDbV.js | 1395ms | 1088ms | 26ms | 3rd |
| https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_bundle_amd/dist/c_contentsquare-vflDuiebi.js | 324ms | 263ms | 57ms | 3rd |
| https://cfl.dropboxstatic.com/static/atlas/privacy_consent/ccpa_iframe_bundle_amd/dist/e_privacy_consent_static_ccpa_iframe-vflzWfccK.js | 273ms | 36ms | 92ms | 3rd |
| https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_bundle_amd/dist/c_redux_namespaces-vfllYdCgN.js | 267ms | 226ms | 2ms | 3rd |
| https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_bundle_amd/dist/c_src_sink_index-vflvP-sUe.js | 238ms | 143ms | 10ms | 3rd |
| https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_bundle_amd/dist/e_react-dom-vflxkx0XF.js | 210ms | 181ms | 19ms | 3rd |
Showing top 10 of 22 scripts
FJS BundlesAction420 scripts, 741 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-vflpSArJJ.js | 522 KB | 271 KB (52%) | ✓ | 3rd |
| https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_bundle_amd/dist/c_trial-cards_trial-comparison-card-vflujfrXM.js | 110 KB | 99 KB (90%) | ✓ | 3rd |
| https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_bundle_amd/dist/c_contentsquare-vflDuiebi.js | 140 KB | 87 KB (62%) | ✓ | 3rd |
| https://cfl.dropboxstatic.com/static/atlas/privacy_consent/ccpa_iframe_bundle_amd/dist/e_privacy_consent_static_ccpa_iframe-vflzWfccK.js | 186 KB | 81 KB (44%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 93 KB | 69 KB (75%) | ✓ | 3rd |
| https://cfl.dropboxstatic.com/static/metaserver/static/pithos/zoom_chat_client.bundle-vflZr0O8y.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 (74%) | ✓ | 3rd |
| https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_bundle_amd/dist/e_core_exception_reporter-vflkYePyQ.js | 34 KB | 25 KB (73%) | ✓ | 3rd |
| https://cfl.dropboxstatic.com/static/atlas/warp/warp_page_edison_bundle_amd/dist/c_dig-icons_assets_ui-icon_external-logo_linux-vfljfH_Gi.js | 3 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
DHTTP CachingActionno-store (uncacheable)FIX
no-cache, no-store
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
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 Loading8 fonts (411 KB)PASS
Web fonts
8
411 KB total
Render-blocking
0
of 8
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 Hints7 hints, 0 missing preconnectsPASS
Current Resource Hints
7 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall570 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 |
|---|---|---|---|---|---|---|
cfl.dropboxstatic.com cfl.dropboxstatic.com | Other | 3415ms | 522 KB | 52% | $64/mo | Costly |
Unattributable Unattributable | Other | 3101ms | 0 KB | — | $58/mo | Costly |
cfl.dropboxstatic.com cfl.dropboxstatic.com | Other | 1422ms | 0 KB | — | $27/mo | Costly |
cfl.dropboxstatic.com cfl.dropboxstatic.com | Other | 1395ms | 82 KB | 34% | $26/mo | Costly |
cfl.dropboxstatic.com cfl.dropboxstatic.com | Other | 324ms | 140 KB | 62% | $6/mo | Costly |
cfl.dropboxstatic.com cfl.dropboxstatic.com | Other | 273ms | 186 KB | 44% | $5/mo | Costly |
cfl.dropboxstatic.com cfl.dropboxstatic.com | Other | 267ms | 4 KB | — | $5/mo | Costly |
cfl.dropboxstatic.com cfl.dropboxstatic.com | Other | 238ms | 16 KB | — | $4/mo | Costly |
cfl.dropboxstatic.com cfl.dropboxstatic.com | Other | 210ms | 47 KB | — | $4/mo | Costly |
cfl.dropboxstatic.com cfl.dropboxstatic.com | Other | 197ms | 20 KB | — | $4/mo | Optional |
cfl.dropboxstatic.com cfl.dropboxstatic.com | Other | 166ms | 47 KB | — | $3/mo | Optional |
cfl.dropboxstatic.com cfl.dropboxstatic.com | Other | 155ms | 21 KB | — | $3/mo | Optional |
cfl.dropboxstatic.com cfl.dropboxstatic.com | Other | 136ms | 17 KB | — | $3/mo | Optional |
cfl.dropboxstatic.com cfl.dropboxstatic.com | Other | 130ms | 11 KB | — | $2/mo | Optional |
cfl.dropboxstatic.com cfl.dropboxstatic.com | Other | 130ms | 11 KB | — | $2/mo | Optional |
accounts.google.com accounts.google.com | Other | 119ms | 93 KB | 75% | $2/mo | Optional |
cfl.dropboxstatic.com cfl.dropboxstatic.com | Other | 72ms | 10 KB | — | $1/mo | Optional |
cfl.dropboxstatic.com cfl.dropboxstatic.com | Other | 68ms | 16 KB | — | $1/mo | Optional |
cfl.dropboxstatic.com cfl.dropboxstatic.com | Other | 61ms | 75 KB | 75% | $1/mo | Optional |
cfl.dropboxstatic.com cfl.dropboxstatic.com | Other | 61ms | 11 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- cfl.dropboxstatic.com adds 3415ms and costs ~$64/month
- Unattributable adds 3101ms and costs ~$58/month
- cfl.dropboxstatic.com adds 1422ms and costs ~$27/month
- cfl.dropboxstatic.com adds 1395ms and costs ~$26/month
- cfl.dropboxstatic.com adds 324ms and costs ~$6/month
- cfl.dropboxstatic.com adds 273ms and costs ~$5/month
- cfl.dropboxstatic.com adds 267ms and costs ~$5/month
- cfl.dropboxstatic.com adds 238ms and costs ~$4/month
- cfl.dropboxstatic.com adds 210ms and costs ~$4/month
88% 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
cfl.dropboxstatic.com takes 3415ms 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
Unattributable takes 3101ms 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 1422ms 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 1395ms 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 324ms 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
62% 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
cfl.dropboxstatic.com takes 273ms 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 267ms 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 238ms 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 210ms 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
75% of accounts.google.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
75% 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