Mobile 375 × 812

Desktop 1440 × 900

Score: 78 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Strong compliance posture across regulations.
Rich content metadata — your pages look great everywhere.
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.
Page weighs 19.3 MB (4.5 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
186 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
187 HTTP requests — consider bundling or reducing
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/93a2f15e-0a80-42c7-8400-ad04f107bdbb)<a href="https://beavercheck.com/results/93a2f15e-0a80-42c7-8400-ad04f107bdbb"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Facronis.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Facronis.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 17.6s exceeds Google's 2.5s 'Good' threshold and the 3 performance issues below directly contribute to it. Addressing the critical issues below would have the most immediate impact on your conversion rate.
5 barrier(s) likely increasing bounce by ~25%.
Page takes 17.6s to load
+12% bounceUsers abandon at ~3s — you're 15.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.9s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
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
1 broken link(s) on the page
+2% 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.
CHF 1,170 investment → CHF 1.00/month returns + CHF 250,000 risk avoided
CHF 1,170
9h · 5 findings
CHF 1.00 /mo
~CHF 12 / year
CHF 250,000
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.
9.0 developer hours at CHF130/hr
Based on Switzerland rates (CHF130/hr)
CHF 20,834 / month at risk
~CHF 250,012 / year if left unfixed
CHF 250,000
CHF 1.00 /mo
14077.1 MB/mo × 0.071 CHF/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.
4.76 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
17.62 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.90 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.07 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.
21.56 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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /nv_static/221a41b15e496a00cdacd363fbdaefa48b8dc34d6e084d... | 35 ms |
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 | |
|---|---|---|---|
Acronis div.a-tab > div.wrapper > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content@2x/7674bd1fbfaf4fe1d864963d8bf6bc92.webp | 66.8 KiB | 64.8 KiB |
Acronis div.media-wrapper > div.media > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content@2x/686c0fcfada4304d479c28bb4636c094.webp | 60.0 KiB | 56.4 KiB |
SoftwareReviews XDR Champion figure.award > div.image-wrapper > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content@2x/3e47b67524c7a03725159c187d8e2525.webp | 46.3 KiB | 45.5 KiB |
Acronis div.a-container > div.content > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content@2x/2492abffb346f2436557d36f192f4ff8.webp | 80.4 KiB | 42.5 KiB |
CRN Security 100 List figure.award > div.image-wrapper > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content@2x/b3ec1f678e33c57b3595a09c0c3b462c.webp | 42.3 KiB | 42.1 KiB |
Acronis div.a-container > div.content > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content@2x/244814708b143a297934355dd4eaf38a.webp | 66.3 KiB | 38.6 KiB |
G2 Grid Leader for Endpoint Protection Suites figure.award > div.image-wrapper > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content@2x/dc34812fcbd145620e2b28eee7b612ce.webp | 22.0 KiB | 21.5 KiB |
AV-TEST Advanced Threat Protection certification figure.award > div.image-wrapper > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content@2x/0336cd437b03d70fc4cc866bb4b4b4fe.webp | 19.6 KiB | 18.6 KiB |
Acronis main.main-page > section.main-page-header > picture.a-picture > img.a-picture__img | /images/background@2x/f995ddde7a30945cb629ef9799f08d1d.webp | 16.7 KiB | 14.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.
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 |
|---|---|
| acronis.com/ | 883 ms |
| www.acronis.com/ | 874 ms |
| www.acronis.com/en-us/ | 150 ms |
| www.acronis.com/en/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| www.acronis.com/dist/site-header/header.1WX7oqAb.js | 85.0 KiB | 27.5 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.acronis.com/dist/site-client/assets/c-core-essentials-CYn0aY8z.css | 39.0 KiB | 37.5 KiB |
| 20.7 KiB | 18.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.acronis.com/dist/site-client/chunks/c-core-essentials-BaPz3FQk.js | 151.1 KiB | 89.3 KiB |
| /gtag/js?id=AW-1054767887&cx=c>m=4e64h1&sign=5cb5c5ff4d... | 144.9 KiB | 64.9 KiB |
| /gtag/js?id=G-HLFTTSZW7L&cx=c>m=4e64h1&sign=5cb5c5ff4d6... | 167.5 KiB | 61.8 KiB |
| cdn.cookielaw.org/scripttemplates/202503.1.0/otBannerSdk.js | 115.8 KiB | 61.7 KiB |
| a.acronis.com/gtm.js?id=GTM-PFG6ZF | 203.7 KiB | 53.3 KiB |
| www.acronis.com/dist/site-header/header.1WX7oqAb.js | 85.0 KiB | 37.6 KiB |
| www.acronis.com/dist/site-client/chunks/c-vendor-common-BUQZ7AIB.js | 85.5 KiB | 32.9 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.acronis.com/dist/site-header/header.1WX7oqAb.js | 1.7 s | 1.4 s | 129 ms |
| www.acronis.com/dist/site-client/chunks/c-core-essentials-BaPz3FQk.js | 1.2 s | 1.0 s | 1.9 ms |
| www.acronis.com/en/ | 1.1 s | 410 ms | 1.2 ms |
| a.acronis.com/gtm.js?id=GTM-PFG6ZF | 925 ms | 788 ms | 78 ms |
| Unattributable | 868 ms | 80 ms | 0.0 ms |
| www.acronis.com/dist/site-client/assets/app-BSD4COxU.js | 257 ms | 252 ms | 0.3 ms |
| cdn.cookielaw.org/scripttemplates/202503.1.0/otBannerSdk.js | 218 ms | 148 ms | 33 ms |
| /gtag/js?id=G-HLFTTSZW7L&cx=c>m=4e64h1&sign=5cb5c5ff4d6... | 211 ms | 172 ms | 39 ms |
| www.acronis.com/dist/site-client/chunks/c-vendor-common-BUQZ7AIB.js | 165 ms | 3.6 ms | 1.1 ms |
| /gtag/js?id=AW-1054767887&cx=c>m=4e64h1&sign=5cb5c5ff4d... | 138 ms | 109 ms | 28 ms |
| www.acronis.com/dist/site-client/chunks/c-vendor-popperjs-BKiKC1gT.js | 108 ms | 26 ms | 0.1 ms |
| www.acronis.com/dist/site-client/chunks/c-vendor-swiper-t8G32Rzk.js | 94 ms | 67 ms | 0.3 ms |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 58 ms | 53 ms | 1.9 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 |
|---|---|
| Script Evaluation | 4.6 s |
| Other | 1.0 s |
| Style & Layout | 647 ms |
| Script Parsing & Compilation | 337 ms |
| Parse HTML & CSS | 278 ms |
| Garbage Collection | 243 ms |
| Rendering | 112 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 |
|---|---|
| Internal error. | Not actionable |
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.
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 | |
|---|---|
Acronis div.media-wrapper > div.media > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content@2x/686c0fcfada4304d479c28bb4636c094.webp |
Acronis div.a-tab > div.wrapper > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content@2x/7674bd1fbfaf4fe1d864963d8bf6bc92.webp |
G2 Grid Leader for Endpoint Protection Suites figure.award > div.image-wrapper > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content@2x/dc34812fcbd145620e2b28eee7b612ce.webp |
SE Labs AAA rating for EDR Detection figure.award > div.image-wrapper > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content@2x/813a964987f43413f6ee17627cc42090.webp |
SoftwareReviews XDR Champion figure.award > div.image-wrapper > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content@2x/3e47b67524c7a03725159c187d8e2525.webp |
CRN Security 100 List figure.award > div.image-wrapper > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content@2x/b3ec1f678e33c57b3595a09c0c3b462c.webp |
AV-TEST Advanced Threat Protection certification figure.award > div.image-wrapper > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content@2x/0336cd437b03d70fc4cc866bb4b4b4fe.webp |
Acronis div.certificate-inner > div.logos > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content@2x/cb04855584c5ab862e6ecb0b3b09de91.webp |
Acronis div.badge > a > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content@2x/1922fc155472fb6609d1030c62bca4ea.webp |
Acronis div.certificate-inner > div.logos > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content@2x/3a274ac172447f41726f2460d4ab92ba.webp |
Acronis div.certificate-inner > div.logos > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content@2x/6fa3e6c270fbb026dcb7d9da52821f86.webp |
Acronis div.certificate-inner > div.logos > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content@2x/49860cee8362753f83c9af83615aea50.webp |
Acronis div.certificate-inner > div.logos > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content@2x/887d2aac8c45874671657f9147e74b26.webp |
Acronis div.certificate-inner > div.logos > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content@2x/d50a1a315cdc3114748f51c7d57c7a0d.webp |
Acronis div.certificate-inner > div.logos > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content@2x/e7576a5ee46b4eff0c5aab840d629559.webp |
Acronis div.certificate-inner > div.logos > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content@2x/4cacf54e6a4601718af7785df57f1fe4.webp |
Headquarters in Switzerland div.address > div.address-item > div.address-title > img | www.acronis.com/public/flags/svg/che.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.s-main-header__content > div.s-main-header__buttons > div.s-main-header__lang > button.s-main-header__lang-btn div.s-main-header__content > div.s-main-header__buttons > div.s-main-header__lang > button.s-main-header__lang-btn |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Try now p.main-page-cta-content > a.a-button > div.clamp-text > span |
Accept only necessary div#onetrust-button-group-parent > div#onetrust-button-group > div.banner-actions-container > button#onetrust-reject-all-handler |
Accept All Cookies div#onetrust-button-group-parent > div#onetrust-button-group > div.banner-actions-container > button#onetrust-accept-btn-handler |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Managed AI Services div.wrapper > div.content > div > h3.title |
Build and scale a robust security service from a single platform main.main-page > section.main-page-platform > div.a-container > h4.title |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
The pivotal point of IT: Building services for the AI-first era
Register for ev… main#router-view > div#548 > div.a-container > a.a-link |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Acronis main.main-page > section.main-page-header > picture.a-picture > img.a-picture__img | /images/background@2x/f995ddde7a30945cb629ef9799f08d1d.webp | 412 x 727 (0.57) | 1538 x 1244 (1.24) |
Acronis section.main-page-products > div.products > picture.a-picture > img.a-picture__img | /images/background@2x/46b75c2589eb436320263e76602d4365.webp | 412 x 206 (2.00) | 1024 x 300 (3.41) |
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 401 () |
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.acronis.com/en/products/cloud/cyber-protect/genai-protection/ | Learn more |
| www.acronis.com/en/products/cyber-protect/licensing/local/ | Learn more |
| www.acronis.com/en/products/true-image/features/email-backup-software/ | Learn more |
| cookiepedia.co.uk/giving-consent-to-cookies | More information |
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.15 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.76 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
95 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.050
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.17 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.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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /nv_static/221a41b15e496a00cdacd363fbdaefa48b8dc34d6e084d... | 35 ms |
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.
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 | |
|---|---|---|---|
Acronis div.list > div.wrapper > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/background/1d58d16e9dcd7397354744295aa5f716.webp | 64.6 KiB | 48.9 KiB |
SoftwareReviews XDR Champion figure.award > div.image-wrapper > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/3e47b67524c7a03725159c187d8e2525.webp | 46.3 KiB | 45.3 KiB |
Acronis div.a-container > div.content > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/2492abffb346f2436557d36f192f4ff8.webp | 81.2 KiB | 41.3 KiB |
CRN Security 100 List figure.award > div.image-wrapper > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/b3ec1f678e33c57b3595a09c0c3b462c.webp | 36.6 KiB | 36.2 KiB |
Acronis div.wrapper > div.card-item-2 > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/195a30732cfeb55df5c97034d8814cb7.webp | 64.0 KiB | 35.9 KiB |
Acronis div.media-wrapper > div.media > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/686c0fcfada4304d479c28bb4636c094.webp | 34.6 KiB | 22.1 KiB |
G2 Grid Leader for Endpoint Protection Suites figure.award > div.image-wrapper > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/dc34812fcbd145620e2b28eee7b612ce.webp | 22.0 KiB | 21.3 KiB |
Acronis div.a-tab > div.wrapper > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/7674bd1fbfaf4fe1d864963d8bf6bc92.webp | 29.9 KiB | 20.9 KiB |
AV-TEST Advanced Threat Protection certification figure.award > div.image-wrapper > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/0336cd437b03d70fc4cc866bb4b4b4fe.webp | 19.6 KiB | 18.3 KiB |
Acronis main.main-page > section.main-page-header > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/background/9fd35d7751e4748fa54c58e6a1f5cec3.webp | 24.1 KiB | 17.6 KiB |
Acronis div.a-container > div.wrapper > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/background/7f9f7931909a1c622be08f618b34e025.webp | 20.5 KiB | 15.0 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| acronis.com/ | 331 ms |
| www.acronis.com/ | 328 ms |
| www.acronis.com/en-us/ | 40 ms |
| www.acronis.com/en/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| www.acronis.com/dist/site-header/header.1WX7oqAb.js | 85.0 KiB | 27.5 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.acronis.com/dist/site-client/assets/c-core-essentials-CYn0aY8z.css | 39.0 KiB | 39.0 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.acronis.com/dist/site-client/chunks/c-core-essentials-BaPz3FQk.js | 151.1 KiB | 94.6 KiB |
| /gtag/js?id=AW-1054767887&cx=c>m=4e64h1&sign=29844fc7c9... | 144.9 KiB | 65.0 KiB |
| /gtag/js?id=G-HLFTTSZW7L&cx=c>m=4e64h1&sign=29844fc7c92... | 167.5 KiB | 61.9 KiB |
| a.acronis.com/gtm.js?id=GTM-PFG6ZF | 203.7 KiB | 54.1 KiB |
| www.acronis.com/dist/site-header/header.1WX7oqAb.js | 85.0 KiB | 37.6 KiB |
| www.acronis.com/dist/site-client/chunks/c-vendor-common-BUQZ7AIB.js | 85.5 KiB | 33.7 KiB |
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 |
|---|---|
| Internal error. | Not actionable |
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.
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 | |
|---|---|
Acronis div.media-wrapper > div.media > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/686c0fcfada4304d479c28bb4636c094.webp |
SE Labs AAA rating for EDR Detection figure.award > div.image-wrapper > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/813a964987f43413f6ee17627cc42090.webp |
G2 Grid Leader for Endpoint Protection Suites figure.award > div.image-wrapper > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/dc34812fcbd145620e2b28eee7b612ce.webp |
Acronis div.wrapper > div.card-item-1 > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/e4528b43e5bcb69d11d1f845187e6167.webp |
SoftwareReviews XDR Champion figure.award > div.image-wrapper > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/3e47b67524c7a03725159c187d8e2525.webp |
CRN Security 100 List figure.award > div.image-wrapper > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/b3ec1f678e33c57b3595a09c0c3b462c.webp |
AV-TEST Advanced Threat Protection certification figure.award > div.image-wrapper > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/0336cd437b03d70fc4cc866bb4b4b4fe.webp |
Acronis ul.a-slider__wrapper > li.a-slide > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/e55ad3522ed36b66c2a1e20a9a2ec07e.webp |
Acronis ul.a-slider__wrapper > li.a-slide > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/5665af3eda20a085df1b2ae082dd2891.webp |
Acronis li.a-slide > a > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/57ade703ae3d3596cf4cbf9b088f7438.webp |
Acronis ul.a-slider__wrapper > li.a-slide > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/f5705877f2ea33566b58accb553923cf.webp |
Acronis ul.a-slider__wrapper > li.a-slide > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/1d47eaa0fab96ae8f320fd717b32850e.webp |
Acronis ul.a-slider__wrapper > li.a-slide > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/a64e529221a27b388a88237768882042.webp |
Acronis ul.a-slider__wrapper > li.a-slide > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/0f5672bdf8fe5a2b1532e7c83b443b58.webp |
Acronis div.badge > a > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/1922fc155472fb6609d1030c62bca4ea.webp |
Acronis ul.a-slider__wrapper > li.a-slide > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/575bc30aeed9289e7cbfa2064e4f367e.webp |
Acronis ul.a-slider__wrapper > li.a-slide > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/9dc88433f8f0b0032c782381ecda08ef.webp |
Acronis div.certificate-inner > div.logos > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/cb04855584c5ab862e6ecb0b3b09de91.webp |
Acronis div.certificate-inner > div.logos > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/3a274ac172447f41726f2460d4ab92ba.webp |
Acronis ul.a-slider__wrapper > li.a-slide > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/1cbd46f1cbeb7bd40dfa7a45ff9f8dca.webp |
Acronis ul.a-slider__wrapper > li.a-slide > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/0b688e6d84f1712161fb8200f06c54a5.webp |
Acronis ul.a-slider__wrapper > li.a-slide > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/4e6842f555798eca146a32439fbc9aea.webp |
Acronis ul.a-slider__wrapper > li.a-slide > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/eac040b4b0cd1500f5402270bcca0759.webp |
Acronis ul.a-slider__wrapper > li.a-slide > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/e1cb2795f5bdafb994c3e4cab7890322.webp |
Acronis ul.a-slider__wrapper > li.a-slide > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/e8d5fdb2bb6a78c7116cfbf413ce8055.webp |
Acronis ul.a-slider__wrapper > li.a-slide > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/b733ab669be6330532399efaeabfd8d3.webp |
Acronis div.certificate-inner > div.logos > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/6fa3e6c270fbb026dcb7d9da52821f86.webp |
Acronis ul.a-slider__wrapper > li.a-slide > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/d5be1b5f16939d5b54adb96f4d774c15.webp |
Acronis ul.a-slider__wrapper > li.a-slide > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/e06fcc358d2b7ac4296d57f8f39a40e0.webp |
Acronis div.certificate-inner > div.logos > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/49860cee8362753f83c9af83615aea50.webp |
Acronis div.certificate-inner > div.logos > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/887d2aac8c45874671657f9147e74b26.webp |
Acronis div.certificate-inner > div.logos > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/d50a1a315cdc3114748f51c7d57c7a0d.webp |
Acronis div.certificate-inner > div.logos > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/e7576a5ee46b4eff0c5aab840d629559.webp |
Acronis div.certificate-inner > div.logos > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/4cacf54e6a4601718af7785df57f1fe4.webp |
Headquarters in Switzerland div.address > div.address-item > div.address-title > img | www.acronis.com/public/flags/svg/che.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.s-main-header__content > div.s-main-header__buttons > div.s-main-header__lang > button.s-main-header__lang-btn div.s-main-header__content > div.s-main-header__buttons > div.s-main-header__lang > button.s-main-header__lang-btn |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Acronis MDR by Acronis TRU — go beyond response with an MDR accessible for ever… div.a-container > div.label > span > span |
Try now p.main-page-cta-content > a.a-button > div.clamp-text > span |
Start product tour div.wrapper > div.wrapper-button > button.a-button > span.a-button__content |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
more than 50 DCs worldwide div.content > div.a-slice-header > p.a-slice-header__lead > a |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Managed AI Services div.wrapper > div.content > div > h3.title |
Build and scale a robust security service from a single platform main.main-page > section.main-page-platform > div.a-container > h4.title |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Integration with PSAs and RMMs div.item > ul > li > a.a-link |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Acronis main.main-page > section.main-page-header > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/background/9fd35d7751e4748fa54c58e6a1f5cec3.webp | 1350 x 570 (2.37) | 2560 x 1106 (2.31) |
Acronis section.main-page-products > div.products > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/background/202c757d8327399ed2781a01a63930ec.webp | 1350 x 154 (8.77) | 2000 x 216 (9.26) |
Acronis div.a-tab > div.wrapper > picture.a-picture > img.a-picture__img | staticfiles.acronis.com/images/content/7674bd1fbfaf4fe1d864963d8bf6bc92.webp | 535 x 321 (1.67) | 1000 x 571 (1.75) |
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 401 () | |
a.acronis.com/gtm.js?id=GTM-PFG6ZF line 333, col 503 | Uncaught [object Object] |
a.acronis.com/gtm.js?id=GTM-PFG6ZF line 333, col 503 | Uncaught [object Object] |
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.acronis.com/en/products/cloud/cyber-protect/genai-protection/ | Learn more |
| www.acronis.com/en/products/cyber-protect/licensing/local/ | Learn more |
| www.acronis.com/en/products/true-image/features/email-backup-software/ | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback