Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/6b961b4e-8126-44fb-93c9-6fd00b2b896e)<a href="https://beavercheck.com/results/6b961b4e-8126-44fb-93c9-6fd00b2b896e"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ftilda.cc" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ftilda.ccThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
6 barrier(s) likely increasing bounce by ~26%.
Page takes 4.8s to load
+12% bounceUsers abandon at ~3s — you're 2.3s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
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, …)
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
5 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
AED 1,125 investment → AED 10,711/month returns + AED 5,000,000 risk avoided
AED 1,125
4h · 5 findings
AED 10,711 /mo
~AED 128,527 / year
AED 5,000,000
if kept compliant
AED 375 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at د.إ250/hr
Based on UAE rates (د.إ250/hr)
Start here for the best return on investment
AED 416,669 / month at risk
~AED 5,000,028 / year if left unfixed
AED 5,000,000
AED 2.35 /mo
7943.6 MB/mo × 0.296 AED/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.06 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.78 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.05 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
4.81 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.
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 |
|---|---|
| static.tildacdn.com/fonts/tildasans/TildaSans-VF.woff2 | 60 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.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| video.tilda.cc/ru/landing/ai_en.mp4 | 0.0 ms | 2.0 MiB |
| tilda.ws/img/spinner-white.gif | 0.0 ms | 7.6 KiB |
| neo.tildacdn.com/js/tilda-fallback-1.0.min.js | 604800.0 s | 1.1 KiB |
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 | |
|---|---|---|---|
A screenshot of the website made on Tilda with a small quote at the top and ver… div.t-width > div.t-slds__wrapper > div.t670__imgwrapper > div.t-slds__bgimg | /tild6237-3633-4534-b437-613536663032/-/resizeb/20x/graph... | 6.3 KiB | 6.3 KiB |
A cover page of an article on the history of marine biology created on Tilda. N… div.t-width > div.t-slds__wrapper > div.t670__imgwrapper > div.t-slds__bgimg | thb.tildacdn.com/tild3066-3237-4332-b437-616465316631/-/resizeb/20x/TYPO6png.png | 6.3 KiB | 6.2 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| tilda.cc/ | 23.1 KiB | 23.1 KiB |
| static.tildacdn.com/js/jquery-1.10.2.min.js | 31.0 KiB | 20.4 KiB |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Style & Layout | 1.0 s |
| Other | 1.0 s |
| Rendering | 722 ms |
| Script Evaluation | 395 ms |
| Parse HTML & CSS | 75 ms |
| Script Parsing & Compilation | 56 ms |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.t177 > div.t-container > div.t-col > img.t177__img div.t177 > div.t-container > div.t-col > img.t177__img | thb.tildacdn.com/tild6566-6161-4231-b831-313739333730/-/empty/land2png.png |
div.t177 > div.t-container > div.t-col > img.t177__img div.t177 > div.t-container > div.t-col > img.t177__img | thb.tildacdn.com/tild3863-6534-4736-b062-306466633930/-/empty/store1png.png |
div#rec186881054 > div.t107 > div.t-align_center > img.t-img div#rec186881054 > div.t107 > div.t-align_center > img.t-img | /tild3631-6632-4632-b534-396363623465/-/empty/services-fo... |
div#rec690074021 > div.t107 > div.t-align_center > img.t-img div#rec690074021 > div.t107 > div.t-align_center > img.t-img | /tild6230-6331-4234-a661-633166386430/-/empty/PaymentSyst... |
div#rec186881060 > div.t107 > div.t-align_center > img.t-img div#rec186881060 > div.t107 > div.t-align_center > img.t-img | thb.tildacdn.com/tild3035-3337-4562-b164-386436353663/-/empty/SEO5png.png |
div.t175 > div.t-container > div.t-col > img.t175__img div.t175 > div.t-container > div.t-col > img.t175__img | static.tildacdn.com/tild3139-6664-4465-a631-353036383734/2.svg |
div.t175 > div.t-container > div.t-col > img.t175__img div.t175 > div.t-container > div.t-col > img.t175__img | static.tildacdn.com/tild3936-3832-4462-a165-373063613766/4.svg |
div.t175 > div.t-container > div.t-col > img.t175__img div.t175 > div.t-container > div.t-col > img.t175__img | static.tildacdn.com/tild3964-3462-4435-b431-626135386136/1.svg |
div.t175 > div.t-container > div.t-col > img.t175__img div.t175 > div.t-container > div.t-col > img.t175__img | static.tildacdn.com/tild3835-6637-4437-a564-383262386437/3.svg |
div > div.t-cover__wrapper > div.t935__img-wrapper > img div > div.t-cover__wrapper > div.t935__img-wrapper > img | /tild3935-3966-4237-a163-623363626162/logoblackontranspar... |
div.t844 > ul.t844__container > li.t-card__col > img.t844__img div.t844 > ul.t844__container > li.t-card__col > img.t844__img | static.tildacdn.com/bff1af87-278e-41c9-935a-e91635fb28bc/-/empty/ic9.png |
div.t844 > ul.t844__container > li.t-card__col > img.t844__img div.t844 > ul.t844__container > li.t-card__col > img.t844__img | static.tildacdn.com/01bbaf85-4b9d-48c6-ba4a-c3ca219ed97f/-/empty/ic10.png |
div.t844 > ul.t844__container > li.t-card__col > img.t844__img div.t844 > ul.t844__container > li.t-card__col > img.t844__img | static.tildacdn.com/905eb81e-8dc3-4fcf-bda9-4a4e75b51d80/-/empty/ic11.png |
div.t844 > ul.t844__container > li.t-card__col > img.t844__img div.t844 > ul.t844__container > li.t-card__col > img.t844__img | static.tildacdn.com/615a9429-3cfd-4726-a144-800274d0636c/-/empty/ic12.png |
div.t844 > ul.t844__container > li.t-card__col > img.t844__img div.t844 > ul.t844__container > li.t-card__col > img.t844__img | static.tildacdn.com/af259d25-864f-45ae-956c-d1369d2fb0f6/-/empty/ic13.png |
div.t844 > ul.t844__container > li.t-card__col > img.t844__img div.t844 > ul.t844__container > li.t-card__col > img.t844__img | thb.tildacdn.com/tild6463-3831-4162-a462-366532373035/-/empty/cdn.png |
div#molecule-174117381498494500 > div.t396__elem > div.tn-atom > img.tn-atom__img div#molecule-174117381498494500 > div.t396__elem > div.tn-atom > img.tn-atom__img | static.tildacdn.com/tild6263-3432-4261-a435-306131333330/logo.svg |
div.t396__artboard > div.t396__elem > div.tn-atom > img.tn-atom__img div.t396__artboard > div.t396__elem > div.tn-atom > img.tn-atom__img | /tild6165-3437-4232-a536-376138316530/-/resize/20x/lookin... |
div.t396__artboard > div.t396__elem > div.tn-atom > img.tn-atom__img div.t396__artboard > div.t396__elem > div.tn-atom > img.tn-atom__img | /tild6165-3437-4232-a536-376138316530/-/resize/20x/lookin... |
div.t396__artboard > div.t396__elem > div.tn-atom > img.tn-atom__img div.t396__artboard > div.t396__elem > div.tn-atom > img.tn-atom__img | /tild6165-3437-4232-a536-376138316530/-/resize/20x/lookin... |
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 |
|---|
Create a website for free div.t935__wrapper > div.t935__wrapper-button > a.t-btn > span.t-btnflex__text |
Fullscreen covers, gorgeous typography, photo galleries, background videos, for… div.t-container > div.t-col > div.t175__textwrapper > div.t175__descr |
There’s no need to do twice the work optimizing pages for tablets and smartphon… div.t-container > div.t-col > div.t175__textwrapper > div.t175__descr |
Start from scratch and create new blocks with unique design and adaptability. div.t-container > div.t-col > div.t175__textwrapper > div.t175__descr |
Zero Block div.t-col > div.t175__textwrapper > div.t175__text > a |
Create a website for free div#rec186881035 > div.t142 > a.t-btn > span.t-btnflex__text |
Every block is balanced to make each website an enjoyable experience. div.t-container > div.t-row > div.t-col > div.t176__descr |
Photos and videos can make or break a beautiful website. Show them effectively … div.t-container > div.t-row > div.t-col > div.t176__descr |
Create engaging landing pages and measure their impact. div.t177 > div.t-container > div.t-col > div.t177__descr |
landing page div.t-container > div.t-col > div.t177__text > a |
Create online stores or internet boutiques to easily sell products or services. div.t177 > div.t-container > div.t-col > div.t177__descr |
Selling online div.t-container > div.t-col > div.t177__text > a |
Get started div#rec186881044 > div.t142 > a.t-btn > span.t-btnflex__text |
minervo div.t-width > div.t-slds__wrapper > div.t605__descr > a |
Learn more. div.t-container > div.t-col > div.t015__descr > a |
Learn more div.t-row > div.t-col > div.t178__text > a |
Learn more div.t-row > div.t-col > div.t178__text > a |
PLATFORM div.t396 > div.t396__artboard > div.t396__elem > div.tn-atom |
SOLUTIONS div.t396 > div.t396__artboard > div.t396__elem > div.tn-atom |
SUPPORT div.t396 > div.t396__artboard > div.t396__elem > div.tn-atom |
EDUCATION div.t396 > div.t396__artboard > div.t396__elem > div.tn-atom |
MORE div.t396 > div.t396__artboard > div.t396__elem > div.tn-atom |
Español
div.t396__elem > div.tn-atom > a > span |
Français div.t396__artboard > div.t396__elem > div.tn-atom > a |
Deutsch
div.t396__elem > div.tn-atom > a > span |
Português div.t396__artboard > div.t396__elem > div.tn-atom > a |
Українська div.t396__artboard > div.t396__elem > div.tn-atom > a |
日本語 div.t396__artboard > div.t396__elem > div.tn-atom > a |
中国 div.t396__artboard > div.t396__elem > div.tn-atom > a |
Русский div.t396__artboard > div.t396__elem > div.tn-atom > a |
Қазақша div.t396__artboard > div.t396__elem > div.tn-atom > a |
Made on div#tildacopy > a.t-tildalabel__link > div.t-tildalabel__wrapper > div.t-tildalabel__txtleft |
Tilda div#tildacopy > a.t-tildalabel__link > div.t-tildalabel__wrapper > div.t-tildalabel__txtright |
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 |
|---|
Learn more div.t-row > div.t-col > div.t178__text > a |
Learn more div.t-row > div.t-col > div.t178__text > a |
team@tilda.cc div.t396__artboard > div.t396__elem > div.tn-atom > 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 |
|---|
Block Library div.t-container > div.t-col > div.t175__textwrapper > h3.t175__title |
These are opportunities to improve keyboard navigation in your application.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Go to slide 1 div.t-container > ul.t-slds__bullet_wrapper > li.t-slds__bullet > button.t-slds__bullet_body |
Go to slide 2 div.t-container > ul.t-slds__bullet_wrapper > li.t-slds__bullet > button.t-slds__bullet_body |
Go to slide 3 div.t-container > ul.t-slds__bullet_wrapper > li.t-slds__bullet > button.t-slds__bullet_body |
Go to slide 4 div.t-container > ul.t-slds__bullet_wrapper > li.t-slds__bullet > button.t-slds__bullet_body |
Go to slide 1 div.t-container > ul.t-slds__bullet_wrapper > li.t-slds__bullet > button.t-slds__bullet_body |
Go to slide 2 div.t-container > ul.t-slds__bullet_wrapper > li.t-slds__bullet > button.t-slds__bullet_body |
Go to slide 3 div.t-container > ul.t-slds__bullet_wrapper > li.t-slds__bullet > button.t-slds__bullet_body |
Go to slide 1 div.t-slds__main > ul.t-slds__bullet_wrapper > li.t-slds__bullet > button.t-slds__bullet_body |
Go to slide 2 div.t-slds__main > ul.t-slds__bullet_wrapper > li.t-slds__bullet > button.t-slds__bullet_body |
Go to slide 3 div.t-slds__main > ul.t-slds__bullet_wrapper > li.t-slds__bullet > button.t-slds__bullet_body |
Go to slide 4 div.t-slds__main > ul.t-slds__bullet_wrapper > li.t-slds__bullet > button.t-slds__bullet_body |
Go to slide 5 div.t-slds__main > ul.t-slds__bullet_wrapper > li.t-slds__bullet > button.t-slds__bullet_body |
Go to slide 6 div.t-slds__main > ul.t-slds__bullet_wrapper > li.t-slds__bullet > button.t-slds__bullet_body |
Go to slide 7 div.t-slds__main > ul.t-slds__bullet_wrapper > li.t-slds__bullet > button.t-slds__bullet_body |
Go to slide 8 div.t-slds__main > ul.t-slds__bullet_wrapper > li.t-slds__bullet > button.t-slds__bullet_body |
Go to slide 9 div.t-slds__main > ul.t-slds__bullet_wrapper > li.t-slds__bullet > button.t-slds__bullet_body |
Go to slide 10 div.t-slds__main > ul.t-slds__bullet_wrapper > li.t-slds__bullet > button.t-slds__bullet_body |
Go to slide 11 div.t-slds__main > ul.t-slds__bullet_wrapper > li.t-slds__bullet > button.t-slds__bullet_body |
Go to slide 12 div.t-slds__main > ul.t-slds__bullet_wrapper > li.t-slds__bullet > button.t-slds__bullet_body |
Go to slide 13 div.t-slds__main > ul.t-slds__bullet_wrapper > li.t-slds__bullet > button.t-slds__bullet_body |
Go to slide 14 div.t-slds__main > ul.t-slds__bullet_wrapper > li.t-slds__bullet > button.t-slds__bullet_body |
Go to slide 15 div.t-slds__main > ul.t-slds__bullet_wrapper > li.t-slds__bullet > button.t-slds__bullet_body |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| tilda.cc/lp/ai/ | Learn more |
| help.tilda.cc/customdomain | Learn more |
| tilda.cc/lp/api/ | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
805 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.26 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.12 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
1.26 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.
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 |
|---|---|
| static.tildacdn.com/fonts/tildasans/TildaSans-VF.woff2 | 60 ms |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| video.tilda.cc/ru/landing/ai_en.mp4 | 0.0 ms | 2.0 MiB |
| tilda.ws/img/spinner-white.gif | 0.0 ms | 7.6 KiB |
| neo.tildacdn.com/js/tilda-fallback-1.0.min.js | 604800.0 s | 1.1 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| tilda.cc/ | 23.1 KiB | 23.1 KiB |
| static.tildacdn.com/js/jquery-1.10.2.min.js | 31.0 KiB | 20.4 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.t177 > div.t-container > div.t-col > img.t177__img div.t177 > div.t-container > div.t-col > img.t177__img | thb.tildacdn.com/tild6566-6161-4231-b831-313739333730/-/empty/land2png.png |
div.t177 > div.t-container > div.t-col > img.t177__img div.t177 > div.t-container > div.t-col > img.t177__img | thb.tildacdn.com/tild3863-6534-4736-b062-306466633930/-/empty/store1png.png |
div#rec186881054 > div.t107 > div.t-align_center > img.t-img div#rec186881054 > div.t107 > div.t-align_center > img.t-img | /tild3631-6632-4632-b534-396363623465/-/empty/services-fo... |
div#rec690074021 > div.t107 > div.t-align_center > img.t-img div#rec690074021 > div.t107 > div.t-align_center > img.t-img | /tild6230-6331-4234-a661-633166386430/-/empty/PaymentSyst... |
div#rec186881060 > div.t107 > div.t-align_center > img.t-img div#rec186881060 > div.t107 > div.t-align_center > img.t-img | thb.tildacdn.com/tild3035-3337-4562-b164-386436353663/-/empty/SEO5png.png |
div.t175 > div.t-container > div.t-col > img.t175__img div.t175 > div.t-container > div.t-col > img.t175__img | static.tildacdn.com/tild3139-6664-4465-a631-353036383734/2.svg |
div.t175 > div.t-container > div.t-col > img.t175__img div.t175 > div.t-container > div.t-col > img.t175__img | static.tildacdn.com/tild3936-3832-4462-a165-373063613766/4.svg |
div.t175 > div.t-container > div.t-col > img.t175__img div.t175 > div.t-container > div.t-col > img.t175__img | static.tildacdn.com/tild3964-3462-4435-b431-626135386136/1.svg |
div.t175 > div.t-container > div.t-col > img.t175__img div.t175 > div.t-container > div.t-col > img.t175__img | static.tildacdn.com/tild3835-6637-4437-a564-383262386437/3.svg |
div > div.t-cover__wrapper > div.t935__img-wrapper > img div > div.t-cover__wrapper > div.t935__img-wrapper > img | /tild3935-3966-4237-a163-623363626162/logoblackontranspar... |
div.t844 > ul.t844__container > li.t-card__col > img.t844__img div.t844 > ul.t844__container > li.t-card__col > img.t844__img | static.tildacdn.com/bff1af87-278e-41c9-935a-e91635fb28bc/-/empty/ic9.png |
div.t844 > ul.t844__container > li.t-card__col > img.t844__img div.t844 > ul.t844__container > li.t-card__col > img.t844__img | static.tildacdn.com/01bbaf85-4b9d-48c6-ba4a-c3ca219ed97f/-/empty/ic10.png |
div.t844 > ul.t844__container > li.t-card__col > img.t844__img div.t844 > ul.t844__container > li.t-card__col > img.t844__img | static.tildacdn.com/905eb81e-8dc3-4fcf-bda9-4a4e75b51d80/-/empty/ic11.png |
div.t844 > ul.t844__container > li.t-card__col > img.t844__img div.t844 > ul.t844__container > li.t-card__col > img.t844__img | static.tildacdn.com/615a9429-3cfd-4726-a144-800274d0636c/-/empty/ic12.png |
div.t844 > ul.t844__container > li.t-card__col > img.t844__img div.t844 > ul.t844__container > li.t-card__col > img.t844__img | static.tildacdn.com/af259d25-864f-45ae-956c-d1369d2fb0f6/-/empty/ic13.png |
div.t844 > ul.t844__container > li.t-card__col > img.t844__img div.t844 > ul.t844__container > li.t-card__col > img.t844__img | thb.tildacdn.com/tild6463-3831-4162-a462-366532373035/-/empty/cdn.png |
div#molecule-174117381498494500 > div.t396__elem > div.tn-atom > img.tn-atom__img div#molecule-174117381498494500 > div.t396__elem > div.tn-atom > img.tn-atom__img | static.tildacdn.com/tild6263-3432-4261-a435-306131333330/logo.svg |
div.t396__artboard > div.t396__elem > div.tn-atom > img.tn-atom__img div.t396__artboard > div.t396__elem > div.tn-atom > img.tn-atom__img | /tild6165-3437-4232-a536-376138316530/-/resize/20x/lookin... |
div.t396__artboard > div.t396__elem > div.tn-atom > img.tn-atom__img div.t396__artboard > div.t396__elem > div.tn-atom > img.tn-atom__img | /tild6165-3437-4232-a536-376138316530/-/resize/20x/lookin... |
div.t396__artboard > div.t396__elem > div.tn-atom > img.tn-atom__img div.t396__artboard > div.t396__elem > div.tn-atom > img.tn-atom__img | /tild6165-3437-4232-a536-376138316530/-/resize/20x/lookin... |
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 |
|---|
Create a website for free div.t935__wrapper > div.t935__wrapper-button > a.t-btn > span.t-btnflex__text |
landing page div.t-container > div.t-col > div.t177__text > a |
Selling online div.t-container > div.t-col > div.t177__text > a |
Get started div#rec186881044 > div.t142 > a.t-btn > span.t-btnflex__text |
Learn more. div.t-container > div.t-col > div.t015__descr > a |
Learn more div.t-row > div.t-col > div.t178__text > a |
Learn more div.t-row > div.t-col > div.t178__text > a |
PLATFORM div.t396 > div.t396__artboard > div.t396__elem > div.tn-atom |
SOLUTIONS div.t396 > div.t396__artboard > div.t396__elem > div.tn-atom |
SUPPORT div.t396 > div.t396__artboard > div.t396__elem > div.tn-atom |
EDUCATION div.t396 > div.t396__artboard > div.t396__elem > div.tn-atom |
MORE div.t396 > div.t396__artboard > div.t396__elem > div.tn-atom |
Español
div.t396__elem > div.tn-atom > a > span |
Français div.t396__artboard > div.t396__elem > div.tn-atom > a |
Deutsch
div.t396__elem > div.tn-atom > a > span |
Português div.t396__artboard > div.t396__elem > div.tn-atom > a |
Українська div.t396__artboard > div.t396__elem > div.tn-atom > a |
日本語 div.t396__artboard > div.t396__elem > div.tn-atom > a |
中国 div.t396__artboard > div.t396__elem > div.tn-atom > a |
Русский div.t396__artboard > div.t396__elem > div.tn-atom > a |
Қазақша div.t396__artboard > div.t396__elem > div.tn-atom > a |
Made on div#tildacopy > a.t-tildalabel__link > div.t-tildalabel__wrapper > div.t-tildalabel__txtleft |
Tilda div#tildacopy > a.t-tildalabel__link > div.t-tildalabel__wrapper > div.t-tildalabel__txtright |
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 |
|---|
Learn more div.t-row > div.t-col > div.t178__text > a |
Learn more div.t-row > div.t-col > div.t178__text > a |
team@tilda.cc div.t396__artboard > div.t396__elem > div.tn-atom > 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 |
|---|
Block Library div.t-container > div.t-col > div.t175__textwrapper > h3.t175__title |
These are opportunities to improve keyboard navigation in your application.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Go to slide 1 div.t-container > ul.t-slds__bullet_wrapper > li.t-slds__bullet > button.t-slds__bullet_body |
Go to slide 2 div.t-container > ul.t-slds__bullet_wrapper > li.t-slds__bullet > button.t-slds__bullet_body |
Go to slide 3 div.t-container > ul.t-slds__bullet_wrapper > li.t-slds__bullet > button.t-slds__bullet_body |
Go to slide 4 div.t-container > ul.t-slds__bullet_wrapper > li.t-slds__bullet > button.t-slds__bullet_body |
Go to slide 1 div.t-container > ul.t-slds__bullet_wrapper > li.t-slds__bullet > button.t-slds__bullet_body |
Go to slide 2 div.t-container > ul.t-slds__bullet_wrapper > li.t-slds__bullet > button.t-slds__bullet_body |
Go to slide 3 div.t-container > ul.t-slds__bullet_wrapper > li.t-slds__bullet > button.t-slds__bullet_body |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| tilda.cc/lp/ai/ | Learn more |
| help.tilda.cc/customdomain | Learn more |
| tilda.cc/lp/api/ | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback