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.
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.
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.
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 | |
|---|---|---|---|
GitHub code review by the Seer highlighting a potential bug: inconsistent error… div.flex-grid-cell > div.justify-items-center > div.relative > img.tab-img-2 | sentry.io/_vercel/image?url=_astro%2Ftabs-b-3.DBuDJxCL.webp&w=640&q=100 | 64.7 KiB | 48.7 KiB |
Sentry trace waterfall view for an HTTP POST to /api/v1/buy-plants, showing AI-… div.flex-grid-cell > div.justify-items-center > div.relative > img.tab-img-1 | sentry.io/_vercel/image?url=_astro%2Ftabs-a-2.BeO7Y7Ee.webp&w=640&q=100 | 60.4 KiB | 45.4 KiB |
Sentry issue detail page for a fatal read ETIMEDOUT error on a GET /api/project… div.flex-grid-cell > div.justify-items-center > div.relative > img.tab-img-0 | sentry.io/_vercel/image?url=_astro%2Ftabs-b-1.CxQnCdrJ.webp&w=640&q=100 | 49.4 KiB | 37.1 KiB |
Sentry Session Replay showing a user session on empower-plant.com with clicks, … div.flex-grid-cell > div.justify-items-center > div.relative > img.tab-img-0 | sentry.io/_vercel/image?url=_astro%2Ftabs-a-1.3EhRDHX9.webp&w=640&q=100 | 46.8 KiB | 35.2 KiB |
Code diff view showing new configurations added to prevent database timeout err… div.flex-grid-cell > div.justify-items-center > div.relative > img.tab-img-1 | sentry.io/_vercel/image?url=_astro%2Ftabs-b-2.Bc7JV4Tp.webp&w=640&q=100 | 42.7 KiB | 32.1 KiB |
Sentry issue view showing an unhandled exception in src/main.py at line 279: “E… div.flex-grid-cell > div.justify-items-center > div.relative > img.tab-img-2 | sentry.io/_vercel/image?url=_astro%2Ftabs-a-3.BH8DXd6a.webp&w=640&q=100 | 40.2 KiB | 30.2 KiB |
Illustration of a terminal-style window showing the command npm install @sentry… div.flex > div.bg-gradient-to-r > div.rounded-[0.6625rem] > img.w-full | sentry.io/_vercel/image?url=_astro%2Finstall-1-line.CStr0HQx.webp&w=828&q=100 | 26.8 KiB | 15.7 KiB |
div.container > div.animated-logo-grid-wrapper > div.ufo-container > img.ufo div.container > div.animated-logo-grid-wrapper > div.ufo-container > img.ufo | sentry.io/_astro/ufo-abduction-image.CCCweOzA.webp | 11.6 KiB | 10.8 KiB |
Chat-style interface showing “Sentry agent connected” and a user named “codydea… div.flex > div.bg-gradient-to-r > div.rounded-[0.6625rem] > img.w-full | sentry.io/_vercel/image?url=_astro%2Fmcp-integration.BsYvoh98.webp&w=828&q=100 | 15.9 KiB | 9.3 KiB |
A section labeled “Root Cause” with code insight stating: “The code attempts to… div.flex > div.bg-gradient-to-r > div.rounded-[0.6625rem] > img.w-full | sentry.io/_vercel/image?url=_astro%2Fautomatic-rca.CGAenFBp.webp&w=828&q=100 | 15.4 KiB | 9.0 KiB |
Code snippet with a console warning message and a Sentry UI section showing a b… div.flex > div.bg-gradient-to-r > div.rounded-[0.6625rem] > img.w-full | sentry.io/_vercel/image?url=_astro%2Fai-code-review.zf1XFlmB.webp&w=828&q=100 | 12.3 KiB | 7.2 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.
| URL | Transfer Size |
|---|---|
| sentry.io/_astro/_slug_.BMaqGsss.css | 1.4 KiB |
| sentry.io/_astro/_slug_.utFj-uUR.css | 25.2 KiB |
| sentry.io/_astro/_slug_.C88tuRea.css | 4.4 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Diagnostics
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 |
|---|---|---|
| sentry.io/_astro/_slug_.utFj-uUR.css | 25.2 KiB | 19.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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| sentry.io/_astro/index.BSQljMam.js | 47.9 KiB | 23.3 KiB |
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 |
|---|---|
| Other | 1.2 s |
| Script Evaluation | 760 ms |
| Style & Layout | 143 ms |
| Rendering | 50 ms |
| Parse HTML & CSS | 23 ms |
| Garbage Collection | 16 ms |
| Script Parsing & Compilation | 5.7 ms |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.container > div.animated-logo-grid-wrapper > div.ufo-container > img.ufo div.container > div.animated-logo-grid-wrapper > div.ufo-container > img.ufo | sentry.io/_astro/ufo-abduction-image.CCCweOzA.webp |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| sentry.io/ | 346 ms |
| sentry.io/welcome/ | 0.0 ms |
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
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
main#main-content > div.toggle-container > div.toggle-wrapper > div.toggle-track main#main-content > div.toggle-container > div.toggle-wrapper > div.toggle-track |
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.
Names and labels
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Next.js
Angular
Android
iOS
Flutter
React Native
.NET MAUI
Python
Node.js
React… div.getting-started-container > div.flex > div.select-wrapper > select#installation-dropdown-23 |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Left Installation Instructions Image Mobile section.relative > div.container > div.getting-started-container > img.md:hidden | sentry.io/_astro/getting-started-img-left.CRIbD4_5.webp | 248 x 410 (0.60) | 466 x 410 (1.14) |
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.