Skip to content
https://drom.ru

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
76
GRADE
C
FIX
3
REVIEW
5
PASS
5
INFO
2

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

81
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
89
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.
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.05 s

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

1.53 s

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

60 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.170

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

2.30 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

3.13 s

Page Load Progression

2.2 s
4.3 s
6.5 s
8.6 s
10.8 s
12.9 s
15.1 s
17.2 s
Checks
15
5 PASS 5 REVIEW 3 FIX
D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (1.9 MiB of 1.9 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
Page Weight Inventory
Action
129 resources · 1.9 MB · 224 KB savings available
FIX
129 resources · 1.9 MB · 224 KB savings available
Warning::
Page weight 914 KB over 1MB target
Got: 1.9 MB Expected: ≤ 1 MB
Info::
~224 KB of savings available
Warning::
128 third-party resources (100% of weight)
129 resources · 1.9 MiB · 128 third-party 913.6 KiB over 1MB target
Image 61% · 1.1 MiB
JavaScript 37% · 709.3 KiB
Document 2% · 35.6 KiB
CSS 1% · 12.7 KiB
Other 0% · 4.3 KiB

~223.7 KiB of savings available

Remove unused JavaScript: 223.7 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Page Weight Budget
Action
1.9 MB transferred, 129 requests
REVIEW
1.9 MB transferred, 129 requests
Info::
Page weighs 3.7 MB (1.9 MB transferred)
Warning::
Images are 1.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.1 MB
Warning::
JavaScript is 709 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 709 KB
Warning::
129 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.40 g CO2 per page load
1.9 MB / 2.4 MB budget
1.9 MB transferred
129 requests
0.40 g CO2 per page load
Images 1.1 MiB 61%
JavaScript 709.3 KiB 37%
HTML 30.8 KiB 2%
CSS 12.7 KiB 1%
Other 6.3 KiB 0%
Other 2.7 KiB 0%
Other 1.9 KiB 0%
0 2.4 MB 4.9 MB
Approaching limit

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

B
Image Optimization
87 images, 0 KB saveable
REVIEW
87 images, 0 KB saveable
Info::
All images are well-optimized
87 images 1.1 MB
0 oversized -0 KB
86 legacy format
0 missing dimensions CLS risk
B
JS Execution Cost
743ms total JS execution
REVIEW
743ms total JS execution
Warning::
https://r2.drom.ru/js/bundles/home.f0d3deca3194339...: 272ms CPU time
Info::
Unattributable: 221ms CPU time
Info::
https://www.drom.ru/: 142ms CPU time
Info::
https://www.drom.ru/dpg/EIzKQn2Xj5LZbAdaVXyOkQgR2y...: 107ms CPU time
Warning::
Third-party scripts: 743ms (100% of total)

Main Thread Breakdown

Script Evaluation 43% Other 27% Style & Layout 16% Script Parsing & Compilation 6% Rendering 4% Garbage Collection 4%
ScriptTotalScriptingParse/CompileParty
https://r2.drom.ru/js/bundles/home.f0d3deca31943392.js272ms182ms9ms3rd
Unattributable221ms5ms0ms3rd
https://www.drom.ru/142ms7ms1ms3rd
https://www.drom.ru/dpg/EIzKQn2Xj5LZbAdaVXyOkQgR2yYEM9zJ1vb6Tut-h1HH2bFl107ms89ms12ms3rd
C
JS Bundles
Action
18 scripts, 224 KB unused
REVIEW
18 scripts, 224 KB unused
Warning::
https://www.drom.ru/dpg/?id=: 66 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.drom.ru/dpg/EIzKQn2Xj5LZbAdaVXyOkQgR2y...: 63 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://r2.drom.ru/js/bundles/home.f0d3deca3194339...: 53 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://r2.drom.ru/js/bundles/home-layout-desktop....: 42 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 224 KB
224 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.drom.ru/dpg/?id=129 KB66 KB (52%)3rd
https://www.drom.ru/dpg/EIzKQn2Xj5LZbAdaVXyOkQgR2yYEM9zJ1vb6Tut-h1HH2bFl157 KB63 KB (40%)3rd
https://r2.drom.ru/js/bundles/home.f0d3deca31943392.js101 KB53 KB (52%)3rd
https://r2.drom.ru/js/bundles/home-layout-desktop.d4786c0c5bc56944.chunk.js100 KB42 KB (42%)3rd
https://r2.drom.ru/js/bundles/page-info-analytics.7682b6886de4591f.js10 KB3rd
https://r2.drom.ru/js/bundles/redux-vendor.4e5cfcaa70a2da11.js2 KB3rd
https://r2.drom.ru/js/bundles/sentry.f19468758c4471cd.js21 KB3rd
https://www.googletagmanager.com/gtm.js?id=GTM-P93LSVV&gtg_health=10 KB3rd
https://r2.drom.ru/js/bundles/231.6cc9569688dd42d4.js19 KB3rd
https://r2.drom.ru/js/bundles/desktop-theme-swither.df2c66afc277a8f0.chunk.js3 KB3rd

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

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

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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+
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+
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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
129 requests over 33226ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s FCP 1.0 s LCP 1.5 shttps://drom.ru// https://drom.ru/ — 301 — 258 B — 218 ms — http/1.1https://www.drom.ru/www.drom.ru/ https://www.drom.ru/ — 200 — 29.2 KiB — 419 ms — http/1.1https://r2.drom.ru/js/bundles/styles.dc6cae8a0a8876d6.cssr2.drom.ru/js/bundles/styles.dc6cae... https://r2.drom.ru/js/bundles/styles.dc6cae8a0a8876d6.css — 200 — 3.0 KiB — 219 ms — http/1.1https://r2.drom.ru/js/bundles/home.40bc98725afb1154.cssr2.drom.ru/js/bundles/home.40bc9872... https://r2.drom.ru/js/bundles/home.40bc98725afb1154.css — 200 — 1.9 KiB — 207 ms — http/1.1https://r2.drom.ru/js/bundles/home-layout-desktop.a396b76dfa930b32.chunk.cssr2.drom.ru/js/bundles/home-layout-d... https://r2.drom.ru/js/bundles/home-layout-desktop.a396b76dfa930b32.chunk.css — 200 — 7.0 KiB — 261 ms — http/1.1https://r2.drom.ru/js/bundles/desktop-theme-swither.1a0e7d8dbe502199.chunk.cssr2.drom.ru/js/bundles/desktop-theme... https://r2.drom.ru/js/bundles/desktop-theme-swither.1a0e7d8dbe502199.chunk.css — 200 — 829 B — 217 ms — http/1.1https://r2.drom.ru/js/bundles/media/japan-flag.3f3a8c4bea94a01b.svgr2.drom.ru/js/bundles/media/japan-f... https://r2.drom.ru/js/bundles/media/japan-flag.3f3a8c4bea94a01b.svg — 200 — 715 B — 236 ms — http/1.1https://r2.drom.ru/js/bundles/media/chinese-flag.bfa33d7ed5ce6dc5.svgr2.drom.ru/js/bundles/media/chinese... https://r2.drom.ru/js/bundles/media/chinese-flag.bfa33d7ed5ce6dc5.svg — 200 — 1.1 KiB — 214 ms — http/1.1https://s12.auto.drom.ru/photo/v2/yCHTZHcshFuCEN-nh096vUWZZMY2xFEOXIrtRQIQLNeJNUDzTJit_z0LXQ3wdM7bDpvfCLs38K_M543e/gen272wb.jpgs12.auto.drom.ru/photo/v2/yCHTZHcsh... https://s12.auto.drom.ru/photo/v2/yCHTZHcshFuCEN-nh096vUWZZMY2xFEOXIrtRQIQLNeJNUDzTJit_z0LXQ3wdM7bDpvfCLs38K_M543e/gen272wb.jpg — 200 — 17.9 KiB — 283 ms — h2https://r.drom.ru/images/ad2026/topline-image-ad-2026.pngr.drom.ru/images/ad2026/topline-ima... https://r.drom.ru/images/ad2026/topline-image-ad-2026.png — 200 — 10.1 KiB — 225 ms — http/1.1https://s12.auto.drom.ru/photo/v2/Nig2RBO7sYLQ4wf-wPqP6b403_1V0IDZQ8JwfdG7O_nN0Xu7xa5ynoHqkquPxrzJZ4iHWsw08nnj1LY3/gen272wb.jpgs12.auto.drom.ru/photo/v2/Nig2RBO7s... https://s12.auto.drom.ru/photo/v2/Nig2RBO7sYLQ4wf-wPqP6b403_1V0IDZQ8JwfdG7O_nN0Xu7xa5ynoHqkquPxrzJZ4iHWsw08nnj1LY3/gen272wb.jpg — 200 — 21.4 KiB — 291 ms — h2https://s12.auto.drom.ru/photo/v2/zQw80WsdKspXCTPYHAi5zGQ_vdlyUPkuonhFdSkmhKxgkyqh7ZBvbHpV_cp48aOx0dFAN-yb7P9XNhW7/gen272wb.jpgs12.auto.drom.ru/photo/v2/zQw80WsdK... https://s12.auto.drom.ru/photo/v2/zQw80WsdKspXCTPYHAi5zGQ_vdlyUPkuonhFdSkmhKxgkyqh7ZBvbHpV_cp48aOx0dFAN-yb7P9XNhW7/gen272wb.jpg — 200 — 16.5 KiB — 347 ms — h2https://s12.auto.drom.ru/photo/v2/RWLBRlcYCJwkfODyDld_F1q2BZy2gkAAwp2bcxSKkc7Elq1dhr2UGCYM8rWMazNX6FbwQ6MFOJ6IyDUt/gen272wb.jpgs12.auto.drom.ru/photo/v2/RWLBRlcYC... https://s12.auto.drom.ru/photo/v2/RWLBRlcYCJwkfODyDld_F1q2BZy2gkAAwp2bcxSKkc7Elq1dhr2UGCYM8rWMazNX6FbwQ6MFOJ6IyDUt/gen272wb.jpg — 200 — 22.0 KiB — 337 ms — h2https://s12.auto.drom.ru/photo/v2/1ZzdMjTJWPVRgLz03tPgnAlcWSt1JUF9JLY6kOJ_sHGpBdv6_Fd6D3hqEKQRxwulLBSdmNTY5WWD9yMh/gen272wb.jpgs12.auto.drom.ru/photo/v2/1ZzdMjTJW... https://s12.auto.drom.ru/photo/v2/1ZzdMjTJWPVRgLz03tPgnAlcWSt1JUF9JLY6kOJ_sHGpBdv6_Fd6D3hqEKQRxwulLBSdmNTY5WWD9yMh/gen272wb.jpg — 200 — 19.0 KiB — 359 ms — h2https://s12.auto.drom.ru/photo/v2/v1tiUywTLNWnpEvF6WWzlFyYU_nFKcTQLbyM6Y4SUdfbQx-Q96hC6zhwWBRw01lE4kuaqEBvyEEHIOo2/gen272wb.jpgs12.auto.drom.ru/photo/v2/v1tiUywTL... https://s12.auto.drom.ru/photo/v2/v1tiUywTLNWnpEvF6WWzlFyYU_nFKcTQLbyM6Y4SUdfbQx-Q96hC6zhwWBRw01lE4kuaqEBvyEEHIOo2/gen272wb.jpg — 200 — 14.3 KiB — 352 ms — h2https://i.rdrom.ru/404/empty.gifi.rdrom.ru/404/empty.gif https://i.rdrom.ru/404/empty.gif — 200 — 320 B — 283 ms — h2https://r2.drom.ru/js/bundles/media/korea-flag.0edd239271de2523.svgr2.drom.ru/js/bundles/media/korea-f... https://r2.drom.ru/js/bundles/media/korea-flag.0edd239271de2523.svg — 200 — 879 B — 82 ms — http/1.1https://r2.drom.ru/js/bundles/media/germany-flag.14ede0eb5bb5cd38.svgr2.drom.ru/js/bundles/media/germany... https://r2.drom.ru/js/bundles/media/germany-flag.14ede0eb5bb5cd38.svg — 200 — 682 B — 78 ms — http/1.1https://r2.drom.ru/js/bundles/media/drom-logo.b95af2ebdcb26b3b.svgr2.drom.ru/js/bundles/media/drom-lo... https://r2.drom.ru/js/bundles/media/drom-logo.b95af2ebdcb26b3b.svg — 200 — 1.8 KiB — 75 ms — http/1.1https://s12.auto.drom.ru/photo/v2/O5rJIaK6Q792WsidK4h6gnCGNiN0hFzNapo0Dhcm-bAU5vXcmYihZm3qjmyIQlppGpt-zw5KuApbPb8v/gen272wb.jpgs12.auto.drom.ru/photo/v2/O5rJIaK6Q... https://s12.auto.drom.ru/photo/v2/O5rJIaK6Q792WsidK4h6gnCGNiN0hFzNapo0Dhcm-bAU5vXcmYihZm3qjmyIQlppGpt-zw5KuApbPb8v/gen272wb.jpg — 200 — 18.6 KiB — 138 ms — h2https://s12.auto.drom.ru/photo/v2/CX-OdO7c1YDDQJ4yQdalLPv9Vb2TlEYSfzYjI1xb3D41Zhd2mq76eaawXKExDffKC7KobBXfJQUWZYUW/gen272wb.jpgs12.auto.drom.ru/photo/v2/CX-OdO7c1... https://s12.auto.drom.ru/photo/v2/CX-OdO7c1YDDQJ4yQdalLPv9Vb2TlEYSfzYjI1xb3D41Zhd2mq76eaawXKExDffKC7KobBXfJQUWZYUW/gen272wb.jpg — 200 — 13.8 KiB — 177 ms — h2https://s12.auto.drom.ru/photo/v2/SHoGdqwEPRgGWzRQ0Gjyd0tI15IMyFjiamvBPRYzfTy2h1VUXpr1GOn30i8x2dfNl-MqB0cF0-nBiZFh/gen272wb.jpgs12.auto.drom.ru/photo/v2/SHoGdqwEP... https://s12.auto.drom.ru/photo/v2/SHoGdqwEPRgGWzRQ0Gjyd0tI15IMyFjiamvBPRYzfTy2h1VUXpr1GOn30i8x2dfNl-MqB0cF0-nBiZFh/gen272wb.jpg — 200 — 19.0 KiB — 182 ms — h2https://counter.yadro.ru/hit;drom?r;s800*600*24;uhttps%3A//www.drom.ru/;h%u0414%u0440%u043E%u043C%20-%20%u0446%u0435%u043D%u044B%20%u043D%u0430%20%u043C%u0430%u0448%u0438%u043D%u044B;0.6815604600553632counter.yadro.ru/hit;drom?r;s800*60... https://counter.yadro.ru/hit;drom?r;s800*600*24;uhttps%3A//www.drom.ru/;h%u0414%u0440%u043E%u043C%20-%20%u0446%u0435%u043D%u044B%20%u043D%u0430%20%u043C%u0430%u0448%u0438%u043D%u044B;0.6815604600553632 — -1 — 0 B — 30.1 s — https://r2.drom.ru/js/bundles/media/comments.0028a177ea76d262.svgr2.drom.ru/js/bundles/media/comment... https://r2.drom.ru/js/bundles/media/comments.0028a177ea76d262.svg — 200 — 599 B — 103 ms — http/1.1https://r2.drom.ru/js/bundles/media/drom-logo-dark.67759683c2957afe.svgr2.drom.ru/js/bundles/media/drom-lo... https://r2.drom.ru/js/bundles/media/drom-logo-dark.67759683c2957afe.svg — 200 — 1.9 KiB — 79 ms — http/1.1https://www.drom.ru/dpg/?id=www.drom.ru/dpg/?id= https://www.drom.ru/dpg/?id= — 200 — 128.7 KiB — 279 ms — http/1.1https://r2.drom.ru/js/bundles/ui.98a6972a73785382.jsr2.drom.ru/js/bundles/ui.98a6972a73... https://r2.drom.ru/js/bundles/ui.98a6972a73785382.js — 200 — 7.8 KiB — 163 ms — http/1.1https://r2.drom.ru/js/bundles/231.6cc9569688dd42d4.jsr2.drom.ru/js/bundles/231.6cc956968... https://r2.drom.ru/js/bundles/231.6cc9569688dd42d4.js — 200 — 19.2 KiB — 192 ms — http/1.1https://r2.drom.ru/js/bundles/home-layout-desktop.d4786c0c5bc56944.chunk.jsr2.drom.ru/js/bundles/home-layout-d... https://r2.drom.ru/js/bundles/home-layout-desktop.d4786c0c5bc56944.chunk.js — 200 — 99.7 KiB — 259 ms — http/1.1https://r2.drom.ru/js/bundles/media/arrow-down.8485c87f0a91389b.svgr2.drom.ru/js/bundles/media/arrow-d... https://r2.drom.ru/js/bundles/media/arrow-down.8485c87f0a91389b.svg — 200 — 577 B — 125 ms — http/1.1
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s FCP 1.0 s LCP 1.5 shttps://drom.ru// https://drom.ru/ — 301 — 258 B — 218 ms — http/1.1https://www.drom.ru/www.drom.ru/ https://www.drom.ru/ — 200 — 29.2 KiB — 419 ms — http/1.1https://r2.drom.ru/js/bundles/styles.dc6cae8a0a8876d6.cssr2.drom.ru/js/bundles/styles.dc6cae... https://r2.drom.ru/js/bundles/styles.dc6cae8a0a8876d6.css — 200 — 3.0 KiB — 219 ms — http/1.1https://r2.drom.ru/js/bundles/home.40bc98725afb1154.cssr2.drom.ru/js/bundles/home.40bc9872... https://r2.drom.ru/js/bundles/home.40bc98725afb1154.css — 200 — 1.9 KiB — 207 ms — http/1.1https://r2.drom.ru/js/bundles/home-layout-desktop.a396b76dfa930b32.chunk.cssr2.drom.ru/js/bundles/home-layout-d... https://r2.drom.ru/js/bundles/home-layout-desktop.a396b76dfa930b32.chunk.css — 200 — 7.0 KiB — 261 ms — http/1.1https://r2.drom.ru/js/bundles/desktop-theme-swither.1a0e7d8dbe502199.chunk.cssr2.drom.ru/js/bundles/desktop-theme... https://r2.drom.ru/js/bundles/desktop-theme-swither.1a0e7d8dbe502199.chunk.css — 200 — 829 B — 217 ms — http/1.1https://r2.drom.ru/js/bundles/media/japan-flag.3f3a8c4bea94a01b.svgr2.drom.ru/js/bundles/media/japan-f... https://r2.drom.ru/js/bundles/media/japan-flag.3f3a8c4bea94a01b.svg — 200 — 715 B — 236 ms — http/1.1https://r2.drom.ru/js/bundles/media/chinese-flag.bfa33d7ed5ce6dc5.svgr2.drom.ru/js/bundles/media/chinese... https://r2.drom.ru/js/bundles/media/chinese-flag.bfa33d7ed5ce6dc5.svg — 200 — 1.1 KiB — 214 ms — http/1.1https://s12.auto.drom.ru/photo/v2/yCHTZHcshFuCEN-nh096vUWZZMY2xFEOXIrtRQIQLNeJNUDzTJit_z0LXQ3wdM7bDpvfCLs38K_M543e/gen272wb.jpgs12.auto.drom.ru/photo/v2/yCHTZHcsh... https://s12.auto.drom.ru/photo/v2/yCHTZHcshFuCEN-nh096vUWZZMY2xFEOXIrtRQIQLNeJNUDzTJit_z0LXQ3wdM7bDpvfCLs38K_M543e/gen272wb.jpg — 200 — 17.9 KiB — 283 ms — h2https://r.drom.ru/images/ad2026/topline-image-ad-2026.pngr.drom.ru/images/ad2026/topline-ima... https://r.drom.ru/images/ad2026/topline-image-ad-2026.png — 200 — 10.1 KiB — 225 ms — http/1.1https://s12.auto.drom.ru/photo/v2/Nig2RBO7sYLQ4wf-wPqP6b403_1V0IDZQ8JwfdG7O_nN0Xu7xa5ynoHqkquPxrzJZ4iHWsw08nnj1LY3/gen272wb.jpgs12.auto.drom.ru/photo/v2/Nig2RBO7s... https://s12.auto.drom.ru/photo/v2/Nig2RBO7sYLQ4wf-wPqP6b403_1V0IDZQ8JwfdG7O_nN0Xu7xa5ynoHqkquPxrzJZ4iHWsw08nnj1LY3/gen272wb.jpg — 200 — 21.4 KiB — 291 ms — h2https://s12.auto.drom.ru/photo/v2/zQw80WsdKspXCTPYHAi5zGQ_vdlyUPkuonhFdSkmhKxgkyqh7ZBvbHpV_cp48aOx0dFAN-yb7P9XNhW7/gen272wb.jpgs12.auto.drom.ru/photo/v2/zQw80WsdK... https://s12.auto.drom.ru/photo/v2/zQw80WsdKspXCTPYHAi5zGQ_vdlyUPkuonhFdSkmhKxgkyqh7ZBvbHpV_cp48aOx0dFAN-yb7P9XNhW7/gen272wb.jpg — 200 — 16.5 KiB — 347 ms — h2https://s12.auto.drom.ru/photo/v2/RWLBRlcYCJwkfODyDld_F1q2BZy2gkAAwp2bcxSKkc7Elq1dhr2UGCYM8rWMazNX6FbwQ6MFOJ6IyDUt/gen272wb.jpgs12.auto.drom.ru/photo/v2/RWLBRlcYC... https://s12.auto.drom.ru/photo/v2/RWLBRlcYCJwkfODyDld_F1q2BZy2gkAAwp2bcxSKkc7Elq1dhr2UGCYM8rWMazNX6FbwQ6MFOJ6IyDUt/gen272wb.jpg — 200 — 22.0 KiB — 337 ms — h2https://s12.auto.drom.ru/photo/v2/1ZzdMjTJWPVRgLz03tPgnAlcWSt1JUF9JLY6kOJ_sHGpBdv6_Fd6D3hqEKQRxwulLBSdmNTY5WWD9yMh/gen272wb.jpgs12.auto.drom.ru/photo/v2/1ZzdMjTJW... https://s12.auto.drom.ru/photo/v2/1ZzdMjTJWPVRgLz03tPgnAlcWSt1JUF9JLY6kOJ_sHGpBdv6_Fd6D3hqEKQRxwulLBSdmNTY5WWD9yMh/gen272wb.jpg — 200 — 19.0 KiB — 359 ms — h2https://s12.auto.drom.ru/photo/v2/v1tiUywTLNWnpEvF6WWzlFyYU_nFKcTQLbyM6Y4SUdfbQx-Q96hC6zhwWBRw01lE4kuaqEBvyEEHIOo2/gen272wb.jpgs12.auto.drom.ru/photo/v2/v1tiUywTL... https://s12.auto.drom.ru/photo/v2/v1tiUywTLNWnpEvF6WWzlFyYU_nFKcTQLbyM6Y4SUdfbQx-Q96hC6zhwWBRw01lE4kuaqEBvyEEHIOo2/gen272wb.jpg — 200 — 14.3 KiB — 352 ms — h2https://i.rdrom.ru/404/empty.gifi.rdrom.ru/404/empty.gif https://i.rdrom.ru/404/empty.gif — 200 — 320 B — 283 ms — h2https://r2.drom.ru/js/bundles/media/korea-flag.0edd239271de2523.svgr2.drom.ru/js/bundles/media/korea-f... https://r2.drom.ru/js/bundles/media/korea-flag.0edd239271de2523.svg — 200 — 879 B — 82 ms — http/1.1https://r2.drom.ru/js/bundles/media/germany-flag.14ede0eb5bb5cd38.svgr2.drom.ru/js/bundles/media/germany... https://r2.drom.ru/js/bundles/media/germany-flag.14ede0eb5bb5cd38.svg — 200 — 682 B — 78 ms — http/1.1https://r2.drom.ru/js/bundles/media/drom-logo.b95af2ebdcb26b3b.svgr2.drom.ru/js/bundles/media/drom-lo... https://r2.drom.ru/js/bundles/media/drom-logo.b95af2ebdcb26b3b.svg — 200 — 1.8 KiB — 75 ms — http/1.1https://s12.auto.drom.ru/photo/v2/O5rJIaK6Q792WsidK4h6gnCGNiN0hFzNapo0Dhcm-bAU5vXcmYihZm3qjmyIQlppGpt-zw5KuApbPb8v/gen272wb.jpgs12.auto.drom.ru/photo/v2/O5rJIaK6Q... https://s12.auto.drom.ru/photo/v2/O5rJIaK6Q792WsidK4h6gnCGNiN0hFzNapo0Dhcm-bAU5vXcmYihZm3qjmyIQlppGpt-zw5KuApbPb8v/gen272wb.jpg — 200 — 18.6 KiB — 138 ms — h2https://s12.auto.drom.ru/photo/v2/CX-OdO7c1YDDQJ4yQdalLPv9Vb2TlEYSfzYjI1xb3D41Zhd2mq76eaawXKExDffKC7KobBXfJQUWZYUW/gen272wb.jpgs12.auto.drom.ru/photo/v2/CX-OdO7c1... https://s12.auto.drom.ru/photo/v2/CX-OdO7c1YDDQJ4yQdalLPv9Vb2TlEYSfzYjI1xb3D41Zhd2mq76eaawXKExDffKC7KobBXfJQUWZYUW/gen272wb.jpg — 200 — 13.8 KiB — 177 ms — h2https://s12.auto.drom.ru/photo/v2/SHoGdqwEPRgGWzRQ0Gjyd0tI15IMyFjiamvBPRYzfTy2h1VUXpr1GOn30i8x2dfNl-MqB0cF0-nBiZFh/gen272wb.jpgs12.auto.drom.ru/photo/v2/SHoGdqwEP... https://s12.auto.drom.ru/photo/v2/SHoGdqwEPRgGWzRQ0Gjyd0tI15IMyFjiamvBPRYzfTy2h1VUXpr1GOn30i8x2dfNl-MqB0cF0-nBiZFh/gen272wb.jpg — 200 — 19.0 KiB — 182 ms — h2https://counter.yadro.ru/hit;drom?r;s800*600*24;uhttps%3A//www.drom.ru/;h%u0414%u0440%u043E%u043C%20-%20%u0446%u0435%u043D%u044B%20%u043D%u0430%20%u043C%u0430%u0448%u0438%u043D%u044B;0.6815604600553632counter.yadro.ru/hit;drom?r;s800*60... https://counter.yadro.ru/hit;drom?r;s800*600*24;uhttps%3A//www.drom.ru/;h%u0414%u0440%u043E%u043C%20-%20%u0446%u0435%u043D%u044B%20%u043D%u0430%20%u043C%u0430%u0448%u0438%u043D%u044B;0.6815604600553632 — -1 — 0 B — 30.1 s — https://r2.drom.ru/js/bundles/media/comments.0028a177ea76d262.svgr2.drom.ru/js/bundles/media/comment... https://r2.drom.ru/js/bundles/media/comments.0028a177ea76d262.svg — 200 — 599 B — 103 ms — http/1.1https://r2.drom.ru/js/bundles/media/drom-logo-dark.67759683c2957afe.svgr2.drom.ru/js/bundles/media/drom-lo... https://r2.drom.ru/js/bundles/media/drom-logo-dark.67759683c2957afe.svg — 200 — 1.9 KiB — 79 ms — http/1.1https://www.drom.ru/dpg/?id=www.drom.ru/dpg/?id= https://www.drom.ru/dpg/?id= — 200 — 128.7 KiB — 279 ms — http/1.1https://r2.drom.ru/js/bundles/ui.98a6972a73785382.jsr2.drom.ru/js/bundles/ui.98a6972a73... https://r2.drom.ru/js/bundles/ui.98a6972a73785382.js — 200 — 7.8 KiB — 163 ms — http/1.1https://r2.drom.ru/js/bundles/231.6cc9569688dd42d4.jsr2.drom.ru/js/bundles/231.6cc956968... https://r2.drom.ru/js/bundles/231.6cc9569688dd42d4.js — 200 — 19.2 KiB — 192 ms — http/1.1https://r2.drom.ru/js/bundles/home-layout-desktop.d4786c0c5bc56944.chunk.jsr2.drom.ru/js/bundles/home-layout-d... https://r2.drom.ru/js/bundles/home-layout-desktop.d4786c0c5bc56944.chunk.js — 200 — 99.7 KiB — 259 ms — http/1.1https://r2.drom.ru/js/bundles/media/arrow-down.8485c87f0a91389b.svgr2.drom.ru/js/bundles/media/arrow-d... https://r2.drom.ru/js/bundles/media/arrow-down.8485c87f0a91389b.svg — 200 — 577 B — 125 ms — http/1.1https://r2.drom.ru/js/bundles/media/Plus.72653bad680437fd.svgr2.drom.ru/js/bundles/media/Plus.72... https://r2.drom.ru/js/bundles/media/Plus.72653bad680437fd.svg — 200 — 610 B — 72 ms — http/1.1https://www.drom.ru/dummy.gif?goal=dr_df&ss=800x600&ws=1350x940&ts=1776360049343&tzoffset=0www.drom.ru/dummy.gif?goal=dr_df&ss... https://www.drom.ru/dummy.gif?goal=dr_df&ss=800x600&ws=1350x940&ts=1776360049343&tzoffset=0 — 200 — 299 B — 138 ms — http/1.1https://www.drom.ru/dummy.txt?event=pageview&sa=common&pa=main_page&viewType=desktop&sourceReferer=&ss=800x600&ws=1350x940&ts=1776360049344&tzoffset=0www.drom.ru/dummy.txt?event=pagevie... https://www.drom.ru/dummy.txt?event=pageview&sa=common&pa=main_page&viewType=desktop&sourceReferer=&ss=800x600&ws=1350x940&ts=1776360049344&tzoffset=0 — 200 — 197 B — 229 ms — http/1.1https://counter.drom.ru/hit/?r=&s=800*600*24&u=https%3A//www.drom.ru/&b=Mozilla/5.0%20(Macintosh;%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit/537.36%20(KHTML,%20like%20Gecko)%20Chrome/147.0.0.0%20Safari/537.36&p=1&0.6258070443671195counter.drom.ru/hit/?r=&s=800*600*2... https://counter.drom.ru/hit/?r=&s=800*600*24&u=https%3A//www.drom.ru/&b=Mozilla/5.0%20(Macintosh;%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit/537.36%20(KHTML,%20like%20Gecko)%20Chrome/147.0.0.0%20Safari/537.36&p=1&0.6258070443671195 — 200 — 982 B — 341 ms — http/1.1https://s.auto.drom.ru/i24316/r/photos/1463550/gen270_1738075.jpgs.auto.drom.ru/i24316/r/photos/1463... https://s.auto.drom.ru/i24316/r/photos/1463550/gen270_1738075.jpg — 200 — 26.4 KiB — 101 ms — h2https://s12.auto.drom.ru/i24315/pubs/4483/102295/gen966_4443712.jpgs12.auto.drom.ru/i24315/pubs/4483/1... https://s12.auto.drom.ru/i24315/pubs/4483/102295/gen966_4443712.jpg — 200 — 135.0 KiB — 147 ms — h2https://s12.auto.drom.ru/i24315/pubs/4483/102318/gen966_4444359.jpgs12.auto.drom.ru/i24315/pubs/4483/1... https://s12.auto.drom.ru/i24315/pubs/4483/102318/gen966_4444359.jpg — 200 — 109.4 KiB — 174 ms — h2https://r2.drom.ru/js/bundles/media/volkswagen-light.6d82214350fafc4d.pngr2.drom.ru/js/bundles/media/volkswa... https://r2.drom.ru/js/bundles/media/volkswagen-light.6d82214350fafc4d.png — 200 — 1.6 KiB — 85 ms — http/1.1https://r2.drom.ru/js/bundles/media/kia-light.0f5e2b451de7fb66.pngr2.drom.ru/js/bundles/media/kia-lig... https://r2.drom.ru/js/bundles/media/kia-light.0f5e2b451de7fb66.png — 200 — 1.1 KiB — 75 ms — http/1.1https://r2.drom.ru/js/bundles/media/tenet-light.ccc1ba181967f30a.pngr2.drom.ru/js/bundles/media/tenet-l... https://r2.drom.ru/js/bundles/media/tenet-light.ccc1ba181967f30a.png — 200 — 2.4 KiB — 84 ms — http/1.1https://r2.drom.ru/js/bundles/media/audi-light.75b6056d0e41acd5.pngr2.drom.ru/js/bundles/media/audi-li... https://r2.drom.ru/js/bundles/media/audi-light.75b6056d0e41acd5.png — 200 — 1.4 KiB — 179 ms — http/1.1https://r2.drom.ru/js/bundles/media/mitsubishi.65c2717a7a005030.pngr2.drom.ru/js/bundles/media/mitsubi... https://r2.drom.ru/js/bundles/media/mitsubishi.65c2717a7a005030.png — 200 — 1014 B — 121 ms — http/1.1https://r2.drom.ru/js/bundles/media/lexus.b93166dec5ae1360.pngr2.drom.ru/js/bundles/media/lexus.b... https://r2.drom.ru/js/bundles/media/lexus.b93166dec5ae1360.png — 200 — 3.4 KiB — 136 ms — http/1.1https://r2.drom.ru/js/bundles/media/geely-light.7b86701812158965.pngr2.drom.ru/js/bundles/media/geely-l... https://r2.drom.ru/js/bundles/media/geely-light.7b86701812158965.png — 200 — 1.3 KiB — 148 ms — http/1.1https://r2.drom.ru/js/bundles/media/bmw-light.d8554c1e92b03045.pngr2.drom.ru/js/bundles/media/bmw-lig... https://r2.drom.ru/js/bundles/media/bmw-light.d8554c1e92b03045.png — 200 — 1.8 KiB — 154 ms — http/1.1https://r2.drom.ru/js/bundles/media/lada.85a26ecc218323cd.pngr2.drom.ru/js/bundles/media/lada.85... https://r2.drom.ru/js/bundles/media/lada.85a26ecc218323cd.png — 200 — 3.1 KiB — 240 ms — http/1.1https://r2.drom.ru/js/bundles/media/ford.f71e8159380bf49b.pngr2.drom.ru/js/bundles/media/ford.f7... https://r2.drom.ru/js/bundles/media/ford.f71e8159380bf49b.png — 200 — 3.4 KiB — 206 ms — http/1.1https://r2.drom.ru/js/bundles/media/changan.9c8ae4ae573e17d1.pngr2.drom.ru/js/bundles/media/changan... https://r2.drom.ru/js/bundles/media/changan.9c8ae4ae573e17d1.png — 200 — 3.9 KiB — 213 ms — http/1.1https://r2.drom.ru/js/bundles/media/hyundai-light.9015f0d559caa06a.pngr2.drom.ru/js/bundles/media/hyundai... https://r2.drom.ru/js/bundles/media/hyundai-light.9015f0d559caa06a.png — 200 — 1.4 KiB — 227 ms — http/1.1https://r2.drom.ru/js/bundles/media/toyota-light.c634f942f36c6b39.pngr2.drom.ru/js/bundles/media/toyota-... https://r2.drom.ru/js/bundles/media/toyota-light.c634f942f36c6b39.png — 200 — 1.6 KiB — 230 ms — http/1.1https://r2.drom.ru/js/bundles/media/nissan-light.3e2c1b1a5b9d5f44.pngr2.drom.ru/js/bundles/media/nissan-... https://r2.drom.ru/js/bundles/media/nissan-light.3e2c1b1a5b9d5f44.png — 200 — 1.3 KiB — 248 ms — http/1.1https://r2.drom.ru/js/bundles/media/chery.30aa17044cd7e7d0.pngr2.drom.ru/js/bundles/media/chery.3... https://r2.drom.ru/js/bundles/media/chery.30aa17044cd7e7d0.png — 200 — 3.4 KiB — 281 ms — http/1.1https://r2.drom.ru/js/bundles/media/haval-light.79af4b758ffdeb79.pngr2.drom.ru/js/bundles/media/haval-l... https://r2.drom.ru/js/bundles/media/haval-light.79af4b758ffdeb79.png — 200 — 1.1 KiB — 283 ms — http/1.1https://r2.drom.ru/js/bundles/media/mazda.c3208c174011a127.pngr2.drom.ru/js/bundles/media/mazda.c... https://r2.drom.ru/js/bundles/media/mazda.c3208c174011a127.png — 200 — 3.4 KiB — 309 ms — http/1.1https://r2.drom.ru/js/bundles/media/mercedes-benz.a0afa7f12a925483.pngr2.drom.ru/js/bundles/media/mercede... https://r2.drom.ru/js/bundles/media/mercedes-benz.a0afa7f12a925483.png — 200 — 3.1 KiB — 300 ms — http/1.1https://r2.drom.ru/js/bundles/media/skoda.a9a03e95f464db4d.pngr2.drom.ru/js/bundles/media/skoda.a... https://r2.drom.ru/js/bundles/media/skoda.a9a03e95f464db4d.png — 200 — 3.2 KiB — 314 ms — http/1.1https://s.auto.drom.ru/i24316/r/photos/1463541/gen270_1738012.jpgs.auto.drom.ru/i24316/r/photos/1463... https://s.auto.drom.ru/i24316/r/photos/1463541/gen270_1738012.jpg — 200 — 22.5 KiB — 115 ms — h2https://s.auto.drom.ru/i24316/r/photos/1463535/gen270_1737988.jpgs.auto.drom.ru/i24316/r/photos/1463... https://s.auto.drom.ru/i24316/r/photos/1463535/gen270_1737988.jpg — 200 — 21.2 KiB — 86 ms — h2https://s.auto.drom.ru/i24316/r/photos/1463533/gen270_1737971.jpgs.auto.drom.ru/i24316/r/photos/1463... https://s.auto.drom.ru/i24316/r/photos/1463533/gen270_1737971.jpg — 200 — 24.7 KiB — 90 ms — h2https://s.auto.drom.ru/i24316/pubs/4/102478/gen473_4450253.jpgs.auto.drom.ru/i24316/pubs/4/102478... https://s.auto.drom.ru/i24316/pubs/4/102478/gen473_4450253.jpg — 200 — 39.3 KiB — 96 ms — h2https://s.auto.drom.ru/i24316/pubs/4/102477/gen473_4450246.jpgs.auto.drom.ru/i24316/pubs/4/102477... https://s.auto.drom.ru/i24316/pubs/4/102477/gen473_4450246.jpg — 200 — 27.7 KiB — 101 ms — h2https://s.auto.drom.ru/i24316/pubs/4/102470/gen380_4450121.jpgs.auto.drom.ru/i24316/pubs/4/102470... https://s.auto.drom.ru/i24316/pubs/4/102470/gen380_4450121.jpg — 200 — 25.9 KiB — 105 ms — h2https://s.auto.drom.ru/i24316/pubs/4/102476/gen380_4450243.jpgs.auto.drom.ru/i24316/pubs/4/102476... https://s.auto.drom.ru/i24316/pubs/4/102476/gen380_4450243.jpg — 200 — 17.1 KiB — 110 ms — h2https://s.auto.drom.ru/i24316/pubs/4/102475/gen380_4450238.jpegs.auto.drom.ru/i24316/pubs/4/102475... https://s.auto.drom.ru/i24316/pubs/4/102475/gen380_4450238.jpeg — 200 — 25.8 KiB — 112 ms — h2https://s.auto.drom.ru/i24316/pubs/4/102474/gen380_4450227.jpgs.auto.drom.ru/i24316/pubs/4/102474... https://s.auto.drom.ru/i24316/pubs/4/102474/gen380_4450227.jpg — 200 — 15.0 KiB — 116 ms — h2https://s.auto.drom.ru/i24316/pubs/4/102473/gen380_4450180.jpgs.auto.drom.ru/i24316/pubs/4/102473... https://s.auto.drom.ru/i24316/pubs/4/102473/gen380_4450180.jpg — 200 — 22.1 KiB — 120 ms — h2https://s.auto.drom.ru/i24316/pubs/4/102209/gen380_4449396.pngs.auto.drom.ru/i24316/pubs/4/102209... https://s.auto.drom.ru/i24316/pubs/4/102209/gen380_4449396.png — 200 — 100.5 KiB — 128 ms — h2https://s.auto.drom.ru/i24316/pubs/4/102472/gen380_4450155.jpgs.auto.drom.ru/i24316/pubs/4/102472... https://s.auto.drom.ru/i24316/pubs/4/102472/gen380_4450155.jpg — 200 — 18.5 KiB — 131 ms — h2https://s.auto.drom.ru/i24316/pubs/4/102471/gen380_4450130.jpgs.auto.drom.ru/i24316/pubs/4/102471... https://s.auto.drom.ru/i24316/pubs/4/102471/gen380_4450130.jpg — 200 — 15.8 KiB — 134 ms — h2https://s.auto.drom.ru/i24316/pubs/4/102469/gen380_4450116.jpgs.auto.drom.ru/i24316/pubs/4/102469... https://s.auto.drom.ru/i24316/pubs/4/102469/gen380_4450116.jpg — 200 — 12.4 KiB — 135 ms — h2https://r.drom.ru/skin/blogs/sq-sm/60-x-60-aura.jpgr.drom.ru/skin/blogs/sq-sm/60-x-60-... https://r.drom.ru/skin/blogs/sq-sm/60-x-60-aura.jpg — 200 — 22.9 KiB — 105 ms — http/1.1https://r.drom.ru/skin/blogs/sq-sm/60-x-60-song-plus.jpgr.drom.ru/skin/blogs/sq-sm/60-x-60-... https://r.drom.ru/skin/blogs/sq-sm/60-x-60-song-plus.jpg — 200 — 7.6 KiB — 151 ms — http/1.1https://r.drom.ru/skin/blogs/sq-sm/60-x-60-moskvich.pngr.drom.ru/skin/blogs/sq-sm/60-x-60-... https://r.drom.ru/skin/blogs/sq-sm/60-x-60-moskvich.png — 200 — 7.2 KiB — 150 ms — http/1.1https://r.drom.ru/skin/blogs/sq-sm/60-x-60-niva.jpgr.drom.ru/skin/blogs/sq-sm/60-x-60-... https://r.drom.ru/skin/blogs/sq-sm/60-x-60-niva.jpg — 200 — 3.1 KiB — 114 ms — http/1.1https://r2.drom.ru/js/bundles/desktop-theme-swither.df2c66afc277a8f0.chunk.jsr2.drom.ru/js/bundles/desktop-theme... https://r2.drom.ru/js/bundles/desktop-theme-swither.df2c66afc277a8f0.chunk.js — 200 — 2.8 KiB — 72 ms — http/1.1https://r2.drom.ru/js/bundles/runtime.e102736e1bbd0128.jsr2.drom.ru/js/bundles/runtime.e1027... https://r2.drom.ru/js/bundles/runtime.e102736e1bbd0128.js — 200 — 3.0 KiB — 74 ms — http/1.1https://r2.drom.ru/js/bundles/sentry.f19468758c4471cd.jsr2.drom.ru/js/bundles/sentry.f19468... https://r2.drom.ru/js/bundles/sentry.f19468758c4471cd.js — 200 — 21.2 KiB — 106 ms — http/1.1https://www.googletagmanager.com/gtm.js?id=GTM-P93LSVV&gtg_health=1www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-P93LSVV&gtg_health=1 — 200 — 392 B — 161 ms — h2https://www.drom.ru/dpg/EIzKQn2Xj5LZbAdaVXyOkQgR2yYEM9zJ1vb6Tut-h1HH2bFlwww.drom.ru/dpg/EIzKQn2Xj5LZbAdaVXy... https://www.drom.ru/dpg/EIzKQn2Xj5LZbAdaVXyOkQgR2yYEM9zJ1vb6Tut-h1HH2bFl — 200 — 157.4 KiB — 539 ms — http/1.1https://r2.drom.ru/js/bundles/page-info-analytics.7682b6886de4591f.jsr2.drom.ru/js/bundles/page-info-ana... https://r2.drom.ru/js/bundles/page-info-analytics.7682b6886de4591f.js — 200 — 10.0 KiB — 94 ms — http/1.1https://r2.drom.ru/js/bundles/styles.1b7c00af4a4e0cce.jsr2.drom.ru/js/bundles/styles.1b7c00... https://r2.drom.ru/js/bundles/styles.1b7c00af4a4e0cce.js — 200 — 4.4 KiB — 86 ms — http/1.1https://r2.drom.ru/js/bundles/redux-vendor.4e5cfcaa70a2da11.jsr2.drom.ru/js/bundles/redux-vendor.... https://r2.drom.ru/js/bundles/redux-vendor.4e5cfcaa70a2da11.js — 200 — 1.6 KiB — 78 ms — http/1.1https://r2.drom.ru/js/bundles/home.f0d3deca31943392.jsr2.drom.ru/js/bundles/home.f0d3deca... https://r2.drom.ru/js/bundles/home.f0d3deca31943392.js — 200 — 101.3 KiB — 211 ms — http/1.1https://r2.drom.ru/js/bundles/231.6cc9569688dd42d4.jsr2.drom.ru/js/bundles/231.6cc956968... https://r2.drom.ru/js/bundles/231.6cc9569688dd42d4.js — 200 — 0 B — 2 ms — http/1.1https://r2.drom.ru/js/bundles/ui.98a6972a73785382.jsr2.drom.ru/js/bundles/ui.98a6972a73... https://r2.drom.ru/js/bundles/ui.98a6972a73785382.js — 200 — 0 B — 1 ms — http/1.1https://r2.drom.ru/js/bundles/media/comment.be7e5122062977ed.svgr2.drom.ru/js/bundles/media/comment... https://r2.drom.ru/js/bundles/media/comment.be7e5122062977ed.svg — 200 — 572 B — 74 ms — http/1.1https://r2.drom.ru/js/bundles/media/check.e2faba5a0a4b9c83.svgr2.drom.ru/js/bundles/media/check.e... https://r2.drom.ru/js/bundles/media/check.e2faba5a0a4b9c83.svg — 200 — 584 B — 69 ms — http/1.1https://r2.drom.ru/js/bundles/media/niva_legend-lm.5549649809609c6b.jpgr2.drom.ru/js/bundles/media/niva_le... https://r2.drom.ru/js/bundles/media/niva_legend-lm.5549649809609c6b.jpg — 200 — 34.4 KiB — 131 ms — http/1.1https://r2.drom.ru/js/bundles/media/moskvich_3-lm.484688f0417b4ff8.jpgr2.drom.ru/js/bundles/media/moskvic... https://r2.drom.ru/js/bundles/media/moskvich_3-lm.484688f0417b4ff8.jpg — 200 — 34.5 KiB — 270 ms — http/1.1https://r2.drom.ru/js/bundles/media/hyundai_tucson-lm.7186844938d02ce6.jpgr2.drom.ru/js/bundles/media/hyundai... https://r2.drom.ru/js/bundles/media/hyundai_tucson-lm.7186844938d02ce6.jpg — 200 — 42.0 KiB — 127 ms — http/1.1https://r2.drom.ru/js/bundles/media/tank_500-lm.c23ac230c8f2d508.jpgr2.drom.ru/js/bundles/media/tank_50... https://r2.drom.ru/js/bundles/media/tank_500-lm.c23ac230c8f2d508.jpg — 200 — 35.0 KiB — 120 ms — http/1.1https://www.drom.ru/dummy.txt?event=page_interaction_start&who=visibility_change&sa=common&pa=main_page&viewType=desktop&ts=1776360049988&tzoffset=www.drom.ru/dummy.txt?event=page_in... https://www.drom.ru/dummy.txt?event=page_interaction_start&who=visibility_change&sa=common&pa=main_page&viewType=desktop&ts=1776360049988&tzoffset= — 200 — 197 B — 402 ms — http/1.1https://www.drom.ru/dummy.txt?event=view&who=system-theme-value&sa=common&pa=main_page&viewType=desktop&ts=1776360050075&tzoffset=&theme=lightwww.drom.ru/dummy.txt?event=view&wh... https://www.drom.ru/dummy.txt?event=view&who=system-theme-value&sa=common&pa=main_page&viewType=desktop&ts=1776360050075&tzoffset=&theme=light — 200 — 197 B — 380 ms — http/1.1https://www.farpost.ru/backend/remarketing-api/api/v1.0/interests?ring=4ddda48gCA4F%2F2vGVsfXt%2FmQgCmLA0aawww.farpost.ru/backend/remarketing-... https://www.farpost.ru/backend/remarketing-api/api/v1.0/interests?ring=4ddda48gCA4F%2F2vGVsfXt%2FmQgCmLA0aa — 200 — 392 B — 70 ms — h2https://r2.drom.ru/js/bundles/media/arrow-left-black.e40f2eaaafe35fa6.svgr2.drom.ru/js/bundles/media/arrow-l... https://r2.drom.ru/js/bundles/media/arrow-left-black.e40f2eaaafe35fa6.svg — 200 — 569 B — 86 ms — http/1.1https://adviser.bs-dante.ru/candy/hit?loc=https%3A%2F%2Fwww.drom.ru%2F&ref=&extend={%22id%22:31,%22b%22:1,%22bc%22:1,%22charset%22:%22utf-8%22,%22geor%22:77,%22geoc%22:0,%22cf%22:{%22category_id%22:1},%22geo_type%22:%22ip2c%22,%22url%22:%22https%3A%2F%2Fwww.drom.ru%2F%22}&cookie={}adviser.bs-dante.ru/candy/hit?loc=h... https://adviser.bs-dante.ru/candy/hit?loc=https%3A%2F%2Fwww.drom.ru%2F&ref=&extend={%22id%22:31,%22b%22:1,%22bc%22:1,%22charset%22:%22utf-8%22,%22geor%22:77,%22geoc%22:0,%22cf%22:{%22category_id%22:1},%22geo_type%22:%22ip2c%22,%22url%22:%22https%3A%2F%2Fwww.drom.ru%2F%22}&cookie={} — 200 — 331 B — 188 ms — http/1.1https://bs-dante.ru/api/v1/banners?places[]=333&places[]=336&places[]=515&places[]=590&places[]=951&places[]=1087&places[]=1193&places[]=1194&places[]=1195&places[]=1205&places[]=1206&options={%22id%22:31,%22b%22:1,%22bc%22:1,%22charset%22:%22utf-8%22,%22geor%22:77,%22geoc%22:0,%22cf%22:{%22category_id%22:1},%22geo_type%22:%22ip2c%22,%22url%22:%22https%3A%2F%2Fwww.drom.ru%2F%22}&cookie={}bs-dante.ru/api/v1/banners?places[]... https://bs-dante.ru/api/v1/banners?places[]=333&places[]=336&places[]=515&places[]=590&places[]=951&places[]=1087&places[]=1193&places[]=1194&places[]=1195&places[]=1205&places[]=1206&options={%22id%22:31,%22b%22:1,%22bc%22:1,%22charset%22:%22utf-8%22,%22geor%22:77,%22geoc%22:0,%22cf%22:{%22category_id%22:1},%22geo_type%22:%22ip2c%22,%22url%22:%22https%3A%2F%2Fwww.drom.ru%2F%22}&cookie={} — 200 — 1.0 KiB — 192 ms — http/1.1https://s12.auto.drom.ru/photo/v2/KgtRzsEMuv8MuZVOIwSkXjg_iapqLLKJ71VP5q_NjXrWpXYRgVz0f35p56io96tzKAGr3ULygk-7UkNe/gen272wb.jpgs12.auto.drom.ru/photo/v2/KgtRzsEMu... https://s12.auto.drom.ru/photo/v2/KgtRzsEMuv8MuZVOIwSkXjg_iapqLLKJ71VP5q_NjXrWpXYRgVz0f35p56io96tzKAGr3ULygk-7UkNe/gen272wb.jpg — 200 — 17.5 KiB — 71 ms — h2https://www.drom.ru/dummy.txt?event=view&who=widgetPremium1_5&sa=common&pa=main_page&viewType=desktop&ts=1776360050236&tzoffset=www.drom.ru/dummy.txt?event=view&wh... https://www.drom.ru/dummy.txt?event=view&who=widgetPremium1_5&sa=common&pa=main_page&viewType=desktop&ts=1776360050236&tzoffset= — 200 — 197 B — 390 ms — http/1.1https://www.drom.ru/dummy.txt?event=view&who=widgetPremium6_10&sa=common&pa=main_page&viewType=desktop&ts=1776360050237&tzoffset=www.drom.ru/dummy.txt?event=view&wh... https://www.drom.ru/dummy.txt?event=view&who=widgetPremium6_10&sa=common&pa=main_page&viewType=desktop&ts=1776360050237&tzoffset= — 200 — 197 B — 376 ms — http/1.1https://www.drom.ru/dummy.txt?event=view&who=topmenu&sa=common&pa=main_page&viewType=desktop&ts=1776360050245&tzoffset=www.drom.ru/dummy.txt?event=view&wh... https://www.drom.ru/dummy.txt?event=view&who=topmenu&sa=common&pa=main_page&viewType=desktop&ts=1776360050245&tzoffset= — 200 — 197 B — 377 ms — http/1.1https://www.drom.ru/dummy.txt?event=view&who=widgetFirmsFirm&sa=common&pa=main_page&viewType=desktop&ts=1776360050246&tzoffset=www.drom.ru/dummy.txt?event=view&wh... https://www.drom.ru/dummy.txt?event=view&who=widgetFirmsFirm&sa=common&pa=main_page&viewType=desktop&ts=1776360050246&tzoffset= — 200 — 197 B — 432 ms — http/1.1https://www.drom.ru/dummy.txt?event=view&who=widgetFirmsShowAll&sa=common&pa=main_page&viewType=desktop&ts=1776360050247&tzoffset=www.drom.ru/dummy.txt?event=view&wh... https://www.drom.ru/dummy.txt?event=view&who=widgetFirmsShowAll&sa=common&pa=main_page&viewType=desktop&ts=1776360050247&tzoffset= — 200 — 197 B — 456 ms — http/1.1https://www.drom.ru/dummy.txt?event=view&who=autostory-widget&sa=common&pa=main_page&viewType=desktop&ts=1776360050247&tzoffset=www.drom.ru/dummy.txt?event=view&wh... https://www.drom.ru/dummy.txt?event=view&who=autostory-widget&sa=common&pa=main_page&viewType=desktop&ts=1776360050247&tzoffset= — 200 — 197 B — 437 ms — http/1.1https://counter.drom.ru/report/counter.drom.ru/report/ https://counter.drom.ru/report/ — 200 — 1.1 KiB — 264 ms — http/1.1https://counter.drom.ru/report/counter.drom.ru/report/ https://counter.drom.ru/report/ — 200 — 1.1 KiB — 183 ms — http/1.1https://counter.drom.ru/report/counter.drom.ru/report/ https://counter.drom.ru/report/ — 200 — 1.1 KiB — 157 ms — http/1.1https://www.google.fr/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-1G91VLKB2K&cid=1695463896.1776360050&gtm=45g92e64f0v9105099306z878255679za20kzb78255679zd78255679&rcb=19&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~116363097~117266400&z=469231334www.google.fr/ads/ga-audiences?v=1&... https://www.google.fr/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-1G91VLKB2K&cid=1695463896.1776360050&gtm=45g92e64f0v9105099306z878255679za20kzb78255679zd78255679&rcb=19&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~116363097~117266400&z=469231334 — 200 — 63 B — 109 ms — h3https://static.bs-dante.ru/banners/972c16f442eba60469680bf869dd6a89/index.html?ver=1775704683static.bs-dante.ru/banners/972c16f4... https://static.bs-dante.ru/banners/972c16f442eba60469680bf869dd6a89/index.html?ver=1775704683 — 200 — 1.6 KiB — 185 ms — http/1.1https://code.createjs.com/1.0.0/createjs.min.jscode.createjs.com/1.0.0/createjs.mi... https://code.createjs.com/1.0.0/createjs.min.js — 200 — 62.6 KiB — 65 ms — h2https://static.bs-dante.ru/banners/972c16f442eba60469680bf869dd6a89/index.jsstatic.bs-dante.ru/banners/972c16f4... https://static.bs-dante.ru/banners/972c16f442eba60469680bf869dd6a89/index.js — 200 — 18.2 KiB — 127 ms — http/1.1https://cdn.targetads.io/viewability/v1/viewability.jscdn.targetads.io/viewability/v1/vie... https://cdn.targetads.io/viewability/v1/viewability.js — 200 — 71.0 KiB — 1.9 s — h2https://bs-dante.ru/api/v2/statistic/set_showbs-dante.ru/api/v2/statistic/set_sh... https://bs-dante.ru/api/v2/statistic/set_show — 200 — 1.3 KiB — 67 ms — http/1.1https://eye.targetads.io/view/pixel?pid=12486&cn=27125&pl=72572&w=1350&h=250&psc=70&pcsv=0&da=1&al=2&tz=UTC&anl=1&cht=0&ftm=0&sid=db9eaa3d&rnd=9108&hr=www.drom.ru&hrt=static.bs-dante.ru&pm=2&wd=0&mr=1&pt=2&pll=5&cid=TA-1776360052596-B9XXPP14&domain=www.drom.rueye.targetads.io/view/pixel?pid=124... https://eye.targetads.io/view/pixel?pid=12486&cn=27125&pl=72572&w=1350&h=250&psc=70&pcsv=0&da=1&al=2&tz=UTC&anl=1&cht=0&ftm=0&sid=db9eaa3d&rnd=9108&hr=www.drom.ru&hrt=static.bs-dante.ru&pm=2&wd=0&mr=1&pt=2&pll=5&cid=TA-1776360052596-B9XXPP14&domain=www.drom.ru — 200 — 295 B — 237 ms — h2https://static.bs-dante.ru/banners/972c16f442eba60469680bf869dd6a89/index_atlas_NP_1.jpgstatic.bs-dante.ru/banners/972c16f4... https://static.bs-dante.ru/banners/972c16f442eba60469680bf869dd6a89/index_atlas_NP_1.jpg — 200 — 79.1 KiB — 182 ms — http/1.1https://eye.targetads.io/view/pixel?pid=12486&cn=27125&pl=72572&rnd=8543&w=1350&h=250&d=1&p=100&td=1018&s=1&pm=2&cc=0&cou=0&psc=70&pcsv=70&da=1&al=2&tz=UTC&anl=1&cht=0&ftm=0&sid=db9eaa3d&fp=39c92699c8fb73fe150a8097814690e0&hd=9&mr=1&pt=2&pll=5&cid=TA-1776360052596-B9XXPP14&domain=www.drom.rueye.targetads.io/view/pixel?pid=124... https://eye.targetads.io/view/pixel?pid=12486&cn=27125&pl=72572&rnd=8543&w=1350&h=250&d=1&p=100&td=1018&s=1&pm=2&cc=0&cou=0&psc=70&pcsv=70&da=1&al=2&tz=UTC&anl=1&cht=0&ftm=0&sid=db9eaa3d&fp=39c92699c8fb73fe150a8097814690e0&hd=9&mr=1&pt=2&pll=5&cid=TA-1776360052596-B9XXPP14&domain=www.drom.ru — 200 — 294 B — 80 ms — h2https://eye.targetads.io/view/pixel?pid=12486&cn=27125&pl=72572&rnd=7051&w=1350&h=250&d=2&p=100&td=2017&s=1&pm=2&cc=0&cou=0&psc=70&pcsv=70&da=1&al=2&tz=UTC&anl=1&cht=0&ftm=0&sid=db9eaa3d&fp=39c92699c8fb73fe150a8097814690e0&hd=9&mr=1&pt=2&pll=5&cid=TA-1776360052596-B9XXPP14&domain=www.drom.rueye.targetads.io/view/pixel?pid=124... https://eye.targetads.io/view/pixel?pid=12486&cn=27125&pl=72572&rnd=7051&w=1350&h=250&d=2&p=100&td=2017&s=1&pm=2&cc=0&cou=0&psc=70&pcsv=70&da=1&al=2&tz=UTC&anl=1&cht=0&ftm=0&sid=db9eaa3d&fp=39c92699c8fb73fe150a8097814690e0&hd=9&mr=1&pt=2&pll=5&cid=TA-1776360052596-B9XXPP14&domain=www.drom.ru — 200 — 294 B — 75 ms — h2https://counter.drom.ru/report/counter.drom.ru/report/ https://counter.drom.ru/report/ — 200 — 1.1 KiB — 87 ms — http/1.1https://eye.targetads.io/view/pixel?pid=12486&cn=27125&pl=72572&rnd=984&w=1350&h=250&d=4&p=100&td=4018&s=1&pm=2&cc=0&cou=0&psc=70&pcsv=70&da=1&al=2&tz=UTC&anl=1&cht=0&ftm=0&sid=db9eaa3d&fp=39c92699c8fb73fe150a8097814690e0&hd=9&mr=1&pt=2&pll=5&cid=TA-1776360052596-B9XXPP14&domain=www.drom.rueye.targetads.io/view/pixel?pid=124... https://eye.targetads.io/view/pixel?pid=12486&cn=27125&pl=72572&rnd=984&w=1350&h=250&d=4&p=100&td=4018&s=1&pm=2&cc=0&cou=0&psc=70&pcsv=70&da=1&al=2&tz=UTC&anl=1&cht=0&ftm=0&sid=db9eaa3d&fp=39c92699c8fb73fe150a8097814690e0&hd=9&mr=1&pt=2&pll=5&cid=TA-1776360052596-B9XXPP14&domain=www.drom.ru — 200 — 294 B — 74 ms — h2https://eye.targetads.io/view/pixel?pid=12486&cn=27125&pl=72572&rnd=4455&w=1350&h=250&d=6&p=100&td=6021&s=1&pm=2&cc=0&cou=0&psc=70&pcsv=70&da=1&al=2&tz=UTC&anl=1&cht=0&ftm=0&sid=db9eaa3d&fp=39c92699c8fb73fe150a8097814690e0&hd=9&mr=1&pt=2&pll=5&cid=TA-1776360052596-B9XXPP14&domain=www.drom.rueye.targetads.io/view/pixel?pid=124... https://eye.targetads.io/view/pixel?pid=12486&cn=27125&pl=72572&rnd=4455&w=1350&h=250&d=6&p=100&td=6021&s=1&pm=2&cc=0&cou=0&psc=70&pcsv=70&da=1&al=2&tz=UTC&anl=1&cht=0&ftm=0&sid=db9eaa3d&fp=39c92699c8fb73fe150a8097814690e0&hd=9&mr=1&pt=2&pll=5&cid=TA-1776360052596-B9XXPP14&domain=www.drom.ru — 200 — 294 B — 74 ms — h2https://eye.targetads.io/view/pixel?pid=12486&cn=27125&pl=72572&rnd=2731&w=1350&h=250&d=8&p=100&td=8018&s=1&pm=2&cc=0&cou=0&psc=70&pcsv=70&da=1&al=2&tz=UTC&anl=1&cht=0&ftm=0&sid=db9eaa3d&fp=39c92699c8fb73fe150a8097814690e0&hd=9&mr=1&pt=2&pll=5&cid=TA-1776360052596-B9XXPP14&domain=www.drom.rueye.targetads.io/view/pixel?pid=124... https://eye.targetads.io/view/pixel?pid=12486&cn=27125&pl=72572&rnd=2731&w=1350&h=250&d=8&p=100&td=8018&s=1&pm=2&cc=0&cou=0&psc=70&pcsv=70&da=1&al=2&tz=UTC&anl=1&cht=0&ftm=0&sid=db9eaa3d&fp=39c92699c8fb73fe150a8097814690e0&hd=9&mr=1&pt=2&pll=5&cid=TA-1776360052596-B9XXPP14&domain=www.drom.ru — 200 — 294 B — 80 ms — h2https://eye.targetads.io/view/pixel?pid=12486&cn=27125&pl=72572&rnd=7390&w=1350&h=250&d=10&p=100&td=10018&s=1&pm=2&cc=0&cou=0&psc=70&pcsv=70&da=1&al=2&tz=UTC&anl=1&cht=0&ftm=0&sid=db9eaa3d&fp=39c92699c8fb73fe150a8097814690e0&hd=9&mr=1&pt=2&pll=5&cid=TA-1776360052596-B9XXPP14&domain=www.drom.rueye.targetads.io/view/pixel?pid=124... https://eye.targetads.io/view/pixel?pid=12486&cn=27125&pl=72572&rnd=7390&w=1350&h=250&d=10&p=100&td=10018&s=1&pm=2&cc=0&cou=0&psc=70&pcsv=70&da=1&al=2&tz=UTC&anl=1&cht=0&ftm=0&sid=db9eaa3d&fp=39c92699c8fb73fe150a8097814690e0&hd=9&mr=1&pt=2&pll=5&cid=TA-1776360052596-B9XXPP14&domain=www.drom.ru — 200 — 294 B — 81 ms — h2https://eye.targetads.io/view/pixel?pid=12486&cn=27125&pl=72572&rnd=2996&w=1350&h=250&d=13&p=100&td=13028&s=1&pm=2&cc=0&cou=0&psc=70&pcsv=70&da=1&al=2&tz=UTC&anl=1&cht=0&ftm=0&sid=db9eaa3d&fp=39c92699c8fb73fe150a8097814690e0&hd=9&mr=1&pt=2&pll=5&cid=TA-1776360052596-B9XXPP14&domain=www.drom.rueye.targetads.io/view/pixel?pid=124... https://eye.targetads.io/view/pixel?pid=12486&cn=27125&pl=72572&rnd=2996&w=1350&h=250&d=13&p=100&td=13028&s=1&pm=2&cc=0&cou=0&psc=70&pcsv=70&da=1&al=2&tz=UTC&anl=1&cht=0&ftm=0&sid=db9eaa3d&fp=39c92699c8fb73fe150a8097814690e0&hd=9&mr=1&pt=2&pll=5&cid=TA-1776360052596-B9XXPP14&domain=www.drom.ru — 200 — 294 B — 80 ms — h2https://eye.targetads.io/view/pixel?pid=12486&cn=27125&pl=72572&rnd=6473&w=1350&h=250&d=16&p=100&td=16017&s=1&pm=2&cc=0&cou=0&psc=70&pcsv=70&da=1&al=2&tz=UTC&anl=1&cht=0&ftm=0&sid=db9eaa3d&fp=39c92699c8fb73fe150a8097814690e0&hd=9&mr=1&pt=2&pll=5&cid=TA-1776360052596-B9XXPP14&domain=www.drom.rueye.targetads.io/view/pixel?pid=124... https://eye.targetads.io/view/pixel?pid=12486&cn=27125&pl=72572&rnd=6473&w=1350&h=250&d=16&p=100&td=16017&s=1&pm=2&cc=0&cou=0&psc=70&pcsv=70&da=1&al=2&tz=UTC&anl=1&cht=0&ftm=0&sid=db9eaa3d&fp=39c92699c8fb73fe150a8097814690e0&hd=9&mr=1&pt=2&pll=5&cid=TA-1776360052596-B9XXPP14&domain=www.drom.ru — 200 — 294 B — 81 ms — h2https://eye.targetads.io/view/pixel?pid=12486&cn=27125&pl=72572&rnd=4823&w=1350&h=250&d=19&p=100&td=19017&s=1&pm=2&cc=0&cou=0&psc=70&pcsv=70&da=1&al=2&tz=UTC&anl=1&cht=0&ftm=0&sid=db9eaa3d&fp=39c92699c8fb73fe150a8097814690e0&hd=9&mr=1&pt=2&pll=5&cid=TA-1776360052596-B9XXPP14&domain=www.drom.rueye.targetads.io/view/pixel?pid=124... https://eye.targetads.io/view/pixel?pid=12486&cn=27125&pl=72572&rnd=4823&w=1350&h=250&d=19&p=100&td=19017&s=1&pm=2&cc=0&cou=0&psc=70&pcsv=70&da=1&al=2&tz=UTC&anl=1&cht=0&ftm=0&sid=db9eaa3d&fp=39c92699c8fb73fe150a8097814690e0&hd=9&mr=1&pt=2&pll=5&cid=TA-1776360052596-B9XXPP14&domain=www.drom.ru — 200 — 294 B — 80 ms — h2https://eye.targetads.io/view/pixel?pid=12486&cn=27125&pl=72572&rnd=2875&w=1350&h=250&d=22&p=100&td=22024&s=1&pm=2&cc=0&cou=0&psc=70&pcsv=70&da=1&al=2&tz=UTC&anl=1&cht=0&ftm=0&sid=db9eaa3d&fp=39c92699c8fb73fe150a8097814690e0&hd=9&mr=1&pt=2&pll=5&cid=TA-1776360052596-B9XXPP14&domain=www.drom.rueye.targetads.io/view/pixel?pid=124... https://eye.targetads.io/view/pixel?pid=12486&cn=27125&pl=72572&rnd=2875&w=1350&h=250&d=22&p=100&td=22024&s=1&pm=2&cc=0&cou=0&psc=70&pcsv=70&da=1&al=2&tz=UTC&anl=1&cht=0&ftm=0&sid=db9eaa3d&fp=39c92699c8fb73fe150a8097814690e0&hd=9&mr=1&pt=2&pll=5&cid=TA-1776360052596-B9XXPP14&domain=www.drom.ru — 200 — 294 B — 75 ms — h2https://eye.targetads.io/view/pixel?pid=12486&cn=27125&pl=72572&rnd=4550&w=1350&h=250&d=25&p=100&td=25017&s=1&pm=2&cc=0&cou=0&psc=70&pcsv=70&da=1&al=2&tz=UTC&anl=1&cht=0&ftm=0&sid=db9eaa3d&fp=39c92699c8fb73fe150a8097814690e0&hd=9&mr=1&pt=2&pll=5&cid=TA-1776360052596-B9XXPP14&domain=www.drom.rueye.targetads.io/view/pixel?pid=124... https://eye.targetads.io/view/pixel?pid=12486&cn=27125&pl=72572&rnd=4550&w=1350&h=250&d=25&p=100&td=25017&s=1&pm=2&cc=0&cou=0&psc=70&pcsv=70&da=1&al=2&tz=UTC&anl=1&cht=0&ftm=0&sid=db9eaa3d&fp=39c92699c8fb73fe150a8097814690e0&hd=9&mr=1&pt=2&pll=5&cid=TA-1776360052596-B9XXPP14&domain=www.drom.ru — 200 — 294 B — 75 ms — h2https://r.drom.ru/favicon.ico?v=2r.drom.ru/favicon.ico?v=2 https://r.drom.ru/favicon.ico?v=2 — 200 — 1.8 KiB — 90 ms — http/1.1https://eye.targetads.io/view/pixel?pid=12486&cn=27125&pl=72572&rnd=2733&w=1350&h=250&d=29&p=100&td=29025&s=1&pm=2&cc=0&cou=0&psc=70&pcsv=70&da=1&al=2&tz=UTC&anl=1&cht=0&ftm=0&sid=db9eaa3d&fp=39c92699c8fb73fe150a8097814690e0&hd=9&mr=1&pt=2&pll=5&cid=TA-1776360052596-B9XXPP14&domain=www.drom.rueye.targetads.io/view/pixel?pid=124... https://eye.targetads.io/view/pixel?pid=12486&cn=27125&pl=72572&rnd=2733&w=1350&h=250&d=29&p=100&td=29025&s=1&pm=2&cc=0&cou=0&psc=70&pcsv=70&da=1&al=2&tz=UTC&anl=1&cht=0&ftm=0&sid=db9eaa3d&fp=39c92699c8fb73fe150a8097814690e0&hd=9&mr=1&pt=2&pll=5&cid=TA-1776360052596-B9XXPP14&domain=www.drom.ru — 200 — 294 B — 75 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 743ms · 288KB · ₽220/mo
r2.drom.ru
Other
Costly
Execution 272ms
Transfer 101 KB
Unused 52%
Monthly Cost ₽81/mo
Unattributable
Other
Costly
Execution 221ms
Transfer 0 KB
Monthly Cost ₽65/mo
www.drom.ru
Other
Optional
Execution 142ms
Transfer 29 KB
Monthly Cost ₽42/mo
www.drom.ru
Other
Optional
Execution 107ms
Transfer 157 KB
Unused 40%
Monthly Cost ₽32/mo

These scripts may cost more than they're worth

  • r2.drom.ru adds 272ms and costs ~₽81/month
  • Unattributable adds 221ms and costs ~₽65/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

r2.drom.ru takes 272ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

52% of r2.drom.ru's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

Unattributable takes 221ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

How third-party costs are calculated

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

Send Feedback