Skip to content
https://ark-russia.ru Export & share
RU · RUB (₽) · Estimated Dev cost: ₽3,500/hr How jurisdiction is detected
Scanned
2026-07-23 15:30 UTC
Worker
🇧🇷 Sao Paulo
Duration
1.4m
Vs prev

Global Performance

6/6 locations

High global latency — average 836ms across 6 locations, fastest from Amsterdam (240ms), slowest from Sao Paulo (1441ms). No CDN detected. 4 locations above the 500ms target.

Brazil - Sao Paulo
Full audit
1441ms
DNS 736ms · TLS 236ms
Spain - Madrid
338ms
DNS 112ms · TLS 75ms
Singapore - Singapore
1057ms
DNS 449ms · TLS 206ms
Netherlands - Amsterdam
240ms
DNS 82ms · TLS 55ms
United States - Santa Clara
1112ms
DNS 578ms · TLS 179ms
United Stated - New York
827ms
DNS 478ms · TLS 120ms
CDN: No CDN · Avg TTFB: 836ms · Cache: max-age=60

Audit overview

Compliance needs attention; the rest of the categories are in good shape.

Fix Priority Matrix

5 findings

Quick Wins

4

High impact, low effort — start here.

Strategic

1

High impact, requires investment.

Easy Improvements

0

Small gains, minimal effort.

Nothing in this quadrant — good news.

Deprioritize

0

Low impact, high effort — do last.

Nothing in this quadrant — good news.

← Low effort High effort →

Screenshots

DESKTOP + MOBILE
Desktop
Desktop screenshot
Mobile
Mobile screenshot

Top Priorities (5)

Sorted by impact
Critical: 1

'unsafe-inline' found in script source

Unsafe value (unsafe-inline, unsafe-eval) in script-src defeats CSP's main protection — XSS injections can execute again.

Security › Content Security Policy
Critical: 2

3 button(s) with no accessible text

Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.

Accessibility › Link & Button Quality
Critical: 3

Soft 404: server returns HTTP 200 for non-existent pages

Soft 404s (HTTP 200 for missing pages) confuse Google — it indexes the 'not found' page as real content and ranks it.

Accessibility › 404 Error Page
Warning: 4

1 publicly-accessible JavaScript source map(s)

Source maps reveal original source code (variable names, comments, file structure) and are shipped to production by mistake almost universally. The standard fix is a one-line build-tool config change.

Security › Source Map Exposure
Warning: 5

13 third-party resources (47% of weight)

Informational: third-party resource count and their share of page weight. High share caps perf gains from frontend optimization.

Performance › Page Weight Inventory
What fixing these means. Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 4.8s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
2 security gaps detected — browsers may warn visitors about your site.
2 accessibility issues exclude users who rely on assistive technology.
Your LCP is 4.8s — fixing the 1 performance critical could bring it under Google's 2.5s 'Good' threshold.

Business case

What fixing the audit's findings is worth -- and what ignoring them keeps costing.

Return on investment

₽26,250 investment → ₽305,341/month returns

Investment
₽26 250
7.5 h · 4 findings
Monthly returns
₽305 341
₽3 664 090/yr
Payback
0.1 mo
+13858% Y1
Or — fix only the top 3 findings
₽24 5000.1 mo payback · +14855% Y1
Optimistic scenario assuming the top 3 capture most of the upside. Real-world recovery typically falls between this projection and the full-fix ROI above.
₽5 250 — 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.

Conversion barriers

5 barrier(s) likely increasing bounce by ~22%.

