Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/72e8adbf-a196-447e-b1e9-687f794dd36c)<a href="https://beavercheck.com/results/72e8adbf-a196-447e-b1e9-687f794dd36c"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fmerchantcircle.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fmerchantcircle.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. The 3 security gaps leave your users exposed — modern browsers increasingly warn visitors about insecure sites. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~28%.
Page takes 5.5s to load
+12% bounceUsers abandon at ~3s — you're 3.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€383 investment → €3,358/month returns + EUR 120,500,000 risk avoided
€383
4h · 5 findings
€3,358 /mo
~€40,294 / year
EUR 120,500,000
if kept compliant
€128 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,005 / year if left unfixed
€120,500,000
+5 more
€0.42 /mo
5637.4 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.01 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.45 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
153 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.91 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
10.63 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| 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.
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.
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.
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.
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.
Performance issues directly impact user engagement and conversion rates.
| 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.
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.
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.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.00 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.50 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.00 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
2.52 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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 | 50 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 | 138.3 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 | 125.4 KiB |
footer img div.cs-container > div.footer-top-content > div.footer-top-img-wrap > img.footer-img | static4.merchantcircle.com/static/v3/img/footer-img.png?v=c9b244ddc0 | 156.4 KiB | 125.1 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 | 69.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 | 61.2 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 | 58.5 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 | 42.8 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 | 42.1 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 | 20.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 | 6.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 |
|---|---|---|
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 0 B | 230 ms |
| static1.merchantcircle.com/static/v3/css/rd-mc-home-page.css?v=cdef659770 | 9.8 KiB | 203 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/ | 667 ms |
| 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.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| 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.1 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 div.cs-container > div.footer-top-content > div.footer-top-img-wrap > img.footer-img | static4.merchantcircle.com/static/v3/img/footer-img.png?v=c9b244ddc0 |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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 |
Feb 18, 2026 div.articles-item > div.articles-link > div.articles-info > div.articles-date |
PLUMBING, HEATING, & AIR div.articles-item > a.articles-link > div.articles-info > span.articles-cat |
Feb 06, 2026 div.articles-item > a.articles-link > div.articles-info > div.articles-date |
HOME ELECTRONICS div.articles-item > a.articles-link > div.articles-info > span.articles-cat |
Jan 23, 2026 div.articles-item > a.articles-link > div.articles-info > div.articles-date |
KITCHEN RENOVATION div.articles-item > a.articles-link > div.articles-info > span.articles-cat |
Dec 15, 2025 div.articles-item > a.articles-link > div.articles-info > div.articles-date |
DOORS & WINDOWS div.articles-item > a.articles-link > div.articles-info > span.articles-cat |
Dec 09, 2025 div.articles-item > a.articles-link > div.articles-info > div.articles-date |
CONTRACTORS SERVICES & FACILITIES div.articles-item > a.articles-link > div.articles-info > span.articles-cat |
Nov 18, 2025 div.articles-item > a.articles-link > div.articles-info > div.articles-date |
ROOF CONTRACTORS div.articles-item > a.articles-link > div.articles-info > span.articles-cat |
Oct 14, 2025 div.articles-item > a.articles-link > div.articles-info > div.articles-date |
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.
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.
Performance issues directly impact user engagement and conversion rates.
| 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.
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.
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.
Send Feedback