Skip to content
https://mpzorro.ru

Performance

· 25 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
94
GRADE
A
FIX
0
REVIEW
7
PASS
16
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

97
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
100
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
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.21 s

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

1.21 s

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

194 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.54 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.57 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
25
16 PASS 7 REVIEW
C
JS Execution Cost
Action
1773ms total JS execution
REVIEW
1773ms total JS execution
Warning::
https://mpzorro.ru/: 826ms CPU time
Warning::
https://mpzorro.ru/_next/static/chunks/794-4d0b7b7...: 637ms CPU time
Info::
Unattributable: 240ms CPU time
Info::
https://mpzorro.ru/_next/static/chunks/4bd1b696-21...: 70ms CPU time

Main Thread Breakdown

Script Evaluation 36% Style & Layout 30% Other 23% Script Parsing & Compilation 5% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://mpzorro.ru/826ms11ms21ms1st
https://mpzorro.ru/_next/static/chunks/794-4d0b7b700451cc43.js637ms565ms28ms1st
Unattributable240ms23ms0ms1st
https://mpzorro.ru/_next/static/chunks/4bd1b696-215e5051988c3dde.js70ms18ms27ms1st
B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
B
Compression Algorithm
Main response uses gzip; brotli would be ~20% smaller
REVIEW
Main response uses gzip; brotli would be ~20% smaller
Info::
Main HTML response uses gzip (brotli would be ~20% smaller)
All current browsers support brotli. Most CDNs (Cloudflare, Fastly, AWS CloudFront, Vercel, Netlify) can switch from gzip to brotli with a single config flag. Origin servers (nginx, Apache) need a brotli module compiled in -- nginx-brotli or Apache mod_brotli.
B
Main HTML Cache-Control
Cache-Control present but without max-age
REVIEW
Cache-Control present but without max-age
Info::
Main HTML Cache-Control has no max-age: s-maxage=31536000
Got: s-maxage=31536000
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

B
HTTP Caching
s-maxage=31536000
REVIEW
s-maxage=31536000
Info::
Cache-Control header is set
Got: s-maxage=31536000
Info::
CDN TTL: 52 weeks (s-maxage=31536000)
Info::
ETag present — enables conditional (304) responses
Cache-Control

s-maxage=31536000

DirectiveValueMeaning
s-maxage31536000CDN caches for 52 weeks
A+
Page Weight Budget
254 KB transferred, 35 requests
PASS
254 KB transferred, 35 requests
Info::
Page weighs 877 KB (254 KB transferred)
Info::
35 HTTP requests
Info::
Estimated 0.05 g CO2 per page load
254 KB / 2.4 MB budget
254 KB transferred
35 requests
0.05 g CO2 per page load
JavaScript 151.5 KiB 60%
Other 43.3 KiB 17%
HTML 25.7 KiB 10%
CSS 13.9 KiB 5%
Images 13.7 KiB 5%
Other 5.7 KiB 2%
0 2.4 MB 4.9 MB
Under budget
A+
Third-Party Impact
No third-party resources
PASS
No third-party resources
Info::
No third-party resources detected
No third-party resources detected — all resources are first-party.
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Image Optimization
1 images, 0 KB saveable
PASS
1 images, 0 KB saveable
Info::
All images are well-optimized
1 images 14 KB
0 oversized -0 KB
0 legacy format
0 missing dimensions CLS risk
A+
Font Loading
No web fonts (system fonts)
PASS
No web fonts (system fonts)
Info::
No web fonts loaded — system fonts are fastest
No web fonts loaded — system fonts are optimal.
A+
JS Bundles
12 scripts, 49 KB unused
PASS
12 scripts, 49 KB unused
Warning::
https://mpzorro.ru/_next/static/chunks/4bd1b696-21...: 25 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://mpzorro.ru/_next/static/chunks/794-4d0b7b7...: 24 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 49 KB
49 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://mpzorro.ru/_next/static/chunks/4bd1b696-215e5051988c3dde.js62 KB25 KB (41%)1st
https://mpzorro.ru/_next/static/chunks/794-4d0b7b700451cc43.js60 KB24 KB (40%)1st
https://mpzorro.ru/_next/static/chunks/webpack-428e727893266c2e.js2 KB1st
https://mpzorro.ru/_next/static/chunks/main-app-28f6be9336f88656.js1 KB1st
https://mpzorro.ru/_next/static/chunks/500-c99b8dfd3de17c86.js4 KB1st
https://mpzorro.ru/_next/static/chunks/200-4db22bc9b77e1541.js6 KB1st
https://mpzorro.ru/_next/static/chunks/app/layout-c5e899531b17ab24.js3 KB1st
https://mpzorro.ru/_next/static/chunks/app/page-94e41f68a4aaf779.js6 KB1st
https://mpzorro.ru/_next/static/chunks/app/audit/page-0c249a9605ea86f5.js5 KB1st
https://mpzorro.ru/_next/static/chunks/app/about/page-437fbc7b3d6239ab.js1 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
1 hints, 0 missing preconnects
PASS
1 hints, 0 missing preconnects
Info::
Page uses 1 resource hint(s)

