Mobile 375 × 812

Desktop 1440 × 900

Score: 76 / 100
Based on 8 categories, 0 sections
Room to improve — your 17.9s load time is above Google's 2.5s 'Good' threshold.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Strong compliance posture across regulations.
Rich content metadata — your pages look great everywhere.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 13.3 MB (5.0 MB transferred)
Performance issues directly impact user engagement and conversion rates.
4 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
4 image-only link(s) without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/2ca9a596-7347-41fa-ac47-e8176ecbbf08)<a href="https://beavercheck.com/results/2ca9a596-7347-41fa-ac47-e8176ecbbf08"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fcursor.sh" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fcursor.shThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 17.9s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
4 barrier(s) likely increasing bounce by ~23%.
Page takes 17.9s to load
+12% bounceUsers abandon at ~3s — you're 15.4s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.6s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
ISK 72,000 investment → ISK 176/month returns + EUR 120,500,000 risk avoided
ISK 72,000
6h · 5 findings
ISK 176 /mo
~ISK 2,109 / year
EUR 120,500,000
if kept compliant
ISK 12,000 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.0 developer hours at kr12000/hr
Based on Iceland rates (kr12000/hr)
Start here for the best return on investment
ISK 10,041,842 / month at risk
~ISK 120,502,109 / year if left unfixed
€120,500,000
+6 more
ISK 176 /mo
15816.8 MB/mo × 11.111 ISK/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
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
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| cursor.com/marketing-static/fonts/cursor-icons-16.woff2 | 25 ms |
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /marketing-static/_next/static/chunks/0owbk4tbf34-u.css?d... | 1.2 KiB | |
| /marketing-static/_next/static/chunks/0cwfo1abcubu0.css?d... | 32.6 KiB | 301 ms |
| /marketing-static/_next/static/chunks/0n3w.msyn~5aj.css?d... | 12.0 KiB | 150 ms |
| /marketing-static/_next/static/chunks/0r9gwd9~fc_t9.css?d... | 1.0 KiB |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| connect.facebook.net/en_US/fbevents.js | 1200.0 s | 96.4 KiB |
| /signals/config/547821531655094?v=2.9.298&r=stable&domain... | 1200.0 s | 44.3 KiB |
| www.redditstatic.com/ads/pixel.js?pixel_id=a2_io7m1pn781g4 | 60.0 s | 19.0 KiB |
| /signals/config/1600187491022491?v=2.9.298&r=stable&domai... | 1200.0 s | 15.9 KiB |
| /analytics/measure-v1.js?key=6f091e8fd6f3c36209a1e08f140c... | 259200.0 s | 10.9 KiB |
| /rp.gif?ts=1776362563893&id=a2_io7m1pn781g4&event=PageVis... | 0.0 ms | 666 B |
| /analytics/loader-v1.js?key=6f091e8fd6f3c36209a1e08f140c7... | 604800.0 s | 1.4 KiB |
| /tr/?id=1600187491022491&ev=PageView&dl=https%3A%2F%2Fcur... | 0.0 ms | 19 B |
| /tr/?id=547821531655094&ev=PageView&dl=https%3A%2F%2Fcurs... | 0.0 ms | 16 B |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.group/rec > div.relative > div.absolute > img.absolute div.group/rec > div.relative > div.absolute > img.absolute | cursor.com/marketing-static/demos/cursor-wallpaper.png | 1.4 MiB | 1.4 MiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| cursor.sh/ | 778 ms |
| cursor.com/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /marketing-static/_next/static/chunks/0n3w.msyn~5aj.css?d... | 11.8 KiB | 11.5 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /marketing-static/_next/static/chunks/0bp101vfbkqyt.js?dp... | 346.5 KiB | 346.4 KiB |
| /marketing-static/_next/static/chunks/144xc~5r_u5ld.js?dp... | 238.8 KiB | 217.1 KiB |
| /marketing-static/_next/static/chunks/09u86nqvkwgzd.js?dp... | 177.6 KiB | 136.6 KiB |
| /marketing-static/_next/static/chunks/168zo1p2ggt.t.js?dp... | 67.3 KiB | 67.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-5H6JBHFD7Z&cx=c>m=4e64f1h2 | 157.1 KiB | 64.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-M2R7938W | 126.3 KiB | 61.3 KiB |
| www.googletagmanager.com/gtag/js?id=AW-17332771332 | 144.5 KiB | 59.6 KiB |
| analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js | 109.0 KiB | 56.2 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.3 KiB | 33.7 KiB |
| /marketing-static/_next/static/chunks/0tspfn~2g8ciu.js?dp... | 43.2 KiB | 24.4 KiB |
| /marketing-static/_next/static/chunks/0wctz3hel4v8f.js?dp... | 70.5 KiB | 22.9 KiB |
| /marketing-static/_next/static/chunks/00n0n22qp6eay.js?dp... | 20.9 KiB | 20.9 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 6.4 s |
| Other | 3.0 s |
| Style & Layout | 2.0 s |
| Script Parsing & Compilation | 896 ms |
| Rendering | 681 ms |
| Garbage Collection | 141 ms |
| Parse HTML & CSS | 132 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cursor CLI
Cursor Agent
~/cursor/cursor-web
Analyze Tab vs Agent Usage Patterns… div.relative > div.no-drag-img > div.absolute > div#demo-window-cursor-agent-cli |
Cursor Desktop
IN PROGRESS 1
Analyze Tab vs Agent Usage Patterns
Fetching data
… div.relative > div.no-drag-img > div.absolute > div#demo-window-cursor-ide |
Cursor
feature-prd.md
presence.ts
Plans
feature-prd.md
Composer 2
Build
Mission… div.z-20 > div.no-drag-img > div.absolute > div#demo-window-agent-react-hooks |
Slack
#feature-realtime-sync
8 members
swhitmore
5m
i wanna be able to go to cu… div.z-20 > div.no-drag-img > div.absolute > div#demo-window-slack |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Thought div.rounded-lg > div.type-product-base > div.flex > span.text-theme-text-sec |
Read div.rounded-lg > div.type-product-base > div.flex > span.text-theme-text-sec |
Searched div.rounded-lg > div.type-product-base > div.flex > span.text-theme-text-sec |
Accelerate development by handing off tasks to Cursor, while you focus on makin… div.col-span-full > div.w-full > div.type-base > div.type-base |
Learn about agentic development → div.col-span-full > div.w-full > div.mt-v8/12 > span.btn-tertiary |
Agents use their own computers to build, test, and demo features end to end for… div.col-span-full > div.w-full > div.type-base > div.type-base |
Learn about cloud agents → div.w-full > div.mt-v1 > div.flex > a.btn-tertiary |
Explored div.px-4 > div.space-y-1.5 > div.type-product-base > span.flex-shrink-0 |
Worked for 14m 22s div.h-full > div.px-4 > div.space-y-1.5 > div.type-product-base |
Processed div.px-4 > div.space-y-1.5 > div.type-product-base > span.flex-shrink-0 |
Add a follow up... div.flex > div.bg-theme-product-chrome > div.border-theme-border-02 > div.text-theme-text-sec |
Agent div.flex > div.relative > button.type-product-sm > span |
Opus 4.6 div.flex > div.relative > button.text-theme-text-sec > span |
Cursor runs in your terminal, collaborates in Slack, and reviews PRs in GitHub. div.col-span-full > div.w-full > div.type-base > div.type-base |
Our specialized Tab model predicts your next action with striking speed and pre… div.col-span-full > div.w-full > div.type-base > div.type-base |
General Partner, Y Combinator div.mt-v2 > figcaption > div.type-sm > span.type-sm |
President & CEO, NVIDIA div.mt-v2 > figcaption > div.type-sm > span.type-sm |
CEO, Eureka Labs div.mt-v2 > figcaption > div.type-sm > span.type-sm |
Choose between every cutting-edge model from OpenAI, Anthropic, Gemini, xAI, an… div.card > div.type-base > div > div.text-theme-text-sec |
Explore models ↗ div.card > div.type-base > div.mt-auto > a.btn-tertiary |
Agent div.flex > div.flex > button.bg-theme-card-03-hex > span |
Opus 4.6 div.flex > div.relative > button.text-theme-text-sec > span |
Suggested div.p-1 > button.text-theme-text-sec > span.flex > span.text-theme-text-tertiary |
Cursor learns how your codebase works, no matter the scale or complexity. div.card > div.type-base > div > div.text-theme-text-sec |
Learn about codebase indexing ↗ div.card > div.type-base > div.mt-auto > a.btn-tertiary |
Trusted by over half of the Fortune 500 to accelerate development, securely and… div.card > div.type-base > div > div.text-theme-text-sec |
Explore enterprise → div.card > div.type-base > div.mt-auto > a.btn-tertiary |
Apr 15, 2026 article.flex > a.card > div.text-theme-text-mid > time.type-base |
3.1 article.flex > a.card > div.text-theme-text-mid > span.label |
Apr 13, 2026 article.flex > a.card > div.text-theme-text-mid > time.type-base |
Apr 8, 2026 article.flex > a.card > div.text-theme-text-mid > time.type-base |
3.0 article.flex > a.card > div.text-theme-text-mid > span.label |
Apr 2, 2026 article.flex > a.card > div.text-theme-text-mid > time.type-base |
See what's new in Cursor → main#main > section.bg-theme-bg > div.container > a.btn-text |
Join us
→ div.w-full > div.mt-v8/12 > div.flex > a.btn-tertiary |
Mar 27, 2026 a.card > div.flex > div.type-base > time.type-base |
Research a.card > div.flex > div.type-base > span |
Sasha Rush div.flex > div.mt-v8/12 > div.type-base > span |
3 min read div.mt-v8/12 > div.type-base > span.whitespace-nowrap > span |
Apr 2, 2026 a.card > div.flex > div.type-base > time.type-base |
Product a.card > div.flex > div.type-base > span |
Michael & Sualeh div.flex > div.mt-v8/12 > div.type-base > span |
10 min read div.mt-v8/12 > div.type-base > span.whitespace-nowrap > span |
Mar 19, 2026 a.card > div.flex > div.type-base > time.type-base |
Research a.card > div.flex > div.type-base > span |
Cursor Team div.flex > div.mt-v8/12 > div.type-base > span |
3 min read div.mt-v8/12 > div.type-base > span.whitespace-nowrap > span |
Mar 11, 2026 a.card > div.flex > div.type-base > time.type-base |
Research a.card > div.flex > div.type-base > span |
Naman Jain div.flex > div.mt-v8/12 > div.type-base > span |
7 min read div.mt-v8/12 > div.type-base > span.whitespace-nowrap > span |
View all blog posts → main#main > section.section > div.container > a.btn-text |
Product nav > div.gap-x-g1 > div > h3.type-base |
Resources nav > div.gap-x-g1 > div > h3.type-base |
Company nav > div.gap-x-g1 > div > h3.type-base |
Legal nav > div.gap-x-g1 > div > h3.type-base |
Connect nav > div.gap-x-g1 > div > h3.type-base |
© 2026 Anysphere, Inc. footer#site-footer > div.gap-v2 > div.text-theme-text-sec > small.type-base |
Anysphere, Inc. div.gap-v2 > div.text-theme-text-sec > small.type-base > a.hover:text-theme-text |
SOC 2 Certified div.gap-v2 > div.text-theme-text-sec > small.type-base > a.hover:text-theme-text |
These are opportunities to improve the legibility of your content.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
curl https://cursor.com/install -fsS | bash div.w-full > div.mt-v1 > div.flex > div.inline-grid |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Connecting to 'https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6' violates the following Content Security Policy directive: "connect-src 'self' cursor.com *.cursor.com cursor.sh *.cursor.sh unifyintent.com *.unifyintent.com *.cloudfront.net pro.ip-api.com *.liadm.com *.usbrowserspeed.com alocdn.com 9xgnrndqve.execute-api.us-west-2.amazonaws.com api.ashbyhq.com jobs.ashbyhq.com api.conceptualhq.com ip.conceptualhq.com *.facebook.com facebook.com featureassets.org prodregistryv2.org youtube.com *.youtube.com js.zi-scripts.com ws.zoominfo.com *.zoominfo.com *.chilipiper.com www.googletagmanager.com *.google-analytics.com analytics.google.com *.analytics.google.com *.roadwayai.com *.mux.com stream.mux.com inferred.litix.io". The action has been blocked. | |
Connecting to 'https://analytics.tiktok.com/api/v2/pixel' violates the following Content Security Policy directive: "connect-src 'self' cursor.com *.cursor.com cursor.sh *.cursor.sh unifyintent.com *.unifyintent.com *.cloudfront.net pro.ip-api.com *.liadm.com *.usbrowserspeed.com alocdn.com 9xgnrndqve.execute-api.us-west-2.amazonaws.com api.ashbyhq.com jobs.ashbyhq.com api.conceptualhq.com ip.conceptualhq.com *.facebook.com facebook.com featureassets.org prodregistryv2.org youtube.com *.youtube.com js.zi-scripts.com ws.zoominfo.com *.zoominfo.com *.chilipiper.com www.googletagmanager.com *.google-analytics.com analytics.google.com *.analytics.google.com *.roadwayai.com *.mux.com stream.mux.com inferred.litix.io". The action has been blocked. | |
Connecting to 'https://analytics.tiktok.com/api/v2/pixel' violates the following Content Security Policy directive: "connect-src 'self' cursor.com *.cursor.com cursor.sh *.cursor.sh unifyintent.com *.unifyintent.com *.cloudfront.net pro.ip-api.com *.liadm.com *.usbrowserspeed.com alocdn.com 9xgnrndqve.execute-api.us-west-2.amazonaws.com api.ashbyhq.com jobs.ashbyhq.com api.conceptualhq.com ip.conceptualhq.com *.facebook.com facebook.com featureassets.org prodregistryv2.org youtube.com *.youtube.com js.zi-scripts.com ws.zoominfo.com *.zoominfo.com *.chilipiper.com www.googletagmanager.com *.google-analytics.com analytics.google.com *.analytics.google.com *.roadwayai.com *.mux.com stream.mux.com inferred.litix.io". The action has been blocked. | |
Connecting to 'https://analytics.tiktok.com/api/v2/pixel/act' violates the following Content Security Policy directive: "connect-src 'self' cursor.com *.cursor.com cursor.sh *.cursor.sh unifyintent.com *.unifyintent.com *.cloudfront.net pro.ip-api.com *.liadm.com *.usbrowserspeed.com alocdn.com 9xgnrndqve.execute-api.us-west-2.amazonaws.com api.ashbyhq.com jobs.ashbyhq.com api.conceptualhq.com ip.conceptualhq.com *.facebook.com facebook.com featureassets.org prodregistryv2.org youtube.com *.youtube.com js.zi-scripts.com ws.zoominfo.com *.zoominfo.com *.chilipiper.com www.googletagmanager.com *.google-analytics.com analytics.google.com *.analytics.google.com *.roadwayai.com *.mux.com stream.mux.com inferred.litix.io". The action has been blocked. | |
Connecting to 'https://pixel-config.reddit.com/pixels/a2_io7m1pn781g4/config' violates the following Content Security Policy directive: "connect-src 'self' cursor.com *.cursor.com cursor.sh *.cursor.sh unifyintent.com *.unifyintent.com *.cloudfront.net pro.ip-api.com *.liadm.com *.usbrowserspeed.com alocdn.com 9xgnrndqve.execute-api.us-west-2.amazonaws.com api.ashbyhq.com jobs.ashbyhq.com api.conceptualhq.com ip.conceptualhq.com *.facebook.com facebook.com featureassets.org prodregistryv2.org youtube.com *.youtube.com js.zi-scripts.com ws.zoominfo.com *.zoominfo.com *.chilipiper.com www.googletagmanager.com *.google-analytics.com analytics.google.com *.analytics.google.com *.roadwayai.com *.mux.com stream.mux.com inferred.litix.io". The action has been blocked. | |
www.googletagmanager.com/gtag/js?id=G-5H6JBHFD7Z&cx=c>m=4e64f1h2 line 236, col 226 | Connecting to 'https://stats.g.doubleclick.net/g/collect?v=2&tid=G-5H6JBHFD7Z&cid=930651532.1776362564>m=45je64f1h2v9238630528z89237776711za20gzb9237776711zd9237776711&rcb=16&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266401~117384406~117971173' violates the following Content Security Policy directive: "connect-src 'self' cursor.com *.cursor.com cursor.sh *.cursor.sh unifyintent.com *.unifyintent.com *.cloudfront.net pro.ip-api.com *.liadm.com *.usbrowserspeed.com alocdn.com 9xgnrndqve.execute-api.us-west-2.amazonaws.com api.ashbyhq.com jobs.ashbyhq.com api.conceptualhq.com ip.conceptualhq.com *.facebook.com facebook.com featureassets.org prodregistryv2.org youtube.com *.youtube.com js.zi-scripts.com ws.zoominfo.com *.zoominfo.com *.chilipiper.com www.googletagmanager.com *.google-analytics.com analytics.google.com *.analytics.google.com *.roadwayai.com *.mux.com stream.mux.com inferred.litix.io". The action has been blocked. |
www.googletagmanager.com/gtag/js?id=AW-17332771332 line 176, col 390 | Connecting to 'https://www.google.com/ccm/collect?rcb=8&frm=0&en=page_view&dl=https%3A%2F%2Fcursor.com%2F&scrsrc=www.googletagmanager.com&rnd=2028780056.1776362563&dt=Cursor%3A%20The%20best%20way%20to%20code%20with%20AI&auid=1229867248.1776362563&navt=n&npa=1>m=45be64f0v9231728922za200zd9231728922xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266401~118128922&apve=1&apvf=f&apvc=1&tids=AW-17332771332&tid=AW-17332771332&tft=1776362563308&tfd=1812' violates the following Content Security Policy directive: "connect-src 'self' cursor.com *.cursor.com cursor.sh *.cursor.sh unifyintent.com *.unifyintent.com *.cloudfront.net pro.ip-api.com *.liadm.com *.usbrowserspeed.com alocdn.com 9xgnrndqve.execute-api.us-west-2.amazonaws.com api.ashbyhq.com jobs.ashbyhq.com api.conceptualhq.com ip.conceptualhq.com *.facebook.com facebook.com featureassets.org prodregistryv2.org youtube.com *.youtube.com js.zi-scripts.com ws.zoominfo.com *.zoominfo.com *.chilipiper.com www.googletagmanager.com *.google-analytics.com analytics.google.com *.analytics.google.com *.roadwayai.com *.mux.com stream.mux.com inferred.litix.io". The action has been blocked. |
www.googletagmanager.com/gtag/js?id=AW-17332771332 line 176, col 390 | Fetch API cannot load https://www.google.com/ccm/collect?rcb=8&frm=0&en=page_view&dl=https%3A%2F%2Fcursor.com%2F&scrsrc=www.googletagmanager.com&rnd=2028780056.1776362563&dt=Cursor%3A%20The%20best%20way%20to%20code%20with%20AI&auid=1229867248.1776362563&navt=n&npa=1>m=45be64f0v9231728922za200zd9231728922xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266401~118128922&apve=1&apvf=f&apvc=1&tids=AW-17332771332&tid=AW-17332771332&tft=1776362563308&tfd=1812. Refused to connect because it violates the document's Content Security Policy. |
Loading the image 'https://www.google.com/ccm/collect?rcb=8&frm=0&en=page_view&dl=https%3A%2F%2Fcursor.com%2F&scrsrc=www.googletagmanager.com&rnd=2028780056.1776362563&dt=Cursor%3A%20The%20best%20way%20to%20code%20with%20AI&auid=1229867248.1776362563&navt=n&npa=1>m=45be64f0v9231728922za200zd9231728922xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266401~118128922&apve=1&apvf=f&apvc=1&tids=AW-17332771332&tid=AW-17332771332&tft=1776362563308&tfd=1812' violates the following Content Security Policy directive: "img-src 'self' blob: data: cursor.com *.cursor.com cursor.sh *.cursor.sh *.tiktok.com alb.reddit.com www.redditstatic.com *.public.blob.vercel-storage.com *.facebook.com facebook.com *.chilipiper.com www.googletagmanager.com *.google-analytics.com *.mux.com image.mux.com". The action has been blocked. | |
Loading the image 'https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-5H6JBHFD7Z&cid=930651532.1776362564>m=45je64f1h2v9238630528z89237776711za20gzb9237776711zd9237776711&rcb=16&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266401~117384406~117971173&z=1605661759' violates the following Content Security Policy directive: "img-src 'self' blob: data: cursor.com *.cursor.com cursor.sh *.cursor.sh *.tiktok.com alb.reddit.com www.redditstatic.com *.public.blob.vercel-storage.com *.facebook.com facebook.com *.chilipiper.com www.googletagmanager.com *.google-analytics.com *.mux.com image.mux.com". The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
View PR div.min-w-0 > div > div.mt-3 > a.type-slack-sm-semibold |
Open in Cursor div.min-w-0 > div > div.mt-3 > a.type-slack-sm-semibold |
Open in Web div.min-w-0 > div > div.mt-3 > a.type-slack-sm-semibold |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.01 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.73 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
126 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.008
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.55 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.
5.35 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| cursor.com/marketing-static/fonts/cursor-icons-16.woff2 | 30 ms |
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /marketing-static/_next/static/chunks/0cwfo1abcubu0.css?d... | 32.6 KiB | 82 ms |
| /marketing-static/_next/static/chunks/0n3w.msyn~5aj.css?d... | 12.1 KiB | |
| /marketing-static/_next/static/chunks/0r9gwd9~fc_t9.css?d... | 1.0 KiB | |
| /marketing-static/_next/static/chunks/0owbk4tbf34-u.css?d... | 1.2 KiB |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| connect.facebook.net/en_US/fbevents.js | 1200.0 s | 96.4 KiB |
| /signals/config/547821531655094?v=2.9.298&r=stable&domain... | 1200.0 s | 44.3 KiB |
| www.redditstatic.com/ads/pixel.js?pixel_id=a2_io7m1pn781g4 | 60.0 s | 19.0 KiB |
| /signals/config/1600187491022491?v=2.9.298&r=stable&domai... | 1200.0 s | 15.9 KiB |
| /analytics/measure-v1.js?key=6f091e8fd6f3c36209a1e08f140c... | 259200.0 s | 10.9 KiB |
| /rp.gif?ts=1776362590854&id=a2_io7m1pn781g4&event=PageVis... | 0.0 ms | 666 B |
| /analytics/loader-v1.js?key=6f091e8fd6f3c36209a1e08f140c7... | 604800.0 s | 1.4 KiB |
| /tr/?id=1600187491022491&ev=PageView&dl=https%3A%2F%2Fcur... | 0.0 ms | 19 B |
| /tr/?id=547821531655094&ev=PageView&dl=https%3A%2F%2Fcurs... | 0.0 ms | 16 B |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.group/rec > div.relative > div.absolute > img.absolute div.group/rec > div.relative > div.absolute > img.absolute | cursor.com/marketing-static/demos/cursor-wallpaper.png | 1.4 MiB | 1.4 MiB |
Abstract waves background div.z-20 > div.no-drag-img > div.absolute > img.absolute | /marketing-static/_next/image?url=https%3A%2F%2Fptht05hbb... | 151.9 KiB | 104.7 KiB |
div.container > div.media-border-container > div.relative > img.absolute div.container > div.media-border-container > div.relative > img.absolute | /marketing-static/_next/image?url=https%3A%2F%2Fptht05hbb... | 128.9 KiB | 53.6 KiB |
div.z-20 > div.no-drag-img > div.absolute > img.absolute div.z-20 > div.no-drag-img > div.absolute > img.absolute | /marketing-static/_next/image?url=https%3A%2F%2Fptht05hbb... | 77.0 KiB | 14.5 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| cursor.sh/ | 233 ms |
| cursor.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| /marketing-static/_next/static/chunks/0wctz3hel4v8f.js?dp... | 1.2 s | 955 ms | 9.1 ms |
| cursor.com/ | 656 ms | 23 ms | 13 ms |
| /marketing-static/_next/static/chunks/0-l9-.9ymblrk.js?dp... | 429 ms | 74 ms | 2.7 ms |
| Unattributable | 273 ms | 16 ms | 0.0 ms |
| /marketing-static/_next/static/chunks/0m7n79wrn9oni.js?dp... | 194 ms | 134 ms | 5.9 ms |
| www.googletagmanager.com/gtm.js?id=GTM-M2R7938W | 134 ms | 104 ms | 11 ms |
| analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js | 86 ms | 65 ms | 12 ms |
| www.googletagmanager.com/gtag/js?id=G-5H6JBHFD7Z&cx=c>m=4e64f0&bs=ctrl2 | 70 ms | 58 ms | 12 ms |
| /marketing-static/_next/static/chunks/0ubj8n~1c_wkf.js?dp... | 51 ms | 47 ms | 3.7 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.7 s |
| Other | 914 ms |
| Style & Layout | 473 ms |
| Script Parsing & Compilation | 260 ms |
| Rendering | 196 ms |
| Parse HTML & CSS | 36 ms |
| Garbage Collection | 30 ms |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /marketing-static/_next/static/chunks/0n3w.msyn~5aj.css?d... | 11.8 KiB | 11.5 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cursor CLI
Get CLI
Cursor Agent
~/cursor/cursor-web
Analyze Tab vs Agent Usage … div.relative > div.no-drag-img > div.absolute > div#demo-window-cursor-agent-cli |
Cursor Desktop
Get Cursor
IN PROGRESS 1
Analyze Tab vs Agent Usage Patterns
Fet… div.relative > div.no-drag-img > div.absolute > div#demo-window-cursor-ide |
Cursor
Get Cursor
feature-prd.md
presence.ts
Plans
feature-prd.md
Composer 2
Bu… div.z-20 > div.no-drag-img > div.absolute > div#demo-window-agent-react-hooks |
Slack
Get Cursor for Slack
#feature-realtime-sync
8 members
swhitmore
5m
i wann… div.z-20 > div.no-drag-img > div.absolute > div#demo-window-slack |
cursor-agent
Get CLI
> agent
Cursor Agent
~/anysphere/research · main
plan miss… div.z-20 > div.no-drag-img > div.absolute > div#demo-window-cursor-agent-cli |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Accelerate development by handing off tasks to Cursor, while you focus on makin… div.col-span-full > div.w-full > div.type-base > div.type-base |
Learn about agentic development → div.col-span-full > div.w-full > div.mt-v8/12 > span.btn-tertiary |
Agents use their own computers to build, test, and demo features end to end for… div.col-span-full > div.w-full > div.type-base > div.type-base |
Learn about cloud agents → div.w-full > div.mt-v1 > div.flex > a.btn-tertiary |
Explored div.px-4 > div.space-y-1.5 > div.type-product-base > span.flex-shrink-0 |
Worked for 14m 22s div.h-full > div.px-4 > div.space-y-1.5 > div.type-product-base |
Processed div.px-4 > div.space-y-1.5 > div.type-product-base > span.flex-shrink-0 |
Add a follow up... div.flex > div.bg-theme-product-chrome > div.border-theme-border-02 > div.text-theme-text-sec |
Agent div.flex > div.relative > button.type-product-sm > span |
Opus 4.6 div.flex > div.relative > button.text-theme-text-sec > span |
Cursor runs in your terminal, collaborates in Slack, and reviews PRs in GitHub. div.col-span-full > div.w-full > div.type-base > div.type-base |
Our specialized Tab model predicts your next action with striking speed and pre… div.col-span-full > div.w-full > div.type-base > div.type-base |
Learn about Tab → div.col-span-full > div.w-full > div.mt-v8/12 > span.btn-tertiary |
General Partner, Y Combinator div.mt-v2 > figcaption > div.type-sm > span.type-sm |
President & CEO, NVIDIA div.mt-v2 > figcaption > div.type-sm > span.type-sm |
CEO, Eureka Labs div.mt-v2 > figcaption > div.type-sm > span.type-sm |
Co‑Founder & CEO, Stripe div.mt-v2 > figcaption > div.type-sm > span.type-sm |
Creator of shadcn/ui div.mt-v2 > figcaption > div.type-sm > span.type-sm |
President, OpenAI div.mt-v2 > figcaption > div.type-sm > span.type-sm |
Choose between every cutting-edge model from OpenAI, Anthropic, Gemini, xAI, an… div.card > div.type-base > div > div.text-theme-text-sec |
Explore models ↗ div.card > div.type-base > div.mt-auto > a.btn-tertiary |
Agent div.flex > div.flex > button.bg-theme-card-03-hex > span |
Opus 4.6 div.flex > div.relative > button.text-theme-text-sec > span |
Suggested div.p-1 > button.text-theme-text-sec > span.flex > span.text-theme-text-tertiary |
Cursor learns how your codebase works, no matter the scale or complexity. div.card > div.type-base > div > div.text-theme-text-sec |
Learn about codebase indexing ↗ div.card > div.type-base > div.mt-auto > a.btn-tertiary |
Trusted by over half of the Fortune 500 to accelerate development, securely and… div.card > div.type-base > div > div.text-theme-text-sec |
Explore enterprise → div.card > div.type-base > div.mt-auto > a.btn-tertiary |
Apr 15, 2026 article.flex > a.card > div.text-theme-text-mid > time.type-base |
3.1 article.flex > a.card > div.text-theme-text-mid > span.label |
Apr 13, 2026 article.flex > a.card > div.text-theme-text-mid > time.type-base |
Apr 8, 2026 article.flex > a.card > div.text-theme-text-mid > time.type-base |
3.0 article.flex > a.card > div.text-theme-text-mid > span.label |
Apr 2, 2026 article.flex > a.card > div.text-theme-text-mid > time.type-base |
See what's new in Cursor → main#main > section.bg-theme-bg > div.container > a.btn-text |
Join us
→ div.w-full > div.mt-v8/12 > div.flex > a.btn-tertiary |
Mar 27, 2026 a.card > div.flex > div.type-base > time.type-base |
Research a.card > div.flex > div.type-base > span |
Sasha Rush div.flex > div.mt-v8/12 > div.type-base > span |
3 min read div.mt-v8/12 > div.type-base > span.whitespace-nowrap > span |
Apr 2, 2026 a.card > div.flex > div.type-base > time.type-base |
Product a.card > div.flex > div.type-base > span |
Michael & Sualeh div.flex > div.mt-v8/12 > div.type-base > span |
10 min read div.mt-v8/12 > div.type-base > span.whitespace-nowrap > span |
Mar 19, 2026 a.card > div.flex > div.type-base > time.type-base |
Research a.card > div.flex > div.type-base > span |
Cursor Team div.flex > div.mt-v8/12 > div.type-base > span |
3 min read div.mt-v8/12 > div.type-base > span.whitespace-nowrap > span |
Mar 11, 2026 a.card > div.flex > div.type-base > time.type-base |
Research a.card > div.flex > div.type-base > span |
Naman Jain div.flex > div.mt-v8/12 > div.type-base > span |
7 min read div.mt-v8/12 > div.type-base > span.whitespace-nowrap > span |
View all blog posts → main#main > section.section > div.container > a.btn-text |
Product nav > div.gap-x-g1 > div > h3.type-base |
Resources nav > div.gap-x-g1 > div > h3.type-base |
Company nav > div.gap-x-g1 > div > h3.type-base |
Legal nav > div.gap-x-g1 > div > h3.type-base |
Connect nav > div.gap-x-g1 > div > h3.type-base |
© 2026 Anysphere, Inc. footer#site-footer > div.gap-v2 > div.text-theme-text-sec > small.type-base |
Anysphere, Inc. div.gap-v2 > div.text-theme-text-sec > small.type-base > a.hover:text-theme-text |
SOC 2 Certified div.gap-v2 > div.text-theme-text-sec > small.type-base > a.hover:text-theme-text |
These are opportunities to improve the legibility of your content.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
curl https://cursor.com/install -fsS | bash div.w-full > div.mt-v1 > div.flex > div.inline-grid |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Connecting to 'https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6' violates the following Content Security Policy directive: "connect-src 'self' cursor.com *.cursor.com cursor.sh *.cursor.sh unifyintent.com *.unifyintent.com *.cloudfront.net pro.ip-api.com *.liadm.com *.usbrowserspeed.com alocdn.com 9xgnrndqve.execute-api.us-west-2.amazonaws.com api.ashbyhq.com jobs.ashbyhq.com api.conceptualhq.com ip.conceptualhq.com *.facebook.com facebook.com featureassets.org prodregistryv2.org youtube.com *.youtube.com js.zi-scripts.com ws.zoominfo.com *.zoominfo.com *.chilipiper.com www.googletagmanager.com *.google-analytics.com analytics.google.com *.analytics.google.com *.roadwayai.com *.mux.com stream.mux.com inferred.litix.io". The action has been blocked. | |
Connecting to 'https://analytics.tiktok.com/api/v2/pixel' violates the following Content Security Policy directive: "connect-src 'self' cursor.com *.cursor.com cursor.sh *.cursor.sh unifyintent.com *.unifyintent.com *.cloudfront.net pro.ip-api.com *.liadm.com *.usbrowserspeed.com alocdn.com 9xgnrndqve.execute-api.us-west-2.amazonaws.com api.ashbyhq.com jobs.ashbyhq.com api.conceptualhq.com ip.conceptualhq.com *.facebook.com facebook.com featureassets.org prodregistryv2.org youtube.com *.youtube.com js.zi-scripts.com ws.zoominfo.com *.zoominfo.com *.chilipiper.com www.googletagmanager.com *.google-analytics.com analytics.google.com *.analytics.google.com *.roadwayai.com *.mux.com stream.mux.com inferred.litix.io". The action has been blocked. | |
Connecting to 'https://analytics.tiktok.com/api/v2/pixel' violates the following Content Security Policy directive: "connect-src 'self' cursor.com *.cursor.com cursor.sh *.cursor.sh unifyintent.com *.unifyintent.com *.cloudfront.net pro.ip-api.com *.liadm.com *.usbrowserspeed.com alocdn.com 9xgnrndqve.execute-api.us-west-2.amazonaws.com api.ashbyhq.com jobs.ashbyhq.com api.conceptualhq.com ip.conceptualhq.com *.facebook.com facebook.com featureassets.org prodregistryv2.org youtube.com *.youtube.com js.zi-scripts.com ws.zoominfo.com *.zoominfo.com *.chilipiper.com www.googletagmanager.com *.google-analytics.com analytics.google.com *.analytics.google.com *.roadwayai.com *.mux.com stream.mux.com inferred.litix.io". The action has been blocked. | |
Connecting to 'https://analytics.tiktok.com/api/v2/pixel/act' violates the following Content Security Policy directive: "connect-src 'self' cursor.com *.cursor.com cursor.sh *.cursor.sh unifyintent.com *.unifyintent.com *.cloudfront.net pro.ip-api.com *.liadm.com *.usbrowserspeed.com alocdn.com 9xgnrndqve.execute-api.us-west-2.amazonaws.com api.ashbyhq.com jobs.ashbyhq.com api.conceptualhq.com ip.conceptualhq.com *.facebook.com facebook.com featureassets.org prodregistryv2.org youtube.com *.youtube.com js.zi-scripts.com ws.zoominfo.com *.zoominfo.com *.chilipiper.com www.googletagmanager.com *.google-analytics.com analytics.google.com *.analytics.google.com *.roadwayai.com *.mux.com stream.mux.com inferred.litix.io". The action has been blocked. | |
Connecting to 'https://pixel-config.reddit.com/pixels/a2_io7m1pn781g4/config' violates the following Content Security Policy directive: "connect-src 'self' cursor.com *.cursor.com cursor.sh *.cursor.sh unifyintent.com *.unifyintent.com *.cloudfront.net pro.ip-api.com *.liadm.com *.usbrowserspeed.com alocdn.com 9xgnrndqve.execute-api.us-west-2.amazonaws.com api.ashbyhq.com jobs.ashbyhq.com api.conceptualhq.com ip.conceptualhq.com *.facebook.com facebook.com featureassets.org prodregistryv2.org youtube.com *.youtube.com js.zi-scripts.com ws.zoominfo.com *.zoominfo.com *.chilipiper.com www.googletagmanager.com *.google-analytics.com analytics.google.com *.analytics.google.com *.roadwayai.com *.mux.com stream.mux.com inferred.litix.io". The action has been blocked. | |
Connecting to 'https://stats.g.doubleclick.net/g/collect?v=2&tid=G-5H6JBHFD7Z&cid=1873177777.1776362591>m=45je64f0v9238630528z89237776711za20gzb9237776711zd9237776711&rcb=10&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938468~117266401~117971173~118289195' violates the following Content Security Policy directive: "connect-src 'self' cursor.com *.cursor.com cursor.sh *.cursor.sh unifyintent.com *.unifyintent.com *.cloudfront.net pro.ip-api.com *.liadm.com *.usbrowserspeed.com alocdn.com 9xgnrndqve.execute-api.us-west-2.amazonaws.com api.ashbyhq.com jobs.ashbyhq.com api.conceptualhq.com ip.conceptualhq.com *.facebook.com facebook.com featureassets.org prodregistryv2.org youtube.com *.youtube.com js.zi-scripts.com ws.zoominfo.com *.zoominfo.com *.chilipiper.com www.googletagmanager.com *.google-analytics.com analytics.google.com *.analytics.google.com *.roadwayai.com *.mux.com stream.mux.com inferred.litix.io". The action has been blocked. | |
www.googletagmanager.com/gtag/js?id=AW-17332771332 line 176, col 390 | Connecting to 'https://www.google.com/ccm/collect?rcb=15&frm=0&en=page_view&dl=https%3A%2F%2Fcursor.com%2F&scrsrc=www.googletagmanager.com&rnd=1971848915.1776362591&dt=Cursor%3A%20The%20best%20way%20to%20code%20with%20AI&auid=1131123804.1776362591&navt=n&npa=1>m=45be64f0v9231728922za200zd9231728922xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938469~117266400~118289195&apve=1&apvf=f&apvc=1&tids=AW-17332771332&tid=AW-17332771332&tft=1776362590548&tfd=2415' violates the following Content Security Policy directive: "connect-src 'self' cursor.com *.cursor.com cursor.sh *.cursor.sh unifyintent.com *.unifyintent.com *.cloudfront.net pro.ip-api.com *.liadm.com *.usbrowserspeed.com alocdn.com 9xgnrndqve.execute-api.us-west-2.amazonaws.com api.ashbyhq.com jobs.ashbyhq.com api.conceptualhq.com ip.conceptualhq.com *.facebook.com facebook.com featureassets.org prodregistryv2.org youtube.com *.youtube.com js.zi-scripts.com ws.zoominfo.com *.zoominfo.com *.chilipiper.com www.googletagmanager.com *.google-analytics.com analytics.google.com *.analytics.google.com *.roadwayai.com *.mux.com stream.mux.com inferred.litix.io". The action has been blocked. |
www.googletagmanager.com/gtag/js?id=AW-17332771332 line 176, col 390 | Fetch API cannot load https://www.google.com/ccm/collect?rcb=15&frm=0&en=page_view&dl=https%3A%2F%2Fcursor.com%2F&scrsrc=www.googletagmanager.com&rnd=1971848915.1776362591&dt=Cursor%3A%20The%20best%20way%20to%20code%20with%20AI&auid=1131123804.1776362591&navt=n&npa=1>m=45be64f0v9231728922za200zd9231728922xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938469~117266400~118289195&apve=1&apvf=f&apvc=1&tids=AW-17332771332&tid=AW-17332771332&tft=1776362590548&tfd=2415. Refused to connect because it violates the document's Content Security Policy. |
Loading the image 'https://www.google.com/ccm/collect?rcb=15&frm=0&en=page_view&dl=https%3A%2F%2Fcursor.com%2F&scrsrc=www.googletagmanager.com&rnd=1971848915.1776362591&dt=Cursor%3A%20The%20best%20way%20to%20code%20with%20AI&auid=1131123804.1776362591&navt=n&npa=1>m=45be64f0v9231728922za200zd9231728922xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938469~117266400~118289195&apve=1&apvf=f&apvc=1&tids=AW-17332771332&tid=AW-17332771332&tft=1776362590548&tfd=2415' violates the following Content Security Policy directive: "img-src 'self' blob: data: cursor.com *.cursor.com cursor.sh *.cursor.sh *.tiktok.com alb.reddit.com www.redditstatic.com *.public.blob.vercel-storage.com *.facebook.com facebook.com *.chilipiper.com www.googletagmanager.com *.google-analytics.com *.mux.com image.mux.com". The action has been blocked. | |
Loading the image 'https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-5H6JBHFD7Z&cid=1873177777.1776362591>m=45je64f0v9238630528z89237776711za20gzb9237776711zd9237776711&rcb=10&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938468~117266401~117971173~118289195&z=1663660140' violates the following Content Security Policy directive: "img-src 'self' blob: data: cursor.com *.cursor.com cursor.sh *.cursor.sh *.tiktok.com alb.reddit.com www.redditstatic.com *.public.blob.vercel-storage.com *.facebook.com facebook.com *.chilipiper.com www.googletagmanager.com *.google-analytics.com *.mux.com image.mux.com". The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
View PR div.min-w-0 > div > div.mt-3 > a.type-slack-sm-semibold |
Open in Cursor div.min-w-0 > div > div.mt-3 > a.type-slack-sm-semibold |
Open in Web div.min-w-0 > div > div.mt-3 > a.type-slack-sm-semibold |
To appear in search results, crawlers need access to your app.
Send Feedback