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.
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.
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.
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.section-content > div.section-podcasts > div.hw-lockup > figure.screen div.section-content > div.section-podcasts > div.hw-lockup > figure.screen | /v/itunes/home/l/images/overview/screen_podcasts__di6468i... | 131.9 KiB | 70.8 KiB |
div.section-content > div.section-tv > div.hw-lockup > figure.screen div.section-content > div.section-tv > div.hw-lockup > figure.screen | /v/itunes/home/l/images/overview/screen_appletv__gd3vm2df... | 128.3 KiB | 67.2 KiB |
div.section-content > div.section-music > div.hw-lockup > figure.screen div.section-content > div.section-music > div.hw-lockup > figure.screen | /v/itunes/home/l/images/overview/screen_new_mix__cb9y8qvs... | 110.0 KiB | 48.9 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 |
|---|---|---|
| /api-www/global-elements/global-header/v1/assets/globalhe... | 160.2 KiB | 56.7 KiB |
| www.apple.com/metrics/ac-analytics/2.29.1/scripts/ac-analytics.js | 101.3 KiB | 41.0 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.apple.com/api-www/global-elements/global-header/v1/assets/globalheader.css | 14.8 KiB | 13.1 KiB |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| itunes.apple.com/ | 392 ms |
| www.apple.com/itunes/ | 0.0 ms |
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 |
|---|
Watch Ted Lasso on the Apple TV app div.section-tv > p.legal > a.icon-wrapper > span.icon-copy |
Ted Lasso p.legal > a.icon-wrapper > span.icon-copy > em |
These are opportunities to improve the legibility of your content.
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 |
|---|
Store menu div.globalnav-item > ul.globalnav-submenu-trigger-group > li.globalnav-submenu-trigger-item > button#globalnav-menubutton-link-store |
Mac menu div.globalnav-item > ul.globalnav-submenu-trigger-group > li.globalnav-submenu-trigger-item > button#globalnav-menubutton-link-mac |
iPad menu div.globalnav-item > ul.globalnav-submenu-trigger-group > li.globalnav-submenu-trigger-item > button#globalnav-menubutton-link-ipad |
iPhone menu div.globalnav-item > ul.globalnav-submenu-trigger-group > li.globalnav-submenu-trigger-item > button#globalnav-menubutton-link-iphone |
Watch menu div.globalnav-item > ul.globalnav-submenu-trigger-group > li.globalnav-submenu-trigger-item > button#globalnav-menubutton-link-watch |
Vision menu div.globalnav-item > ul.globalnav-submenu-trigger-group > li.globalnav-submenu-trigger-item > button#globalnav-menubutton-link-vision |
AirPods menu div.globalnav-item > ul.globalnav-submenu-trigger-group > li.globalnav-submenu-trigger-item > button#globalnav-menubutton-link-airpods |
TV and Home menu div.globalnav-item > ul.globalnav-submenu-trigger-group > li.globalnav-submenu-trigger-item > button#globalnav-menubutton-link-tv-home |
Entertainment menu div.globalnav-item > ul.globalnav-submenu-trigger-group > li.globalnav-submenu-trigger-item > button#globalnav-menubutton-link-entertainment |
Accessories menu div.globalnav-item > ul.globalnav-submenu-trigger-group > li.globalnav-submenu-trigger-item > button#globalnav-menubutton-link-accessories |
Support menu div.globalnav-item > ul.globalnav-submenu-trigger-group > li.globalnav-submenu-trigger-item > button#globalnav-menubutton-link-support |
These items highlight common accessibility best practices.
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 |
|---|---|
| www.apple.com/apple-music/ | Learn more |
| support.apple.com/itunes | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.