Tested 2025-01-14 03:24:07 using Chrome 131.0.6778.85 (runtime settings).
Metric | Value |
---|---|
Page metrics | |
Performance Score | 53 |
Total Page Transfer Size | 26.5 MB |
Requests | 202 |
Timing metrics | |
TTFB [median] | 101 ms |
First Paint [median] | 620 ms |
Fully Loaded [median] | 33.006 s |
Google Web Vitals | |
TTFB [median] | 101 ms |
First Contentful Paint (FCP) [median] | 620 ms |
Largest Contentful Paint (LCP) [median] | 1.316 s |
Cumulative Layout Shift (CLS) [median] | 0.01 |
Interaction To Next Paint (INP) [median] | 280 ms |
Total Blocking Time [median] | 2.475 s |
Max Potential FID [median] | 1.004 s |
CPU metrics | |
CPU long tasks [median] | 17 |
CPU longest task duration | 1.017 s |
CPU last long task happens at | 5.609 s |
Visual Metrics | |
First Visual Change [median] | 634 ms |
Speed Index [median] | 12.395 s |
Visual Complete 85% [median] | 36.734 s |
Visual Complete 99% [median] | 38.567 s |
Last Visual Change [median] | 38.567 s |
Chrome User Experience Report (CRUX) | |
First Contentful Paint [p75] | 2.421 s |
Largest Contentful Paint (LCP) [p75] | 4.083 s |
Cumulative Layout Shift (CLS) [p75] | 0.01 |
Metric | min | median | mean | max |
---|---|---|---|---|
Visual Metrics | ||||
FirstVisualChange | 400 ms | 634 ms | 834 ms | 1.467 s |
LastVisualChange | 37.300 s | 38.567 s | 38.356 s | 39.200 s |
SpeedIndex | 12.196 s | 12.395 s | 12.814 s | 13.852 s |
VisualReadiness | 36.900 s | 37.733 s | 37.522 s | 37.933 s |
VisualComplete85 | 35.067 s | 36.734 s | 36.712 s | 38.334 s |
VisualComplete95 | 37.300 s | 38.534 s | 38.345 s | 39.200 s |
VisualComplete99 | 37.300 s | 38.567 s | 38.356 s | 39.200 s |
Google Web Vitals | ||||
Time To First Byte (TTFB) | 77 ms | 101 ms | 324 ms | 795 ms |
Largest Contentful Paint (LCP) | 1.290 s | 1.316 s | 1.622 s | 2.261 s |
First Contentful Paint (FCP) | 426 ms | 620 ms | 839 ms | 1.470 s |
Cumulative Layout Shift (CLS) | 0.0094 | 0.0097 | 0.0096 | 0.0097 |
More metrics | ||||
firstPaint | 426 ms | 620 ms | 839 ms | 1.470 s |
loadEventEnd | 32.140 s | 32.367 s | 32.564 s | 33.185 s |
CPU | ||||
Total Blocking Time | 2.414 s | 2.475 s | 2.542 s | 2.736 s |
Max Potential FID | 979 ms | 1.004 s | 1.000 s | 1.017 s |
CPU long tasks | 17 | 17 | 17 | 18 |
CPU last long task happens at | 5.313 s | 5.609 s | 5.828 s | 6.562 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 184 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 95 characters. The recommended max is 60 | 50 |
Description: Use a title to make the page more relevant to search engines. | ||
Do not send too long headers (longHeaders) | https://top-fwz1.mai...1.mail.ru/counter has a header set-cookie that is 716 characters long. https://mc.yandex.ru/metrika/watch.js has a header set-cookie that is 795 characters long. https://mc.yandex.ru....ru/watch/5901091 has a header location that is 1779 characters long. https://mc.yandex.ru...u/watch/5901091/1 has a header location that is 1779 characters long. https://mc.yandex.ru...u/watch/5901091/1 has a header set-cookie that is 929 characters long. https://api.sunlight...v3/cities/select/ has a header set-cookie that is 882 characters long. https://top-fwz1.mai...1.mail.ru/tracker has a header set-cookie that is 614 characters long. https://top-fwz1.mai...1.mail.ru/tracker has a header set-cookie that is 614 characters long. https://top-fwz1.mai...1.mail.ru/tracker has a header set-cookie that is 614 characters long. https://top-fwz1.mai...1.mail.ru/tracker has a header set-cookie that is 614 characters long. https://top-fwz1.mai...1.mail.ru/tracker has a header set-cookie that is 614 characters long. https://top-fwz1.mai...mail.ru/datalayer has a header set-cookie that is 614 characters long. https://top-fwz1.mai...1.mail.ru/tracker has a header set-cookie that is 614 characters long. https://top-fwz1.mai...mail.ru/datalayer 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://top-fwz1.mai...1.mail.ru/tracker has a header set-cookie that is 614 characters long. | 84 |
Description: Do not send response headers that are too long. | ||
Offenders: | ||
Avoid too many third party requests (thirdParty) | The page do 45% requests to third party domains (91 requests and 1.3 MB). First party is 111 requests and 26.4 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 17 responses that sets a p3p header. There are 123 responses that sets both a max-age and expires header. There are 25 responses that sets a pragma no-cache header (that is a request header). There are 183 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 14% requests that are 3rd party (28 requests with a size of 380.9 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 8 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 | Золотое кольцо с бриллиантами БРИЛЛИАНТЫ ЯКУТИИ 0490-K5R-02: розовое золото 585 пробы, бриллиант — купить в интернет-магазине SUNLIGHT, фото, артикул 57830 |
Width | 1909 |
Height | 6249 |
DOM elements | 3633 |
Avg DOM depth | 11 |
Max DOM depth | 20 |
Iframes | 2 |
Script tags | 74 |
Local storage | 7.7 KB |
Session storage | 770 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 |
---|---|---|
PHP | 100 | Programming languages |
KPHP 7.4.120716 | 100 | Programming languages |
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 | 634 ms |
Speed Index | 12.395 s |
Visual Complete 85% | 38.334 s |
Visual Complete 95% | 38.534 s |
Visual Complete 99% | 38.567 s |
Last Visual Change | 38.567 s |
Visual Readiness | 37.933 s |
Navigation Timing | |
---|---|
backEndTime | 101 ms |
domContentLoadedTime | 1.692 s |
domInteractiveTime | 1.692 s |
domainLookupTime | 40 ms |
frontEndTime | 32.242 s |
pageDownloadTime | 23 ms |
pageLoadTime | 32.366 s |
redirectionTime | 0 ms |
serverConnectionTime | 23 ms |
serverResponseTime | 57 ms |
Google Web Vitals | |
---|---|
Time to first byte (TTFB) | 101 ms |
First Contentful Paint (FCP) | 620 ms |
Largest Contentful Paint (LCP) | 1.290 s |
Cumulative Layout Shift (CLS) | 0.01 |
Interaction to next paint (INP) | 456 ms |
Total Blocking Time (TBT) | 2.414 s |
First Contentful Paint info | |
---|---|
Elements that needed recalculate style before FCP | 1771 |
Time spent in recalculate style before FCP | 41.923 ms |
Extra timings | |
---|---|
TTFB | 101 ms |
First Paint | 620 ms |
Load Event End | 32.367 s |
Fully loaded | 33.006 s |
When in time the page main content is rendered (collected using the Largest Contentful Paint API). Read more about Largest Contentful Paint.
Element type | IMG |
Element/tag | <img loading="lazy" class="supreme-product-card__banner-image" src="https://g2.sunlight.net/r/h300/q91/media/nameplates/images/961dab2a53bf626fbee5574bd60082089502560d.jpg"> |
Render time | 1.290 s |
Elements that needed recalculate style before LCP | 3121 |
Time spent in recalculate style before LCP | 126.247 ms |
Load time | 1.290 s |
URL | https://g2.sunlight....082089502560d.jpg |
Size (width*height) | 74564 |
DOM path | |
div#wrapper > div:eq(5) > main#js-supreme-product-card > main#js-supreme-product-card > div:eq(1) > div:eq(1) > div:eq(11) > section > a > img> div#wrapper > div:eq(5) > main#js-supreme-product-card > main#js-supreme-product-card > div:eq(1) > div:eq(1) > div:eq(11) > section > a > img> |
0.00968 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.00939 | <div class="supreme-product-card__price-block"></div>,<section class="supreme-product-card__banner-wrapper"></section> |
body > div#wrapper > div:eq(5) > main#js-supreme-product-card > main#js-supreme-product-card > div:eq(1) > div:eq(1) > div:eq(2) > div:eq(1),body > div#wrapper > div:eq(5) > main#js-supreme-product-card > main#js-supreme-product-card > div:eq(1) > div:eq(1) > div:eq(11) > section | |
0.00028 | <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.
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 456 ms.
Event type | mouseover |
Element type | |
Element class name | |
Event target | |
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 |
---|---|---|---|---|
970 ms | 1.044 s | 2.6 ms | 1.5 ms | 1.1 ms |
Forced Style And Layout Duration: 504 ms Invoker: IDBRequest.onsuccess |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
481 ms | 523.5 ms | 26.5 ms | 19.6 ms | 6.9 ms |
https://g4.sunlight.net/static/webpack-modules-vue3/product/detail/main/dist/main.c1eaed848b497d813b80.js?1736822257.0 | ||||
Forced Style And Layout Duration: 74 ms Invoker: https://g4.sunlight.net/static/webpack-modules-vue3/product/detail/main/dist/main.c1eaed848b497d813b80.js?1736822257.0 | ||||
https://g4.sunlight.net/static/webpack-modules-vue3/product/detail/main/dist/main.c1eaed848b497d813b80.js?1736822257.0 | ||||
Forced Style And Layout Duration: 8 ms Invoker: FrameRequestCallback |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
370 ms | 493 ms | 19 ms | 12.7 ms | 6.3 ms |
https://stream.datago.ru/tracker/sp.js | ||||
Invoker: https://stream.datago.ru/tracker/sp.js | ||||
https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.44028120e4b0133b1413.js?1736822257.0 | ||||
Invoker: https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.44028120e4b0133b1413.js?1736822257.0 | ||||
https://cdn.branch.io/branch-latest.min.js | ||||
Invoker: https://cdn.branch.io/branch-latest.min.js | ||||
https://top-fwz1.mail.ru/js/code.js | ||||
Forced Style And Layout Duration: 5 ms Invoker: TimerHandler:setTimeout | ||||
https://cdn.diginetica.net/338/client.js | ||||
Forced Style And Layout Duration: 119 ms Invoker: https://cdn.diginetica.net/338/client.js | ||||
Invoker: FrameRequestCallback |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
203 ms | 299.9 ms | 6.1 ms | 3.6 ms | 2.5 ms |
https://top-fwz1.mail.ru/js/code.js | ||||
Forced Style And Layout Duration: 2 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?1736822257.0 | ||||
Invoker: https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.0e005fdb1147f3f794d3.js?1736822257.0 | ||||
https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.e4cf42d2c9fd39c7ab85.js?1736822257.0 | ||||
Forced Style And Layout Duration: 3 ms Invoker: SCRIPT#https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.0e005fdb1147f3f794d3.js?1736822257.0 .onload |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
89 ms | 146.3 ms | 0.7 ms | 0.8 ms | -0.1 ms |
Invoker: TimerHandler:setTimeout |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
86 ms | 138 ms | 7 ms | 6 ms | 1 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 |
---|---|---|---|---|
78 ms | 115.1 ms | 53.9 ms | 48.5 ms | 5.4 ms |
https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.e4cf42d2c9fd39c7ab85.js?1736822257.0 | ||||
Invoker: https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.e4cf42d2c9fd39c7ab85.js?1736822257.0 |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
56 ms | 115 ms | 2 ms | 1.2 ms | 0.8 ms |
https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR | ||||
Invoker: https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
55 ms | 303.8 ms | 6.2 ms | 0.1 ms | 6.1 ms |
No availible script information. |
Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
---|---|---|---|---|
53 ms | 104.1 ms | 87.9 ms | 87.4 ms | 0.5 ms |
https://privacy-cs.mail.ru/static/sync-loader.js | ||||
Forced Style And Layout Duration: 5 ms Invoker: TimerHandler:setTimeout | ||||
https://privacy-cs.mail.ru/static/sync-loader.js | ||||
Forced Style And Layout Duration: 4 ms Invoker: TimerHandler:setTimeout | ||||
Invoker: TimerHandler:setTimeout | ||||
https://privacy-cs.mail.ru/static/sync-loader.js | ||||
Forced Style And Layout Duration: 10 ms Invoker: TimerHandler:setTimeout | ||||
https://privacy-cs.mail.ru/static/sync-loader.js | ||||
Forced Style And Layout Duration: 9 ms Invoker: TimerHandler:setTimeout | ||||
https://mc.yandex.ru/metrika/watch.js | ||||
Invoker: TimerHandler:setTimeout | ||||
Forced Style And Layout Duration: 6 ms 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 | 202 |
Total domains | 42 |
Total transfer size | 26.5 MB |
Total content size | 31.1 MB |
Responses missing compression | 52 |
Number of cookies | 29 |
Third party cookies | 8 |
Requests per response code | |
---|---|
200 | 188 |
204 | 4 |
206 | 5 |
301 | 1 |
302 | 3 |
322 | 1 |
URL | Type | Transfer Size | Content Size |
---|---|---|---|
https://g0.sunlight....f0c72aefd7ddd.mp4 | video | 11.9 MB | 11.9 MB |
https://g7.sunlight....cd41e45525233.mp4 | video | 6.3 MB | 6.3 MB |
https://g9.sunlight....d2eb1f0f76472.mp4 | video | 3.9 MB | 3.9 MB |
https://g9.sunlight....73b65b703a6b4.jpg | image | 603.3 KB | 602.5 KB |
https://g1.sunlight....88a95b1b39572.mp4 | video | 574.5 KB | 573.7 KB |
https://cdn.diginetica.net/338/client.js | javascript | 306.1 KB | 1.3 MB |
https://g4.sunlight....848b497d813b80.js | javascript | 191.3 KB | 570.2 KB |
https://api.mindbox....les/webpush_v2.js | javascript | 164.2 KB | 504.5 KB |
https://g9.sunlight....9ec733081cc9.jpeg | image | 157.3 KB | 157.1 KB |
https://g9.sunlight....262e43e065c1c.jpg | image | 148.2 KB | 147.9 KB |
https://sunlight.net...g/ring_57830.html | html | 133.7 KB | 801.3 KB |
https://www.googleta...nager.com/gtag/js | javascript | 132.1 KB | 405.6 KB |
https://g3.sunlight....a6e1a0d52003f.jpg | image | 127.5 KB | 127.2 KB |
https://www.googleta...anager.com/gtm.js | javascript | 110.6 KB | 388.6 KB |
https://g6.sunlight....d2c9fd39c7ab85.js | javascript | 102.8 KB | 250.4 KB |
https://static.popme...rvice/v2/forms.js | javascript | 91.5 KB | 266.8 KB |
https://g2.sunlight....082089502560d.jpg | image | 84.5 KB | 84.3 KB |
https://stream.datago.ru/tracker/sp.js | javascript | 72.7 KB | 72.6 KB |
https://g5.sunlight....406ed94b5e472.jpg | image | 63.3 KB | 63.1 KB |
https://g9.sunlight....78b5d91edacc0.jpg | image | 63.2 KB | 62.9 KB |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 7.4 KB | 139.8 KB | 821.6 KB | 13 |
css | 1.7 KB | 83.9 KB | 469.0 KB | 9 |
javascript | 2.1 KB | 1.6 MB | 5.0 MB | 31 |
image | 1.0 KB | 1.6 MB | 1.6 MB | 57 |
font | 0 b | 175.1 KB | 174.1 KB | 6 |
svg | 0 b | 25.3 KB | 43.2 KB | 31 |
other | 1.3 KB | 42.6 KB | 40.0 KB | 12 |
video | 0 b | 22.8 MB | 22.7 MB | 5 |
json | 6.0 KB | 19.6 KB | 149.8 KB | 27 |
plain | 382 B | 3.7 KB | 9.3 KB | 5 |
favicon | 0 b | 9.6 KB | 9.4 KB | 1 |
Total | 19.9 KB | 26.5 MB | 31.1 MB | 197 |
Domain | Total download time | Transfer Size | Content Size | Requests |
---|---|---|---|---|
sunlight.net | 834 ms | 133.7 KB | 801.3 KB | 1 |
g0.sunlight.net | 5.283 s | 12.0 MB | 12.0 MB | 10 |
g3.sunlight.net | 1.210 s | 326.7 KB | 391.3 KB | 13 |
g5.sunlight.net | 788 ms | 213.3 KB | 285.1 KB | 14 |
g6.sunlight.net | 641 ms | 184.9 KB | 452.6 KB | 8 |
g2.sunlight.net | 693 ms | 133.2 KB | 400.3 KB | 9 |
g9.sunlight.net | 1.542 s | 4.9 MB | 4.9 MB | 10 |
g4.sunlight.net | 464 ms | 197.5 KB | 576.3 KB | 5 |
static.popmechanic.ru | 206 ms | 97.0 KB | 285.1 KB | 3 |
g1.sunlight.net | 644 ms | 629.3 KB | 628.8 KB | 5 |
www.googletagmanager.com | 399 ms | 242.7 KB | 794.2 KB | 2 |
g8.sunlight.net | 656 ms | 3.8 KB | 6.0 KB | 4 |
g7.sunlight.net | 2.102 s | 6.4 MB | 6.4 MB | 6 |
vs1.sunlight.net | 603 ms | 135.5 KB | 134.7 KB | 4 |
api.sunlight.net | 1.807 s | 4.5 KB | 139.4 KB | 22 |
cdn.diginetica.net | 543 ms | 319.0 KB | 1.3 MB | 5 |
cdn.branch.io | 235 ms | 23.4 KB | 75.0 KB | 1 |
api.mindbox.ru | 363 ms | 189.8 KB | 586.0 KB | 3 |
vk.com | 349 ms | 36.8 KB | 112.8 KB | 8 |
onelinksmartscript.appsflyer.com | 234 ms | 22.0 KB | 94.8 KB | 1 |
stream.datago.ru | 494 ms | 73.3 KB | 72.8 KB | 6 |
top-fwz1.mail.ru | 276 ms | 32.9 KB | 49.9 KB | 12 |
api.expf.ru | 134 ms | 2.3 KB | 6.6 KB | 4 |
privacy-cs.mail.ru | 1.396 s | 40.0 KB | 155.0 KB | 4 |
mc.yandex.ru | 404 ms | 65.4 KB | 174.1 KB | 10 |
analytics.google.com | 1.194 s | N/A | 0 b | 2 |
www.google.ru | 162 ms | 63 B | 42 B | 1 |
abt.s3.yandex.net | 90 ms | 6.4 KB | 14.2 KB | 1 |
web-static.mindbox.ru | 188 ms | 60.8 KB | 148.4 KB | 2 |
app.link | 388 ms | 666 B | 91 B | 1 |
tracking.diginetica.net | 55 ms | 111 B | 111 B | 3 |
autocomplete.diginetica.net | 139 ms | 844 B | 98 B | 2 |
uaas.yandex.ru | 136 ms | 698 B | 173 B | 1 |
api2.branch.io | 598 ms | 1.1 KB | 303 B | 2 |
personalization-web-stable.mindbox.ru | 471 ms | 5.1 KB | 9.3 KB | 4 |
ad.mail.ru | 70 ms | 525 B | 86 B | 2 |
api-qa.diginetica.net | 123 ms | 614 B | 36 B | 1 |
quizzes-stable.mindbox.ru | 186 ms | 948 B | 596 B | 2 |
yandex.ru | 131 ms | N/A | 0 b | 1 |
cdn.uxfeedback.ru | 370 ms | 59.0 KB | 171.3 KB | 4 |
widget-api.uxfeedback.ru | 150 ms | 230 B | 1.3 KB | 2 |
fonts.googleapis.com | 239 ms | 1.9 KB | 5.4 KB | 1 |
type | min | median | max |
---|---|---|---|
Expires | 0 seconds | 1 hour | 27 weeks |
Last modified | 0 seconds | 15 weeks | 54 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 | 9.6 KB | 1 |
json | 756 B | 2 |
plain | 0 b | 1 |
Total | 72.0 KB | 11 |
Includes requests done after DOM content loaded.
Content | Transfer Size | Requests |
---|---|---|
html | 6.1 KB | 8 |
css | 17.3 KB | 5 |
javascript | 561.6 KB | 16 |
image | 43.0 KB | 33 |
font | 0 b | 0 |
json | 16.0 KB | 22 |
plain | 3.7 KB | 5 |
other | 2.4 KB | 11 |
svg | 1.1 KB | 1 |
favicon | 9.6 KB | 1 |
Total | 657.5 KB | 106 |
Render blocking information directly from Chrome.
Blocking | In body parser blocking | Potentially blocking |
---|---|---|
3 | 4 | 0 |
URL | Type |
---|---|
https://cdn.diginetica.net/338/client.js | non_blocking |
https://g4.sunlight....848b497d813b80.js | in_body_parser_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://static.popme...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://g1.sunlight....1d1b2b79f849.jpeg | non_blocking |
https://g6.sunlight....20e4b0133b1413.js | non_blocking |
https://g5.sunlight....db1147f3f794d3.js | non_blocking |
https://g2.sunlight....1522891958222.css | blocking |
https://privacy-cs.m...ic/sync-loader.js | non_blocking |
https://cdn.uxfeedba...07d8f17efbb81b.js | non_blocking |
https://g0.sunlight....turaPT-Demi.woff2 | non_blocking |
https://g3.sunlight....turaPT-Demi.woff2 | non_blocking |
https://g6.sunlight....8a4272d97e36f5.js | non_blocking |
https://g0.sunlight....raPT-Medium.woff2 | non_blocking |
https://g3.sunlight....raPT-Medium.woff2 | non_blocking |
https://g0.sunlight....turaPT-Book.woff2 | non_blocking |
https://g3.sunlight....turaPT-Book.woff2 | non_blocking |
https://api.mindbox....pts/v1/tracker.js | non_blocking |
https://cdn.branch.i...nch-latest.min.js | non_blocking |
https://onelinksmart...-script-latest.js | non_blocking |
https://top-fwz1.mail.ru/js/code.js | non_blocking |
https://g3.sunlight....2ea18045ea6a6.css | blocking |
https://vk.com/dist/...bb2a98626e46ab.js | non_blocking |
https://vk.com/dist/...bb2a98626e46ab.js | non_blocking |
https://cdn.uxfeedba...b9a88d7a8a0f16.js | non_blocking |
https://g9.sunlight....fa01941e696ca7.js | in_body_parser_blocking |
https://cdn.digineti...lete/template.css | dynamically_injected_non_blocking |
https://abt.s3.yande...pjs/latest/exp.js | non_blocking |
https://cdn.uxfeedba...38a4a74f1132b.css | dynamically_injected_non_blocking |
https://static.popme...service/loader.js | in_body_parser_blocking |
https://g3.sunlight....9e1cdf6798760.css | non_blocking |
https://cdn.uxfeedback.ru/widget.js | non_blocking |
https://top-fwz1.mai...yn-goal-config.js | non_blocking |
https://g6.sunlight....efaf6484d5cce8.js | blocking |
https://fonts.google...oogleapis.com/css | dynamically_injected_non_blocking |
https://g5.sunlight....b893a74ec70f0.css | dynamically_injected_non_blocking |
https://static.popme...ervice/styles.css | dynamically_injected_non_blocking |
https://app.link/_r...tps://app.link/_r | non_blocking |
https://cdn.digineti...arch/template.css | dynamically_injected_non_blocking |
https://vk.com/js/api/openapi.js?169 | non_blocking |
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 | 2414 | |
Max Potential First Input Delay | 1017 | |
Long Tasks before First Paint | 1 | 108 |
Long Tasks before First Contentful Paint | 1 | 108 |
Long Tasks before Largest Contentful Paint | 4 | 741 |
Long Tasks after Load Event End | 0 | 0 |
Total Long Tasks | 17 | 3322 |
CPU last long task happened at 5.313 s
name | startTime | duration | containerId | containerName | containerSrc | containerType |
---|---|---|---|---|---|---|
unknown | 374 | 108 | window | |||
self | 622 | 74 | window | |||
self | 723 | 55 | window | |||
self | 869 | 504 | window | |||
self | 1422 | 104 | window | |||
self | 1577 | 63 | window | |||
self | 1859 | 246 | window | |||
self | 2117 | 128 | window | |||
self | 2446 | 401 | window | |||
self | 2872 | 77 | window | |||
self | 3039 | 76 | window | |||
self | 3270 | 77 | window | |||
self | 3424 | 1017 | window | |||
self | 4697 | 68 | window | |||
self | 4870 | 89 | window | |||
self | 5109 | 138 | window | |||
self | 5313 | 97 | window |
Calculated using Tracium.
Categories (ms) | |
---|---|
parseHTML | 193 |
styleLayout | 1244 |
paintCompositeRender | 76 |
scriptParseCompile | 32 |
scriptEvaluation | 4802 |
garbageCollection | 97 |
other | 1925 |
Events (ms) | |
---|---|
FunctionCall | 1799 |
RunTask | 1479 |
RunMicrotasks | 1387 |
v8.run | 1167 |
Layout | 738 |
UpdateLayoutTree | 505 |
ParseHTML | 184 |
Commit | 144 |
v8.callFunction | 129 |
PrePaint | 76 |
TimerFire | 73 |
EventDispatch | 60 |
IntersectionObserverController::computeIntersections | 59 |
Layerize | 55 |
FireAnimationFrame | 49 |
Paint | 40 |
V8.BytecodeBudgetInterrupt | 35 |
v8.compile | 32 |
HitTest | 28 |
v8.evaluateModule | 24 |
XHRReadyStateChange | 19 |
V8.GC_MC_INCREMENTAL | 19 |
DocumentLoader::CommitNavigation | 16 |
DecodedDataDocumentParser::AppendBytes | 15 |
V8.HandleInterrupts | 14 |
V8.GC_HEAP_EMBEDDER_TRACING_EPILOGUE | 13 |
V8.GC_MC_MARK_EMBEDDER_TRACING | 12 |
V8.GC_SCAVENGER_SCAVENGE_PARALLEL | 12 |
V8.DeserializeContext | 10 |
URL | CPU time (ms) |
---|---|
https://cdn.diginetica.net/338/client.js | 1430 |
https://g4.sunlight.net/static/webpack-modules-vue3/product/detail/main/dist/main.c1eaed848b497d813b80.js?1736822257.0 | 521 |
https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR | 320 |
https://mc.yandex.ru/metrika/watch.js | 190 |
https://privacy-cs.mail.ru/static/sync-loader.js | 165 |
https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c>m=45He51d0v76512221za200 | 133 |
https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.e4cf42d2c9fd39c7ab85.js?1736822257.0 | 88 |
https://top-fwz1.mail.ru/js/code.js | 83 |
https://static.popmechanic.ru/service/v2/forms.js?v=4.48.36 | 62 |
https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/367.4949ac8a4272d97e36f5.js | 39 |
https://sunlight.net/catalog/ring_57830.html | 33 |
https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.0e005fdb1147f3f794d3.js?1736822257.0 | 33 |
https://api.mindbox.ru/scripts/v1/tracker.js | 30 |
https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.44028120e4b0133b1413.js?1736822257.0 | 30 |
https://cdn.uxfeedback.ru/assets-4.9.2/1.de85b107d8f17efbb81b.js | 27 |
https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.682 | 17 |
https://stream.datago.ru/tracker/sp.js | 17 |
https://cdn.branch.io/branch-latest.min.js | 13 |
chrome-error://chromewebdata/ | 10 |
Tool/domain | Time (ms) |
---|---|
cdn.diginetica.net | 1430.0 |
g4.sunlight.net | 520.7 |
Google Tag Manager | 453.3 |
Yandex Metrica | 189.7 |
privacy-cs.mail.ru | 164.7 |
g6.sunlight.net | 157.4 |
top-fwz1.mail.ru | 83.2 |
static.popmechanic.ru | 62.4 |
sunlight.net | 33.4 |
g5.sunlight.net | 33.4 |
api.mindbox.ru | 47.6 |
cdn.uxfeedback.ru | 27.4 |
stream.datago.ru | 17.0 |
Branch Metrics | 12.9 |
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) |
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
.
static.popmechanic.ru |
cdn.diginetica.net |
api.mindbox.ru |
onelinksmartscript.appsflyer.com |
stream.datago.ru |
top-fwz1.mail.ru |
api.expf.ru |
privacy-cs.mail.ru |
abt.s3.yandex.net |
web-static.mindbox.ru |
tracking.diginetica.net |
autocomplete.diginetica.net |
uaas.yandex.ru |
ad.mail.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 |
digi-cookie | api-qa.diginetica.net |
receive-cookie-deprecation | .yandex.ru |
i | .yandex.ru |
Calculated using .*sunlight.* (use --firstParty
to configure).
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 6.2 KB | 133.7 KB | 801.3 KB | 10 |
css | 0 b | 66.5 KB | 398.4 KB | 4 |
javascript | 0 b | 425.6 KB | 1.1 MB | 7 |
image | 0 b | 1.6 MB | 1.6 MB | 33 |
font | 0 b | 175.1 KB | 174.1 KB | 6 |
svg | 0 b | 25.3 KB | 43.2 KB | 31 |
other | 0 b | 40.2 KB | 40.0 KB | 1 |
video | 0 b | 22.8 MB | 22.7 MB | 5 |
json | 5.6 KB | 10.2 KB | 139.4 KB | 12 |
favicon | 0 b | 9.6 KB | 9.4 KB | 1 |
Total | 12.1 KB | 25.2 MB | 27.0 MB | 111 |
Content | Header Size | Transfer Size | Content Size | Requests |
---|---|---|---|---|
html | 1.2 KB | 6.1 KB | 20.4 KB | 3 |
css | 1.7 KB | 17.3 KB | 70.6 KB | 5 |
javascript | 2.1 KB | 1.2 MB | 3.9 MB | 24 |
image | 1.0 KB | 13.8 KB | 1.0 KB | 24 |
font | 0 b | 0 b | 0 b | 0 |
json | 466 B | 9.4 KB | 10.4 KB | 15 |
plain | 382 B | 3.7 KB | 9.3 KB | 5 |
other | 1.3 KB | 2.4 KB | 22 B | 11 |
Total | 8.0 KB | 1.3 MB | 4.0 MB | 91 |
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 (26 issues) |
Serious | 2 (29 issues) |
Moderate | 4 (14 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-15 and 2025-1-11
Metric | Value |
---|---|
Round trip time 75 percentile | 154 ms |
Time to first byte (TTFB) 75 percentile | 1.783 s |
First Contentful Paint (FCP) 75 percentile | 2.421 s |
Largest Contentful Paint (LCP) 75 percentile | 4.083 s |
Cumulative Layout Shift (CLS) 75 percentile | 0.01 |
Interaction to next paint (INP) 75 percentile | 204 ms |
Form factor | Value |
---|---|
Desktop | 8.08% |
Phone | 91.92% |
Tablet | 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-15 and 2025-1-11
Metric | Value |
---|---|
Round trip time 75 percentile | 146 ms |
Time to first byte (TTFB) 75 percentile | 1.524 s |
First Contentful Paint (FCP) 75 percentile | 2.305 s |
Largest Contentful Paint (LCP) 75 percentile | 3.716 s |
Cumulative Layout Shift (CLS) 75 percentile | 0.04 |
Interaction to next paint (INP) 75 percentile | 251 ms |
Form factor | Value |
---|---|
Desktop | 10.66% |
Phone | 88.03% |
Tablet | 1.31% |
Navigation type | Value |
---|---|
Navigate | 78.36% |
Navigate cache | 0.00% |
Reload | 5.05% |
Restore | 0.06% |
Back/Forward | 15.19% |
Back/Forward cache | 1.24% |
Prerender | 0.10% |
Time to first byte (TTFB) | First Contentful Paint (FCP) |
---|---|
| |
Largest Contentful Paint (LCP) | Cumulative Layout Shift (CLS) |
Interaction to next paint (INP) | |
|