Tested 2025-04-01 11:10:24 using Chrome 134.0.6998.35 (runtime settings).
Metric | Value |
---|---|
Page metrics | |
Performance Score | 47 |
Total Page Transfer Size | 3.7 MB |
Requests | 375 |
Timing metrics | |
TTFB [median] | 443 ms |
First Paint [median] | 1.024 s |
Fully Loaded [median] | 133.510 s |
Google Web Vitals | |
TTFB [median] | 443 ms |
First Contentful Paint (FCP) [median] | 1.024 s |
Largest Contentful Paint (LCP) [median] | 1.024 s |
Cumulative Layout Shift (CLS) [median] | 0.00 |
Interaction To Next Paint (INP) [median] | 112 ms |
Total Blocking Time [median] | 986 ms |
Max Potential FID [median] | 694 ms |
CPU metrics | |
CPU long tasks [median] | 13 |
CPU longest task duration | 764 ms |
CPU last long task happens at | 133.134 s |
Visual Metrics | |
First Visual Change [median] | 1.034 s |
Speed Index [median] | 1.225 s |
Visual Complete 85% [median] | 1.067 s |
Visual Complete 99% [median] | 4.034 s |
Last Visual Change [median] | 4.034 s |
Chrome User Experience Report (CRUX) | |
First Contentful Paint [p75] | 2.119 s |
Largest Contentful Paint (LCP) [p75] | 2.165 s |
Cumulative Layout Shift (CLS) [p75] | 0.03 |
Metric | min | median | mean | max |
---|---|---|---|---|
Visual Metrics | ||||
FirstVisualChange | 967 ms | 1.034 s | 43.734 s | 129.201 s |
LastVisualChange | 3.934 s | 4.034 s | 46.445 s | 131.367 s |
SpeedIndex | 1.172 s | 1.225 s | 43.910 s | 129.332 s |
VisualReadiness | 2.166 s | 2.967 s | 2.711 s | 3.000 s |
VisualComplete85 | 1.034 s | 1.067 s | 43.767 s | 129.201 s |
VisualComplete95 | 3.767 s | 3.900 s | 46.289 s | 131.201 s |
VisualComplete99 | 3.934 s | 4.034 s | 46.445 s | 131.367 s |
Google Web Vitals | ||||
Time To First Byte (TTFB) | 427 ms | 443 ms | 447 ms | 470 ms |
Largest Contentful Paint (LCP) | 960 ms | 1.024 s | 43.725 s | 129.192 s |
First Contentful Paint (FCP) | 960 ms | 1.024 s | 43.725 s | 129.192 s |
Cumulative Layout Shift (CLS) | 0 | 0.0002 | 0.0003 | 0.0007 |
More metrics | ||||
firstPaint | 960 ms | 1.024 s | 43.725 s | 129.192 s |
loadEventEnd | 3.590 s | 133.003 s | 132.312 s | 260.342 s |
User Timing | ||||
sentry-tracing-init | 1.363 s | 1.412 s | 44.013 s | 129.265 s |
CPU | ||||
Total Blocking Time | 833 ms | 986 ms | 939 ms | 998 ms |
Max Potential FID | 623 ms | 694 ms | 694 ms | 764 ms |
CPU long tasks | 10 | 13 | 12 | 13 |
CPU last long task happens at | 4.039 s | 133.134 s | 132.625 s | 260.703 s |
Run 3 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 171 characters, the recommended max is 155 | 50 |
Description: Use a page description 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 2113 characters long. https://mc.yandex.ru...ru/watch/92508816 has a header location that is 1280 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 1280 characters long. https://mc.yandex.ru.../watch/92508816/1 has a header set-cookie that is 925 characters long. https://top-fwz1.mai...1.mail.ru/counter has a header set-cookie that is 923 characters long. https://top-fwz1.mai...mail.ru/datalayer has a header set-cookie that is 923 characters long. https://top-fwz1.mai...mail.ru/datalayer has a header set-cookie that is 923 characters long. https://px.adhigh.ne...h.net/p/sync.html has a header set-cookie that is 3628 characters long. https://top-fwz1.mai...1.mail.ru/tracker has a header set-cookie that is 821 characters long. https://top-fwz1.mai...1.mail.ru/tracker has a header set-cookie that is 821 characters long. | 89 |
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 (241 requests and 2.4 MB) then first party (134 requests and 1.5 MB). The page transfer more bytes from third party domains (2.4 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 46 responses that sets a p3p header. There are 114 responses that sets both a max-age and expires header. There are 83 responses that sets a pragma no-cache header (that is a request header). There are 308 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 26 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 19% requests that are 3rd party (70 requests with a size of 721.8 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 25 analytics requests and uses 2 analytics tools. The page do 2 tag-manager requests and uses 1 tag-manager tool. The page do 12 survelliance requests and uses 2 survelliance tools. The page do 31 ad requests and uses 7 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 | 3781 |
DOM elements | 2661 |
Avg DOM depth | 10 |
Max DOM depth | 14 |
Iframes | 6 |
Script tags | 44 |
Local storage | 934 B |
Session storage | 482 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 |
---|---|---|
Node.js | 100 | Programming languages |
Nginx | 100 | Web servers Reverse proxies |
Express | 100 | Web frameworks Web servers |
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
Analytics |
---|
Yandex Metrica |
Google Analytics |
Cdn |
Yandex CDN |
JSDelivr CDN |
Tag-manager |
Google Tag Manager |
Survelliance |
Google Tag Manager |
Google Analytics |
Ad |
AdRiver |
GetIntent RTBSuite |
adKernel |
Index Exchange |
Between Digital |
Yandex Ads |
Segmento |
Data from run 3
Visual Metrics | |
---|---|
First Visual Change | 1.034 s |
Speed Index | 1.225 s |
Visual Complete 85% | 1.034 s |
Visual Complete 95% | 3.900 s |
Visual Complete 99% | 4.034 s |
Last Visual Change | 4.034 s |
Visual Readiness | 3.000 s |
Navigation Timing | |
---|---|
backEndTime | 443 ms |
domContentLoadedTime | 1.112 s |
domInteractiveTime | 1.062 s |
domainLookupTime | 31 ms |
frontEndTime | 3.066 s |
pageDownloadTime | 80 ms |
pageLoadTime | 3.589 s |
redirectionTime | 0 ms |
serverConnectionTime | 25 ms |
serverResponseTime | 464 ms |
Google Web Vitals | |
---|---|
Time to first byte (TTFB) | 443 ms |
First Contentful Paint (FCP) | 1.024 s |
Largest Contentful Paint (LCP) | 1.024 s |
Cumulative Layout Shift (CLS) | 0.00 |
Interaction to next paint (INP) | 120 ms |
Total Blocking Time (TBT) | 986 ms |
First Contentful Paint info | |
---|---|
Elements that needed recalculate style before FCP | 1294 |
Time spent in recalculate style before FCP | 95.525 ms |
Extra timings | |
---|---|
TTFB | 443 ms |
First Paint | 1.024 s |
Load Event End | 3.590 s |
Fully loaded | 8.389 s |
User Timing marks | |
---|---|
sentry-tracing-init | 1.362 s |
sentry-tracing-init | 1.363 s |
When in time the page main content is rendered (collected using the Largest Contentful Paint API). Read more about Largest Contentful Paint.
Render time | 1.024 s |
Element render delay | 581 ms |
TTFB | 443 ms |
Resource delay | 0 ms |
Resource load duration | 0 ms |
Elements that needed recalculate style before LCP | 1294 |
Time spent in recalculate style before LCP | 95.525 ms |
Load time | 680 ms |
URL | data:image/svg+xml;b...HRoPSIyOTYiIGhlaW |
Size (width*height) | 77841 |
DOM path | |
<>> |
0.00068 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.00058 | <div class="text-body-3-regular fixed bottom-4 mx-4 flex w-[94%] flex-col items-center justify-center rounded-3xl bg-surface-dark p-4 text-white md:left-4 md:mx-0 md:max-w-[500px] md:flex-row md:px-6 md:py-[18px]" data-v-73402c93=""></div>,<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 > div:eq(4) > div > div,body > div#__nuxt > header > div:eq(1) > div:eq(2) > div > a:eq(3),body > div#__nuxt > header > div:eq(1) > div:eq(3) | |
0.00010 | <div class="icons desktop ml-auto flex items-center justify-end" data-v-a73a3232=""></div> |
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 120 ms.
Event type | pointerover |
Element type | |
Element class name | |
Event target | |
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 |
---|---|---|---|---|
663.6 ms | 702.7 ms | 18.6 ms | 17.8 ms | 0.8 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: 87 ms Invoker: import.then |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
191.3 ms | 205.9 ms | 218 ms | 0 ms | 218 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
103.9 ms | 174.2 ms | 1.5 ms | 1.4 ms | 0.1 ms |
https://www.googletagmanager.com/gtag/js?id=G-750VBXG7ZL&l=dataLayer&cx=c>m=45He53s1v812662698za200&tag_exp=102482433~102788824~102803279~102813109~102887799~102926062~102964103~102975949~102976415 | ||||
Invoker: https://www.googletagmanager.com/gtag/js?id=G-750VBXG7ZL&l=dataLayer&cx=c>m=45He53s1v812662698za200&tag_exp=102482433~102788824~102803279~102813109~102887799~102926062~102964103~102975949~102976415 |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
86.6 ms | 229.6 ms | 3.2 ms | 3.1 ms | 0.1 ms |
https://yandex.ru/ads/system/context.js | ||||
Forced Style And Layout Duration: 2 ms Invoker: https://yandex.ru/ads/system/context.js | ||||
https://www.585zolotoy.ru/_nuxt/entry/4v4mbHEM-1743168079297.js | ||||
Invoker: TimerHandler:setTimeout |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
73.6 ms | 109.2 ms | 18 ms | 17.9 ms | 0.1 ms |
https://www.585zolotoy.ru/_nuxt/entry/4v4mbHEM-1743168079297.js | ||||
Invoker: Response.text.then |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
47.2 ms | 58.3 ms | 45.9 ms | 45.9 ms | 0 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 |
---|---|---|---|---|
39.1 ms | 89.1 ms | 0 ms | 0 ms | 0 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 |
---|---|---|---|---|
33.7 ms | 137.2 ms | 9.3 ms | 9.1 ms | 0.2 ms |
https://top-fwz1.mail.ru/js/code.js | ||||
Invoker: https://top-fwz1.mail.ru/js/code.js | ||||
https://yandex.ru/ads/system/context.js | ||||
Invoker: XMLHttpRequest.onreadystatechange | ||||
https://cdn.diginetica.net/648/client.js | ||||
Invoker: https://cdn.diginetica.net/648/client.js | ||||
https://www.585zolotoy.ru/_nuxt/entry/4v4mbHEM-1743168079297.js | ||||
Invoker: FrameRequestCallback |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
32.3 ms | 102 ms | 3 ms | 3 ms | 0 ms |
https://9qjbah.ru/ | ||||
Invoker: https://9qjbah.ru/ | ||||
https://www.585zolotoy.ru/_nuxt/entry/4v4mbHEM-1743168079297.js | ||||
Invoker: https://www.585zolotoy.ru/_nuxt/entry/4v4mbHEM-1743168079297.js |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
13 ms | 89.6 ms | 1.4 ms | 0 ms | 1.4 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 | ||||
https://www.585zolotoy.ru/_nuxt/chunk/b4zqn0TU-1743168079297.js | ||||
Invoker: https://www.585zolotoy.ru/_nuxt/chunk/b4zqn0TU-1743168079297.js | ||||
https://www.585zolotoy.ru/_nuxt/entry/4v4mbHEM-1743168079297.js | ||||
Invoker: import.then |
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 | 375 |
Total domains | 79 |
Total transfer size | 3.7 MB |
Total content size | 8.7 MB |
Responses missing compression | 116 |
Number of cookies | 86 |
Third party cookies | 26 |
Requests per response code | |
---|---|
200 | 294 |
204 | 19 |
301 | 7 |
302 | 50 |
307 | 4 |
400 | 1 |
URL | Type | Transfer Size | Content Size |
---|---|---|---|
https://www.585zolot...1743168079297.png | image | 240.1 KB | 0 b |
https://www.585zolot...-1743168079297.js | javascript | 191.2 KB | 505.7 KB |
https://www.585zolot...talog/gold-rings/ | html | 148.1 KB | 849.1 KB |
https://www.googleta...nager.com/gtag/js | javascript | 143.2 KB | 443.5 KB |
https://cdn.skcrtxr..../common-engine.js | javascript | 134.5 KB | 554.9 KB |
https://yastatic.net...f79c9d64a5c091.js | javascript | 123.1 KB | 637.7 KB |
https://www.googleta...anager.com/gtm.js | javascript | 115.9 KB | 380.4 KB |
https://cdn.diginetica.net/648/client.js | javascript | 113.3 KB | 493.4 KB |
https://yandex.ru/ads/system/context.js | javascript | 110.0 KB | 390.3 KB |
https://cdn.jsdelivr...rica-watch/tag.js | javascript | 87.5 KB | 238.0 KB |
https://www.585zolot...1743168079297.png | image | 79.9 KB | 0 b |
https://mc.yandex.ru/metrika/tag.js | javascript | 79.8 KB | 237.3 KB |
https://www.585zolot...-1743168079297.js | javascript | 77.2 KB | 283.4 KB |
https://www.585zolot...1743168079297.png | image | 64.1 KB | 0 b |
https://www.585zolot...-1743168079297.js | javascript | 59.4 KB | 138.7 KB |
https://www.585zolot...1743168079297.css | css | 50.4 KB | 283.1 KB |
https://static2.585....-33dd67261921.jpg | image | 49.9 KB | 49.6 KB |
https://static2.585....-5ac0f5a80f2e.jpg | image | 48.9 KB | 48.6 KB |
https://content.adriver.ru/AdRiverFPS.js | javascript | 48.0 KB | 47.7 KB |
https://static2.585....-4ef05e9a7296.jpg | image | 47.0 KB | 46.7 KB |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 2.4 KB | 164.4 KB | 884.8 KB | 5 |
css | 0 b | 50.4 KB | 283.1 KB | 1 |
javascript | 2.7 KB | 1.8 MB | 6.4 MB | 145 |
image | 3.9 KB | 1.4 MB | 816.1 KB | 82 |
font | 0 b | 53.0 KB | 77.5 KB | 3 |
svg | 9.0 KB | 275.9 KB | 274.6 KB | 32 |
json | 956 B | 29.3 KB | 42.7 KB | 15 |
other | 1.3 KB | 1.0 KB | 438 B | 7 |
plain | 563 B | 6.3 KB | 15 B | 23 |
Total | 20.8 KB | 3.7 MB | 8.7 MB | 313 |
Domain | Total download time | Transfer Size | Content Size | Requests |
---|---|---|---|---|
www.585zolotoy.ru | 21.525 s | 1.4 MB | 2.7 MB | 134 |
pay.yandex.ru | 4.745 s | 323.2 KB | 456.7 KB | 32 |
cdn.skcrtxr.com | 415 ms | 135.8 KB | 557.5 KB | 2 |
static2.585.cloud | 4.730 s | 820.9 KB | 813.0 KB | 26 |
9qjbah.ru | 174 ms | 30.7 KB | 30.4 KB | 1 |
onelinksmartscript.appsflyer.com | 442 ms | 22.0 KB | 94.8 KB | 1 |
skcrtxr.com | 98 ms | 417 B | 70 B | 1 |
bidder.skcrtxr.com | 145 ms | 406 B | 43 B | 3 |
rpc.skcrtxr.com | 81 ms | 54 B | 15 B | 2 |
mc.yandex.ru | 1.073 s | 87.4 KB | 245.4 KB | 15 |
rap.skcrtxr.com | 62 ms | 375 B | 43 B | 1 |
yandex.ru | 1.056 s | 112.3 KB | 393.4 KB | 5 |
yastatic.net | 912 ms | 202.8 KB | 1.7 MB | 11 |
ads.adfox.ru | 31 ms | 230 B | 0 b | 1 |
banners.adfox.ru | 223 ms | 479 B | 43 B | 1 |
hitcrypt.9qjbah.ru | 217 ms | 960 B | 718 B | 2 |
qntm.pro | 323 ms | 387 B | 256 B | 1 |
hit.9qjbah.ru | 141 ms | 275 B | 0 b | 1 |
www.googletagmanager.com | 878 ms | 259.1 KB | 823.9 KB | 2 |
sentry.aisance.ru | 143 ms | 182 B | 2 B | 1 |
rtmscl.com | 399 ms | 1.8 KB | 1.8 KB | 2 |
content.adriver.ru | 151 ms | 48.0 KB | 47.7 KB | 1 |
px.adhigh.net | 722 ms | 14.7 KB | 15.0 KB | 17 |
top-fwz1.mail.ru | 352 ms | 28.5 KB | 50.0 KB | 7 |
cdn.diginetica.net | 608 ms | 113.3 KB | 493.4 KB | 1 |
privacy-cs.mail.ru | 1.849 s | 20.9 KB | 82.6 KB | 4 |
x.cnt.my | 416 ms | 5.2 KB | 10.6 KB | 6 |
static.indoleads.com | 129.516 s | 1.3 KB | 1.3 KB | 1 |
gdeslon.ru | 685 ms | 19.2 KB | 45.4 KB | 2 |
www.google-analytics.com | 1.030 s | 2.9 KB | 0 b | 10 |
ad.adriver.ru | 169 ms | 644 B | 501 B | 1 |
autocomplete.diginetica.net | 137 ms | 364 B | 2 B | 1 |
ssp.bidvol.com | 330 ms | 445 B | 0 b | 1 |
ads.adtec.ru | 209 ms | 32 B | 32 B | 1 |
clicks.gdeslon.ru | 283 ms | 1.3 KB | 12 B | 2 |
ck.silvermob.com | 343 ms | 174 B | 43 B | 1 |
ssp.rutube.ru | 110 ms | 0 b | 0 b | 1 |
ssp.adriver.ru | 361 ms | 53 B | 42 B | 1 |
matching.mobilebanner.ru | 610 ms | 213 B | 0 b | 1 |
rtb.hhkld.com | 459 ms | 456 B | 43 B | 1 |
match.ohmy.bid | 320 ms | 227 B | 44 B | 2 |
instreamvideo.ru | 269 ms | 498 B | 43 B | 1 |
tms.dmp.wi-fi.ru | 353 ms | 225 B | 0 b | 2 |
exchange.buzzoola.com | 261 ms | 129 B | 43 B | 2 |
sync.opendsp.ru | 265 ms | N/A | 0 b | 2 |
sync.videonow.ru | 265 ms | 460 B | 35 B | 1 |
id.uma.media | 285 ms | 110 B | 0 b | 1 |
a.utraff.com | 580 ms | 1.3 KB | 0 b | 2 |
sync.adkernel.com | 353 ms | 42 B | 42 B | 1 |
dsum-sec.casalemedia.com | 416 ms | 341 B | 43 B | 2 |
cs.alfasense.com | 347 ms | 968 B | 35 B | 1 |
ads.betweendigital.com | 503 ms | 597 B | 68 B | 2 |
prodmp.ru | 250 ms | 229 B | 0 b | 1 |
kimberlite.io | 265 ms | 933 B | 43 B | 3 |
mc.acint.net | 644 ms | N/A | 0 b | 6 |
tms.gpmdata.ru | 214 ms | 651 B | 35 B | 1 |
code.moviead55.ru | 562 ms | 148 B | 0 b | 1 |
dmp.sbermarketing.ru | 619 ms | 3.1 KB | 0 b | 10 |
an.yandex.ru | 199 ms | 394 B | 43 B | 1 |
sync.dmp.otm-r.com | 201 ms | 150 B | 0 b | 2 |
x01.aidata.io | 295 ms | 459 B | 0 b | 2 |
dmg.digitaltarget.ru | 302 ms | 219 B | 49 B | 2 |
rtb.moe.video | 602 ms | 177 B | 0 b | 1 |
const.uno | 434 ms | 0 b | 0 b | 1 |
ssp.bidster.net | 285 ms | 151 B | 0 b | 1 |
ev.adriver.ru | 474 ms | 0 b | 0 b | 2 |
sm.rtb.mts.ru | 135 ms | 142 B | 0 b | 1 |
ssp-rtb.sape.ru | 173 ms | N/A | 0 b | 2 |
vma.mts.ru | 152 ms | 0 b | 0 b | 2 |
acint.net | 92 ms | N/A | 0 b | 2 |
cm.a.mts.ru | 93 ms | N/A | 0 b | 1 |
8645116501743505956989.cm.a.mts.ru | 73 ms | N/A | 0 b | 1 |
mts-dsp-sync.rutarget.ru | 157 ms | 124 B | 0 b | 1 |
solta-sync.rutarget.ru | 193 ms | 124 B | 0 b | 1 |
sape-sync.rutarget.ru | 163 ms | 124 B | 0 b | 1 |
www.acint.net | 65 ms | 269 B | 43 B | 1 |
citydsp.com | 287 ms | 336 B | 272 B | 1 |
cdn.jsdelivr.net | 362 ms | 87.5 KB | 238.0 KB | 1 |
retagro.com | 338 ms | 1022 B | 1.9 KB | 2 |
type | min | median | max |
---|---|---|---|
Expires | -55 years | 5 minutes | 30 years |
Last modified | 0 seconds | 4 days | 55 years |
Included requests done after load event end.
Content | Transfer Size | Requests |
---|---|---|
html | 0 b | 0 |
css | 0 b | 0 |
javascript | 88.5 KB | 3 |
image | 5.1 KB | 11 |
font | 0 b | 0 |
json | 1.7 KB | 1 |
Total | 95.4 KB | 16 |
Includes requests done after DOM content loaded.
Content | Transfer Size | Requests |
---|---|---|
html | 4.7 KB | 2 |
css | 0 b | 0 |
javascript | 688.7 KB | 63 |
image | 35.6 KB | 40 |
font | 0 b | 0 |
json | 24.9 KB | 9 |
svg | 273.7 KB | 30 |
plain | 5.6 KB | 17 |
other | 235 B | 5 |
Total | 1.0 MB | 225 |
Render blocking information directly from Chrome.
Blocking | In body parser blocking | Potentially blocking |
---|---|---|
2 | 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://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://pay.yandex.ru/sdk/v1/pay.js | potentially_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://www.585zolot...-1743168079297.js | non_blocking |
https://top-fwz1.mail.ru/js/code.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...abc9452955ef31.js | non_blocking |
https://gdeslon.ru/g...gdeslon.ru/gsp.js | non_blocking |
https://gdeslon.ru/g...gdeslon.ru/gsp.js | non_blocking |
https://px.adhigh.net/t.js | non_blocking |
https://yastatic.net...dles/0.83/host.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://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://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://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://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://cdn.skcrtxr..../roxot-manager.js | potentially_blocking |
https://x.cnt.my/asy...t.my/async/track/ | non_blocking |
https://x.cnt.my/asy...t.my/async/track/ | 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://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://www.585zolot...-1743168079297.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://clicks.gdesl...lon.ru/gsclick.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://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://yastatic.net...riable-full.woff2 | non_blocking |
https://yastatic.net...abc9452955ef31.js | non_blocking |
https://yastatic.net...f79c9d64a5c091.js | non_blocking |
https://yastatic.net...dles/0.83/host.js | non_blocking |
https://yastatic.net...091be22fceb2d4.js | 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 | 986 | |
Max Potential First Input Delay | 694 | |
Long Tasks before First Paint | 3 | 339 |
Long Tasks before First Contentful Paint | 3 | 339 |
Long Tasks before Largest Contentful Paint | 3 | 339 |
Long Tasks after Load Event End | 1 | 89 |
Total Long Tasks | 13 | 1825 |
CPU last long task happened at 4.039 s
name | startTime | duration | containerId | containerName | containerSrc | containerType |
---|---|---|---|---|---|---|
unknown | 653 | 232 | window | |||
self | 933 | 51 | window | |||
unknown | 990 | 56 | window | |||
self | 1062 | 79 | window | |||
self | 1167 | 61 | window | |||
self | 1436 | 694 | window | |||
same-origin-descendant | 2379 | 70 | iframe | |||
self | 2474 | 112 | window | |||
self | 2867 | 152 | window | |||
self | 3097 | 74 | window | |||
self | 3277 | 105 | window | |||
self | 3449 | 50 | window | |||
self | 4039 | 89 | window |
Calculated using Tracium.
Categories (ms) | |
---|---|
parseHTML | 182 |
styleLayout | 472 |
paintCompositeRender | 97 |
scriptParseCompile | 7 |
scriptEvaluation | 2296 |
garbageCollection | 77 |
other | 779 |
Events (ms) | |
---|---|
RunMicrotasks | 1089 |
v8.run | 683 |
RunTask | 574 |
FunctionCall | 317 |
Layout | 236 |
UpdateLayoutTree | 232 |
ParseHTML | 139 |
v8.evaluateModule | 57 |
Paint | 56 |
HTMLDocumentParser::MaybeFetchQueuedPreloads | 45 |
V8.GC_SCAVENGER_SCAVENGE_PARALLEL | 45 |
V8.HandleInterrupts | 38 |
v8.callFunction | 29 |
Layerize | 29 |
PrePaint | 26 |
V8.BytecodeBudgetInterrupt | 23 |
PaintImage | 22 |
DecodedDataDocumentParser::AppendBytes | 17 |
HitTest | 17 |
Commit | 17 |
IntersectionObserverController::computeIntersections | 16 |
DocumentLoader::CommitNavigation | 15 |
V8.GC_MC_INCREMENTAL | 12 |
DocumentLoader::BodyLoadingFinished | 11 |
TimerFire | 10 |
URL | CPU time (ms) |
---|---|
https://www.585zolotoy.ru/_nuxt/entry/4v4mbHEM-1743168079297.js | 546 |
https://www.googletagmanager.com/gtm.js?id=GTM-W266292 | 223 |
https://yandex.ru/ads/system/context.js | 186 |
https://www.googletagmanager.com/gtag/js?id=G-750VBXG7ZL&l=dataLayer&cx=c>m=45He53s1v812662698za200&tag_exp=102482433~102788824~102803279~102813109~102887799~102926062~102964103~102975949~102976415 | 182 |
https://mc.yandex.ru/metrika/tag.js | 170 |
https://cdn.skcrtxr.com/wrapper/js/common-engine.js?v=s-445ea5f4-0d6b-46ec-90e3-43ffbefae176 | 89 |
https://cdn.diginetica.net/648/client.js | 77 |
https://top-fwz1.mail.ru/js/code.js | 67 |
https://pay.yandex.ru/sdk/v1/pay.js | 63 |
https://cdn.jsdelivr.net/npm/yandex-metrica-watch/tag.js | 36 |
https://yastatic.net/partner-code-bundles/1239411/ca51be091be22fceb2d4.js | 21 |
https://yastatic.net/safeframe-bundles/0.83/host.js | 19 |
https://gdeslon.ru/gsp.js?mode=list&mid=112048&order_id=&cat_id=&codes=&deduplication=&perf=3781&gs_uid=undefined&_t=1743506333853&source=https%3A%2F%2Fwww.585zolotoy.ru%2Fcatalog%2Fgold-rings%2F | 19 |
https://privacy-cs.mail.ru/static/sync-loader.js | 16 |
https://gdeslon.ru/gsp.js?mode=list&mid=112048&order_id=&cat_id=&codes=&deduplication=&perf=3781&gs_uid=undefined&_t=1743506333804&source=https%3A%2F%2Fwww.585zolotoy.ru%2Fcatalog%2Fgold-rings%2F | 14 |
Tool/domain | Time (ms) |
---|---|
www.585zolotoy.ru | 546.2 |
Google Tag Manager | 404.5 |
yandex.ru | 186.2 |
Yandex Metrica | 170.3 |
cdn.skcrtxr.com | 89.1 |
cdn.diginetica.net | 76.7 |
top-fwz1.mail.ru | 67.1 |
pay.yandex.ru | 62.8 |
JSDelivr CDN | 35.8 |
Yandex CDN | 39.7 |
gdeslon.ru | 32.2 |
privacy-cs.mail.ru | 16.4 |
Third party requests categorised by Third party web version 0.26.2.
Category | Requests |
---|---|
cdn | 14 |
survelliance | 19 |
tag-manager | 2 |
analytics | 19 |
ad | 31 |
Category | Number of tools |
---|---|
cdn | 3 |
survelliance | 3 |
tag-manager | 1 |
analytics | 2 |
ad | 7 |
cdn (14 requests) |
Google Fonts |
Yandex CDN |
JSDelivr CDN |
|
survelliance (19 requests) |
Google Fonts |
Google Tag Manager |
Google Analytics |
|
tag-manager (2 requests) |
Google Tag Manager |
|
analytics (19 requests) |
Yandex Metrica |
Google Analytics |
|
ad (31 requests) |
AdRiver |
GetIntent RTBSuite |
Yandex Ads |
Between Digital |
adKernel |
Index Exchange |
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 |
hitcrypt.9qjbah.ru |
qntm.pro |
hit.9qjbah.ru |
skcrtxr.com |
bidder.skcrtxr.com |
rpc.skcrtxr.com |
rap.skcrtxr.com |
rtmscl.com |
sentry.aisance.ru |
yandex.ru |
top-fwz1.mail.ru |
cdn.diginetica.net |
privacy-cs.mail.ru |
autocomplete.diginetica.net |
ads.adfox.ru |
banners.adfox.ru |
x.cnt.my |
gdeslon.ru |
citydsp.com |
clicks.gdeslon.ru |
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 |
dmp.sbermarketing.ru |
tms.gpmdata.ru |
dmg.digitaltarget.ru |
cs.alfasense.com |
sync.opendsp.ru |
id.uma.media |
const.uno |
sync.videonow.ru |
mc.acint.net |
ssp.bidster.net |
x01.aidata.io |
code.moviead55.ru |
rtb.moe.video |
sync.dmp.otm-r.com |
kimberlite.io |
exchange.buzzoola.com |
prodmp.ru |
retagro.com |
sm.rtb.mts.ru |
ssp-rtb.sape.ru |
vma.mts.ru |
acint.net |
cm.a.mts.ru |
6489587901743506334674.cm.a.mts.ru |
www.acint.net |
Cookie name | Domain |
---|---|
_yasc | .yandex.ru |
bh | .yandex.ru |
receive-cookie-deprecation | .yandex.ru |
yabs-sid | .yandex.ru |
gi_u | .adhigh.net |
userId | .gdeslon.ru |
bidvol_sync | .adhigh.net |
xcntUt | .cnt.my |
bvuid | .bidvol.com |
sm_uid | ck.silvermob.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 | 148.1 KB | 849.1 KB | 1 |
css | 0 b | 50.4 KB | 283.1 KB | 1 |
javascript | 0 b | 605.9 KB | 1.5 MB | 105 |
image | 0 b | 605.9 KB | 1.5 KB | 16 |
font | 0 b | 27.0 KB | 26.8 KB | 1 |
svg | 0 b | 3.5 KB | 6.6 KB | 4 |
other | 0 b | 791 B | 438 B | 1 |
json | 0 b | 21.0 KB | 36.1 KB | 2 |
Total | N/A | 1.4 MB | 2.7 MB | 134 |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 2.4 KB | 16.3 KB | 35.8 KB | 4 |
css | 0 b | 0 b | 0 b | 0 |
javascript | 2.7 KB | 1.2 MB | 4.8 MB | 40 |
image | 3.9 KB | 837.7 KB | 814.6 KB | 66 |
font | 0 b | 26.0 KB | 50.8 KB | 2 |
json | 956 B | 8.3 KB | 6.6 KB | 13 |
plain | 563 B | 6.3 KB | 15 B | 23 |
other | 1.3 KB | 235 B | 0 b | 6 |
svg | 9.0 KB | 272.4 KB | 268.0 KB | 28 |
Total | 31.5 KB | 2.3 MB | 6.0 MB | 241 |
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 (41 issues) |
Serious | 4 (49 issues) |
Moderate | 2 (145 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 | 171 ms |
Time To First Byte (TTFB) 75 percentile | 901 ms |
First Contentful Paint (FCP) 75 percentile | 2.119 s |
Largest Contentful Paint (LCP) 75 percentile | 2.165 s |
Cumulative Layout Shift (CLS) 75 percentile | 0.03 |
Interaction to Next Paint (INP) 75 percentile | 1.147 s |
Form factor | Value |
---|---|
Desktop | 0.00% |
Phone | 100.00% |
Tablet | 0.00% |
Element type | Value |
---|---|
Text | 11.12% |
Image | 88.88% |
Metric | 75 p |
---|---|
Largest Contentful Paint | 2.165 s |
Image load duration | 0 ms |
Image load delay | 0 ms |
Image render delay | 1.162 s |
Image TTFB | 875 ms |
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) |