Tested 2025-04-02 11:18:55 using Chrome 134.0.6998.35 (runtime settings).
Metric | Value |
---|---|
Page metrics | |
Performance Score | 53 |
Total Page Transfer Size | 3.7 MB |
Requests | 460 |
Timing metrics | |
TTFB [median] | 830 ms |
First Paint [median] | 2.024 s |
Fully Loaded [median] | 9.040 s |
Google Web Vitals | |
TTFB [median] | 830 ms |
First Contentful Paint (FCP) [median] | 2.024 s |
Largest Contentful Paint (LCP) [median] | 6.300 s |
Cumulative Layout Shift (CLS) [median] | 0.00 |
Interaction To Next Paint (INP) [median] | 1.056 s |
Total Blocking Time [median] | 3.071 s |
Max Potential FID [median] | 1.115 s |
CPU metrics | |
CPU long tasks [median] | 15 |
CPU longest task duration | 1.222 s |
CPU last long task happens at | 7.062 s |
Visual Metrics | |
First Visual Change [median] | 2.000 s |
Speed Index [median] | 5.519 s |
Visual Complete 85% [median] | 6.467 s |
Visual Complete 99% [median] | 6.467 s |
Last Visual Change [median] | 6.467 s |
Chrome User Experience Report (CRUX) | |
First Contentful Paint [p75] | 2.447 s |
Largest Contentful Paint (LCP) [p75] | 2.625 s |
Cumulative Layout Shift (CLS) [p75] | 0.11 |
Metric | min | median | mean | max |
---|---|---|---|---|
Visual Metrics | ||||
FirstVisualChange | 1.134 s | 2.000 s | 1.811 s | 2.300 s |
LastVisualChange | 5.767 s | 6.467 s | 6.367 s | 6.867 s |
SpeedIndex | 4.819 s | 5.519 s | 5.360 s | 5.742 s |
VisualReadiness | 4.467 s | 4.567 s | 4.556 s | 4.633 s |
VisualComplete85 | 5.734 s | 6.467 s | 6.323 s | 6.767 s |
VisualComplete95 | 5.767 s | 6.467 s | 6.334 s | 6.767 s |
VisualComplete99 | 5.767 s | 6.467 s | 6.367 s | 6.867 s |
Google Web Vitals | ||||
Time To First Byte (TTFB) | 596 ms | 830 ms | 752 ms | 830 ms |
Largest Contentful Paint (LCP) | 5.564 s | 6.300 s | 6.148 s | 6.580 s |
First Contentful Paint (FCP) | 1.108 s | 2.024 s | 1.811 s | 2.300 s |
Cumulative Layout Shift (CLS) | 0.0017 | 0.0017 | 0.0017 | 0.0017 |
More metrics | ||||
firstPaint | 1.108 s | 2.024 s | 1.811 s | 2.300 s |
loadEventEnd | 5.892 s | 6.811 s | 7.379 s | 9.435 s |
User Timing | ||||
sentry-tracing-init | 3.752 s | 4.409 s | 4.328 s | 4.824 s |
CPU | ||||
Total Blocking Time | 3.041 s | 3.071 s | 3.064 s | 3.080 s |
Max Potential FID | 1.024 s | 1.115 s | 1.092 s | 1.138 s |
CPU long tasks | 14 | 15 | 15 | 17 |
CPU last long task happens at | 6.130 s | 7.062 s | 7.587 s | 9.569 s |
Run 2 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 186 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 2110 characters long. https://mc.yandex.ru...ru/watch/92508816 has a header location that is 1301 characters long. https://mc.yandex.ru.../watch/92508816/1 has a header location that is 1301 characters long. https://mc.yandex.ru.../watch/92508816/1 has a header set-cookie that is 923 characters long. https://top-fwz1.mai...1.mail.ru/counter 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://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. | 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 (345 requests and 2.5 MB) then first party (115 requests and 1.4 MB). The page transfer more bytes from third party domains (2.5 MB) then first party (1.4 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 62 responses that sets a p3p header. There are 157 responses that sets both a max-age and expires header. There are 92 responses that sets a pragma no-cache header (that is a request header). There are 399 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 31 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 (86 requests with a size of 1.1 MB). 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 9 survelliance requests and uses 3 survelliance tools. The page do 2 tag-manager requests and uses 1 tag-manager tool. The page do 8 analytics requests and uses 2 analytics tools. The page do 2 utility requests and uses 1 utility tool. The page do 54 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 | 5422 |
DOM elements | 4798 |
Avg DOM depth | 10 |
Max DOM depth | 17 |
Iframes | 7 |
Script tags | 33 |
Local storage | 904 B |
Session storage | 454 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 |
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 |
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
Cdn |
---|
Google Fonts |
Yandex CDN |
JSDelivr CDN |
Survelliance |
Google Fonts |
Google Tag Manager |
Google Analytics |
Tag-manager |
Google Tag Manager |
Analytics |
Yandex Metrica |
Google Analytics |
Utility |
Yandex APIs |
Ad |
AdRiver |
GetIntent RTBSuite |
Between Digital |
adKernel |
Yandex Ads |
Index Exchange |
Weborama |
Segmento |
Data from run 2
Visual Metrics | |
---|---|
First Visual Change | 2.000 s |
Speed Index | 5.519 s |
Visual Complete 85% | 6.467 s |
Visual Complete 95% | 6.467 s |
Visual Complete 99% | 6.467 s |
Last Visual Change | 6.467 s |
Visual Readiness | 4.467 s |
Navigation Timing | |
---|---|
backEndTime | 596 ms |
domContentLoadedTime | 4.276 s |
domInteractiveTime | 4.207 s |
domainLookupTime | 0 ms |
frontEndTime | 6.147 s |
pageDownloadTime | 68 ms |
pageLoadTime | 6.810 s |
redirectionTime | 0 ms |
serverConnectionTime | 26 ms |
serverResponseTime | 632 ms |
Google Web Vitals | |
---|---|
Time to first byte (TTFB) | 596 ms |
First Contentful Paint (FCP) | 2.024 s |
Largest Contentful Paint (LCP) | 6.300 s |
Cumulative Layout Shift (CLS) | 0.00 |
Interaction to next paint (INP) | 1.056 s |
Total Blocking Time (TBT) | 3.071 s |
First Contentful Paint info | |
---|---|
Elements that needed recalculate style before FCP | 1971 |
Time spent in recalculate style before FCP | 77.874 ms |
Extra timings | |
---|---|
TTFB | 596 ms |
First Paint | 2.024 s |
Load Event End | 6.811 s |
Fully loaded | 9.040 s |
User Timing marks | |
---|---|
sentry-tracing-init | 4.407 s |
sentry-tracing-init | 4.409 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 src="https://core-renderer-tiles.maps.yandex.net/tiles?l=map&x=618&y=321&z=10&scale=1&lang=ru_RU&v=25.04.02-0~b:250311142430~ib:250330021739-24332&apikey=c841390b-b380-40d2-9e35-217bd2f947e2" style="width: 256px; height: 256px; opacity: 1; left: 147px; top: 296px;"> |
Render time | 6.300 s |
Element render delay | 232 ms |
TTFB | 596 ms |
Resource delay | 5.333 s |
Resource load duration | 140 ms |
Elements that needed recalculate style before LCP | 3357 |
Time spent in recalculate style before LCP | 163.334 ms |
Load time | 6.271 s |
URL | https://core-rendere....yandex.net/tiles |
Size (width*height) | 80411 |
DOM path | |
div#__nuxt > section > div:eq(1) > div:eq(1) > div > ymaps > ymaps:eq(0) > ymaps:eq(0) > ymaps > ymaps > ymaps > img:eq(0)> div#__nuxt > section > div:eq(1) > div:eq(1) > div > ymaps > ymaps:eq(0) > ymaps:eq(0) > ymaps > ymaps > ymaps > img:eq(0)> |
0.00168 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.00168 | <div class="divide-y divide-neutral-200" data-v-13ff282c=""></div> |
body > div#__nuxt > section > div:eq(1) > div:eq(0) > div > div:eq(1) |
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 1.056 s.
Event type | pointerover |
Element type | DIV |
Element class name | outlets-map relative size-full |
Event target | div.outlets-map.relative.size-full |
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.091 s | 248.9 ms | 1.090 s | 0 ms | 1.090 s |
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 |
---|---|---|---|---|
1.067 s | 118.6 ms | 1.011 s | 1.011 s | 0 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
966.5 ms | 57.5 ms | 1.004 s | 1.004 s | 0 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
797.3 ms | 856.8 ms | 2.1 ms | 1.8 ms | 0.3 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: 5 ms Invoker: import.then |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
70.8 ms | 152.6 ms | 28.7 ms | 27.6 ms | 1.1 ms |
https://cdn.diginetica.net/648/client.js | ||||
Invoker: https://cdn.diginetica.net/648/client.js | ||||
Invoker: SCRIPT[src=https://yastatic.net/s3/front-maps-static/maps-front-jsapi-3/3.0.16239869/build/static/bundles/0-0-1/clusterer.js].onload |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
57.1 ms | 93.5 ms | 14.1 ms | 12.8 ms | 1.3 ms |
https://yastatic.net/s3/front-maps-static/maps-front-jsapi-3/3.0.16239869/build/static/bundles/main.js | ||||
Invoker: https://yastatic.net/s3/front-maps-static/maps-front-jsapi-3/3.0.16239869/build/static/bundles/main.js | ||||
Forced Style And Layout Duration: 13 ms Invoker: SCRIPT[src=https://yastatic.net/s3/front-maps-static/maps-front-jsapi-3/3.0.16239869/build/static/bundles/main.js].onload | ||||
https://www.585zolotoy.ru/_nuxt/entry/4v4mbHEM-1743168079297.js | ||||
Invoker: FrameRequestCallback |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
56.2 ms | 129.4 ms | 1.1 ms | 1 ms | 0.1 ms |
https://www.585zolotoy.ru/_nuxt/entry/4v4mbHEM-1743168079297.js | ||||
Invoker: TimerHandler:setTimeout | ||||
https://www.googletagmanager.com/gtag/js?id=G-750VBXG7ZL&l=dataLayer&cx=c>m=45He53v1v812662698za200&tag_exp=102788824~102803279~102813109~102887800~102926062~102975949~102976415~103016951 | ||||
Invoker: https://www.googletagmanager.com/gtag/js?id=G-750VBXG7ZL&l=dataLayer&cx=c>m=45He53v1v812662698za200&tag_exp=102788824~102803279~102813109~102887800~102926062~102975949~102976415~103016951 |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
47.2 ms | 97.9 ms | 0.7 ms | 0 ms | 0.7 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 |
---|---|---|---|---|
34.7 ms | 109.5 ms | 0.4 ms | 0.1 ms | 0.3 ms |
https://mc.yandex.ru/metrika/tag.js | ||||
Invoker: https://mc.yandex.ru/metrika/tag.js |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
23.5 ms | 98 ms | 1.8 ms | 1.7 ms | 0.1 ms |
https://www.585zolotoy.ru/_nuxt/entry/4v4mbHEM-1743168079297.js | ||||
Invoker: TimerHandler:setTimeout |
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 | 460 |
Total domains | 80 |
Total transfer size | 3.7 MB |
Total content size | 11.1 MB |
Responses missing compression | 86 |
Number of cookies | 87 |
Third party cookies | 31 |
Requests per response code | |
---|---|
200 | 313 |
204 | 21 |
301 | 15 |
302 | 101 |
307 | 8 |
400 | 2 |
URL | Type | Transfer Size | Content Size |
---|---|---|---|
https://www.585zolot...u/contacts/shops/ | html | 389.7 KB | 1.9 MB |
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.googleta...nager.com/gtag/js | javascript | 143.3 KB | 443.7 KB |
https://cdn.skcrtxr..../common-engine.js | javascript | 134.5 KB | 554.9 KB |
https://yastatic.net...de0751313814b9.js | javascript | 123.1 KB | 638.1 KB |
https://www.googleta...anager.com/gtm.js | javascript | 116.2 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.5 KB |
https://yastatic.net...bundles/vector.js | javascript | 97.7 KB | 371.6 KB |
https://yastatic.net...c/bundles/main.js | javascript | 88.6 KB | 310.2 KB |
https://cdn.jsdelivr...rica-watch/tag.js | javascript | 87.5 KB | 238.0 KB |
https://mc.yandex.ru/metrika/tag.js | javascript | 79.7 KB | 237.3 KB |
https://www.585zolot...-1743168079297.js | javascript | 77.2 KB | 283.4 KB |
https://www.585zolot...1743168079297.css | css | 50.4 KB | 283.1 KB |
https://content.adriver.ru/AdRiverFPS.js | javascript | 48.0 KB | 47.7 KB |
https://fonts.gstati...p50SjIa1ZL7.woff2 | font | 47.4 KB | 47.3 KB |
https://fonts.gstati...BNMjxLsH8ag.woff2 | font | 44.1 KB | 44.0 KB |
https://pay.yandex.ru/sdk/v1/pay.js | javascript | 40.9 KB | 163.5 KB |
https://www.585zolot...1743168079297.png | image | 37.6 KB | 0 b |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 2.4 KB | 410.5 KB | 1.9 MB | 7 |
css | 0 b | 52.3 KB | 295.2 KB | 3 |
javascript | 1.9 KB | 1.8 MB | 7.9 MB | 133 |
image | 6.2 KB | 1.2 MB | 815.9 KB | 127 |
font | 0 b | 180.1 KB | 203.8 KB | 7 |
svg | 0 b | 3.5 KB | 6.7 KB | 4 |
other | 1.3 KB | 1.2 KB | 438 B | 9 |
plain | 706 B | 6.3 KB | 15 B | 26 |
json | 1.4 KB | 9.3 KB | 7.0 KB | 18 |
Total | 13.9 KB | 3.6 MB | 11.1 MB | 334 |
Domain | Total download time | Transfer Size | Content Size | Requests |
---|---|---|---|---|
www.585zolotoy.ru | 15.850 s | 1.3 MB | 3.5 MB | 115 |
pay.yandex.ru | 465 ms | 50.4 KB | 188.7 KB | 4 |
cdn.skcrtxr.com | 331 ms | 135.8 KB | 557.5 KB | 2 |
fonts.googleapis.com | 386 ms | 1.9 KB | 12.1 KB | 2 |
fonts.gstatic.com | 879 ms | 127.1 KB | 126.2 KB | 4 |
9qjbah.ru | 119 ms | 30.7 KB | 30.4 KB | 1 |
onelinksmartscript.appsflyer.com | 235 ms | 22.0 KB | 94.8 KB | 1 |
hitcrypt.9qjbah.ru | 220 ms | 960 B | 718 B | 2 |
qntm.pro | 1.012 s | 387 B | 256 B | 1 |
hit.9qjbah.ru | 242 ms | 276 B | 0 b | 1 |
skcrtxr.com | 104 ms | 416 B | 70 B | 1 |
www.googletagmanager.com | 472 ms | 259.4 KB | 824.1 KB | 2 |
bidder.skcrtxr.com | 147 ms | 406 B | 43 B | 3 |
rpc.skcrtxr.com | 116 ms | 54 B | 15 B | 2 |
mc.yandex.ru | 696 ms | 86.3 KB | 245.1 KB | 7 |
rap.skcrtxr.com | 131 ms | 375 B | 43 B | 1 |
sentry.aisance.ru | 236 ms | 277 B | 43 B | 2 |
api-maps.yandex.ru | 325 ms | 5.8 KB | 11.5 KB | 2 |
static2.585.cloud | 5.407 s | 536.2 KB | 516.4 KB | 63 |
content.adriver.ru | 183 ms | 48.0 KB | 47.7 KB | 1 |
px.adhigh.net | 1.987 s | 19.6 KB | 20.9 KB | 30 |
yandex.ru | 1.318 s | 112.0 KB | 1.5 MB | 8 |
rtmscl.com | 397 ms | 1.8 KB | 1.8 KB | 2 |
yastatic.net | 911 ms | 391.9 KB | 2.3 MB | 13 |
top-fwz1.mail.ru | 200 ms | 24.5 KB | 49.9 KB | 4 |
cdn.diginetica.net | 220 ms | 113.3 KB | 493.4 KB | 1 |
ad.adriver.ru | 159 ms | 644 B | 501 B | 1 |
www.google-analytics.com | 217 ms | 556 B | 0 b | 1 |
core-renderer-tiles.maps.yandex.net | 1.579 s | 299.8 KB | 296.3 KB | 16 |
privacy-cs.mail.ru | 354 ms | 20.9 KB | 82.6 KB | 4 |
autocomplete.diginetica.net | 121 ms | 364 B | 2 B | 1 |
ads.adfox.ru | 645 ms | 230 B | 0 b | 1 |
banners.adfox.ru | 104 ms | 480 B | 43 B | 1 |
ssp.bidvol.com | 388 ms | 889 B | 0 b | 2 |
ads.adtec.ru | 465 ms | 64 B | 64 B | 2 |
ck.silvermob.com | 731 ms | 348 B | 86 B | 2 |
ssp.rutube.ru | 272 ms | 0 b | 0 b | 2 |
ssp.adriver.ru | 545 ms | 106 B | 84 B | 2 |
matching.mobilebanner.ru | 841 ms | 425 B | 0 b | 2 |
rtb.hhkld.com | 675 ms | 910 B | 86 B | 2 |
match.ohmy.bid | 504 ms | 453 B | 88 B | 5 |
instreamvideo.ru | 306 ms | 996 B | 86 B | 2 |
tms.dmp.wi-fi.ru | 545 ms | 449 B | 0 b | 4 |
ads.betweendigital.com | 2.190 s | 1.2 KB | 136 B | 5 |
dmp.sbermarketing.ru | 2.373 s | 6.2 KB | 0 b | 20 |
sync.videonow.ru | 3.700 s | 915 B | 70 B | 2 |
tms.gpmdata.ru | 578 ms | 1.3 KB | 70 B | 2 |
dmg.digitaltarget.ru | 568 ms | 487 B | 147 B | 5 |
prodmp.ru | 412 ms | 459 B | 0 b | 2 |
id.uma.media | 417 ms | 220 B | 0 b | 2 |
x01.aidata.io | 540 ms | 920 B | 0 b | 4 |
a.utraff.com | 653 ms | 1.7 KB | 0 b | 3 |
code.moviead55.ru | 589 ms | 295 B | 0 b | 2 |
sync.dmp.otm-r.com | 372 ms | 301 B | 0 b | 5 |
ssp.bidster.net | 435 ms | 301 B | 0 b | 2 |
cs.alfasense.com | 652 ms | 554 B | 0 b | 2 |
exchange.buzzoola.com | 399 ms | 257 B | 86 B | 5 |
sync.opendsp.ru | 399 ms | N/A | 0 b | 7 |
rtb.moe.video | 435 ms | 353 B | 0 b | 2 |
kimberlite.io | 1.247 s | 1.5 KB | 86 B | 5 |
mc.acint.net | 1.328 s | 257 B | 43 B | 13 |
sync.adkernel.com | 729 ms | 84 B | 84 B | 2 |
an.yandex.ru | 347 ms | 482 B | 86 B | 3 |
dsum-sec.casalemedia.com | 957 ms | 1.1 KB | 86 B | 4 |
const.uno | 344 ms | 0 b | 0 b | 2 |
sm.rtb.mts.ru | 226 ms | 142 B | 0 b | 4 |
ev.adriver.ru | 335 ms | 0 b | 0 b | 2 |
ssp-rtb.sape.ru | 278 ms | N/A | 0 b | 4 |
vma.mts.ru | 824 ms | 256 B | 0 b | 8 |
acint.net | 317 ms | N/A | 0 b | 4 |
cm.a.mts.ru | 214 ms | N/A | 0 b | 4 |
6948063261743592744139.cm.a.mts.ru | 82 ms | N/A | 0 b | 1 |
5164573421743592744139.cm.a.mts.ru | 81 ms | N/A | 0 b | 1 |
4536754791743592744139.cm.a.mts.ru | 95 ms | N/A | 0 b | 1 |
pixel.konnektu.ru | 106 ms | N/A | 0 b | 1 |
redirect.frontend.weborama.fr | 147 ms | N/A | 0 b | 2 |
solta-sync.rutarget.ru | 138 ms | 124 B | 0 b | 1 |
sape-sync.rutarget.ru | 137 ms | 124 B | 0 b | 1 |
www.acint.net | 90 ms | 269 B | 43 B | 1 |
cdn.jsdelivr.net | 600 ms | 87.5 KB | 238.0 KB | 1 |
type | min | median | max |
---|---|---|---|
Expires | -55 years | 0 seconds | 30 years |
Last modified | 0 seconds | 5 days | 55 years |
Included requests done after load event end.
Content | Transfer Size | Requests |
---|---|---|
html | 0 b | 0 |
css | 0 b | 0 |
javascript | 87.5 KB | 1 |
image | 3.3 KB | 3 |
font | 0 b | 0 |
json | 1.9 KB | 1 |
Total | 92.7 KB | 6 |
Includes requests done after DOM content loaded.
Content | Transfer Size | Requests |
---|---|---|
html | 12.0 KB | 5 |
css | 0 b | 0 |
javascript | 1.2 MB | 55 |
image | 851.7 KB | 122 |
font | 26.0 KB | 2 |
other | 1.2 KB | 9 |
plain | 6.3 KB | 26 |
json | 9.3 KB | 18 |
svg | 717 B | 1 |
Total | 2.1 MB | 363 |
Render blocking information directly from Chrome.
Blocking | In body parser blocking | Potentially blocking |
---|---|---|
4 | 0 | 2 |
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...de0751313814b9.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://yastatic.net...bundles/vector.js | non_blocking |
https://yastatic.net...c/bundles/main.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.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://9qjbah.ru/ | non_blocking |
https://yastatic.net...riable-full.woff2 | non_blocking |
https://yastatic.net...6d38604a9f325e.js | non_blocking |
https://www.585zolot...-1743168079297.js | non_blocking |
https://onelinksmart...-script-latest.js | non_blocking |
https://privacy-cs.m...ic/sync-loader.js | non_blocking |
https://top-fwz1.mail.ru/js/code.js | non_blocking |
https://fonts.gstati...SjIa0ZL7SUc.woff2 | non_blocking |
https://www.585zolot...-1743168079297.js | 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...6f51a9a1b55698.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...0cfca30fb7a2b6.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://api-maps.yan...ps.yandex.ru/3.0/ | 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://yastatic.net...-0-1/clusterer.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://www.585zolot...-1743168079297.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://cdn.skcrtxr..../roxot-manager.js | potentially_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://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://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://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://www.585zolot...normalize-span.js | blocking |
https://rtmscl.com/d...//rtmscl.com/data | non_blocking |
https://yandex.ru/ads/system/context.js | non_blocking |
https://yandex.ru/ads/system/context.js | non_blocking |
https://yandex.ru/ads/system/context.js | non_blocking |
https://yastatic.net...riable-full.woff2 | non_blocking |
https://yastatic.net...de0751313814b9.js | non_blocking |
https://yastatic.net...dles/0.83/host.js | non_blocking |
https://yastatic.net...6d38604a9f325e.js | non_blocking |
https://www.585zolot...nate_Medium.woff2 | non_blocking |
https://px.adhigh.ne...net/p/tracking.js | 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 | 3071 | |
Max Potential First Input Delay | 1024 | |
Long Tasks before First Paint | 2 | 1168 |
Long Tasks before First Contentful Paint | 2 | 1168 |
Long Tasks before Largest Contentful Paint | 14 | 4776 |
Long Tasks after Load Event End | 2 | 149 |
Total Long Tasks | 17 | 4989 |
CPU last long task happened at 7.062 s
name | startTime | duration | containerId | containerName | containerSrc | containerType |
---|---|---|---|---|---|---|
self | 801 | 50 | window | |||
unknown | 852 | 1118 | window | |||
unknown | 2028 | 1012 | window | |||
self | 3052 | 105 | window | |||
unknown | 3159 | 1024 | window | |||
self | 4207 | 71 | window | |||
self | 4284 | 57 | window | |||
multiple-contexts | 4485 | 845 | window | |||
self | 5492 | 84 | window | |||
self | 5711 | 71 | window | |||
self | 5824 | 93 | window | |||
self | 5982 | 105 | window | |||
self | 6092 | 81 | window | |||
self | 6182 | 60 | window | |||
same-origin-descendant | 6336 | 64 | iframe | |||
self | 6901 | 53 | window | |||
self | 7062 | 96 | window |
Calculated using Tracium.
Categories (ms) | |
---|---|
parseHTML | 247 |
styleLayout | 3196 |
paintCompositeRender | 106 |
scriptParseCompile | 8 |
scriptEvaluation | 2524 |
garbageCollection | 90 |
other | 1078 |
Events (ms) | |
---|---|
Layout | 3008 |
RunMicrotasks | 1280 |
RunTask | 756 |
v8.run | 704 |
FunctionCall | 318 |
ParseHTML | 203 |
UpdateLayoutTree | 185 |
IntersectionObserverController::computeIntersections | 95 |
Paint | 85 |
v8.evaluateModule | 67 |
V8.GC_SCAVENGER_SCAVENGE_PARALLEL | 63 |
Layerize | 63 |
HTMLDocumentParser::MaybeFetchQueuedPreloads | 59 |
v8.callFunction | 40 |
PrePaint | 31 |
DocumentLoader::BodyLoadingFinished | 27 |
V8.HandleInterrupts | 25 |
V8.BytecodeBudgetInterrupt | 23 |
DecodedDataDocumentParser::AppendBytes | 20 |
Commit | 17 |
HitTest | 14 |
FireIdleCallback | 14 |
TimerFire | 11 |
EventDispatch | 10 |
URL | CPU time (ms) |
---|---|
https://www.585zolotoy.ru/_nuxt/entry/4v4mbHEM-1743168079297.js | 475 |
https://www.googletagmanager.com/gtm.js?id=GTM-W266292 | 191 |
https://yandex.ru/ads/system/context.js | 165 |
https://www.googletagmanager.com/gtag/js?id=G-750VBXG7ZL&l=dataLayer&cx=c>m=45He53v1v812662698za200&tag_exp=102788824~102803279~102813109~102887800~102926062~102975949~102976415~103016951 | 124 |
https://mc.yandex.ru/metrika/tag.js | 110 |
https://cdn.diginetica.net/648/client.js | 83 |
https://cdn.skcrtxr.com/wrapper/js/common-engine.js?v=s-38c943b7-ab04-42d5-8dbb-2ca709d07822 | 71 |
https://top-fwz1.mail.ru/js/code.js | 64 |
https://pay.yandex.ru/sdk/v1/pay.js | 59 |
https://yastatic.net/s3/front-maps-static/maps-front-jsapi-3/3.0.16239869/build/static/bundles/main.js | 42 |
https://cdn.jsdelivr.net/npm/yandex-metrica-watch/tag.js | 25 |
https://yastatic.net/s3/front-maps-static/maps-front-jsapi-3/3.0.16239869/build/static/bundles/vector.js | 21 |
https://privacy-cs.mail.ru/static/sync-loader.js | 18 |
https://yastatic.net/safeframe-bundles/0.83/host.js | 16 |
https://yastatic.net/partner-code-bundles/1240318/dc43e16d38604a9f325e.js | 14 |
Tool/domain | Time (ms) |
---|---|
www.585zolotoy.ru | 474.5 |
Google Tag Manager | 314.9 |
yandex.ru | 164.5 |
Yandex Metrica | 109.7 |
cdn.diginetica.net | 83.3 |
cdn.skcrtxr.com | 71.2 |
top-fwz1.mail.ru | 63.6 |
pay.yandex.ru | 59.2 |
Yandex CDN | 94.0 |
JSDelivr CDN | 25.0 |
privacy-cs.mail.ru | 18.1 |
Third party requests categorised by Third party web version 0.26.2.
Category | Requests |
---|---|
cdn | 16 |
survelliance | 9 |
tag-manager | 2 |
analytics | 8 |
utility | 2 |
ad | 52 |
Category | Number of tools |
---|---|
cdn | 3 |
survelliance | 3 |
tag-manager | 1 |
analytics | 2 |
utility | 1 |
ad | 7 |
cdn (16 requests) |
Google Fonts |
Yandex CDN |
JSDelivr CDN |
|
survelliance (9 requests) |
Google Fonts |
Google Tag Manager |
Google Analytics |
|
tag-manager (2 requests) |
Google Tag Manager |
|
analytics (8 requests) |
Yandex Metrica |
Google Analytics |
|
utility (2 requests) |
Yandex APIs |
ad (52 requests) |
AdRiver |
GetIntent RTBSuite |
Between Digital |
Yandex Ads |
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 |
9qjbah.ru |
onelinksmartscript.appsflyer.com |
hitcrypt.9qjbah.ru |
qntm.pro |
hit.9qjbah.ru |
skcrtxr.com |
sentry.aisance.ru |
bidder.skcrtxr.com |
rpc.skcrtxr.com |
rap.skcrtxr.com |
rtmscl.com |
static2.585.cloud |
top-fwz1.mail.ru |
cdn.diginetica.net |
yandex.ru |
core-renderer-tiles.maps.yandex.net |
autocomplete.diginetica.net |
privacy-cs.mail.ru |
ads.adfox.ru |
banners.adfox.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 |
kimberlite.io |
const.uno |
sync.dmp.otm-r.com |
exchange.buzzoola.com |
code.moviead55.ru |
id.uma.media |
dmg.digitaltarget.ru |
prodmp.ru |
rtb.moe.video |
tms.gpmdata.ru |
ssp.bidster.net |
sync.opendsp.ru |
dmp.sbermarketing.ru |
sync.videonow.ru |
cs.alfasense.com |
x01.aidata.io |
mc.acint.net |
sm.rtb.mts.ru |
vma.mts.ru |
ssp-rtb.sape.ru |
cm.a.mts.ru |
acint.net |
6814925211743592778369.cm.a.mts.ru |
4900469981743592778369.cm.a.mts.ru |
pixel.konnektu.ru |
sync.dsp.solta.io |
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 |
bidvol_sync | .adhigh.net |
bvuid | .bidvol.com |
sm_uid | ck.silvermob.com |
dmpuid | .gpmdata.ru |
preutid | .itraff.net |
uuid | buzzoola.com |
mpid | otm-r.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 | 389.7 KB | 1.9 MB | 1 |
css | 0 b | 50.4 KB | 283.1 KB | 1 |
javascript | 0 b | 511.8 KB | 1.3 MB | 97 |
image | 0 b | 355.5 KB | 1.5 KB | 6 |
font | 0 b | 27.0 KB | 26.8 KB | 1 |
svg | 0 b | 3.5 KB | 6.7 KB | 4 |
json | 0 b | 408 B | 189 B | 1 |
other | 0 b | 791 B | 438 B | 1 |
Total | N/A | 1.3 MB | 3.5 MB | 115 |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 2.4 KB | 20.8 KB | 41.1 KB | 6 |
css | 0 b | 1.9 KB | 12.1 KB | 2 |
javascript | 1.9 KB | 1.3 MB | 6.6 MB | 36 |
image | 6.2 KB | 850.1 KB | 814.4 KB | 121 |
font | 0 b | 153.1 KB | 177.0 KB | 6 |
other | 1.3 KB | 459 B | 0 b | 8 |
plain | 706 B | 6.3 KB | 15 B | 26 |
json | 1.4 KB | 8.9 KB | 6.8 KB | 17 |
Total | 37.4 KB | 2.3 MB | 7.6 MB | 345 |
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 (20 issues) |
Serious | 3 (7 issues) |
Moderate | 3 (10 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-4 and 2025-3-31
Metric | Value |
---|---|
Round Trip Time (RTT) 75 percentile | 168 ms |
Time To First Byte (TTFB) 75 percentile | 1.072 s |
First Contentful Paint (FCP) 75 percentile | 2.447 s |
Largest Contentful Paint (LCP) 75 percentile | 2.625 s |
Cumulative Layout Shift (CLS) 75 percentile | 0.11 |
Interaction to Next Paint (INP) 75 percentile | 1.348 s |
Form factor | Value |
---|---|
Desktop | 4.25% |
Phone | 95.75% |
Tablet | 0.00% |
Navigation type | Value |
---|---|
Navigate | 93.56% |
Navigate cache | 0.00% |
Reload | 6.44% |
Restore | 0.00% |
Back/Forward | 0.00% |
Back/Forward cache | 0.00% |
Prerender | 0.00% |
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-4 and 2025-3-31
Metric | Value |
---|---|
Round Trip Time (RTT) 75 percentile | 163 ms |
Time To First Byte (TTFB) 75 percentile | 1.274 s |
First Contentful Paint (FCP) 75 percentile | 2.455 s |
Largest Contentful Paint (LCP) 75 percentile | 2.771 s |
Cumulative Layout Shift (CLS) 75 percentile | 0.07 |
Interaction to Next Paint (INP) 75 percentile | 942 ms |
Form factor | Value |
---|---|
Desktop | 4.67% |
Phone | 95.33% |
Tablet | 0.00% |
Navigation type | Value |
---|---|
Navigate | 84.50% |
Navigate cache | 0.00% |
Reload | 12.20% |
Restore | 0.09% |
Back/Forward | 2.79% |
Back/Forward cache | 0.24% |
Prerender | 0.18% |
Element type | Value |
---|---|
Text | 22.84% |
Image | 77.16% |
Metric | 75 p |
---|---|
Largest Contentful Paint | 2.771 s |
Image load duration | 229 ms |
Image load delay | 385 ms |
Image render delay | 782 ms |
Image TTFB | 1.201 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) |