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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| /components/design-systems/tokens/ddms3.0/prod/25.20.0/cs... | 5.1 KiB | 205 ms |
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 | |
|---|---|---|---|
A picture of a blue sky with a white and blue color. div.adaptive-img > div.Image_wrapperDiv__ad19fbe8 > picture > img.Image_imageTag__ad19fbe8 | /oidam/intuit/ic/en_us/images/h-z/intuit-fuse-web-product... | 85.5 KiB | 63.7 KiB |
A person on a laptop with pop up UI screens of Intuit AI agents div.adaptive-img > div.Image_wrapperDiv__ad19fbe8 > picture > img.Image_imageTag__ad19fbe8 | /oidam/intuit/ic/en_us/images/01-g/articles-press-quickbo... | 29.7 KiB | 21.7 KiB |
A UI screen of Intuit's Accounting Agent against a blue background div.adaptive-img > div.Image_wrapperDiv__ad19fbe8 > picture > img.Image_imageTag__ad19fbe8 | /oidam/intuit/ic/en_us/images/01-g/articles-innovation-de... | 17.5 KiB | 15.1 KiB |
A man looking straight away from his computer monitor div.adaptive-img > div.Image_wrapperDiv__ad19fbe8 > picture > img.Image_imageTag__ad19fbe8 | /render/content/dam/intuit/ic/en_us/images/01-g/employee-... | 24.8 KiB | 15.0 KiB |
A photo of Howard Hsu, Co-Founder of Sweet Auburn Barbeque div.adaptive-img > div.Image_wrapperDiv__ad19fbe8 > picture > img.Image_imageTag__ad19fbe8 | /oidam/intuit/ic/en_us/images/01-g/customer-howard-hsu-sm... | 22.8 KiB | 7.4 KiB |
A person sitting on a bench with a laptop in his lap. div.adaptive-img > div.Image_wrapperDiv__ad19fbe8 > picture > img.Image_imageTag__ad19fbe8 | /render/content/dam/intuit/ic/en_us/images/01-g/employee-... | 16.9 KiB | 7.1 KiB |
A woman in red smiling div.adaptive-img > div.Image_wrapperDiv__ad19fbe8 > picture > img.Image_imageTag__ad19fbe8 | /render/content/dam/intuit/ic/en_us/images/01-g/employee-... | 15.8 KiB | 6.0 KiB |
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 |
|---|---|
| intuit.com/ | 219 ms |
| www.intuit.com/ | 0.0 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.
Diagnostics
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 |
|---|---|---|
| /qbmds-components/releases/7632/styles/icom/stylesheet.at... | 279.4 KiB | 63.2 KiB |
| 26.5 KiB | 2.8 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 |
|---|---|---|
| /qbmds-components/releases/7632/styles/icom/stylesheet.at... | 278.6 KiB | 108.9 KiB |
| www.intuit.com/_next/static/css/e83ae397b5eb38858273.css | 59.6 KiB | 48.1 KiB |
| 26.5 KiB | 23.1 KiB | |
| www.intuit.com/gwp-components/releases/2125/styles/icom/blocks.icom.css | 17.9 KiB | 17.9 KiB |
| www.intuit.com/_next/static/css/68fb7b25854e7a90cd12.css | 13.2 KiB | 13.0 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
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.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Other | 3.7 s |
| Script Evaluation | 3.5 s |
| Rendering | 2.2 s |
| Style & Layout | 1.2 s |
| Script Parsing & Compilation | 249 ms |
| Garbage Collection | 114 ms |
| Parse HTML & CSS | 109 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 | |
|---|---|
A picture of a blue sky with a white and blue color. div.adaptive-img > div.Image_wrapperDiv__ad19fbe8 > picture > img.Image_imageTag__ad19fbe8 | /oidam/intuit/ic/en_us/images/h-z/intuit-fuse-web-product... |
A logo lockup of Intuit and OpenAI on a blue gradient background div.adaptive-img > div.Image_wrapperDiv__ad19fbe8 > picture > img.Image_imageTag__ad19fbe8 | /oidam/intuit/ic/en_us/images/h-z/intuit-oai-partnership-... |
3 circle bubbles, with 2 featuring a person imitating as if they were talking t… div.adaptive-img > div.Image_wrapperDiv__ad19fbe8 > picture > img.Image_imageTag__ad19fbe8 | /oidam/intuit/ic/en_us/images/01-g/articles-innovation-ai... |
A UI screen of Intuit's Accounting Agent against a blue background div.adaptive-img > div.Image_wrapperDiv__ad19fbe8 > picture > img.Image_imageTag__ad19fbe8 | /oidam/intuit/ic/en_us/images/01-g/articles-innovation-de... |
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.
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 |
|---|
Your taxes done right section.CarouselControls-carousel-controls-9eb7224 > div.CarouselControls-list-wrapper-8ac9b6f > div.list > div.selector-pill |
Make financial progress section.CarouselControls-carousel-controls-9eb7224 > div.CarouselControls-list-wrapper-8ac9b6f > div.list > div.selector-pill |
Run your business section.CarouselControls-carousel-controls-9eb7224 > div.CarouselControls-list-wrapper-8ac9b6f > div.list > div.selector-pill |
Grow your business section.CarouselControls-carousel-controls-9eb7224 > div.CarouselControls-list-wrapper-8ac9b6f > div.list > div.selector-pill |
Work with us section#c06-quicklinks > div.C06Quicklinks-wrapper-d254d7b > div.C06Quicklinks-cards-b97857c > a.MBigLinkCard-m-big-link-card-c1cd3af |
Learn about us section#c06-quicklinks > div.C06Quicklinks-wrapper-d254d7b > div.C06Quicklinks-cards-b97857c > a.MBigLinkCard-m-big-link-card-c1cd3af |
Build with us section#c06-quicklinks > div.C06Quicklinks-wrapper-d254d7b > div.C06Quicklinks-cards-b97857c > a.MBigLinkCard-m-big-link-card-c1cd3af |
Best Practices
General
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.
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.intuit.com/credit-card/ | Learn more |
| www.intuit.com/anthropic/ | Learn more |
| www.intuit.com/chatgpt/ | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.