Barriers
5
1 crit 4 warn
Bounce delta
+22pp
added vs baseline
Score
78
B
Speed
2
Trust
2
Usability
0
Content
0
Nav
1
  • Page takes 4.8s to load
    Users abandon at ~3s — you're 2.3s over the 2.5s threshold
    → Optimize render-blocking resources, preload the hero image, and compress images
  • High main-thread blocking time
    Page is non-interactive for 279ms after first paint
    → Defer third-party scripts and split large bundles
  • No HSTS header
    Returning visitors are briefly exposed to downgrade attacks on first request
    → Set Strict-Transport-Security: max-age=31536000; includeSubDomains
  • No Content-Security-Policy header
    Higher XSS blast radius — one compromised script can exfiltrate the checkout form
    → Ship a reporting-only CSP first, then enforce once violations are clean
  • No skip-to-content link
    Keyboard and screen-reader users must tab through the entire header on every page
    → Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element

Preliminary CRO audit — each barrier links to the tab with detailed analysis.

Remediation cost

₽26,250 7.5 developer hours at ₽3500/hr
Quick wins
₽5,250 3 fixes in ~90 minutes

Start here for the best return on investment

Cost by category

Cost by effort level

Adjust assumptions

Team composition

Multiplier applied to dev hours to reflect QA, design, and PM overhead. Use Dev only for solo work; Full team for projects with formal review processes.

/hr

Rates reflect fully-loaded developer cost including overhead

How developer rates are sourced

Warning:Cost of inaction

₽228 117 / month at risk ~₽2 737 399 / year if left unfixed
Default is 10,000. Use your own number for accurate $-figures.

Bounce-Rate Cost

₽228 091 /mo

+21.6pp bounce · ~2,163 lost visitors/mo

CPC: RUB 105.45

Bandwidth Waste

₽26 /mo

3520.8 MB/mo × 7.273 RUB/GB

  • Optimize transfer: save ~352 KB per page load
    Saves ₽26/mo

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.

Compliance methodology · SEO assumptions · Bandwidth model

Your performance is already good — improvements may show diminishing returns

Unique monthly visitors from your analytics

Purchases, signups, or key actions

Optional — for revenue estimation

additional conversions/month

more engaged visitors from reduced bounce

potential monthly revenue
Current bounce (est.)
After fixes (est.)
Estimated bounce reduction

Fix 3 critical issues to capture this value

How this is calculated

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

Bounce-rate model & assumptions

Your data stays in your browser — nothing is sent to our servers

Lighthouse

Mobile

71
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
94
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
92
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

2.20 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

4.84 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

279 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.

4.88 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.95 s

Desktop

78
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
94
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
92
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

1.42 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

2.49 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

32 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.

2.31 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.

2.49 s

Categories

8
Avg score 82.5

How you compare

Where this site stands against peers running the same stack.

Cart Functionality · 584 peers
You 83
·
Avg 73
+10 above average
0 50 100
Security P96Compliance P6Performance P93Accessibility P92Sustainability P88Infrastructure P17Content P62SEO P59

Top 10% of Cart Functionality sites score 86+ on Compliance; you're at 65 — closing this gap is the highest-leverage improvement.

Better than 96% of Cart Functionality sites See full Cart Functionality benchmark →
Framer Motion · 96 peers
You 83
·
Avg 74
+9 above average
0 50 100
Better than 94% of Framer Motion sites See full Framer Motion benchmark →

Technology stack

Framer Motion, with Nginx CDN

15 technologies detected 4 stack layers 3 with CPE identifier Enterprise

Stack Architecture

Analytics
Yandex.Metrika
Ecommerce
Cart Functionality
Framework
Framer Motion Google Search Console HSTS Lucide Open Graph Priority Hints Radix UI React React Router 7.18.1 Tailwind CSS Ubuntu shadcn/ui
CDN
Nginx 1.24.0

All Detected Technologies (15)

Nginx is a web server that can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache.

Categories Web servers, Reverse proxies Website https://nginx.org/en Detected by BeaverCheck Evidence Server header: nginx/1.24.0 (Ubuntu)
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

Websites that have a shopping cart or checkout page, either using a known ecommerce platform or a custom solution.

Categories Ecommerce Website https://www.wappalyzer.com/technologies/ecommerce/cart-functionality Detected by BeaverCheck

Framer Motion is a modern animation library for JavaScript, React, and Vue.

