Page summary

https://sunlight.net/catalog/zolotye-kolca.html

Tested 2024-10-20 18:25:23 using Chrome 130.0.6723.58 (runtime settings).

SummaryWaterfall MetricsFilmstrip CoachPageXrayCPU Third party axeCrUx
| Summary | | Download Timeline Log | Download HAR | 

Summary

MetricValue
Page metrics
Performance Score56
Total Page Transfer Size2.5 MB
Requests158
Timing metrics
TTFB [median]103 ms
First Paint [median]784 ms
Fully Loaded [median]33.895 s
Google Web Vitals
TTFB [median]103 ms
First Contentful Paint (FCP) [median]784 ms
Largest Contentful Paint (LCP) [median]2.358 s
Cumulative Layout Shift (CLS) [median]0.00
Interaction To Next Paint (INP) [median]488 ms
Total Blocking Time [median]1.938 s
Max Potential FID [median]835 ms
CPU metrics
CPU long tasks [median]16
CPU longest task duration959 ms
CPU last long task happens at33.915 s
Visual Metrics
First Visual Change [median]767 ms
Speed Index [median]2.185 s
Visual Complete 85% [median]2.434 s
Visual Complete 99% [median]2.900 s
Last Visual Change [median]3.734 s
Chrome User Experience Report (CRUX)
First Contentful Paint [p75]2.006 s
Largest Contentful Paint (LCP) [p75]3.145 s
Cumulative Layout Shift (CLS) [p75]0.37
Screenshot of run 2

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange634 ms767 ms1.089 s1.867 s
LastVisualChange3.634 s3.734 s3.789 s4.000 s
SpeedIndex1.557 s2.185 s2.134 s2.661 s
VisualReadiness2.133 s2.867 s2.700 s3.100 s
VisualComplete851.600 s2.434 s2.267 s2.767 s
VisualComplete952.434 s2.800 s2.711 s2.900 s
VisualComplete992.767 s2.900 s2.934 s3.134 s
Google Web Vitals
Time To First Byte (TTFB)84 ms103 ms120 ms173 ms
Largest Contentful Paint (LCP)1.484 s2.358 s2.178 s2.693 s
First Contentful Paint (FCP)645 ms784 ms1.101 s1.875 s
Cumulative Layout Shift (CLS)0.00150.00150.00160.0019
More metrics
firstPaint645 ms784 ms1.101 s1.875 s
loadEventEnd31.744 s31.833 s32.209 s33.049 s
CPU
Total Blocking Time1.809 s1.938 s1.932 s2.048 s
Max Potential FID767 ms835 ms854 ms959 ms
CPU long tasks 15161618
CPU last long task happens at33.431 s33.915 s34.259 s35.432 s
| Waterfall | | Download HAR | 

Waterfall

Run 2 SpeedIndex median

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.6 sCPU Long Task duration 199 ms
0.8 sFirst Visual Change 767 msFirst Contentful Paint 784 ms
0.9 sCPU Long Task duration 93 msCPU Long Task duration 60 ms
1 sLayout Shift 0.00151 952 ms
1.1 sCPU Long Task duration 65 ms
1.2 sCPU Long Task duration 166 msDOM Content Loaded Time 1.157 s
1.4 s
1.5 sCPU Long Task duration 101 ms
1.6 sCPU Long Task duration 97 ms
1.8 sCPU Long Task duration 577 ms
2.4 sLCP <DIV> js-catalog-wide-banner 2.358 s
2.5 sVisual Complete 85% 2.434 sVisual Complete 95% 2.434 s
2.6 sCPU Long Task duration 70 ms
2.7 sCPU Long Task duration 71 ms
2.8 sCPU Long Task duration 959 msVisual Complete 99% 2.767 s
3 s
3.1 s
3.2 s
3.3 s
3.4 s
3.5 s
3.6 s
3.7 sLast Visual Change 3.634 s
| Performance advice | Best practice advice | Privacy advice | Page info | Technologies | 

Coach

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.0.2.

I am the coach

Coach score

Performance advice (56)

TitleAdviceScore
Avoid slowing down the critical rendering path (avoidRenderBlocking)The page has 3 blocking requests and 3 in body parser blocking (4 JavaScript and 2 CSS).60
Description: The critical rendering path is what the browser needs to do to start rendering the page. Every file requested inside of the head element will postpone the rendering of the page, because the browser need to do the request. Avoid loading JavaScript synchronously inside of the head (you should not need JavaScript to render the page), request files from the same domain as the main document (to avoid DNS lookups) and inline CSS for really fast rendering and a short rendering path.
Offenders:
  • https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...efaf6484d5cce8.js
  • https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...3824b2da3cad16.js
  • https://g0.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...d5284c17833f2b.js
  • https://g7.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...614670c704c276.js
  • https://g0.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...27b7e44d2eec9.css
  • https://cdn.diginetica.net/338/search/template.css?version=JPKGLCZEH
  • https://cdn.diginetica.net/338/autocomplete/template.css?version=RIBLERWLY
  • https://cdn.uxfeedback.ru/assets-4.5.0/1a17f635369f7ac8681ec.css
  • https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic
  • https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...efaf6484d5cce8.js
  • Don't scale images in the browser (avoidScalingImages)The page has 5 images that are scaled more than 100 pixels. It would be better if those images are sent so the browser don't need to scale them.50
    Description: It's easy to scale images in the browser and make sure they look good in different devices, however that is bad for performance! Scaling images in the browser takes extra CPU time and will hurt performance on mobile. And the user will download extra kilobytes (sometimes megabytes) of data that could be avoided. Don't do that, make sure you create multiple version of the same image server-side and serve the appropriate one.
    Offenders:
  • data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'%3E%3Cpolygon fill='%23fbbc04' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/%3E%3C/svg%3E
  • data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'%3E%3Cpolygon fill='%23fbbc04' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/%3E%3C/svg%3E
  • data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'%3E%3Cpolygon fill='%23fbbc04' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/%3E%3C/svg%3E
  • data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'%3E%3Cpolygon fill='%23fbbc04' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/%3E%3C/svg%3E
  • data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'%3E%3Cpolygon fill='%23fbbc04' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/%3E%3C/svg%3E
  • Avoid using Google Tag Manager. (googleTagManager)The page is using Google Tag Manager, this is a performance risk since non-tech users can add JavaScript to your page.0
    Description: Google Tag Manager makes it possible for non tech users to add scripts to your page that will downgrade performance.
    Inline CSS for faster first render (inlineCss)The page has both inline styles as well as it is requesting 9 CSS files inside of the head. Let's only inline CSS for really fast render.90
    Description: In the early days of the Internet, inlining CSS was one of the ugliest things you can do. That has changed if you want your page to start rendering fast for your user. Always inline the critical CSS when you use HTTP/1 and HTTP/2 (avoid doing CSS requests that block rendering) and lazy load and cache the rest of the CSS. It is a little more complicated when using HTTP/2. Does your server support HTTP push? Then maybe that can help. Do you have a lot of users on a slow connection and are serving large chunks of HTML? Then it could be better to use the inline technique, becasue some servers always prioritize HTML content over CSS so the user needs to download the HTML first, before the CSS is downloaded.
    Offenders:
  • https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...224d36c3e602e.css
  • https://g8.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...fac770faf0f62.css
  • https://g5.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.0...1b2a85bf85df5.css
  • https://g3.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...9e1cdf6798760.css
  • https://g0.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...27b7e44d2eec9.css
  • https://cdn.diginetica.net/338/search/template.css?version=JPKGLCZEH
  • https://cdn.diginetica.net/338/autocomplete/template.css?version=RIBLERWLY
  • https://cdn.uxfeedback.ru/assets-4.5.0/1a17f635369f7ac8681ec.css
  • https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic
  • Avoid CPU Long Tasks (longTasks)The page has 18 CPU long tasks with the total of 2.967 s. The total blocking time is 2.048 s and 1 long task before first contentful paint with total time of 69 ms. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. Use Geckoprofiler for Firefox or Chromes tracelog to debug your long tasks.0
    Description: Long CPU tasks locks the thread. To the user this is commonly visible as a "locked up" page where the browser is unable to respond to user input; this is a major source of bad user experience on the web today. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. To debug you should use the Chrome timeline log and drag/drop it into devtools or use Firefox Geckoprofiler.
    Offenders:
  • unknown
  • unknown
  • unknown
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • Avoid Frontend single point of failures (spof)The page has 10 requests inside of the head that can cause a SPOF (single point of failure). Load them asynchronously or move them outside of the document head.20
    Description: A page can be stopped from loading in the browser if a single JavaScript, CSS, and in some cases a font, couldn't be fetched or is loading really slowly (the white screen of death). That is a scenario you really want to avoid. Never load 3rd-party components synchronously inside of the head tag.
    Offenders:
  • https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...224d36c3e602e.css
  • https://g8.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...fac770faf0f62.css
  • https://g5.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.0...1b2a85bf85df5.css
  • https://g3.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...9e1cdf6798760.css
  • https://g0.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...27b7e44d2eec9.css
  • https://cdn.diginetica.net/338/search/template.css?version=JPKGLCZEH
  • https://cdn.diginetica.net/338/autocomplete/template.css?version=RIBLERWLY
  • https://cdn.uxfeedback.ru/assets-4.5.0/1a17f635369f7ac8681ec.css
  • https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic
  • https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...efaf6484d5cce8.js
  • Avoid doing redirects (assetsRedirects)The page has 4 redirects. 4 requests are from other domains, it could be 3rd-party assets doing unnecessary redirects. :(60
    Description: A redirect is one extra step for the user to download the asset. Avoid that if you want to be fast. Redirects are even more of a showstopper on mobile.
    Offenders:
  • https://vk.com/js/api/openapi.js?169
  • https://vk.com/js/api/openapi.js?159
  • https://api.sunlight.net/v6/customers
  • https://mc.yandex.ru/watch/5901091....ru/watch/5901091
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 35 requests that are missing a cache time. Configure a cache time so the browser doesn't need to download them every time. It will save 147.4 kB the next access.0
    Description: The easiest way to make your page fast is to avoid doing requests to the server. Setting a cache header on your server response will tell the browser that it doesn't need to download the asset again during the configured cache time! Always try to set a cache time if the content doesn't change for every request.
    Offenders:
  • https://vk.com/js/api/openapi.js?169
  • https://onelinksmartscript.appsflyer.com/onelink-smart-script-latest.js
  • https://stream.datago.ru/tracker/sp.js
  • https://api.sunlight.net/v6/ab-tests/web/
  • https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?169
  • https://vk.com/js/api/openapi.js?159
  • https://api.sunlight.net/v3/cities/detect/
  • https://www.google.ru/ads/ga-audiences.../ads/ga-audiences
  • https://app.link/_r...tps://app.link/_r
  • https://api.expf.ru/api/v1/config.json
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://autocomplete.diginetica.net/_health
  • https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?159
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://top-fwz1.mail.ru/counter...1.mail.ru/counter
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://api.sunlight.net/v6/customers
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://api.sunlight.net/v4/constants/
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://vk.com/rtrg?p=VK-RTRG-276380-bLR9z&e=1&c=view_content&v=0
  • https://mc.yandex.ru/watch/5901091....ru/watch/5901091
  • https://api.sunlight.net/v6/customers/
  • https://autocomplete.diginetica.net/autocomplete?st=undefined&apiKey=7DRN52IVBN
  • https://api.expf.ru/api/v1/geo
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://vk.com/rtrg?p=VK-RTRG-276380-bLR9z&e=1&c=view_content&v=0
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://mc.yandex.ru/clmap/5901091....ru/clmap/5901091
  • https://api-qa.diginetica.net/v1/prescoring/digi-cookie
  • https://top-fwz1.mail.ru/tracker...1.mail.ru/tracker
  • Long cache headers is good (cacheHeadersLong)The page has 31 requests that have a shorter cache time than 30 days (but still a cache time).69
    Description: Setting a cache header is good. Setting a long cache header (at least 30 days) is even better beacause then it will stay long in the browser cache. But what do you do if that asset change? Rename it and the browser will pick up the new version.
    Offenders:
  • https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR
  • https://g5.sunlight.net/media/nameplates/images/0d62399e938e2c9c02a0088909d6160b45fc622a.png
  • https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c
  • https://cdn.diginetica.net/338/client.js
  • https://cdn.branch.io/branch-latest.min.js
  • https://api.mindbox.ru/scripts/v1/tracker.js
  • https://top-fwz1.mail.ru/js/code.js
  • https://g9.sunlight.net/media/catbans/17c0d480777ecbf6e974466b671abfef80b43135.jpg
  • https://g2.sunlight.net/media/catbans/87d342a26011ebc7fd386b9f7fa222b57433a8bb.jpg
  • https://mc.yandex.ru/metrika/watch.js
  • https://privacy-cs.mail.ru/static/sync-loader.js
  • https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=3556767
  • https://cdn.diginetica.net/338/search/template.html?version=JPKGLCZEH
  • https://cdn.diginetica.net/338/autocomplete/template.html?version=RIBLERWLY
  • https://web-static.mindbox.ru/js/bydomain/sunlight.net.js?_=5764829
  • https://mc.yandex.ru/metrika/advert.gif
  • https://mc.yandex.ru/metrika/metrika_match.html
  • https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.668
  • https://privacy-cs.mail.ru/fp/?id=YK1jpDi7ExPpO43jsd97q
  • https://personalization-web-stable.mindbox.ru/init/5434/domain_and_endpoint/sunl...tnet:sunlight.net
  • https://personalization-web-stable.mindbox.ru/init/5434/domain_and_endpoint/sunl...net:*sunlight.net
  • https://personalization-web-stable.mindbox.ru/init/5434/endpoint/sunlightnet?_=5764829
  • https://privacy-cs.mail.ru/fp/?id=YK1jpDi7ExPpO43jsd97q
  • https://personalization-web-stable.mindbox.ru/init/5434/domain_and_endpoint/sunl...tnet:sunlight.net
  • https://yandex.ru/ads/system/context.js
  • https://privacy-cs.mail.ru/fp/?id=YK1jpDi7ExPpO43jsd97q
  • https://cdn.uxfeedback.ru/widget.js
  • https://cdn.uxfeedback.ru/assets-4.5.0/2.b7708bea0011087535f1.js
  • https://cdn.uxfeedback.ru/assets-4.5.0/1a17f635369f7ac8681ec.css
  • https://cdn.uxfeedback.ru/assets-4.5.0/1.84dce0e80605bbac6108.js
  • https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic
  • Always compress text content (compressAssets)The page has 1 request that are served uncompressed. You could save a lot of bytes by sending them compressed instead.90
    Description: In the early days of the Internet there were browsers that didn't support compressing (gzipping) text content. They do now. Make sure you compress HTML, JSON, JavaScript, CSS and SVG. It will save bytes for the user; making the page load faster and use less bandwith.
    Offenders:
    URLTransfer sizeContent size
    https://stream.datago.ru/tracker/sp.js 72.7 KB72.6 KB
    Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 173.4 kB and uncompressed size is 386.1 kB. That is big and the CSS could most probably be smaller.50
    Description: Delivering a massive amount of CSS to the browser is not the best thing you can do, because it means more work for the browser when parsing the CSS against the HTML and that makes the rendering slower. Try to send only the CSS that is used on that page. And make sure to remove CSS rules when they aren't used anymore.
    Offenders:
    URLTransfer sizeContent size
    https://g3.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...9e1cdf6798760.css 4.1 KB14.2 KB
    https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...224d36c3e602e.css 18.3 KB74.4 KB
    https://g8.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...fac770faf0f62.css 130.1 KB223.9 KB
    https://g5.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.0...1b2a85bf85df5.css 1.3 KB3.6 KB
    https://g0.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...27b7e44d2eec9.css 614 B1.2 KB
    https://cdn.diginetica.net/338/search/template.css?version=JPKGLCZEH 73 B46 B
    https://cdn.diginetica.net/338/autocomplete/template.css?version=RIBLERWLY 9.7 KB41.7 KB
    https://cdn.uxfeedback.ru/assets-4.5.0/1a17f635369f7ac8681ec.css 4.1 KB15.9 KB
    https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic 1.0 KB2.2 KB
    Avoid too many fonts (fewFonts)The page has 6 font requests. Do you really need them? What value does the fonts give the user?40
    Description: How many fonts do you need on a page for the user to get the message? Fonts can slow down the rendering of content, try to avoid loading too many of them because worst case it can make the text invisible until they are loaded (FOIT—flash of invisible text), best case they will flicker the text content when they arrive.
    Offenders:
  • https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Book.woff2
  • https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Demi.woff2
  • https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Medium.woff2
  • https://g5.sunlight.net/static/shop/fonts/futura/FuturaPT-Book.woff2
  • https://g5.sunlight.net/static/shop/fonts/futura/FuturaPT-Demi.woff2
  • https://g5.sunlight.net/static/shop/fonts/futura/FuturaPT-Medium.woff2
  • Total image size shouldn't be too big (imageSize)The page total image size is 711 kB. It's really big. Is the page using the right format for the images? Can they be lazy loaded? Are they compressed as good as they can be? Make them smaller by using https://imageoptim.com/.50
    Description: Avoid having too many large images on the page. The images will not affect the first paint of the page, but it will eat bandwidth for the user.
    Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 1.4 MB and the uncompressed size is 4.4 MB. This is totally crazy! There is really room for improvement here. 0
    Description: A lot of JavaScript often means you are downloading more than you need. How complex is the page and what can the user do on the page? Do you use multiple JavaScript frameworks?
    Offenders:
    URLTransfer sizeContent size
    https://g8.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...49e8cf95d46ec9.js 43.0 KB108.5 KB
    https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...efaf6484d5cce8.js 2.1 KB4.3 KB
    https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...3824b2da3cad16.js 153.7 KB382.2 KB
    https://g0.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...d5284c17833f2b.js 10.0 KB27.6 KB
    https://g7.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...614670c704c276.js 36.0 KB105.7 KB
    https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR 111.6 KB384.4 KB
    https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c 105.9 KB315.3 KB
    https://www.google-analytics.com/analytics.js 21.1 KB51.7 KB
    https://cdn.diginetica.net/338/client.js 283.4 KB1.2 MB
    https://cdn.branch.io/branch-latest.min.js 23.3 KB74.6 KB
    https://api.mindbox.ru/scripts/v1/tracker.js 24.8 KB81.2 KB
    https://onelinksmartscript.appsflyer.com/onelink-smart-script-latest.js 22.2 KB95.4 KB
    https://stream.datago.ru/tracker/sp.js 72.7 KB72.6 KB
    https://top-fwz1.mail.ru/js/code.js 19.5 KB46.0 KB
    https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...28fdd65ce55213.js 28.4 KB85.2 KB
    https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?169 17.3 KB56.3 KB
    https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.5...5c666fae5ea0c1.js 41.3 KB89.2 KB
    https://mc.yandex.ru/metrika/watch.js 59.7 KB166.3 KB
    https://app.link/_r...tps://app.link/_r 634 B91 B
    https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?159 17.4 KB56.3 KB
    https://g0.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...4c8fc73e92de96.js 28.6 KB68.9 KB
    https://privacy-cs.mail.ru/static/sync-loader.js 40.4 KB155.0 KB
    https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=3556767 2.3 KB3.5 KB
    https://web-static.mindbox.ru/js/bydomain/sunlight.net.js?_=5764829 5.3 KB0 b
    https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.668 164.2 KB504.5 KB
    https://yandex.ru/ads/system/context.js N/A0 b
    https://cdn.uxfeedback.ru/widget.js 3.2 KB5.9 KB
    https://cdn.uxfeedback.ru/assets-4.5.0/2.b7708bea0011087535f1.js 14.2 KB39.8 KB
    https://cdn.uxfeedback.ru/assets-4.5.0/1.84dce0e80605bbac6108.js 35.0 KB100.6 KB
    Avoid using incorrect mime types (mimeTypes)The page has 12 misconfigured mime types. 88
    Description: It's not a great idea to let browsers guess content types (content sniffing), in some cases it can actually be a security risk.
    Offenders:
  • https://stream.datago.ru/collector/com.snowplowanalytics.snowplow/tp2
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://vk.com/rtrg?p=VK-RTRG-276380-bLR9z&e=1&c=view_content&v=0
  • https://api.expf.ru/api/v1/geo
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://vk.com/rtrg?p=VK-RTRG-276380-bLR9z&e=1&c=view_content&v=0
  • https://privacy-cs.mail.ru/fp/?id=YK1jpDi7ExPpO43jsd97q
  • https://personalization-web-stable.mindbox.ru/init/5434/domain_and_endpoint/sunl...tnet:sunlight.net
  • https://personalization-web-stable.mindbox.ru/init/5434/endpoint/sunlightnet?_=5764829
  • https://privacy-cs.mail.ru/fp/?id=YK1jpDi7ExPpO43jsd97q
  • https://privacy-cs.mail.ru/fp/?id=YK1jpDi7ExPpO43jsd97q
  • https://stream.datago.ru/collector/com.snowplowanalytics.snowplow/tp2
  • Make each CSS response small (optimalCssSize)https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/base-libs.c808f9a224d36c3e602e.css?1729446633.0 size is 18.8 kB (18775) and that is bigger than the limit of 14.5 kB. https://g8.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dist/main.a8f351efac770faf0f62.css?1729446633.0 size is 133.2 kB (133243) and that is bigger than the limit of 14.5 kB. Try to make the CSS files fit into 14.5 KB.80
    Description: Make CSS responses small to fit into the magic number TCP window size of 14.5 KB. The browser can then download the CSS faster and that will make the page start rendering earlier.
    Offenders:
    URLTransfer sizeContent size
    https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...224d36c3e602e.css 18.3 KB74.4 KB
    https://g8.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...fac770faf0f62.css 130.1 KB223.9 KB
    Total page size shouldn't be too big (pageSize)The page total transfer size is 2.7 MB, which is more than the coach limit of 2 MB. That is really big and you need to make it smaller.0
    Description: Avoid having pages that have a transfer size over the wire of more than 2 MB (desktop) and 1 MB (mobile) because that is really big and will hurt performance and will make the page expensive for the user if she/he pays for the bandwidth.
    Offenders:
    URLTransfer sizeContent size
    https://sunlight.net/catalog/zolotye-kolca.html 139.9 KB864.3 KB
    https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Book.woff2 28.5 KB28.3 KB
    https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Demi.woff2 30.1 KB29.8 KB
    https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Medium.woff2 29.1 KB28.9 KB
    https://g3.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...9e1cdf6798760.css 4.1 KB14.2 KB
    https://g8.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...49e8cf95d46ec9.js 43.0 KB108.5 KB
    https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...efaf6484d5cce8.js 2.1 KB4.3 KB
    https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...224d36c3e602e.css 18.3 KB74.4 KB
    https://g8.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...fac770faf0f62.css 130.1 KB223.9 KB
    https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...3824b2da3cad16.js 153.7 KB382.2 KB
    https://g0.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...d5284c17833f2b.js 10.0 KB27.6 KB
    https://g7.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...614670c704c276.js 36.0 KB105.7 KB
    https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR 111.6 KB384.4 KB
    https://g8.sunlight.net/media/content/desktop-menu/categories/35f527efb07355870d...50a6c8bd25143.svg 538 B832 B
    https://g0.sunlight.net/media/content/desktop-menu/categories/01468a634f971dc486...593321eacd74b.svg 974 B1.7 KB
    https://g8.sunlight.net/media/content/desktop-menu/categories/0531bd21afcdf107ba...b2b66437a31bc.svg 1.4 KB2.6 KB
    https://g6.sunlight.net/media/content/desktop-menu/categories/0d09ba4834b1a1a01c...823d792530e0e.svg 1.1 KB2.1 KB
    https://g6.sunlight.net/media/content/desktop-menu/categories/1f0989e944b69b8082...dea71328274d3.svg 524 B657 B
    https://g5.sunlight.net/media/content/desktop-menu/categories/961b368deeaa65c1f5...a4a5b0bd333ab.svg 480 B651 B
    https://g1.sunlight.net/media/content/desktop-menu/categories/fb61e180155037ffa5...1dd38f4e52a9c.svg 1.4 KB2.6 KB
    https://g5.sunlight.net/media/content/desktop-menu/categories/091d7ec0973a49af01...050a4d673c09f.svg 1.3 KB2.5 KB
    https://g8.sunlight.net/media/content/desktop-menu/categories/c95df0187984ee6a78...53829e7761188.svg 1.1 KB2.0 KB
    https://g5.sunlight.net/media/content/desktop-menu/categories/0d58e8e1a4ea7a8c42...d0674aab2d364.svg 1.5 KB2.9 KB
    https://g6.sunlight.net/media/content/desktop-menu/categories/59245252fb427e483c...845be22210ef4.svg 846 B1.4 KB
    https://g7.sunlight.net/media/content/desktop-menu/categories/1099d7151a12c078cc...26c28fb45e59c.svg 490 B608 B
    https://g5.sunlight.net/media/content/desktop-menu/categories/a31b320c3f61fe001b...af71ead1b868d.svg 379 B529 B
    https://g0.sunlight.net/media/content/desktop-menu/categories/9b98a6341b30c5f59a...066e71b47acc8.svg 364 B332 B
    https://g5.sunlight.net/media/content/desktop-menu/categories/bb267fbdb937a54afb...fa7dfaeb2afd7.svg 379 B504 B
    https://g2.sunlight.net/media/content/desktop-menu/categories/552132e2aa71558ae8...bd65da5c4371d.svg 708 B987 B
    https://g0.sunlight.net/media/content/desktop-menu/categories/a9c04ca9495a7d802a...9bdf98772c2da.svg 527 B655 B
    https://g4.sunlight.net/media/content/desktop-menu/categories/e7bced08b4aeaa15cd...14db7cc4f1818.svg 533 B665 B
    https://g2.sunlight.net/media/content/desktop-menu/categories/a516fb1e20aa0f9b6f...0941cb3ff1baf.svg 707 B1015 B
    https://g0.sunlight.net/media/content/desktop-menu/categories/7f1167c89647f28a05...d70a40c3114d9.svg 462 B540 B
    https://g5.sunlight.net/media/content/desktop-menu/categories/38174640ad3d97f248...bfe7de84b10f1.svg 430 B570 B
    https://g8.sunlight.net/media/content/desktop-menu/categories/17cbdd3eedb16af676...1fb9a51d35085.svg 458 B622 B
    https://g4.sunlight.net/media/content/desktop-menu/categories/09a94ea633d6c2a4a2...e489174d1edf1.svg 441 B577 B
    https://g5.sunlight.net/static/shop/fonts/futura/FuturaPT-Book.woff2 28.4 KB28.3 KB
    https://g5.sunlight.net/static/shop/fonts/futura/FuturaPT-Demi.woff2 29.9 KB29.8 KB
    https://g5.sunlight.net/static/shop/fonts/futura/FuturaPT-Medium.woff2 29.0 KB28.9 KB
    https://g8.sunlight.net/static/shop/svg/catalog-filters/applied.svg 277 B163 B
    https://g5.sunlight.net/static/shop/images/reviews-star.svg 351 B313 B
    https://g5.sunlight.net/static/shop/images/icons/star.svg 334 B293 B
    https://g5.sunlight.net/media/nameplates/images/0d62399e938e2c9c02a0088909d6160b45fc622a.png 2.2 KB2.0 KB
    https://api.sunlight.net/v3/loyalty/type/refresh/ N/A0 b
    https://g5.sunlight.net/static/shop/svg/reviews-star.svg 292 B200 B
    https://g5.sunlight.net/static/shop/images/blinger/ic.png 1023 B896 B
    https://api.sunlight.net/v3/loyalty/type/refresh/ 219 B219 B
    https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c 105.9 KB315.3 KB
    https://www.google-analytics.com/analytics.js 21.1 KB51.7 KB
    https://cdn.diginetica.net/338/client.js 283.4 KB1.2 MB
    https://cdn.branch.io/branch-latest.min.js 23.3 KB74.6 KB
    https://api.mindbox.ru/scripts/v1/tracker.js 24.8 KB81.2 KB
    https://vk.com/js/api/openapi.js?169 N/A0 b
    https://onelinksmartscript.appsflyer.com/onelink-smart-script-latest.js 22.2 KB95.4 KB
    https://stream.datago.ru/tracker/sp.js 72.7 KB72.6 KB
    https://top-fwz1.mail.ru/js/code.js 19.5 KB46.0 KB
    https://g5.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.0...1b2a85bf85df5.css 1.3 KB3.6 KB
    https://api.sunlight.net/v6/ab-tests/web/ N/A0 b
    https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...28fdd65ce55213.js 28.4 KB85.2 KB
    https://g9.sunlight.net/media/catbans/17c0d480777ecbf6e974466b671abfef80b43135.jpg 410.1 KB409.4 KB
    https://api.sunlight.net/v6/ab-tests/web/ 63 B63 B
    https://g0.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...27b7e44d2eec9.css 614 B1.2 KB
    https://g6.sunlight.net/r/w400/q85/media/products/c4b228eda942b86b38a7b2afb8ce73ceb2cf1b2d.jpg 12.2 KB12.1 KB
    https://g5.sunlight.net/r/w400/q85/media/products/e240fdb8fb8bd4cc47b3b1684a3232fc4ba94f25.jpg 11.7 KB11.5 KB
    https://g0.sunlight.net/r/w400/q85/media/products/bde6a979-166e-11ee-b479-005056bc836d.jpg 13.1 KB12.9 KB
    https://g4.sunlight.net/r/w400/q85/media/products/3a7e822519d3fb4c76c6e7f71048bcccb4506376.jpg 16.9 KB16.7 KB
    https://g9.sunlight.net/r/w400/q85/media/products/5043d473efee237c6ee4b7f3f8394447921dd7d3.jpg 11.7 KB11.6 KB
    https://g1.sunlight.net/r/w400/q85/media/products/25984dd54065c300c706041e2bc173d0287e995d.jpg 13.5 KB13.4 KB
    https://g0.sunlight.net/r/w400/q85/media/products/ec2d13722168aeeb5fbe01493e77910ba6c8ed52.jpg 18.0 KB17.9 KB
    https://g1.sunlight.net/r/w400/q85/media/products/f4ca8598a0ec303e56019c586dd157ec0ce290db.jpg 13.4 KB13.3 KB
    https://g3.sunlight.net/r/w400/q85/media/products/1a2cccf92b698cb57c8de808729a1d6e5b2add82.jpg 13.9 KB13.7 KB
    https://g4.sunlight.net/r/w400/q85/media/products/6517b398ac9b494400f7fc3bfbb04a8c67c61aff.jpg 17.3 KB17.2 KB
    https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?169 17.3 KB56.3 KB
    https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.5...5c666fae5ea0c1.js 41.3 KB89.2 KB
    https://g2.sunlight.net/media/catbans/87d342a26011ebc7fd386b9f7fa222b57433a8bb.jpg 112.9 KB112.6 KB
    https://mc.yandex.ru/metrika/watch.js 59.7 KB166.3 KB
    https://vk.com/js/api/openapi.js?159 N/A0 b
    https://api.sunlight.net/v3/cities/detect/ N/A0 b
    https://api.sunlight.net/v3/cities/detect/ 165 B165 B
    https://analytics.google.com/g/collect...gle.com/g/collect N/A0 b
    https://www.google.ru/ads/ga-audiences.../ads/ga-audiences 63 B42 B
    https://api.expf.ru/api/v1/config.json 0 b0 b
    https://app.link/_r...tps://app.link/_r 634 B91 B
    https://api.expf.ru/api/v1/config.json 1.5 KB4.7 KB
    https://tracking.diginetica.net/csc-event...ica.net/csc-event 37 B37 B
    https://autocomplete.diginetica.net/_health 363 B2 B
    https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?159 17.4 KB56.3 KB
    https://g0.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...4c8fc73e92de96.js 28.6 KB68.9 KB
    https://api.sunlight.net/v3/cities/select/ N/A0 b
    https://g3.sunlight.net/static/shop/images/cities-popup/pin.png 485 B317 B
    https://api.sunlight.net/v3/cities/select/ 1.0 KB95 B
    https://tracking.diginetica.net/csc-event...ica.net/csc-event 37 B37 B
    https://privacy-cs.mail.ru/static/sync-loader.js 40.4 KB155.0 KB
    https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=3556767 2.3 KB3.5 KB
    https://top-fwz1.mail.ru/counter...1.mail.ru/counter 1.2 KB43 B
    https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer 1.2 KB43 B
    https://vk.com/rtrg...tps://vk.com/rtrg 518 B49 B
    https://cdn.diginetica.net/338/search/template.css?version=JPKGLCZEH 73 B46 B
    https://cdn.diginetica.net/338/search/template.html?version=JPKGLCZEH 357 B564 B
    https://cdn.diginetica.net/338/autocomplete/template.css?version=RIBLERWLY 9.7 KB41.7 KB
    https://cdn.diginetica.net/338/autocomplete/template.html?version=RIBLERWLY 2.8 KB14.4 KB
    https://api.sunlight.net/v4/constants/ N/A0 b
    https://api.sunlight.net/v6/customers 0 b0 b
    https://stream.datago.ru/collector/com.snowplowanalytics.snowplow/tp2 0 b0 b
    https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer 1.1 KB43 B
    https://stream.datago.ru/collector/com.snowplowanalytics.snowplow/tp2 137 B80 B
    https://api2.branch.io/v1/open 665 B274 B
    https://api.sunlight.net/v4/constants/ 187 B187 B
    https://api.mindbox.ru/v1.1/customer/track-visit?version=1.0.668&transport=XmlHttpRequest 741 B134 B
    https://web-static.mindbox.ru/js/bydomain/sunlight.net.js?_=5764829 5.3 KB0 b
    https://tracking.diginetica.net/csc-event...ica.net/csc-event 37 B37 B
    https://vk.com/rtrg...tps://vk.com/rtrg 521 B49 B
    https://vk.com/rtrg...tps://vk.com/rtrg 557 B11 B
    https://vk.com/rtrg?p=VK-RTRG-276380-bLR9z&e=1&c=view_content&v=0 549 B11 B
    https://mc.yandex.ru/metrika/advert.gif 542 B43 B
    https://mc.yandex.ru/watch/5901091....ru/watch/5901091 N/A0 b
    https://api.expf.ru/api/v1/geo 0 b0 b
    https://api.sunlight.net/v6/customers/ 219 B219 B
    https://autocomplete.diginetica.net/autocomplete?st=undefined&apiKey=7DRN52IVBN 481 B96 B
    https://api.expf.ru/api/v1/geo 365 B114 B
    https://vk.com/rtrg...tps://vk.com/rtrg 517 B49 B
    https://vk.com/rtrg...tps://vk.com/rtrg 561 B11 B
    https://vk.com/rtrg?p=VK-RTRG-276380-bLR9z&e=1&c=view_content&v=0 547 B11 B
    https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1 1.6 KB1012 B
    https://mc.yandex.ru/clmap/5901091....ru/clmap/5901091 N/A43 B
    https://api-qa.diginetica.net/v1/prescoring/digi-cookie 451 B36 B
    https://api2.branch.io/v1/pageview 351 B29 B
    https://firebaseinstallations.googleapis.com/v1/projects/sunlight-mobile/installations 0 b0 b
    https://mc.yandex.ru/metrika/metrika_match.html 1.6 KB2.6 KB
    https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1 74 B43 B
    https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1 N/A43 B
    https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.668 164.2 KB504.5 KB
    https://privacy-cs.mail.ru/fp/?id=YK1jpDi7ExPpO43jsd97q N/A0 b
    https://personalization-web-stable.mindbox.ru/init/5434/domain_and_endpoint/sunl...tnet:sunlight.net 688 B0 b
    https://personalization-web-stable.mindbox.ru/init/5434/domain_and_endpoint/sunl...net:*sunlight.net 683 B0 b
    https://personalization-web-stable.mindbox.ru/init/5434/endpoint/sunlightnet?_=5764829 688 B0 b
    https://privacy-cs.mail.ru/fp/?id=YK1jpDi7ExPpO43jsd97q 0 b0 b
    https://personalization-web-stable.mindbox.ru/init/5434/domain_and_endpoint/sunl...tnet:sunlight.net 878 B297 B
    https://firebaseinstallations.googleapis.com/v1/projects/sunlight-mobile/installations 678 B625 B
    https://firebaseremoteconfig.googleapis.com/v1/projects/sunlight-mobile/namespac...es/firebase:fetch 0 b0 b
    https://firebaseremoteconfig.googleapis.com/v1/projects/sunlight-mobile/namespac...es/firebase:fetch 410 B863 B
    https://api.sunlight.net/x/events/raw/ N/A0 b
    https://api.sunlight.net/x/events/raw/ 863 B1.5 KB
    https://yandex.ru/ads/system/context.js N/A0 b
    https://analytics.google.com/g/collect...gle.com/g/collect N/A0 b
    https://privacy-cs.mail.ru/fp/?id=YK1jpDi7ExPpO43jsd97q 0 b0 b
    https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1 146 B43 B
    https://top-fwz1.mail.ru/tracker...1.mail.ru/tracker 1.1 KB43 B
    https://cdn.uxfeedback.ru/widget.js 3.2 KB5.9 KB
    https://stream.datago.ru/collector/com.snowplowanalytics.snowplow/tp2 0 b0 b
    https://g0.sunlight.net/static/shop/icons/favicon.ico 9.6 KB9.4 KB
    https://stream.datago.ru/collector/com.snowplowanalytics.snowplow/tp2 144 B80 B
    https://cdn.uxfeedback.ru/assets-4.5.0/2.b7708bea0011087535f1.js 14.2 KB39.8 KB
    https://cdn.uxfeedback.ru/assets-4.5.0/1a17f635369f7ac8681ec.css 4.1 KB15.9 KB
    https://cdn.uxfeedback.ru/assets-4.5.0/1.84dce0e80605bbac6108.js 35.0 KB100.6 KB
    https://widget-api.uxfeedback.ru/v4/widgets/effbpblds45rhjrahbxg9v0y...ds45rhjrahbxg9v0y 0 b0 b
    https://widget-api.uxfeedback.ru/v4/widgets/effbpblds45rhjrahbxg9v0y...ds45rhjrahbxg9v0y 1.3 KB1.3 KB
    https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic 1.0 KB2.2 KB
    Don't use private headers on static content (privateAssets)The page has 14 requests with private headers. Make sure that the assets really should be private and only used by one user. Otherwise, make it cacheable for everyone.0
    Description: If you set private headers on content, that means that the content are specific for that user. Static content should be able to be cached and used by everyone. Avoid setting the cache header to private.
    Offenders:
  • https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR
  • https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c
  • https://top-fwz1.mail.ru/js/code.js
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=3556767
  • https://top-fwz1.mail.ru/counter...1.mail.ru/counter
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://mc.yandex.ru/clmap/5901091....ru/clmap/5901091
  • https://top-fwz1.mail.ru/tracker...1.mail.ru/tracker
  • https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic
  • Best practice advice (81)

    TitleAdviceScore
    Meta description (metaDescription)The meta description is too long. It has 311 characters, the recommended max is 15550
    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 6050
    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://api.sunlight...v3/cities/select/ has a header set-cookie that is 882 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 1784 characters long. https://mc.yandex.ru...u/watch/5901091/1 has a header location that is 1784 characters long. https://mc.yandex.ru...u/watch/5901091/1 has a header set-cookie that is 926 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. 90
    Description: Do not send response headers that are too long.
    Offenders:
  • https://mc.yandex.ru/metrika/watch.js
  • https://api.sunlight.net/v3/cities/select/
  • https://top-fwz1.mail.ru/counter...1.mail.ru/counter
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://mc.yandex.ru/watch/5901091....ru/watch/5901091
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://yandex.ru/ads/system/context.js
  • https://top-fwz1.mail.ru/tracker...1.mail.ru/tracker
  • Avoid too many third party requests (thirdParty)The page do more requests to third party domains (81 requests and 1.1 MB) then first party (77 requests and 1.5 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 93 responses that sets both a max-age and expires header. There are 17 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:
  • https://sunlight.net/catalog/zolotye-kolca.html
  • https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Book.woff2
  • https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Book.woff2
  • https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Demi.woff2
  • https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Demi.woff2
  • https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Medium.woff2
  • https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Medium.woff2
  • https://g3.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...9e1cdf6798760.css
  • https://g3.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...9e1cdf6798760.css
  • https://g8.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...49e8cf95d46ec9.js
  • https://g8.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...49e8cf95d46ec9.js
  • https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...efaf6484d5cce8.js
  • https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...efaf6484d5cce8.js
  • https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...224d36c3e602e.css
  • https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...224d36c3e602e.css
  • https://g8.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...fac770faf0f62.css
  • https://g8.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...fac770faf0f62.css
  • https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...3824b2da3cad16.js
  • https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...3824b2da3cad16.js
  • https://g0.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...d5284c17833f2b.js
  • https://g0.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...d5284c17833f2b.js
  • https://g7.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...614670c704c276.js
  • https://g7.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...614670c704c276.js
  • https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR
  • https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR
  • https://g8.sunlight.net/media/content/desktop-menu/categories/35f527efb07355870d...50a6c8bd25143.svg
  • https://g8.sunlight.net/media/content/desktop-menu/categories/35f527efb07355870d...50a6c8bd25143.svg
  • https://g0.sunlight.net/media/content/desktop-menu/categories/01468a634f971dc486...593321eacd74b.svg
  • https://g0.sunlight.net/media/content/desktop-menu/categories/01468a634f971dc486...593321eacd74b.svg
  • https://g8.sunlight.net/media/content/desktop-menu/categories/0531bd21afcdf107ba...b2b66437a31bc.svg
  • https://g8.sunlight.net/media/content/desktop-menu/categories/0531bd21afcdf107ba...b2b66437a31bc.svg
  • https://g6.sunlight.net/media/content/desktop-menu/categories/0d09ba4834b1a1a01c...823d792530e0e.svg
  • https://g6.sunlight.net/media/content/desktop-menu/categories/0d09ba4834b1a1a01c...823d792530e0e.svg
  • https://g6.sunlight.net/media/content/desktop-menu/categories/1f0989e944b69b8082...dea71328274d3.svg
  • https://g6.sunlight.net/media/content/desktop-menu/categories/1f0989e944b69b8082...dea71328274d3.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/961b368deeaa65c1f5...a4a5b0bd333ab.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/961b368deeaa65c1f5...a4a5b0bd333ab.svg
  • https://g1.sunlight.net/media/content/desktop-menu/categories/fb61e180155037ffa5...1dd38f4e52a9c.svg
  • https://g1.sunlight.net/media/content/desktop-menu/categories/fb61e180155037ffa5...1dd38f4e52a9c.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/091d7ec0973a49af01...050a4d673c09f.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/091d7ec0973a49af01...050a4d673c09f.svg
  • https://g8.sunlight.net/media/content/desktop-menu/categories/c95df0187984ee6a78...53829e7761188.svg
  • https://g8.sunlight.net/media/content/desktop-menu/categories/c95df0187984ee6a78...53829e7761188.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/0d58e8e1a4ea7a8c42...d0674aab2d364.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/0d58e8e1a4ea7a8c42...d0674aab2d364.svg
  • https://g6.sunlight.net/media/content/desktop-menu/categories/59245252fb427e483c...845be22210ef4.svg
  • https://g6.sunlight.net/media/content/desktop-menu/categories/59245252fb427e483c...845be22210ef4.svg
  • https://g7.sunlight.net/media/content/desktop-menu/categories/1099d7151a12c078cc...26c28fb45e59c.svg
  • https://g7.sunlight.net/media/content/desktop-menu/categories/1099d7151a12c078cc...26c28fb45e59c.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/a31b320c3f61fe001b...af71ead1b868d.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/a31b320c3f61fe001b...af71ead1b868d.svg
  • https://g0.sunlight.net/media/content/desktop-menu/categories/9b98a6341b30c5f59a...066e71b47acc8.svg
  • https://g0.sunlight.net/media/content/desktop-menu/categories/9b98a6341b30c5f59a...066e71b47acc8.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/bb267fbdb937a54afb...fa7dfaeb2afd7.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/bb267fbdb937a54afb...fa7dfaeb2afd7.svg
  • https://g2.sunlight.net/media/content/desktop-menu/categories/552132e2aa71558ae8...bd65da5c4371d.svg
  • https://g2.sunlight.net/media/content/desktop-menu/categories/552132e2aa71558ae8...bd65da5c4371d.svg
  • https://g0.sunlight.net/media/content/desktop-menu/categories/a9c04ca9495a7d802a...9bdf98772c2da.svg
  • https://g0.sunlight.net/media/content/desktop-menu/categories/a9c04ca9495a7d802a...9bdf98772c2da.svg
  • https://g4.sunlight.net/media/content/desktop-menu/categories/e7bced08b4aeaa15cd...14db7cc4f1818.svg
  • https://g4.sunlight.net/media/content/desktop-menu/categories/e7bced08b4aeaa15cd...14db7cc4f1818.svg
  • https://g2.sunlight.net/media/content/desktop-menu/categories/a516fb1e20aa0f9b6f...0941cb3ff1baf.svg
  • https://g2.sunlight.net/media/content/desktop-menu/categories/a516fb1e20aa0f9b6f...0941cb3ff1baf.svg
  • https://g0.sunlight.net/media/content/desktop-menu/categories/7f1167c89647f28a05...d70a40c3114d9.svg
  • https://g0.sunlight.net/media/content/desktop-menu/categories/7f1167c89647f28a05...d70a40c3114d9.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/38174640ad3d97f248...bfe7de84b10f1.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/38174640ad3d97f248...bfe7de84b10f1.svg
  • https://g8.sunlight.net/media/content/desktop-menu/categories/17cbdd3eedb16af676...1fb9a51d35085.svg
  • https://g8.sunlight.net/media/content/desktop-menu/categories/17cbdd3eedb16af676...1fb9a51d35085.svg
  • https://g4.sunlight.net/media/content/desktop-menu/categories/09a94ea633d6c2a4a2...e489174d1edf1.svg
  • https://g4.sunlight.net/media/content/desktop-menu/categories/09a94ea633d6c2a4a2...e489174d1edf1.svg
  • https://g5.sunlight.net/static/shop/fonts/futura/FuturaPT-Book.woff2
  • https://g5.sunlight.net/static/shop/fonts/futura/FuturaPT-Book.woff2
  • https://g5.sunlight.net/static/shop/fonts/futura/FuturaPT-Demi.woff2
  • https://g5.sunlight.net/static/shop/fonts/futura/FuturaPT-Demi.woff2
  • https://g5.sunlight.net/static/shop/fonts/futura/FuturaPT-Medium.woff2
  • https://g5.sunlight.net/static/shop/fonts/futura/FuturaPT-Medium.woff2
  • https://g8.sunlight.net/static/shop/svg/catalog-filters/applied.svg
  • https://g8.sunlight.net/static/shop/svg/catalog-filters/applied.svg
  • https://g5.sunlight.net/static/shop/images/reviews-star.svg
  • https://g5.sunlight.net/static/shop/images/reviews-star.svg
  • https://g5.sunlight.net/static/shop/images/icons/star.svg
  • https://g5.sunlight.net/static/shop/images/icons/star.svg
  • https://g5.sunlight.net/media/nameplates/images/0d62399e938e2c9c02a0088909d6160b45fc622a.png
  • https://g5.sunlight.net/media/nameplates/images/0d62399e938e2c9c02a0088909d6160b45fc622a.png
  • https://api.sunlight.net/v3/loyalty/type/refresh/
  • https://g5.sunlight.net/static/shop/svg/reviews-star.svg
  • https://g5.sunlight.net/static/shop/svg/reviews-star.svg
  • https://g5.sunlight.net/static/shop/images/blinger/ic.png
  • https://g5.sunlight.net/static/shop/images/blinger/ic.png
  • https://api.sunlight.net/v3/loyalty/type/refresh/
  • https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c
  • https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c
  • https://www.google-analytics.com/analytics.js
  • https://www.google-analytics.com/analytics.js
  • https://cdn.diginetica.net/338/client.js
  • https://cdn.branch.io/branch-latest.min.js
  • https://api.mindbox.ru/scripts/v1/tracker.js
  • https://vk.com/js/api/openapi.js?169
  • https://onelinksmartscript.appsflyer.com/onelink-smart-script-latest.js
  • https://stream.datago.ru/tracker/sp.js
  • https://top-fwz1.mail.ru/js/code.js
  • https://top-fwz1.mail.ru/js/code.js
  • https://top-fwz1.mail.ru/js/code.js
  • https://g5.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.0...1b2a85bf85df5.css
  • https://g5.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.0...1b2a85bf85df5.css
  • https://api.sunlight.net/v6/ab-tests/web/
  • https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...28fdd65ce55213.js
  • https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...28fdd65ce55213.js
  • https://g9.sunlight.net/media/catbans/17c0d480777ecbf6e974466b671abfef80b43135.jpg
  • https://g9.sunlight.net/media/catbans/17c0d480777ecbf6e974466b671abfef80b43135.jpg
  • https://api.sunlight.net/v6/ab-tests/web/
  • https://g0.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...27b7e44d2eec9.css
  • https://g0.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...27b7e44d2eec9.css
  • https://g6.sunlight.net/r/w400/q85/media/products/c4b228eda942b86b38a7b2afb8ce73ceb2cf1b2d.jpg
  • https://g6.sunlight.net/r/w400/q85/media/products/c4b228eda942b86b38a7b2afb8ce73ceb2cf1b2d.jpg
  • https://g5.sunlight.net/r/w400/q85/media/products/e240fdb8fb8bd4cc47b3b1684a3232fc4ba94f25.jpg
  • https://g5.sunlight.net/r/w400/q85/media/products/e240fdb8fb8bd4cc47b3b1684a3232fc4ba94f25.jpg
  • https://g0.sunlight.net/r/w400/q85/media/products/bde6a979-166e-11ee-b479-005056bc836d.jpg
  • https://g0.sunlight.net/r/w400/q85/media/products/bde6a979-166e-11ee-b479-005056bc836d.jpg
  • https://g4.sunlight.net/r/w400/q85/media/products/3a7e822519d3fb4c76c6e7f71048bcccb4506376.jpg
  • https://g4.sunlight.net/r/w400/q85/media/products/3a7e822519d3fb4c76c6e7f71048bcccb4506376.jpg
  • https://g9.sunlight.net/r/w400/q85/media/products/5043d473efee237c6ee4b7f3f8394447921dd7d3.jpg
  • https://g9.sunlight.net/r/w400/q85/media/products/5043d473efee237c6ee4b7f3f8394447921dd7d3.jpg
  • https://g1.sunlight.net/r/w400/q85/media/products/25984dd54065c300c706041e2bc173d0287e995d.jpg
  • https://g1.sunlight.net/r/w400/q85/media/products/25984dd54065c300c706041e2bc173d0287e995d.jpg
  • https://g0.sunlight.net/r/w400/q85/media/products/ec2d13722168aeeb5fbe01493e77910ba6c8ed52.jpg
  • https://g0.sunlight.net/r/w400/q85/media/products/ec2d13722168aeeb5fbe01493e77910ba6c8ed52.jpg
  • https://g1.sunlight.net/r/w400/q85/media/products/f4ca8598a0ec303e56019c586dd157ec0ce290db.jpg
  • https://g1.sunlight.net/r/w400/q85/media/products/f4ca8598a0ec303e56019c586dd157ec0ce290db.jpg
  • https://g3.sunlight.net/r/w400/q85/media/products/1a2cccf92b698cb57c8de808729a1d6e5b2add82.jpg
  • https://g3.sunlight.net/r/w400/q85/media/products/1a2cccf92b698cb57c8de808729a1d6e5b2add82.jpg
  • https://g4.sunlight.net/r/w400/q85/media/products/6517b398ac9b494400f7fc3bfbb04a8c67c61aff.jpg
  • https://g4.sunlight.net/r/w400/q85/media/products/6517b398ac9b494400f7fc3bfbb04a8c67c61aff.jpg
  • https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?169
  • https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.5...5c666fae5ea0c1.js
  • https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.5...5c666fae5ea0c1.js
  • https://g2.sunlight.net/media/catbans/87d342a26011ebc7fd386b9f7fa222b57433a8bb.jpg
  • https://g2.sunlight.net/media/catbans/87d342a26011ebc7fd386b9f7fa222b57433a8bb.jpg
  • https://mc.yandex.ru/metrika/watch.js
  • https://vk.com/js/api/openapi.js?159
  • https://api.sunlight.net/v3/cities/detect/
  • https://api.sunlight.net/v3/cities/detect/
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • https://www.google.ru/ads/ga-audiences.../ads/ga-audiences
  • https://www.google.ru/ads/ga-audiences.../ads/ga-audiences
  • https://www.google.ru/ads/ga-audiences.../ads/ga-audiences
  • https://www.google.ru/ads/ga-audiences.../ads/ga-audiences
  • https://api.expf.ru/api/v1/config.json
  • https://app.link/_r...tps://app.link/_r
  • https://api.expf.ru/api/v1/config.json
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?159
  • https://g0.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...4c8fc73e92de96.js
  • https://g0.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...4c8fc73e92de96.js
  • https://api.sunlight.net/v3/cities/select/
  • https://g3.sunlight.net/static/shop/images/cities-popup/pin.png
  • https://g3.sunlight.net/static/shop/images/cities-popup/pin.png
  • https://api.sunlight.net/v3/cities/select/
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://privacy-cs.mail.ru/static/sync-loader.js
  • https://privacy-cs.mail.ru/static/sync-loader.js
  • https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=3556767
  • https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=3556767
  • https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=3556767
  • https://top-fwz1.mail.ru/counter...1.mail.ru/counter
  • https://top-fwz1.mail.ru/counter...1.mail.ru/counter
  • https://top-fwz1.mail.ru/counter...1.mail.ru/counter
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://cdn.diginetica.net/338/search/template.css?version=JPKGLCZEH
  • https://cdn.diginetica.net/338/search/template.html?version=JPKGLCZEH
  • https://cdn.diginetica.net/338/autocomplete/template.css?version=RIBLERWLY
  • https://cdn.diginetica.net/338/autocomplete/template.html?version=RIBLERWLY
  • https://api.sunlight.net/v4/constants/
  • https://api.sunlight.net/v6/customers
  • https://stream.datago.ru/collector/com.snowplowanalytics.snowplow/tp2
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://stream.datago.ru/collector/com.snowplowanalytics.snowplow/tp2
  • https://api.sunlight.net/v4/constants/
  • https://api.mindbox.ru/v1.1/customer/track-visit?version=1.0.668&transport=XmlHttpRequest
  • https://api.mindbox.ru/v1.1/customer/track-visit?version=1.0.668&transport=XmlHttpRequest
  • https://api.mindbox.ru/v1.1/customer/track-visit?version=1.0.668&transport=XmlHttpRequest
  • https://web-static.mindbox.ru/js/bydomain/sunlight.net.js?_=5764829
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://vk.com/rtrg?p=VK-RTRG-276380-bLR9z&e=1&c=view_content&v=0
  • https://mc.yandex.ru/metrika/advert.gif
  • https://mc.yandex.ru/watch/5901091....ru/watch/5901091
  • https://mc.yandex.ru/watch/5901091....ru/watch/5901091
  • https://api.expf.ru/api/v1/geo
  • https://api.sunlight.net/v6/customers/
  • https://api.expf.ru/api/v1/geo
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://vk.com/rtrg?p=VK-RTRG-276380-bLR9z&e=1&c=view_content&v=0
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://mc.yandex.ru/clmap/5901091....ru/clmap/5901091
  • https://mc.yandex.ru/clmap/5901091....ru/clmap/5901091
  • https://firebaseinstallations.googleapis.com/v1/projects/sunlight-mobile/installations
  • https://mc.yandex.ru/metrika/metrika_match.html
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.668
  • https://privacy-cs.mail.ru/fp/?id=YK1jpDi7ExPpO43jsd97q
  • https://privacy-cs.mail.ru/fp/?id=YK1jpDi7ExPpO43jsd97q
  • https://personalization-web-stable.mindbox.ru/init/5434/domain_and_endpoint/sunl...tnet:sunlight.net
  • https://personalization-web-stable.mindbox.ru/init/5434/domain_and_endpoint/sunl...net:*sunlight.net
  • https://personalization-web-stable.mindbox.ru/init/5434/endpoint/sunlightnet?_=5764829
  • https://privacy-cs.mail.ru/fp/?id=YK1jpDi7ExPpO43jsd97q
  • https://privacy-cs.mail.ru/fp/?id=YK1jpDi7ExPpO43jsd97q
  • https://privacy-cs.mail.ru/fp/?id=YK1jpDi7ExPpO43jsd97q
  • https://personalization-web-stable.mindbox.ru/init/5434/domain_and_endpoint/sunl...tnet:sunlight.net
  • https://firebaseinstallations.googleapis.com/v1/projects/sunlight-mobile/installations
  • https://firebaseremoteconfig.googleapis.com/v1/projects/sunlight-mobile/namespac...es/firebase:fetch
  • https://firebaseremoteconfig.googleapis.com/v1/projects/sunlight-mobile/namespac...es/firebase:fetch
  • https://api.sunlight.net/x/events/raw/
  • https://api.sunlight.net/x/events/raw/
  • https://yandex.ru/ads/system/context.js
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • https://privacy-cs.mail.ru/fp/?id=YK1jpDi7ExPpO43jsd97q
  • https://privacy-cs.mail.ru/fp/?id=YK1jpDi7ExPpO43jsd97q
  • https://privacy-cs.mail.ru/fp/?id=YK1jpDi7ExPpO43jsd97q
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://top-fwz1.mail.ru/tracker...1.mail.ru/tracker
  • https://top-fwz1.mail.ru/tracker...1.mail.ru/tracker
  • https://top-fwz1.mail.ru/tracker...1.mail.ru/tracker
  • https://cdn.uxfeedback.ru/widget.js
  • https://cdn.uxfeedback.ru/widget.js
  • https://stream.datago.ru/collector/com.snowplowanalytics.snowplow/tp2
  • https://g0.sunlight.net/static/shop/icons/favicon.ico
  • https://g0.sunlight.net/static/shop/icons/favicon.ico
  • https://stream.datago.ru/collector/com.snowplowanalytics.snowplow/tp2
  • https://cdn.uxfeedback.ru/assets-4.5.0/2.b7708bea0011087535f1.js
  • https://cdn.uxfeedback.ru/assets-4.5.0/2.b7708bea0011087535f1.js
  • https://cdn.uxfeedback.ru/assets-4.5.0/1a17f635369f7ac8681ec.css
  • https://cdn.uxfeedback.ru/assets-4.5.0/1a17f635369f7ac8681ec.css
  • https://cdn.uxfeedback.ru/assets-4.5.0/1.84dce0e80605bbac6108.js
  • https://cdn.uxfeedback.ru/assets-4.5.0/1.84dce0e80605bbac6108.js
  • https://widget-api.uxfeedback.ru/v4/widgets/effbpblds45rhjrahbxg9v0y...ds45rhjrahbxg9v0y
  • https://widget-api.uxfeedback.ru/v4/widgets/effbpblds45rhjrahbxg9v0y...ds45rhjrahbxg9v0y
  • https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic
  • https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic
  • Privacy advice (74)

    TitleAdviceScore
    Avoid using Google Analytics (ga)The page is using Google Analytics meaning you share your users private information with Google. You should use analytics that care about user privacy, something like https://matomo.org.0
    Description: Google Analytics share private user information with Google that your user hasn't agreed on sharing.
    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:
  • https://sunlight.net/catalog/zolotye-kolca.html
  • Avoid third party cookies that is used to track the user. (thirdPartyCookies)The page sets 5 third party cookies.0
    Description: Third party cookies are used to track the user. They are automatically blocked in Safari and Firefox.
    Offenders:
  • .yandex.ru
  • .app.link
  • .yandex.ru
  • api-qa.diginetica.net
  • .yandex.ru
  • Do not share user data with third parties. (thirdPartyPrivacy)The page has 22% requests that are 3rd party (35 requests with a size of 376.3 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 4 survelliance tools. The page do 12 analytics requests and uses 2 analytics 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 5 utility requests and uses 2 utility tools.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:
  • https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR
  • https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c
  • https://www.google-analytics.com/analytics.js
  • https://cdn.branch.io/branch-latest.min.js
  • https://vk.com/js/api/openapi.js?169
  • https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?169
  • https://mc.yandex.ru/metrika/watch.js
  • https://vk.com/js/api/openapi.js?159
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • https://www.google.ru/ads/ga-audiences.../ads/ga-audiences
  • https://app.link/_r...tps://app.link/_r
  • https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?159
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://api2.branch.io/v1/open
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://vk.com/rtrg?p=VK-RTRG-276380-bLR9z&e=1&c=view_content&v=0
  • https://mc.yandex.ru/metrika/advert.gif
  • https://mc.yandex.ru/watch/5901091....ru/watch/5901091
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://vk.com/rtrg?p=VK-RTRG-276380-bLR9z&e=1&c=view_content&v=0
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://mc.yandex.ru/clmap/5901091....ru/clmap/5901091
  • https://api2.branch.io/v1/pageview
  • https://firebaseinstallations.googleapis.com/v1/projects/sunlight-mobile/installations
  • https://mc.yandex.ru/metrika/metrika_match.html
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://firebaseinstallations.googleapis.com/v1/projects/sunlight-mobile/installations
  • https://firebaseremoteconfig.googleapis.com/v1/projects/sunlight-mobile/namespac...es/firebase:fetch
  • https://firebaseremoteconfig.googleapis.com/v1/projects/sunlight-mobile/namespac...es/firebase:fetch
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic
  • Page info

    Page info
    TitleЗолотые кольца — купить кольцо из золота недорого в интернет-магазине SUNLIGHT в Москве, выбрать золотое колечко в каталоге с фото и ценами
    Width1909
    Height10594
    DOM elements7511
    Avg DOM depth13
    Max DOM depth21
    Iframes2
    Script tags75
    Local storage5.2 KB
    Session storage1.4 KB
    Network Information API4g
    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/

    Technologies used to build the page.

    Data collected using Wappalyzerversion 6.10.66.  Use --browsertime.firefox.includeResponseBodies htmlor --browsertime.chrome.includeResponseBodies htmlto help Wappalyser find more information about technologies used.

    TechnologyConfidenceCategory
    Amazon Web Services 100  PaaS
    HSTS 100  Security
    Cloudflare 100  CDN
    Amazon CloudFront 100  CDN
    HTTP/3 100  Miscellaneous

    Data collected using Third Party Web 0.24.0

    Tag-manager
    Google Tag Manager
    Survelliance
    Google Tag Manager
    Google Analytics
    Other Google APIs/SDKs
    Google Fonts
    Analytics
    Google Analytics
    Yandex Metrica
    Ad
    Branch Metrics
    Social
    VK
    Utility
    Other Google APIs/SDKs
    Firebase
    Cdn
    Google Fonts
    | Browser metrics | Visual Metrics | Largest Contentful Paint | Cumulative Layout Shift | Interaction To Next Paint | Long Aninimation Frames | 

    Data from run 2

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)84 ms
    First Contentful Paint (FCP)784 ms
    Largest Contentful Paint (LCP)2.358 s
    Cumulative Layout Shift (CLS)0.00
    Interaction to next paint (INP)104 ms
    Total Blocking Time (TBT)1.938 s
    First Contentful Paint info
    Elements that needed recalculate style before FCP3751
    Time spent in recalculate style before FCP69.386 ms
    Extra timings
    TTFB84 ms
    First Paint784 ms
    Load Event End31.744 s
    Fully loaded33.426 s

    Largest Contentful Paint

    When in time the page main content is rendered (collected using the Largest Contentful Paint API). Read more about Largest Contentful Paint.

    Element typeDIV
    Element/tag<div data-mobile-banner="https://g7.sunlight.net/media/catbans/55699518613af7ec98b9bd89dbb972178eb965da.jpg" data-desktop-banner="https://g9.sunlight.net/media/catbans/17c0d480777ecbf6e974466b671abfef80b43135.jpg" data-analytics="{&quot;block_index&quot;: 1, &quot;creative_id&quot;: &quot;https://g9.sunlight.net/media/catbans/17c0d480777ecbf6e974466b671abfef80b43135.jpg&quot;, &quot;creative_index&quot;: 1, &quot;creative_name&quot;: null, &quot;creative_slot&quot;: &quot;catalogbanner&quot;, &quot;creative_slot_id&quot;: &quot;100807&quot;, &quot;promotion_id&quot;: null, &quot;promotion_name&quot;: null}" data-analytics-list-name="Золотые кольца" id="js-catalog-wide-banner" class="catalog-wide-banner" style="background-image: url(&quot;https://g9.sunlight.net/media/catbans/17c0d480777ecbf6e974466b671abfef80b43135.jpg&quot;);"></div>
    Render time 2.358 s
    Elements that needed recalculate style before LCP6237
    Time spent in recalculate style before LCP424.894 ms
    Element idjs-catalog-wide-banner
    Load time2.358 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>
    LCP

    The largest contentful paint is highlighted in the image. If no element is highlighted the element was removed before the screenshot or the LCP API couldn't find the element.

    The Largest Contentful Paint API highlighted this image as a part of the LCP.

    LCP

    Detected Cumulative Layout Shift

    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.

    ScoreHTML 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
    Layout shift

    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

    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 104 ms.

    Event typepointerover
    Element typeDIV
    Element class namecatalog-wide-banner
    Event target#js-catalog-wide-banner
    Load state when the event happenedloading

    Long Animation Frames

    Read more about the Long Animation Frames API here here.

    The top 10 longest animation frames entries

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    916 ms988.6 ms6.4 ms2.8 ms3.6 ms
    https://cdn.diginetica.net/338/client.js

    Forced Style And Layout Duration: 1 ms

    Invoker:  XMLHttpRequest.onload
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    Forced Style And Layout Duration: 444 ms

    Invoker:  IDBRequest.onsuccess
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    553 ms627.5 ms25.5 ms14.5 ms11 ms
    https://stream.datago.ru/tracker/sp.js

    Invoker:  https://stream.datago.ru/tracker/sp.js
    Invoker Type: classic-script
    Window attribution: self

    https://api.mindbox.ru/scripts/v1/tracker.js

    Invoker:  https://api.mindbox.ru/scripts/v1/tracker.js
    Invoker Type: classic-script
    Window attribution: self

    https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/367.f8000628fdd65ce55213.js

    Invoker:  https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/367.f8000628fdd65ce55213.js
    Invoker Type: classic-script
    Window attribution: self

    https://cdn.diginetica.net/338/client.js

    Forced Style And Layout Duration: 262 ms

    Invoker:  https://cdn.diginetica.net/338/client.js
    Invoker Type: classic-script
    Window attribution: self

    Invoker:  FrameRequestCallback
    Invoker Type: user-callback
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    162 ms388.5 ms198.5 ms0 ms198.5 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    145 ms184.6 ms28.4 ms15 ms13.4 ms
    https://g7.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dist/main.21afc0614670c704c276.js?1729446633.0

    Forced Style And Layout Duration: 5 ms

    Invoker:  #document.onDOMContentLoaded
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    https://sunlight.net/catalog/zolotye-kolca.html

    Forced Style And Layout Duration: 54 ms

    Invoker:  #document.onDOMContentLoaded
    Invoker Type: event-listener
    Source Function Name:  initCatalog
    Window attribution: self
    Source char position: 25

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    104 ms171.8 ms60.2 ms52 ms8.2 ms
    https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.a5eb013824b2da3cad16.js?1729446633.0

    Invoker:  https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.a5eb013824b2da3cad16.js?1729446633.0
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    67 ms119.4 ms19.6 ms17 ms2.6 ms
    https://top-fwz1.mail.ru/js/code.js

    Invoker:  https://top-fwz1.mail.ru/js/code.js
    Invoker Type: classic-script
    Window attribution: self

    https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c

    Invoker:  https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    67 ms124.7 ms0.3 ms0.8 ms-0.5 ms

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    59 ms100.4 ms89.6 ms86.7 ms2.9 ms
    https://privacy-cs.mail.ru/static/sync-loader.js

    Forced Style And Layout Duration: 14 ms

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: -1

    https://top-fwz1.mail.ru/js/code.js

    Forced Style And Layout Duration: 19 ms

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: -1

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    57 ms114.7 ms5.3 ms1.6 ms3.7 ms
    https://g8.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.8b6db749e8cf95d46ec9.js?1729446633.0

    Invoker:  https://g8.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.8b6db749e8cf95d46ec9.js?1729446633.0
    Invoker Type: classic-script
    Window attribution: self

    https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.a5eb013824b2da3cad16.js?1729446633.0

    Forced Style And Layout Duration: 1 ms

    Invoker:  SCRIPT#https://g8.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.8b6db749e8cf95d46ec9.js?1729446633.0 .onload
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    49 ms107.5 ms71.5 ms69.2 ms2.3 ms

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: -1

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: -1

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: -1

    Forced Style And Layout Duration: 5 ms

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: -1

    https://mc.yandex.ru/metrika/watch.js

    Invoker:  DOMWindow.onmessage
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: -1

    https://privacy-cs.mail.ru/static/sync-loader.js

    Forced Style And Layout Duration: 25 ms

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: -1

    https://privacy-cs.mail.ru/static/sync-loader.js

    Forced Style And Layout Duration: 15 ms

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Window attribution: self
    Source char position: -1

    Server timings

    There are no Server Timings.

    Custom metrics collected through JavaScript

    There are no custom configured scripts.

    Extra metrics collected using scripting

    There are no custom extra metrics from scripting.

    | Summary  | Largest responses  | Requests and sizes per content type  | Data per domain | Expires and last modified statistics  | Requests loaded after onLoad event  | Render blocking requests  | 

    PageXray

    How the page is built.

    Summary
    HTTP versionHTTP/1.1
    Total requests158
    Total domains39
    Total transfer size2.5 MB
    Total content size6.3 MB
    Responses missing compression43
    Number of cookies23
    Third party cookies5
    Requests per response code
    200150
    2043
    3011
    3023
    3221

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html5.4 KB144.7 KB881.9 KB12
    css1.1 KB169.4 KB377.1 KB9
    javascript878 B1.4 MB4.2 MB29
    image1.0 KB675.4 KB666.2 KB31
    font0 b175.0 KB174.1 KB6
    svg0 b18.0 KB28.2 KB27
    json3.2 KB11.3 KB11.7 KB21
    plain0 b1.3 KB333 B5
    other1.3 KB3.5 KB44 B12
    favicon0 b9.6 KB9.4 KB1
    Total12.9 KB2.5 MB6.3 MB153

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    sunlight.net164 ms139.9 KB864.3 KB1
    g0.sunlight.net2.076 s169.9 KB228.1 KB13
    g3.sunlight.net841 ms18.4 KB28.2 KB3
    g8.sunlight.net816 ms176.9 KB338.5 KB7
    g6.sunlight.net705 ms58.0 KB109.7 KB6
    g5.sunlight.net1.425 s309.3 KB655.2 KB19
    g7.sunlight.net426 ms36.5 KB106.3 KB2
    www.googletagmanager.com531 ms217.4 KB699.7 KB2
    g1.sunlight.net144 ms28.4 KB29.3 KB3
    g2.sunlight.net185 ms114.2 KB114.6 KB3
    g4.sunlight.net159 ms35.2 KB35.1 KB4
    api.sunlight.net683 msN/A2.5 KB14
    www.google-analytics.com706 ms21.1 KB51.7 KB1
    cdn.diginetica.net1.019 s296.3 KB1.2 MB5
    cdn.branch.io206 ms23.3 KB74.6 KB1
    api.mindbox.ru2.035 s189.8 KB585.9 KB3
    vk.com825 ms38.4 KB112.9 KB11
    onelinksmartscript.appsflyer.com273 ms22.2 KB95.4 KB1
    stream.datago.ru855 ms73.0 KB72.7 KB5
    top-fwz1.mail.ru407 ms26.4 KB49.6 KB6
    g9.sunlight.net181 ms421.8 KB421.0 KB2
    mc.yandex.ru676 ms63.6 KB170.1 KB9
    analytics.google.com1.135 sN/A0 b2
    www.google.ru503 ms63 B42 B1
    api.expf.ru156 ms1.9 KB4.8 KB4
    app.link469 ms634 B91 B1
    tracking.diginetica.net56 ms111 B111 B3
    autocomplete.diginetica.net80 ms844 B98 B2
    privacy-cs.mail.ru1.000 s40.0 KB155.0 KB4
    api2.branch.io717 ms1016 B303 B2
    web-static.mindbox.ru188 ms5.3 KB0 b1
    api-qa.diginetica.net83 ms451 B36 B1
    firebaseinstallations.googleapis.com1.519 s678 B625 B2
    personalization-web-stable.mindbox.ru631 ms2.9 KB297 B4
    firebaseremoteconfig.googleapis.com281 ms410 B863 B2
    yandex.ru224 msN/A0 b1
    cdn.uxfeedback.ru413 ms56.5 KB162.2 KB4
    widget-api.uxfeedback.ru1.764 s1.3 KB1.3 KB2
    fonts.googleapis.com316 ms1.0 KB2.2 KB1

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds23 minutes27 weeks
    Last modified0 seconds12 weeks3 years

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css5.1 KB2
    javascript52.4 KB3
    image1.1 KB1
    font0 b0
    other0 b1
    favicon9.6 KB1
    json1.5 KB2
    plain0 b1
    Total69.7 KB11

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html4.8 KB9
    css14.9 KB4
    javascript429.5 KB14
    image262.2 KB28
    font0 b0
    json11.1 KB19
    plain1.3 KB5
    other3.5 KB12
    favicon9.6 KB1
    Total734.5 KB96

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    330

    Render information

    URLType
    https://cdn.diginetica.net/338/client.jsnon_blocking
    https://api.mindbox....les/webpush_v2.jsnon_blocking
    https://g5.sunlight....3824b2da3cad16.jsin_body_parser_blocking
    https://g8.sunlight....fac770faf0f62.cssblocking
    https://www.googleta...anager.com/gtm.jsnon_blocking
    https://www.googleta...nager.com/gtag/jsnon_blocking
    https://stream.datago.ru/tracker/sp.jsnon_blocking
    https://mc.yandex.ru/metrika/watch.jsnon_blocking
    https://g8.sunlight....49e8cf95d46ec9.jsnon_blocking
    https://g6.sunlight....5c666fae5ea0c1.jsnon_blocking
    https://privacy-cs.m...ic/sync-loader.jsnon_blocking
    https://g7.sunlight....614670c704c276.jsin_body_parser_blocking
    https://cdn.uxfeedba...e80605bbac6108.jsnon_blocking
    https://g0.sunlight....turaPT-Demi.woff2non_blocking
    https://g5.sunlight....turaPT-Demi.woff2non_blocking
    https://g0.sunlight....raPT-Medium.woff2non_blocking
    https://g5.sunlight....raPT-Medium.woff2non_blocking
    https://g0.sunlight....4c8fc73e92de96.jsnon_blocking
    https://g0.sunlight....turaPT-Book.woff2non_blocking
    https://g5.sunlight....28fdd65ce55213.jsnon_blocking
    https://g5.sunlight....turaPT-Book.woff2non_blocking
    https://api.mindbox....pts/v1/tracker.jsnon_blocking
    https://cdn.branch.i...nch-latest.min.jsnon_blocking
    https://onelinksmart...-script-latest.jsnon_blocking
    https://www.google-a....com/analytics.jsnon_blocking
    https://top-fwz1.mail.ru/js/code.jsnon_blocking
    https://g5.sunlight....224d36c3e602e.cssblocking
    https://vk.com/dist/...bb2a98626e46ab.jsnon_blocking
    https://vk.com/dist/...bb2a98626e46ab.jsnon_blocking
    https://cdn.uxfeedba...ea0011087535f1.jsnon_blocking
    https://g0.sunlight....d5284c17833f2b.jsin_body_parser_blocking
    https://cdn.digineti...lete/template.cssdynamically_injected_non_blocking
    https://cdn.uxfeedba...369f7ac8681ec.cssdynamically_injected_non_blocking
    https://g3.sunlight....9e1cdf6798760.cssnon_blocking
    https://cdn.uxfeedback.ru/widget.jsnon_blocking
    https://top-fwz1.mai...yn-goal-config.jsnon_blocking
    https://g6.sunlight....efaf6484d5cce8.jsblocking
    https://g5.sunlight....1b2a85bf85df5.cssdynamically_injected_non_blocking
    https://fonts.google...oogleapis.com/cssdynamically_injected_non_blocking
    https://app.link/_r...tps://app.link/_rnon_blocking
    https://g0.sunlight....27b7e44d2eec9.cssdynamically_injected_non_blocking
    https://cdn.digineti...arch/template.cssdynamically_injected_non_blocking
    https://vk.com/js/api/openapi.js?169non_blocking
    https://vk.com/js/api/openapi.js?159non_blocking
    CPU Long Tasks | CPU Time Spent | CPU Time Spent Per Request | CPU Time Per Tool/Domain | 

    CPU

    Download the Chrome trace log and drag and drop it into Developer Tools / Performance in Chrome.

    Long Tasks

    Collected using the Long Task API. A long task is a task that take 50 milliseconds or more.

    TypeQuantityTotal duration (ms)
    Total Blocking Time 1938
    Max Potential First Input Delay 959
    Long Tasks before First Paint1199
    Long Tasks before First Contentful Paint1199
    Long Tasks before Largest Contentful Paint81358
    Long Tasks after Load Event End170
    Total Long Tasks162887

    CPU last long task happened at 33.431 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    unknown529199window
    self80293window
    self90060window
    self106865window
    self1157166window
    self1427101window
    self155697window
    self1725577window
    self251170window
    self264171window
    self2759959window
    self396872window
    self414090window
    self4385116window
    self461281window
    self3343170window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML114
    styleLayout1580
    paintCompositeRender75
    scriptParseCompile11
    scriptEvaluation4815
    garbageCollection91
    other1550
    Events (ms)
    FunctionCall2663
    RunTask1087
    RunMicrotasks1077
    UpdateLayoutTree827
    Layout751
    v8.run746
    Commit136
    v8.callFunction122
    ParseHTML104
    Layerize90
    PrePaint83
    TimerFire67
    IntersectionObserverController::computeIntersections60
    FireAnimationFrame49
    HitTest36
    Paint34
    V8.GC_HEAP_EMBEDDER_TRACING_EPILOGUE22
    V8.BytecodeBudgetInterrupt19
    V8.GC_MC_MARK_EMBEDDER_TRACING15
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL13
    DecodedDataDocumentParser::AppendBytes13
    DocumentLoader::CommitNavigation13
    V8.HandleInterrupts13
    V8.GC_MC_INCREMENTAL12
    v8.compile11
    DocumentLoader::BodyLoadingFinished11
    V8.DeserializeContext10

    Time spent per request

    URLCPU time (ms)
    https://cdn.diginetica.net/338/client.js2157
    https://privacy-cs.mail.ru/static/sync-loader.js246
    https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR203
    https://sunlight.net/catalog/zolotye-kolca.html196
    https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.a5eb013824b2da3cad16.js?1729446633.0174
    https://mc.yandex.ru/metrika/watch.js145
    https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c103
    https://g7.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dist/main.21afc0614670c704c276.js?1729446633.065
    https://top-fwz1.mail.ru/js/code.js54
    https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.66823
    https://api.mindbox.ru/scripts/v1/tracker.js22
    https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.513e215c666fae5ea0c1.js?1729446633.019
    https://cdn.uxfeedback.ru/assets-4.5.0/1.84dce0e80605bbac6108.js19
    https://g8.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.8b6db749e8cf95d46ec9.js?1729446633.018
    https://www.google-analytics.com/analytics.js18
    https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/367.f8000628fdd65ce55213.js16
    https://stream.datago.ru/tracker/sp.js16
    https://cdn.branch.io/branch-latest.min.js14
    chrome-error://chromewebdata/10

    CPU time spent

    Tool/domainTime (ms)
    cdn.diginetica.net2157.0
    privacy-cs.mail.ru245.9
    Google Tag Manager305.7
    sunlight.net195.5
    g5.sunlight.net190.7
    Yandex Metrica144.8
    g7.sunlight.net65.5
    top-fwz1.mail.ru53.7
    api.mindbox.ru45.4
    g6.sunlight.net18.9
    cdn.uxfeedback.ru18.9
    g8.sunlight.net18.4
    Google Analytics18.1
    stream.datago.ru15.7
    Branch Metrics13.7
    | Categories | | Tools | | Cookies | | First vs third | 

    Third party

    Third party requests categorised by Third party web version 0.24.0.

    CategoryRequests
    tag-manager 2
    survelliance 7
    analytics 12
    ad 4
    social 11
    utility 5
    cdn 1
    CategoryNumber of tools
    tag-manager 1
    survelliance 4
    analytics 2
    ad 1
    social 1
    utility 2
    cdn 1

    Third party requests and tools

    tag-manager (2 requests)
    Google Tag Manager
    survelliance (7 requests)
    Google Tag Manager
    Google Analytics
    Other Google APIs/SDKs
    Google Fonts
    analytics (12 requests)
    Google Analytics
    Yandex Metrica
    ad (4 requests)
    Branch Metrics
    social (11 requests)
    VK
    utility (5 requests)
    Other Google APIs/SDKs
    Firebase
    cdn (1 requests)
    Google Fonts

    Unmatched third party domains

    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
    api.expf.ru
    tracking.diginetica.net
    autocomplete.diginetica.net
    api-qa.diginetica.net
    personalization-web-stable.mindbox.ru
    yandex.ru
    cdn.uxfeedback.ru
    widget-api.uxfeedback.ru

    Third party cookies

    Cookie nameDomain
    _yasc .yandex.ru
    _s .app.link
    yabs-sid .yandex.ru
    digi-cookie api-qa.diginetica.net
    i .yandex.ru

    First party requests and sizes per content type

    Calculated using .*sunlight.* (use --firstParty to configure).

    ContentHeader SizeTransfer SizeContent SizeRequests
    html4.2 KB139.9 KB864.3 KB7
    css0 b154.5 KB317.2 KB5
    javascript0 b343.2 KB871.6 KB8
    image0 b668.4 KB665.5 KB15
    font0 b175.0 KB174.1 KB6
    svg0 b18.0 KB28.2 KB27
    json3.2 KB2.7 KB2.5 KB7
    favicon0 b9.6 KB9.4 KB1
    Total7.8 KB1.5 MB2.9 MB77

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html1.2 KB4.8 KB17.6 KB5
    css1.1 KB14.9 KB59.8 KB4
    javascript878 B1.0 MB3.3 MB21
    image1.0 KB7.0 KB687 B16
    font0 b0 b0 b0
    plain0 b1.3 KB333 B5
    json0 b8.6 KB9.2 KB14
    other1.3 KB3.5 KB44 B12
    Total5.4 KB1.1 MB3.4 MB81

    Axe

    Axe is an accessibility testing engine for websites and other HTML-based user interfaces. Tested using axe-core version 4.10.0. Read more about axe-core .

    Violations

    Median number of violations for all the runs. Check each individual run to see all the violations.

    TypeViolations (median)
    Critical 2 (9 issues)
    Serious3 (202 issues)
    Moderate2 (478 issues)
    Minor0 (0 issues)

    loadingExperience ALL | | originLoadingExperience ALL | | 

    CrUx

    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.

    Form Factor ALL

    Data collected between 2024-9-21 and 2024-10-18

    MetricValue
    Round trip time 75 percentile150 ms
    Time to first byte (TTFB) 75 percentile1.312 s
    First Contentful Paint (FCP) 75 percentile2.006 s
    Largest Contentful Paint (LCP) 75 percentile3.145 s
    Cumulative Layout Shift (CLS) 75 percentile0.37
    Interaction to next paint (INP) 75 percentile225 ms

    Form factors

    Form factorValue
    Desktop10.98%
    Phone89.02%
    Tablet0.00%

    Navigation types

    Navigation typeValue
    Navigate 57.98%
    Navigate cache 0.00%
    Reload 3.33%
    Restore 0.00%
    Back/Forward 34.61%
    Back/Forward cache 4.08%
    Prerender 0.00%

    Distribution

    Time to first byte (TTFB)First Contentful Paint (FCP)
    Largest Contentful Paint (LCP) Cumulative Layout Shift (CLS)
    Interaction to next paint (INP)

    All pages served from this origin

    This is a summary of all pages served from this origin over the last 30 days for Chrome users.

    Form Factor ALL

    Data collected between 2024-9-21 and 2024-10-18

    MetricValue
    Round trip time 75 percentile136 ms
    Time to first byte (TTFB) 75 percentile1.251 s
    First Contentful Paint (FCP) 75 percentile1.935 s
    Largest Contentful Paint (LCP) 75 percentile3.396 s
    Cumulative Layout Shift (CLS) 75 percentile0.05
    Interaction to next paint (INP) 75 percentile193 ms

    Form factors

    Form factorValue
    Desktop10.48%
    Phone87.91%
    Tablet1.61%

    Navigation types

    Navigation typeValue
    Navigate 77.84%
    Navigate cache 0.04%
    Reload 4.36%
    Restore 0.08%
    Back/Forward 15.57%
    Back/Forward cache 2.07%
    Prerender 0.04%

    Distribution

    Time to first byte (TTFB)First Contentful Paint (FCP)
    Largest Contentful Paint (LCP) Cumulative Layout Shift (CLS)
    Interaction to next paint (INP)