Tested 2025-01-14 23:20:31 using Chrome 131.0.6778.85 (runtime settings).
Metric | Value |
---|---|
Page metrics | |
Performance Score | 53 |
Total Page Transfer Size | 2.8 MB |
Requests | 161 |
Timing metrics | |
TTFB [median] | 658 ms |
First Paint [median] | 1.104 s |
Fully Loaded [median] | 32.457 s |
Google Web Vitals | |
TTFB [median] | 658 ms |
First Contentful Paint (FCP) [median] | 1.104 s |
Largest Contentful Paint (LCP) [median] | 2.044 s |
Cumulative Layout Shift (CLS) [median] | 0.00 |
Interaction To Next Paint (INP) [median] | 112 ms |
Total Blocking Time [median] | 1.797 s |
Max Potential FID [median] | 841 ms |
CPU metrics | |
CPU long tasks [median] | 16 |
CPU longest task duration | 896 ms |
CPU last long task happens at | 32.465 s |
Visual Metrics | |
First Visual Change [median] | 1.100 s |
Speed Index [median] | 1.964 s |
Visual Complete 85% [median] | 2.100 s |
Visual Complete 99% [median] | 3.634 s |
Last Visual Change [median] | 4.734 s |
Chrome User Experience Report (CRUX) | |
First Contentful Paint [p75] | 2.259 s |
Largest Contentful Paint (LCP) [p75] | 3.519 s |
Cumulative Layout Shift (CLS) [p75] | 0.34 |
Metric | min | median | mean | max |
---|---|---|---|---|
Visual Metrics | ||||
FirstVisualChange | 434 ms | 1.100 s | 1.234 s | 2.167 s |
LastVisualChange | 4.067 s | 4.734 s | 4.723 s | 5.367 s |
SpeedIndex | 1.757 s | 1.964 s | 2.218 s | 2.934 s |
VisualReadiness | 2.967 s | 3.200 s | 3.489 s | 4.300 s |
VisualComplete85 | 1.767 s | 2.100 s | 2.267 s | 2.934 s |
VisualComplete95 | 2.967 s | 3.634 s | 3.645 s | 4.334 s |
VisualComplete99 | 2.967 s | 3.634 s | 3.645 s | 4.334 s |
Google Web Vitals | ||||
Time To First Byte (TTFB) | 75 ms | 658 ms | 525 ms | 841 ms |
Largest Contentful Paint (LCP) | 1.678 s | 2.044 s | 2.189 s | 2.844 s |
First Contentful Paint (FCP) | 441 ms | 1.104 s | 1.229 s | 2.141 s |
Cumulative Layout Shift (CLS) | 0.0015 | 0.0015 | 0.0015 | 0.0015 |
More metrics | ||||
firstPaint | 441 ms | 1.104 s | 1.229 s | 2.141 s |
loadEventEnd | 31.229 s | 31.944 s | 32.144 s | 33.259 s |
CPU | ||||
Total Blocking Time | 1.542 s | 1.797 s | 1.738 s | 1.876 s |
Max Potential FID | 761 ms | 841 ms | 833 ms | 896 ms |
CPU long tasks | 15 | 16 | 16 | 17 |
CPU last long task happens at | 31.765 s | 32.465 s | 32.698 s | 33.864 s |
Run 3 SpeedIndex median
Use--filmstrip.showAll
to show all filmstrips.
The coach helps you find performance problems on your web page using web performance best practice rules. And gives you advice on privacy and best practices. Tested using Coach-core version 8.1.1.
Title | Advice | Score |
---|---|---|
Meta description (metaDescription) | The meta description is too long. It has 311 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 79 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://top-fwz1.mai...1.mail.ru/counter has a header set-cookie that is 716 characters long. https://top-fwz1.mai...mail.ru/datalayer has a header set-cookie that is 716 characters long. https://top-fwz1.mai...mail.ru/datalayer has a header set-cookie that is 614 characters long. https://mc.yandex.ru....ru/watch/5901091 has a header location that is 1791 characters long. https://api.sunlight...v3/cities/select/ has a header set-cookie that is 882 characters long. https://mc.yandex.ru...u/watch/5901091/1 has a header location that is 1791 characters long. https://mc.yandex.ru...u/watch/5901091/1 has a header set-cookie that is 929 characters long. https://mc.yandex.ru....ru/watch/5901091 has a header set-cookie that is 662 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. | 89 |
Description: Do not send response headers that are too long. | ||
Offenders: | ||
Avoid too many third party requests (thirdParty) | The page do more requests to third party domains (85 requests and 1.3 MB) then first party (76 requests and 1.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 9 responses that sets a p3p header. There are 94 responses that sets both a max-age and expires header. There are 20 responses that sets a pragma no-cache header (that is a request header). There are 142 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 19% requests that are 3rd party (31 requests with a size of 377.6 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 6 survelliance requests and uses 4 survelliance tools. The page do 4 ad requests and uses 1 ad tool. The page do 11 social requests and uses 1 social tool. The page do 12 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 | 10599 |
DOM elements | 7468 |
Avg DOM depth | 12 |
Max DOM depth | 21 |
Iframes | 2 |
Script tags | 71 |
Local storage | 7.9 KB |
Session storage | 738 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 |
---|---|---|
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 |
Yandex Metrica |
Google Analytics |
Utility |
Other Google APIs/SDKs |
Cdn |
Google Fonts |
Data from run 3
Visual Metrics | |
---|---|
First Visual Change | 434 ms |
Speed Index | 1.964 s |
Visual Complete 85% | 2.100 s |
Visual Complete 95% | 3.634 s |
Visual Complete 99% | 3.634 s |
Last Visual Change | 4.734 s |
Visual Readiness | 4.300 s |
Navigation Timing | |
---|---|
backEndTime | 75 ms |
domContentLoadedTime | 1.294 s |
domInteractiveTime | 1.293 s |
domainLookupTime | 0 ms |
frontEndTime | 31.125 s |
pageDownloadTime | 28 ms |
pageLoadTime | 31.228 s |
redirectionTime | 0 ms |
serverConnectionTime | 27 ms |
serverResponseTime | 71 ms |
Google Web Vitals | |
---|---|
Time to first byte (TTFB) | 75 ms |
First Contentful Paint (FCP) | 441 ms |
Largest Contentful Paint (LCP) | 2.044 s |
Cumulative Layout Shift (CLS) | 0.00 |
Interaction to next paint (INP) | 128 ms |
Total Blocking Time (TBT) | 1.797 s |
First Contentful Paint info | |
---|---|
Elements that needed recalculate style before FCP | 1741 |
Time spent in recalculate style before FCP | 32.541 ms |
Extra timings | |
---|---|
TTFB | 75 ms |
First Paint | 441 ms |
Load Event End | 31.229 s |
Fully loaded | 31.756 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 data-huge="" data-mobile-banner="https://g7.sunlight.net/media/catbans/55699518613af7ec98b9bd89dbb972178eb965da.jpg" data-desktop-banner="https://g9.sunlight.net/media/catbans/17c0d480777ecbf6e974466b671abfef80b43135.jpg" data-analytics="{"block_index": 1, "creative_id": "https://g9.sunlight.net/media/catbans/17c0d480777ecbf6e974466b671abfef80b43135.jpg", "creative_index": 1, "creative_name": null, "creative_slot": "catalogbanner", "creative_slot_id": "100807", "promotion_id": null, "promotion_name": null}" data-analytics-list-name="Золотые кольца" id="js-catalog-wide-banner" class="catalog-wide-banner" style="background-image: url("https://g9.sunlight.net/media/catbans/17c0d480777ecbf6e974466b671abfef80b43135.jpg");"></div> |
Render time | 2.044 s |
Elements that needed recalculate style before LCP | 5104 |
Time spent in recalculate style before LCP | 382.2 ms |
Element id | js-catalog-wide-banner |
Load time | 2.044 s |
URL | https://g9.sunlight....abfef80b43135.jpg |
Size (width*height) | 910593 |
DOM path | |
div#wrapper > div#js-catalog-wide-banner> div#wrapper > div#js-catalog-wide-banner> |
0.00152 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.00152 | <span class="catalog-title__count"></span>,,<div class="supreme-header-top-menu-right-links"></div>,, |
body > div#wrapper > div#js-catalog-wrapper > section:eq(0) > div#js-catalog-top-holder > div#filter > div > div:eq(0) > div > div:eq(0) > div#catalog-top-h1 > div > div > span,body > div#wrapper > div#js-catalog-wrapper > section:eq(0) > div#js-catalog-top-holder > div#filter > div > div:eq(0) > div > div:eq(0) > div#catalog-top-h1 > div > div > h1 > #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.
Interaction to Next Paint (INP) is a metric that try to measure responsiveness. It's useful if you are testing user journeys. Read more about Interaction to Next Paint.
The measured latency was 128 ms.
Event type | mouseover |
Element type | DIV |
Element class name | catalog-wide-banner |
Event target | #js-catalog-wide-banner |
Load state when the event happened | loading |
Read more about the Long Animation Frames API here here.
The top 10 longest animation frames entries
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
795 ms | 861.7 ms | 3.3 ms | 2.3 ms | 1 ms |
Forced Style And Layout Duration: 326 ms Invoker: IDBRequest.onsuccess |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
531 ms | 564.5 ms | 24.5 ms | 13.2 ms | 11.3 ms |
https://cdn.diginetica.net/338/client.js | ||||
Forced Style And Layout Duration: 270 ms Invoker: https://cdn.diginetica.net/338/client.js | ||||
Invoker: FrameRequestCallback |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
116 ms | 215.7 ms | 5.3 ms | 2.8 ms | 2.5 ms |
https://cdn.diginetica.net/338/client.js | ||||
Forced Style And Layout Duration: 1 ms Invoker: XMLHttpRequest.onload | ||||
https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.e4cf42d2c9fd39c7ab85.js?1736895726.0 | ||||
Invoker: SCRIPT#https://g3.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main.1fd91552c2a885be2be4.js?1736895726.0 .onload | ||||
https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.44028120e4b0133b1413.js?1736895726.0 | ||||
Invoker: https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.44028120e4b0133b1413.js?1736895726.0 | ||||
https://mc.yandex.ru/metrika/watch.js | ||||
Forced Style And Layout Duration: 62 ms Invoker: https://mc.yandex.ru/metrika/watch.js |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
84 ms | 146.6 ms | 17.4 ms | 0.2 ms | 17.2 ms |
https://top-fwz1.mail.ru/js/code.js | ||||
Invoker: https://top-fwz1.mail.ru/js/code.js | ||||
https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c>m=45He51e0v76512221za200 | ||||
Invoker: https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c>m=45He51e0v76512221za200 |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
77 ms | 16.5 ms | 126.5 ms | 0.7 ms | 125.8 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
74 ms | 172.3 ms | 4.7 ms | 3.6 ms | 1.1 ms |
https://personalization-web-stable.mindbox.ru/js/service/v2/forms.js?v=4.48.36 | ||||
Invoker: https://personalization-web-stable.mindbox.ru/js/service/v2/forms.js?v=4.48.36 | ||||
Forced Style And Layout Duration: 12 ms Invoker: TimerHandler:setInterval | ||||
Invoker: TimerHandler:setTimeout |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
56 ms | 150.7 ms | 14.3 ms | 6.8 ms | 7.5 ms |
https://cdn.branch.io/branch-latest.min.js | ||||
Invoker: https://cdn.branch.io/branch-latest.min.js | ||||
https://privacy-cs.mail.ru/static/sync-loader.js | ||||
Invoker: https://privacy-cs.mail.ru/static/sync-loader.js | ||||
https://g9.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dist/main.120a4f1308248850ff1d.js?1736895726.0 | ||||
Forced Style And Layout Duration: 3 ms Invoker: #document.onDOMContentLoaded | ||||
https://sunlight.net/catalog/zolotye-kolca.html | ||||
Forced Style And Layout Duration: 27 ms Invoker: #document.onDOMContentLoaded |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
49 ms | 13.5 ms | 87.5 ms | 74 ms | 13.5 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
41 ms | 88.7 ms | 79.3 ms | 59.3 ms | 20 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
37 ms | 100.8 ms | 4.2 ms | 2.1 ms | 2.1 ms |
https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.0e005fdb1147f3f794d3.js?1736895726.0 | ||||
Invoker: https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.0e005fdb1147f3f794d3.js?1736895726.0 | ||||
https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.e4cf42d2c9fd39c7ab85.js?1736895726.0 | ||||
Invoker: SCRIPT#https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.0e005fdb1147f3f794d3.js?1736895726.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 | 161 |
Total domains | 39 |
Total transfer size | 2.8 MB |
Total content size | 7.0 MB |
Responses missing compression | 49 |
Number of cookies | 27 |
Third party cookies | 8 |
Requests per response code | |
---|---|
200 | 152 |
204 | 4 |
301 | 1 |
302 | 3 |
322 | 1 |
URL | Type | Transfer Size | Content Size |
---|---|---|---|
https://g9.sunlight....abfef80b43135.jpg | image | 410.1 KB | 409.4 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://sunlight.net...olotye-kolca.html | html | 159.1 KB | 1.1 MB |
https://www.googleta...nager.com/gtag/js | javascript | 132.2 KB | 406.1 KB |
https://g2.sunlight....222b57433a8bb.jpg | image | 112.9 KB | 112.6 KB |
https://www.googleta...anager.com/gtm.js | javascript | 106.0 KB | 366.7 KB |
https://g6.sunlight....d2c9fd39c7ab85.js | javascript | 102.8 KB | 250.4 KB |
https://personalizat...rvice/v2/forms.js | javascript | 92.1 KB | 266.9 KB |
https://stream.datago.ru/tracker/sp.js | javascript | 72.7 KB | 72.6 KB |
https://mc.yandex.ru/metrika/watch.js | javascript | 59.8 KB | 167.5 KB |
https://web-static.m...stable/quizzes.js | javascript | 55.3 KB | 148.4 KB |
https://g9.sunlight....1308248850ff1d.js | javascript | 54.3 KB | 153.0 KB |
https://g1.sunlight....c69c62e7d005f.jpg | image | 48.7 KB | 48.5 KB |
https://g5.sunlight....406ed94b5e472.jpg | image | 46.9 KB | 46.6 KB |
https://g6.sunlight....20e4b0133b1413.js | javascript | 46.4 KB | 103.4 KB |
https://g8.sunlight....-005056bccafe.jpg | image | 46.3 KB | 46.1 KB |
https://g0.sunlight....e3424cc7f641c.jpg | image | 45.0 KB | 44.7 KB |
https://privacy-cs.m...ic/sync-loader.js | javascript | 40.4 KB | 155.0 KB |
https://g5.sunlight....db1147f3f794d3.js | javascript | 37.4 KB | 108.9 KB |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 5.5 KB | 165.2 KB | 1.1 MB | 10 |
css | 1.1 KB | 56.2 KB | 245.4 KB | 10 |
javascript | 878 B | 1.5 MB | 4.7 MB | 31 |
image | 1.0 KB | 856.5 KB | 846.7 KB | 30 |
font | 0 b | 175.8 KB | 174.1 KB | 6 |
svg | 0 b | 22.5 KB | 33.8 KB | 28 |
json | 3.7 KB | 12.0 KB | 11.9 KB | 22 |
plain | 382 B | 3.7 KB | 9.3 KB | 5 |
other | 1.3 KB | 3.5 KB | 44 B | 13 |
favicon | 0 b | 1.0 KB | 9.4 KB | 1 |
Total | 13.8 KB | 2.8 MB | 7.0 MB | 156 |
Domain | Total download time | Transfer Size | Content Size | Requests |
---|---|---|---|---|
sunlight.net | 876 ms | 159.1 KB | 1.1 MB | 1 |
g0.sunlight.net | 3.807 s | 139.3 KB | 148.7 KB | 11 |
g3.sunlight.net | 2.615 s | 139.7 KB | 245.2 KB | 9 |
g5.sunlight.net | 1.407 s | 99.9 KB | 176.9 KB | 11 |
g6.sunlight.net | 2.513 s | 210.6 KB | 478.4 KB | 8 |
g7.sunlight.net | 1.215 s | 16.2 KB | 83.0 KB | 4 |
g9.sunlight.net | 2.412 s | 507.4 KB | 623.7 KB | 4 |
www.googletagmanager.com | 409 ms | 238.2 KB | 772.8 KB | 2 |
g8.sunlight.net | 471 ms | 82.4 KB | 84.6 KB | 6 |
g1.sunlight.net | 160 ms | 87.2 KB | 88.1 KB | 3 |
g2.sunlight.net | 249 ms | 114.3 KB | 114.6 KB | 3 |
g4.sunlight.net | 262 ms | 1.2 KB | 1.2 KB | 2 |
api.sunlight.net | 563 ms | N/A | 1.7 KB | 14 |
cdn.diginetica.net | 459 ms | 319.0 KB | 1.3 MB | 5 |
cdn.branch.io | 237 ms | 23.4 KB | 75.0 KB | 1 |
api.mindbox.ru | 435 ms | 190.6 KB | 586.1 KB | 4 |
vk.com | 525 ms | 38.3 KB | 112.9 KB | 11 |
onelinksmartscript.appsflyer.com | 247 ms | 22.0 KB | 94.8 KB | 1 |
stream.datago.ru | 365 ms | 73.1 KB | 72.7 KB | 5 |
top-fwz1.mail.ru | 161 ms | 26.4 KB | 49.6 KB | 6 |
mc.yandex.ru | 606 ms | 65.1 KB | 174.1 KB | 10 |
privacy-cs.mail.ru | 1.749 s | 40.0 KB | 155.0 KB | 4 |
abt.s3.yandex.net | 99 ms | 6.4 KB | 14.2 KB | 1 |
web-static.mindbox.ru | 184 ms | 60.8 KB | 148.4 KB | 2 |
analytics.google.com | 1.056 s | N/A | 0 b | 2 |
www.google.ru | 166 ms | 63 B | 42 B | 1 |
api.expf.ru | 139 ms | 2.3 KB | 6.6 KB | 4 |
tracking.diginetica.net | 47 ms | 111 B | 111 B | 3 |
autocomplete.diginetica.net | 110 ms | 835 B | 98 B | 2 |
app.link | 411 ms | 669 B | 91 B | 1 |
uaas.yandex.ru | 109 ms | 699 B | 173 B | 1 |
personalization-web-stable.mindbox.ru | 595 ms | 98.7 KB | 282.0 KB | 6 |
api2.branch.io | 630 ms | 1.1 KB | 303 B | 2 |
api-qa.diginetica.net | 102 ms | 614 B | 36 B | 1 |
quizzes-stable.mindbox.ru | 354 ms | 703 B | 351 B | 2 |
yandex.ru | 158 ms | N/A | 0 b | 1 |
cdn.uxfeedback.ru | 388 ms | 59.0 KB | 171.3 KB | 4 |
widget-api.uxfeedback.ru | 139 ms | 230 B | 1.3 KB | 2 |
fonts.googleapis.com | 211 ms | 1.9 KB | 5.4 KB | 1 |
type | min | median | max |
---|---|---|---|
Expires | 0 seconds | 15 minutes | 27 weeks |
Last modified | 0 seconds | 6 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.1 KB | 1 |
font | 0 b | 0 |
other | 0 b | 1 |
favicon | 1.0 KB | 1 |
json | 756 B | 2 |
plain | 0 b | 1 |
Total | 63.4 KB | 11 |
Includes requests done after DOM content loaded.
Content | Transfer Size | Requests |
---|---|---|
html | 6.1 KB | 7 |
css | 17.8 KB | 5 |
javascript | 590.7 KB | 17 |
image | 437.5 KB | 27 |
font | 0 b | 0 |
json | 11.8 KB | 20 |
plain | 3.7 KB | 5 |
other | 3.5 KB | 13 |
favicon | 1.0 KB | 1 |
Total | 1.0 MB | 99 |
Render blocking information directly from Chrome.
Blocking | In body parser blocking | Potentially blocking |
---|---|---|
3 | 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://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://g9.sunlight....1308248850ff1d.js | in_body_parser_blocking |
https://g6.sunlight....20e4b0133b1413.js | non_blocking |
https://privacy-cs.m...ic/sync-loader.js | non_blocking |
https://g5.sunlight....db1147f3f794d3.js | non_blocking |
https://cdn.uxfeedba...07d8f17efbb81b.js | non_blocking |
https://g3.sunlight....turaPT-Demi.woff2 | non_blocking |
https://g0.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....52c2a885be2be4.js | 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://vk.com/dist/...bb2a98626e46ab.js | non_blocking |
https://cdn.uxfeedba...b9a88d7a8a0f16.js | non_blocking |
https://g7.sunlight....09388faf01ebe.css | 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://g6.sunlight....efaf6484d5cce8.js | blocking |
https://fonts.google...oogleapis.com/css | dynamically_injected_non_blocking |
https://personalizat...ervice/styles.css | dynamically_injected_non_blocking |
https://g5.sunlight....b893a74ec70f0.css | dynamically_injected_non_blocking |
https://g0.sunlight....27b7e44d2eec9.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 |
https://vk.com/js/api/openapi.js?159 | 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 | 1797 | |
Max Potential First Input Delay | 841 | |
Long Tasks before First Paint | 1 | 88 |
Long Tasks before First Contentful Paint | 1 | 88 |
Long Tasks before Largest Contentful Paint | 8 | 1100 |
Long Tasks after Load Event End | 1 | 127 |
Total Long Tasks | 17 | 2685 |
CPU last long task happened at 31.765 s
name | startTime | duration | containerId | containerName | containerSrc | containerType |
---|---|---|---|---|---|---|
unknown | 437 | 88 | window | |||
unknown | 615 | 79 | window | |||
self | 725 | 52 | window | |||
self | 824 | 52 | window | |||
self | 897 | 66 | window | |||
self | 1037 | 116 | window | |||
self | 1293 | 91 | window | |||
self | 1405 | 556 | window | |||
self | 2060 | 83 | window | |||
self | 2263 | 160 | window | |||
self | 2542 | 841 | window | |||
self | 3498 | 57 | window | |||
self | 3782 | 65 | window | |||
self | 3941 | 72 | window | |||
self | 4204 | 119 | window | |||
self | 4423 | 61 | window | |||
self | 31765 | 127 | window |
Calculated using Tracium.
Categories (ms) | |
---|---|
parseHTML | 135 |
styleLayout | 1489 |
paintCompositeRender | 100 |
scriptParseCompile | 11 |
scriptEvaluation | 5087 |
garbageCollection | 106 |
other | 1575 |
Events (ms) | |
---|---|
FunctionCall | 2917 |
RunTask | 1112 |
RunMicrotasks | 1080 |
UpdateLayoutTree | 846 |
v8.run | 705 |
Layout | 642 |
Commit | 135 |
v8.callFunction | 132 |
ParseHTML | 128 |
IntersectionObserverController::computeIntersections | 80 |
TimerFire | 80 |
Layerize | 71 |
PrePaint | 71 |
Paint | 49 |
FireAnimationFrame | 46 |
HitTest | 45 |
EventDispatch | 26 |
V8.GC_HEAP_EMBEDDER_TRACING_EPILOGUE | 21 |
V8.BytecodeBudgetInterrupt | 20 |
V8.GC_SCAVENGER_SCAVENGE_PARALLEL | 17 |
V8.GC_MC_INCREMENTAL | 16 |
v8.evaluateModule | 16 |
DocumentLoader::BodyLoadingFinished | 16 |
DecodedDataDocumentParser::AppendBytes | 16 |
V8.GC_SCAVENGER_SCAVENGE_PARALLEL_PHASE | 15 |
V8.GC_MC_INCREMENTAL_EMBEDDER_TRACING | 14 |
DocumentLoader::CommitNavigation | 13 |
V8.HandleInterrupts | 11 |
v8.compile | 11 |
V8.DeserializeContext | 10 |
URL | CPU time (ms) |
---|---|
https://cdn.diginetica.net/338/client.js | 2350 |
https://mc.yandex.ru/metrika/watch.js | 292 |
https://privacy-cs.mail.ru/static/sync-loader.js | 215 |
https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR | 191 |
https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c>m=45He51e0v76512221za200 | 121 |
https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.e4cf42d2c9fd39c7ab85.js?1736895726.0 | 89 |
https://top-fwz1.mail.ru/js/code.js | 84 |
https://sunlight.net/catalog/zolotye-kolca.html | 71 |
https://g9.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dist/main.120a4f1308248850ff1d.js?1736895726.0 | 64 |
https://personalization-web-stable.mindbox.ru/js/service/v2/forms.js?v=4.48.36 | 49 |
https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.44028120e4b0133b1413.js?1736895726.0 | 31 |
https://cdn.uxfeedback.ru/assets-4.9.2/1.de85b107d8f17efbb81b.js | 26 |
https://cdn.branch.io/branch-latest.min.js | 22 |
https://api.mindbox.ru/scripts/v1/tracker.js | 21 |
https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/367.4949ac8a4272d97e36f5.js | 21 |
https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.682 | 19 |
https://stream.datago.ru/tracker/sp.js | 18 |
https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.0e005fdb1147f3f794d3.js?1736895726.0 | 14 |
Tool/domain | Time (ms) |
---|---|
cdn.diginetica.net | 2349.9 |
Yandex Metrica | 292.5 |
privacy-cs.mail.ru | 215.2 |
Google Tag Manager | 312.5 |
g6.sunlight.net | 140.2 |
top-fwz1.mail.ru | 84.2 |
sunlight.net | 71.3 |
g9.sunlight.net | 63.9 |
personalization-web-stable.mindbox.ru | 48.6 |
cdn.uxfeedback.ru | 25.6 |
Branch Metrics | 22.0 |
api.mindbox.ru | 39.8 |
stream.datago.ru | 17.8 |
g5.sunlight.net | 14.5 |
Third party requests categorised by Third party web version 0.26.2.
Category | Requests |
---|---|
tag-manager | 2 |
survelliance | 6 |
ad | 4 |
social | 8 |
analytics | 12 |
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 (6 requests) |
Google Tag Manager |
Google Analytics |
Other Google APIs/SDKs |
Google Fonts |
|
ad (4 requests) |
Branch Metrics |
|
social (8 requests) |
VK |
|
analytics (12 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
.
cdn.diginetica.net |
api.mindbox.ru |
onelinksmartscript.appsflyer.com |
stream.datago.ru |
top-fwz1.mail.ru |
privacy-cs.mail.ru |
web-static.mindbox.ru |
tracking.diginetica.net |
autocomplete.diginetica.net |
abt.s3.yandex.net |
api.expf.ru |
uaas.yandex.ru |
personalization-web-stable.mindbox.ru |
api-qa.diginetica.net |
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 |
Calculated using .*sunlight.* (use --firstParty
to configure).
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 4.3 KB | 159.1 KB | 1.1 MB | 7 |
css | 0 b | 38.3 KB | 174.8 KB | 5 |
javascript | 0 b | 311.2 KB | 806.2 KB | 8 |
image | 0 b | 849.3 KB | 846.0 KB | 13 |
font | 0 b | 175.8 KB | 174.1 KB | 6 |
svg | 0 b | 22.5 KB | 33.8 KB | 28 |
json | 3.2 KB | 2.6 KB | 1.7 KB | 7 |
favicon | 0 b | 1.0 KB | 9.4 KB | 1 |
Total | 7.8 KB | 1.5 MB | 3.0 MB | 76 |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 1.2 KB | 6.1 KB | 20.4 KB | 3 |
css | 1.1 KB | 17.8 KB | 70.6 KB | 5 |
javascript | 878 B | 1.2 MB | 3.9 MB | 23 |
image | 1.0 KB | 7.2 KB | 730 B | 17 |
font | 0 b | 0 b | 0 b | 0 |
json | 466 B | 9.4 KB | 10.2 KB | 15 |
plain | 382 B | 3.7 KB | 9.3 KB | 5 |
other | 1.3 KB | 3.5 KB | 44 B | 13 |
Total | 6.2 KB | 1.2 MB | 4.0 MB | 85 |
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 | 2 (30 issues) |
Serious | 3 (203 issues) |
Moderate | 2 (493 issues) |
Minor | 0 (0 issues) |
| loadingExperience ALL | | originLoadingExperience ALL | |
Chrome User Experience Report (CrUx) is powered by real user measurement across the public web, aggregated from users who have opted-in to syncing their browsing history, have not set up a Sync passphrase, and have usage statistic reporting enabled and is using Chrome.
The CrUx data has four different buckets (form factor) depending on device: DESKTOP, PHONE, TABLET and ALL. You can choose which data to get with --crux.formFactor
.
Over the last 30 days, this is the field data for this page for Chrome users.
Data collected between 2024-12-16 and 2025-1-12
Metric | Value |
---|---|
Round trip time 75 percentile | 158 ms |
Time to first byte (TTFB) 75 percentile | 1.552 s |
First Contentful Paint (FCP) 75 percentile | 2.259 s |
Largest Contentful Paint (LCP) 75 percentile | 3.519 s |
Cumulative Layout Shift (CLS) 75 percentile | 0.34 |
Interaction to next paint (INP) 75 percentile | 479 ms |
Form factor | Value |
---|---|
Desktop | 9.76% |
Phone | 90.24% |
Tablet | 0.00% |
Navigation type | Value |
---|---|
Navigate | 58.09% |
Navigate cache | 0.00% |
Reload | 3.95% |
Restore | 0.00% |
Back/Forward | 34.68% |
Back/Forward cache | 3.28% |
Prerender | 0.00% |
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-16 and 2025-1-12
Metric | Value |
---|---|
Round trip time 75 percentile | 146 ms |
Time to first byte (TTFB) 75 percentile | 1.518 s |
First Contentful Paint (FCP) 75 percentile | 2.299 s |
Largest Contentful Paint (LCP) 75 percentile | 3.710 s |
Cumulative Layout Shift (CLS) 75 percentile | 0.04 |
Interaction to next paint (INP) 75 percentile | 251 ms |
Form factor | Value |
---|---|
Desktop | 10.68% |
Phone | 88.13% |
Tablet | 1.19% |
Navigation type | Value |
---|---|
Navigate | 78.35% |
Navigate cache | 0.00% |
Reload | 5.00% |
Restore | 0.06% |
Back/Forward | 15.24% |
Back/Forward cache | 1.25% |
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) | |
|