Performance
· 14 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.11 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.40 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
273 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.14 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.
6.82 s
Page Load Progression
FPage Weight BudgetAction9.0 MB transferred, 234 requestsFIX
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
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 CostAction4227ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cursor.com/marketing-static/_next/static/chunks/0wctz3hel4v8f.js?dpl=dpl_Dx4XNMJ79jwg3qihvhVN8PvjAvAf | 1374ms | 1048ms | 6ms | 3rd |
| https://cursor.com/ | 892ms | 33ms | 13ms | 3rd |
| https://cursor.com/marketing-static/_next/static/chunks/0-l9-.9ymblrk.js?dpl=dpl_Dx4XNMJ79jwg3qihvhVN8PvjAvAf | 600ms | 124ms | 6ms | 3rd |
| Unattributable | 395ms | 24ms | 0ms | 3rd |
| https://cursor.com/marketing-static/_next/static/chunks/0m7n79wrn9oni.js?dpl=dpl_Dx4XNMJ79jwg3qihvhVN8PvjAvAf | 283ms | 187ms | 8ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-M2R7938W | 177ms | 140ms | 29ms | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js | 114ms | 95ms | 19ms | 3rd |
| https://cursor.com/marketing-static/_next/static/chunks/06zu7_6mbt6a1.js?dpl=dpl_Dx4XNMJ79jwg3qihvhVN8PvjAvAf | 90ms | 82ms | 2ms | 3rd |
| https://cursor.com/marketing-static/_next/static/chunks/turbopack-0botq3dh3.idq.js?dpl=dpl_Dx4XNMJ79jwg3qihvhVN8PvjAvAf | 87ms | 86ms | 1ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-5H6JBHFD7Z&cx=c>m=4e6460 | 80ms | 67ms | 12ms | 3rd |
Showing top 10 of 12 scripts
FJS BundlesAction101 scripts, 1.3 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cursor.com/marketing-static/_next/static/chunks/0bp101vfbkqyt.js?dpl=dpl_Dx4XNMJ79jwg3qihvhVN8PvjAvAf | 347 KB | 346 KB (100%) | ✓ | 3rd |
| https://cursor.com/marketing-static/_next/static/chunks/144xc~5r_u5ld.js?dpl=dpl_Dx4XNMJ79jwg3qihvhVN8PvjAvAf | 239 KB | 217 KB (91%) | ✓ | 3rd |
| https://cursor.com/marketing-static/_next/static/chunks/09u86nqvkwgzd.js?dpl=dpl_Dx4XNMJ79jwg3qihvhVN8PvjAvAf | 178 KB | 138 KB (78%) | ✓ | 3rd |
| https://cursor.com/marketing-static/_next/static/chunks/168zo1p2ggt.t.js?dpl=dpl_Dx4XNMJ79jwg3qihvhVN8PvjAvAf | 68 KB | 67 KB (100%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-5H6JBHFD7Z&cx=c>m=4e6460 | 157 KB | 64 KB (41%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-M2R7938W | 125 KB | 61 KB (49%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-17332771332 | 144 KB | 60 KB (42%) | ✓ | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js | 110 KB | 57 KB (52%) | ✓ | 3rd |
| https://cursor.com/marketing-static/_next/static/chunks/07_w3cvatbjme.js?dpl=dpl_Dx4XNMJ79jwg3qihvhVN8PvjAvAf | 49 KB | 48 KB (99%) | ✓ | 3rd |
| https://cursor.com/marketing-static/_next/static/chunks/0tspfn~2g8ciu.js?dpl=dpl_Dx4XNMJ79jwg3qihvhVN8PvjAvAf | 44 KB | 43 KB (100%) | ✓ | 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
BImage Optimization29 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingpublic, max-age=0, must-revalidateREVIEW
public, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading19 fonts (654 KB)PASS
Web fonts
19
654 KB total
Render-blocking
0
of 19
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
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 ~53 KB and ~106 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall234 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 |
|---|---|---|---|---|---|---|
cursor.com cursor.com | Other | 1374ms | 71 KB | 33% | $24/mo | Costly |
cursor.com cursor.com | Other | 892ms | 68 KB | — | $15/mo | Costly |
cursor.com cursor.com | Other | 600ms | 49 KB | — | $10/mo | Costly |
Unattributable Unattributable | Other | 395ms | 0 KB | — | $7/mo | Costly |
cursor.com cursor.com | Other | 283ms | 37 KB | — | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 177ms | 125 KB | 49% | $3/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 114ms | 110 KB | 52% | $2/mo | Optional |
cursor.com cursor.com | Other | 90ms | 10 KB | — | $2/mo | Optional |
cursor.com cursor.com | Other | 87ms | 5 KB | — | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 80ms | 157 KB | 41% | $1/mo | Optional |
cursor.com cursor.com | Other | 71ms | 187 KB | — | $1/mo | Optional |
0ay7zb.cursor.com 0ay7zb.cursor.com | Other | 64ms | 11 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- cursor.com adds 1374ms and costs ~$24/month
- cursor.com adds 892ms and costs ~$15/month
- cursor.com adds 600ms and costs ~$10/month
- Unattributable adds 395ms and costs ~$7/month
- cursor.com adds 283ms 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
cursor.com takes 1374ms 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
cursor.com takes 892ms 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
cursor.com takes 600ms 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 395ms 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
cursor.com takes 283ms 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 analytics.tiktok.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