Current Resource Hints

preconnect
preload
1
dns-prefetch
prefetch

1 resource hints configured

A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch,...
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
`ETag` present -- conditional GET supported
A+
Page Weight Inventory
35 resources · 254 KB · 49 KB savings available
PASS
35 resources · 254 KB · 49 KB savings available
Info::
Within 1MB page-weight target
Got: 254 KB
35 resources · 253.9 KiB · 0 third-party Within 1MB page-weight target
JavaScript 60% · 151.5 KiB
Other 17% · 43.3 KiB
Document 12% · 31.4 KiB
CSS 5% · 13.9 KiB
Image 5% · 13.7 KiB

~48.9 KiB of savings available

Remove unused JavaScript: 48.9 KiB
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A
JavaScript Blocking
1 JS blocking issue(s) detected
PASS
1 JS blocking issue(s) detected
Warning::
1 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
Network Waterfall
35 requests over 3893ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.2 s LCP 1.2 shttps://mpzorro.ru// https://mpzorro.ru/ — 200 — 25.7 KiB — 967 ms — http/1.1https://mpzorro.ru/_next/image?url=%2Fbrand%2Fmpzorro-logo.png&w=384&q=75/_next/image?url=%2Fbrand%2Fmpzorro... https://mpzorro.ru/_next/image?url=%2Fbrand%2Fmpzorro-logo.png&w=384&q=75 — 200 — 13.7 KiB — 253 ms — http/1.1https://mpzorro.ru/_next/static/css/8b9d34035a08eec8.css/_next/static/css/8b9d34035a08eec8.... https://mpzorro.ru/_next/static/css/8b9d34035a08eec8.css — 200 — 13.9 KiB — 251 ms — http/1.1https://mpzorro.ru/_next/static/chunks/webpack-428e727893266c2e.js/_next/static/chunks/webpack-428e72... https://mpzorro.ru/_next/static/chunks/webpack-428e727893266c2e.js — 200 — 2.2 KiB — 492 ms — http/1.1https://mpzorro.ru/_next/static/chunks/4bd1b696-215e5051988c3dde.js/_next/static/chunks/4bd1b696-215e5... https://mpzorro.ru/_next/static/chunks/4bd1b696-215e5051988c3dde.js — 200 — 62.0 KiB — 730 ms — http/1.1https://mpzorro.ru/_next/static/chunks/794-4d0b7b700451cc43.js/_next/static/chunks/794-4d0b7b7004... https://mpzorro.ru/_next/static/chunks/794-4d0b7b700451cc43.js — 200 — 59.8 KiB — 1.2 s — http/1.1https://mpzorro.ru/_next/static/chunks/main-app-28f6be9336f88656.js/_next/static/chunks/main-app-28f6b... https://mpzorro.ru/_next/static/chunks/main-app-28f6be9336f88656.js — 200 — 751 B — 707 ms — http/1.1https://mpzorro.ru/_next/static/chunks/500-c99b8dfd3de17c86.js/_next/static/chunks/500-c99b8dfd3d... https://mpzorro.ru/_next/static/chunks/500-c99b8dfd3de17c86.js — 200 — 4.0 KiB — 466 ms — http/1.1https://mpzorro.ru/_next/static/chunks/200-4db22bc9b77e1541.js/_next/static/chunks/200-4db22bc9b7... https://mpzorro.ru/_next/static/chunks/200-4db22bc9b77e1541.js — 200 — 6.3 KiB — 488 ms — http/1.1https://mpzorro.ru/_next/static/chunks/app/layout-c5e899531b17ab24.js/_next/static/chunks/app/layout-c5e... https://mpzorro.ru/_next/static/chunks/app/layout-c5e899531b17ab24.js — 200 — 3.3 KiB — 242 ms — http/1.1https://mpzorro.ru/_next/static/chunks/app/page-94e41f68a4aaf779.js/_next/static/chunks/app/page-94e41... https://mpzorro.ru/_next/static/chunks/app/page-94e41f68a4aaf779.js — 200 — 5.7 KiB — 244 ms — http/1.1https://mpzorro.ru/favicon.ico/favicon.ico https://mpzorro.ru/favicon.ico — 404 — 5.7 KiB — 245 ms — http/1.1https://mpzorro.ru/audit?_rsc=1r34m/audit?_rsc=1r34m https://mpzorro.ru/audit?_rsc=1r34m — 200 — 778 B — 265 ms — http/1.1https://mpzorro.ru/?_rsc=1pn8p/?_rsc=1pn8p https://mpzorro.ru/?_rsc=1pn8p — 200 — 1.6 KiB — 278 ms — http/1.1https://mpzorro.ru/?_rsc=nn07o/?_rsc=nn07o https://mpzorro.ru/?_rsc=nn07o — 200 — 2.9 KiB — 275 ms — http/1.1https://mpzorro.ru/?_rsc=ivliq/?_rsc=ivliq https://mpzorro.ru/?_rsc=ivliq — 200 — 10.4 KiB — 270 ms — http/1.1https://mpzorro.ru/about?_rsc=1r34m/about?_rsc=1r34m https://mpzorro.ru/about?_rsc=1r34m — 200 — 778 B — 245 ms — http/1.1https://mpzorro.ru/knowledge?_rsc=1r34m/knowledge?_rsc=1r34m https://mpzorro.ru/knowledge?_rsc=1r34m — 200 — 781 B — 259 ms — http/1.1https://mpzorro.ru/cases?_rsc=1r34m/cases?_rsc=1r34m https://mpzorro.ru/cases?_rsc=1r34m — 200 — 777 B — 256 ms — http/1.1https://mpzorro.ru/audit?_rsc=1pn8p/audit?_rsc=1pn8p https://mpzorro.ru/audit?_rsc=1pn8p — 200 — 1.5 KiB — 256 ms — http/1.1https://mpzorro.ru/audit?_rsc=137gb/audit?_rsc=137gb https://mpzorro.ru/audit?_rsc=137gb — 200 — 792 B — 243 ms — http/1.1https://mpzorro.ru/audit?_rsc=15xdn/audit?_rsc=15xdn https://mpzorro.ru/audit?_rsc=15xdn — 200 — 1.8 KiB — 266 ms — http/1.1https://mpzorro.ru/about?_rsc=1pn8p/about?_rsc=1pn8p https://mpzorro.ru/about?_rsc=1pn8p — 200 — 1.6 KiB — 274 ms — http/1.1https://mpzorro.ru/about?_rsc=uudir/about?_rsc=uudir https://mpzorro.ru/about?_rsc=uudir — 200 — 792 B — 267 ms — http/1.1https://mpzorro.ru/about?_rsc=1pr6k/about?_rsc=1pr6k https://mpzorro.ru/about?_rsc=1pr6k — 200 — 4.1 KiB — 245 ms — http/1.1https://mpzorro.ru/_next/static/chunks/app/audit/page-0c249a9605ea86f5.js/_next/static/chunks/app/audit/page... https://mpzorro.ru/_next/static/chunks/app/audit/page-0c249a9605ea86f5.js — 200 — 4.6 KiB — 263 ms — http/1.1https://mpzorro.ru/knowledge?_rsc=1pn8p/knowledge?_rsc=1pn8p https://mpzorro.ru/knowledge?_rsc=1pn8p — 200 — 1.6 KiB — 252 ms — http/1.1https://mpzorro.ru/knowledge?_rsc=msnv8/knowledge?_rsc=msnv8 https://mpzorro.ru/knowledge?_rsc=msnv8 — 200 — 792 B — 255 ms — http/1.1https://mpzorro.ru/knowledge?_rsc=1wddw/knowledge?_rsc=1wddw https://mpzorro.ru/knowledge?_rsc=1wddw — 200 — 6.1 KiB — 263 ms — http/1.1https://mpzorro.ru/_next/static/chunks/app/about/page-437fbc7b3d6239ab.js/_next/static/chunks/app/about/page... https://mpzorro.ru/_next/static/chunks/app/about/page-437fbc7b3d6239ab.js — 200 — 700 B — 249 ms — http/1.1
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.2 s LCP 1.2 shttps://mpzorro.ru// https://mpzorro.ru/ — 200 — 25.7 KiB — 967 ms — http/1.1https://mpzorro.ru/_next/image?url=%2Fbrand%2Fmpzorro-logo.png&w=384&q=75/_next/image?url=%2Fbrand%2Fmpzorro... https://mpzorro.ru/_next/image?url=%2Fbrand%2Fmpzorro-logo.png&w=384&q=75 — 200 — 13.7 KiB — 253 ms — http/1.1https://mpzorro.ru/_next/static/css/8b9d34035a08eec8.css/_next/static/css/8b9d34035a08eec8.... https://mpzorro.ru/_next/static/css/8b9d34035a08eec8.css — 200 — 13.9 KiB — 251 ms — http/1.1https://mpzorro.ru/_next/static/chunks/webpack-428e727893266c2e.js/_next/static/chunks/webpack-428e72... https://mpzorro.ru/_next/static/chunks/webpack-428e727893266c2e.js — 200 — 2.2 KiB — 492 ms — http/1.1https://mpzorro.ru/_next/static/chunks/4bd1b696-215e5051988c3dde.js/_next/static/chunks/4bd1b696-215e5... https://mpzorro.ru/_next/static/chunks/4bd1b696-215e5051988c3dde.js — 200 — 62.0 KiB — 730 ms — http/1.1https://mpzorro.ru/_next/static/chunks/794-4d0b7b700451cc43.js/_next/static/chunks/794-4d0b7b7004... https://mpzorro.ru/_next/static/chunks/794-4d0b7b700451cc43.js — 200 — 59.8 KiB — 1.2 s — http/1.1https://mpzorro.ru/_next/static/chunks/main-app-28f6be9336f88656.js/_next/static/chunks/main-app-28f6b... https://mpzorro.ru/_next/static/chunks/main-app-28f6be9336f88656.js — 200 — 751 B — 707 ms — http/1.1https://mpzorro.ru/_next/static/chunks/500-c99b8dfd3de17c86.js/_next/static/chunks/500-c99b8dfd3d... https://mpzorro.ru/_next/static/chunks/500-c99b8dfd3de17c86.js — 200 — 4.0 KiB — 466 ms — http/1.1https://mpzorro.ru/_next/static/chunks/200-4db22bc9b77e1541.js/_next/static/chunks/200-4db22bc9b7... https://mpzorro.ru/_next/static/chunks/200-4db22bc9b77e1541.js — 200 — 6.3 KiB — 488 ms — http/1.1https://mpzorro.ru/_next/static/chunks/app/layout-c5e899531b17ab24.js/_next/static/chunks/app/layout-c5e... https://mpzorro.ru/_next/static/chunks/app/layout-c5e899531b17ab24.js — 200 — 3.3 KiB — 242 ms — http/1.1https://mpzorro.ru/_next/static/chunks/app/page-94e41f68a4aaf779.js/_next/static/chunks/app/page-94e41... https://mpzorro.ru/_next/static/chunks/app/page-94e41f68a4aaf779.js — 200 — 5.7 KiB — 244 ms — http/1.1https://mpzorro.ru/favicon.ico/favicon.ico https://mpzorro.ru/favicon.ico — 404 — 5.7 KiB — 245 ms — http/1.1https://mpzorro.ru/audit?_rsc=1r34m/audit?_rsc=1r34m https://mpzorro.ru/audit?_rsc=1r34m — 200 — 778 B — 265 ms — http/1.1https://mpzorro.ru/?_rsc=1pn8p/?_rsc=1pn8p https://mpzorro.ru/?_rsc=1pn8p — 200 — 1.6 KiB — 278 ms — http/1.1https://mpzorro.ru/?_rsc=nn07o/?_rsc=nn07o https://mpzorro.ru/?_rsc=nn07o — 200 — 2.9 KiB — 275 ms — http/1.1https://mpzorro.ru/?_rsc=ivliq/?_rsc=ivliq https://mpzorro.ru/?_rsc=ivliq — 200 — 10.4 KiB — 270 ms — http/1.1https://mpzorro.ru/about?_rsc=1r34m/about?_rsc=1r34m https://mpzorro.ru/about?_rsc=1r34m — 200 — 778 B — 245 ms — http/1.1https://mpzorro.ru/knowledge?_rsc=1r34m/knowledge?_rsc=1r34m https://mpzorro.ru/knowledge?_rsc=1r34m — 200 — 781 B — 259 ms — http/1.1https://mpzorro.ru/cases?_rsc=1r34m/cases?_rsc=1r34m https://mpzorro.ru/cases?_rsc=1r34m — 200 — 777 B — 256 ms — http/1.1https://mpzorro.ru/audit?_rsc=1pn8p/audit?_rsc=1pn8p https://mpzorro.ru/audit?_rsc=1pn8p — 200 — 1.5 KiB — 256 ms — http/1.1https://mpzorro.ru/audit?_rsc=137gb/audit?_rsc=137gb https://mpzorro.ru/audit?_rsc=137gb — 200 — 792 B — 243 ms — http/1.1https://mpzorro.ru/audit?_rsc=15xdn/audit?_rsc=15xdn https://mpzorro.ru/audit?_rsc=15xdn — 200 — 1.8 KiB — 266 ms — http/1.1https://mpzorro.ru/about?_rsc=1pn8p/about?_rsc=1pn8p https://mpzorro.ru/about?_rsc=1pn8p — 200 — 1.6 KiB — 274 ms — http/1.1https://mpzorro.ru/about?_rsc=uudir/about?_rsc=uudir https://mpzorro.ru/about?_rsc=uudir — 200 — 792 B — 267 ms — http/1.1https://mpzorro.ru/about?_rsc=1pr6k/about?_rsc=1pr6k https://mpzorro.ru/about?_rsc=1pr6k — 200 — 4.1 KiB — 245 ms — http/1.1https://mpzorro.ru/_next/static/chunks/app/audit/page-0c249a9605ea86f5.js/_next/static/chunks/app/audit/page... https://mpzorro.ru/_next/static/chunks/app/audit/page-0c249a9605ea86f5.js — 200 — 4.6 KiB — 263 ms — http/1.1https://mpzorro.ru/knowledge?_rsc=1pn8p/knowledge?_rsc=1pn8p https://mpzorro.ru/knowledge?_rsc=1pn8p — 200 — 1.6 KiB — 252 ms — http/1.1https://mpzorro.ru/knowledge?_rsc=msnv8/knowledge?_rsc=msnv8 https://mpzorro.ru/knowledge?_rsc=msnv8 — 200 — 792 B — 255 ms — http/1.1https://mpzorro.ru/knowledge?_rsc=1wddw/knowledge?_rsc=1wddw https://mpzorro.ru/knowledge?_rsc=1wddw — 200 — 6.1 KiB — 263 ms — http/1.1https://mpzorro.ru/_next/static/chunks/app/about/page-437fbc7b3d6239ab.js/_next/static/chunks/app/about/page... https://mpzorro.ru/_next/static/chunks/app/about/page-437fbc7b3d6239ab.js — 200 — 700 B — 249 ms — http/1.1https://mpzorro.ru/cases?_rsc=1pn8p/cases?_rsc=1pn8p https://mpzorro.ru/cases?_rsc=1pn8p — 200 — 1.6 KiB — 248 ms — http/1.1https://mpzorro.ru/cases?_rsc=xykfy/cases?_rsc=xykfy https://mpzorro.ru/cases?_rsc=xykfy — 200 — 792 B — 253 ms — http/1.1https://mpzorro.ru/cases?_rsc=1snfo/cases?_rsc=1snfo https://mpzorro.ru/cases?_rsc=1snfo — 200 — 4.1 KiB — 251 ms — http/1.1https://mpzorro.ru/_next/static/chunks/app/knowledge/page-437fbc7b3d6239ab.js/_next/static/chunks/app/knowledge/... https://mpzorro.ru/_next/static/chunks/app/knowledge/page-437fbc7b3d6239ab.js — 200 — 700 B — 253 ms — http/1.1https://mpzorro.ru/_next/static/chunks/app/cases/page-beec0e80440b8481.js/_next/static/chunks/app/cases/page... https://mpzorro.ru/_next/static/chunks/app/cases/page-beec0e80440b8481.js — 200 — 1.5 KiB — 239 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
16 images, 22 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

16

Total Size

22 KB

13 missing dimensions
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback