Tested 2025-01-17 22:18:33 using Chrome 131.0.6778.85 (runtime settings).
Metric | Value |
---|---|
Page metrics | |
Performance Score | 57 |
Total Page Transfer Size | 19.1 MB |
Requests | 192 |
Timing metrics | |
TTFB [median] | 84 ms |
First Paint [median] | 637 ms |
Fully Loaded [median] | 33.737 s |
Google Web Vitals | |
TTFB [median] | 84 ms |
First Contentful Paint (FCP) [median] | 637 ms |
Largest Contentful Paint (LCP) [median] | 1.712 s |
Cumulative Layout Shift (CLS) [median] | 0.21 |
Interaction To Next Paint (INP) [median] | 520 ms |
Total Blocking Time [median] | 1.370 s |
Max Potential FID [median] | 812 ms |
CPU metrics | |
CPU long tasks [median] | 15 |
CPU longest task duration | 922 ms |
CPU last long task happens at | 3.808 s |
Visual Metrics | |
First Visual Change [median] | 634 ms |
Speed Index [median] | 14.769 s |
Visual Complete 85% [median] | 33.300 s |
Visual Complete 99% [median] | 33.634 s |
Last Visual Change [median] | 33.634 s |
Chrome User Experience Report (CRUX) | |
First Contentful Paint [p75] | 1.666 s |
Largest Contentful Paint (LCP) [p75] | 2.434 s |
Cumulative Layout Shift (CLS) [p75] | 0.34 |
Metric | min | median | mean | max |
---|---|---|---|---|
Visual Metrics | ||||
FirstVisualChange | 567 ms | 634 ms | 634 ms | 700 ms |
LastVisualChange | 33.500 s | 33.634 s | 33.600 s | 33.667 s |
SpeedIndex | 14.550 s | 14.769 s | 14.700 s | 14.782 s |
VisualReadiness | 32.866 s | 32.934 s | 32.967 s | 33.100 s |
VisualComplete85 | 33.167 s | 33.300 s | 33.267 s | 33.334 s |
VisualComplete95 | 33.300 s | 33.434 s | 33.400 s | 33.467 s |
VisualComplete99 | 33.500 s | 33.634 s | 33.600 s | 33.667 s |
Google Web Vitals | ||||
Time To First Byte (TTFB) | 75 ms | 84 ms | 100 ms | 140 ms |
Largest Contentful Paint (LCP) | 1.637 s | 1.712 s | 1.826 s | 2.128 s |
First Contentful Paint (FCP) | 577 ms | 637 ms | 635 ms | 690 ms |
Cumulative Layout Shift (CLS) | 0.2098 | 0.211 | 0.2106 | 0.211 |
More metrics | ||||
firstPaint | 577 ms | 637 ms | 635 ms | 690 ms |
loadEventEnd | 31.605 s | 31.711 s | 31.679 s | 31.721 s |
CPU | ||||
Total Blocking Time | 1.280 s | 1.370 s | 1.397 s | 1.541 s |
Max Potential FID | 716 ms | 812 ms | 817 ms | 922 ms |
CPU long tasks | 14 | 15 | 15 | 16 |
CPU last long task happens at | 3.725 s | 3.808 s | 3.823 s | 3.937 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 |
---|---|---|
Cumulative Layout Shift (cumulativeLayoutShift) | You have a cumulative layout shift score (0.2110) 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://mc.yandex.ru/metrika/watch.js has a header set-cookie that is 794 characters long. https://mc.yandex.ru....ru/watch/5901091 has a header location that is 1856 characters long. https://top-fwz1.mai...1.mail.ru/counter has a header set-cookie that is 716 characters long. https://mc.yandex.ru...u/watch/5901091/1 has a header location that is 1856 characters long. https://mc.yandex.ru...u/watch/5901091/1 has a header set-cookie that is 928 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 39% requests to third party domains (75 requests and 1.5 MB). First party is 117 requests and 18.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 135 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 173 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 11% requests that are 3rd party (21 requests with a size of 476 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 | 8958 |
DOM elements | 3715 |
Avg DOM depth | 13 |
Max DOM depth | 20 |
Iframes | 2 |
Script tags | 74 |
Local storage | 7.5 KB |
Session storage | 685 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 |
---|---|---|
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 |
Analytics |
Yandex Metrica |
Google Analytics |
Ad |
Branch Metrics |
Social |
VK |
Utility |
Other Google APIs/SDKs |
Cdn |
Google Fonts |
Data from run 2
Visual Metrics | |
---|---|
First Visual Change | 567 ms |
Speed Index | 14.769 s |
Visual Complete 85% | 33.334 s |
Visual Complete 95% | 33.467 s |
Visual Complete 99% | 33.667 s |
Last Visual Change | 33.667 s |
Visual Readiness | 33.100 s |
Navigation Timing | |
---|---|
backEndTime | 84 ms |
domContentLoadedTime | 572 ms |
domInteractiveTime | 572 ms |
domainLookupTime | 0 ms |
frontEndTime | 31.500 s |
pageDownloadTime | 20 ms |
pageLoadTime | 31.604 s |
redirectionTime | 0 ms |
serverConnectionTime | 27 ms |
serverResponseTime | 67 ms |
Google Web Vitals | |
---|---|
Time to first byte (TTFB) | 84 ms |
First Contentful Paint (FCP) | 577 ms |
Largest Contentful Paint (LCP) | 1.637 s |
Cumulative Layout Shift (CLS) | 0.21 |
Total Blocking Time (TBT) | 1.541 s |
First Contentful Paint info | |
---|---|
Elements that needed recalculate style before FCP | 734 |
Time spent in recalculate style before FCP | 33.282 ms |
Extra timings | |
---|---|
TTFB | 84 ms |
First Paint | 577 ms |
Load Event End | 31.605 s |
Fully loaded | 34.004 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 | DIV |
Element/tag | <div class="cities-auto__wrap-info"></div> |
Render time | 1.637 s |
Elements that needed recalculate style before LCP | 4026 |
Time spent in recalculate style before LCP | 234.644 ms |
Load time | 0 ms |
Size (width*height) | 15240 |
DOM path | |
div#popups > div#region-popups-wrap > div > div:eq(1) > div:eq(0) > div:eq(0)> div#popups > div#region-popups-wrap > div > div:eq(1) > div:eq(0) > div:eq(0)> |
0.20983 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.00023 | <a href="tel:88002349999" class="supreme-header-top-menu-link m-phone js-main-phone"></a> |
body > div#wrapper > div#js-header-top > div > div:eq(0) > a: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.
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 |
---|---|---|---|---|
874 ms | 933.3 ms | 1.7 ms | 1 ms | 0.7 ms |
Forced Style And Layout Duration: 378 ms Invoker: IDBRequest.onsuccess |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
286 ms | 325.4 ms | 13.6 ms | 11.5 ms | 2.1 ms |
https://cdn.diginetica.net/338/client.js | ||||
Forced Style And Layout Duration: 37 ms Invoker: https://cdn.diginetica.net/338/client.js | ||||
Invoker: FrameRequestCallback |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
114 ms | 122.9 ms | 48.1 ms | 0.6 ms | 47.5 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
77 ms | 198 ms | 7 ms | 6.8 ms | 0.2 ms |
Forced Style And Layout Duration: 9 ms Invoker: TimerHandler:setTimeout | ||||
https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.682 | ||||
Invoker: https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.682 | ||||
https://api.mindbox.ru/scripts/v1/tracker.js | ||||
Invoker: SCRIPT[src=https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.682].onload | ||||
https://web-static.mindbox.ru/quizzes/stable/quizzes.js?v=555 | ||||
Invoker: https://web-static.mindbox.ru/quizzes/stable/quizzes.js?v=555 | ||||
Invoker: TimerHandler:setTimeout |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
72 ms | 175.4 ms | 1.6 ms | 2.1 ms | -0.5 ms |
https://top-fwz1.mail.ru/js/code.js | ||||
Invoker: https://top-fwz1.mail.ru/js/code.js | ||||
https://stream.datago.ru/tracker/sp.js | ||||
Invoker: https://stream.datago.ru/tracker/sp.js | ||||
https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c>m=45He51g0v76512221za200 | ||||
Invoker: https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c>m=45He51g0v76512221za200 |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
70 ms | 303.4 ms | 63.6 ms | 0.1 ms | 63.5 ms |
https://g2.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.0769065a9cb97d4cff3b.js?1737148610.0 | ||||
Invoker: https://g2.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.0769065a9cb97d4cff3b.js?1737148610.0 |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
66 ms | 101.5 ms | 96.5 ms | 95 ms | 1.5 ms |
https://privacy-cs.mail.ru/static/sync-loader.js | ||||
Forced Style And Layout Duration: 11 ms Invoker: TimerHandler:setTimeout | ||||
https://privacy-cs.mail.ru/static/sync-loader.js | ||||
Forced Style And Layout Duration: 18 ms Invoker: TimerHandler:setTimeout | ||||
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: 7 ms Invoker: TimerHandler:setTimeout | ||||
Forced Style And Layout Duration: 7 ms Invoker: TimerHandler:setTimeout |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
56 ms | 105.5 ms | 2.5 ms | 0.7 ms | 1.8 ms |
Invoker: TimerHandler:setTimeout |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
55 ms | 101.9 ms | 76.1 ms | 75.1 ms | 1 ms |
Invoker: TimerHandler:setTimeout | ||||
Invoker: TimerHandler:setTimeout | ||||
Invoker: TimerHandler:setTimeout | ||||
Invoker: TimerHandler:setTimeout | ||||
Forced Style And Layout Duration: 18 ms Invoker: TimerHandler:setTimeout |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
44 ms | 146.9 ms | 1.1 ms | 0.9 ms | 0.2 ms |
https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.0e005fdb1147f3f794d3.js?1737148610.0 | ||||
Invoker: https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.0e005fdb1147f3f794d3.js?1737148610.0 | ||||
https://g2.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.0769065a9cb97d4cff3b.js?1737148610.0 | ||||
Invoker: SCRIPT#https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.0e005fdb1147f3f794d3.js?1737148610.0 .onload | ||||
https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR | ||||
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 | 192 |
Total domains | 40 |
Total transfer size | 19.1 MB |
Total content size | 22.7 MB |
Responses missing compression | 45 |
Number of cookies | 18 |
Third party cookies | 8 |
Requests per response code | |
---|---|
200 | 185 |
204 | 3 |
301 | 1 |
302 | 2 |
322 | 1 |
URL | Type | Transfer Size | Content Size |
---|---|---|---|
https://g1.sunlight....1bf666315f241.jpg | image | 1.7 MB | 1.7 MB |
https://g9.sunlight....e66f5a9d10a6c.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://g1.sunlight....05102673fec34.jpg | image | 1.5 MB | 1.5 MB |
https://g6.sunlight....eee35d0764184.jpg | image | 1.4 MB | 1.4 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://g9.sunlight....330cc4e8dfb7b.jpg | image | 952.8 KB | 951.6 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 | 309.3 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.3 KB | 407.7 KB |
https://www.googleta...nager.com/gtag/js | javascript | 111.4 KB | 390.8 KB |
https://www.googleta...anager.com/gtm.js | javascript | 110.8 KB | 390.4 KB |
https://g2.sunlight....5a9cb97d4cff3b.js | javascript | 103.1 KB | 250.6 KB |
https://personalizat...rvice/v2/forms.js | javascript | 92.1 KB | 266.9 KB |
https://sunlight.net/ | html | 81.5 KB | 320.0 KB |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 4.9 KB | 87.3 KB | 340.3 KB | 9 |
css | 1.1 KB | 40.3 KB | 159.3 KB | 7 |
javascript | 878 B | 1.5 MB | 4.7 MB | 28 |
image | 1.3 KB | 17.3 MB | 17.2 MB | 76 |
font | 0 b | 175.1 KB | 174.1 KB | 6 |
svg | 0 b | 20.3 KB | 33.4 KB | 26 |
json | 3.2 KB | 61.6 KB | 61.4 KB | 22 |
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 | 13.0 KB | 19.1 MB | 22.7 MB | 188 |
Domain | Total download time | Transfer Size | Content Size | Requests |
---|---|---|---|---|
sunlight.net | 174 ms | 81.5 KB | 320.0 KB | 1 |
g0.sunlight.net | 1.437 s | 178.4 KB | 179.4 KB | 11 |
g3.sunlight.net | 867 ms | 246.4 KB | 255.4 KB | 7 |
g5.sunlight.net | 886 ms | 1.3 MB | 1.3 MB | 13 |
g6.sunlight.net | 1.682 s | 3.3 MB | 3.4 MB | 18 |
www.googletagmanager.com | 486 ms | 354.6 KB | 1.2 MB | 3 |
mc.yandex.ru | 385 ms | 65.4 KB | 174.0 KB | 8 |
cdn.diginetica.net | 333 ms | 322.2 KB | 1.3 MB | 5 |
g2.sunlight.net | 1.191 s | 2.0 MB | 2.2 MB | 12 |
g9.sunlight.net | 850 ms | 2.8 MB | 2.8 MB | 7 |
g8.sunlight.net | 482 ms | 183.7 KB | 185.3 KB | 8 |
g7.sunlight.net | 378 ms | 187.3 KB | 188.1 KB | 6 |
g1.sunlight.net | 1.030 s | 5.6 MB | 5.6 MB | 12 |
g4.sunlight.net | 699 ms | 1.9 MB | 1.9 MB | 10 |
api.sunlight.net | 576 ms | N/A | 822 B | 12 |
onelinksmartscript.appsflyer.com | 215 ms | 22.0 KB | 94.8 KB | 1 |
cdn.branch.io | 219 ms | 23.4 KB | 75.0 KB | 1 |
api.mindbox.ru | 283 ms | 189.8 KB | 586.0 KB | 3 |
vk.com | 286 ms | 17.8 KB | 56.4 KB | 3 |
stream.datago.ru | 402 ms | 73.2 KB | 72.7 KB | 5 |
top-fwz1.mail.ru | 66 ms | 24.1 KB | 49.9 KB | 4 |
api.expf.ru | 124 ms | 2.3 KB | 6.6 KB | 4 |
abt.s3.yandex.net | 144 ms | 6.4 KB | 14.2 KB | 1 |
tracking.diginetica.net | 75 ms | 148 B | 148 B | 4 |
autocomplete.diginetica.net | 78 ms | 844 B | 98 B | 2 |
recs.diginetica.net | 105 ms | 51.1 KB | 50.5 KB | 2 |
privacy-cs.mail.ru | 628 ms | 40.0 KB | 155.0 KB | 4 |
web-static.mindbox.ru | 178 ms | 62.6 KB | 152.7 KB | 2 |
analytics.google.com | 524 ms | N/A | 0 b | 1 |
www.google.ru | 269 ms | 63 B | 42 B | 1 |
app.link | 1.372 s | 666 B | 91 B | 1 |
uaas.yandex.ru | 116 ms | 697 B | 173 B | 1 |
api-qa.diginetica.net | 99 ms | 614 B | 36 B | 1 |
personalization-web-stable.mindbox.ru | 622 ms | 98.7 KB | 282.0 KB | 6 |
api2.branch.io | 564 ms | 1.1 KB | 303 B | 2 |
quizzes-stable.mindbox.ru | 148 ms | 708 B | 356 B | 2 |
yandex.ru | 121 ms | N/A | 0 b | 1 |
cdn.uxfeedback.ru | 377 ms | 59.0 KB | 171.3 KB | 4 |
widget-api.uxfeedback.ru | 120 ms | 230 B | 1.3 KB | 2 |
fonts.googleapis.com | 218 ms | 1.9 KB | 5.4 KB | 1 |
type | min | median | max |
---|---|---|---|
Expires | 0 seconds | 1 week | 27 weeks |
Last modified | 0 seconds | 14 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 | 5.8 KB | 6 |
css | 17.8 KB | 5 |
javascript | 713.4 KB | 18 |
image | 12.1 MB | 71 |
font | 29.0 KB | 1 |
json | 61.6 KB | 22 |
plain | 3.7 KB | 4 |
other | 1.3 KB | 9 |
favicon | 9.6 KB | 1 |
Total | 12.9 MB | 141 |
Render blocking information directly from Chrome.
Blocking | In body parser blocking | Potentially blocking |
---|---|---|
2 | 2 | 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://g2.sunlight....5a9cb97d4cff3b.js | in_body_parser_blocking |
https://personalizat...rvice/v2/forms.js | non_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://g6.sunlight....turaPT-Demi.woff2 | non_blocking |
https://g2.sunlight....8a4272d97e36f5.js | non_blocking |
https://g0.sunlight....raPT-Medium.woff2 | non_blocking |
https://g6.sunlight....raPT-Medium.woff2 | non_blocking |
https://g0.sunlight....turaPT-Book.woff2 | non_blocking |
https://g6.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://g6.sunlight....1dbdb8971b646.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://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://fonts.google...oogleapis.com/css | dynamically_injected_non_blocking |
https://g6.sunlight....efaf6484d5cce8.js | blocking |
https://personalizat...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 | 1541 | |
Max Potential First Input Delay | 922 | |
Long Tasks before First Paint | 2 | 121 |
Long Tasks before First Contentful Paint | 2 | 121 |
Long Tasks before Largest Contentful Paint | 9 | 939 |
Long Tasks after Load Event End | 0 | 0 |
Total Long Tasks | 16 | 2362 |
CPU last long task happened at 3.937 s
name | startTime | duration | containerId | containerName | containerSrc | containerType |
---|---|---|---|---|---|---|
self | 376 | 55 | window | |||
self | 436 | 66 | window | |||
self | 629 | 50 | window | |||
self | 730 | 88 | window | |||
self | 822 | 54 | window | |||
self | 890 | 70 | window | |||
self | 964 | 321 | window | |||
self | 1391 | 119 | window | |||
self | 1623 | 116 | window | |||
self | 1883 | 51 | window | |||
unknown | 1953 | 53 | window | |||
self | 2120 | 922 | window | |||
self | 3278 | 77 | window | |||
self | 3456 | 97 | window | |||
self | 3738 | 119 | window | |||
self | 3937 | 104 | window |
Calculated using Tracium.
Categories (ms) | |
---|---|
parseHTML | 107 |
styleLayout | 1565 |
paintCompositeRender | 41 |
scriptParseCompile | 9 |
scriptEvaluation | 4198 |
garbageCollection | 81 |
other | 2491 |
Events (ms) | |
---|---|
FunctionCall | 1692 |
RunTask | 1506 |
RunMicrotasks | 1290 |
UpdateLayoutTree | 936 |
v8.run | 686 |
Layout | 628 |
PrePaint | 413 |
Commit | 221 |
IntersectionObserverController::computeIntersections | 177 |
v8.callFunction | 169 |
EventDispatch | 107 |
ParseHTML | 103 |
FireAnimationFrame | 74 |
Layerize | 73 |
TimerFire | 66 |
V8.GC_MC_INCREMENTAL | 29 |
V8.GC_HEAP_EMBEDDER_TRACING_EPILOGUE | 23 |
V8.BytecodeBudgetInterrupt | 21 |
v8.evaluateModule | 19 |
V8.DeserializeContext | 19 |
HitTest | 19 |
Paint | 16 |
DocumentLoader::CommitNavigation | 14 |
XHRReadyStateChange | 12 |
V8.GC_SCAVENGER_SCAVENGE_PARALLEL | 12 |
V8.HandleInterrupts | 12 |
URL | CPU time (ms) |
---|---|
https://cdn.diginetica.net/338/client.js | 1060 |
https://g2.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.0769065a9cb97d4cff3b.js?1737148610.0 | 339 |
https://privacy-cs.mail.ru/static/sync-loader.js | 241 |
https://mc.yandex.ru/metrika/watch.js | 206 |
https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR | 195 |
https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c>m=45He51g0v76512221za200 | 123 |
https://personalization-web-stable.mindbox.ru/js/service/v2/forms.js?v=4.48.36 | 56 |
https://g9.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/base-libs.7e6d34fa01941e696ca7.js?1737148610.0 | 52 |
https://api.mindbox.ru/scripts/v1/tracker.js | 39 |
https://g2.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/367.4949ac8a4272d97e36f5.js | 37 |
https://cdn.uxfeedback.ru/assets-4.9.2/1.de85b107d8f17efbb81b.js | 34 |
https://top-fwz1.mail.ru/js/code.js | 34 |
https://stream.datago.ru/tracker/sp.js | 22 |
https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.682 | 20 |
https://sunlight.net/ | 19 |
chrome-error://chromewebdata/ | 18 |
https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.0e005fdb1147f3f794d3.js?1737148610.0 | 14 |
https://cdn.branch.io/branch-latest.min.js | 13 |
Tool/domain | Time (ms) |
---|---|
cdn.diginetica.net | 1059.5 |
g2.sunlight.net | 375.5 |
privacy-cs.mail.ru | 241.4 |
Yandex Metrica | 206.3 |
Google Tag Manager | 318.2 |
personalization-web-stable.mindbox.ru | 56.1 |
g9.sunlight.net | 51.8 |
api.mindbox.ru | 59.2 |
cdn.uxfeedback.ru | 34.0 |
top-fwz1.mail.ru | 33.6 |
stream.datago.ru | 22.2 |
sunlight.net | 18.9 |
g5.sunlight.net | 13.9 |
Branch Metrics | 13.5 |
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 |
onelinksmartscript.appsflyer.com |
api.expf.ru |
api.mindbox.ru |
stream.datago.ru |
top-fwz1.mail.ru |
abt.s3.yandex.net |
tracking.diginetica.net |
autocomplete.diginetica.net |
recs.diginetica.net |
privacy-cs.mail.ru |
web-static.mindbox.ru |
uaas.yandex.ru |
api-qa.diginetica.net |
personalization-web-stable.mindbox.ru |
quizzes-stable.mindbox.ru |
yandex.ru |
cdn.uxfeedback.ru |
widget-api.uxfeedback.ru |
Cookie name | Domain |
---|---|
_yasc | .yandex.ru |
_s | .app.link |
yabs-sid | .yandex.ru |
receive-cookie-deprecation | .yandex.ru |
digi-cookie | api-qa.diginetica.net |
i | .yandex.ru |
bh | .yandex.ru |
Calculated using .*sunlight.* (use --firstParty
to configure).
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 3.6 KB | 81.5 KB | 320.0 KB | 6 |
css | 0 b | 22.4 KB | 88.6 KB | 2 |
javascript | 0 b | 187.9 KB | 481.4 KB | 5 |
image | 0 b | 17.3 MB | 17.2 MB | 64 |
font | 0 b | 175.1 KB | 174.1 KB | 6 |
svg | 0 b | 20.3 KB | 33.4 KB | 26 |
json | 2.8 KB | 1.7 KB | 822 B | 6 |
favicon | 0 b | 9.6 KB | 9.4 KB | 1 |
Total | 6.6 KB | 17.7 MB | 18.3 MB | 117 |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 1.2 KB | 5.8 KB | 20.4 KB | 3 |
css | 1.1 KB | 17.8 KB | 70.6 KB | 5 |
javascript | 878 B | 1.3 MB | 4.3 MB | 23 |
image | 1.3 KB | 4.5 KB | 497 B | 12 |
font | 0 b | 0 b | 0 b | 0 |
json | 466 B | 59.9 KB | 60.6 KB | 16 |
plain | 382 B | 3.7 KB | 9.3 KB | 4 |
other | 1.3 KB | 1.3 KB | 0 b | 9 |
Total | 6.6 KB | 1.4 MB | 4.4 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 (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-19 and 2025-1-15
Metric | Value |
---|---|
Round trip time 75 percentile | 156 ms |
Time to first byte (TTFB) 75 percentile | 769 ms |
First Contentful Paint (FCP) 75 percentile | 1.666 s |
Largest Contentful Paint (LCP) 75 percentile | 2.434 s |
Cumulative Layout Shift (CLS) 75 percentile | 0.34 |
Interaction to next paint (INP) 75 percentile | 221 ms |
Form factor | Value |
---|---|
Desktop | 7.95% |
Phone | 92.05% |
Tablet | 0.00% |
Navigation type | Value |
---|---|
Navigate | 84.65% |
Navigate cache | 0.03% |
Reload | 4.16% |
Restore | 0.00% |
Back/Forward | 9.68% |
Back/Forward cache | 0.69% |
Prerender | 0.79% |
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-19 and 2025-1-15
Metric | Value |
---|---|
Round trip time 75 percentile | 146 ms |
Time to first byte (TTFB) 75 percentile | 1.505 s |
First Contentful Paint (FCP) 75 percentile | 2.290 s |
Largest Contentful Paint (LCP) 75 percentile | 3.700 s |
Cumulative Layout Shift (CLS) 75 percentile | 0.04 |
Interaction to next paint (INP) 75 percentile | 251 ms |
Form factor | Value |
---|---|
Desktop | 10.28% |
Phone | 88.47% |
Tablet | 1.25% |
Navigation type | Value |
---|---|
Navigate | 78.23% |
Navigate cache | 0.00% |
Reload | 4.91% |
Restore | 0.06% |
Back/Forward | 15.40% |
Back/Forward cache | 1.30% |
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) | |
|