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.
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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 | 45 ms |
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 | |
|---|---|---|---|
Metal Roofing: Benefits, Costs, and Everything You Need to Know div.articles-item > a.articles-link > div.articles-img-wrap > img | media.merchantcircle.com/upics/3/1092103/metal%20roofing_full.jpeg | 151.6 KiB | 141.6 KiB |
Sunroom Ideas to Brighten and Transform Your Home div.articles-item > a.articles-link > div.articles-img-wrap > img | media.merchantcircle.com/upics/3/1092104/sunroom%20ideas_full.jpeg | 139.6 KiB | 128.6 KiB |
Luxury Kitchen Remodel: Design Ideas, Trends, and Expert Tips div.articles-item > a.articles-link > div.articles-img-wrap > img | media.merchantcircle.com/upics/3/1092106/luxury%20kitchen_full.jpeg | 85.0 KiB | 73.1 KiB |
How to Safely Tell If a Wire Is Live div.articles-item > a.articles-link > div.articles-img-wrap > img | /upics/3/1092107/flames and sparks coming out of wires1_f... | 70.9 KiB | 63.3 KiB |
footer img mobile div.cs-container > div.footer-top-content > div.footer-top-img-wrap > img.footer-img-mob | static3.merchantcircle.com/static/v3/img/footer-img-mob.png?v=8bf04a33ce | 96.8 KiB | 61.7 KiB |
Heating and Cooling 101: What Homeowners Need to Know div.articles-item > a.articles-link > div.articles-img-wrap > img | /upics/3/1092108/heating and cooling system_full.jpeg | 67.8 KiB | 60.5 KiB |
A Guide to Interior Doors: Styles, Materials, and Design Tips div.articles-item > a.articles-link > div.articles-img-wrap > img | media.merchantcircle.com/upics/3/1092105/interior%20door_full.jpeg | 48.8 KiB | 43.6 KiB |
MerchantCircle div.rec-business-item > a.rec-business-link > div.rec-business-img-wrap > img | media.merchantcircle.com/677324/MerchantCircle%20-%20Profile_medium.png | 49.8 KiB | 40.5 KiB |
Future Ford of Concord div.rec-business-item > a.rec-business-link > div.rec-business-img-wrap > img | media.merchantcircle.com/26740788/FutureFLM_Logo_medium.png | 39.0 KiB | 34.9 KiB |
How to Plumb a Shower Drain: A Step-by-Step Guide for Homeowners div.articles-item > div.articles-link > a.articles-img-wrap > img | /upics/3/1092109/drain system in the modern glass door sh... | 67.3 KiB | 30.9 KiB |
Find the best local merchants
Find
Near
Search body.home > div.main-wrapper > section.home-hero | static1.merchantcircle.com/static/v3/img/home-hero/home-hero-bg-march-mob.jpg | 86.7 KiB | 14.8 KiB |
Broadway Plaza div.rec-business-item > a.rec-business-link > div.rec-business-img-wrap > img | /6031330/1470410489.13-daf13aa9c5cb7c8aee7a7a0161a12ecd_m... | 13.8 KiB | 4.5 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 |
|---|---|---|
| static1.merchantcircle.com/static/v3/css/rd-mc-home-page.css?v=cdef659770 | 9.8 KiB | 755 ms |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 0 B | 780 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 |
|---|---|---|
| connect.facebook.net/en_US/bundle/sdk.js/ | 1200.0 s | 78.5 KiB |
| platform.twitter.com/widgets.js | 1800.0 s | 27.3 KiB |
| ssl.google-analytics.com/ga.js | 7200.0 s | 17.4 KiB |
| cdn.mouseflow.com/projects/cb78eb8a-1ee7-4e41-8424-98f67df90608.js | 86400.0 s | 18.1 KiB |
| static.hotjar.com/c/hotjar-5227174.js?sv=6 | 60.0 s | 6.2 KiB |
| connect.facebook.net/en_US/sdk.js | 1200.0 s | 5.0 KiB |
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 |
|---|---|
| merchantcircle.com/ | 1.2 s |
| www.merchantcircle.com/ | 0.0 ms |
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.
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.
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.googletagmanager.com/gtag/js?id=G-WX4CDQBS4M | 175.3 KiB | 68.9 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 78.4 KiB | 54.2 KiB |
| script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 56.1 KiB | 37.8 KiB |
| /_/scs/abc-static/_/js/k=gapi.lb.en.HLcjcliCxoY.O/m=pluso... | 53.9 KiB | 35.9 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 | |
|---|---|
footer img mobile div.cs-container > div.footer-top-content > div.footer-top-img-wrap > img.footer-img-mob | static3.merchantcircle.com/static/v3/img/footer-img-mob.png?v=8bf04a33ce |
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
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.cs-container > nav.header-navbar > div.header-content > button.header-toggle div.cs-container > nav.header-navbar > div.header-content > button.header-toggle |
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.
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 |
|---|
AUTOS div.rec-business-item > a.rec-business-link > div.rec-business-rate-wrap > span.rec-business-rate-text |
4.8 a.rec-business-link > div.rec-business-rate-wrap > span.rec-business-rate > span |
AUTOS div.rec-business-item > a.rec-business-link > div.rec-business-rate-wrap > span.rec-business-rate-text |
5.0 a.rec-business-link > div.rec-business-rate-wrap > span.rec-business-rate > span |
HOME & GARDEN div.rec-business-item > a.rec-business-link > div.rec-business-rate-wrap > span.rec-business-rate-text |
4.4 a.rec-business-link > div.rec-business-rate-wrap > span.rec-business-rate > span |
TRAVEL & LODGING div.rec-business-item > a.rec-business-link > div.rec-business-rate-wrap > span.rec-business-rate-text |
4.9 a.rec-business-link > div.rec-business-rate-wrap > span.rec-business-rate > span |
EDUCATION div.rec-business-item > a.rec-business-link > div.rec-business-rate-wrap > span.rec-business-rate-text |
4.8 a.rec-business-link > div.rec-business-rate-wrap > span.rec-business-rate > span |
FOOD & DINING div.rec-business-item > a.rec-business-link > div.rec-business-rate-wrap > span.rec-business-rate-text |
5.0 a.rec-business-link > div.rec-business-rate-wrap > span.rec-business-rate > span |
PLUMBING div.articles-item > div.articles-link > div.articles-info > span.articles-cat |
PLUMBING, HEATING, & AIR div.articles-item > a.articles-link > div.articles-info > span.articles-cat |
HOME ELECTRONICS div.articles-item > a.articles-link > div.articles-info > span.articles-cat |
KITCHEN RENOVATION div.articles-item > a.articles-link > div.articles-info > span.articles-cat |
DOORS & WINDOWS div.articles-item > a.articles-link > div.articles-info > span.articles-cat |
CONTRACTORS SERVICES & FACILITIES div.articles-item > a.articles-link > div.articles-info > span.articles-cat |
ROOF CONTRACTORS div.articles-item > a.articles-link > div.articles-info > span.articles-cat |
Learn more div.cs-container > div.footer-top-content > div.footer-top-info > a.btn |
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 |
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
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
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| /articles/How-to-Plumb-a-Shower-Drain-A-Step-by-Step-Guid... | Read more |
| www.merchantcircle.com/business_homepage | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.