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.
Missing signals may be hurting your search visibility.
Solid infrastructure — fast server responses across the board.
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.
Page weighs 13.4 MB (4.6 MB transferred)
Performance issues directly impact user engagement and conversion rates.
159 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
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/c81ec843-81b3-47a0-8497-b4b46fdabcb6)<a href="https://beavercheck.com/results/c81ec843-81b3-47a0-8497-b4b46fdabcb6"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fyolasite.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fyolasite.comThis 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 4.2s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. 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.
10 barrier(s) likely increasing bounce by ~34%.
Page takes 4.2s to load
+12% bounceUsers abandon at ~3s — you're 1.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.8s
+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
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
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
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$550 investment → $3,138/month returns + USD 150,000 risk avoided
$550
6h · 5 findings
$3,138 /mo
~$37,655 / year
USD 150,000
if kept compliant
$150 — 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.
5.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$12,501 / month at risk
~$150,014 / year if left unfixed
$150,000
$1.15 /mo
14410.0 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 4 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.
3.25 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.17 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.80 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.269
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.14 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.
22.01 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.
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.
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.sitebuilderhostqa.net/scripts/cpm/v2.js?type=Latitude | 1.5 KiB | 813 ms |
| player.vimeo.com/api/player.js | 9.0 KiB | 971 ms |
| www.yola.com/ws/bundles/css/959ef494e2bb6c77d57fff8a3a86597e.css | 94.9 KiB | 1.2 s |
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.
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 | |
|---|---|---|---|
ws-media-container > a.ws-image-click-action > picture > img ws-media-container > a.ws-image-click-action > picture > img | www.yola.com/ws/alt-imgs/w800/a3276ce111d0692a6de39cfba83458d1.webp | 181.7 KiB | 160.1 KiB |
ws-media-container > a.ws-image-click-action > picture > img ws-media-container > a.ws-image-click-action > picture > img | www.yola.com/ws/alt-imgs/w800/af9920d992a2772f8ee98e246ff06d11.webp | 143.6 KiB | 119.3 KiB |
ws-media-container > a.ws-image-click-action > picture > img ws-media-container > a.ws-image-click-action > picture > img | www.yola.com/ws/alt-imgs/w800/183da72c9309936ea06b43a786f7c359.webp | 130.9 KiB | 110.4 KiB |
ws-media-container > a.ws-image-click-action > picture > img ws-media-container > a.ws-image-click-action > picture > img | www.yola.com/ws/alt-imgs/w800/b665354c8f8814a3557cebf41035b3ac.webp | 123.4 KiB | 104.1 KiB |
ws-media-container > a.ws-image-click-action > picture > img ws-media-container > a.ws-image-click-action > picture > img | www.yola.com/ws/alt-imgs/w800/58de4cbbf9a1c8d64a75758c000c8f82.webp | 121.8 KiB | 102.7 KiB |
ws-media-container > a.ws-image-click-action > picture > img ws-media-container > a.ws-image-click-action > picture > img | www.yola.com/ws/alt-imgs/w800/b86266d1e820374b0264bf77cb145601.webp | 114.9 KiB | 96.8 KiB |
div.ws-cms-slide-image-container > ws-media-container > picture > img div.ws-cms-slide-image-container > ws-media-container > picture > img | www.yola.com/ws/alt-imgs/w800/035f5a74649c231f787ce10622596849.webp | 67.7 KiB | 48.7 KiB |
div.ws-cms-slide-image-container > ws-media-container > picture > img div.ws-cms-slide-image-container > ws-media-container > picture > img | www.yola.com/ws/alt-imgs/w600/3fe057d6479b74f9fd28aa8a1c7af94b.webp | 69.9 KiB | 47.0 KiB |
logo a.cms-made-with > img.cms-made-with__logo | www.yola.com/yolacms/images/b68d4b2235f5bc4a3e65.png | 37.7 KiB | 37.5 KiB |
div.ws-cms-slide-image-container > ws-media-container > picture > img div.ws-cms-slide-image-container > ws-media-container > picture > img | www.yola.com/ws/alt-imgs/w600/1249c5194f473c8c31b0ad5709376748.webp | 60.3 KiB | 37.4 KiB |
div.ws-cms-slide-image-container > ws-media-container > picture > img div.ws-cms-slide-image-container > ws-media-container > picture > img | www.yola.com/ws/alt-imgs/w600/ce7d8a1ad505d9edaa93b021f2a6b009.webp | 32.3 KiB | 16.6 KiB |
avatar-1 div.ws-difm-banner__reviews > div.ws-difm-banner__avatar-list > div.ws-difm-banner__avatar-item > img | assets.yolacdn.net/difm/images/avatar-1-279439e8.png | 5.1 KiB | 4.9 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| yolasite.com/ | 919 ms |
| www.yola.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 |
|---|---|
English
Deutsch
Français
Italiano
Português
Español
Create a professional,
fre… body > div.page-container | 0.262 |
An easy-to-use website builder for small businesses, professionals, and online … div.ws-m-block-title-770 > ws-text > h2.ws-fz-20 > ws-color.ws-custom-color | 0.004 |
body > cms-made-with body > cms-made-with | 0.002 |
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 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 |
|---|---|---|
| www.yola.com/ws/bundles/css/959ef494e2bb6c77d57fff8a3a86597e.css | 94.2 KiB | 74.3 KiB |
| cms-made-with{position:fixed;bottom:14px;right:15px} … | 11.8 KiB | 10.3 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.yola.com/ws/bundles/js/963afd270d18d4655e9cc11ecaad105d.js | 3.1 s | 537 ms | 65 ms |
| www.yola.com/ | 2.9 s | 104 ms | 8.4 ms |
| edge.fullstory.com/s/fs.js | 966 ms | 662 ms | 25 ms |
| Unattributable | 673 ms | 13 ms | 0.0 ms |
| a.plerdy.com/public/js/click/main2.js?v=33 | 608 ms | 388 ms | 45 ms |
| www.yola.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 514 ms | 477 ms | 2.8 ms |
| yolacom.yolacdn.net/yolacms/js/bundle.760fd8534c0da1a10980.js | 419 ms | 254 ms | 42 ms |
| t.contentsquare.net/uxa/d40827e2610a6.js | 417 ms | 339 ms | 57 ms |
| www.googletagmanager.com/gtm.js?id=GTM-5R6R94K | 233 ms | 189 ms | 36 ms |
| www.googletagmanager.com/gtag/js?id=G-301ZJJWMPD&cx=c>m=4e64h1 | 233 ms | 195 ms | 34 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Style & Layout | 3.7 s |
| Script Evaluation | 3.3 s |
| Other | 2.1 s |
| Rendering | 621 ms |
| Script Parsing & Compilation | 327 ms |
| Parse HTML & CSS | 128 ms |
| Garbage Collection | 100 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 |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cms-made-with{position:fixed;bottom:14px;right:15px} … | 11.8 KiB | 7.8 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| a.plerdy.com/public/js/click/main2.js?v=33 | 95.6 KiB | 41.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.yola.com/ws/bundles/js/963afd270d18d4655e9cc11ecaad105d.js | 181.7 KiB | 106.0 KiB |
| t.contentsquare.net/uxa/d40827e2610a6.js | 128.2 KiB | 72.0 KiB |
| a.plerdy.com/public/js/click/main2.js?v=33 | 94.3 KiB | 68.0 KiB |
| yolacom.yolacdn.net/yolacms/js/bundle.760fd8534c0da1a10980.js | 133.2 KiB | 64.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-301ZJJWMPD&cx=c>m=4e64h1 | 157.2 KiB | 63.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5R6R94K | 128.8 KiB | 62.2 KiB |
| edge.fullstory.com/s/fs.js | 79.3 KiB | 28.0 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|
Privacy Policy span > p > a.ws-link > u.ws-underline |
Terms of Service span > p > a.ws-link > u.ws-underline |
Data Processing span > p > a.ws-link > u.ws-underline |
These are opportunities to improve the legibility of your content.
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.ws-widget-container > ws-media-container > ws-iframe.animation-video > iframe.animation-video div.ws-widget-container > ws-media-container > ws-iframe.animation-video > iframe.animation-video |
div.ws-widget-container > ws-media-container > ws-iframe.animation-video > iframe.animation-video div.ws-widget-container > ws-media-container > ws-iframe.animation-video > iframe.animation-video |
div.ws-widget-container > ws-media-container > ws-iframe.animation-video > iframe.animation-video div.ws-widget-container > ws-media-container > ws-iframe.animation-video > iframe.animation-video |
div.ws-widget-media > ws-media-container > ws-iframe.animation-video > iframe.animation-video div.ws-widget-media > ws-media-container > ws-iframe.animation-video > iframe.animation-video |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.ws-m-local-header__main-panel > div.ws-container > ws-nav-content.ws-m-local-header__main-content > a.ws-m-logo-wrapper div.ws-m-local-header__main-panel > div.ws-container > ws-nav-content.ws-m-local-header__main-content > a.ws-m-logo-wrapper |
ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action |
ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action |
ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action |
ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action |
ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action |
ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action |
ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action |
ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action |
ws-social-icons > ul > li > a.ws-link ws-social-icons > ul > li > a.ws-link |
ws-social-icons > ul > li > a.ws-link ws-social-icons > ul > li > a.ws-link |
ws-social-icons > ul > li > a.ws-link ws-social-icons > ul > li > a.ws-link |
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.
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.
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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 |
|---|---|
Loading the image 'https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-301ZJJWMPD&cid=1065123621.1776802964>m=45je64h1v9127294349z8860599856za20gzb860599856zd860599856&rcb=14&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938469~117266400&z=1694240757' violates the following Content Security Policy directive: "default-src 'unsafe-inline' 'unsafe-eval' 'self' *.cloudflare.com www.yola.com unpkg.com *.yolacdn.net cdn.ravenjs.com *.googleapis.com *.sharethis.com www.googleoptimize.com www.googletagmanager.com *.googleusercontent.com *.gstatic.com secure.gravatar.com www.facebook.com www.google-analytics.com *.google.com *.yola.net *.yola.com *.yolaqa.com *.storylane.io *.vimeo.com *.player.vimeo.com *.vimeocdn.com *.f.vimeocdn.com *.i.vimeocdn.com jitter.video stats.g.doubleclick.net *.fullstory.com s.w.org *.sitewit.com *.wikimedia.org www.youtube.com wp-themes.com *.sitebuilderhostqa.net *.contentsquare.net *.plerdy.com data: blob:". Note that 'img-src' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516' violates the following Content Security Policy directive: "default-src 'unsafe-inline' 'unsafe-eval' 'self' *.cloudflare.com www.yola.com unpkg.com *.yolacdn.net cdn.ravenjs.com *.googleapis.com *.sharethis.com www.googleoptimize.com www.googletagmanager.com *.googleusercontent.com *.gstatic.com secure.gravatar.com www.facebook.com www.google-analytics.com *.google.com *.yola.net *.yola.com *.yolaqa.com *.storylane.io *.vimeo.com *.player.vimeo.com *.vimeocdn.com *.f.vimeocdn.com *.i.vimeocdn.com jitter.video stats.g.doubleclick.net *.fullstory.com s.w.org *.sitewit.com *.wikimedia.org www.youtube.com wp-themes.com *.sitebuilderhostqa.net *.contentsquare.net *.plerdy.com data: blob:". Note that 'script-src-elem' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
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.44 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.45 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
227 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.128
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.61 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.
3.01 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.
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.
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.sitebuilderhostqa.net/scripts/cpm/v2.js?type=Latitude | 1.5 KiB | 262 ms |
| player.vimeo.com/api/player.js | 9.0 KiB | 418 ms |
| www.yola.com/ws/bundles/css/959ef494e2bb6c77d57fff8a3a86597e.css | 94.9 KiB | 227 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.
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 | |
|---|---|---|---|
ws-media-container > a.ws-image-click-action > picture > img ws-media-container > a.ws-image-click-action > picture > img | www.yola.com/ws/alt-imgs/orig/a3276ce111d0692a6de39cfba83458d1.webp | 490.9 KiB | 447.5 KiB |
ws-media-container > a.ws-image-click-action > picture > img ws-media-container > a.ws-image-click-action > picture > img | www.yola.com/ws/alt-imgs/orig/183da72c9309936ea06b43a786f7c359.webp | 347.7 KiB | 317.0 KiB |
ws-media-container > a.ws-image-click-action > picture > img ws-media-container > a.ws-image-click-action > picture > img | www.yola.com/ws/alt-imgs/orig/b665354c8f8814a3557cebf41035b3ac.webp | 327.0 KiB | 298.1 KiB |
ws-media-container > a.ws-image-click-action > picture > img ws-media-container > a.ws-image-click-action > picture > img | www.yola.com/ws/alt-imgs/orig/58de4cbbf9a1c8d64a75758c000c8f82.webp | 324.7 KiB | 296.0 KiB |
ws-media-container > a.ws-image-click-action > picture > img ws-media-container > a.ws-image-click-action > picture > img | www.yola.com/ws/alt-imgs/orig/b86266d1e820374b0264bf77cb145601.webp | 280.1 KiB | 255.3 KiB |
ws-media-container > a.ws-image-click-action > picture > img ws-media-container > a.ws-image-click-action > picture > img | www.yola.com/ws/alt-imgs/orig/af9920d992a2772f8ee98e246ff06d11.webp | 188.8 KiB | 134.0 KiB |
div.ws-orbit-card__inner > div.ws-orbit-card__img-wrap > picture > img.ws-orbit-card__img div.ws-orbit-card__inner > div.ws-orbit-card__img-wrap > picture > img.ws-orbit-card__img | www.yola.com/ws/alt-imgs/w600/c8f48cbfa6bd0d92d9e61b797951f3ae.webp | 97.9 KiB | 90.2 KiB |
div.ws-orbit-card__inner > div.ws-orbit-card__img-wrap > picture > img.ws-orbit-card__img div.ws-orbit-card__inner > div.ws-orbit-card__img-wrap > picture > img.ws-orbit-card__img | www.yola.com/ws/alt-imgs/w600/806cc1b070da1d27763a5e12b2b03a82.webp | 77.6 KiB | 69.9 KiB |
div.ws-orbit-card__inner > div.ws-orbit-card__img-wrap > picture > img.ws-orbit-card__img div.ws-orbit-card__inner > div.ws-orbit-card__img-wrap > picture > img.ws-orbit-card__img | www.yola.com/ws/alt-imgs/w600/31047f8e717cd3d4c252531b4ba0e98b.webp | 52.6 KiB | 45.0 KiB |
div.ws-orbit-card__inner > div.ws-orbit-card__img-wrap > picture > img.ws-orbit-card__img div.ws-orbit-card__inner > div.ws-orbit-card__img-wrap > picture > img.ws-orbit-card__img | www.yola.com/ws/alt-imgs/w600/eab6a6217a1a25eb29a31eb29619762e.webp | 51.5 KiB | 44.0 KiB |
div.ws-orbit-card__inner > div.ws-orbit-card__img-wrap > picture > img.ws-orbit-card__img div.ws-orbit-card__inner > div.ws-orbit-card__img-wrap > picture > img.ws-orbit-card__img | www.yola.com/ws/alt-imgs/w600/ff7f38d733a6ce767bab3391a7d99df6.webp | 50.7 KiB | 43.3 KiB |
div.ws-orbit-card__inner > div.ws-orbit-card__img-wrap > picture > img.ws-orbit-card__img div.ws-orbit-card__inner > div.ws-orbit-card__img-wrap > picture > img.ws-orbit-card__img | www.yola.com/ws/alt-imgs/w600/6daa1551fdecf8cd2fb0763b374562ea.webp | 50.2 KiB | 42.9 KiB |
div.ws-orbit-card__inner > div.ws-orbit-card__img-wrap > picture > img.ws-orbit-card__img div.ws-orbit-card__inner > div.ws-orbit-card__img-wrap > picture > img.ws-orbit-card__img | www.yola.com/ws/alt-imgs/w600/fdba89dc7e9de5c06e599192b5e836ba.webp | 48.0 KiB | 41.1 KiB |
div.ws-orbit-card__inner > div.ws-orbit-card__img-wrap > picture > img.ws-orbit-card__img div.ws-orbit-card__inner > div.ws-orbit-card__img-wrap > picture > img.ws-orbit-card__img | www.yola.com/ws/alt-imgs/w600/450668c4c0b1e5303b6f89e820c77336.webp | 47.5 KiB | 40.6 KiB |
div.ws-orbit-card__inner > div.ws-orbit-card__img-wrap > picture > img.ws-orbit-card__img div.ws-orbit-card__inner > div.ws-orbit-card__img-wrap > picture > img.ws-orbit-card__img | www.yola.com/ws/alt-imgs/w600/054f8b08c02b2239a71e2875716eb7a4.webp | 47.3 KiB | 40.4 KiB |
div.ws-orbit-card__inner > div.ws-orbit-card__img-wrap > picture > img.ws-orbit-card__img div.ws-orbit-card__inner > div.ws-orbit-card__img-wrap > picture > img.ws-orbit-card__img | www.yola.com/ws/alt-imgs/w600/d7e725a4de2381d4a4469fd12fd6669c.webp | 44.0 KiB | 37.6 KiB |
logo a.cms-made-with > img.cms-made-with__logo | www.yola.com/yolacms/images/b68d4b2235f5bc4a3e65.png | 37.7 KiB | 37.5 KiB |
avatar-1 div.ws-difm-banner__reviews > div.ws-difm-banner__avatar-list > div.ws-difm-banner__avatar-item > img | assets.yolacdn.net/difm/images/avatar-1-279439e8.png | 5.1 KiB | 4.9 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 |
|---|---|
| yolasite.com/ | 613 ms |
| www.yola.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 |
|---|---|
Create a professional,
free website in minutes
An easy-to-use website builder … div.page-container > ws-block#ws-block-custom-rcJGnxdS > section.ws-section > div.ws-container | 0.078 |
Features
Pricing
Templates
About Us
Blog
Support
Log in
Get started
C… body > div.page-container | 0.041 |
Create a professional,
div.ws-m-block-title-770 > ws-text > h1.ws-fz-80 > b.ws-bold | 0.006 |
Features
Pricing
Templates
About Us
Blog
Support ws-global.nav-menu-wrapper > ws-navigation > nav > ul.ws-nav__menu-list | 0.001 |
Get a professional website built and managed for you with Yola Business Elite div.ws-difm-banner > div.ws-difm-banner__container > div.ws-difm-banner__title-container > div.ws-difm-banner__description | 0.001 |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| Style & Layout | 1.8 s |
| Script Evaluation | 1.1 s |
| Other | 606 ms |
| Rendering | 234 ms |
| Script Parsing & Compilation | 81 ms |
| Garbage Collection | 34 ms |
| Parse HTML & CSS | 33 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 |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cms-made-with{position:fixed;bottom:14px;right:15px} … | 11.8 KiB | 7.8 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| a.plerdy.com/public/js/click/main2.js?v=33 | 95.6 KiB | 41.2 KiB |
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 |
|---|---|---|
| www.yola.com/ws/bundles/css/959ef494e2bb6c77d57fff8a3a86597e.css | 94.2 KiB | 72.5 KiB |
| cms-made-with{position:fixed;bottom:14px;right:15px} … | 11.8 KiB | 10.1 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.yola.com/ws/bundles/js/963afd270d18d4655e9cc11ecaad105d.js | 181.7 KiB | 105.5 KiB |
| t.contentsquare.net/uxa/d40827e2610a6.js | 128.2 KiB | 72.0 KiB |
| a.plerdy.com/public/js/click/main2.js?v=33 | 94.3 KiB | 68.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-301ZJJWMPD&cx=c>m=4e64h1 | 157.2 KiB | 66.0 KiB |
| yolacom.yolacdn.net/yolacms/js/bundle.760fd8534c0da1a10980.js | 133.3 KiB | 64.4 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5R6R94K | 128.8 KiB | 62.2 KiB |
| edge.fullstory.com/s/fs.js | 79.3 KiB | 27.7 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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.
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
null div.ws-widget-container > div.ws-m-block-title-770 > div.ws-cms-slider-buttons > div.ws-cms-slider-button |
null div.ws-widget-container > div.ws-m-block-title-770 > div.ws-cms-slider-buttons > div.ws-cms-slider-button |
These are opportunities to improve the usage of ARIA in your application which 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 |
|---|
Privacy Policy span > p > a.ws-link > u.ws-underline |
Terms of Service span > p > a.ws-link > u.ws-underline |
Data Processing span > p > a.ws-link > u.ws-underline |
These are opportunities to improve the legibility of your content.
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.ws-widget-container > ws-media-container > ws-iframe.animation-video > iframe.animation-video div.ws-widget-container > ws-media-container > ws-iframe.animation-video > iframe.animation-video |
div.ws-widget-container > ws-media-container > ws-iframe.animation-video > iframe.animation-video div.ws-widget-container > ws-media-container > ws-iframe.animation-video > iframe.animation-video |
div.ws-widget-container > ws-media-container > ws-iframe.animation-video > iframe.animation-video div.ws-widget-container > ws-media-container > ws-iframe.animation-video > iframe.animation-video |
div.ws-widget-media > ws-media-container > ws-iframe.animation-video > iframe.animation-video div.ws-widget-media > ws-media-container > ws-iframe.animation-video > iframe.animation-video |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.ws-m-local-header__main-panel > div.ws-container > ws-nav-content.ws-m-local-header__main-content > a.ws-m-logo-wrapper div.ws-m-local-header__main-panel > div.ws-container > ws-nav-content.ws-m-local-header__main-content > a.ws-m-logo-wrapper |
ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action |
ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action |
ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action |
ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action |
ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action |
ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action |
ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action |
ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action ws-slider-item.ws-slider-slide > figure > ws-media-container > a.ws-image-click-action |
ws-social-icons > ul > li > a.ws-link ws-social-icons > ul > li > a.ws-link |
ws-social-icons > ul > li > a.ws-link ws-social-icons > ul > li > a.ws-link |
ws-social-icons > ul > li > a.ws-link ws-social-icons > ul > li > a.ws-link |
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.
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.
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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 |
|---|---|
Loading the image 'https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-301ZJJWMPD&cid=804903606.1776802989>m=45je64h1v9127294349z8860599856za20gzb860599856zd860599856&rcb=2&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938469~117266401~117384406~117512543~118463262&z=1938180118' violates the following Content Security Policy directive: "default-src 'unsafe-inline' 'unsafe-eval' 'self' *.cloudflare.com www.yola.com unpkg.com *.yolacdn.net cdn.ravenjs.com *.googleapis.com *.sharethis.com www.googleoptimize.com www.googletagmanager.com *.googleusercontent.com *.gstatic.com secure.gravatar.com www.facebook.com www.google-analytics.com *.google.com *.yola.net *.yola.com *.yolaqa.com *.storylane.io *.vimeo.com *.player.vimeo.com *.vimeocdn.com *.f.vimeocdn.com *.i.vimeocdn.com jitter.video stats.g.doubleclick.net *.fullstory.com s.w.org *.sitewit.com *.wikimedia.org www.youtube.com wp-themes.com *.sitebuilderhostqa.net *.contentsquare.net *.plerdy.com data: blob:". Note that 'img-src' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked. | |
Loading the script 'https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516' violates the following Content Security Policy directive: "default-src 'unsafe-inline' 'unsafe-eval' 'self' *.cloudflare.com www.yola.com unpkg.com *.yolacdn.net cdn.ravenjs.com *.googleapis.com *.sharethis.com www.googleoptimize.com www.googletagmanager.com *.googleusercontent.com *.gstatic.com secure.gravatar.com www.facebook.com www.google-analytics.com *.google.com *.yola.net *.yola.com *.yolaqa.com *.storylane.io *.vimeo.com *.player.vimeo.com *.vimeocdn.com *.f.vimeocdn.com *.i.vimeocdn.com jitter.video stats.g.doubleclick.net *.fullstory.com s.w.org *.sitewit.com *.wikimedia.org www.youtube.com wp-themes.com *.sitebuilderhostqa.net *.contentsquare.net *.plerdy.com data: blob:". Note that 'script-src-elem' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
Send Feedback