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 |
|---|---|---|
| stats.g.doubleclick.net/dc.js | 7200.0 s | 17.3 KiB |
| vine.co/assets/images/vine_logo_green.svg | 43200.0 s | 3.6 KiB |
| twitter.github.io/twemoji/2/72x72/1f44b.png | 600.0 s | 1.6 KiB |
| twitter.github.io/twemoji/2/72x72/1f331.png | 600.0 s | 608 B |
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 |
|---|---|---|
| v.cdn.vine.co/w/a001567d-assets/vendor-d41d8cd98f00b204e9800998ecf8427e.css | 0 B | 780 ms |
| v.cdn.vine.co/w/a001567d-assets/vine-ember-cd83453a3f52d688e17f9f362837be53.css | 0 B | 780 ms |
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.
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 | |
|---|---|
Goodbye wave main.body > section.content > div > img | twitter.github.io/twemoji/2/72x72/1f44b.png |
Vine main.body > section.content > div > img | twitter.github.io/twemoji/2/72x72/1f331.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.
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 |
|---|
Dear Vine Community - thank you for all the inspiration, laughs, and loops. We … body > div > main.body > section.banner |
click here. div > main.body > section.banner > a |
Help footer.footer > ul > li > a |
Terms footer.footer > ul > li > a |
Privacy footer.footer > ul > li > a |
Attribution footer.footer > ul > li > a |
Did it for the Vine. © 2018 Twitter, Inc. main.body > footer.footer > ul > li |
These are opportunities to improve the legibility of your content.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
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 |
|---|
Help footer.footer > ul > li > a |
Terms footer.footer > ul > li > a |
Privacy footer.footer > ul > li > a |
Attribution footer.footer > ul > li > a |
These items highlight common accessibility best practices.
Best Practices
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 | |
|---|---|---|---|---|
Vine main.body > section.content > div > img | twitter.github.io/twemoji/2/72x72/1f331.png | 72 x 72 | 72 x 72 | 108 x 108 |
Goodbye wave main.body > section.content > div > img | twitter.github.io/twemoji/2/72x72/1f44b.png | 72 x 72 | 72 x 72 | 108 x 108 |
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 |
|---|---|
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED |
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.