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.
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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 | 50 ms |
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
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.row > div.col-md-12 > a > img div.row > div.col-md-12 > a > img | www.jenkins.io/images/post-images/2025/07/24/redesigning-jenkins-part-two.png | 894.5 KiB | 865.1 KiB |
Impressions from Jenkins Contributor Summit in Brussels li.app-card > a > div.app-card__preview > img | www.jenkins.io/images/post-images/2026/03/contributor_summit_group_picture.jpg | 795.2 KiB | 782.4 KiB |
Revamped Build Monitor plugin li.app-card > a > div.app-card__preview > img | www.jenkins.io/images/post-images/2026/03/19/revamped-build-monitor-plugin.png | 456.6 KiB | 440.5 KiB |
Redesigned Credentials in Jenkins li.app-card > a > div.app-card__preview > img | www.jenkins.io/images/post-images/2026/04/02/redesigned-credentials-plugin.png | 304.0 KiB | 287.9 KiB |
Jenkins Contributor Summit: Officers View on the Present and Future li.app-card > a > div.app-card__preview > img | www.jenkins.io/images/post-images/2026/03/contributor_summit_officers_view.jpg | 211.7 KiB | 200.2 KiB |
Plugin of the Month – April 2026: Pipeline Graph View li.app-card > a > div.app-card__preview > img | www.jenkins.io/images/post-images/2026/04/plugin_of_the_month_april.png | 189.9 KiB | 173.5 KiB |
Introducing the Jenkins Plugin of the Month li.app-card > a > div.app-card__preview > img | www.jenkins.io/images/post-images/2026/03/plugin_of_the_month_march.png | 156.1 KiB | 139.7 KiB |
Jenkins Contributor Awards 2026 - Nominations are Open li.app-card > a > div.app-card__preview > img | www.jenkins.io/images/post-images/2026/03/cdf_community_awards.png | 119.1 KiB | 101.3 KiB |
Introducing the Chinese Workday Plugin li.app-card > a > div.app-card__preview > img | www.jenkins.io/images/post-images/2026/03/22/chinese-workday-plugin.png | 88.1 KiB | 83.4 KiB |
Stefan Spieker div.app-card__details__authors > a.app-author-link > div.app-avatar > img.app-avatar__image | www.jenkins.io/images/avatars/stefan_spieker.png | 60.1 KiB | 60.0 KiB |
Jan Faracik div.app-card__details__authors > a.app-author-link > div.app-avatar > img.app-avatar__image | www.jenkins.io/images/avatars/janfaracik.jpg | 47.9 KiB | 47.9 KiB |
Kris Stern div.app-card__details__authors > a.app-author-link > div.app-avatar > img.app-avatar__image | www.jenkins.io/images/avatars/krisstern.png | 42.5 KiB | 42.4 KiB |
Tim Jacomb div.app-card__details__authors > a.app-author-link > div.app-avatar > img.app-avatar__image | www.jenkins.io/images/avatars/timja.jpg | 28.8 KiB | 28.8 KiB |
JetBrains Report Highlights Jenkins as a Popular CI/CD Tool in 2026 li.app-card > a > div.app-card__preview > img | www.jenkins.io/images/post-images/2026/04/06/jenkins-as-one-of-best-ci-tools.png | 27.5 KiB | 23.4 KiB |
Avatar div.thank-you-box > div.contributor-data > div.image-div > img | /u/155388736?u=55db0be9d035475d94636dc312ead3848aa650d7&v=4 | 23.6 KiB | 22.6 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.
| URL | Transfer Size | Duration |
|---|---|---|
| www.jenkins.io/assets/bower/jquery/jquery.min.js | 35.4 KiB | 130 ms |
| www.jenkins.io/js/copy-to-clipboard.js | 1.4 KiB | |
| cdn.jsdelivr.net/npm/@docsearch/css@3 | 3.7 KiB | 231 ms |
| www.jenkins.io/css/footer.css | 462 B | |
| www.jenkins.io/css/font-awesome.min.css | 7.1 KiB | |
| www.jenkins.io/stylesheets/styles.css | 16.7 KiB | |
| www.jenkins.io/assets/bower/bootstrap/css/bootstrap.min.css | 42.0 KiB | 130 ms |
| www.jenkins.io/css/copy-to-clipboard.css | 929 B | |
| www.jenkins.io/css/jenkins.css | 9.2 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Diagnostics
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 |
|---|---|---|
| cdn.jsdelivr.net/npm/@docsearch/js@3 | 35.5 KiB | 29.6 KiB |
| www.jenkins.io/assets/bower/jquery/jquery.min.js | 35.3 KiB | 25.8 KiB |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.jenkins.io/css/jenkins.css | 9.2 KiB | 2.1 KiB |
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.jenkins.io/assets/bower/bootstrap/css/bootstrap.min.css | 18.1 KiB | 17.4 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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.row > div.col-md-12 > a > img div.row > div.col-md-12 > a > img | www.jenkins.io/images/post-images/2025/07/24/redesigning-jenkins-part-two.png |
Jan Faracik div.app-card__details__authors > a.app-author-link > div.app-avatar > img.app-avatar__image | www.jenkins.io/images/avatars/janfaracik.jpg |
Jan Faracik div.app-card__details__authors > a.app-author-link > div.app-avatar > img.app-avatar__image | www.jenkins.io/images/avatars/janfaracik.jpg |
Tim Jacomb div.app-card__details__authors > a.app-author-link > div.app-avatar > img.app-avatar__image | www.jenkins.io/images/avatars/timja.jpg |
Stefan Spieker div.app-card__details__authors > a.app-author-link > div.app-avatar > img.app-avatar__image | www.jenkins.io/images/avatars/stefan_spieker.png |
Stefan Spieker div.app-card__details__authors > a.app-author-link > div.app-avatar > img.app-avatar__image | www.jenkins.io/images/avatars/stefan_spieker.png |
Stefan Spieker div.app-card__details__authors > a.app-author-link > div.app-avatar > img.app-avatar__image | www.jenkins.io/images/avatars/stefan_spieker.png |
Stefan Spieker div.app-card__details__authors > a.app-author-link > div.app-avatar > img.app-avatar__image | www.jenkins.io/images/avatars/stefan_spieker.png |
Stefan Spieker div.app-card__details__authors > a.app-author-link > div.app-avatar > img.app-avatar__image | www.jenkins.io/images/avatars/stefan_spieker.png |
Kris Stern div.app-card__details__authors > a.app-author-link > div.app-avatar > img.app-avatar__image | www.jenkins.io/images/avatars/krisstern.png |
div.container > div.row > div.col-md-5 > img div.container > div.row > div.col-md-5 > img | www.jenkins.io/images/logos/jenkins/jenkins.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Names and labels
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#ProjectCarousel_590 > div.container > div.carousel-indicators > button.active div#ProjectCarousel_590 > div.container > div.carousel-indicators > button.active |
div#ProjectCarousel_590 > div.container > div.carousel-indicators > button div#ProjectCarousel_590 > div.container > div.carousel-indicators > button |
div#ProjectCarousel_590 > div.container > div.carousel-indicators > button div#ProjectCarousel_590 > div.container > div.carousel-indicators > button |
div#ProjectCarousel_590 > div.container > div.carousel-indicators > button div#ProjectCarousel_590 > div.container > div.carousel-indicators > button |
div#ProjectCarousel_590 > div.container > div.carousel-indicators > button div#ProjectCarousel_590 > div.container > div.carousel-indicators > button |
div#ProjectCarousel_590 > div.container > div.carousel-indicators > button div#ProjectCarousel_590 > div.container > div.carousel-indicators > button |
div#ProjectCarousel_590 > div.container > div.carousel-indicators > button div#ProjectCarousel_590 > div.container > div.carousel-indicators > button |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div.row > div.col-md-5 > img div.container > div.row > div.col-md-5 > img |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div.section > div.video > iframe div.container > div.section > div.video > iframe |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div.row > div.col-md-12 > a div.container > div.row > div.col-md-12 > a |
div.sponsors > ul > li > a div.sponsors > ul > li > a |
div.sponsors > ul > li > a div.sponsors > ul > li > a |
div.sponsors > ul > li > a div.sponsors > ul > li > a |
div.sponsors > ul > li > a div.sponsors > ul > li > a |
div.sponsors > ul > li > a div.sponsors > ul > li > a |
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Search div > button.DocSearch > span.DocSearch-Button-Container > span.DocSearch-Button-Placeholder |
Download div.row > div.col-md-5 > div > a.app-button |
Atlassian div.supporters > ul > li > a |
Datadog div.supporters > ul > li > a |
DigitalOcean div.supporters > ul > li > a |
Discourse div.supporters > ul > li > a |
Fastly div.supporters > ul > li > a |
IBM div.supporters > ul > li > a |
Netlify div.supporters > ul > li > a |
PagerDuty div.supporters > ul > li > a |
Sentry div.supporters > ul > li > a |
Tsinghua University div.supporters > ul > li > a |
XMission div.supporters > ul > li > a |
Belnet div.supporters > ul > li > a |
RWTH Aachen University div.supporters > ul > li > a |
Hostico div.supporters > ul > li > a |
FreeDif div.supporters > ul > li > a |
Servana div.supporters > ul > li > a |
Yamagata University div.supporters > ul > li > a |
ProthamD div.contributor-data > div.desc-div > p > a |
contributor-spotlight div.contributor-data > div.desc-div > p > a |
These are opportunities to improve the legibility of your content.
Navigation
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 |
|---|
Continuous Integration and Continuous Delivery div.row > div.col-md-6 > div.box > h5 |
Plugin of the Month – April 2026: Pipeline Graph View ul.app-cards > li.app-card > a > h5.app-card__title |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Jan Faracik li.app-card > div.app-card__details > div.app-card__details__authors > a.app-author-link |
Tim Jacomb li.app-card > div.app-card__details > div.app-card__details__authors > a.app-author-link |
Plugins div.div-mar > ul.resources > li > a |
Security div.div-mar > ul.resources > li > a |
Roadmap div.div-mar > ul.project > li > a |
GitHub div.div-mar > ul.project > li > a |
Forum div.div-mar > ul.community > li > a |
Events div.div-mar > ul.community > li > a |
LinkedIn div.div-mar > ul.community > li > a |
Bluesky div.div-mar > ul.community > li > a |
Mastodon div.div-mar > ul.community > li > a |
Youtube div.div-mar > ul.community > li > a |
Reddit div.div-mar > ul.community > li > a |
Artwork div.div-mar > ul.other > li > a |
Awards div.div-mar > ul.other > li > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.hydrated html.hydrated |
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 |
|---|
Search
K div > button.DocSearch |
Best Practices
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
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 |
|---|---|
| devopsdozen.com/devops-dozen-2024-community-award-winners/ | More info |
| /blog/2025/12/10/jenkins-bug-bounty-program-yeswehack-eur... | More info |
| contributors.jenkins.io/ | More info |
| stories.jenkins.io/ | More info |
| www.jenkins.io/participate/ | More info |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div.row > div.col-md-5 > img div.container > div.row > div.col-md-5 > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.