Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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 | 55 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.
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.
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 |
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.
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 |
|---|---|
| www.cursor.com/ | 363 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.
Diagnostics
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.4 s | 1.0 s | 5.9 ms |
| cursor.com/ | 892 ms | 33 ms | 13 ms |
| /marketing-static/_next/static/chunks/0-l9-.9ymblrk.js?dp... | 600 ms | 124 ms | 5.5 ms |
| Unattributable | 395 ms | 24 ms | 0.0 ms |
| /marketing-static/_next/static/chunks/0m7n79wrn9oni.js?dp... | 283 ms | 187 ms | 7.7 ms |
| www.googletagmanager.com/gtm.js?id=GTM-M2R7938W | 177 ms | 140 ms | 29 ms |
| analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js | 114 ms | 95 ms | 19 ms |
| /marketing-static/_next/static/chunks/06zu7_6mbt6a1.js?dp... | 90 ms | 82 ms | 2.1 ms |
| /marketing-static/_next/static/chunks/turbopack-0botq3dh3... | 87 ms | 86 ms | 0.6 ms |
| www.googletagmanager.com/gtag/js?id=G-5H6JBHFD7Z&cx=c>m=4e6460 | 80 ms | 67 ms | 12 ms |
| /marketing-static/_next/static/chunks/0ou~ysm2gqek5.js?dp... | 71 ms | 46 ms | 17 ms |
| /analytics/measure-v1.js?key=6f091e8fd6f3c36209a1e08f140c... | 64 ms | 62 ms | 1.0 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 | 2.2 s |
| Other | 1.2 s |
| Style & Layout | 663 ms |
| Script Parsing & Compilation | 458 ms |
| Rendering | 248 ms |
| Parse HTML & CSS | 70 ms |
| Garbage Collection | 36 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 |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
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.
Accessibility
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.
ARIA
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.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Cursor
Get Cursor
IN PROGRESS 1
Analyze Tab vs Agent Usage Patterns
Fetching da… 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 |
GitHub Pull Request
Get BugBot
leerob
5m ago
@cursor can you review this PR?
cu… div.z-20 > div.no-drag-img > div.absolute > div#demo-window-github-pr |
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.
Contrast
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 reviews your PRs in GitHub, collaborates in Slack, and runs in your term… div.col-span-full > div.w-full > div.type-base > div.type-base |
Learn about Cursor's surfaces → div.col-span-full > div.w-full > div.mt-v8/12 > span.btn-tertiary |
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 |
Gemini 3 Pro 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 |
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 |
Mar 25, 2026 article.flex > a.card > div.text-theme-text-mid > time.type-base |
Mar 19, 2026 article.flex > a.card > div.text-theme-text-mid > time.type-base |
Mar 11, 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.
Best Practices
General
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 273, 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=4e6460 line 236, col 226 | Connecting to 'https://stats.g.doubleclick.net/g/collect?v=2&tid=G-5H6JBHFD7Z&cid=1356105848.1775594191>m=45je6460v9238630528z89237776711za20gzb9237776711zd9237776711&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~116991817~117384405~118128922~118131810' 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?frm=0&en=page_view&dl=https%3A%2F%2Fcursor.com%2F&scrsrc=www.googletagmanager.com&rnd=415151399.1775594190&dt=Cursor%3A%20The%20best%20way%20to%20code%20with%20AI&auid=1592910858.1775594190&navt=n&npa=1>m=45be6461h2v9231728922za200zd9231728922xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~116991816~117266400~117384406&apve=1&apvf=f&apvc=1&tids=AW-17332771332&tid=AW-17332771332&tft=1775594190201&tfd=2871' 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?frm=0&en=page_view&dl=https%3A%2F%2Fcursor.com%2F&scrsrc=www.googletagmanager.com&rnd=415151399.1775594190&dt=Cursor%3A%20The%20best%20way%20to%20code%20with%20AI&auid=1592910858.1775594190&navt=n&npa=1>m=45be6461h2v9231728922za200zd9231728922xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~116991816~117266400~117384406&apve=1&apvf=f&apvc=1&tids=AW-17332771332&tid=AW-17332771332&tft=1775594190201&tfd=2871. Refused to connect because it violates the document's Content Security Policy. |
Loading the image 'https://www.google.com/ccm/collect?frm=0&en=page_view&dl=https%3A%2F%2Fcursor.com%2F&scrsrc=www.googletagmanager.com&rnd=415151399.1775594190&dt=Cursor%3A%20The%20best%20way%20to%20code%20with%20AI&auid=1592910858.1775594190&navt=n&npa=1>m=45be6461h2v9231728922za200zd9231728922xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~116991816~117266400~117384406&apve=1&apvf=f&apvc=1&tids=AW-17332771332&tid=AW-17332771332&tft=1775594190201&tfd=2871' 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=1356105848.1775594191>m=45je6460v9238630528z89237776711za20gzb9237776711zd9237776711&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~116991817~117384405~118128922~118131810&z=1725048969' 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.
SEO
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.
Crawling and Indexing
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.