Categories JavaScript libraries Website https://motion.dev Detected by BeaverCheck
Categories Analytics Detected by BeaverCheck · Medium Evidence TXT record: google-site-verification=EwdgnnX4yj64X7cX4wyM8nb8vCRQbvPuJW-Ooy-C-Zk

HTTP Strict Transport Security (HSTS) informs browsers that the site should only be accessed using HTTPS.

Categories Security Website https://www.rfc-editor.org/rfc/rfc6797#section-6.1 Detected by BeaverCheck

Lucide is an open-source icon library that provides 1000+ vector (svg) files for displaying icons and symbols in digital and non-digital projects.

Categories Font scripts Website https://lucide.dev Detected by BeaverCheck

Open Graph is a protocol that is used to integrate any web page into the social graph.

Categories Miscellaneous Website https://ogp.me Detected by BeaverCheck

Priority Hints exposes a mechanism for developers to signal a relative priority for browsers to consider when fetching resources.

Categories Performance Website https://wicg.github.io/priority-hints/ Detected by BeaverCheck

Radix UI is a React-based user interface component library that offers accessible, responsive, and customisable components for building web applications.

Categories UI frameworks Website https://www.radix-ui.com Detected by BeaverCheck

React is an open-source JavaScript library for building user interfaces or UI components.

Categories JavaScript frameworks Website https://reactjs.org Detected by BeaverCheck
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

React Router provides declarative routing for React.

Categories JavaScript frameworks Website https://reactrouter.com Detected by BeaverCheck

Tailwind is a utility-first CSS framework for rapidly building custom user interfaces.

Categories UI frameworks Website https://tailwindcss.com/ Detected by BeaverCheck Evidence Found 164 unique Tailwind utility classes in HTML

Ubuntu is a free and open-source operating system on Linux for the enterprise server, desktop, cloud, and IoT.

Categories Operating systems Website https://www.ubuntu.com/server Detected by BeaverCheck
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

shadcn/ui is a component system built with Radix UI and Tailwind CSS.

Categories UI frameworks Website https://ui.shadcn.com Detected by BeaverCheck

Yandex.Metrica is a free web analytics service that tracks and reports website traffic.

Categories Analytics Website https://metrika.yandex.com Detected by BeaverCheck

Observations (2)

No build tool detected

A framework (Framer Motion) was detected but no bundler was identified. The build tool may not be detectable from output patterns, or the site may use the framework's built-in bundler.

Complex technology stack detected

15 technologies identified. A complex stack increases maintenance burden and attack surface. Consider whether all components are actively needed.

Show your score

Drop this badge on your README, marketing site, or status page. It auto-updates every time the audit re-runs and links back to this report.

BeaverCheck badge

This badge auto-updates with your latest scan result.

[![BeaverCheck](https://beavercheck.com/badge?url=https%3A%2F%2Fark-russia.ru)](https://beavercheck.com/sites/ark-russia.ru)
<a href="https://beavercheck.com/sites/ark-russia.ru"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fark-russia.ru" alt="BeaverCheck Score"></a>
https://beavercheck.com/badge?url=https%3A%2F%2Fark-russia.ru

Export & share

Download the audit, share with your team, or grab a fix plan ready to copy into your tracker.

Share

Copies markdown to clipboard

Export
Download Markdown Report Download JSON

Fix Plan

Three-week roadmap to ship the audit's findings, with one-click copy targets for your tracker.

Three-week fix plan

2 sprints · 8h total → projected A (90)

Sprint 1: Quick Wins

+5

Highest ROI — low effort, high impact

4 findings 2h → B (88)
  • · 3 button(s) with no accessible text
  • · Soft 404: server returns HTTP 200 for non-existent pages
  • · 13 third-party resources (47% of weight)
  • · 1 publicly-accessible JavaScript source map(s)

Sprint 3: Strategic Improvements

+2

Higher effort, long-term payoff

1 findings 6h → A (90)
  • · 'unsafe-inline' found in script source

Send Feedback