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.
3.19 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.83 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
522 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.255
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.06 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.
7.83 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CJS Execution CostAction1688ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.craigslist.org/static/www/d58afecda5261cb9fcb91b2d144412254d004485.js | 1014ms | 883ms | 2ms | 3rd |
| https://paris.craigslist.org/ | 295ms | 12ms | 1ms | 3rd |
| Unattributable | 198ms | 4ms | 0ms | 3rd |
| https://www.craigslist.org/static/www/browsePostings-2026-04-07-10-38-0fd1d88a29dc55c2b86f0359e68457ac878bf0ee.js | 181ms | 5ms | 176ms | 3rd |
CJS BundlesAction4 scripts, 278 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.craigslist.org/static/www/browsePostings-2026-04-07-10-38-0fd1d88a29dc55c2b86f0359e68457ac878bf0ee.js | 605 KB | 278 KB (46%) | ✓ | 3rd |
| https://www.craigslist.org/static/www/d58afecda5261cb9fcb91b2d144412254d004485.js | 9 KB | — | ✓ | 3rd |
| https://www.craigslist.org/static/d/5918794/www/manifest.js | 6 KB | — | ✓ | 3rd |
| https://www.craigslist.org/static/www/fr-FR-2026-01-05-06-47-945d2cbabdf1092d18bd82e8e92f9cbf2d047785.es5.js | 26 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
APage Weight Budget785 KB transferred, 13 requestsPASS
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
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization1 images, 0 KB saveablePASS
A+Font Loading1 fonts (31 KB)PASS
Web fonts
1
31 KB total
Render-blocking
0
of 1
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)
Fixing the unchecked items could save ~9 KB and ~18 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
Network Waterfall13 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 |
|---|---|---|---|---|---|---|
www.craigslist.org www.craigslist.org | Other | 1014ms | 9 KB | — | $13/mo | Costly |
paris.craigslist.org paris.craigslist.org | Other | 295ms | 11 KB | — | $4/mo | Costly |
Unattributable Unattributable | Other | 198ms | 0 KB | — | $3/mo | Optional |
www.craigslist.org www.craigslist.org | Other | 181ms | 605 KB | 46% | $2/mo | Optional |
These scripts may cost more than they're worth
- www.craigslist.org adds 1014ms and costs ~$13/month
- paris.craigslist.org adds 295ms and costs ~$4/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.craigslist.org takes 1014ms 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
paris.craigslist.org takes 295ms 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