Skip to content
Audit Complete

Results for https://www.sonarqube.org

Visit site
Spain Spain · Madrid Completed: Apr 7, 2026 20:45 UTC

Mobile 375 × 812

Screenshot of the audited page (Mobile 375×812)

Desktop 1440 × 900

Screenshot of the audited page (Desktop 1440×900)
C73

Site Health

Score: 73 / 100

Based on 8 categories, 0 sections

How is this calculated?

The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.

Performance 25%Security 25%Accessibility 15%SEO 10%Infrastructure 10%Compliance 8%Content 5%Sustainability 2%

Weights reflect general web best practices. Individual needs may differ.

Top Priorities (5)

1

Content-Security-Policy header is missing

Security › Security Headers
2

HSTS header is missing

Security › Security Headers
3

No Content-Security-Policy header found

Security › Content Security Policy
4

1 image(s) missing alt attribute

Accessibility › Alt Text Quality
5

184 HTTP requests — consider bundling or reducing

Performance › Page Weight Budget
BeaverCheck badge
Embed this badge
[![BeaverCheck](https://beavercheck.com/badge?url=https%3A%2F%2Fwww.sonarqube.org)](https://beavercheck.com/results/3c641422-940e-3042-73b5-53f0278963e4)
<a href="https://beavercheck.com/results/3c641422-940e-3042-73b5-53f0278963e4"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwww.sonarqube.org" alt="BeaverCheck Score"></a>
https://beavercheck.com/badge?url=https%3A%2F%2Fwww.sonarqube.org

This badge auto-updates with your latest scan result.

Was this report useful?

Thanks for your feedback!

Lighthouse Scores

Industry-standard audits powered by Google Lighthouse.

49
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
82
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
73
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

Core Web Vitals

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.

3.06 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

4.38 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

2.23 s

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.

4.21 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.

20.42 s

Detailed Report

Audit breakdown by category with detailed findings.

49

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

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

3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.

Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.

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.

headings: [map[key:source label:Top function call valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:31.702 source:map[column:1.718812e+06 line:2 type:source-location url:https://www.sonarsource.com/app-3172a3c071dab32cddeb.js urlProvider:network]]]
headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:86.563 source:map[type:text value:[unattributed]]] map[reflowTime:1.87 source:map[column:160776 line:0 type:source-location url:https://www.sonarsource.com/c8f7fe3b0e41be846d5687592cf2018ff6e22687-72ade12da2482d7c03c6.js urlProvider:network]] map[reflowTime:0.868 source:map[column:24326 line:0 type:source-location url:https://www.sonarsource.com/9992b78b14a71d8bd0cb414cb513094ce8a2a21b-d9edb2884d1c598d72cc.js urlProvider:network]] map[reflowTime:31.702 source:map[column:55 line:885 type:source-location url:https://www.googletagmanager.com/gtm.js?id=GTM-56V34P9 urlProvider:network]]]

Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size

URLResource SizeEst Savings
section.css-hpd81o > div.css-9y8f5k > picture.css-gmxnb1 > img.css-nrwp77 section.css-hpd81o > div.css-9y8f5k > picture.css-gmxnb1 > img.css-nrwp77
/ef593040-b591-0198-9506-ed88b30bc023/38955c91-7420-4a34-...97.7 KiB89.8 KiB

Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

lhId: page-0-IMG
nodeLabel: section.css-hpd81o > div.css-9y8f5k > picture.css-gmxnb1 > img.css-nrwp77
path: 1,HTML,1,BODY,3,DIV,0,DIV,3,MAIN,0,DIV,12,SECTION,0,DIV,0,PICTURE,3,IMG
selector: section.css-hpd81o > div.css-9y8f5k > picture.css-gmxnb1 > img.css-nrwp77
snippet: <img decoding="async" alt="" loading="eager" srcset="https://assets-eu-01.kc-usercontent.com:443/ef593040-b591-0198-9506-ed88b3…" width="2240" height="1260" class="css-nrwp77 ed0xv1y0">

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.

description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
value: no origins were preconnected
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates
value: No additional origins are good candidates for preconnecting

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.

URLTransfer SizeDuration
js.navattic.com/embeds.js6.2 KiB828 ms

A long cache lifetime can speed up repeat visits to your page. Learn more about caching.

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.

Estimated savings: 913 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.

TTI

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.

Diagnostics

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

CategoryTime Spent
Script Evaluation4.6 s
Other2.1 s
Style & Layout1.5 s
Script Parsing & Compilation668 ms
Parse HTML & CSS233 ms
Rendering174 ms
Garbage Collection149 ms

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.

Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions

URL
language switcher div#language-switcher > div.react-select__control > div.css-tj0ab2 > img
www.sonarsource.com/assets/icon_language.svg

More information about the performance of your application. These numbers don't directly affect the Performance score.

Layout shift culprits
Optimize DOM size
Font display
LCP breakdown
Modern HTTP
Optimize viewport for mobile
Minify CSS
Minify JavaScript
Reduce unused CSS
User Timing marks and measures 11 user timings
Avoid long main-thread tasks 20 long tasks found
Avoid non-composited animations 5 animated elements found
Page didn't prevent back/forward cache restoration
Network Requests
Network Round Trip Times 40 ms
Server Backend Latencies 160 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 170 ms
INP breakdown
Avoid large layout shifts
82

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

Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.

Failing Elements
Products SonarQube products SonarQube Cloud Cloud-based static analysis tool fo… nav.css-1fp82pj > ul.css-b5wfk1 > li.css-1j936iw > div.css-1r874ck
Why Sonar Use cases AI code quality Validate AI code for security and quality D… nav.css-1fp82pj > ul.css-b5wfk1 > li.css-1j936iw > div.css-1r874ck
Developers For developers Developer hub Learning center Commitment to open sour… nav.css-1fp82pj > ul.css-b5wfk1 > li.css-1j936iw > div.css-1r874ck
Resources Get started Onboarding hub Learning center Interactive demos Communit… nav.css-1fp82pj > ul.css-b5wfk1 > li.css-1j936iw > div.css-1r874ck
Company Learn about Sonar About Us Our customers Partners Events hub Newsroom C… nav.css-1fp82pj > ul.css-b5wfk1 > li.css-1y53taa > div.css-1r874ck
SonarQube SonarQube Industry leading products SonarQube Server SonarQube Cloud … section.css-mf87fb > div.css-jlorxn > div.css-17nla5q > ul.css-y25j1f

Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.

Failing Elements
div.css-1nbar7y > section.css-1bavp3g > div.css-psrmlu > div div.css-1nbar7y > section.css-1bavp3g > div.css-psrmlu > div
div.css-1nbar7y > section.css-1d19qss > div.css-p8qmoh > div div.css-1nbar7y > section.css-1d19qss > div.css-p8qmoh > div

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.

Tables and lists

Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.

Failing Elements
SonarQube SonarQube Industry leading products SonarQube Server SonarQube Cloud … div.css-jlorxn > div.css-17nla5q > ul.css-y25j1f > li.css-10mbhcw
Download div.css-jlorxn > div.css-17nla5q > ul.css-y25j1f > li.css-10mbhcw
Docs div.css-jlorxn > div.css-17nla5q > ul.css-y25j1f > li.css-10mbhcw
Pricing div.css-jlorxn > div.css-17nla5q > ul.css-y25j1f > li.css-10mbhcw

These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.

Navigation

A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.

Failing Elements
SAST div.swiper > div.swiper-wrapper > div.swiper-slide > li#tab:R1ak3ah:0
Taint analysis div.swiper > div.swiper-wrapper > div.swiper-slide > li#tab:R1ak3ah:1
Secrets detection div.swiper > div.swiper-wrapper > div.swiper-slide > li#tab:R1ak3ah:2
IaC scanning div.swiper > div.swiper-wrapper > div.swiper-slide > li#tab:R1ak3ah:3
Advanced SAST div.swiper > div.swiper-wrapper > div.swiper-slide > li#tab:R1ak3ah:4
SCA div.swiper > div.swiper-wrapper > div.swiper-slide > li#tab:R1ak3ah:5

These are opportunities to improve keyboard navigation in your application.

Best practices

Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.

Failing Elements
Control item 0 section.css-1lxt3h6 > div.css-167fs54 > div.css-13n7hpy > button.css-1b2yhzm
Control item 1 section.css-1lxt3h6 > div.css-167fs54 > div.css-13n7hpy > button.css-17t6fdk
Control item 2 section.css-1lxt3h6 > div.css-167fs54 > div.css-13n7hpy > button.css-17t6fdk
Control item 3 section.css-1lxt3h6 > div.css-167fs54 > div.css-13n7hpy > button.css-17t6fdk
Website Terms of Use div.css-1go16d5 > ul.css-6w0507 > li.css-1dsq0w7 > a.e1u9akvp0
Privacy Notice div.css-1go16d5 > ul.css-6w0507 > li.css-1dsq0w7 > a.e1u9akvp0
Cookie Policy div.css-1go16d5 > ul.css-6w0507 > li.css-1dsq0w7 > a.e1u9akvp0
Trust center div.css-1go16d5 > ul.css-6w0507 > li.css-1dsq0w7 > a.e1u9akvp0
Your Privacy Choices div.css-1go16d5 > ul.css-6w0507 > li.css-1dsq0w7 > button.e1u9akvp0
UK Modern Slavery Act Statement div.css-1go16d5 > ul.css-6w0507 > li.css-1dsq0w7 > a.e1u9akvp0
Unsubscribe div.css-1go16d5 > ul.css-6w0507 > li.css-1dsq0w7 > button.e1u9akvp0
Accessibility div.css-1go16d5 > ul.css-6w0507 > li.css-1dsq0w7 > button.e1u9akvp0

These items highlight common accessibility best practices.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]`s are contained by their required parent element
`[role]` values are valid
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
`[accesskey]` values are unique
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Background and foreground colors have a sufficient contrast ratio
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
`[lang]` attributes have a valid value
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
`button`, `link`, and `menuitem` elements have accessible names
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Elements with visible text labels have matching accessible names.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
73

Best Practices

General

Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.

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

SourceDescription
about:srcdoc line 1, col 0
Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-IANARvNcsNB1xqUOnRwaiGG4ys+/q2wT' 'unsafe-eval' 'strict-dynamic' 'unsafe-inline' 'self' https: http:'. Note that 'unsafe-inline' is ignored if either a hash or nonce value is present in the source list. 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.

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.

URLMap URL
/c8f7fe3b0e41be846d5687592cf2018ff6e22687-72ade12da2482d7.../c8f7fe3b0e41be846d5687592cf2018ff6e22687-72ade12da2482d7...
www.sonarsource.com/webpack-runtime-5334ed217ab4da055f48.jswww.sonarsource.com/webpack-runtime-5334ed217ab4da055f48.js.map
www.sonarsource.com/framework-61f603174610bdecf74e.jswww.sonarsource.com/framework-61f603174610bdecf74e.js.map
/deba5cbba0e67a859cdf5eb2f3392a4929c30a12-746f925bef16e8e.../deba5cbba0e67a859cdf5eb2f3392a4929c30a12-746f925bef16e8e...
/component---src-templates-general-page-template-tsx-be04.../component---src-templates-general-page-template-tsx-be04...
www.sonarsource.com/commons-8890b03468a586edcd23.jswww.sonarsource.com/commons-8890b03468a586edcd23.js.map
/b2bd5f470d26578604e73b9af9e1579669f382ef-5f467034ffbe961.../b2bd5f470d26578604e73b9af9e1579669f382ef-5f467034ffbe961...
www.sonarsource.com/app-3172a3c071dab32cddeb.jswww.sonarsource.com/app-3172a3c071dab32cddeb.js.map
www.sonarsource.com/a26710ff-4fe42013a6e44f7ac742.jswww.sonarsource.com/a26710ff-4fe42013a6e44f7ac742.js.map
www.sonarsource.com/9ff5b10e-640ccabbb82dfbce3884.jswww.sonarsource.com/9ff5b10e-640ccabbb82dfbce3884.js.map
/9992b78b14a71d8bd0cb414cb513094ce8a2a21b-d9edb2884d1c598.../9992b78b14a71d8bd0cb414cb513094ce8a2a21b-d9edb2884d1c598...
www.sonarsource.com/9741-2c4ff25829832f211d82.jswww.sonarsource.com/9741-2c4ff25829832f211d82.js.map
www.sonarsource.com/9361-319f1cfe2025fdb5788b.jswww.sonarsource.com/9361-319f1cfe2025fdb5788b.js.map
www.sonarsource.com/8887-dda87b22e7d20cb5049a.jswww.sonarsource.com/8887-dda87b22e7d20cb5049a.js.map
www.sonarsource.com/8881-0128b9f16ed8d2f04898.jswww.sonarsource.com/8881-0128b9f16ed8d2f04898.js.map
www.sonarsource.com/8833ea00-e34c0439f77f61bc800e.jswww.sonarsource.com/8833ea00-e34c0439f77f61bc800e.js.map
www.sonarsource.com/8356-06b2b19f2dd96cc74eab.jswww.sonarsource.com/8356-06b2b19f2dd96cc74eab.js.map
www.sonarsource.com/7575-bb2fbb7b3ad79e1e2255.jswww.sonarsource.com/7575-bb2fbb7b3ad79e1e2255.js.map
www.sonarsource.com/7391-db14b42f876d5e2ccb47.jswww.sonarsource.com/7391-db14b42f876d5e2ccb47.js.map
www.sonarsource.com/7226-dc34bff6b0250f6b629a.jswww.sonarsource.com/7226-dc34bff6b0250f6b629a.js.map
www.sonarsource.com/7150-562f96acdb25ef8bcfc1.jswww.sonarsource.com/7150-562f96acdb25ef8bcfc1.js.map
www.sonarsource.com/612-b6839476ffbc448b6d7c.jswww.sonarsource.com/612-b6839476ffbc448b6d7c.js.map
www.sonarsource.com/558-c3420d71653a0c6a34dc.jswww.sonarsource.com/558-c3420d71653a0c6a34dc.js.map
www.sonarsource.com/551-fb9d29e615f548a478c9.jswww.sonarsource.com/551-fb9d29e615f548a478c9.js.map
www.sonarsource.com/4793-df9525f31cb5ddba9aeb.jswww.sonarsource.com/4793-df9525f31cb5ddba9aeb.js.map
www.sonarsource.com/42ff6ddf-637feaa87e0f9770e8d7.jswww.sonarsource.com/42ff6ddf-637feaa87e0f9770e8d7.js.map
/4251bcea8c3d6c03a2f3d58c77108ee15f2c189d-38015a626c79615.../4251bcea8c3d6c03a2f3d58c77108ee15f2c189d-38015a626c79615...
www.sonarsource.com/3153-3ac969024a742a09d129.jswww.sonarsource.com/3153-3ac969024a742a09d129.js.map
www.sonarsource.com/2894-23348090f84819db458b.jswww.sonarsource.com/2894-23348090f84819db458b.js.map
/1c377de9871869784a9a644e97cd16155818224d-46697a2966b027f.../1c377de9871869784a9a644e97cd16155818224d-46697a2966b027f...
www.sonarsource.com/1048-35285c885dea20a6ee71.jswww.sonarsource.com/1048-35285c885dea20a6ee71.js.map
/035c3a5dbce655498ebf426080fef9033b4583db-393df6d1dadc0f6.../035c3a5dbce655498ebf426080fef9033b4583db-393df6d1dadc0f6...
www.sonarsource.com/00d96bfa-e2eac2ed4d3d173e7306.jswww.sonarsource.com/00d96bfa-e2eac2ed4d3d173e7306.js.map
Uses HTTPS
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
Ensure CSP is effective against XSS attacks
Ensure proper origin isolation with COOP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Redirects HTTP traffic to HTTPS
Use a strong HSTS policy
Mitigate clickjacking with XFO or CSP
92

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.

Content Best Practices

Format your HTML in a way that enables crawlers to better understand your app’s content.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links are crawlable
robots.txt is valid
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Lighthouse Scores

Industry-standard audits powered by Google Lighthouse. — Desktop

86
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
75
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
73
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

Core Web Vitals

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.09 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

1.15 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

240 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.

1.43 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.

4.81 s

Detailed Report

Audit breakdown by category with detailed findings.

86

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

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

3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.

Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.

Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

lhId: page-0-IMG
nodeLabel: section.css-hpd81o > div.css-9y8f5k > picture.css-gmxnb1 > img.css-nrwp77
path: 1,HTML,1,BODY,3,DIV,0,DIV,3,MAIN,0,DIV,12,SECTION,0,DIV,0,PICTURE,3,IMG
selector: section.css-hpd81o > div.css-9y8f5k > picture.css-gmxnb1 > img.css-nrwp77
snippet: <img decoding="async" alt="" loading="eager" srcset="https://assets-eu-01.kc-usercontent.com:443/ef593040-b591-0198-9506-ed88b3…" width="2240" height="1260" class="css-nrwp77 ed0xv1y0">

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.

description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
value: no origins were preconnected
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates
value: No additional origins are good candidates for preconnecting

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.

URLTransfer SizeDuration
js.navattic.com/embeds.js6.2 KiB293 ms

A long cache lifetime can speed up repeat visits to your page. Learn more about caching.

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.

Estimated savings: 362 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.

TTI

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.

Diagnostics

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

CategoryTime Spent
Script Evaluation976 ms
Other553 ms
Style & Layout298 ms
Script Parsing & Compilation218 ms
Parse HTML & CSS47 ms
Garbage Collection37 ms
Rendering36 ms

Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions

URL
language switcher div#language-switcher > div.react-select__control > div.css-tj0ab2 > img
www.sonarsource.com/assets/icon_language.svg

More information about the performance of your application. These numbers don't directly affect the Performance score.

Layout shift culprits
Optimize DOM size
Font display
Forced reflow
Improve image delivery
LCP breakdown
Modern HTTP
Optimize viewport for mobile
Minify CSS
Minify JavaScript
Reduce unused CSS
User Timing marks and measures 11 user timings
JavaScript execution time 1.0 s
Avoid long main-thread tasks 3 long tasks found
Page didn't prevent back/forward cache restoration
Network Requests
Network Round Trip Times 40 ms
Server Backend Latencies 160 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 60 ms
Avoid large layout shifts 1 layout shift found
INP breakdown
Avoid non-composited animations
75

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

Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.

Failing Elements
Interactive demos section.css-l1sqrk > ul.css-hpgf8j > li > a.etli69q0
Pricing section.css-l1sqrk > ul.css-hpgf8j > li > a.etli69q0
ROI calculator section.css-l1sqrk > ul.css-hpgf8j > li > a.etli69q0
Contact sales section.css-l1sqrk > ul.css-hpgf8j > li > a.etli69q0

Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.

Failing Elements
SonarQube products SonarQube Cloud Cloud-based static analysis tool for your CI… nav.css-1fp82pj > ul.css-b5wfk1 > li.css-1j936iw > div.css-1r874ck
Get started Onboarding hub Learning center Interactive demos Community SonarQub… nav.css-1fp82pj > ul.css-b5wfk1 > li.css-1j936iw > div.css-1r874ck
SonarQube Industry leading products SonarQube Server SonarQube Cloud SonarQube … section.css-mf87fb > div.css-jlorxn > div.css-17nla5q > ul.css-y25j1f

Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.

Failing Elements
div.css-1nbar7y > section.css-1bavp3g > div.css-psrmlu > div div.css-1nbar7y > section.css-1bavp3g > div.css-psrmlu > div
div.css-1nbar7y > section.css-1d19qss > div.css-p8qmoh > div div.css-1nbar7y > section.css-1d19qss > div.css-p8qmoh > div

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.

Failing Elements
Interactive demos section.css-l1sqrk > ul.css-hpgf8j > li > a.etli69q0
Pricing section.css-l1sqrk > ul.css-hpgf8j > li > a.etli69q0
ROI calculator section.css-l1sqrk > ul.css-hpgf8j > li > a.etli69q0
Contact sales section.css-l1sqrk > ul.css-hpgf8j > li > a.etli69q0

These are opportunities to improve the legibility of your content.

Tables and lists

Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.

Failing Elements
SonarQube Industry leading products SonarQube Server SonarQube Cloud SonarQube … div.css-jlorxn > div.css-17nla5q > ul.css-y25j1f > li.css-10mbhcw
Download div.css-jlorxn > div.css-17nla5q > ul.css-y25j1f > li.css-10mbhcw
Docs div.css-jlorxn > div.css-17nla5q > ul.css-y25j1f > li.css-10mbhcw
Pricing div.css-jlorxn > div.css-17nla5q > ul.css-y25j1f > li.css-10mbhcw

These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.

Navigation

A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.

Failing Elements
SAST div.swiper > div.swiper-wrapper > div.swiper-slide > li#tab:R1ak3ah:0
Taint analysis div.swiper > div.swiper-wrapper > div.swiper-slide > li#tab:R1ak3ah:1
Secrets detection div.swiper > div.swiper-wrapper > div.swiper-slide > li#tab:R1ak3ah:2
IaC scanning div.swiper > div.swiper-wrapper > div.swiper-slide > li#tab:R1ak3ah:3
Advanced SAST div.swiper > div.swiper-wrapper > div.swiper-slide > li#tab:R1ak3ah:4
SCA div.swiper > div.swiper-wrapper > div.swiper-slide > li#tab:R1ak3ah:5

These are opportunities to improve keyboard navigation in your application.

Best practices

Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.

Failing Elements
Website Terms of Use div.css-1go16d5 > ul.css-6w0507 > li.css-1dsq0w7 > a.e1u9akvp0

These items highlight common accessibility best practices.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]`s are contained by their required parent element
`[role]` values are valid
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
`[accesskey]` values are unique
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
`[lang]` attributes have a valid value
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
`button`, `link`, and `menuitem` elements have accessible names
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Elements with visible text labels have matching accessible names.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
73

Best Practices

General

Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.

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

SourceDescription
about:srcdoc line 1, col 0
Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-dcfLEEc5pM/R+gXIK08HH0188B08sLRF' 'unsafe-eval' 'strict-dynamic' 'unsafe-inline' 'self' https: http:'. Note that 'unsafe-inline' is ignored if either a hash or nonce value is present in the source list. 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.

Issue type
Content security policy
Uses HTTPS
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
Ensure CSP is effective against XSS attacks
Ensure proper origin isolation with COOP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Page has valid source maps
Redirects HTTP traffic to HTTPS
Use a strong HSTS policy
Mitigate clickjacking with XFO or CSP
92

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.

Content Best Practices

Format your HTML in a way that enables crawlers to better understand your app’s content.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links are crawlable
robots.txt is valid
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback