Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 | 40 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 | |
|---|---|---|---|
placeholder div._2rkovwyg > div._1reozryt > picture._1bsb1osq > img | dam-cdn.atl.orangelogic.com/AssetLink/1tnrwf2a3g1h48jdfev4j4tj1t867s70.png | 159.9 KiB | 146.8 KiB |
div._2rkovwyg > div._1reozryt > picture._1bsb1osq > img div._2rkovwyg > div._1reozryt > picture._1bsb1osq > img | dam-cdn.atl.orangelogic.com/AssetLink/7h1gsvj0731uljsg1068t14485yq2f6q.png | 138.4 KiB | 127.3 KiB |
div._11q7wvjo > div._1e0c11p5 > figure._19pkidpf > img._1bsbzdsf div._11q7wvjo > div._1e0c11p5 > figure._19pkidpf > img._1bsbzdsf | dam-cdn.atl.orangelogic.com/AssetLink/bjl41nr875vrxueh88662377q38gio41.png | 108.0 KiB | 89.6 KiB |
div._2rkovwyg > div._1reozryt > picture._1bsb1osq > img div._2rkovwyg > div._1reozryt > picture._1bsb1osq > img | dam-cdn.atl.orangelogic.com/CDNLink/AT12EY4K.webp | 78.2 KiB | 71.9 KiB |
div._1bsb1s9t > div._1hu1v2br > figure._19pkidpf > img._1bsb1osq div._1bsb1s9t > div._1hu1v2br > figure._19pkidpf > img._1bsb1osq | dam-cdn.atl.orangelogic.com/AssetLink/n0lff8ae42e8wqi2pvbtmydu3t53012s.png | 68.8 KiB | 61.1 KiB |
div._vhvk1xho > div._11q7wvjo > figure._19pkidpf > img._1bsb1osq div._vhvk1xho > div._11q7wvjo > figure._19pkidpf > img._1bsb1osq | dam-cdn.atl.orangelogic.com/AssetLink/06ywf54kl43f08x5dk4q675rmwc2fx80.png | 65.1 KiB | 50.7 KiB |
div._1bsb1s9t > div._1hu1v2br > figure._19pkidpf > img._1bsb1osq div._1bsb1s9t > div._1hu1v2br > figure._19pkidpf > img._1bsb1osq | dam-cdn.atl.orangelogic.com/AssetLink/8t0j6u874hquccq1uh6073y6w83fxxg2.png | 56.2 KiB | 49.9 KiB |
div._11q7wvjo > div._1e0c11p5 > div._kqswh2mm > video._165tbekw div._11q7wvjo > div._1e0c11p5 > div._kqswh2mm > video._165tbekw | dam-cdn.atl.orangelogic.com/CDNLink/AT12EYA2.webp | 53.5 KiB | 40.3 KiB |
div._1bsb1s9t > div._1hu1v2br > figure._19pkidpf > img._1bsb1osq div._1bsb1s9t > div._1hu1v2br > figure._19pkidpf > img._1bsb1osq | dam-cdn.atl.orangelogic.com/AssetLink/2l533140f85ujm1gv1k564f15gkm05v4.png | 45.1 KiB | 40.1 KiB |
div._vhvk1xho > div._11q7wvjo > figure._19pkidpf > img._1bsb1osq div._vhvk1xho > div._11q7wvjo > figure._19pkidpf > img._1bsb1osq | dam-cdn.atl.orangelogic.com/AssetLink/yv50mb67077wvle68jt72kwl1eq3q272.png | 34.7 KiB | 22.9 KiB |
div._vhvk1xho > div._11q7wvjo > figure._19pkidpf > img._1bsb1osq div._vhvk1xho > div._11q7wvjo > figure._19pkidpf > img._1bsb1osq | dam-cdn.atl.orangelogic.com/AssetLink/e6lpoaty6fwx8fpo21i0mqcofgxd40b3.png | 31.1 KiB | 20.5 KiB |
div._1bsb1s9t > div._1hu1v2br > figure._19pkidpf > img._1bsb1osq div._1bsb1s9t > div._1hu1v2br > figure._19pkidpf > img._1bsb1osq | dam-cdn.atl.orangelogic.com/CDNLink/AT12EXBK.webp | 11.7 KiB | 8.8 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 |
|---|---|---|
| /assets/atlaskit-tokens_typography.css | 3.7 KiB | |
| /assets/atlaskit-tokens_spacing.css | 3.9 KiB | 73 ms |
| /assets/font-rules/v6/atlassian-fonts.css | 2.1 KiB | 300 ms |
| wac-web.prod-east.frontend.public.atl-paas.net/assets/atlaskit-tokens_light.css | 5.9 KiB | 488 ms |
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 |
|---|---|---|
| atl-onetrust-wrapper.atlassian.com/assets/atl-onetrust-wrapper.min.js | 86400.0 s | 32.4 KiB |
| dam-cdn.atl.orangelogic.com/AssetLink/e6lpoaty6fwx8fpo21i0mqcofgxd40b3.png | 86400.0 s | 31.6 KiB |
| widget.intercom.io/widget/ | 300.0 s | 3.6 KiB |
| www.gstatic.com/recaptcha/api2/logo_48.png | 604800.0 s | 2.3 KiB |
| dam-cdn.atl.orangelogic.com/CDNLink/AT12EY9X.mp4 | 3600.0 s | 0 B |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.jira.com/ | 434 ms |
| www.atlassian.com/software/jira?referer=jira.com | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.atlassian.com/software/jira?referer=jira.com | 717 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
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 |
|---|---|---|
| wac-web.prod-east.frontend.public.atl-paas.net/assets/404.4c46bcc6.js | 2.2 MiB | 1.3 MiB |
| www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 362.6 KiB | 179.3 KiB |
| js.intercomcdn.com/frame-modern.c43524e8.js | 191.7 KiB | 137.1 KiB |
| wac-web.prod-east.frontend.public.atl-paas.net/assets/index.145c3306.js | 179.1 KiB | 100.8 KiB |
| js.intercomcdn.com/vendor-modern.df860bed.js | 143.3 KiB | 91.3 KiB |
| /assets/animation-illustration.a9145d1a.js | 76.2 KiB | 66.3 KiB |
| /assets/confluence-software-anchor-lp-automation.c69a8aec.js | 92.7 KiB | 56.3 KiB |
| /assets/jira-software-page.441bdc5f.js | 61.9 KiB | 45.2 KiB |
| wac-web.prod-east.frontend.public.atl-paas.net/assets/index.4700c78f.js | 28.3 KiB | 25.0 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 |
|---|---|---|---|
| wac-web.prod-east.frontend.public.atl-paas.net/assets/404.4c46bcc6.js | 1.5 s | 1.3 s | 7.1 ms |
| Unattributable | 553 ms | 16 ms | 0.0 ms |
| www.atlassian.com/software/jira?referer=jira.com | 386 ms | 17 ms | 13 ms |
| js.intercomcdn.com/vendor-modern.df860bed.js | 107 ms | 92 ms | 15 ms |
| www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 68 ms | 42 ms | 22 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.5 s |
| Other | 650 ms |
| Style & Layout | 304 ms |
| Script Parsing & Compilation | 91 ms |
| Parse HTML & CSS | 65 ms |
| Garbage Collection | 48 ms |
| Rendering | 46 ms |
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 |
|---|---|---|
| @font-face { font-family: Charlie Display; font-style: normal; font-display: swap; … } … | 116.0 KiB | 19.9 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 |
|---|---|---|
| @font-face { font-family: Charlie Display; font-style: normal; font-display: swap; … } … | 113.7 KiB | 107.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._11q7wvjo > div._1e0c11p5 > figure._19pkidpf > img._1bsbzdsf div._11q7wvjo > div._1e0c11p5 > figure._19pkidpf > img._1bsbzdsf | dam-cdn.atl.orangelogic.com/AssetLink/bjl41nr875vrxueh88662377q38gio41.png |
div._vhvk1xho > div._11q7wvjo > figure._19pkidpf > img._1bsb1osq div._vhvk1xho > div._11q7wvjo > figure._19pkidpf > img._1bsb1osq | dam-cdn.atl.orangelogic.com/AssetLink/06ywf54kl43f08x5dk4q675rmwc2fx80.png |
div._vhvk1xho > div._11q7wvjo > figure._19pkidpf > img._1bsb1osq div._vhvk1xho > div._11q7wvjo > figure._19pkidpf > img._1bsb1osq | dam-cdn.atl.orangelogic.com/AssetLink/e6lpoaty6fwx8fpo21i0mqcofgxd40b3.png |
div._vhvk1xho > div._11q7wvjo > figure._19pkidpf > img._1bsb1osq div._vhvk1xho > div._11q7wvjo > figure._19pkidpf > img._1bsb1osq | dam-cdn.atl.orangelogic.com/AssetLink/yv50mb67077wvle68jt72kwl1eq3q272.png |
NASA ul._1e0c1txw > li > figure._19pkidpf > img._1bsb1osq | dam-cdn.atl.orangelogic.com/AssetLink/a754v7nm02ovpdem8rru354hc4v45yil.svg |
Canva ul._1e0c1txw > li > figure._19pkidpf > img._1bsb1osq | dam-cdn.atl.orangelogic.com/AssetLink/m58y0m36rf5n8n6cip4f5664411oe751.svg |
Domino's ul._1e0c1txw > li > figure._19pkidpf > img._1bsb1osq | dam-cdn.atl.orangelogic.com/AssetLink/53vsxl7npeh1a7q88080265c7tajo464.svg |
Ford ul._1e0c1txw > li > figure._19pkidpf > img._1bsb1osq | dam-cdn.atl.orangelogic.com/AssetLink/8en05c5533a4t0wa5650328q03m5b63d.svg |
Visa ul._1e0c1txw > li > figure._19pkidpf > img._1bsb1osq | dam-cdn.atl.orangelogic.com/AssetLink/cwp65x5dc3g124756i6ssh4m6lqerd7v.svg |
Air Canada ul._1e0c1txw > li > figure._19pkidpf > img._1bsb1osq | dam-cdn.atl.orangelogic.com/AssetLink/2v6fmm77iyo26602axe1q5578v6wfb3n.svg |
div._vhvk1xho > div._11q7wvjo > figure._19pkidpf > img._1bsb1osq div._vhvk1xho > div._11q7wvjo > figure._19pkidpf > img._1bsb1osq | |
div._vhvk1xho > div._11q7wvjo > figure._19pkidpf > img._1bsb1osq div._vhvk1xho > div._11q7wvjo > figure._19pkidpf > img._1bsb1osq | |
div._vhvk1xho > div._11q7wvjo > figure._19pkidpf > img._1bsb1osq div._vhvk1xho > div._11q7wvjo > figure._19pkidpf > img._1bsb1osq | |
div._11q7wvjo > div._1e0c11p5 > figure._19pkidpf > img._1bsb1osq div._11q7wvjo > div._1e0c11p5 > figure._19pkidpf > img._1bsb1osq | |
div._11q7wvjo > div._1e0c11p5 > figure._19pkidpf > img._1bsb1osq div._11q7wvjo > div._1e0c11p5 > figure._19pkidpf > img._1bsb1osq | |
div._11q7wvjo > div._1e0c11p5 > figure._19pkidpf > img._1bsbzdsf div._11q7wvjo > div._1e0c11p5 > figure._19pkidpf > img._1bsbzdsf |
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.
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 |
|---|
Explore goals div._19pkidpf > div.link-wrapper > a#Exploregoals-:ri: > span |
Explore AI Features div._19pkidpf > div.link-wrapper > a#ExploreAIFeatures-:rj: > span |
Explore Studio div._19pkidpf > div.link-wrapper > a#ExploreStudio-:rk: > span |
Explore Agents in Jira div._19pkidpf > div.link-wrapper > a#ExploreAgentsinJira-:rl: > span |
Explore the Teamwork Graph div._19pkidpf > div.link-wrapper > a#ExploretheTeamworkGraph-:rm: > span |
Explore all Jira features div._19pkidpf > div.link-wrapper > a#ExploreallJirafeatures-:rn: > span |
Explore Teamwork Collection div._19pkidpf > div.link-wrapper > a#ExploreTeamworkCollection-:rp: > span |
These are opportunities to improve the legibility of your content.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to content nav._1e0c1txw > div._1e0c1txw > div._1e0c1txw > a._kqswstnw |
These are opportunities to improve keyboard navigation in your application.
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div._1e1faxbu > div > picture > img div._1e1faxbu > div > picture > img | dam-cdn.atl.orangelogic.com/AssetLink/08s02pyd1xmr4wi5tob076yvj31806qy.png | 48 x 48 (1.00) | 121 x 129 (0.94) |
div._1e1faxbu > div > picture > img div._1e1faxbu > div > picture > img | dam-cdn.atl.orangelogic.com/AssetLink/p80v21ioc3v2hy3pm487ep438q55v733.png | 48 x 48 (1.00) | 120 x 129 (0.93) |
div._1e1faxbu > div > picture > img div._1e1faxbu > div > picture > img | dam-cdn.atl.orangelogic.com/AssetLink/040k7i226vb6o2x3tx7a23ribubkg74q.png | 48 x 48 (1.00) | 120 x 129 (0.93) |
Browser Compatibility
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration.
Performance issues directly impact user engagement and conversion rates.
General
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 429 () |
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 |
|---|---|
| www.atlassian.com/gartner/magic-quadrant-collaborative-work-management | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Get it free div._tzy4idpf > div > div._1e0cglyw > a._4cvr1h6o |
Get it free div._tzy4idpf > div > div._1e0cglyw > a._4cvr1h6o |
To appear in search results, crawlers need access to your app.