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.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
| perfectdomain.com/static/img/Path1329.webp | 0.0 ms | 5.6 KiB |
| /cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader... | 2870.0 s | 4.2 KiB |
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.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 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 |
|---|---|---|
| perfectdomain.com/static/css/style.after-1.1.5.min.css | 19.6 KiB | 19.3 KiB |
| perfectdomain.com/static/css/bootstrap-1.1.1.min.css | 18.6 KiB | 18.3 KiB |
| perfectdomain.com/static/css/custom-1.2.6.min.css | 16.6 KiB | 16.5 KiB |
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.googletagmanager.com/gtag/js?id=G-BEQKMP0MBF&cx=c>m=4e64h1 | 157.1 KiB | 66.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-QXDXF5GH8B&cx=c>m=4e64h1h1 | 145.8 KiB | 64.7 KiB |
| www.googletagmanager.com/gtag/js?id=UA-121688222-1 | 125.0 KiB | 64.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-N6FCLDD | 117.1 KiB | 63.8 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| Unattributable | 680 ms | 135 ms | 0.0 ms |
| perfectdomain.com/ | 632 ms | 20 ms | 1.1 ms |
| www.googletagmanager.com/gtag/js?id=G-BEQKMP0MBF&cx=c>m=4e64h1 | 599 ms | 282 ms | 83 ms |
| www.googletagmanager.com/gtag/js?id=G-QXDXF5GH8B&cx=c>m=4e64h1h1 | 407 ms | 322 ms | 82 ms |
| /cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader... | 262 ms | 186 ms | 20 ms |
| www.googletagmanager.com/gtm.js?id=GTM-N6FCLDD | 219 ms | 158 ms | 59 ms |
| www.googletagmanager.com/gtag/js?id=UA-121688222-1 | 209 ms | 151 ms | 55 ms |
| perfectdomain.com/static/js/jquery-1.11.3.min.js | 83 ms | 61 ms | 17 ms |
| perfectdomain.com/static/js/defer-1.1.1.js | 81 ms | 63 ms | 0.5 ms |
| www.google-analytics.com/analytics.js | 68 ms | 55 ms | 11 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.5 s |
| Other | 697 ms |
| Style & Layout | 595 ms |
| Script Parsing & Compilation | 354 ms |
| Parse HTML & CSS | 113 ms |
| Rendering | 93 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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
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 |
|---|
designcontest.com body.homepage > section.our-partners > div.partners-logo > 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
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
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 | |
|---|---|---|---|---|
southerninsurance.com div#dn-2538449 > div.logo > a > img | /_domainphoto/8/d/e/5/8de5672a499e2fabdc2466cd23ba665f.jpg | 150 x 150 | 150 x 150 | 225 x 225 |
residentialdesign.com div#dn-1678137 > div.logo > a > img | /_domainphoto/e/0/3/7/e03732b0553a98a6c172814c99082aac.jpg | 150 x 150 | 150 x 150 | 225 x 225 |
cfdi.com div#dn-1696219 > div.logo > a > img | /_domainphoto/e/4/f/b/e4fbaba4c8011390568080bd004d9ca8.jpg | 150 x 150 | 150 x 150 | 225 x 225 |
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.