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.
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 |
|---|---|---|
| www.sphinx-doc.org/en/master/_images/linux-logo.png | 14400.0 s | 349.4 KiB |
| www.sphinx-doc.org/_/static/javascript/readthedocs-addons.js | 14400.0 s | 132.3 KiB |
| www.sphinx-doc.org/en/master/_images/python-logo.png | 14400.0 s | 57.0 KiB |
| www.sphinx-doc.org/en/master/_images/jupyter-logo.png | 14400.0 s | 42.1 KiB |
| www.sphinx-doc.org/en/master/_static/sphinx13.css?v=ba1752c5 | 14400.0 s | 6.2 KiB |
| www.sphinx-doc.org/en/master/_static/basic.css?v=29da98fa | 14400.0 s | 4.5 KiB |
| www.sphinx-doc.org/en/master/_static/sphinx_highlight.js?v=6ffebe34 | 14400.0 s | 3.1 KiB |
| www.sphinx-doc.org/en/master/_static/doctools.js?v=fd6eb6e6 | 14400.0 s | 2.6 KiB |
| www.sphinx-doc.org/en/master/_static/pygments.css?v=b86133f3 | 14400.0 s | 2.1 KiB |
| www.sphinx-doc.org/en/master/_static/sphinx-logo.svg | 14400.0 s | 1.5 KiB |
| www.sphinx-doc.org/en/master/_static/documentation_options.js?v=7ac69e55 | 14400.0 s | 1.2 KiB |
| www.sphinx-doc.org/en/master/_static/graphviz.css?v=4ae1632d | 14400.0 s | 1.1 KiB |
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.
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.
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 | |
|---|---|---|---|
Linux Logo div.sphinx-users-logos > figure#id3 > a.reference > img | www.sphinx-doc.org/en/master/_images/linux-logo.png | 348.3 KiB | 347.7 KiB |
Python Logo div.sphinx-users-logos > figure#id2 > a.reference > img | www.sphinx-doc.org/en/master/_images/python-logo.png | 55.9 KiB | 55.8 KiB |
Jupyter Logo div.sphinx-users-logos > figure#id4 > a.reference > img | www.sphinx-doc.org/en/master/_images/jupyter-logo.png | 41.0 KiB | 40.9 KiB |
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.
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 |
|---|---|
| sphinx-doc.org/ | 801 ms |
| www.sphinx-doc.org/ | 800 ms |
| www.sphinx-doc.org/en/master/ | 0.0 ms |
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.
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
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 |
|---|---|---|
| www.sphinx-doc.org/_/static/javascript/readthedocs-addons.js | 131.5 KiB | 48.8 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 | |
|---|---|
Linux Logo div.sphinx-users-logos > figure#id3 > a.reference > img | www.sphinx-doc.org/en/master/_images/linux-logo.png |
Jupyter Logo div.sphinx-users-logos > figure#id4 > a.reference > img | www.sphinx-doc.org/en/master/_images/jupyter-logo.png |
Python Logo div.sphinx-users-logos > figure#id2 > a.reference > img | www.sphinx-doc.org/en/master/_images/python-logo.png |
logo div.pageheader > div.brand > a > img | www.sphinx-doc.org/en/master/_static/sphinx-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.
ARIA
Some ARIA roles have required attributes that describe the state of the element to screen readers. Learn more about roles and required attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
The Basics section#sphinx > section#get-started > div.toctree-wrapper > p.caption |
User guide section#sphinx > section#user-guide > div.toctree-wrapper > p.caption |
Community section#sphinx > section#community-guide > div.toctree-wrapper > p.caption |
Reference section#sphinx > section#reference-guide > div.toctree-wrapper > p.caption |
These are opportunities to improve the usage of ARIA in your application which 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 |
|---|
Installing Sphinx div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
PyPI package li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Conda package li.toctree-l1 > ul > li.toctree-l2 > a.reference |
OS-specific package manager li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Docker li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Installation from source li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Getting started div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
Defining document structure li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Adding content li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Running the build li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Documenting objects li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Basic configuration li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Autodoc li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Intersphinx li.toctree-l1 > ul > li.toctree-l2 > a.reference |
More topics to be covered li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Build your first project div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
Getting started li.toctree-l1 > ul > li.toctree-l2 > a.reference |
More Sphinx customization li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Describing code in Sphinx li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Where to go from here li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Using Sphinx div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
reStructuredText li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Markdown li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Cross-references li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Configuration li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Builders li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Domains li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Extensions li.toctree-l1 > ul > li.toctree-l2 > a.reference |
HTML theming li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Internationalization li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Sphinx Web Support li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Extending Sphinx div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
Tutorials li.toctree-l1 > ul > li.toctree-l2 > a.reference |
How-tos li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Sphinx API div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
Important objects li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Build phases li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Extension metadata li.toctree-l1 > ul > li.toctree-l2 > a.reference |
LaTeX customization div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
LaTeX macros and environments li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Get support div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
Contribute to Sphinx div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
Contributing to Sphinx li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Sphinx’s release process li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Sphinx FAQ div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
How do I… li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Using Sphinx with… li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Sphinx vs. Docutils li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Epub info li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Texinfo info li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Sphinx authors div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
Maintainers li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Contributors li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Former maintainers li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Command-line tools div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
Core applications li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Additional applications li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Configuration div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
Project tags li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Project information li.toctree-l1 > ul > li.toctree-l2 > a.reference |
General configuration li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Builder options li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Domain options li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Extension options li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Example configuration file li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Extensions div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
Built-in extensions li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Third-party extensions li.toctree-l1 > ul > li.toctree-l2 > a.reference |
reStructuredText div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
reStructuredText Primer li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Roles li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Directives li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Field Lists li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Glossary div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
Changelog div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
Prior releases li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Projects using Sphinx div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
Documentation using Furo theme li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Books produced using Sphinx li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Theses produced using Sphinx li.toctree-l1 > ul > li.toctree-l2 > a.reference |
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.