Tested 2025-01-14 15:22:10 using Chrome 131.0.6778.85 (runtime settings).
Metric | Value |
---|---|
Page metrics | |
Performance Score | 55 |
Total Page Transfer Size | 2.8 MB |
Requests | 161 |
Timing metrics | |
TTFB [median] | 79 ms |
First Paint [median] | 529 ms |
Fully Loaded [median] | 7.158 s |
Google Web Vitals | |
TTFB [median] | 79 ms |
First Contentful Paint (FCP) [median] | 529 ms |
Largest Contentful Paint (LCP) [median] | 1.032 s |
Cumulative Layout Shift (CLS) [median] | 0.00 |
Interaction To Next Paint (INP) [median] | 112 ms |
Total Blocking Time [median] | 1.748 s |
Max Potential FID [median] | 767 ms |
CPU metrics | |
CPU long tasks [median] | 16 |
CPU longest task duration | 857 ms |
CPU last long task happens at | 5.083 s |
Visual Metrics | |
First Visual Change [median] | 567 ms |
Speed Index [median] | 1.209 s |
Visual Complete 85% [median] | 1.234 s |
Visual Complete 99% [median] | 2.600 s |
Last Visual Change [median] | 3.634 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 | 367 ms | 567 ms | 878 ms | 1.700 s |
LastVisualChange | 2.867 s | 3.634 s | 3.656 s | 4.467 s |
SpeedIndex | 1.126 s | 1.209 s | 1.557 s | 2.337 s |
VisualReadiness | 2.300 s | 2.767 s | 2.778 s | 3.267 s |
VisualComplete85 | 1.167 s | 1.234 s | 1.589 s | 2.367 s |
VisualComplete95 | 1.833 s | 2.434 s | 2.500 s | 3.234 s |
VisualComplete99 | 1.833 s | 2.600 s | 2.600 s | 3.367 s |
Google Web Vitals | ||||
Time To First Byte (TTFB) | 71 ms | 79 ms | 381 ms | 993 ms |
Largest Contentful Paint (LCP) | 1.007 s | 1.032 s | 1.440 s | 2.282 s |
First Contentful Paint (FCP) | 385 ms | 529 ms | 868 ms | 1.690 s |
Cumulative Layout Shift (CLS) | 0.0015 | 0.0015 | 0.0015 | 0.0015 |
More metrics | ||||
firstPaint | 385 ms | 529 ms | 868 ms | 1.690 s |
loadEventEnd | 3.359 s | 3.483 s | 3.731 s | 4.350 s |
CPU | ||||
Total Blocking Time | 1.569 s | 1.748 s | 1.722 s | 1.850 s |
Max Potential FID | 738 ms | 767 ms | 787 ms | 857 ms |
CPU long tasks | 15 | 16 | 16 | 17 |
CPU last long task happens at | 4.891 s | 5.083 s | 5.113 s | 5.365 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 |
---|---|---|
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 1786 characters long. https://api.sunlight...v3/cities/select/ has a header set-cookie that is 882 characters long. https://top-fwz1.mai...1.mail.ru/tracker has a header set-cookie that is 614 characters long. https://yandex.ru/ads/system/context.js has a header set-cookie that is 823 characters long. https://mc.yandex.ru...u/watch/5901091/1 has a header location that is 1786 characters long. https://mc.yandex.ru...u/watch/5901091/1 has a header set-cookie that is 928 characters long. | 90 |
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 (84 requests and 1.3 MB) then first party (77 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 10 responses that sets a p3p header. There are 95 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 143 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 19% requests that are 3rd party (31 requests with a size of 382 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 7 survelliance requests and uses 5 survelliance tools. The page do 5 ad requests and uses 2 ad tools. The page do 11 social requests and uses 1 social tool. The page do 11 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 |
---|---|---|
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 |
Google/Doubleclick Ads |
Other Google APIs/SDKs |
Google Fonts |
Ad |
Branch Metrics |
Google/Doubleclick Ads |
Social |
VK |
Analytics |
Yandex Metrica |
Google Analytics |
Utility |
Other Google APIs/SDKs |
Cdn |
Google Fonts |
Data from run 1
Visual Metrics | |
---|---|
First Visual Change | 367 ms |
Speed Index | 1.209 s |
Visual Complete 85% | 1.234 s |
Visual Complete 95% | 2.434 s |
Visual Complete 99% | 2.600 s |
Last Visual Change | 3.634 s |
Visual Readiness | 3.267 s |
Navigation Timing | |
---|---|
backEndTime | 71 ms |
domContentLoadedTime | 831 ms |
domInteractiveTime | 831 ms |
domainLookupTime | 0 ms |
frontEndTime | 4.243 s |
pageDownloadTime | 35 ms |
pageLoadTime | 4.349 s |
redirectionTime | 0 ms |
serverConnectionTime | 26 ms |
serverResponseTime | 75 ms |
Google Web Vitals | |
---|---|
Time to first byte (TTFB) | 71 ms |
First Contentful Paint (FCP) | 385 ms |
Largest Contentful Paint (LCP) | 1.032 s |
Cumulative Layout Shift (CLS) | 0.00 |
Interaction to next paint (INP) | 112 ms |
Total Blocking Time (TBT) | 1.850 s |
First Contentful Paint info | |
---|---|
Elements that needed recalculate style before FCP | 938 |
Time spent in recalculate style before FCP | 31.535 ms |
Extra timings | |
---|---|
TTFB | 71 ms |
First Paint | 385 ms |
Load Event End | 4.350 s |
Fully loaded | 7.158 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 | 1.032 s |
Elements that needed recalculate style before LCP | 4515 |
Time spent in recalculate style before LCP | 129.73 ms |
Element id | js-catalog-wide-banner |
Load time | 1.032 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.00151 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.00151 | <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 112 ms.
Event type | pointerover |
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 |
---|---|---|---|---|
810 ms | 858.3 ms | 2.7 ms | 1.7 ms | 1 ms |
Forced Style And Layout Duration: 396 ms Invoker: IDBRequest.onsuccess |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
542 ms | 630.4 ms | 24.6 ms | 14.6 ms | 10 ms |
https://api.mindbox.ru/scripts/v1/tracker.js | ||||
Invoker: https://api.mindbox.ru/scripts/v1/tracker.js | ||||
https://stream.datago.ru/tracker/sp.js | ||||
Invoker: https://stream.datago.ru/tracker/sp.js | ||||
https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/367.4949ac8a4272d97e36f5.js | ||||
Invoker: https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/367.4949ac8a4272d97e36f5.js | ||||
https://cdn.diginetica.net/338/client.js | ||||
Forced Style And Layout Duration: 267 ms Invoker: https://cdn.diginetica.net/338/client.js |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
138 ms | 172.2 ms | 16.8 ms | 14.9 ms | 1.9 ms |
https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c>m=45He51d0v76512221za200 | ||||
Invoker: https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c>m=45He51d0v76512221za200 |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
81 ms | 110.5 ms | 24.5 ms | 11.2 ms | 13.3 ms |
https://g9.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dist/main.120a4f1308248850ff1d.js?1736865578.0 | ||||
Forced Style And Layout Duration: 3 ms Invoker: #document.onDOMContentLoaded | ||||
https://sunlight.net/catalog/zolotye-kolca.html | ||||
Forced Style And Layout Duration: 36 ms Invoker: #document.onDOMContentLoaded |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
78 ms | 197.2 ms | 3.8 ms | 2.9 ms | 0.9 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: 17 ms Invoker: TimerHandler:setInterval | ||||
Invoker: TimerHandler:setTimeout |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
76 ms | 169.3 ms | 5.7 ms | 2.5 ms | 3.2 ms |
https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.e4cf42d2c9fd39c7ab85.js?1736865578.0 | ||||
Invoker: SCRIPT#https://g3.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main.1fd91552c2a885be2be4.js?1736865578.0 .onload | ||||
https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.44028120e4b0133b1413.js?1736865578.0 | ||||
Invoker: https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.44028120e4b0133b1413.js?1736865578.0 | ||||
https://mc.yandex.ru/metrika/watch.js | ||||
Forced Style And Layout Duration: 56 ms Invoker: https://mc.yandex.ru/metrika/watch.js |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
72 ms | 163.4 ms | 6.6 ms | 2.9 ms | 3.7 ms |
https://top-fwz1.mail.ru/js/code.js | ||||
Forced Style And Layout Duration: 1 ms Invoker: https://top-fwz1.mail.ru/js/code.js | ||||
https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.0e005fdb1147f3f794d3.js?1736865578.0 | ||||
Invoker: https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.0e005fdb1147f3f794d3.js?1736865578.0 | ||||
https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.e4cf42d2c9fd39c7ab85.js?1736865578.0 | ||||
Invoker: SCRIPT#https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.0e005fdb1147f3f794d3.js?1736865578.0 .onload |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
64 ms | 113.1 ms | 94.9 ms | 92.4 ms | 2.5 ms |
Invoker: TimerHandler:setTimeout | ||||
https://privacy-cs.mail.ru/static/sync-loader.js | ||||
Forced Style And Layout Duration: 14 ms Invoker: TimerHandler:setTimeout | ||||
https://privacy-cs.mail.ru/static/sync-loader.js | ||||
Forced Style And Layout Duration: 13 ms Invoker: TimerHandler:setTimeout | ||||
https://privacy-cs.mail.ru/static/sync-loader.js | ||||
Forced Style And Layout Duration: 17 ms Invoker: TimerHandler:setTimeout | ||||
https://privacy-cs.mail.ru/static/sync-loader.js | ||||
Forced Style And Layout Duration: 14 ms Invoker: TimerHandler:setTimeout | ||||
Forced Style And Layout Duration: 17 ms Invoker: TimerHandler:setTimeout |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
44 ms | 15.6 ms | 93.4 ms | 0.7 ms | 92.7 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
32 ms | 101.8 ms | 18.2 ms | 5.8 ms | 12.4 ms |
Invoker: TimerHandler:setTimeout | ||||
https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR | ||||
Invoker: TimerHandler:setTimeout | ||||
Invoker: RTCPeerConnection.onicecandidate | ||||
https://personalization-web-stable.mindbox.ru/js/service/v2/forms.js?v=4.48.36 | ||||
Invoker: FrameRequestCallback |
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 | 40 |
Total transfer size | 2.8 MB |
Total content size | 7.1 MB |
Responses missing compression | 49 |
Number of cookies | 28 |
Third party cookies | 7 |
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.0 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 | 158.9 KB | 1.1 MB |
https://www.googleta...nager.com/gtag/js | javascript | 132.1 KB | 405.6 KB |
https://g2.sunlight....222b57433a8bb.jpg | image | 112.9 KB | 112.6 KB |
https://www.googleta...anager.com/gtm.js | javascript | 110.6 KB | 388.6 KB |
https://g6.sunlight....d2c9fd39c7ab85.js | javascript | 103.0 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.5 KB | 153.0 KB |
https://g1.sunlight....c69c62e7d005f.jpg | image | 48.7 KB | 48.5 KB |
https://g5.sunlight....406ed94b5e472.jpg | image | 46.8 KB | 46.6 KB |
https://g6.sunlight....20e4b0133b1413.js | javascript | 46.4 KB | 103.4 KB |
https://g8.sunlight....-005056bccafe.jpg | image | 46.4 KB | 46.1 KB |
https://g0.sunlight....e3424cc7f641c.jpg | image | 44.9 KB | 44.7 KB |
https://g5.sunlight....db1147f3f794d3.js | javascript | 43.3 KB | 108.9 KB |
https://privacy-cs.m...ic/sync-loader.js | javascript | 40.4 KB | 155.0 KB |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 5.5 KB | 165.2 KB | 1.1 MB | 11 |
css | 1.1 KB | 60.2 KB | 245.4 KB | 10 |
javascript | 878 B | 1.5 MB | 4.7 MB | 31 |
image | 1.0 KB | 856.7 KB | 847.5 KB | 30 |
font | 0 b | 175.1 KB | 174.1 KB | 6 |
svg | 0 b | 20.8 KB | 33.8 KB | 28 |
json | 3.7 KB | 12.1 KB | 11.9 KB | 22 |
plain | 382 B | 3.7 KB | 9.3 KB | 5 |
other | 1.3 KB | 3.5 KB | 44 B | 12 |
favicon | 0 b | 9.6 KB | 9.4 KB | 1 |
Total | 13.8 KB | 2.8 MB | 7.1 MB | 156 |
Domain | Total download time | Transfer Size | Content Size | Requests |
---|---|---|---|---|
sunlight.net | 119 ms | 158.9 KB | 1.1 MB | 1 |
g0.sunlight.net | 707 ms | 146.9 KB | 148.7 KB | 11 |
g3.sunlight.net | 428 ms | 140.2 KB | 246.0 KB | 10 |
g5.sunlight.net | 502 ms | 104.7 KB | 176.9 KB | 11 |
g6.sunlight.net | 514 ms | 210.6 KB | 478.4 KB | 8 |
g7.sunlight.net | 215 ms | 20.1 KB | 83.0 KB | 4 |
g9.sunlight.net | 340 ms | 507.5 KB | 623.7 KB | 4 |
www.googletagmanager.com | 442 ms | 242.7 KB | 794.2 KB | 2 |
g8.sunlight.net | 323 ms | 82.5 KB | 84.6 KB | 6 |
g1.sunlight.net | 192 ms | 87.2 KB | 88.1 KB | 3 |
g2.sunlight.net | 198 ms | 114.3 KB | 114.6 KB | 3 |
g4.sunlight.net | 126 ms | 935 B | 1.2 KB | 2 |
api.sunlight.net | 504 ms | N/A | 1.7 KB | 14 |
cdn.diginetica.net | 355 ms | 319.0 KB | 1.3 MB | 5 |
cdn.branch.io | 229 ms | 23.4 KB | 75.0 KB | 1 |
api.mindbox.ru | 472 ms | 190.6 KB | 586.1 KB | 4 |
vk.com | 476 ms | 38.3 KB | 112.9 KB | 11 |
onelinksmartscript.appsflyer.com | 122 ms | 22.0 KB | 94.8 KB | 1 |
stream.datago.ru | 403 ms | 73.2 KB | 72.7 KB | 4 |
top-fwz1.mail.ru | 122 ms | 26.4 KB | 49.6 KB | 6 |
mc.yandex.ru | 5.057 s | 64.4 KB | 174.1 KB | 9 |
privacy-cs.mail.ru | 652 ms | 40.0 KB | 155.0 KB | 4 |
abt.s3.yandex.net | 84 ms | 6.4 KB | 14.2 KB | 1 |
analytics.google.com | 1.134 s | N/A | 0 b | 2 |
td.doubleclick.net | 195 ms | 523 B | 13 B | 1 |
www.google.ru | 165 ms | 63 B | 42 B | 1 |
web-static.mindbox.ru | 144 ms | 60.8 KB | 148.4 KB | 2 |
api.expf.ru | 132 ms | 2.3 KB | 6.6 KB | 4 |
tracking.diginetica.net | 41 ms | 111 B | 111 B | 3 |
autocomplete.diginetica.net | 83 ms | 835 B | 98 B | 2 |
app.link | 319 ms | 672 B | 91 B | 1 |
uaas.yandex.ru | 81 ms | 702 B | 173 B | 1 |
api2.branch.io | 609 ms | 1.1 KB | 303 B | 2 |
personalization-web-stable.mindbox.ru | 510 ms | 98.7 KB | 282.0 KB | 6 |
api-qa.diginetica.net | 63 ms | 614 B | 36 B | 1 |
cdn.uxfeedback.ru | 394 ms | 59.0 KB | 171.3 KB | 4 |
quizzes-stable.mindbox.ru | 297 ms | 703 B | 351 B | 2 |
widget-api.uxfeedback.ru | 177 ms | 230 B | 1.3 KB | 2 |
fonts.googleapis.com | 232 ms | 1.9 KB | 5.4 KB | 1 |
yandex.ru | 152 ms | N/A | 0 b | 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 | 4 |
image | 1.4 KB | 4 |
font | 0 b | 0 |
json | 3.6 KB | 5 |
favicon | 9.6 KB | 1 |
other | 0 b | 2 |
plain | 0 b | 2 |
Total | 75.2 KB | 20 |
Includes requests done after DOM content loaded.
Content | Transfer Size | Requests |
---|---|---|
html | 6.3 KB | 8 |
css | 17.8 KB | 5 |
javascript | 590.7 KB | 17 |
image | 437.0 KB | 26 |
font | 0 b | 0 |
json | 11.8 KB | 20 |
plain | 3.7 KB | 5 |
other | 3.5 KB | 12 |
favicon | 9.6 KB | 1 |
Total | 1.1 MB | 98 |
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://g5.sunlight....db1147f3f794d3.js | non_blocking |
https://privacy-cs.m...ic/sync-loader.js | non_blocking |
https://cdn.uxfeedba...07d8f17efbb81b.js | non_blocking |
https://g0.sunlight....turaPT-Demi.woff2 | non_blocking |
https://g3.sunlight....turaPT-Demi.woff2 | non_blocking |
https://g0.sunlight....raPT-Medium.woff2 | non_blocking |
https://g6.sunlight....8a4272d97e36f5.js | non_blocking |
https://g3.sunlight....raPT-Medium.woff2 | non_blocking |
https://g3.sunlight....52c2a885be2be4.js | non_blocking |
https://g0.sunlight....turaPT-Book.woff2 | non_blocking |
https://g3.sunlight....turaPT-Book.woff2 | non_blocking |
https://api.mindbox....pts/v1/tracker.js | non_blocking |
https://cdn.branch.i...nch-latest.min.js | non_blocking |
https://onelinksmart...-script-latest.js | non_blocking |
https://top-fwz1.mail.ru/js/code.js | non_blocking |
https://g3.sunlight....2ea18045ea6a6.css | blocking |
https://g7.sunlight....09388faf01ebe.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://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://g5.sunlight....b893a74ec70f0.css | dynamically_injected_non_blocking |
https://app.link/_r...tps://app.link/_r | non_blocking |
https://g0.sunlight....27b7e44d2eec9.css | dynamically_injected_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 | 1850 | |
Max Potential First Input Delay | 857 | |
Long Tasks before First Paint | 1 | 60 |
Long Tasks before First Contentful Paint | 1 | 60 |
Long Tasks before Largest Contentful Paint | 6 | 380 |
Long Tasks after Load Event End | 2 | 157 |
Total Long Tasks | 17 | 2710 |
CPU last long task happened at 5.083 s
name | startTime | duration | containerId | containerName | containerSrc | containerType |
---|---|---|---|---|---|---|
unknown | 276 | 60 | window | |||
unknown | 423 | 57 | window | |||
self | 606 | 52 | window | |||
self | 659 | 53 | window | |||
self | 732 | 51 | window | |||
self | 830 | 107 | window | |||
self | 1045 | 115 | window | |||
self | 1180 | 171 | window | |||
self | 1431 | 567 | window | |||
self | 2146 | 120 | window | |||
self | 2473 | 70 | window | |||
self | 2661 | 857 | window | |||
self | 3693 | 54 | window | |||
self | 3860 | 95 | window | |||
self | 4150 | 124 | window | |||
self | 4366 | 63 | window | |||
self | 5083 | 94 | window |
Calculated using Tracium.
Categories (ms) | |
---|---|
parseHTML | 141 |
styleLayout | 1536 |
paintCompositeRender | 87 |
scriptParseCompile | 8 |
scriptEvaluation | 3086 |
garbageCollection | 45 |
other | 823 |
Events (ms) | |
---|---|
RunMicrotasks | 1108 |
FunctionCall | 996 |
UpdateLayoutTree | 874 |
v8.run | 752 |
Layout | 660 |
RunTask | 568 |
ParseHTML | 133 |
Layerize | 61 |
v8.callFunction | 58 |
PrePaint | 52 |
Paint | 43 |
Commit | 41 |
HitTest | 38 |
TimerFire | 31 |
IntersectionObserverController::computeIntersections | 30 |
EventDispatch | 26 |
V8.BytecodeBudgetInterrupt | 21 |
V8.HandleInterrupts | 15 |
DocumentLoader::CommitNavigation | 14 |
DocumentLoader::BodyLoadingFinished | 13 |
V8.GC_SCAVENGER_SCAVENGE_PARALLEL | 13 |
v8.evaluateModule | 11 |
FireAnimationFrame | 11 |
DecodedDataDocumentParser::AppendBytes | 11 |
URL | CPU time (ms) |
---|---|
https://cdn.diginetica.net/338/client.js | 1174 |
https://privacy-cs.mail.ru/static/sync-loader.js | 252 |
https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR | 186 |
https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c>m=45He51d0v76512221za200 | 178 |
https://mc.yandex.ru/metrika/watch.js | 139 |
https://sunlight.net/catalog/zolotye-kolca.html | 98 |
https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.e4cf42d2c9fd39c7ab85.js?1736865578.0 | 76 |
https://g9.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dist/main.120a4f1308248850ff1d.js?1736865578.0 | 59 |
https://personalization-web-stable.mindbox.ru/js/service/v2/forms.js?v=4.48.36 | 57 |
https://top-fwz1.mail.ru/js/code.js | 37 |
https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.44028120e4b0133b1413.js?1736865578.0 | 28 |
https://cdn.uxfeedback.ru/assets-4.9.2/1.de85b107d8f17efbb81b.js | 24 |
https://api.mindbox.ru/scripts/v1/tracker.js | 22 |
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 | 18 |
https://stream.datago.ru/tracker/sp.js | 17 |
https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.0e005fdb1147f3f794d3.js?1736865578.0 | 15 |
https://cdn.branch.io/branch-latest.min.js | 15 |
https://abt.s3.yandex.net/expjs/latest/exp.js | 10 |
Tool/domain | Time (ms) |
---|---|
cdn.diginetica.net | 1173.8 |
privacy-cs.mail.ru | 252.3 |
Google Tag Manager | 363.5 |
Yandex Metrica | 139.0 |
sunlight.net | 97.6 |
g6.sunlight.net | 125.4 |
g9.sunlight.net | 58.9 |
personalization-web-stable.mindbox.ru | 57.4 |
top-fwz1.mail.ru | 37.1 |
cdn.uxfeedback.ru | 23.9 |
api.mindbox.ru | 40.2 |
stream.datago.ru | 17.5 |
g5.sunlight.net | 15.5 |
Branch Metrics | 14.5 |
abt.s3.yandex.net | 10.3 |
Third party requests categorised by Third party web version 0.26.2.
Category | Requests |
---|---|
tag-manager | 2 |
survelliance | 7 |
ad | 5 |
social | 11 |
analytics | 11 |
utility | 1 |
cdn | 1 |
Category | Number of tools |
---|---|
tag-manager | 1 |
survelliance | 5 |
ad | 2 |
social | 1 |
analytics | 2 |
utility | 1 |
cdn | 1 |
tag-manager (2 requests) |
Google Tag Manager |
|
survelliance (7 requests) |
Google Tag Manager |
Google Analytics |
Google/Doubleclick Ads |
Other Google APIs/SDKs |
Google Fonts |
|
ad (5 requests) |
Branch Metrics |
Google/Doubleclick Ads |
|
social (11 requests) |
VK |
|
analytics (11 requests) |
Yandex Metrica |
Google Analytics |
|
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 |
abt.s3.yandex.net |
web-static.mindbox.ru |
api.expf.ru |
tracking.diginetica.net |
autocomplete.diginetica.net |
uaas.yandex.ru |
personalization-web-stable.mindbox.ru |
api-qa.diginetica.net |
cdn.uxfeedback.ru |
quizzes-stable.mindbox.ru |
widget-api.uxfeedback.ru |
yandex.ru |
Cookie name | Domain |
---|---|
_yasc | .yandex.ru |
_s | .app.link |
digi-cookie | api-qa.diginetica.net |
i | .yandex.ru |
yabs-sid | .yandex.ru |
receive-cookie-deprecation | .yandex.ru |
Calculated using .*sunlight.* (use --firstParty
to configure).
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 4.3 KB | 158.9 KB | 1.1 MB | 7 |
css | 0 b | 42.3 KB | 174.8 KB | 5 |
javascript | 0 b | 317.1 KB | 806.2 KB | 8 |
image | 0 b | 849.9 KB | 846.8 KB | 14 |
font | 0 b | 175.1 KB | 174.1 KB | 6 |
svg | 0 b | 20.8 KB | 33.8 KB | 28 |
json | 3.2 KB | 2.6 KB | 1.7 KB | 7 |
favicon | 0 b | 9.6 KB | 9.4 KB | 1 |
Total | 7.8 KB | 1.5 MB | 3.0 MB | 77 |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 1.2 KB | 6.3 KB | 20.4 KB | 4 |
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 | 6.8 KB | 687 B | 16 |
font | 0 b | 0 b | 0 b | 0 |
plain | 382 B | 3.7 KB | 9.3 KB | 5 |
json | 466 B | 9.4 KB | 10.2 KB | 15 |
other | 1.3 KB | 3.5 KB | 44 B | 12 |
Total | 6.2 KB | 1.2 MB | 4.0 MB | 84 |
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) | |
|