Mobile 375 × 812

Desktop 1440 × 900

Score: 73 / 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.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
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.
10 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 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.
is missing width/height — may cause layout shift
Performance issues directly impact user engagement and conversion rates.
103 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
Nothing in this quadrant — good news.
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/7a521d44-8add-4e1d-8dde-c005dadd9e8d)<a href="https://beavercheck.com/results/7a521d44-8add-4e1d-8dde-c005dadd9e8d"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fas.me" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fas.meThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 13.4s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your audience reach.
9 barrier(s) likely increasing bounce by ~33%.
Page takes 13.4s to load
+12% bounceUsers abandon at ~3s — you're 10.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 886ms
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
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, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
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
58 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$850 investment → $1,134/month returns + USD 157,500 risk avoided
$850
8h · 5 findings
$1,134 /mo
~$13,603 / year
USD 157,500
if kept compliant
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.
8.5 developer hours at $100/hr
Based on United States rates ($100/hr)
$13,125 / month at risk
~$157,505 / year if left unfixed
$157,500
+4 more
$0.44 /mo
5453.5 MB/mo × 0.080 USD/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 3 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.
6.11 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.43 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
886 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.115
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
43.22 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.
13.94 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.
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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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 | |
|---|---|---|---|
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img | /img/marketing/hero-carousel/csp-large/csp-large-8-mobile... | 57.3 KiB | 33.1 KiB |
Reduce no-shows div.feature-area-card > div.feature-area-card__content > picture > img.feature-area-card__image | /img/marketing/squarespace/v3/frontsite/features-benefits... | 37.9 KiB | 27.8 KiB |
Education and Tutoring div.adapt-business__carousel-wrapper > div.adapt-business__carousel > div.adapt-business-card > img | /img/marketing/squarespace/v3/education@2x.webp | 32.9 KiB | 27.0 KiB |
Automotive and Maintenance div.adapt-business__carousel-wrapper > div.adapt-business__carousel > div.adapt-business-card > img | cdn-marketing.acuityscheduling.com/img/marketing/squarespace/v3/utility@2x.webp | 30.8 KiB | 25.3 KiB |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img | /img/marketing/hero-carousel/csp-large/csp-large-5-mobile... | 48.7 KiB | 24.5 KiB |
Financial, Public and Legal Services div.adapt-business__carousel-wrapper > div.adapt-business__carousel > div.adapt-business-card > img | /img/marketing/squarespace/v3/financial@2x.webp | 29.6 KiB | 24.4 KiB |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img | /img/marketing/hero-carousel/csp-large/csp-large-6-mobile... | 45.6 KiB | 21.5 KiB |
Pet Care and Grooming div.adapt-business__carousel-wrapper > div.adapt-business__carousel > div.adapt-business-card > img | cdn-marketing.acuityscheduling.com/img/marketing/squarespace/v3/pet@2x.webp | 23.7 KiB | 19.5 KiB |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img | /img/marketing/hero-carousel/csp-large/csp-large-2-mobile... | 43.4 KiB | 19.2 KiB |
Health and Medical div.adapt-business__carousel-wrapper > div.adapt-business__carousel > div.adapt-business-card > img | cdn-marketing.acuityscheduling.com/img/marketing/squarespace/v3/health@2x.webp | 19.8 KiB | 16.2 KiB |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img | /img/marketing/hero-carousel/csp-large/csp-large-9-mobile... | 35.0 KiB | 15.2 KiB |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img | /img/marketing/hero-carousel/csp-large/csp-large-4-mobile... | 31.7 KiB | 13.8 KiB |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img | /img/marketing/hero-carousel/csp-large/csp-large-3-mobile... | 30.6 KiB | 13.3 KiB |
US State Privacy Opt-Out Icon div.frontsite-footer__legal > div#teconsent > a#icon-id04579349502459653 > img | consent.trustarc.com/get?name=privacy_choices_icon.png | 10.2 KiB | 10.1 KiB |
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 |
|---|---|---|
| /css/marketing-frontsite.min.css?v=7d71f0ec11e66bfc9e728c... | 22.8 KiB | 914 ms |
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 |
|---|---|
| as.me/ | 869 ms |
| acuityscheduling.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Scheduling software to power exceptional client experiences
Book appointments,… body#body > section.hero-block > div#large-csp-hero-block-wrapper > div#large-csp-hero-block | 0.115 |
| 0.054 | |
| 0.054 | |
| 0.054 | |
| 0.054 | |
| 0.054 | |
div.large-csp-item | 0.054 |
div.large-csp-item | 0.054 |
div.large-csp__carousel-wrapper > div.large-csp__carousel-window > div#large-csp-carousel > div.large-csp-item div.large-csp__carousel-wrapper > div.large-csp__carousel-window > div#large-csp-carousel > div.large-csp-item | 0.054 |
| 0.023 | |
div.large-csp__carousel-wrapper > div.large-csp__carousel-window > div#large-csp-carousel > div.large-csp-item div.large-csp__carousel-wrapper > div.large-csp__carousel-window > div#large-csp-carousel > div.large-csp-item | 0.023 |
| 0.001 | |
| 0.001 | |
| 0.001 | |
| 0.001 |
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/destination?id=DC-9658484&cx=c>m=4e64k0 | 131.1 KiB | 63.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5G77WWT | 160.3 KiB | 62.6 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-725208829&cx=c>m=4e64k0 | 144.3 KiB | 60.7 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 32.8 KiB |
| www.datadoghq-browser-agent.com/us5/v5/datadog-rum.js | 51.5 KiB | 29.8 KiB |
| /js/marketing.bundle.js?v=7d71f0ec11e66bfc9e728c6840be359... | 60.7 KiB | 25.2 KiB |
| consent.trustarc.com/asset/notice.js/v/v1.7-1729 | 36.0 KiB | 20.0 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.
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 |
|---|---|
| Other | 6.7 s |
| Script Evaluation | 3.0 s |
| Style & Layout | 2.1 s |
| Rendering | 2.1 s |
| Script Parsing & Compilation | 350 ms |
| Garbage Collection | 206 ms |
| Parse HTML & CSS | 135 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 |
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 |
|---|---|---|
| /css/marketing-frontsite.min.css?v=7d71f0ec11e66bfc9e728c... | 22.4 KiB | 17.1 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 | |
|---|---|
Reduce no-shows div.feature-area-card > div.feature-area-card__content > picture > img.feature-area-card__image | /img/marketing/squarespace/v3/frontsite/features-benefits... |
US State Privacy Opt-Out Icon div.frontsite-footer__legal > div#teconsent > a#icon-id04579349502459653 > img | consent.trustarc.com/get?name=privacy_choices_icon.png |
Acuity Scheduling a Squarespace Company div.mobile-menu-content > div.mobile-menu-header > a.logo > img | /img/marketing/squarespace/acuity-logo-2025.svg |
Acuity Scheduling a Squarespace Company div.container > div.frontsite-footer__bottom > span.frontsite-footer__logo > img | /img/marketing/squarespace/acuity-logo-2025.svg |
div.navlogo > a.navlogo__container > span.navlogo__logo > img div.navlogo > a.navlogo__container > span.navlogo__logo > img | /img/marketing/squarespace/v3/frontsite/nav/logo_scheduli... |
div.navlogo > a.navlogo__container > span.navlogo__logo > img div.navlogo > a.navlogo__container > span.navlogo__logo > img | /img/marketing/squarespace/v3/frontsite/nav/logo_acuity_2... |
Open Dropdown ul#nav-links-mobile > li#open-products-menu > button#open-products-menu-btn > img.authed-dropdown__chevron | cdn-marketing.acuityscheduling.com/img/marketing/nav/chevron-down.svg |
Open Dropdown ul#nav-links-mobile > li#open-resources-menu > button#open-resources-menu-btn > img.authed-dropdown__chevron | cdn-marketing.acuityscheduling.com/img/marketing/nav/chevron-down.svg |
nav.frontsite-header > div.menu-container > button#nav-hamburger-btn > img nav.frontsite-header > div.menu-container > button#nav-hamburger-btn > img | acuityscheduling.com/img/marketing/squarespace/hamburger-mvp.svg |
div.navlogo > a.navlogo__container > span.navlogo__logo > img div.navlogo > a.navlogo__container > span.navlogo__logo > img | /img/marketing/squarespace/v3/frontsite/nav/logo_colon.svg |
div.navlogo > div.navlogo__tryscheduling > span.navlogo__logo > img div.navlogo > div.navlogo__tryscheduling > span.navlogo__logo > img | /img/marketing/squarespace/v3/frontsite/nav/large_colon.svg |
People with laptops and dog section.support > div.support__container > div.support__image > img |
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.
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 |
|---|
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Run your business on the go.
GET APP → body#body > div.mobile-web-to-app-banner > a.mobile-web-to-app-banner__link |
Your Privacy Choices div.frontsite-footer__bottom > div.frontsite-footer__legal > div#teconsent > a#icon-id04579349502459653 |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting |
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.
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 |
|---|
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
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.
1.03 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.49 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.147
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
19.05 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.
1.84 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.
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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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.
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 | |
|---|---|---|---|
Book beautifully, 24/7 div.feature-area-cards > div.feature-area-card > div.feature-area-card__content > img.feature-area-card__desktop-image | /img/marketing/squarespace/v3/frontsite/features-benefits... | 66.4 KiB | 64.1 KiB |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img | /img/marketing/hero-carousel/csp-large/csp-large-8-web.webp | 107.9 KiB | 43.5 KiB |
Reduce no-shows div.feature-area-card > div.feature-area-card__content > picture > img.feature-area-card__image | /img/marketing/squarespace/v3/frontsite/features-benefits... | 45.7 KiB | 34.5 KiB |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img | /img/marketing/hero-carousel/csp-large/csp-large-5-web.webp | 78.6 KiB | 31.6 KiB |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img | /img/marketing/hero-carousel/csp-large/csp-large-2-web.webp | 74.6 KiB | 30.0 KiB |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img | /img/marketing/hero-carousel/csp-large/csp-large-3-web.webp | 63.3 KiB | 25.4 KiB |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img | /img/marketing/hero-carousel/csp-large/csp-large-9-web.webp | 58.7 KiB | 23.5 KiB |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img | /img/marketing/hero-carousel/csp-large/csp-large-6-web.webp | 58.6 KiB | 23.4 KiB |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img | /img/marketing/hero-carousel/csp-large/csp-large-7-web.webp | 39.8 KiB | 15.9 KiB |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img | /img/marketing/hero-carousel/csp-large/csp-large-1.1-web.... | 33.9 KiB | 13.5 KiB |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img | /img/marketing/hero-carousel/csp-large/csp-large-4-web.webp | 32.5 KiB | 12.8 KiB |
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 |
|---|---|---|
| /css/marketing-frontsite.min.css?v=7d71f0ec11e66bfc9e728c... | 22.8 KiB | 251 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
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 |
|---|---|---|
| /css/marketing-frontsite.min.css?v=7d71f0ec11e66bfc9e728c... | 22.4 KiB | 18.2 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.
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/destination?id=DC-9658484&cx=c>m=4e64k0 | 131.1 KiB | 63.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5G77WWT | 160.3 KiB | 62.6 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-725208829&cx=c>m=4e64k0 | 144.3 KiB | 60.7 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 33.2 KiB |
| www.datadoghq-browser-agent.com/us5/v5/datadog-rum.js | 51.5 KiB | 29.7 KiB |
| /js/marketing.bundle.js?v=7d71f0ec11e66bfc9e728c6840be359... | 59.6 KiB | 24.7 KiB |
| consent.trustarc.com/asset/notice.js/v/v1.7-1729 | 36.0 KiB | 20.0 KiB |
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 |
|---|---|
| Other | 1.7 s |
| Script Evaluation | 734 ms |
| Style & Layout | 598 ms |
| Rendering | 492 ms |
| Script Parsing & Compilation | 99 ms |
| Garbage Collection | 55 ms |
| Parse HTML & CSS | 37 ms |
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 | |
|---|---|
Book beautifully, 24/7 div.feature-area-cards > div.feature-area-card > div.feature-area-card__content > img.feature-area-card__desktop-image | /img/marketing/squarespace/v3/frontsite/features-benefits... |
Reduce no-shows div.feature-area-card > div.feature-area-card__content > picture > img.feature-area-card__image | /img/marketing/squarespace/v3/frontsite/features-benefits... |
US State Privacy Opt-Out Icon div.frontsite-footer__legal > div#teconsent > a#icon-id033930870431470117 > img | consent.trustarc.com/get?name=privacy_choices_icon.png |
Acuity Scheduling a Squarespace Company nav.frontsite-header > div.menu-container > a.navlogo--no-animation > img | /img/marketing/squarespace/acuity-logo-2025.svg |
Close promo div.promo-banner > div.promo-banner-right > button#promo-banner-close-btn > img | /img/marketing/squarespace/v3/frontsite/close.svg |
body#body > div.promo-banner-toast > img.promo-banner-toast-check body#body > div.promo-banner-toast > img.promo-banner-toast-check | /img/marketing/squarespace/v3/frontsite/green-check.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| as.me/ | 305 ms |
| acuityscheduling.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
| 0.145 | |
| 0.145 | |
| 0.145 | |
div.large-csp-item | 0.145 |
div.large-csp__carousel-wrapper > div.large-csp__carousel-window > div#large-csp-carousel > div.large-csp-item div.large-csp__carousel-wrapper > div.large-csp__carousel-window > div#large-csp-carousel > div.large-csp-item | 0.145 |
| 0.145 | |
| 0.145 | |
| 0.145 | |
| 0.066 | |
div.large-csp__carousel-wrapper > div.large-csp__carousel-window > div#large-csp-carousel > div.large-csp-item div.large-csp__carousel-wrapper > div.large-csp__carousel-window > div#large-csp-carousel > div.large-csp-item | 0.066 |
| 0.002 | |
| 0.002 | |
| 0.002 | |
| 0.002 | |
| 0.002 |
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.
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 |
|---|
body#body > div.promo-banner-toast > img.promo-banner-toast-check body#body > div.promo-banner-toast > img.promo-banner-toast-check |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Your Privacy Choices div.frontsite-footer__bottom > div.frontsite-footer__legal > div#teconsent > a#icon-id033930870431470117 |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting |
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: the server responded with a status of 429 () |
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.
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 |
|---|
body#body > div.promo-banner-toast > img.promo-banner-toast-check body#body > div.promo-banner-toast > img.promo-banner-toast-check |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img div.large-csp-carousel-frame__slide-wrapper > div.large-csp-carousel-frame__slide > picture.large-csp-carousel__main-content > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback