Lighthouse Mobile
· 0 checks — Mobile 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.
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 |
|---|---|---|
| palletsprojects.com/static/style.css | 569 B | |
| cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css | 12.6 KiB | 751 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 |
|---|---|---|
| cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css | 604800.0 s | 12.6 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Diagnostics
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 |
|---|---|---|
| cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css | 12.1 KiB | 10.0 KiB |
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 | |
|---|---|
ul > li > a.logo > img ul > li > a.logo > img | palletsprojects.com/static/pallets-logo.svg |
section > p > a > img section > p > a > img | palletsprojects.com/static/content/projects/flask-logo.svg |
section > p > a > img section > p > a > img | palletsprojects.com/static/content/projects/quart-logo.svg |
section > p > a > img section > p > a > img | palletsprojects.com/static/content/projects/jinja-logo.svg |
section > p > a > img section > p > a > img | palletsprojects.com/static/content/projects/click-logo.svg |
section > p > a > img section > p > a > img | palletsprojects.com/static/content/projects/werkzeug-logo.svg |
section > p > a > img section > p > a > img | palletsprojects.com/static/content/projects/itsdangerous-logo.svg |
section > p > a > img section > p > a > img | palletsprojects.com/static/content/projects/markupsafe-logo.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
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 |
|---|
section > p > a > img section > p > a > img |
section > p > a > img section > p > a > img |
section > p > a > img section > p > a > img |
section > p > a > img section > p > a > img |
section > p > a > img section > p > a > img |
section > p > a > img section > p > a > img |
section > p > a > img section > p > a > img |
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 |
|---|
nav > ul > li > a.logo nav > ul > li > a.logo |
main.container > section > p > a main.container > section > p > a |
main.container > section > p > a main.container > section > p > a |
main.container > section > p > a main.container > section > p > a |
main.container > section > p > a main.container > section > p > a |
main.container > section > p > a main.container > section > p > a |
main.container > section > p > a main.container > section > p > a |
main.container > section > p > a main.container > section > p > 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.
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 |
|---|
Security footer.container > ul > li > a |
Releases footer.container > ul > li > a |
Versions footer.container > ul > li > a |
Pallets on GitHub footer.container > ul > li > a |
Pallets on PyPI footer.container > ul > li > a |
Pallets-Eco on GitHub footer.container > ul > li > a |
Pallets-Eco on PyPI footer.container > ul > li > a |
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
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|
section > p > a > img section > p > a > img |
section > p > a > img section > p > a > img |
section > p > a > img section > p > a > img |
section > p > a > img section > p > a > img |
section > p > a > img section > p > a > img |
section > p > a > img section > p > a > img |
section > p > a > img section > p > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.