Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
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.
Diagnostics
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.
Performance issues directly impact user engagement and conversion rates.
| 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 |
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
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 |
Best Practices
General
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 () |
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
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.