Performance
· 17 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.
4.13 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
17.86 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.62 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.022
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.77 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.
28.01 s
Page Load Progression
FPage Weight BudgetAction5.0 MB transferred, 156 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
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
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 CostAction12596ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cursor.com/marketing-static/_next/static/chunks/0wctz3hel4v8f.js?dpl=dpl_FuDTWiffS6ZNYELspE7gDZpoHLA7 | 4774ms | 3783ms | 18ms | 3rd |
| https://cursor.com/ | 2139ms | 54ms | 35ms | 3rd |
| https://cursor.com/marketing-static/_next/static/chunks/0-l9-.9ymblrk.js?dpl=dpl_FuDTWiffS6ZNYELspE7gDZpoHLA7 | 1861ms | 292ms | 10ms | 3rd |
| Unattributable | 797ms | 100ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-M2R7938W | 512ms | 410ms | 50ms | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js | 353ms | 210ms | 41ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-5H6JBHFD7Z&cx=c>m=4e64f1h2 | 347ms | 257ms | 40ms | 3rd |
| https://cursor.com/marketing-static/_next/static/chunks/0ou~ysm2gqek5.js?dpl=dpl_FuDTWiffS6ZNYELspE7gDZpoHLA7 | 255ms | 169ms | 50ms | 3rd |
| https://cursor.com/marketing-static/_next/static/chunks/0d7k1wi~uxvxn.js?dpl=dpl_FuDTWiffS6ZNYELspE7gDZpoHLA7 | 229ms | 181ms | 4ms | 3rd |
| https://cursor.com/marketing-static/_next/static/chunks/0m7n79wrn9oni.js?dpl=dpl_FuDTWiffS6ZNYELspE7gDZpoHLA7 | 201ms | 127ms | 12ms | 3rd |
Showing top 10 of 21 scripts
FJS BundlesAction82 scripts, 1.1 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_FuDTWiffS6ZNYELspE7gDZpoHLA7 | 347 KB | 346 KB (100%) | ✓ | 3rd |
| https://cursor.com/marketing-static/_next/static/chunks/144xc~5r_u5ld.js?dpl=dpl_FuDTWiffS6ZNYELspE7gDZpoHLA7 | 239 KB | 217 KB (91%) | ✓ | 3rd |
| https://cursor.com/marketing-static/_next/static/chunks/09u86nqvkwgzd.js?dpl=dpl_FuDTWiffS6ZNYELspE7gDZpoHLA7 | 178 KB | 137 KB (77%) | ✓ | 3rd |
| https://cursor.com/marketing-static/_next/static/chunks/168zo1p2ggt.t.js?dpl=dpl_FuDTWiffS6ZNYELspE7gDZpoHLA7 | 68 KB | 67 KB (100%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-5H6JBHFD7Z&cx=c>m=4e64f1h2 | 157 KB | 65 KB (41%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-M2R7938W | 127 KB | 61 KB (49%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-17332771332 | 145 KB | 60 KB (41%) | ✓ | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js | 110 KB | 56 KB (52%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 96 KB | 34 KB (35%) | ✓ | 3rd |
| https://cursor.com/marketing-static/_next/static/chunks/0tspfn~2g8ciu.js?dpl=dpl_FuDTWiffS6ZNYELspE7gDZpoHLA7 | 43 KB | 24 KB (57%) | ✓ | 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 InventoryAction156 resources · 5.0 MB · 1.1 MB savings availableFIX
~1.1 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 156 resources | 5.0 MiB | ||||||
BImage Optimization18 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 Hints18 hints, 0 missing preconnectsPASS
Current Resource Hints
18 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall156 requests over 3087msINFO
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 | 4774ms | 71 KB | 32% | kr11452/mo | Costly |
cursor.com cursor.com | Other | 2139ms | 68 KB | — | kr5130/mo | Costly |
cursor.com cursor.com | Other | 1861ms | 49 KB | — | kr4465/mo | Costly |
Unattributable Unattributable | Other | 797ms | 0 KB | — | kr1912/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 512ms | 127 KB | 49% | kr1228/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 353ms | 110 KB | 52% | kr848/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 347ms | 157 KB | 41% | kr833/mo | Costly |
cursor.com cursor.com | Other | 255ms | 187 KB | — | kr611/mo | Costly |
cursor.com cursor.com | Other | 229ms | 6 KB | — | kr549/mo | Costly |
cursor.com cursor.com | Other | 201ms | 37 KB | — | kr481/mo | Costly |
0ay7zb.cursor.com 0ay7zb.cursor.com | Other | 195ms | 11 KB | — | kr468/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 132ms | 96 KB | 35% | kr316/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 130ms | 145 KB | 41% | kr311/mo | Costly |
cursor.com cursor.com | Other | 123ms | 28 KB | — | kr295/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 108ms | 16 KB | — | kr260/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 97ms | 44 KB | — | kr232/mo | Costly |
cursor.com cursor.com | Other | 84ms | 31 KB | — | kr202/mo | Costly |
cursor.com cursor.com | Other | 74ms | 347 KB | 100% | kr178/mo | Costly |
cursor.com cursor.com | Other | 70ms | 47 KB | — | kr168/mo | Costly |
cursor.com cursor.com | Other | 58ms | 239 KB | 91% | kr139/mo | Costly |
cursor.com cursor.com | Other | 57ms | 178 KB | 77% | kr137/mo | Costly |
These scripts may cost more than they're worth
- cursor.com adds 4774ms and costs ~kr11452/month
- cursor.com adds 2139ms and costs ~kr5130/month
- cursor.com adds 1861ms and costs ~kr4465/month
- Unattributable adds 797ms and costs ~kr1912/month
- Google Tag Manager adds 512ms and costs ~kr1228/month
- analytics.tiktok.com adds 353ms and costs ~kr848/month
- Google Tag Manager adds 347ms and costs ~kr833/month
- cursor.com adds 255ms and costs ~kr611/month
- cursor.com adds 229ms and costs ~kr549/month
- cursor.com adds 201ms and costs ~kr481/month
- 0ay7zb.cursor.com adds 195ms and costs ~kr468/month
- Facebook Pixel adds 132ms and costs ~kr316/month
- Google Tag Manager adds 130ms and costs ~kr311/month
- cursor.com adds 123ms and costs ~kr295/month
- Facebook Pixel adds 108ms and costs ~kr260/month
- Facebook Pixel adds 97ms and costs ~kr232/month
- cursor.com adds 84ms and costs ~kr202/month
- cursor.com adds 74ms and costs ~kr178/month
- cursor.com adds 70ms and costs ~kr168/month
- cursor.com adds 58ms and costs ~kr139/month
- cursor.com adds 57ms and costs ~kr137/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 4774ms 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 2139ms 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 1861ms 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 797ms 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
Google Tag Manager takes 512ms 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
analytics.tiktok.com takes 353ms 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
Google Tag Manager takes 347ms 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 255ms 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 229ms 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 201ms 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
0ay7zb.cursor.com takes 195ms 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
Facebook Pixel takes 132ms 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
Google Tag Manager takes 130ms 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 123ms 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
Facebook Pixel takes 108ms 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
Facebook Pixel takes 97ms 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 84ms 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 74ms 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
100% of cursor.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
cursor.com takes 70ms 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 58ms 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
91% of cursor.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
cursor.com takes 57ms 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
77% of cursor.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