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.63 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.63 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.037
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.92 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.63 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DPage Weight InventoryAction40 resources · 1.7 MB · 170 KB savings availableFIX
~170.3 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 40 resources | 1.7 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CPage Weight BudgetAction1.7 MB transferred, 40 requestsREVIEW
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
BImage Optimization5 images, 0 KB saveableREVIEW
BJS Execution Cost661ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://qsbr.cf2.quoracdn.net/-4-ans_frontend-relay-rspack-common-27-53f0243b822027d4.webpack | 346ms | 268ms | 42ms | 3rd |
| https://www.quora.com/ | 132ms | 5ms | 6ms | 3rd |
| Unattributable | 117ms | 7ms | 0ms | 3rd |
| https://qsbr.cf2.quoracdn.net/-4-ans_frontend-relay-rspack-vendor-27-cca0bf7cfab05ad0.webpack | 65ms | 26ms | 18ms | 3rd |
CJS BundlesAction18 scripts, 170 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://accounts.google.com/gsi/client | 96 KB | 68 KB (71%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/bundle/sdk.js/ | 78 KB | 50 KB (64%) | ✓ | 3rd |
| https://qsbr.cf2.quoracdn.net/-4-ans_frontend-relay-rspack-component-icons-lowpri-27-b3e262ef653a5e59.webpack | 31 KB | 29 KB (94%) | ✓ | 3rd |
| https://qsbr.cf2.quoracdn.net/-4-ans_frontend-relay-rspack-common-secondary-27-f08aa9cc17a807af.webpack | 26 KB | 24 KB (93%) | ✓ | 3rd |
| https://qsbr.cf2.quoracdn.net/-4-ans_frontend-relay-rspack-common-LoggedOut-27-f0b08b17e7bb0021.webpack | 0 KB | — | ✓ | 3rd |
| https://vi.ml314.com/get?eid=93060&tk=XdHaq35KsYPmAPxTo4ANIKy2WMRwai1noxdleKX6DIs3d&fp= | 0 KB | — | ✓ | 3rd |
| https://qsbr.cf2.quoracdn.net/-4-ans_frontend-relay-rspack-27-0cd41664c26a66d5.webpack | 0 KB | — | ✓ | 3rd |
| blob:https://challenges.cloudflare.com/8381aec1-55af-40b0-8cd3-3aa50280f1ed | 0 KB | — | ✓ | 3rd |
| https://qsbr.cf2.quoracdn.net/-4-ans_frontend-relay-rspack-lib-broadcast-27-9b8540bb12cf20e9.webpack | 4 KB | — | ✓ | 3rd |
| https://qsbr.cf2.quoracdn.net/-4-ans_frontend-relay-rspack-component-Modals-common-27-cfcc662dc399b4ab.webpack | 13 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
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 LoadingNo web fonts (system fonts)PASS
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall40 requests over 6254msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
qsbr.cf2.quoracdn.net qsbr.cf2.quoracdn.net | Other | 346ms | 0 KB | — | $5/mo | Costly |
www.quora.com www.quora.com | Other | 132ms | 24 KB | — | $2/mo | Optional |
Unattributable Unattributable | Other | 117ms | 0 KB | — | $2/mo | Optional |
qsbr.cf2.quoracdn.net qsbr.cf2.quoracdn.net | Other | 65ms | 0 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- qsbr.cf2.quoracdn.net adds 346ms 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
qsbr.cf2.quoracdn.net takes 346ms 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