Tested 2025-04-01 19:00:07 using Chrome 134.0.6998.35 (runtime settings).
Metric | Value |
---|---|
Page metrics | |
Performance Score | 54 |
Total Page Transfer Size | 8.3 MB |
Requests | 470 |
Timing metrics | |
TTFB [median] | 578 ms |
First Paint [median] | 1.132 s |
Fully Loaded [median] | 13.232 s |
Google Web Vitals | |
TTFB [median] | 578 ms |
First Contentful Paint (FCP) [median] | 1.132 s |
Largest Contentful Paint (LCP) [median] | 1.240 s |
Cumulative Layout Shift (CLS) [median] | 0.00 |
Interaction To Next Paint (INP) [median] | 144 ms |
Total Blocking Time [median] | 1.387 s |
Max Potential FID [median] | 1.159 s |
CPU metrics | |
CPU long tasks [median] | 13 |
CPU longest task duration | 1.181 s |
CPU last long task happens at | 4.920 s |
Visual Metrics | |
First Visual Change [median] | 1.134 s |
Speed Index [median] | 3.663 s |
Visual Complete 85% [median] | 8.567 s |
Visual Complete 99% [median] | 8.800 s |
Last Visual Change [median] | 9.000 s |
Chrome User Experience Report (CRUX) | |
First Contentful Paint [p75] | 2.239 s |
Largest Contentful Paint (LCP) [p75] | 2.661 s |
Cumulative Layout Shift (CLS) [p75] | 0.15 |
Metric | min | median | mean | max |
---|---|---|---|---|
Visual Metrics | ||||
FirstVisualChange | 900 ms | 1.134 s | 1.145 s | 1.400 s |
LastVisualChange | 8.800 s | 9.000 s | 52.089 s | 138.467 s |
SpeedIndex | 3.304 s | 3.663 s | 15.914 s | 40.774 s |
VisualReadiness | 7.600 s | 7.900 s | 50.944 s | 137.333 s |
VisualComplete85 | 8.366 s | 8.567 s | 51.689 s | 138.134 s |
VisualComplete95 | 8.500 s | 8.700 s | 51.834 s | 138.301 s |
VisualComplete99 | 8.600 s | 8.800 s | 51.956 s | 138.467 s |
Google Web Vitals | ||||
Time To First Byte (TTFB) | 513 ms | 578 ms | 657 ms | 880 ms |
Largest Contentful Paint (LCP) | 1.136 s | 1.240 s | 1.292 s | 1.500 s |
First Contentful Paint (FCP) | 900 ms | 1.132 s | 1.140 s | 1.388 s |
Cumulative Layout Shift (CLS) | 0.0003 | 0.0003 | 0.0003 | 0.0003 |
More metrics | ||||
firstPaint | 900 ms | 1.132 s | 1.140 s | 1.388 s |
loadEventEnd | 4.192 s | 4.729 s | 47.945 s | 134.915 s |
User Timing | ||||
sentry-tracing-init | 1.656 s | 1.805 s | 1.820 s | 1.999 s |
CPU | ||||
Total Blocking Time | 1.270 s | 1.387 s | 1.351 s | 1.396 s |
Max Potential FID | 933 ms | 1.159 s | 1.091 s | 1.181 s |
CPU long tasks | 13 | 13 | 13 | 14 |
CPU last long task happens at | 4.462 s | 4.920 s | 48.211 s | 135.252 s |
Run 1 SpeedIndex median
Use--filmstrip.showAll
to show all filmstrips.
The coach helps you find performance problems on your web page using web performance best practice rules. And gives you advice on privacy and best practices. Tested using Coach-core version 8.1.1.
Title | Advice | Score |
---|---|---|
Meta description (metaDescription) | The meta description is too long. It has 208 characters, the recommended max is 155 | 50 |
Description: Use a page description to make the page more relevant to search engines. | ||
Page title (pageTitle) | The title is too long by 47 characters. The recommended max is 60 | 50 |
Description: Use a title to make the page more relevant to search engines. | ||
Do not send too long headers (longHeaders) | https://pay.yandex.r...web/sdk/v1/init-2 has a header content-security-policy that is 2112 characters long. https://mc.yandex.ru...ru/watch/92508816 has a header location that is 1594 characters long. https://yandex.ru/ad...365599/getBulk/v2 has a header set-cookie that is 817 characters long. https://mc.yandex.ru.../watch/92508816/1 has a header location that is 1594 characters long. https://mc.yandex.ru.../watch/92508816/1 has a header set-cookie that is 924 characters long. https://top-fwz1.mai...1.mail.ru/counter has a header set-cookie that is 923 characters long. https://top-fwz1.mai...1.mail.ru/tracker has a header set-cookie that is 821 characters long. https://px.adhigh.ne...h.net/p/sync.html has a header set-cookie that is 3628 characters long. | 92 |
Description: Do not send response headers that are too long. | ||
Offenders: | ||
Avoid too many third party requests (thirdParty) | The page do more requests to third party domains (340 requests and 7.1 MB) then first party (130 requests and 1.5 MB). The page transfer more bytes from third party domains (7.1 MB) then first party (1.5 MB). The regex .*585zolotoy.* was used to calculate first/third party requests. | 0 |
Description: Do not load most of your content from third party URLs. | ||
Avoid unnecessary headers (unnecessaryHeaders) | There are 41 responses that sets a p3p header. There are 104 responses that sets both a max-age and expires header. There are 65 responses that sets a pragma no-cache header (that is a request header). There are 424 responses that sets a server header. | 0 |
Description: Do not send headers that you don't need. We look for p3p, cache-control and max-age, pragma, server and x-frame-options headers. Have a look at Andrew Betts - Headers for Hackers talk as a guide https://www.youtube.com/watch?v=k92ZbrY815c or read https://www.fastly.com/blog/headers-we-dont-want. | ||
Offenders: |
Title | Advice | Score |
---|---|---|
Use a good Content-Security-Policy header to make sure you you avoid Cross Site Scripting (XSS) attacks. (contentSecurityPolicyHeader) | Set a Content-Security-Policy header to make sure you are not open for Cross Site Scripting (XSS) attacks. You can start with setting a Content-Security-Policy-Report-Only header, that will only report the violation, not stop the download. | 0 |
Description: Content Security Policy is delivered via a HTTP response header, and defines approved sources of content that the browser may load. It can be an effective countermeasure to Cross Site Scripting (XSS) attacks and is also widely supported and usually easily deployed. https://scotthelme.co.uk/content-security-policy-an-introduction/. | ||
Offenders: | ||
Set a referrer-policy header to make sure you do not leak user information. (referrerPolicyHeader) | Set a referrer-policy header to make sure you do not leak user information. | 0 |
Description: Referrer Policy is a new header that allows a site to control how much information the browser includes with navigations away from a document and should be set by all sites. https://scotthelme.co.uk/a-new-security-header-referrer-policy/. | ||
Offenders: | ||
Set a strict transport header to make sure the user always use HTTPS. (strictTransportSecurityHeader) | A strict transport header is set but miss out on setting includeSubDomains | 90 |
Description: The HTTP Strict-Transport-Security response header (often abbreviated as HSTS) lets a web site tell browsers that it should only be accessed using HTTPS, instead of using HTTP. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security. | ||
Avoid third party cookies that is used to track the user. (thirdPartyCookies) | The page sets 21 third party cookies. | 0 |
Description: Third party cookies are used to track the user. They are automatically blocked in Safari and Firefox. | ||
Offenders: | ||
Do not share user data with third parties. (thirdPartyPrivacy) | The page has 12% requests that are 3rd party (55 requests with a size of 955.5 kB). The page also have request to companies that harvest data from users and do not respect users privacy (see https://en.wikipedia.org/wiki/Surveillance_capitalism). The page do 11 survelliance requests and uses 3 survelliance tools. The page do 9 analytics requests and uses 2 analytics tools. The page do 2 tag-manager requests and uses 1 tag-manager tool. The page do 30 ad requests and uses 8 ad tools. | 0 |
Description: Using third party requests shares user information with that third party. Please avoid that! The project https://github.com/patrickhulce/third-party-web is used to categorize first/third party requests. | ||
Offenders: |
Page info | |
---|---|
Title | Ювелирный магазин 585*Золотой — официальный сайт интернет-магазина ювелирных украшений — все изделия онлайн |
Width | 1904 |
Height | 5863 |
DOM elements | 5672 |
Avg DOM depth | 11 |
Max DOM depth | 16 |
Iframes | 5 |
Script tags | 45 |
Local storage | 942 B |
Session storage | 463 B |
Network Information API | 4g |
Resource Hints |
---|
preconnect |
https://fonts.googleapis.com/ |
https://fonts.gstatic.com/ |
https://fonts.googleapis.com/ |
https://fonts.gstatic.com/ |
prefetch |
https://www.585zolotoy.ru/_nuxt/png/DJxplviO-1743168079297.png |
https://www.585zolotoy.ru/_nuxt/chunk/xibgEGQ5-1743168079297.js |
https://www.585zolotoy.ru/_nuxt/chunk/tuxj6vzs-1743168079297.js |
https://www.585zolotoy.ru/_nuxt/svg/DIo_p9xF-1743168079297.svg |
https://www.585zolotoy.ru/_nuxt/png/BYs156L2-1743168079297.png |
https://www.585zolotoy.ru/_nuxt/png/DgeKgvZ4-1743168079297.png |
https://www.585zolotoy.ru/_nuxt/png/Bs7cxZoC-1743168079297.png |
https://www.585zolotoy.ru/_nuxt/png/mtgHqbpZ-1743168079297.png |
https://www.585zolotoy.ru/_nuxt/png/Fm_Ohol4-1743168079297.png |
https://www.585zolotoy.ru/_nuxt/png/DDiT9aQj-1743168079297.png |
https://www.585zolotoy.ru/_nuxt/webp/WVw3hLTP-1743168079297.webp |
https://www.585zolotoy.ru/_nuxt/webp/DLz8yiUk-1743168079297.webp |
https://www.585zolotoy.ru/_nuxt/png/DYxP849F-1743168079297.png |
https://www.585zolotoy.ru/_nuxt/png/y4BVCYku-1743168079297.png |
https://www.585zolotoy.ru/_nuxt/webp/DB4ShhZh-1743168079297.webp |
https://www.585zolotoy.ru/_nuxt/webp/-0AAxrZX-1743168079297.webp |
https://www.585zolotoy.ru/_nuxt/png/R8fNEPZa-1743168079297.png |
https://www.585zolotoy.ru/_nuxt/png/BaogvJOk-1743168079297.png |
Data collected using Wappalyzer version 6.10.66. With updated code from Webappanalyzer 2024-12-27. Use --browsertime.firefox.includeResponseBodies html
or --browsertime.chrome.includeResponseBodies html
to help Wappalyzer find more information about technologies used.
Technology | Confidence | Category |
---|---|---|
PHP 7.1.33 | 100 | Programming languages |
Laravel | 100 | Web frameworks |
Nginx | 100 | Web servers Reverse proxies |
Amazon Web Services | 100 | PaaS |
HSTS | 100 | Security |
Cloudflare | 100 | CDN |
Amazon CloudFront | 100 | CDN |
HTTP/3 | 100 | Miscellaneous |
Data collected using Third Party Web 0.26.2
Cdn |
---|
Google Fonts |
Yandex CDN |
JSDelivr CDN |
Survelliance |
Google Fonts |
Google Tag Manager |
Google Analytics |
Analytics |
Yandex Metrica |
Google Analytics |
Tag-manager |
Google Tag Manager |
Ad |
AdRiver |
GetIntent RTBSuite |
Between Digital |
Yandex Ads |
Index Exchange |
adKernel |
Weborama |
Segmento |
Data from run 1
Visual Metrics | |
---|---|
First Visual Change | 1.400 s |
Speed Index | 3.663 s |
Visual Complete 85% | 8.567 s |
Visual Complete 95% | 8.700 s |
Visual Complete 99% | 8.800 s |
Last Visual Change | 9.000 s |
Visual Readiness | 7.600 s |
Navigation Timing | |
---|---|
backEndTime | 880 ms |
domContentLoadedTime | 1.877 s |
domInteractiveTime | 1.829 s |
domainLookupTime | 40 ms |
frontEndTime | 3.787 s |
pageDownloadTime | 62 ms |
pageLoadTime | 4.728 s |
redirectionTime | 0 ms |
serverConnectionTime | 21 ms |
serverResponseTime | 874 ms |
Google Web Vitals | |
---|---|
Time to first byte (TTFB) | 880 ms |
First Contentful Paint (FCP) | 1.388 s |
Largest Contentful Paint (LCP) | 1.500 s |
Cumulative Layout Shift (CLS) | 0.00 |
Interaction to next paint (INP) | 136 ms |
Total Blocking Time (TBT) | 1.396 s |
First Contentful Paint info | |
---|---|
Elements that needed recalculate style before FCP | 751 |
Time spent in recalculate style before FCP | 57.524 ms |
Extra timings | |
---|---|
TTFB | 880 ms |
First Paint | 1.388 s |
Load Event End | 4.729 s |
Fully loaded | 13.232 s |
User Timing marks | |
---|---|
sentry-tracing-init | 1.997 s |
sentry-tracing-init | 1.999 s |
When in time the page main content is rendered (collected using the Largest Contentful Paint API). Read more about Largest Contentful Paint.
Element type | IMG |
Element/tag | <img class="sized-image picture" src="https://static2.585.cloud/media/1900/bunners/40bba071-bb41-4ccd-a1fe-23e3e46816a0.jpg" loading="eager" fetchpriority="high" style="--hover-zoom:100%;" data-v-496cd98f="" data-v-5986aaaf=""> |
Render time | 1.500 s |
Element render delay | 280 ms |
TTFB | 880 ms |
Resource delay | 37 ms |
Resource load duration | 304 ms |
Elements that needed recalculate style before LCP | 751 |
Time spent in recalculate style before LCP | 57.524 ms |
Load time | 1.323 s |
URL | https://static2.585....-23e3e46816a0.jpg |
Size (width*height) | 423360 |
DOM path | |
div#__nuxt > section > div:eq(0) > div:eq(0) > div:eq(0) > div:eq(0) > a:eq(0) > div > img> div#__nuxt > section > div:eq(0) > div:eq(0) > div:eq(0) > div:eq(0) > a:eq(0) > div > img> |
0.00034 cumulative layout shift collected from the Cumulative Layout Shift API.
These HTML elements contribute most to the Cumulative Layout Shifts of the page. The higher score, the more layout shift.
Score | HTML Element |
---|---|
0.00026 | <div class="caption text-body-2 font-medium" data-v-496cd98f=""></div> |
body > div#__nuxt > section > div:eq(0) > div:eq(2) > div > div > a:eq(0) > div:eq(1) | |
0.00009 | <div class="tag" data-v-496cd98f=""></div>,<a href="/promotions/" class="cursor-pointer text-primary" data-v-0d3da7cf=""></a>,<a href="/contacts/shops/" class="cursor-pointer text-primary" data-v-0d3da7cf=""></a>,<a class="inline-flex h-full cursor-pointer items-center text-primary" href="https://lombard.585zolotoy.ru/" rel="noopener" target="_blank" data-v-0d3da7cf=""></a>,<div class="icons desktop ml-auto flex items-center justify-end" data-v-a73a3232=""></div> |
body > div#__nuxt > section > div:eq(0) > div:eq(1) > div > div > a:eq(3) > div,body > div#__nuxt > header > div:eq(1) > div:eq(2) > div > a:eq(1),body > div#__nuxt > header > div:eq(1) > div:eq(2) > div > a:eq(2),body > div#__nuxt > header > div:eq(1) > div:eq(2) > div > a:eq(3),body > div#__nuxt > header > div:eq(1) > div:eq(3) |
The elements that have shifted place is highlighted in the image (that have a higher value than 0.01). If the element shifted outside of the viewport, you will not see it there. It can be hard to understand what content that has shifted, if that's the case, checkout the video or the filmstrip of the run.
Interaction to Next Paint (INP) is a metric that try to measure responsiveness. It's useful if you are testing user journeys. Read more about Interaction to Next Paint.
The measured latency was 136 ms.
Event type | pointerover |
Element type | IMG |
Element class name | sized-image picture |
Event target | div.slider-container>a.text-primary.type-normal.item>div.bunner-container>img.sized-image.picture |
Load state when the event happened | loading |
Read more about the Long Animation Frames API here here.
The top 10 longest animation frames entries
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
1.121 s | 1.267 s | 11.4 ms | 11.2 ms | 0.2 ms |
https://www.585zolotoy.ru/_nuxt/chunk/DIN_2sz8-1743168079297.js | ||||
Invoker: https://www.585zolotoy.ru/_nuxt/chunk/DIN_2sz8-1743168079297.js | ||||
https://www.585zolotoy.ru/_nuxt/entry/4v4mbHEM-1743168079297.js | ||||
Forced Style And Layout Duration: 31 ms Invoker: import.then |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
116.7 ms | 282.1 ms | 146.8 ms | 0.1 ms | 146.7 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
101.4 ms | 157.1 ms | 0.5 ms | 0 ms | 0.5 ms |
https://www.585zolotoy.ru/_nuxt/entry/4v4mbHEM-1743168079297.js | ||||
Invoker: DOMWindow.onmessage |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
67.5 ms | 146.4 ms | 22.5 ms | 22.3 ms | 0.2 ms |
https://cdn.diginetica.net/648/client.js | ||||
Invoker: https://cdn.diginetica.net/648/client.js | ||||
https://www.585zolotoy.ru/_nuxt/entry/4v4mbHEM-1743168079297.js | ||||
Forced Style And Layout Duration: 4 ms Invoker: Response.text.then | ||||
https://www.585zolotoy.ru/_nuxt/entry/4v4mbHEM-1743168079297.js | ||||
Invoker: FrameRequestCallback |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
59.2 ms | 121.8 ms | 2.8 ms | 2.7 ms | 0.1 ms |
https://yastatic.net/partner-code-bundles/1239411/ca51be091be22fceb2d4.js | ||||
Invoker: https://yastatic.net/partner-code-bundles/1239411/ca51be091be22fceb2d4.js | ||||
https://www.googletagmanager.com/gtag/js?id=G-750VBXG7ZL&l=dataLayer&cx=c>m=45He53v1h2v812662698za200&tag_exp=102788824~102803279~102813109~102887800~102926062~102964103~102975949~102976415 | ||||
Invoker: https://www.googletagmanager.com/gtag/js?id=G-750VBXG7ZL&l=dataLayer&cx=c>m=45He53v1h2v812662698za200&tag_exp=102788824~102803279~102813109~102887800~102926062~102964103~102975949~102976415 |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
42.1 ms | 85.7 ms | 37.7 ms | 37.6 ms | 0.1 ms |
https://pay.yandex.ru/sdk/v1/pay.js | ||||
Invoker: https://pay.yandex.ru/sdk/v1/pay.js |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
41 ms | 101.9 ms | 2 ms | 1.8 ms | 0.2 ms |
https://yandex.ru/ads/system/context.js | ||||
Forced Style And Layout Duration: 3 ms Invoker: https://yandex.ru/ads/system/context.js |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
21.4 ms | 119.8 ms | 4.3 ms | 3.8 ms | 0.5 ms |
https://www.googletagmanager.com/gtm.js?id=GTM-W266292 | ||||
Invoker: https://www.googletagmanager.com/gtm.js?id=GTM-W266292 |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
17 ms | 115.1 ms | 1.5 ms | 0 ms | 1.5 ms |
https://www.585zolotoy.ru/_nuxt/entry/4v4mbHEM-1743168079297.js | ||||
Invoker: TimerHandler:setTimeout |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
15.1 ms | 101.7 ms | 2.7 ms | 2.7 ms | 0 ms |
https://cdn.skcrtxr.com/wrapper/js/common-engine.js?v=s-445ea5f4-0d6b-46ec-90e3-43ffbefae176 | ||||
Invoker: https://cdn.skcrtxr.com/wrapper/js/common-engine.js?v=s-445ea5f4-0d6b-46ec-90e3-43ffbefae176 |
There are no Server Timings.
There are no custom configured scripts.
There are no custom extra metrics from scripting.
How the page is built.
Summary | |
---|---|
HTTP version | HTTP/2.0 |
Total requests | 470 |
Total domains | 86 |
Total transfer size | 8.3 MB |
Total content size | 12.7 MB |
Responses missing compression | 94 |
Number of cookies | 62 |
Third party cookies | 21 |
Requests per response code | |
---|---|
200 | 384 |
204 | 15 |
301 | 11 |
302 | 54 |
307 | 5 |
400 | 1 |
URL | Type | Transfer Size | Content Size |
---|---|---|---|
https://static2.585....-c3885df5a7eb.jpg | image | 268.5 KB | 268.0 KB |
https://www.585zolot...1743168079297.png | image | 240.1 KB | 0 b |
https://static2.585....-4111f9e6e433.jpg | image | 217.7 KB | 217.2 KB |
https://static2.585....-1df03bbd3c03.png | image | 217.0 KB | 216.5 KB |
https://static2.585....-23e3e46816a0.jpg | image | 213.0 KB | 212.5 KB |
https://static2.585....-3298b1765ad4.jpg | image | 205.9 KB | 205.5 KB |
https://www.585zolot...-1743168079297.js | javascript | 191.2 KB | 505.7 KB |
https://static2.585....-1d15ca7d16a7.jpg | image | 189.2 KB | 188.8 KB |
https://www.585zolotoy.ru/ | html | 182.1 KB | 1.3 MB |
https://static2.585....-03505dd074ff.png | image | 181.8 KB | 181.3 KB |
https://static2.585....-59ce6d5c0b5d.png | image | 167.3 KB | 166.9 KB |
https://static2.585....-b9a2ec91070f.jpg | image | 153.2 KB | 152.8 KB |
https://www.googleta...nager.com/gtag/js | javascript | 143.1 KB | 443.7 KB |
https://static2.585....-b57ed0d3fa88.jpg | image | 142.5 KB | 142.1 KB |
https://cdn.skcrtxr..../common-engine.js | javascript | 134.5 KB | 554.9 KB |
https://static2.585....-b0b0655552fe.jpg | image | 131.8 KB | 131.3 KB |
https://static2.585....-98ec7e147530.jpg | image | 124.4 KB | 124.0 KB |
https://yastatic.net...f79c9d64a5c091.js | javascript | 123.2 KB | 637.7 KB |
https://static2.585....-a3ba747c5af8.jpg | image | 122.2 KB | 121.8 KB |
https://static2.585....-fec14ec89743.jpg | image | 121.2 KB | 120.8 KB |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 2.4 KB | 198.2 KB | 1.4 MB | 5 |
css | 0 b | 52.3 KB | 295.2 KB | 3 |
javascript | 3.4 KB | 1.7 MB | 5.5 MB | 134 |
image | 4.2 KB | 5.8 MB | 5.2 MB | 189 |
font | 0 b | 285.1 KB | 283.9 KB | 8 |
svg | 3.8 KB | 125.1 KB | 126.4 KB | 16 |
json | 956 B | 29.7 KB | 42.8 KB | 17 |
other | 1.3 KB | 1.0 KB | 438 B | 7 |
plain | 951 B | 4.7 KB | 15 B | 20 |
Total | 16.9 KB | 8.3 MB | 12.7 MB | 399 |
Domain | Total download time | Transfer Size | Content Size | Requests |
---|---|---|---|---|
www.585zolotoy.ru | 17.582 s | 1.5 MB | 3.1 MB | 130 |
pay.yandex.ru | 2.329 s | 172.2 KB | 308.4 KB | 16 |
cdn.skcrtxr.com | 432 ms | 135.8 KB | 557.5 KB | 2 |
fonts.googleapis.com | 464 ms | 1.9 KB | 12.1 KB | 2 |
static2.585.cloud | 13.538 s | 5.2 MB | 5.2 MB | 145 |
9qjbah.ru | 274 ms | 30.7 KB | 30.4 KB | 1 |
onelinksmartscript.appsflyer.com | 321 ms | 22.0 KB | 94.8 KB | 1 |
launcher.giftery.cards | 205 ms | 4.9 KB | 17.2 KB | 1 |
fonts.gstatic.com | 393 ms | 205.5 KB | 205.4 KB | 5 |
skcrtxr.com | 105 ms | 417 B | 70 B | 1 |
hitcrypt.9qjbah.ru | 171 ms | 960 B | 718 B | 2 |
qntm.pro | 1.016 s | 387 B | 256 B | 1 |
hit.9qjbah.ru | 104 ms | 274 B | 0 b | 1 |
bidder.skcrtxr.com | 179 ms | 406 B | 43 B | 3 |
rpc.skcrtxr.com | 122 ms | 54 B | 15 B | 2 |
mc.yandex.ru | 459 ms | 86.3 KB | 245.1 KB | 7 |
rap.skcrtxr.com | 103 ms | 375 B | 43 B | 1 |
www.googletagmanager.com | 442 ms | 259.2 KB | 824.1 KB | 2 |
sentry.aisance.ru | 170 ms | 182 B | 2 B | 1 |
yandex.ru | 419 ms | 112.3 KB | 393.0 KB | 5 |
content.adriver.ru | 262 ms | 48.0 KB | 47.7 KB | 1 |
px.adhigh.net | 470 ms | 14.4 KB | 14.9 KB | 16 |
yastatic.net | 511 ms | 227.5 KB | 874.2 KB | 6 |
rtmscl.com | 513 ms | 1.8 KB | 1.8 KB | 2 |
top-fwz1.mail.ru | 218 ms | 24.5 KB | 49.9 KB | 4 |
cdn.diginetica.net | 177 ms | 113.3 KB | 493.4 KB | 1 |
privacy-cs.mail.ru | 290 ms | 20.9 KB | 82.6 KB | 4 |
ads.adfox.ru | 41 ms | 230 B | 0 b | 1 |
banners.adfox.ru | 104 ms | 480 B | 43 B | 1 |
www.google-analytics.com | 262 ms | 604 B | 0 b | 2 |
tracking.diginetica.net | 136 ms | 74 B | 74 B | 2 |
autocomplete.diginetica.net | 118 ms | 364 B | 2 B | 1 |
ad.adriver.ru | 155 ms | 644 B | 501 B | 1 |
cdn.jsdelivr.net | 387 ms | 87.5 KB | 238.0 KB | 1 |
ev.adriver.ru | 343 ms | 0 b | 0 b | 2 |
x.cnt.my | 244 ms | 3.7 KB | 8.0 KB | 4 |
static.indoleads.com | 669 ms | 2.4 KB | 1.9 KB | 3 |
gdeslon.ru | 246 ms | 9.6 KB | 22.7 KB | 1 |
clicks.gdeslon.ru | 124 ms | 621 B | 0 b | 1 |
citydsp.com | 287 ms | 336 B | 272 B | 1 |
ssp.bidvol.com | 214 ms | 444 B | 0 b | 1 |
ads.adtec.ru | 213 ms | 32 B | 32 B | 1 |
ck.silvermob.com | 2.322 s | 5 B | 0 b | 1 |
ssp.rutube.ru | 186 ms | 0 b | 0 b | 1 |
ssp.adriver.ru | 270 ms | 53 B | 42 B | 1 |
matching.mobilebanner.ru | 774 ms | 213 B | 0 b | 1 |
rtb.hhkld.com | 391 ms | 455 B | 43 B | 1 |
match.ohmy.bid | 194 ms | 226 B | 44 B | 2 |
instreamvideo.ru | 150 ms | 498 B | 43 B | 1 |
tms.dmp.wi-fi.ru | 326 ms | 225 B | 0 b | 2 |
code.moviead55.ru | 268 ms | 148 B | 0 b | 1 |
sync.videonow.ru | 174 ms | 461 B | 35 B | 1 |
ads.betweendigital.com | 436 ms | 597 B | 68 B | 2 |
const.uno | 142 ms | 0 b | 0 b | 1 |
an.yandex.ru | 190 ms | 394 B | 43 B | 1 |
sync.opendsp.ru | 198 ms | N/A | 0 b | 4 |
sync.dmp.otm-r.com | 191 ms | 149 B | 0 b | 3 |
dmp.sbermarketing.ru | 276 ms | 3.1 KB | 0 b | 10 |
prodmp.ru | 189 ms | 230 B | 0 b | 1 |
dsum-sec.casalemedia.com | 322 ms | 344 B | 43 B | 2 |
exchange.buzzoola.com | 167 ms | 129 B | 43 B | 2 |
sync.adkernel.com | 380 ms | 42 B | 42 B | 1 |
x01.aidata.io | 227 ms | 459 B | 0 b | 3 |
ssp.bidster.net | 240 ms | 151 B | 0 b | 1 |
rtb.moe.video | 237 ms | 178 B | 0 b | 1 |
cs.alfasense.com | 350 ms | 508 B | 35 B | 1 |
dmg.digitaltarget.ru | 226 ms | 219 B | 49 B | 2 |
a.utraff.com | 380 ms | 893 B | 0 b | 2 |
tms.gpmdata.ru | 206 ms | 653 B | 35 B | 1 |
kimberlite.io | 1.769 s | 933 B | 43 B | 3 |
mc.acint.net | 722 ms | N/A | 0 b | 6 |
id.uma.media | 170 ms | 110 B | 0 b | 1 |
sm.rtb.mts.ru | 228 ms | 142 B | 0 b | 2 |
retagro.com | 358 ms | 1022 B | 1.9 KB | 2 |
vma.mts.ru | 281 ms | 0 b | 0 b | 4 |
meodora.com | 354 ms | 1.9 KB | 5.6 KB | 1 |
ssp-rtb.sape.ru | 196 ms | N/A | 0 b | 2 |
cm.a.mts.ru | 110 ms | N/A | 0 b | 2 |
5649530871743534014118.cm.a.mts.ru | 87 ms | N/A | 0 b | 1 |
acint.net | 175 ms | N/A | 0 b | 2 |
redirect.frontend.weborama.fr | 121 ms | N/A | 0 b | 2 |
dsp.meodora.com | 266 ms | 0 b | 0 b | 1 |
a.udsp.io | 301 ms | 548 B | 0 b | 1 |
sape-sync.rutarget.ru | 138 ms | 124 B | 0 b | 1 |
www.acint.net | 105 ms | 269 B | 43 B | 1 |
sync.dsp.solta.io | 137 ms | N/A | 0 b | 2 |
type | min | median | max |
---|---|---|---|
Expires | -55 years | 1 day | 30 years |
Last modified | 0 seconds | 4 days | 55 years |
Included requests done after load event end.
Content | Transfer Size | Requests |
---|---|---|
html | 4.7 KB | 2 |
css | 0 b | 0 |
javascript | 235.7 KB | 47 |
image | 403.9 KB | 22 |
font | 0 b | 0 |
json | 2.8 KB | 5 |
other | 235 B | 5 |
plain | 3.5 KB | 13 |
Total | 654.8 KB | 161 |
Includes requests done after DOM content loaded.
Content | Transfer Size | Requests |
---|---|---|
html | 7.3 KB | 3 |
css | 0 b | 0 |
javascript | 1.1 MB | 64 |
image | 2.7 MB | 144 |
font | 26.1 KB | 1 |
plain | 4.4 KB | 19 |
other | 1.0 KB | 6 |
json | 29.3 KB | 16 |
svg | 122.9 KB | 14 |
Total | 4.0 MB | 335 |
Render blocking information directly from Chrome.
Blocking | In body parser blocking | Potentially blocking |
---|---|---|
4 | 0 | 4 |
URL | Type |
---|---|
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.googleta...nager.com/gtag/js | non_blocking |
https://cdn.skcrtxr..../common-engine.js | non_blocking |
https://yastatic.net...f79c9d64a5c091.js | non_blocking |
https://www.googleta...anager.com/gtm.js | non_blocking |
https://cdn.diginetica.net/648/client.js | non_blocking |
https://yandex.ru/ads/system/context.js | non_blocking |
https://cdn.jsdelivr...rica-watch/tag.js | non_blocking |
https://mc.yandex.ru/metrika/tag.js | non_blocking |
https://fonts.gstati...jxLsJ8ah8QA.woff2 | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...1743168079297.css | blocking |
https://content.adriver.ru/AdRiverFPS.js | non_blocking |
https://fonts.gstati...p50SjIa1ZL7.woff2 | non_blocking |
https://fonts.gstati...BNMjxLsH8ag.woff2 | non_blocking |
https://pay.yandex.ru/sdk/v1/pay.js | potentially_blocking |
https://yastatic.net...dles/0.83/host.js | non_blocking |
https://9qjbah.ru/ | potentially_blocking |
https://yastatic.net...riable-full.woff2 | non_blocking |
https://yastatic.net...091be22fceb2d4.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://onelinksmart...-script-latest.js | potentially_blocking |
https://privacy-cs.m...ic/sync-loader.js | non_blocking |
https://top-fwz1.mail.ru/js/code.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://fonts.gstati...SjIa0ZL7SUc.woff2 | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://fonts.gstati...jxLsD8ah8QA.woff2 | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://yastatic.net...abc9452955ef31.js | non_blocking |
https://gdeslon.ru/g...gdeslon.ru/gsp.js | non_blocking |
https://px.adhigh.net/t.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://yastatic.net...a26fab48fe3782.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://launcher.gif...cards/js/index.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://top-fwz1.mai...yn-goal-config.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://meodora.com/...eodora.com/track/ | non_blocking |
https://x.cnt.my/asy....585zolotoy.ru.js | non_blocking |
https://rtmscl.com/config | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://static.indol...ntainer_v2.min.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://cdn.skcrtxr..../roxot-manager.js | potentially_blocking |
https://x.cnt.my/asy...t.my/async/track/ | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://fonts.google...ogleapis.com/css2 | blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://retagro.com/.../retagro.com/init | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://px.adhigh.ne...net/p/tracking.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://fonts.google...ogleapis.com/css2 | blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://clicks.gdesl...lon.ru/gsclick.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://qntm.pro/cod...s://qntm.pro/code | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://citydsp.com/...//citydsp.com/dsp | non_blocking |
https://www.585zolot...normalize-span.js | blocking |
https://retagro.com/...gro.com/analytics | non_blocking |
https://rtmscl.com/d...//rtmscl.com/data | non_blocking |
https://www.585zolot...ate_Regular.woff2 | non_blocking |
https://www.585zolot...nate_Medium.woff2 | non_blocking |
https://px.adhigh.ne...net/p/tracking.js | non_blocking |
Download the Chrome trace log and drag and drop it into Developer Tools / Performance in Chrome.
Collected using the Long Task API. A long task is a task that take 50 milliseconds or more.
Type | Quantity | Total duration (ms) |
---|---|---|
Total Blocking Time | 1396 | |
Max Potential First Input Delay | 1159 | |
Long Tasks before First Paint | 2 | 202 |
Long Tasks before First Contentful Paint | 2 | 202 |
Long Tasks before Largest Contentful Paint | 3 | 256 |
Long Tasks after Load Event End | 1 | 150 |
Total Long Tasks | 14 | 2198 |
CPU last long task happened at 4.920 s
name | startTime | duration | containerId | containerName | containerSrc | containerType |
---|---|---|---|---|---|---|
unknown | 1166 | 151 | window | |||
unknown | 1365 | 51 | window | |||
self | 1427 | 54 | window | |||
self | 1689 | 62 | window | |||
self | 1829 | 50 | window | |||
multiple-contexts | 2097 | 1159 | window | |||
self | 3682 | 67 | window | |||
same-origin-descendant | 3772 | 88 | iframe | |||
self | 3917 | 65 | window | |||
same-origin-descendant | 4069 | 51 | iframe | |||
self | 4264 | 106 | window | |||
self | 4394 | 78 | window | |||
self | 4473 | 66 | window | |||
self | 4920 | 150 | window |
Calculated using Tracium.
Categories (ms) | |
---|---|
parseHTML | 212 |
styleLayout | 425 |
paintCompositeRender | 172 |
scriptParseCompile | 10 |
scriptEvaluation | 2903 |
garbageCollection | 121 |
other | 1140 |
Events (ms) | |
---|---|
RunMicrotasks | 1612 |
RunTask | 719 |
v8.run | 684 |
FunctionCall | 360 |
Layout | 221 |
UpdateLayoutTree | 198 |
ParseHTML | 158 |
IntersectionObserverController::computeIntersections | 147 |
Paint | 100 |
Layerize | 74 |
V8.GC_SCAVENGER_SCAVENGE_PARALLEL | 66 |
v8.evaluateModule | 58 |
HitTest | 56 |
HTMLDocumentParser::MaybeFetchQueuedPreloads | 54 |
v8.callFunction | 46 |
Commit | 39 |
PrePaint | 35 |
V8.HandleInterrupts | 30 |
V8.BytecodeBudgetInterrupt | 23 |
V8.GC_MC_INCREMENTAL | 21 |
DecodedDataDocumentParser::AppendBytes | 19 |
EventDispatch | 19 |
TimerFire | 16 |
DocumentLoader::BodyLoadingFinished | 14 |
DocumentLoader::CommitNavigation | 14 |
V8.DeserializeContext | 11 |
PaintImage | 11 |
URL | CPU time (ms) |
---|---|
https://www.585zolotoy.ru/_nuxt/entry/4v4mbHEM-1743168079297.js | 420 |
https://yandex.ru/ads/system/context.js | 224 |
https://www.googletagmanager.com/gtm.js?id=GTM-W266292 | 215 |
https://www.googletagmanager.com/gtag/js?id=G-750VBXG7ZL&l=dataLayer&cx=c>m=45He53v1h2v812662698za200&tag_exp=102788824~102803279~102813109~102887800~102926062~102964103~102975949~102976415 | 128 |
https://cdn.skcrtxr.com/wrapper/js/common-engine.js?v=s-445ea5f4-0d6b-46ec-90e3-43ffbefae176 | 115 |
https://mc.yandex.ru/metrika/tag.js | 85 |
https://cdn.diginetica.net/648/client.js | 84 |
https://pay.yandex.ru/sdk/v1/pay.js | 65 |
https://top-fwz1.mail.ru/js/code.js | 58 |
https://cdn.jsdelivr.net/npm/yandex-metrica-watch/tag.js | 42 |
https://privacy-cs.mail.ru/static/sync-loader.js | 26 |
https://gdeslon.ru/gsp.js?mode=main&mid=112048&order_id=&cat_id=&codes=&deduplication=&perf=5315&gs_uid=undefined&_t=1743534013371&source=https%3A%2F%2Fwww.585zolotoy.ru%2F | 24 |
https://yastatic.net/partner-code-bundles/1239411/ca51be091be22fceb2d4.js | 15 |
Tool/domain | Time (ms) |
---|---|
www.585zolotoy.ru | 420.5 |
yandex.ru | 223.5 |
Google Tag Manager | 343.0 |
cdn.skcrtxr.com | 114.8 |
Yandex Metrica | 85.2 |
cdn.diginetica.net | 84.4 |
pay.yandex.ru | 65.3 |
top-fwz1.mail.ru | 58.4 |
JSDelivr CDN | 41.8 |
privacy-cs.mail.ru | 26.0 |
gdeslon.ru | 23.7 |
Yandex CDN | 15.4 |
Third party requests categorised by Third party web version 0.26.2.
Category | Requests |
---|---|
cdn | 14 |
survelliance | 11 |
analytics | 9 |
tag-manager | 2 |
ad | 30 |
Category | Number of tools |
---|---|
cdn | 3 |
survelliance | 3 |
analytics | 2 |
tag-manager | 1 |
ad | 8 |
cdn (14 requests) |
Google Fonts |
Yandex CDN |
JSDelivr CDN |
|
survelliance (11 requests) |
Google Fonts |
Google Tag Manager |
Google Analytics |
|
analytics (9 requests) |
Yandex Metrica |
Google Analytics |
|
tag-manager (2 requests) |
Google Tag Manager |
|
ad (30 requests) |
AdRiver |
GetIntent RTBSuite |
Between Digital |
Yandex Ads |
Index Exchange |
adKernel |
Weborama |
Segmento |
|
Here's a list of domains that didn't match any tool in Third party web. If you are sure they are third party domains, please do a PR to that project. You can also fine tune the list using --firstParty
.
pay.yandex.ru |
cdn.skcrtxr.com |
static2.585.cloud |
9qjbah.ru |
onelinksmartscript.appsflyer.com |
launcher.giftery.cards |
skcrtxr.com |
hitcrypt.9qjbah.ru |
qntm.pro |
hit.9qjbah.ru |
bidder.skcrtxr.com |
rpc.skcrtxr.com |
rap.skcrtxr.com |
sentry.aisance.ru |
yandex.ru |
rtmscl.com |
top-fwz1.mail.ru |
cdn.diginetica.net |
privacy-cs.mail.ru |
ads.adfox.ru |
banners.adfox.ru |
tracking.diginetica.net |
autocomplete.diginetica.net |
x.cnt.my |
static.indoleads.com |
gdeslon.ru |
clicks.gdeslon.ru |
citydsp.com |
ssp.bidvol.com |
ads.adtec.ru |
ck.silvermob.com |
ssp.rutube.ru |
matching.mobilebanner.ru |
rtb.hhkld.com |
match.ohmy.bid |
instreamvideo.ru |
tms.dmp.wi-fi.ru |
code.moviead55.ru |
sync.videonow.ru |
const.uno |
sync.opendsp.ru |
sync.dmp.otm-r.com |
dmp.sbermarketing.ru |
prodmp.ru |
exchange.buzzoola.com |
x01.aidata.io |
ssp.bidster.net |
rtb.moe.video |
cs.alfasense.com |
dmg.digitaltarget.ru |
a.utraff.com |
tms.gpmdata.ru |
kimberlite.io |
mc.acint.net |
id.uma.media |
sm.rtb.mts.ru |
retagro.com |
vma.mts.ru |
meodora.com |
ssp-rtb.sape.ru |
cm.a.mts.ru |
5649530871743534014118.cm.a.mts.ru |
acint.net |
dsp.meodora.com |
a.udsp.io |
www.acint.net |
sync.dsp.solta.io |
Cookie name | Domain |
---|---|
_yasc | .yandex.ru |
bh | .yandex.ru |
receive-cookie-deprecation | .yandex.ru |
yabs-sid | .yandex.ru |
userId | .gdeslon.ru |
gi_u | .adhigh.net |
bidvol_sync | .adhigh.net |
xcntUt | .cnt.my |
bvuid | .bidvol.com |
uuid | alfasense.com |
preutid | .itraff.net |
dmpuid | .gpmdata.ru |
mpid | otm-r.com |
uuid | buzzoola.com |
viuserid | dmg.digitaltarget.ru |
_uma_cid | .uma.media |
CMID | casalemedia.com |
dc | .betweendigital.com |
Calculated using .*585zolotoy.* (use --firstParty
to configure).
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 0 b | 182.1 KB | 1.3 MB | 1 |
css | 0 b | 50.4 KB | 283.1 KB | 1 |
javascript | 0 b | 571.7 KB | 1.4 MB | 99 |
image | 0 b | 605.9 KB | 1.5 KB | 16 |
font | 0 b | 53.5 KB | 53.1 KB | 2 |
svg | 0 b | 3.5 KB | 6.6 KB | 4 |
other | 0 b | 792 B | 438 B | 1 |
json | 0 b | 20.7 KB | 35.6 KB | 2 |
Total | N/A | 1.5 MB | 3.1 MB | 130 |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 2.4 KB | 16.1 KB | 35.8 KB | 4 |
css | 0 b | 1.9 KB | 12.1 KB | 2 |
javascript | 3.4 KB | 1.2 MB | 4.0 MB | 35 |
image | 4.2 KB | 5.2 MB | 5.2 MB | 173 |
font | 0 b | 231.6 KB | 230.8 KB | 6 |
json | 956 B | 9.1 KB | 7.2 KB | 15 |
other | 1.3 KB | 235 B | 0 b | 6 |
plain | 951 B | 4.7 KB | 15 B | 20 |
svg | 3.8 KB | 121.6 KB | 119.8 KB | 12 |
Total | 28.5 KB | 6.8 MB | 9.6 MB | 340 |
Axe is an accessibility testing engine for websites and other HTML-based user interfaces. Tested using axe-core version 4.10.2. Read more about axe-core .
Median number of violations for all the runs. Check each individual run to see all the violations.
Type | Violations (median) |
---|---|
Critical | 3 (154 issues) |
Serious | 3 (100 issues) |
Moderate | 2 (395 issues) |
Minor | 0 (0 issues) |
| loadingExperience ALL | | originLoadingExperience ALL | |
Chrome User Experience Report (CrUx) is powered by real user measurement across the public web, aggregated from users who have opted-in to syncing their browsing history, have not set up a Sync passphrase, and have usage statistic reporting enabled and is using Chrome.
The CrUx data has four different buckets (form factor) depending on device: DESKTOP, PHONE, TABLET and ALL. You can choose which data to get with --crux.formFactor
.
Over the last 30 days, this is the field data for this page for Chrome users.
Data collected between 2025-3-3 and 2025-3-30
Metric | Value |
---|---|
Round Trip Time (RTT) 75 percentile | 165 ms |
Time To First Byte (TTFB) 75 percentile | 1.120 s |
First Contentful Paint (FCP) 75 percentile | 2.239 s |
Largest Contentful Paint (LCP) 75 percentile | 2.661 s |
Cumulative Layout Shift (CLS) 75 percentile | 0.15 |
Interaction to Next Paint (INP) 75 percentile | 1.191 s |
Form factor | Value |
---|---|
Desktop | 6.56% |
Phone | 93.44% |
Tablet | 0.00% |
Navigation type | Value |
---|---|
Navigate | 92.38% |
Navigate cache | 0.00% |
Reload | 5.70% |
Restore | 0.00% |
Back/Forward | 1.54% |
Back/Forward cache | 0.00% |
Prerender | 0.38% |
Element type | Value |
---|---|
Text | 1.76% |
Image | 98.24% |
Metric | 75 p |
---|---|
Largest Contentful Paint | 2.661 s |
Image load duration | 388 ms |
Image load delay | 506 ms |
Image render delay | 502 ms |
Image TTFB | 1.089 s |
Round Trip Time (RTT) | Time To First Byte (TTFB) |
---|---|
| |
First Contentful Paint (FCP) | Largest Contentful Paint (LCP) |
Interaction to Next Paint (INP) | Cumulative Layout Shift (CLS) |
This is a summary of all pages served from this origin over the last 30 days for Chrome users.
Data collected between 2025-3-3 and 2025-3-30
Metric | Value |
---|---|
Round Trip Time (RTT) 75 percentile | 164 ms |
Time To First Byte (TTFB) 75 percentile | 1.253 s |
First Contentful Paint (FCP) 75 percentile | 2.429 s |
Largest Contentful Paint (LCP) 75 percentile | 2.745 s |
Cumulative Layout Shift (CLS) 75 percentile | 0.07 |
Interaction to Next Paint (INP) 75 percentile | 948 ms |
Form factor | Value |
---|---|
Desktop | 4.65% |
Phone | 95.35% |
Tablet | 0.00% |
Navigation type | Value |
---|---|
Navigate | 84.67% |
Navigate cache | 0.00% |
Reload | 12.02% |
Restore | 0.09% |
Back/Forward | 2.82% |
Back/Forward cache | 0.25% |
Prerender | 0.15% |
Element type | Value |
---|---|
Text | 22.55% |
Image | 77.45% |
Metric | 75 p |
---|---|
Largest Contentful Paint | 2.745 s |
Image load duration | 228 ms |
Image load delay | 383 ms |
Image render delay | 784 ms |
Image TTFB | 1.181 s |
Round Trip Time (RTT) | Time To First Byte (TTFB) |
---|---|
| |
First Contentful Paint (FCP) | Largest Contentful Paint (LCP) |
Interaction to Next Paint (INP) | Cumulative Layout Shift (CLS) |