Tested 2025-01-14 02:24:44 using Chrome 131.0.6778.85 (runtime settings).
Metric | Value |
---|---|
Page metrics | |
Performance Score | 55 |
Total Page Transfer Size | 18.5 MB |
Requests | 189 |
Timing metrics | |
TTFB [median] | 109 ms |
First Paint [median] | 575 ms |
Fully Loaded [median] | 32.314 s |
Google Web Vitals | |
TTFB [median] | 109 ms |
First Contentful Paint (FCP) [median] | 575 ms |
Largest Contentful Paint (LCP) [median] | 852 ms |
Cumulative Layout Shift (CLS) [median] | 0.21 |
Interaction To Next Paint (INP) [median] | 416 ms |
Total Blocking Time [median] | 1.186 s |
Max Potential FID [median] | 727 ms |
CPU metrics | |
CPU long tasks [median] | 13 |
CPU longest task duration | 751 ms |
CPU last long task happens at | 3.327 s |
Visual Metrics | |
First Visual Change [median] | 567 ms |
Speed Index [median] | 10.739 s |
Visual Complete 85% [median] | 36.900 s |
Visual Complete 99% [median] | 37.234 s |
Last Visual Change [median] | 37.234 s |
Chrome User Experience Report (CRUX) | |
First Contentful Paint [p75] | 1.656 s |
Largest Contentful Paint (LCP) [p75] | 2.417 s |
Cumulative Layout Shift (CLS) [p75] | 0.34 |
Metric | min | median | mean | max |
---|---|---|---|---|
Visual Metrics | ||||
FirstVisualChange | 400 ms | 567 ms | 522 ms | 600 ms |
LastVisualChange | 2.200 s | 37.234 s | 25.567 s | 37.267 s |
SpeedIndex | 1.449 s | 10.739 s | 7.666 s | 10.810 s |
VisualReadiness | 1.600 s | 36.667 s | 25.045 s | 36.867 s |
VisualComplete85 | 1.567 s | 36.900 s | 25.134 s | 36.934 s |
VisualComplete95 | 1.667 s | 37.100 s | 25.322 s | 37.200 s |
VisualComplete99 | 1.667 s | 37.234 s | 25.389 s | 37.267 s |
Google Web Vitals | ||||
Time To First Byte (TTFB) | 76 ms | 109 ms | 105 ms | 130 ms |
Largest Contentful Paint (LCP) | 614 ms | 852 ms | 813 ms | 972 ms |
First Contentful Paint (FCP) | 410 ms | 575 ms | 523 ms | 583 ms |
Cumulative Layout Shift (CLS) | 0.2105 | 0.211 | 0.2108 | 0.211 |
More metrics | ||||
firstPaint | 410 ms | 575 ms | 523 ms | 583 ms |
loadEventEnd | 793 ms | 31.118 s | 21.031 s | 31.182 s |
CPU | ||||
Total Blocking Time | 1.093 s | 1.186 s | 1.164 s | 1.213 s |
Max Potential FID | 654 ms | 727 ms | 711 ms | 751 ms |
CPU long tasks | 12 | 13 | 13 | 14 |
CPU last long task happens at | 3.291 s | 3.327 s | 3.341 s | 3.405 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 |
---|---|---|
Cumulative Layout Shift (cumulativeLayoutShift) | You have a cumulative layout shift score (0.2105) that needs improvements. It is in the Google Web Vitals needs improvement range, shift higher than 0.1. You should manually check the filmstrip or video and check if it will affect the user. | 50 |
Description: Cumulative Layout Shift measures the sum total of all individual layout shift scores for unexpected layout shift that occur. The metric is measuring visual stability by quantify how often users experience unexpected layout shifts. It is one of Google Web Vitals. | ||
Meta description (metaDescription) | The meta description is too long. It has 229 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 103 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://top-fwz1.mai...1.mail.ru/counter has a header set-cookie that is 716 characters long. https://mc.yandex.ru/metrika/watch.js has a header set-cookie that is 795 characters long. https://mc.yandex.ru....ru/watch/5901091 has a header location that is 1904 characters long. https://mc.yandex.ru...u/watch/5901091/1 has a header location that is 1904 characters long. https://mc.yandex.ru...u/watch/5901091/1 has a header set-cookie that is 929 characters long. https://api.sunlight...v3/cities/select/ has a header set-cookie that is 882 characters long. https://yandex.ru/ads/system/context.js has a header set-cookie that is 823 characters long. https://top-fwz1.mai...1.mail.ru/tracker has a header set-cookie that is 614 characters long. | 92 |
Description: Do not send response headers that are too long. | ||
Offenders: | ||
Avoid too many third party requests (thirdParty) | The page do 38% requests to third party domains (71 requests and 1.2 MB). First party is 118 requests and 18.2 MB. The regex .*sunlight.* was used to calculate first/third party requests. | 50 |
Description: Do not load most of your content from third party URLs. | ||
Avoid unnecessary headers (unnecessaryHeaders) | There are 7 responses that sets a p3p header. There are 134 responses that sets both a max-age and expires header. There are 14 responses that sets a pragma no-cache header (that is a request header). There are 172 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: | ||
Avoid third party cookies that is used to track the user. (thirdPartyCookies) | The page sets 8 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 10% requests that are 3rd party (19 requests with a size of 361.1 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 2 tag-manager requests and uses 1 tag-manager tool. The page do 5 survelliance requests and uses 4 survelliance tools. The page do 4 ad requests and uses 1 ad tool. The page do 3 social requests and uses 1 social tool. The page do 8 analytics requests and uses 2 analytics tools. The page do 1 utility request and uses 1 utility tool. | 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 | Ювелирный интернет-магазин SUNLIGHT — купить ювелирные изделия на официальном сайте Санлайт в каталоге с ценами, фото — продажа ювелирных украшений онлайн в Москве |
Width | 1909 |
Height | 8958 |
DOM elements | 3706 |
Avg DOM depth | 13 |
Max DOM depth | 20 |
Iframes | 2 |
Script tags | 73 |
Local storage | 6.7 KB |
Session storage | 685 B |
Network Information API | 4g |
Resource Hints |
---|
preconnect |
https://gum.criteo.com/ |
https://dis.eu.criteo.com/ |
https://tracking.diginetica.net/ |
https://bid.g.doubleclick.net/ |
https://ad.mail.ru/ |
https://px.adhigh.net/ |
https://top-fwz1.mail.ru/ |
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 |
---|---|---|
Nginx | 100 | Web servers Reverse proxies |
Amazon Web Services | 100 | PaaS |
HSTS | 100 | Security |
Amazon CloudFront | 100 | CDN |
HTTP/3 | 100 | Miscellaneous |
Data collected using Third Party Web 0.26.2
Tag-manager |
---|
Google Tag Manager |
Survelliance |
Google Tag Manager |
Google Analytics |
Other Google APIs/SDKs |
Google Fonts |
Ad |
Branch Metrics |
Social |
VK |
Analytics |
Google Analytics |
Yandex Metrica |
Utility |
Other Google APIs/SDKs |
Cdn |
Google Fonts |
Data from run 1
Visual Metrics | |
---|---|
First Visual Change | 567 ms |
Speed Index | 10.739 s |
Visual Complete 85% | 36.900 s |
Visual Complete 95% | 37.200 s |
Visual Complete 99% | 37.234 s |
Last Visual Change | 37.234 s |
Visual Readiness | 36.667 s |
Navigation Timing | |
---|---|
backEndTime | 76 ms |
domContentLoadedTime | 1.514 s |
domInteractiveTime | 1.513 s |
domainLookupTime | 4 ms |
frontEndTime | 31.084 s |
pageDownloadTime | 21 ms |
pageLoadTime | 31.181 s |
redirectionTime | 0 ms |
serverConnectionTime | 26 ms |
serverResponseTime | 63 ms |
Google Web Vitals | |
---|---|
Time to first byte (TTFB) | 76 ms |
First Contentful Paint (FCP) | 575 ms |
Largest Contentful Paint (LCP) | 614 ms |
Cumulative Layout Shift (CLS) | 0.21 |
Total Blocking Time (TBT) | 1.093 s |
First Contentful Paint info | |
---|---|
Elements that needed recalculate style before FCP | 668 |
Time spent in recalculate style before FCP | 18.358 ms |
Extra timings | |
---|---|
TTFB | 76 ms |
First Paint | 575 ms |
Load Event End | 31.182 s |
Fully loaded | 32.314 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://g0.sunlight.net/media/generic/4058887463a24e2113d759197af3ee35a32d8375.jpg" loading="lazy" alt=""> |
Render time | 614 ms |
Elements that needed recalculate style before LCP | 809 |
Time spent in recalculate style before LCP | 56.878 ms |
Load time | 614 ms |
URL | https://g0.sunlight....3ee35a32d8375.jpg |
Size (width*height) | 1012754 |
DOM path | |
div#wrapper > div#banners-holder > div#desktop-banners-holder > div:eq(1) > div:eq(0) > div#js-main-page-slider-d7bb6cb6-4dc9-472f-8328-d28315303efb > div#js-main-page-slider-d7bb6cb6-4dc9-472f-8328-d28315303efb-track > div#js-main-page-slider-d7bb6cb6-4dc9-472f-8328-d28315303efb-list > a#js-main-page-slider-d7bb6cb6-4dc9-472f-8328-d28315303efb-slide01 > img> div#wrapper > div#banners-holder > div#desktop-banners-holder > div:eq(1) > div:eq(0) > div#js-main-page-slider-d7bb6cb6-4dc9-472f-8328-d28315303efb > div#js-main-page-slider-d7bb6cb6-4dc9-472f-8328-d28315303efb-track > div#js-main-page-slider-d7bb6cb6-4dc9-472f-8328-d28315303efb-list > a#js-main-page-slider-d7bb6cb6-4dc9-472f-8328-d28315303efb-slide01 > img> |
0.21050 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.20960 | <div class="big-banner-wrapper slider-banner-wrapper block-list-triple "></div> |
body > div#wrapper > div#banners-holder > div#desktop-banners-holder > div:eq(1) > div:eq(0) | |
0.00090 | ,,<div class="supreme-header-top-menu-right-links"></div>,, |
body > div#wrapper > div#js-header-top > div > div:eq(1) > a#js-check-order > #text,body > div#wrapper > div#js-header-top > div > div:eq(1) > a:eq(6) > #text,body > div#wrapper > div#js-header-top > div > div:eq(1),body > div#wrapper > div#js-header-top > div > div:eq(1) > a:eq(0) > #text,body > div#wrapper > div#js-header-top > div > div:eq(1) > a:eq(1) > #text |
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.
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 |
---|---|---|---|---|
606 ms | 656.1 ms | 1.9 ms | 1.1 ms | 0.8 ms |
Forced Style And Layout Duration: 267 ms Invoker: IDBRequest.onsuccess |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
256 ms | 298.1 ms | 9.9 ms | 8.1 ms | 1.8 ms |
https://cdn.diginetica.net/338/client.js | ||||
Forced Style And Layout Duration: 35 ms Invoker: https://cdn.diginetica.net/338/client.js | ||||
Invoker: FrameRequestCallback |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
78 ms | 104.3 ms | 50.7 ms | 47.1 ms | 3.6 ms |
https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR | ||||
Invoker: TimerHandler:setTimeout | ||||
https://cdn.diginetica.net/338/client.js | ||||
Invoker: XMLHttpRequest.onreadystatechange |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
76 ms | 199 ms | 8 ms | 5.5 ms | 2.5 ms |
https://g9.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/base-libs.7e6d34fa01941e696ca7.js?1736818696.0 | ||||
Forced Style And Layout Duration: 11 ms Invoker: IntersectionObserverCallback | ||||
https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.0e005fdb1147f3f794d3.js?1736818696.0 | ||||
Invoker: https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.0e005fdb1147f3f794d3.js?1736818696.0 | ||||
https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.e4cf42d2c9fd39c7ab85.js?1736818696.0 | ||||
Forced Style And Layout Duration: 50 ms Invoker: SCRIPT#https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.0e005fdb1147f3f794d3.js?1736818696.0 .onload |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
55 ms | 105.8 ms | 1.2 ms | 0.9 ms | 0.3 ms |
Invoker: TimerHandler:setTimeout |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
47 ms | 96.5 ms | 0.5 ms | 0 ms | 0.5 ms |
https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c>m=45He51d0v76512221za200 | ||||
Invoker: https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c>m=45He51d0v76512221za200 |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
42 ms | 80.6 ms | 82.4 ms | 80.8 ms | 1.6 ms |
Invoker: TimerHandler:setTimeout | ||||
https://privacy-cs.mail.ru/static/sync-loader.js | ||||
Forced Style And Layout Duration: 7 ms Invoker: TimerHandler:setTimeout | ||||
https://privacy-cs.mail.ru/static/sync-loader.js | ||||
Forced Style And Layout Duration: 6 ms Invoker: TimerHandler:setTimeout | ||||
https://privacy-cs.mail.ru/static/sync-loader.js | ||||
Forced Style And Layout Duration: 6 ms Invoker: TimerHandler:setTimeout | ||||
https://privacy-cs.mail.ru/static/sync-loader.js | ||||
Forced Style And Layout Duration: 6 ms Invoker: TimerHandler:setTimeout | ||||
Forced Style And Layout Duration: 7 ms Invoker: TimerHandler:setTimeout | ||||
https://cdn.diginetica.net/338/client.js | ||||
Forced Style And Layout Duration: 7 ms Invoker: TimerHandler:setTimeout |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
29 ms | 118.2 ms | 11.8 ms | 10.4 ms | 1.4 ms |
https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.e4cf42d2c9fd39c7ab85.js?1736818696.0 | ||||
Invoker: https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.e4cf42d2c9fd39c7ab85.js?1736818696.0 |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
15 ms | 311.3 ms | 53.7 ms | 0.1 ms | 53.6 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
13 ms | 75.2 ms | 7.8 ms | 6.9 ms | 0.9 ms |
https://mc.yandex.ru/metrika/watch.js | ||||
Invoker: DOMWindow.onmessage | ||||
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/1.1 |
Total requests | 189 |
Total domains | 41 |
Total transfer size | 18.5 MB |
Total content size | 21.6 MB |
Responses missing compression | 43 |
Number of cookies | 16 |
Third party cookies | 8 |
Requests per response code | |
---|---|
200 | 182 |
204 | 3 |
301 | 1 |
302 | 2 |
322 | 1 |
URL | Type | Transfer Size | Content Size |
---|---|---|---|
https://g5.sunlight....aae2bdc8a6bd1.jpg | image | 1.7 MB | 1.7 MB |
https://g6.sunlight....fd8affb5cf94c.jpg | image | 1.6 MB | 1.6 MB |
https://g4.sunlight....63a01e1c7f8bc.jpg | image | 1.6 MB | 1.6 MB |
https://g7.sunlight....787199c77783d.jpg | image | 1.5 MB | 1.5 MB |
https://g6.sunlight....eee35d0764184.jpg | image | 1.4 MB | 1.4 MB |
https://g0.sunlight....3ee35a32d8375.jpg | image | 1.3 MB | 1.3 MB |
https://g1.sunlight....e28f9f4d9cc74.jpg | image | 1.1 MB | 1.1 MB |
https://g5.sunlight....559801410d22f.jpg | image | 1.1 MB | 1.1 MB |
https://g1.sunlight....93af2b24c049c.jpg | image | 1.0 MB | 1.0 MB |
https://g3.sunlight....b36fdf9683807.jpg | image | 997.1 KB | 995.9 KB |
https://g2.sunlight....82bb11c0bedb9.jpg | image | 862.9 KB | 861.8 KB |
https://g2.sunlight....76b0a00254059.jpg | image | 748.9 KB | 747.9 KB |
https://cdn.diginetica.net/338/client.js | javascript | 306.1 KB | 1.3 MB |
https://api.mindbox....les/webpush_v2.js | javascript | 164.2 KB | 504.5 KB |
https://www.googleta...nager.com/gtag/js | javascript | 132.1 KB | 405.6 KB |
https://www.googleta...anager.com/gtm.js | javascript | 110.6 KB | 388.6 KB |
https://g6.sunlight....d2c9fd39c7ab85.js | javascript | 102.8 KB | 250.4 KB |
https://sunlight.net/ | html | 81.6 KB | 319.9 KB |
https://stream.datago.ru/tracker/sp.js | javascript | 72.7 KB | 72.6 KB |
https://g6.sunlight....cf0e464f5c7ab.jpg | image | 72.4 KB | 72.2 KB |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 4.9 KB | 87.7 KB | 340.3 KB | 9 |
css | 1.1 KB | 38.5 KB | 153.4 KB | 6 |
javascript | 1.5 KB | 1.3 MB | 4.1 MB | 27 |
image | 1.3 KB | 16.8 MB | 16.8 MB | 75 |
font | 0 b | 175.1 KB | 174.1 KB | 6 |
svg | 0 b | 20.3 KB | 33.4 KB | 26 |
json | 3.7 KB | 61.3 KB | 61.3 KB | 22 |
other | 1.3 KB | 1.3 KB | 0 b | 9 |
plain | 382 B | 3.7 KB | 9.3 KB | 4 |
favicon | 0 b | 9.6 KB | 9.4 KB | 1 |
Total | 14.1 KB | 18.5 MB | 21.6 MB | 185 |
Domain | Total download time | Transfer Size | Content Size | Requests |
---|---|---|---|---|
sunlight.net | 110 ms | 81.6 KB | 319.9 KB | 1 |
g0.sunlight.net | 1.488 s | 1.5 MB | 1.5 MB | 12 |
g3.sunlight.net | 1.299 s | 1.3 MB | 1.3 MB | 13 |
g5.sunlight.net | 1.301 s | 3.0 MB | 3.0 MB | 14 |
g6.sunlight.net | 1.519 s | 3.4 MB | 3.6 MB | 15 |
g9.sunlight.net | 582 ms | 212.8 KB | 230.3 KB | 6 |
static.popmechanic.ru | 1.148 s | 4.5 KB | 12.4 KB | 1 |
www.googletagmanager.com | 484 ms | 242.7 KB | 794.2 KB | 2 |
g8.sunlight.net | 1.168 s | 183.6 KB | 185.3 KB | 8 |
g7.sunlight.net | 853 ms | 1.7 MB | 1.7 MB | 7 |
g1.sunlight.net | 700 ms | 2.4 MB | 2.4 MB | 10 |
g2.sunlight.net | 811 ms | 1.8 MB | 1.8 MB | 9 |
g4.sunlight.net | 973 ms | 1.9 MB | 1.9 MB | 10 |
api.sunlight.net | 603 ms | N/A | 885 B | 13 |
api.expf.ru | 108 ms | 2.3 KB | 6.6 KB | 4 |
cdn.diginetica.net | 334 ms | 319.0 KB | 1.3 MB | 5 |
cdn.branch.io | 237 ms | 23.4 KB | 75.0 KB | 1 |
api.mindbox.ru | 352 ms | 189.8 KB | 586.0 KB | 3 |
vk.com | 256 ms | 17.8 KB | 56.4 KB | 3 |
onelinksmartscript.appsflyer.com | 231 ms | 22.0 KB | 94.8 KB | 1 |
stream.datago.ru | 460 ms | 73.2 KB | 72.7 KB | 5 |
top-fwz1.mail.ru | 63 ms | 24.1 KB | 49.6 KB | 4 |
privacy-cs.mail.ru | 526 ms | 40.0 KB | 155.0 KB | 4 |
analytics.google.com | 479 ms | N/A | 0 b | 1 |
www.google.ru | 225 ms | 63 B | 42 B | 1 |
tracking.diginetica.net | 80 ms | 148 B | 148 B | 4 |
autocomplete.diginetica.net | 64 ms | 835 B | 98 B | 2 |
recs.diginetica.net | 88 ms | 50.7 KB | 50.4 KB | 1 |
web-static.mindbox.ru | 259 ms | 60.8 KB | 148.4 KB | 2 |
app.link | 441 ms | 668 B | 91 B | 1 |
mc.yandex.ru | 321 ms | 65.1 KB | 174.0 KB | 7 |
abt.s3.yandex.net | 134 ms | 6.4 KB | 14.2 KB | 1 |
api2.branch.io | 575 ms | 1.1 KB | 303 B | 2 |
api-qa.diginetica.net | 213 ms | 614 B | 36 B | 1 |
uaas.yandex.ru | 127 ms | 701 B | 173 B | 1 |
personalization-web-stable.mindbox.ru | 557 ms | 5.1 KB | 9.3 KB | 4 |
yandex.ru | 134 ms | N/A | 0 b | 1 |
quizzes-stable.mindbox.ru | 158 ms | 703 B | 351 B | 2 |
cdn.uxfeedback.ru | 363 ms | 59.0 KB | 171.3 KB | 4 |
widget-api.uxfeedback.ru | 146 ms | 230 B | 1.3 KB | 2 |
fonts.googleapis.com | 222 ms | 1.9 KB | 5.4 KB | 1 |
type | min | median | max |
---|---|---|---|
Expires | 0 seconds | 1 week | 27 weeks |
Last modified | 0 seconds | 15 weeks | 4 years |
Included requests done after load event end.
Content | Transfer Size | Requests |
---|---|---|
html | 0 b | 0 |
css | 6.5 KB | 2 |
javascript | 54.4 KB | 3 |
image | 1.0 MB | 2 |
font | 0 b | 0 |
other | 0 b | 1 |
favicon | 9.6 KB | 1 |
json | 756 B | 2 |
plain | 0 b | 1 |
Total | 1.1 MB | 12 |
Includes requests done after DOM content loaded.
Content | Transfer Size | Requests |
---|---|---|
html | 2.9 KB | 3 |
css | 6.5 KB | 2 |
javascript | 340.1 KB | 8 |
image | 12.0 MB | 64 |
font | 29.0 KB | 1 |
json | 6.5 KB | 12 |
plain | 3.7 KB | 3 |
other | 1.3 KB | 7 |
favicon | 9.6 KB | 1 |
Total | 12.4 MB | 103 |
Render blocking information directly from Chrome.
Blocking | In body parser blocking | Potentially blocking |
---|---|---|
2 | 3 | 0 |
URL | Type |
---|---|
https://cdn.diginetica.net/338/client.js | non_blocking |
https://api.mindbox....les/webpush_v2.js | non_blocking |
https://www.googleta...nager.com/gtag/js | non_blocking |
https://www.googleta...anager.com/gtm.js | non_blocking |
https://g6.sunlight....d2c9fd39c7ab85.js | in_body_parser_blocking |
https://stream.datago.ru/tracker/sp.js | non_blocking |
https://mc.yandex.ru/metrika/watch.js | non_blocking |
https://web-static.m...stable/quizzes.js | non_blocking |
https://g5.sunlight....db1147f3f794d3.js | non_blocking |
https://privacy-cs.m...ic/sync-loader.js | non_blocking |
https://cdn.uxfeedba...07d8f17efbb81b.js | non_blocking |
https://g0.sunlight....turaPT-Demi.woff2 | non_blocking |
https://g3.sunlight....turaPT-Demi.woff2 | non_blocking |
https://g6.sunlight....8a4272d97e36f5.js | non_blocking |
https://g0.sunlight....raPT-Medium.woff2 | non_blocking |
https://g3.sunlight....raPT-Medium.woff2 | non_blocking |
https://g0.sunlight....turaPT-Book.woff2 | non_blocking |
https://g3.sunlight....turaPT-Book.woff2 | non_blocking |
https://api.mindbox....pts/v1/tracker.js | non_blocking |
https://cdn.branch.i...nch-latest.min.js | non_blocking |
https://onelinksmart...-script-latest.js | non_blocking |
https://top-fwz1.mail.ru/js/code.js | non_blocking |
https://g3.sunlight....2ea18045ea6a6.css | blocking |
https://vk.com/dist/...bb2a98626e46ab.js | non_blocking |
https://cdn.uxfeedba...b9a88d7a8a0f16.js | non_blocking |
https://g9.sunlight....fa01941e696ca7.js | in_body_parser_blocking |
https://cdn.digineti...lete/template.css | dynamically_injected_non_blocking |
https://abt.s3.yande...pjs/latest/exp.js | non_blocking |
https://cdn.uxfeedba...38a4a74f1132b.css | dynamically_injected_non_blocking |
https://static.popme...service/loader.js | in_body_parser_blocking |
https://g3.sunlight....9e1cdf6798760.css | non_blocking |
https://cdn.uxfeedback.ru/widget.js | non_blocking |
https://top-fwz1.mai...yn-goal-config.js | non_blocking |
https://g6.sunlight....efaf6484d5cce8.js | blocking |
https://fonts.google...oogleapis.com/css | dynamically_injected_non_blocking |
https://app.link/_r...tps://app.link/_r | non_blocking |
https://cdn.digineti...arch/template.css | dynamically_injected_non_blocking |
https://vk.com/js/api/openapi.js?169 | 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 | 1093 | |
Max Potential First Input Delay | 654 | |
Long Tasks before First Paint | 2 | 122 |
Long Tasks before First Contentful Paint | 2 | 122 |
Long Tasks before Largest Contentful Paint | 2 | 122 |
Long Tasks after Load Event End | 0 | 0 |
Total Long Tasks | 14 | 1815 |
CPU last long task happened at 3.327 s
name | startTime | duration | containerId | containerName | containerSrc | containerType |
---|---|---|---|---|---|---|
unknown | 440 | 55 | window | |||
self | 537 | 67 | window | |||
self | 828 | 51 | window | |||
self | 967 | 96 | window | |||
self | 1072 | 296 | window | |||
self | 1564 | 77 | window | |||
self | 1641 | 52 | window | |||
self | 1760 | 118 | window | |||
self | 1910 | 54 | window | |||
self | 1999 | 54 | window | |||
self | 2062 | 654 | window | |||
self | 2958 | 82 | window | |||
self | 3139 | 104 | window | |||
self | 3327 | 55 | window |
Calculated using Tracium.
Categories (ms) | |
---|---|
parseHTML | 69 |
styleLayout | 1219 |
paintCompositeRender | 36 |
scriptParseCompile | 8 |
scriptEvaluation | 3264 |
garbageCollection | 58 |
other | 1952 |
Events (ms) | |
---|---|
FunctionCall | 1342 |
RunTask | 1183 |
RunMicrotasks | 923 |
UpdateLayoutTree | 758 |
v8.run | 578 |
Layout | 459 |
PrePaint | 337 |
Commit | 182 |
IntersectionObserverController::computeIntersections | 150 |
v8.callFunction | 134 |
EventDispatch | 94 |
ParseHTML | 66 |
FireAnimationFrame | 60 |
TimerFire | 48 |
Layerize | 38 |
V8.BytecodeBudgetInterrupt | 17 |
HitTest | 16 |
V8.GC_HEAP_EMBEDDER_TRACING_EPILOGUE | 16 |
Paint | 14 |
DocumentLoader::CommitNavigation | 12 |
XHRReadyStateChange | 11 |
V8.HandleInterrupts | 11 |
v8.evaluateModule | 11 |
URL | CPU time (ms) |
---|---|
https://cdn.diginetica.net/338/client.js | 858 |
https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.e4cf42d2c9fd39c7ab85.js?1736818696.0 | 312 |
https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR | 172 |
https://mc.yandex.ru/metrika/watch.js | 149 |
https://privacy-cs.mail.ru/static/sync-loader.js | 129 |
https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c>m=45He51d0v76512221za200 | 99 |
https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/367.4949ac8a4272d97e36f5.js | 42 |
https://g9.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/base-libs.7e6d34fa01941e696ca7.js?1736818696.0 | 35 |
https://top-fwz1.mail.ru/js/code.js | 27 |
https://stream.datago.ru/tracker/sp.js | 24 |
https://api.mindbox.ru/scripts/v1/tracker.js | 21 |
https://cdn.uxfeedback.ru/assets-4.9.2/1.de85b107d8f17efbb81b.js | 20 |
https://sunlight.net/ | 16 |
https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.0e005fdb1147f3f794d3.js?1736818696.0 | 14 |
https://cdn.branch.io/branch-latest.min.js | 14 |
https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.682 | 13 |
Tool/domain | Time (ms) |
---|---|
cdn.diginetica.net | 857.6 |
g6.sunlight.net | 353.9 |
Google Tag Manager | 271.3 |
Yandex Metrica | 149.1 |
privacy-cs.mail.ru | 129.5 |
g9.sunlight.net | 34.7 |
top-fwz1.mail.ru | 26.7 |
stream.datago.ru | 24.4 |
api.mindbox.ru | 34.4 |
cdn.uxfeedback.ru | 20.3 |
sunlight.net | 16.2 |
g5.sunlight.net | 14.3 |
Branch Metrics | 14.0 |
Third party requests categorised by Third party web version 0.26.2.
Category | Requests |
---|---|
tag-manager | 2 |
survelliance | 5 |
ad | 4 |
social | 3 |
analytics | 8 |
utility | 1 |
cdn | 1 |
Category | Number of tools |
---|---|
tag-manager | 1 |
survelliance | 4 |
ad | 1 |
social | 1 |
analytics | 2 |
utility | 1 |
cdn | 1 |
tag-manager (2 requests) |
Google Tag Manager |
|
survelliance (5 requests) |
Google Tag Manager |
Google Analytics |
Other Google APIs/SDKs |
Google Fonts |
|
ad (4 requests) |
Branch Metrics |
|
social (3 requests) |
VK |
analytics (8 requests) |
Google Analytics |
Yandex Metrica |
|
utility (1 requests) |
Other Google APIs/SDKs |
|
cdn (1 requests) |
Google Fonts |
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
.
static.popmechanic.ru |
api.expf.ru |
cdn.diginetica.net |
api.mindbox.ru |
onelinksmartscript.appsflyer.com |
stream.datago.ru |
top-fwz1.mail.ru |
privacy-cs.mail.ru |
tracking.diginetica.net |
autocomplete.diginetica.net |
recs.diginetica.net |
web-static.mindbox.ru |
abt.s3.yandex.net |
api-qa.diginetica.net |
uaas.yandex.ru |
personalization-web-stable.mindbox.ru |
yandex.ru |
quizzes-stable.mindbox.ru |
cdn.uxfeedback.ru |
widget-api.uxfeedback.ru |
Cookie name | Domain |
---|---|
_s | .app.link |
_yasc | .yandex.ru |
digi-cookie | api-qa.diginetica.net |
yabs-sid | .yandex.ru |
receive-cookie-deprecation | .yandex.ru |
i | .yandex.ru |
Calculated using .*sunlight.* (use --firstParty
to configure).
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 3.6 KB | 81.6 KB | 319.9 KB | 6 |
css | 0 b | 22.2 KB | 88.7 KB | 2 |
javascript | 0 b | 187.8 KB | 481.1 KB | 5 |
image | 0 b | 16.8 MB | 16.8 MB | 64 |
font | 0 b | 175.1 KB | 174.1 KB | 6 |
svg | 0 b | 20.3 KB | 33.4 KB | 26 |
json | 3.2 KB | 1.8 KB | 885 B | 7 |
favicon | 0 b | 9.6 KB | 9.4 KB | 1 |
Total | 7.1 KB | 17.3 MB | 17.9 MB | 118 |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 1.2 KB | 6.1 KB | 20.4 KB | 3 |
css | 1.1 KB | 16.3 KB | 64.8 KB | 4 |
javascript | 1.5 KB | 1.1 MB | 3.6 MB | 22 |
image | 1.3 KB | 3.9 KB | 454 B | 11 |
font | 0 b | 0 b | 0 b | 0 |
json | 466 B | 59.5 KB | 60.5 KB | 15 |
other | 1.3 KB | 1.3 KB | 0 b | 9 |
plain | 382 B | 3.7 KB | 9.3 KB | 4 |
Total | 7.2 KB | 1.2 MB | 3.8 MB | 71 |
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 | 0 (0 issues) |
Serious | 3 (99 issues) |
Moderate | 2 (23 issues) |
Minor | 1 (1 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 2024-12-15 and 2025-1-11
Metric | Value |
---|---|
Round trip time 75 percentile | 156 ms |
Time to first byte (TTFB) 75 percentile | 763 ms |
First Contentful Paint (FCP) 75 percentile | 1.656 s |
Largest Contentful Paint (LCP) 75 percentile | 2.417 s |
Cumulative Layout Shift (CLS) 75 percentile | 0.34 |
Interaction to next paint (INP) 75 percentile | 220 ms |
Form factor | Value |
---|---|
Desktop | 7.89% |
Phone | 92.11% |
Tablet | 0.00% |
Navigation type | Value |
---|---|
Navigate | 84.33% |
Navigate cache | 0.03% |
Reload | 4.58% |
Restore | 0.00% |
Back/Forward | 9.67% |
Back/Forward cache | 0.64% |
Prerender | 0.75% |
Time to first byte (TTFB) | First Contentful Paint (FCP) |
---|---|
| |
Largest Contentful Paint (LCP) | Cumulative Layout Shift (CLS) |
Interaction to next paint (INP) | |
|
This is a summary of all pages served from this origin over the last 30 days for Chrome users.
Data collected between 2024-12-15 and 2025-1-11
Metric | Value |
---|---|
Round trip time 75 percentile | 146 ms |
Time to first byte (TTFB) 75 percentile | 1.524 s |
First Contentful Paint (FCP) 75 percentile | 2.305 s |
Largest Contentful Paint (LCP) 75 percentile | 3.716 s |
Cumulative Layout Shift (CLS) 75 percentile | 0.04 |
Interaction to next paint (INP) 75 percentile | 251 ms |
Form factor | Value |
---|---|
Desktop | 10.66% |
Phone | 88.03% |
Tablet | 1.31% |
Navigation type | Value |
---|---|
Navigate | 78.36% |
Navigate cache | 0.00% |
Reload | 5.05% |
Restore | 0.06% |
Back/Forward | 15.19% |
Back/Forward cache | 1.24% |
Prerender | 0.10% |
Time to first byte (TTFB) | First Contentful Paint (FCP) |
---|---|
| |
Largest Contentful Paint (LCP) | Cumulative Layout Shift (CLS) |
Interaction to next paint (INP) | |
|