Mobile 375 × 812

Desktop 1440 × 900

Score: 75 / 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 image-only link(s) without alt 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.
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/bc50ef50-e462-4343-b96a-bbf8e9c3f742)<a href="https://beavercheck.com/results/bc50ef50-e462-4343-b96a-bbf8e9c3f742"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ftilda.ws" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ftilda.wsThis 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.
5 barrier(s) likely increasing bounce by ~25%.
Page takes 5.9s to load
+12% bounceUsers abandon at ~3s — you're 3.4s 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, …)
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 13,261/month returns + AED 5,000,000 risk avoided
AED 1,125
4h · 5 findings
AED 13,261 /mo
~AED 159,137 / 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,668 / month at risk
~AED 5,000,010 / year if left unfixed
AED 5,000,000
AED 0.86 /mo
2918.7 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.
4.28 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.92 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
13 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.006
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.45 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.
6.05 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 |
|---|---|
| static.tildacdn.com/fonts/tildasans/TildaSans-VF.woff2 | 240 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 |
|---|---|---|
| neo.tildacdn.com/js/tilda-fallback-1.0.min.js | 604800.0 s | 1.1 KiB |
| video.tilda.cc/tilda.cc/en/main-features.mp4 | 0.0 ms | 0 B |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.t212 > center > div.t-width > video#html5video57383459 div.t212 > center > div.t-width > video#html5video57383459 | static.tildacdn.com/tild3263-3233-4135-b162-626139316131/maxresdefault-_2_.jpg | 314.0 KiB | 298.5 KiB |
Екран сайту на Tilda, де невелика цитата розташована у верхній частині, а нижче… 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 |
Перший екран статті про історію морських мешканців, створеної на Tilda. Акуратн… 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.
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 |
|---|---|
| tilda.ws/ | 750 ms |
| tilda.cc/ | 855 ms |
| tilda.cc/ua/ | 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.
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/ua/ | 25.0 KiB | 25.0 KiB |
| static.tildacdn.com/js/jquery-1.10.2.min.js | 31.0 KiB | 20.4 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 |
|---|---|
| The page was evicted from back/forward cache because an active network request involved a redirect. | Not 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 |
|---|---|---|
| .uc-publish_api + .t-rec_pb_120 { padding-top: 0 !important; margin-top: -30px; } … | 4.9 KiB | 2.1 KiB |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Other | 1.9 s |
| Style & Layout | 1.7 s |
| Rendering | 1.7 s |
| Script Evaluation | 653 ms |
| Parse HTML & CSS | 155 ms |
| Script Parsing & Compilation | 110 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#rec59112571 > div.t107 > div.t-align_center > img.t-img div#rec59112571 > div.t107 > div.t-align_center > img.t-img | /tild3163-6431-4765-a438-623931623633/-/empty/allintegrat... |
div#rec57383486 > div.t107 > div.t-align_center > img.t-img div#rec57383486 > div.t107 > div.t-align_center > img.t-img | thb.tildacdn.com/tild3035-3337-4562-b164-386436353663/-/empty/SEO5png.png |
div#rec57383483 > div.t107 > div.t-align_center > img.t-img div#rec57383483 > div.t107 > div.t-align_center > img.t-img | thb.tildacdn.com/tild6531-3939-4434-b966-393132373230/-/empty/payments_en.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/tild3138-3039-4632-b533-633439656266/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/tild3831-3232-4439-a532-393266656135/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/tild3532-6561-4739-a139-313961633566/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/tild6164-6662-4435-b865-323666306466/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.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 | thb.tildacdn.com/tild3031-3737-4335-b630-363734323334/-/resize/20x/exp.png |
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 | /tild3061-3466-4462-b833-383962386436/-/resize/20x/crmont... |
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 |
|---|
Створити сайт безкоштовно div.t935__wrapper > div.t935__wrapper-button > a.t935__submit > span |
Самостійно створюйте сайти з широкого вибору готових блоків. div.t-container > div.t-col > div.t175__textwrapper > div.t175__descr |
Широкоформатні обкладинки, ефектна типографіка, фотогалереї, фонові відео, форм… div.t-container > div.t-col > div.t175__textwrapper > div.t175__descr |
Вам не потрібно робити подвійну роботу з оптимізації сторінок для планшетів і с… div.t-container > div.t-col > div.t175__textwrapper > div.t175__descr |
Ви можете з нуля створювати власні блоки з унікальним дизайном та адаптивністю.
div.t-container > div.t-col > div.t175__textwrapper > div.t175__descr |
Zero Block div.t175__textwrapper > div.t175__text > span > a |
Створити сайт безкоштовно div#rec57383461 > div.t142 > a.t-btn > span.t-btnflex__text |
Завдяки ідеальному балансу блоків, наповнення сайту не тільки гарно виглядає, а… div.t-container > div.t-row > div.t-col > div.t176__descr |
Створення гарного веб-сайту в значній мірі залежить від фотографій і відео. Ми … div.t-container > div.t-row > div.t-col > div.t176__descr |
Створюйте цільові сторінки й вимірюйте їх ефективність. div.t177 > div.t-container > div.t-col > div.t177__descr |
Створюйте невеликі магазини й інтернет-бутики з продажу товарів або послуг. div.t177 > div.t-container > div.t-col > div.t177__descr |
Розпочати div#rec57383470 > div.t142 > a.t-btn > span.t-btnflex__text |
Platfor.ma div.t-width > div.t-slds__wrapper > div.t605__descr > a |
Platformagic div.t-width > div.t-slds__wrapper > div.t605__descr > a |
Детальніше div.t-col > div.t178__text > span > a |
Детальніше div.t-col > div.t178__text > span > a |
Зручний інструмент для роботи з заявками та контактами div.t396 > div.t396__artboard > div.t396__elem > div.tn-atom |
Докладно. div.t396__artboard > div.t396__elem > div.tn-atom > a |
Tilda Experts — каталог експертів. Більше 1000 дизайнерів готові братися за ваш… div.t396 > div.t396__artboard > div.t396__elem > div.tn-atom |
знайти дизайнера легко div.t396__artboard > div.t396__elem > div.tn-atom > a |
БІЛЬШЕ div.t396 > div.t396__artboard > div.t396__elem > div.tn-atom |
ПЛАТФОРМА div.t396 > div.t396__artboard > div.t396__elem > div.tn-atom |
РІШЕННЯ div.t396 > div.t396__artboard > div.t396__elem > div.tn-atom |
ПІДТРИМКА 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 |
English div.t396__elem > div.tn-atom > a > span |
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 |
|---|
Детальніше div.t-col > div.t178__text > span > a |
team@tilda.cc div.t396__artboard > div.t396__elem > div.tn-atom > a |
These are opportunities to improve the legibility of your content.
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 |
Питання та відповіді div.t396__artboard > div.t396__elem > div.tn-atom > a |
Питання та відповіді div.t396__artboard > div.t396__elem > div.tn-atom > a |
Español
div.t396__artboard > div.t396__elem > div.tn-atom > a |
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 |
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.
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.58 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.60 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.78 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.62 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 |
|---|---|
| static.tildacdn.com/fonts/tildasans/TildaSans-VF.woff2 | 235 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 |
|---|---|---|
| neo.tildacdn.com/js/tilda-fallback-1.0.min.js | 604800.0 s | 1.1 KiB |
| video.tilda.cc/tilda.cc/en/main-features.mp4 | 0.0 ms | 0 B |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.t212 > center > div.t-width > video#html5video57383459 div.t212 > center > div.t-width > video#html5video57383459 | static.tildacdn.com/tild3263-3233-4135-b162-626139316131/maxresdefault-_2_.jpg | 314.0 KiB | 229.7 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/ua/ | 25.0 KiB | 25.0 KiB |
| static.tildacdn.com/js/jquery-1.10.2.min.js | 31.0 KiB | 20.4 KiB |
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 |
|---|---|---|
| .uc-publish_api + .t-rec_pb_120 { padding-top: 0 !important; margin-top: -30px; } … | 4.9 KiB | 2.1 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
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#rec59112571 > div.t107 > div.t-align_center > img.t-img div#rec59112571 > div.t107 > div.t-align_center > img.t-img | /tild3163-6431-4765-a438-623931623633/-/empty/allintegrat... |
div#rec57383486 > div.t107 > div.t-align_center > img.t-img div#rec57383486 > div.t107 > div.t-align_center > img.t-img | thb.tildacdn.com/tild3035-3337-4562-b164-386436353663/-/empty/SEO5png.png |
div#rec57383483 > div.t107 > div.t-align_center > img.t-img div#rec57383483 > div.t107 > div.t-align_center > img.t-img | thb.tildacdn.com/tild6531-3939-4434-b966-393132373230/-/empty/payments_en.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/tild3138-3039-4632-b533-633439656266/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/tild3831-3232-4439-a532-393266656135/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/tild3532-6561-4739-a139-313961633566/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/tild6164-6662-4435-b865-323666306466/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.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 | thb.tildacdn.com/tild3031-3737-4335-b630-363734323334/-/resize/20x/exp.png |
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 | /tild3061-3466-4462-b833-383962386436/-/resize/20x/crmont... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| tilda.ws/ | 204 ms |
| tilda.cc/ | 296 ms |
| tilda.cc/ua/ | 0.0 ms |
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 |
|---|
Створити сайт безкоштовно div.t935__wrapper > div.t935__wrapper-button > a.t935__submit > span |
Розпочати div#rec57383470 > div.t142 > a.t-btn > span.t-btnflex__text |
Детальніше div.t-col > div.t178__text > span > a |
Детальніше div.t-col > div.t178__text > span > a |
Докладно. div.t396__artboard > div.t396__elem > div.tn-atom > a |
знайти дизайнера легко div.t396__artboard > div.t396__elem > div.tn-atom > a |
БІЛЬШЕ div.t396 > div.t396__artboard > div.t396__elem > div.tn-atom |
TILDA EDUCATION div.t396 > div.t396__artboard > div.t396__elem > div.tn-atom |
ПЛАТФОРМА div.t396 > div.t396__artboard > div.t396__elem > div.tn-atom |
РІШЕННЯ div.t396 > div.t396__artboard > div.t396__elem > div.tn-atom |
ПІДТРИМКА 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 |
English div.t396__elem > div.tn-atom > a > span |
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 |
|---|
Детальніше div.t-col > div.t178__text > span > a |
team@tilda.cc div.t396__artboard > div.t396__elem > div.tn-atom > a |
These are opportunities to improve the legibility of your content.
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.
Send Feedback