Mobile 375 × 812

Desktop 1440 × 900

Score: 73 / 100
Based on 8 categories, 0 sections
Room to improve — your 34.4s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
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 15.3 MB (7.9 MB transferred)
Performance issues directly impact user engagement and conversion rates.
2 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 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/46869d66-9602-4056-b3a7-95b8807d019d)<a href="https://beavercheck.com/results/46869d66-9602-4056-b3a7-95b8807d019d"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fjetbrains.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fjetbrains.comThis 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 34.4s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~28%.
Page takes 34.4s to load
+12% bounceUsers abandon at ~3s — you're 31.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 628ms
+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
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
17 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€510 investment → €1.84/month returns + EUR 120,500,000 risk avoided
€510
6h · 5 findings
€1.84 /mo
~€22 / year
EUR 120,500,000
if kept compliant
€85 — 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 €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,669 / month at risk
~€120,500,022 / year if left unfixed
€120,500,000
+16 more
€1.84 /mo
24792.2 MB/mo × 0.074 EUR/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.
16.33 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
34.37 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
628 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
16.33 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.
35.46 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.
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 |
|---|---|---|
| resources.jetbrains.com/storage/optly/26613100737.js | 600.0 s | 130.8 KiB |
| /storage/jetbrains-mono/v2.304/webfonts/JetBrainsMono-Bol... | 600.0 s | 92.9 KiB |
| /storage/jetbrains-sans/google-fonts/v1.309/variable/JetB... | 600.0 s | 59.2 KiB |
| cdn.cookiehub.eu/c2/0acea1b9.js | 86400.0 s | 38.8 KiB |
| cdn.cookiehub.eu/c2/css/0acea1b9.css | 86400.0 s | 13.1 KiB |
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.
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.
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.value-card > div._wrapper_77npfm_3 > div.value-card__img > img div.value-card > div._wrapper_77npfm_3 > div.value-card__img > img | www.jetbrains.com/img/home-page/screenshots/rider.gif | 3.4 MiB | 3.4 MiB |
Rider div.wt-container > div.wt-row > div.wt-col > img.ides-b2b-hero-section__image | www.jetbrains.com/img/home-page/rider-main-window.png | 241.7 KiB | 230.4 KiB |
PyCharm div.wt-container > div.wt-row > div.wt-col > img.ides-b2b-hero-section__image | www.jetbrains.com/img/home-page/pycharm-main-window.png | 241.2 KiB | 229.8 KiB |
WebStorm div.wt-container > div.wt-row > div.wt-col > img.ides-b2b-hero-section__image | www.jetbrains.com/img/home-page/webstorm-main-window.png | 234.9 KiB | 223.8 KiB |
IntelliJ IDEA div.wt-container > div.wt-row > div.wt-col > img.ides-b2b-hero-section__image | www.jetbrains.com/img/home-page/idea-main-window.png | 234.1 KiB | 223.1 KiB |
Run AI agents side by side in one unified workflow
Download for macOS
Learn m… main#main-page > section.wt-section > div.wt-container > div.main-air-banner | /_assets/www/part/banner-section/air-banner/air-banner-ba... | 351.3 KiB | 60.5 KiB |
a._clickable_17150hd_111 > div.wt-row > div.wt-col > img.wt-display-none a._clickable_17150hd_111 > div.wt-row > div.wt-col > img.wt-display-none | www.jetbrains.com/img/home-page/teamcity-pipe.png | 42.0 KiB | 33.5 KiB |
scala div.cmn-ui-marquee > div.cmn-ui-marquee__group > div.main-languages-item > img.main-languages-item__logo | www.jetbrains.com/img/logos/languages/logo-scala.png | 5.5 KiB | 5.4 KiB |
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 |
|---|---|---|
| www.jetbrains.com/_assets/common.578dd59ae3f4b25d9603.js | 1.4 MiB | 7.8 s |
| resources.jetbrains.com/storage/optly/26613100737.js | 130.8 KiB | 2.1 s |
| www.jetbrains.com/_assets/banner-rotator.entry.12fe97407ac1e351ee5c.js | 26.9 KiB | 166 ms |
| www.jetbrains.com/_assets/index.entry.d31a7d149928a0ce6198.js | 53.5 KiB | 166 ms |
| www.jetbrains.com/_assets/index.entry.6aa9364c2c2885822d6a.css | 4.5 KiB | 166 ms |
| www.jetbrains.com/_assets/default-page.73f2ab31a743063a654e.js | 87.7 KiB | 499 ms |
| www.jetbrains.com/_assets/default-page.5e196666c65378bf4eb9.css | 30.9 KiB | 333 ms |
| www.jetbrains.com/_assets/banner-rotator.entry.3ef68c5b3cd7cb372be2.css | 3.8 KiB | |
| www.jetbrains.com/_assets/common.741accfab50732da372d.css | 102.4 KiB | 1.2 s |
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 |
|---|---|
| jetbrains.com/ | 800 ms |
| www.jetbrains.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 |
|---|---|---|
| www.jetbrains.com/_assets/common.741accfab50732da372d.css | 101.9 KiB | 93.9 KiB |
| www.jetbrains.com/_assets/default-page.5e196666c65378bf4eb9.css | 30.5 KiB | 29.2 KiB |
| cdn.cookiehub.eu/c2/css/0acea1b9.css | 12.2 KiB | 10.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 |
|---|---|---|
| www.jetbrains.com/_assets/common.578dd59ae3f4b25d9603.js | 1.4 MiB | 590.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-NL29B334>m=4e64f0&bs=ctrl2 | 167.8 KiB | 77.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-9J976DJZ68&cx=c>m=4e64f0&bs=ctrl2 | 174.8 KiB | 63.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-M8TDRLXFQH&cx=c>m=4e64f0&bs=ctrl2 | 143.5 KiB | 61.8 KiB |
| www.jetbrains.com/_assets/default-page.73f2ab31a743063a654e.js | 87.1 KiB | 55.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5P98 | 204.7 KiB | 55.3 KiB |
| resources.jetbrains.com/storage/optly/26613100737.js | 130.2 KiB | 50.5 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.jetbrains.com/_assets/common.578dd59ae3f4b25d9603.js | 3.2 s | 1.1 s | 317 ms |
| Unattributable | 763 ms | 38 ms | 0.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-5P98 | 725 ms | 647 ms | 58 ms |
| resources.jetbrains.com/storage/optly/26613100737.js | 630 ms | 551 ms | 56 ms |
| www.jetbrains.com/_assets/index.entry.d31a7d149928a0ce6198.js | 591 ms | 120 ms | 9.2 ms |
| www.jetbrains.com/ | 509 ms | 30 ms | 8.4 ms |
| cdn.cookiehub.eu/c2/0acea1b9.js | 446 ms | 265 ms | 12 ms |
| www.jetbrains.com/_assets/default-page.73f2ab31a743063a654e.js | 345 ms | 302 ms | 23 ms |
| www.googletagmanager.com/gtag/js?id=G-9J976DJZ68&cx=c>m=4e64f0&bs=ctrl2 | 339 ms | 285 ms | 51 ms |
| www.googletagmanager.com/gtm.js?id=GTM-NL29B334>m=4e64f0&bs=ctrl2 | 246 ms | 184 ms | 60 ms |
| www.googletagmanager.com/gtag/js?id=G-M8TDRLXFQH&cx=c>m=4e64f0&bs=ctrl2 | 187 ms | 157 ms | 28 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 | 3.7 s |
| Parse HTML & CSS | 1.5 s |
| Other | 1.1 s |
| Style & Layout | 806 ms |
| Script Parsing & Compilation | 630 ms |
| Rendering | 202 ms |
| Garbage Collection | 123 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.
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.value-card > div._wrapper_77npfm_3 > div.value-card__img > img div.value-card > div._wrapper_77npfm_3 > div.value-card__img > img | www.jetbrains.com/img/home-page/screenshots/rider.gif |
a._clickable_17150hd_111 > div.wt-row > div.wt-col > img.wt-display-none a._clickable_17150hd_111 > div.wt-row > div.wt-col > img.wt-display-none | www.jetbrains.com/img/home-page/teamcity-pipe.png |
scala div.cmn-ui-marquee > div.cmn-ui-marquee__group > div.main-languages-item > img.main-languages-item__logo | www.jetbrains.com/img/logos/languages/logo-scala.png |
scala div.cmn-ui-marquee > div.cmn-ui-marquee__group > div.main-languages-item > img.main-languages-item__logo | www.jetbrains.com/img/logos/languages/logo-scala.png |
BMW div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/bmw.png |
BMW div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/bmw.png |
Visa div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/visa.svg |
Visa div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/visa.svg |
Zynex div.wt-row > a._clickable_17150hd_111 > div.main-case-study-card__logo > img | www.jetbrains.com/img/logos/customers/logo_zynex_white.svg |
div.soc-certification-banner > div.wt-row > div.wt-col > img.soc-certification-banner__logo div.soc-certification-banner > div.wt-row > div.wt-col > img.soc-certification-banner__logo | /_assets/common-ui/components/soc-certification-banner/im... |
Citibank div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/citibank.svg |
Citibank div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/citibank.svg |
Valve div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/valve.svg |
Valve div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/valve.svg |
div.value-card > div._wrapper_77npfm_3 > div.value-card__img > img div.value-card > div._wrapper_77npfm_3 > div.value-card__img > img | www.jetbrains.com/img/home-page/screenshots/pycharm.svg |
div.value-card > div._wrapper_77npfm_3 > div.value-card__img > img div.value-card > div._wrapper_77npfm_3 > div.value-card__img > img | www.jetbrains.com/img/home-page/screenshots/webstorm.svg |
div.value-card > div._wrapper_77npfm_3 > div.value-card__img > img div.value-card > div._wrapper_77npfm_3 > div.value-card__img > img | www.jetbrains.com/img/home-page/screenshots/idea.svg |
Google div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/google.svg |
Google div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/google.svg |
Booking.com div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/booking-com.svg |
Booking.com div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/booking-com.svg |
Tesla div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/tesla.svg |
Oculus div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/oculus.svg |
Tesla div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/tesla.svg |
Oculus div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/oculus.svg |
ThoughtWorks div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/thought-works.svg |
ThoughtWorks div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/thought-works.svg |
Shopify div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/shopify.svg |
Shopify div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/shopify.svg |
Gradle Inc. div.wt-row > a._clickable_17150hd_111 > div.main-case-study-card__logo > img | www.jetbrains.com/img/logos/customers/logo_gradle_white.svg |
NASA div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/nasa.svg |
NASA div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/nasa.svg |
Volkswagen div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/volkswagen.svg |
Volkswagen div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/volkswagen.svg |
X div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/x.svg |
X div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/x.svg |
div.wt-container > div.main-air-banner > div.main-air-banner__text-container > img div.wt-container > div.main-air-banner > div.main-air-banner__text-container > img | www.jetbrains.com/part/banner-section/air-banner/air-logo.svg |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.wt-container > div.wt-row > div.wt-col > button._main_10h2pj3_62 div.wt-container > div.wt-row > div.wt-col > button._main_10h2pj3_62 |
div.wt-container > div.wt-row > div.wt-col > button._main_10h2pj3_62 div.wt-container > div.wt-row > div.wt-col > button._main_10h2pj3_62 |
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 |
|---|
English
Deutsch
Español
Français
日本語
한국어
Русский
简体中文
Português do Brasil div._main_s9jmmi_16 > div > div._wrapper_s9jmmi_20 > select._select_s9jmmi_24 |
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.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Boost developer experience div.wt-container > div.wt-row > div._tile_17150hd_245 > h4._rs-h2_1owszn1_1 |
These are opportunities to improve keyboard navigation in your application.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.jetbrains.com/legal/docs/privacy/cookie-notice/ | Learn more |
| air.dev/ | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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.
2.50 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.24 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
187 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.109
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.50 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.68 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.
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 |
|---|---|---|
| resources.jetbrains.com/storage/optly/26613100737.js | 600.0 s | 130.8 KiB |
| /storage/jetbrains-mono/v2.304/webfonts/JetBrainsMono-Bol... | 600.0 s | 92.9 KiB |
| /storage/jetbrains-sans/google-fonts/v1.309/variable/JetB... | 600.0 s | 59.2 KiB |
| cdn.cookiehub.eu/c2/0acea1b9.js | 86400.0 s | 38.8 KiB |
| cdn.cookiehub.eu/c2/css/0acea1b9.css | 86400.0 s | 13.1 KiB |
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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.
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 | |
|---|---|---|---|
Rider div.wt-container > div.wt-row > div.wt-col > img.ides-b2b-hero-section__image | www.jetbrains.com/img/home-page/rider-main-window.png | 241.7 KiB | 190.0 KiB |
PyCharm div.wt-container > div.wt-row > div.wt-col > img.ides-b2b-hero-section__image | www.jetbrains.com/img/home-page/pycharm-main-window.png | 241.2 KiB | 189.6 KiB |
WebStorm div.wt-container > div.wt-row > div.wt-col > img.ides-b2b-hero-section__image | www.jetbrains.com/img/home-page/webstorm-main-window.png | 234.9 KiB | 184.7 KiB |
IntelliJ IDEA div.wt-container > div.wt-row > div.wt-col > img.ides-b2b-hero-section__image | www.jetbrains.com/img/home-page/idea-main-window.png | 234.1 KiB | 184.0 KiB |
Run AI agents side by side in one unified workflow
Download for macOS
Learn m… main#main-page > section.wt-section > div.wt-container > div.main-air-banner | /_assets/www/part/banner-section/air-banner/air-banner-ba... | 351.3 KiB | 60.5 KiB |
section.wt-section > div.wt-container > div.main-air-banner > img.main-air-banner__illustration section.wt-section > div.wt-container > div.main-air-banner > img.main-air-banner__illustration | www.jetbrains.com/part/banner-section/air-banner/onboarding-parallel-tasks.png | 48.7 KiB | 38.1 KiB |
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.
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 |
|---|---|
| jetbrains.com/ | 248 ms |
| www.jetbrains.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Purpose-Built IDEs for Every Language and Stack
With the top AI agents in the … body.home-page > div.page > div.page__content | 0.053 |
Purpose-Built IDEs for Every Language and Stack
With the top AI agents in the … body.home-page > div.page > div.page__content | 0.053 |
Education div.wt-row > nav._mainMenu_d6gy2l_1 > div._mainMenuItem_12pvjzw_3 > button._mainMenuItem__action_12pvjzw_19 | 0.003 |
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 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 |
|---|---|---|
| www.jetbrains.com/_assets/common.741accfab50732da372d.css | 101.9 KiB | 94.7 KiB |
| www.jetbrains.com/_assets/default-page.5e196666c65378bf4eb9.css | 30.5 KiB | 29.2 KiB |
| cdn.cookiehub.eu/c2/css/0acea1b9.css | 12.2 KiB | 10.9 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 |
|---|---|---|
| www.jetbrains.com/_assets/common.578dd59ae3f4b25d9603.js | 1.4 MiB | 591.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-NL29B334>m=4e64f0 | 167.8 KiB | 77.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-9J976DJZ68&cx=c>m=4e64f0 | 174.8 KiB | 63.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-M8TDRLXFQH&cx=c>m=4e64f0 | 143.5 KiB | 61.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5P98 | 204.7 KiB | 55.7 KiB |
| www.jetbrains.com/_assets/default-page.73f2ab31a743063a654e.js | 87.2 KiB | 54.8 KiB |
| resources.jetbrains.com/storage/optly/26613100737.js | 130.2 KiB | 41.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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.jetbrains.com/_assets/common.578dd59ae3f4b25d9603.js | 845 ms | 279 ms | 116 ms |
| resources.jetbrains.com/storage/optly/26613100737.js | 421 ms | 383 ms | 11 ms |
| Unattributable | 215 ms | 9.8 ms | 0.0 ms |
| www.jetbrains.com/ | 192 ms | 6.6 ms | 2.8 ms |
| www.jetbrains.com/_assets/index.entry.d31a7d149928a0ce6198.js | 172 ms | 31 ms | 3.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-5P98 | 171 ms | 152 ms | 16 ms |
| www.jetbrains.com/_assets/default-page.73f2ab31a743063a654e.js | 92 ms | 85 ms | 7.4 ms |
| cdn.cookiehub.eu/c2/0acea1b9.js | 91 ms | 75 ms | 8.5 ms |
| www.googletagmanager.com/gtag/js?id=G-9J976DJZ68&cx=c>m=4e64f0 | 89 ms | 70 ms | 10 ms |
| www.googletagmanager.com/gtm.js?id=GTM-NL29B334>m=4e64f0 | 53 ms | 40 ms | 13 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.2 s |
| Other | 371 ms |
| Parse HTML & CSS | 325 ms |
| Style & Layout | 238 ms |
| Script Parsing & Compilation | 197 ms |
| Rendering | 55 ms |
| Garbage Collection | 37 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.
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 | |
|---|---|
scala div.cmn-ui-marquee > div.cmn-ui-marquee__group > div.main-languages-item > img.main-languages-item__logo | www.jetbrains.com/img/logos/languages/logo-scala.png |
scala div.cmn-ui-marquee > div.cmn-ui-marquee__group > div.main-languages-item > img.main-languages-item__logo | www.jetbrains.com/img/logos/languages/logo-scala.png |
BMW div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/bmw.png |
BMW div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/bmw.png |
Visa div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/visa.svg |
Visa div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/visa.svg |
Zynex div.wt-row > a._clickable_17150hd_111 > div.main-case-study-card__logo > img | www.jetbrains.com/img/logos/customers/logo_zynex_white.svg |
div.soc-certification-banner > div.wt-row > div.wt-col > img.soc-certification-banner__logo div.soc-certification-banner > div.wt-row > div.wt-col > img.soc-certification-banner__logo | /_assets/common-ui/components/soc-certification-banner/im... |
Citibank div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/citibank.svg |
Citibank div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/citibank.svg |
Valve div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/valve.svg |
Valve div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/valve.svg |
div.values > div.values__image > div._wrapper_77npfm_3 > img div.values > div.values__image > div._wrapper_77npfm_3 > img | www.jetbrains.com/img/home-page/screenshots/pycharm.svg |
Google div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/google.svg |
Google div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/google.svg |
Booking.com div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/booking-com.svg |
Booking.com div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/booking-com.svg |
Tesla div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/tesla.svg |
Oculus div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/oculus.svg |
Tesla div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/tesla.svg |
Oculus div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/oculus.svg |
ThoughtWorks div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/thought-works.svg |
ThoughtWorks div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/thought-works.svg |
Shopify div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/shopify.svg |
Shopify div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/shopify.svg |
Gradle Inc. div.wt-row > a._clickable_17150hd_111 > div.main-case-study-card__logo > img | www.jetbrains.com/img/logos/customers/logo_gradle_white.svg |
NASA div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/nasa.svg |
NASA div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/nasa.svg |
Volkswagen div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/volkswagen.svg |
Volkswagen div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/volkswagen.svg |
X div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/x.svg |
X div.wt-section > div.cmn-ui-marquee > div.cmn-ui-marquee__group > img.main-customers-list__logo | www.jetbrains.com/img/home-page/companies/x.svg |
div.wt-container > div.main-air-banner > div.main-air-banner__text-container > img div.wt-container > div.main-air-banner > div.main-air-banner__text-container > img | www.jetbrains.com/part/banner-section/air-banner/air-logo.svg |
div.wt-container > a.main-ide-services-card > picture > img.main-ide-services-card__bg-img div.wt-container > a.main-ide-services-card > picture > img.main-ide-services-card__bg-img |
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.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Boost developer experience div.wt-container > div.wt-row > div._tile_17150hd_245 > h4._rs-h2_1owszn1_1 |
These are opportunities to improve keyboard navigation in your application.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
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 |
|---|
For Business div.wt-row > nav._mainMenu_d6gy2l_1 > div._mainMenuItem_12pvjzw_3 > button._mainMenuItem__action_12pvjzw_19 |
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.jetbrains.com/legal/docs/privacy/cookie-notice/ | Learn more |
| air.dev/ | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback