Tested 2025-04-01 08:33:42 using Chrome 134.0.6998.35 (runtime settings).
Metric | Value |
---|---|
Page metrics | |
Performance Score | 52 |
Total Page Transfer Size | 9.6 MB |
Requests | 175 |
Timing metrics | |
TTFB [median] | 77 ms |
First Paint [median] | 1.580 s |
Fully Loaded [median] | 33.332 s |
Google Web Vitals | |
TTFB [median] | 77 ms |
First Contentful Paint (FCP) [median] | 1.580 s |
Largest Contentful Paint (LCP) [median] | 4.204 s |
Cumulative Layout Shift (CLS) [median] | 0.30 |
Interaction To Next Paint (INP) [median] | 160 ms |
Total Blocking Time [median] | 1.296 s |
Max Potential FID [median] | 821 ms |
CPU metrics | |
CPU long tasks [median] | 10 |
CPU longest task duration | 901 ms |
CPU last long task happens at | 4.495 s |
Visual Metrics | |
First Visual Change [median] | 1.534 s |
Speed Index [median] | 12.887 s |
Visual Complete 85% [median] | 37.033 s |
Visual Complete 99% [median] | 38.467 s |
Last Visual Change [median] | 38.467 s |
Chrome User Experience Report (CRUX) | |
First Contentful Paint [p75] | 1.631 s |
Largest Contentful Paint (LCP) [p75] | 2.573 s |
Cumulative Layout Shift (CLS) [p75] | 0.30 |
Metric | min | median | mean | max |
---|---|---|---|---|
Visual Metrics | ||||
FirstVisualChange | 534 ms | 1.534 s | 1.212 s | 1.567 s |
LastVisualChange | 37.734 s | 38.467 s | 38.412 s | 39.034 s |
SpeedIndex | 12.138 s | 12.887 s | 12.798 s | 13.369 s |
VisualReadiness | 36.900 s | 37.200 s | 37.200 s | 37.500 s |
VisualComplete85 | 36.334 s | 37.033 s | 36.978 s | 37.567 s |
VisualComplete95 | 36.400 s | 37.133 s | 37.067 s | 37.667 s |
VisualComplete99 | 37.734 s | 38.467 s | 38.412 s | 39.034 s |
Google Web Vitals | ||||
Time To First Byte (TTFB) | 68 ms | 77 ms | 94 ms | 137 ms |
Largest Contentful Paint (LCP) | 3.092 s | 4.204 s | 3.939 s | 4.520 s |
First Contentful Paint (FCP) | 572 ms | 1.580 s | 1.247 s | 1.588 s |
Cumulative Layout Shift (CLS) | 0.297 | 0.2972 | 0.2971 | 0.2972 |
More metrics | ||||
firstPaint | 572 ms | 1.580 s | 1.247 s | 1.588 s |
loadEventEnd | 31.641 s | 32.480 s | 32.333 s | 32.878 s |
CPU | ||||
Total Blocking Time | 1.138 s | 1.296 s | 1.322 s | 1.532 s |
Max Potential FID | 751 ms | 821 ms | 824 ms | 901 ms |
CPU long tasks | 9 | 10 | 10 | 12 |
CPU last long task happens at | 4.163 s | 4.495 s | 13.660 s | 32.323 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 poor cumulative layout shift score (0.2972). It is in the Google Web Vitals poor range, with a shift higher than 0.25. You should manually check the filmstrip or video and check if it will affect the user. | 0 |
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://mc.yandex.ru/metrika/watch.js has a header set-cookie that is 831 characters long. https://mc.yandex.ru....ru/watch/5901091 has a header location that is 1869 characters long. https://top-fwz1.mai...1.mail.ru/counter has a header set-cookie that is 923 characters long. https://mc.yandex.ru...u/watch/5901091/1 has a header location that is 1869 characters long. https://mc.yandex.ru...u/watch/5901091/1 has a header set-cookie that is 925 characters long. https://top-fwz1.mai...1.mail.ru/tracker has a header set-cookie that is 821 characters long. | 94 |
Description: Do not send response headers that are too long. | ||
Offenders: | ||
Avoid too many third party requests (thirdParty) | The page do 43% requests to third party domains (75 requests and 1.5 MB). First party is 100 requests and 8.6 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 118 responses that sets both a max-age and expires header. There are 15 responses that sets a pragma no-cache header (that is a request header). There are 157 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 7 third party cookies. | 0 |
Description: Third party cookies are used to track the user. They are automatically blocked in Safari and Firefox. | ||
Offenders: | ||
Do not share user data with third parties. (thirdPartyPrivacy) | The page has 12% requests that are 3rd party (21 requests with a size of 508.2 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 3 tag-manager requests and uses 1 tag-manager tool. The page do 6 survelliance requests and uses 4 survelliance tools. The page do 9 analytics requests and uses 2 analytics 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 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 | 8982 |
DOM elements | 3606 |
Avg DOM depth | 13 |
Max DOM depth | 20 |
Iframes | 2 |
Script tags | 66 |
Local storage | 4.5 KB |
Session storage | 570 B |
Network Information API | 4g |
Resource Hints |
---|
dns-prefetch |
https://www.googletagmanager.com/ |
https://mc.yandex.ru/ |
https://cdn.diginetica.net/ |
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 |
---|---|---|
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 |
Analytics |
Yandex Metrica |
Google Analytics |
Ad |
Branch Metrics |
Social |
VK |
Utility |
Other Google APIs/SDKs |
Cdn |
Google Fonts |
Data from run 1
Visual Metrics | |
---|---|
First Visual Change | 1.567 s |
Speed Index | 12.887 s |
Visual Complete 85% | 37.033 s |
Visual Complete 95% | 37.133 s |
Visual Complete 99% | 38.467 s |
Last Visual Change | 38.467 s |
Visual Readiness | 36.900 s |
Navigation Timing | |
---|---|
backEndTime | 137 ms |
domContentLoadedTime | 1.629 s |
domInteractiveTime | 1.628 s |
domainLookupTime | 66 ms |
frontEndTime | 32.320 s |
pageDownloadTime | 22 ms |
pageLoadTime | 32.479 s |
redirectionTime | 0 ms |
serverConnectionTime | 25 ms |
serverResponseTime | 65 ms |
Google Web Vitals | |
---|---|
Time to first byte (TTFB) | 137 ms |
First Contentful Paint (FCP) | 1.580 s |
Largest Contentful Paint (LCP) | 4.204 s |
Cumulative Layout Shift (CLS) | 0.30 |
Total Blocking Time (TBT) | 1.138 s |
First Contentful Paint info | |
---|---|
Elements that needed recalculate style before FCP | 667 |
Time spent in recalculate style before FCP | 28.357 ms |
Extra timings | |
---|---|
TTFB | 137 ms |
First Paint | 1.580 s |
Load Event End | 32.480 s |
Fully loaded | 33.332 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 | P |
Element/tag | <p class="cities-auto__content"></p> |
Render time | 4.204 s |
Element render delay | 4.067 s |
TTFB | 137 ms |
Resource delay | 0 ms |
Resource load duration | 0 ms |
Elements that needed recalculate style before LCP | 4078 |
Time spent in recalculate style before LCP | 225.669 ms |
Load time | 0 ms |
Size (width*height) | 9840 |
DOM path | |
div#popups > div#region-popups-wrap > div > div:eq(1) > div:eq(0) > p> div#popups > div#region-popups-wrap > div > div:eq(1) > div:eq(0) > p> |
0.29717 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.04379 | <a class="splide__slide js-main-page-slider-item blocks-list-banner__block-item blocks-list-banner__block-item__slider-item" href="/catalog/?material=632&podvid=8613&product_type=317,319" data-href="" data-splide-interval="10040" id="js-main-page-slider-d7bb6cb6-4dc9-472f-8328-d28315303efb-slide01" role="tabpanel" aria-roledescription="slide" aria-label="1 of 4" style="width: calc(100%);" aria-hidden="true"></a> |
body > 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 | |
0.04379 | <a class="splide__slide js-main-page-slider-item blocks-list-banner__block-item blocks-list-banner__block-item__slider-item" href="/catalog/?material=632&podvid=8613&product_type=317,319" data-href="" data-splide-interval="10040" id="js-main-page-slider-d7bb6cb6-4dc9-472f-8328-d28315303efb-slide01" role="tabpanel" aria-roledescription="slide" aria-label="1 of 4" style="width: calc(100%);" aria-hidden="true"></a> |
body > 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 |
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 |
---|---|---|---|---|
705.5 ms | 827 ms | 4 ms | 3.7 ms | 0.3 ms |
https://cdn.diginetica.net/338/client.js | ||||
Forced Style And Layout Duration: 19 ms Invoker: TimerHandler:setTimeout | ||||
https://mc.yandex.ru/metrika/watch.js | ||||
Forced Style And Layout Duration: 5 ms Invoker: Response.json.then | ||||
Forced Style And Layout Duration: 313 ms Invoker: IDBRequest.onsuccess |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
285.5 ms | 391.8 ms | 10.8 ms | 9.6 ms | 1.2 ms |
https://mc.yandex.ru/metrika/watch.js | ||||
Invoker: https://mc.yandex.ru/metrika/watch.js | ||||
https://cdn.diginetica.net/338/client.js | ||||
Forced Style And Layout Duration: 48 ms Invoker: https://cdn.diginetica.net/338/client.js | ||||
Invoker: FrameRequestCallback |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
65.3 ms | 94 ms | 34.9 ms | 0.7 ms | 34.2 ms |
https://cdn.diginetica.net/338/client.js | ||||
Invoker: Response.json.then | ||||
https://g8.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/367.629cfa23c42f54677f13.js | ||||
Invoker: Response.json.then |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
54.9 ms | 144.3 ms | 1.7 ms | 1.7 ms | 0 ms |
https://top-fwz1.mail.ru/js/code.js | ||||
Invoker: https://top-fwz1.mail.ru/js/code.js | ||||
https://api.mindbox.ru/scripts/v1/tracker.js | ||||
Invoker: https://api.mindbox.ru/scripts/v1/tracker.js | ||||
https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c>m=45He53s1v76512221za200&tag_exp=102482433~102788824~102803279~102813109~102887799~102926062~102964103~102975949~102976415 | ||||
Invoker: https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c>m=45He53s1v76512221za200&tag_exp=102482433~102788824~102803279~102813109~102887799~102926062~102964103~102975949~102976415 |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
43.1 ms | 1.278 s | 44.6 ms | 0.1 ms | 44.5 ms |
https://g8.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.2e4567b89d246fcde8fe.js?1743496073.0 | ||||
Invoker: https://g8.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.2e4567b89d246fcde8fe.js?1743496073.0 |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
43.1 ms | 111.1 ms | 0.8 ms | 0.8 ms | 0 ms |
https://cdn.diginetica.net/338/client.js | ||||
Forced Style And Layout Duration: 1 ms Invoker: XMLHttpRequest.onload | ||||
https://mc.yandex.ru/metrika/watch.js | ||||
Invoker: DOMWindow.onmessage |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
35.3 ms | 98.8 ms | 1.3 ms | 0.7 ms | 0.6 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
24.7 ms | 97.5 ms | 0.7 ms | 0.6 ms | 0.1 ms |
https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR | ||||
Invoker: TimerHandler:setTimeout |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
19.3 ms | 84.3 ms | 9.8 ms | 9.2 ms | 0.6 ms |
https://g8.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.2e4567b89d246fcde8fe.js?1743496073.0 | ||||
Invoker: Response.json.then | ||||
https://static.popmechanic.ru/service/v2/forms.js?v=4.50.11 | ||||
Invoker: FrameRequestCallback |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
7.8 ms | 100.5 ms | 1.9 ms | 1.1 ms | 0.8 ms |
https://cdn.branch.io/branch-latest.min.js | ||||
Invoker: https://cdn.branch.io/branch-latest.min.js | ||||
https://stream.datago.ru/tracker/sp.js | ||||
Invoker: https://stream.datago.ru/tracker/sp.js | ||||
https://g6.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.6279ea8d45afb4d92abd.js?1743496073.0 | ||||
Invoker: https://g6.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.6279ea8d45afb4d92abd.js?1743496073.0 | ||||
https://g8.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.2e4567b89d246fcde8fe.js?1743496073.0 | ||||
Invoker: SCRIPT#https://g6.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.6279ea8d45afb4d92abd.js?1743496073.0 .onload |
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 | 175 |
Total domains | 40 |
Total transfer size | 9.6 MB |
Total content size | 14.4 MB |
Responses missing compression | 48 |
Number of cookies | 16 |
Third party cookies | 7 |
Requests per response code | |
---|---|
200 | 167 |
204 | 3 |
206 | 1 |
301 | 1 |
302 | 2 |
322 | 1 |
URL | Type | Transfer Size | Content Size |
---|---|---|---|
https://g6.sunlight....cfd3c9726e3f7.jpg | image | 1.6 MB | 1.6 MB |
https://g8.sunlight....0d3555bfc6a3e.jpg | image | 1.2 MB | 1.2 MB |
https://g5.sunlight....559801410d22f.jpg | image | 1.1 MB | 1.1 MB |
https://g0.sunlight....c6d2fe64d7ddc.jpg | image | 899.3 KB | 898.2 KB |
https://g2.sunlight....82bb11c0bedb9.jpg | image | 863.0 KB | 861.8 KB |
https://g1.sunlight....4d4a15e5edf28.jpg | image | 656.7 KB | 655.8 KB |
https://cdn.diginetica.net/338/client.js | javascript | 312.4 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 | 140.3 KB | 430.8 KB |
https://www.googleta...nager.com/gtag/js | javascript | 116.9 KB | 407.9 KB |
https://www.googleta...anager.com/gtm.js | javascript | 116.3 KB | 407.2 KB |
https://static.popme...rvice/v2/forms.js | javascript | 95.8 KB | 278.4 KB |
https://sunlight.net/ | html | 79.6 KB | 311.9 KB |
https://g8.sunlight....b89d246fcde8fe.js | javascript | 78.2 KB | 197.3 KB |
https://stream.datago.ru/tracker/sp.js | javascript | 72.7 KB | 72.6 KB |
https://mc.yandex.ru/metrika/watch.js | javascript | 72.5 KB | 210.5 KB |
https://web-static.m...stable/quizzes.js | javascript | 68.4 KB | 185.2 KB |
https://g9.sunlight....c6e6f06bc280f.jpg | image | 66.0 KB | 65.6 KB |
https://g1.sunlight....e60442271b34d.jpg | image | 65.1 KB | 64.9 KB |
https://g3.sunlight....32d6b6f991773.jpg | image | 63.6 KB | 63.4 KB |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 5.5 KB | 85.3 KB | 332.3 KB | 10 |
css | 1.7 KB | 43.4 KB | 185.1 KB | 7 |
javascript | 2.1 KB | 1.5 MB | 4.9 MB | 28 |
image | 1.3 KB | 7.8 MB | 7.8 MB | 58 |
font | 0 b | 87.8 KB | 87.0 KB | 3 |
video | 0 b | 0 b | 1.1 MB | 1 |
svg | 0 b | 22.9 KB | 36.9 KB | 27 |
json | 3.8 KB | 61.4 KB | 80.3 KB | 23 |
plain | 382 B | 3.7 KB | 9.3 KB | 4 |
other | 1.3 KB | 1.3 KB | 0 b | 9 |
favicon | 0 b | 9.6 KB | 9.4 KB | 1 |
Total | 16.0 KB | 9.6 MB | 14.4 MB | 171 |
Domain | Total download time | Transfer Size | Content Size | Requests |
---|---|---|---|---|
sunlight.net | 171 ms | 79.6 KB | 311.9 KB | 1 |
g0.sunlight.net | 6.617 s | 1.0 MB | 1.1 MB | 13 |
g1.sunlight.net | 2.074 s | 842.3 KB | 871.4 KB | 7 |
g6.sunlight.net | 3.299 s | 1.7 MB | 1.8 MB | 12 |
www.googletagmanager.com | 555 ms | 373.5 KB | 1.2 MB | 3 |
mc.yandex.ru | 424 ms | 77.9 KB | 217.0 KB | 8 |
cdn.diginetica.net | 499 ms | 325.3 KB | 1.3 MB | 5 |
g8.sunlight.net | 1.989 s | 1.4 MB | 1.5 MB | 10 |
static.popmechanic.ru | 311 ms | 101.3 KB | 296.7 KB | 3 |
g2.sunlight.net | 3.972 s | 1.0 MB | 2.1 MB | 9 |
api.sunlight.net | 976 ms | 8.4 KB | 31.2 KB | 14 |
g7.sunlight.net | 556 ms | 228.7 KB | 229.2 KB | 7 |
g5.sunlight.net | 1.329 s | 1.2 MB | 1.2 MB | 10 |
g4.sunlight.net | 701 ms | 257.4 KB | 256.7 KB | 7 |
onelinksmartscript.appsflyer.com | 254 ms | 22.0 KB | 94.8 KB | 1 |
cdn.branch.io | 193 ms | 23.4 KB | 75.0 KB | 1 |
api.mindbox.ru | 328 ms | 189.8 KB | 586.1 KB | 3 |
vk.com | 282 ms | 17.9 KB | 56.4 KB | 3 |
stream.datago.ru | 442 ms | 73.1 KB | 72.7 KB | 5 |
top-fwz1.mail.ru | 138 ms | 24.5 KB | 49.9 KB | 4 |
abt.s3.yandex.net | 121 ms | 6.4 KB | 14.2 KB | 1 |
tracking.diginetica.net | 75 ms | 148 B | 148 B | 4 |
autocomplete.diginetica.net | 745 ms | 837 B | 98 B | 2 |
recs.diginetica.net | 230 ms | 40.4 KB | 39.9 KB | 2 |
api.expf.ru | 183 ms | 2.3 KB | 5.8 KB | 4 |
privacy-cs.mail.ru | 1.406 s | 20.9 KB | 82.6 KB | 4 |
web-static.mindbox.ru | 276 ms | 73.9 KB | 185.2 KB | 2 |
analytics.google.com | 402 ms | N/A | 0 b | 1 |
www.google.ru | 165 ms | 63 B | 42 B | 1 |
app.link | 550 ms | 664 B | 91 B | 1 |
uaas.yandex.ru | 111 ms | 697 B | 173 B | 1 |
g3.sunlight.net | 379 ms | 282.1 KB | 280.9 KB | 6 |
g9.sunlight.net | 211 ms | 174.1 KB | 172.8 KB | 4 |
api-qa.diginetica.net | 95 ms | 614 B | 36 B | 1 |
personalization-web-stable.mindbox.ru | 361 ms | 5.1 KB | 9.2 KB | 4 |
api2.branch.io | 922 ms | 1.1 KB | 303 B | 2 |
quizzes-stable.mindbox.ru | 152 ms | 652 B | 300 B | 2 |
cdn.uxfeedback.ru | 805 ms | 69.8 KB | 202.0 KB | 4 |
widget-api.uxfeedback.ru | 163 ms | 244 B | 1.3 KB | 2 |
fonts.googleapis.com | 195 ms | 1.9 KB | 5.4 KB | 1 |
type | min | median | max |
---|---|---|---|
Expires | 0 seconds | 1 week | 27 weeks |
Last modified | 4 minutes | 21 weeks | 4 years |
Included requests done after load event end.
Content | Transfer Size | Requests |
---|---|---|
html | 0 b | 0 |
css | 7.1 KB | 2 |
javascript | 64.7 KB | 3 |
image | 1.3 KB | 1 |
font | 0 b | 0 |
other | 0 b | 1 |
favicon | 9.6 KB | 1 |
json | 770 B | 2 |
plain | 0 b | 1 |
Total | 83.0 KB | 11 |
Includes requests done after DOM content loaded.
Content | Transfer Size | Requests |
---|---|---|
html | 5.8 KB | 7 |
css | 17.8 KB | 5 |
javascript | 727.5 KB | 17 |
image | 5.0 MB | 54 |
font | 0 b | 0 |
json | 61.3 KB | 22 |
plain | 3.7 KB | 4 |
other | 1.3 KB | 9 |
favicon | 9.6 KB | 1 |
Total | 5.8 MB | 123 |
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...nager.com/gtag/js | non_blocking |
https://www.googleta...anager.com/gtm.js | non_blocking |
https://static.popme...rvice/v2/forms.js | non_blocking |
https://g8.sunlight....b89d246fcde8fe.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://g6.sunlight....8d45afb4d92abd.js | non_blocking |
https://g0.sunlight....57e441a0204028.js | in_body_parser_blocking |
https://cdn.uxfeedba...bfb23effbbc469.js | non_blocking |
https://g0.sunlight....turaPT-Demi.woff2 | non_blocking |
https://g8.sunlight....23c42f54677f13.js | non_blocking |
https://g0.sunlight....raPT-Medium.woff2 | non_blocking |
https://g0.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://cdn.uxfeedba...93f8f58be71e97.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://g0.sunlight....61f44fa847432.css | blocking |
https://vk.com/dist/...05c0269f8a1e87.js | non_blocking |
https://cdn.digineti...lete/template.css | dynamically_injected_non_blocking |
https://g1.sunlight....d06f97d5af7b9.css | non_blocking |
https://abt.s3.yande...pjs/latest/exp.js | non_blocking |
https://cdn.uxfeedba...0ce43f9a5cc71.css | dynamically_injected_non_blocking |
https://static.popme...service/loader.js | in_body_parser_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://static.popme...ervice/styles.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 | 1138 | |
Max Potential First Input Delay | 751 | |
Long Tasks before First Paint | 1 | 50 |
Long Tasks before First Contentful Paint | 1 | 50 |
Long Tasks before Largest Contentful Paint | 9 | 1588 |
Long Tasks after Load Event End | 0 | 0 |
Total Long Tasks | 9 | 1588 |
CPU last long task happened at 4.163 s
name | startTime | duration | containerId | containerName | containerSrc | containerType |
---|---|---|---|---|---|---|
self | 1556 | 50 | window | |||
self | 1640 | 73 | window | |||
self | 1785 | 324 | window | |||
self | 2261 | 103 | window | |||
self | 2393 | 56 | window | |||
self | 2500 | 80 | window | |||
self | 2725 | 751 | window | |||
self | 3512 | 92 | window | |||
self | 4163 | 59 | window |
Calculated using Tracium.
Categories (ms) | |
---|---|
parseHTML | 110 |
styleLayout | 1002 |
paintCompositeRender | 35 |
scriptParseCompile | 12 |
scriptEvaluation | 3838 |
garbageCollection | 121 |
other | 3065 |
Events (ms) | |
---|---|
FunctionCall | 1820 |
RunTask | 1566 |
RunMicrotasks | 922 |
UpdateLayoutTree | 663 |
v8.run | 583 |
Layerize | 555 |
PrePaint | 407 |
Layout | 338 |
IntersectionObserverController::computeIntersections | 228 |
Commit | 177 |
EventDispatch | 146 |
v8.callFunction | 145 |
ParseHTML | 99 |
FireAnimationFrame | 71 |
TimerFire | 68 |
V8.GC_MC_INCREMENTAL | 53 |
V8.BytecodeBudgetInterrupt | 19 |
V8.GC_HEAP_EMBEDDER_TRACING_EPILOGUE | 19 |
V8.GC_SCAVENGER_SCAVENGE_PARALLEL | 16 |
Paint | 16 |
V8.GC_MC_INCREMENTAL_EMBEDDER_TRACING | 15 |
HitTest | 14 |
v8.evaluateModule | 14 |
XHRReadyStateChange | 14 |
HTMLDocumentParser::MaybeFetchQueuedPreloads | 12 |
v8.compile | 12 |
V8.HandleInterrupts | 11 |
DocumentLoader::CommitNavigation | 11 |
URL | CPU time (ms) |
---|---|
https://cdn.diginetica.net/338/client.js | 1108 |
https://g8.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.2e4567b89d246fcde8fe.js?1743496073.0 | 328 |
https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR | 240 |
https://mc.yandex.ru/metrika/watch.js | 183 |
https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c>m=45He53s1v76512221za200&tag_exp=102482433~102788824~102803279~102813109~102887799~102926062~102964103~102975949~102976415 | 125 |
https://static.popmechanic.ru/service/v2/forms.js?v=4.50.11 | 53 |
https://top-fwz1.mail.ru/js/code.js | 51 |
https://g6.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.6279ea8d45afb4d92abd.js?1743496073.0 | 48 |
https://g0.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/base-libs.8dfd8e57e441a0204028.js?1743496073.0 | 48 |
https://static.popmechanic.ru/service/loader.js?c=5434 | 36 |
https://g8.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/367.629cfa23c42f54677f13.js | 36 |
https://cdn.uxfeedback.ru/assets-5.1.1/1.e1ab9bbfb23effbbc469.js | 28 |
chrome-error://chromewebdata/ | 19 |
https://privacy-cs.mail.ru/static/sync-loader.js | 17 |
https://sunlight.net/ | 17 |
https://api.mindbox.ru/scripts/v1/tracker.js | 17 |
https://stream.datago.ru/tracker/sp.js | 16 |
https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.687 | 15 |
https://cdn.branch.io/branch-latest.min.js | 13 |
Tool/domain | Time (ms) |
---|---|
cdn.diginetica.net | 1108.3 |
g8.sunlight.net | 364.0 |
Google Tag Manager | 364.7 |
Yandex Metrica | 182.5 |
static.popmechanic.ru | 89.2 |
top-fwz1.mail.ru | 51.1 |
g6.sunlight.net | 48.2 |
g0.sunlight.net | 47.7 |
cdn.uxfeedback.ru | 28.2 |
privacy-cs.mail.ru | 17.2 |
sunlight.net | 17.1 |
api.mindbox.ru | 31.4 |
stream.datago.ru | 15.7 |
Branch Metrics | 12.9 |
Third party requests categorised by Third party web version 0.26.2.
Category | Requests |
---|---|
tag-manager | 3 |
survelliance | 6 |
analytics | 9 |
ad | 4 |
social | 3 |
utility | 1 |
cdn | 1 |
Category | Number of tools |
---|---|
tag-manager | 1 |
survelliance | 4 |
analytics | 2 |
ad | 1 |
social | 1 |
utility | 1 |
cdn | 1 |
tag-manager (3 requests) |
Google Tag Manager |
|
survelliance (6 requests) |
Google Tag Manager |
Google Analytics |
Other Google APIs/SDKs |
Google Fonts |
|
analytics (9 requests) |
Yandex Metrica |
Google Analytics |
|
ad (4 requests) |
Branch Metrics |
|
social (3 requests) |
VK |
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
.
cdn.diginetica.net |
static.popmechanic.ru |
onelinksmartscript.appsflyer.com |
api.mindbox.ru |
stream.datago.ru |
top-fwz1.mail.ru |
abt.s3.yandex.net |
tracking.diginetica.net |
autocomplete.diginetica.net |
recs.diginetica.net |
api.expf.ru |
privacy-cs.mail.ru |
web-static.mindbox.ru |
uaas.yandex.ru |
api-qa.diginetica.net |
personalization-web-stable.mindbox.ru |
quizzes-stable.mindbox.ru |
cdn.uxfeedback.ru |
widget-api.uxfeedback.ru |
Cookie name | Domain |
---|---|
_yasc | .yandex.ru |
_s | .app.link |
yabs-sid | .yandex.ru |
digi-cookie | api-qa.diginetica.net |
receive-cookie-deprecation | .yandex.ru |
bh | .yandex.ru |
Calculated using .*sunlight.* (use --firstParty
to configure).
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 4.3 KB | 79.6 KB | 311.9 KB | 7 |
css | 0 b | 25.6 KB | 111.5 KB | 2 |
javascript | 0 b | 195.5 KB | 534.1 KB | 5 |
image | 0 b | 7.8 MB | 7.8 MB | 46 |
font | 0 b | 87.8 KB | 87.0 KB | 3 |
video | 0 b | 0 b | 1.1 MB | 1 |
svg | 0 b | 22.9 KB | 36.9 KB | 27 |
json | 3.3 KB | 12.2 KB | 31.2 KB | 7 |
favicon | 0 b | 9.6 KB | 9.4 KB | 1 |
Total | 7.8 KB | 8.2 MB | 9.9 MB | 100 |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 1.2 KB | 5.8 KB | 20.4 KB | 3 |
css | 1.7 KB | 17.8 KB | 73.6 KB | 5 |
javascript | 2.1 KB | 1.3 MB | 4.4 MB | 23 |
image | 1.3 KB | 4.6 KB | 497 B | 12 |
font | 0 b | 0 b | 0 b | 0 |
json | 546 B | 49.2 KB | 49.1 KB | 16 |
plain | 382 B | 3.7 KB | 9.3 KB | 4 |
other | 1.3 KB | 1.3 KB | 0 b | 9 |
Total | 8.4 KB | 1.4 MB | 4.5 MB | 75 |
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 (84 issues) |
Moderate | 2 (24 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 2025-3-3 and 2025-3-30
Metric | Value |
---|---|
Round Trip Time (RTT) 75 percentile | 154 ms |
Time To First Byte (TTFB) 75 percentile | 730 ms |
First Contentful Paint (FCP) 75 percentile | 1.631 s |
Largest Contentful Paint (LCP) 75 percentile | 2.573 s |
Cumulative Layout Shift (CLS) 75 percentile | 0.30 |
Interaction to Next Paint (INP) 75 percentile | 204 ms |
Form factor | Value |
---|---|
Desktop | 9.27% |
Phone | 90.73% |
Tablet | 0.00% |
Navigation type | Value |
---|---|
Navigate | 80.14% |
Navigate cache | 0.00% |
Reload | 5.44% |
Restore | 0.00% |
Back/Forward | 12.14% |
Back/Forward cache | 1.22% |
Prerender | 1.06% |
Element type | Value |
---|---|
Text | 8.85% |
Image | 91.15% |
Metric | 75 p |
---|---|
Largest Contentful Paint | 2.573 s |
Image load duration | 628 ms |
Image load delay | 830 ms |
Image render delay | 366 ms |
Image TTFB | 682 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 | 148 ms |
Time To First Byte (TTFB) 75 percentile | 1.528 s |
First Contentful Paint (FCP) 75 percentile | 2.314 s |
Largest Contentful Paint (LCP) 75 percentile | 3.704 s |
Cumulative Layout Shift (CLS) 75 percentile | 0.04 |
Interaction to Next Paint (INP) 75 percentile | 259 ms |
Form factor | Value |
---|---|
Desktop | 11.60% |
Phone | 87.07% |
Tablet | 1.32% |
Navigation type | Value |
---|---|
Navigate | 74.68% |
Navigate cache | 0.00% |
Reload | 4.53% |
Restore | 0.07% |
Back/Forward | 17.94% |
Back/Forward cache | 2.65% |
Prerender | 0.13% |
Element type | Value |
---|---|
Text | 32.08% |
Image | 67.92% |
Metric | 75 p |
---|---|
Largest Contentful Paint | 3.704 s |
Image load duration | 156 ms |
Image load delay | 1.703 s |
Image render delay | 842 ms |
Image TTFB | 1.641 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) |