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 |
|---|---|---|
| /store/migration/loader-min-1.0.34.js?q=paulgraham&ts=177... | 0.0 ms | 11.7 KiB |
| sep.turbifycdn.com/ay/mobile/css/css-mobile_5.css | 0.0 ms | 2.8 KiB |
| sep.turbifycdn.com/ay/mobile/js/slick_2.js | 604800.0 s | 8.0 KiB |
| sep.turbifycdn.com/ay/mobile/js/jquery.mmenu_1.min.js | 604800.0 s | 4.0 KiB |
| sep.turbifycdn.com/ay/mobile/i/mobile-back-to-top_2.png | 604800.0 s | 3.1 KiB |
| sep.turbifycdn.com/ay/mobile/i/cart_2.png | 604800.0 s | 2.4 KiB |
| sep.turbifycdn.com/ay/mobile/js/mobile-scripts_3.js | 604800.0 s | 2.0 KiB |
| sep.turbifycdn.com/ay/mobile/i/menu_2.png | 604800.0 s | 1.9 KiB |
| sep.turbifycdn.com/ay/mobile/css/mmenu_2.css | 604800.0 s | 1.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 |
|---|---|---|
| sep.turbifycdn.com/ay/mobile/css/mmenu_2.css | 1.8 KiB | 162 ms |
| sep.turbifycdn.com/ay/mobile/css/css-mobile_5.css | 2.8 KiB | 789 ms |
| ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js | 33.3 KiB | 1.1 s |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Diagnostics
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 | |
|---|---|
Paul Graham header > div#logo > a > img | s.turbifycdn.com/aah/paulgraham/viaweb-faq-3.gif |
Cart header > span#mobileCart > a > img | sep.turbifycdn.com/ay/mobile/i/cart_2.png |
Menu div.container > header > a#hamburger > img | sep.turbifycdn.com/ay/mobile/i/menu_2.png |
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.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
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 |
|---|
tbody > tr > td > img tbody > tr > td > img |
tbody > tr > td > img tbody > tr > td > img |
tbody > tr > td > img tbody > tr > td > img |
tbody > tr > td > img tbody > tr > td > 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#bottomNav > ul > li > a nav#bottomNav > ul > li > 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
Trust and Safety
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.virtumundo.com/images/spacer.gif | Automatically upgraded to HTTPS |
User Experience
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
Paul Graham main > div#heroImage > picture > img | s.turbifycdn.com/aah/paulgraham/index-22.gif | 392 x 294 | 410 x 308 | 588 x 441 |
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 |
|---|---|
/store/migration/loader-min-1.0.34.js?q=paulgraham&ts=177... line 150, col 16 | Uncaught TypeError: Cannot read properties of undefined (reading 'combineResources') |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Mixed content |
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 |
|---|
tbody > tr > td > img tbody > tr > td > img |
tbody > tr > td > img tbody > tr > td > img |
tbody > tr > td > img tbody > tr > td > img |
tbody > tr > td > img tbody > tr > td > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Crawling and Indexing
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 18 | Sitemap: /sitemap.xml | Invalid sitemap URL |
To appear in search results, crawlers need access to your app.