Page summary

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

Tested 2025-01-16 17:20:47 using Chrome 131.0.6778.85 (runtime settings).

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

Summary

MetricValue
Page metrics
Performance Score55
Total Page Transfer Size2.9 MB
Requests163
Timing metrics
TTFB [median]217 ms
First Paint [median]719 ms
Fully Loaded [median]32.481 s
Google Web Vitals
TTFB [median]217 ms
First Contentful Paint (FCP) [median]719 ms
Largest Contentful Paint (LCP) [median]2.128 s
Cumulative Layout Shift (CLS) [median]0.00
Interaction To Next Paint (INP) [median]104 ms
Total Blocking Time [median]1.544 s
Max Potential FID [median]770 ms
CPU metrics
CPU long tasks [median]15
CPU longest task duration809 ms
CPU last long task happens at32.498 s
Visual Metrics
First Visual Change [median]700 ms
Speed Index [median]2.083 s
Visual Complete 85% [median]2.167 s
Visual Complete 99% [median]4.200 s
Last Visual Change [median]4.600 s
Chrome User Experience Report (CRUX)
First Contentful Paint [p75]2.256 s
Largest Contentful Paint (LCP) [p75]3.522 s
Cumulative Layout Shift (CLS) [p75]0.36
Screenshot of run 3

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange633 ms700 ms944 ms1.500 s
LastVisualChange4.400 s4.600 s4.833 s5.500 s
SpeedIndex1.896 s2.083 s2.318 s2.974 s
VisualReadiness3.767 s3.900 s3.889 s4.000 s
VisualComplete852.000 s2.167 s2.422 s3.100 s
VisualComplete953.200 s4.034 s3.845 s4.300 s
VisualComplete993.200 s4.200 s4.045 s4.734 s
Google Web Vitals
Time To First Byte (TTFB)153 ms217 ms227 ms310 ms
Largest Contentful Paint (LCP)1.905 s2.128 s2.335 s2.971 s
First Contentful Paint (FCP)616 ms719 ms949 ms1.511 s
Cumulative Layout Shift (CLS)0.00150.00150.00150.0015
More metrics
firstPaint616 ms719 ms949 ms1.511 s
loadEventEnd31.753 s31.943 s32.152 s32.761 s
CPU
Total Blocking Time1.407 s1.544 s1.517 s1.599 s
Max Potential FID677 ms770 ms752 ms809 ms
CPU long tasks 14151516
CPU last long task happens at32.348 s32.498 s32.714 s33.297 s
| Waterfall | | Download HAR | 

Waterfall

Run 3 SpeedIndex median

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.7 sCPU Long Task duration 57 msFirst Visual Change 700 ms
0.8 sFirst Contentful Paint 719 msCPU Long Task duration 64 ms
0.9 sLayout Shift 0.00151 808 ms
1 sCPU Long Task duration 58 ms
1.1 sCPU Long Task duration 66 ms
1.2 sCPU Long Task duration 509 ms
1.8 sCPU Long Task duration 109 ms
1.9 sCPU Long Task duration 118 msDOM Content Loaded Time 1.900 s
2.1 s
2.2 sLCP <DIV> js-catalog-wide-banner 2.128 sVisual Complete 85% 2.167 s
2.3 sCPU Long Task duration 97 ms
2.4 sCPU Long Task duration 82 ms
2.5 sCPU Long Task duration 770 ms
3.4 s
3.5 s
3.7 sCPU Long Task duration 82 ms
3.9 sCPU Long Task duration 110 ms
4 s
4.1 sVisual Complete 95% 4.034 sCPU Long Task duration 51 ms
4.2 sCPU Long Task duration 59 msVisual Complete 99% 4.200 s
4.3 s
4.4 s
4.5 s
4.6 sLast Visual Change 4.600 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.1.1.

I am the coach

Coach score

Performance advice (55)

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://g2.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...5a9cb97d4cff3b.js
  • https://g9.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...fa01941e696ca7.js
  • https://g9.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...1308248850ff1d.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://personalization-web-stable.mindbox.ru/js/service/styles.css?v=4.48.36
  • https://cdn.uxfeedback.ru/assets-4.9.2/14d2c82938a4a74f1132b.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 13 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.0
    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:
  • https://g8.sunlight.net/r/w800/q85/media/products/519639cf-6e71-11ee-b47c-005056bccafe.jpg
  • https://g9.sunlight.net/r/w800/q85/media/products/e1889249a9886e929a8295d2e6ba819e9b748b22.jpg
  • https://g5.sunlight.net/r/w800/q85/media/products/3469a84a8e75da1e1d337b2e637406ed94b5e472.jpg
  • https://g6.sunlight.net/r/w800/q85/media/products/c36bf089d84cfb5e1fdedc354dfbd82f1e65d13f.jpg
  • https://g0.sunlight.net/r/w800/q85/media/products/abb85e1af506bd4d29823f2c2d5e3424cc7f641c.jpg
  • https://g1.sunlight.net/r/w800/q85/media/products/25984dd54065c300c706041e2bc173d0287e995d.jpg
  • https://g1.sunlight.net/r/w800/q85/media/products/3d254ee078185ab5d5f3fd2c6e6c69c62e7d005f.jpg
  • https://g8.sunlight.net/r/w800/q85/media/products/992b272610360f32fc3460785699a6e1b4722819.jpg
  • 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 10 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://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...1dbdb8971b646.css
  • https://g7.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...09388faf01ebe.css
  • https://g5.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.4...b893a74ec70f0.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://personalization-web-stable.mindbox.ru/js/service/styles.css?v=4.48.36
  • https://cdn.uxfeedback.ru/assets-4.9.2/14d2c82938a4a74f1132b.css
  • https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic
  • Have a fast largest contentful paint (largestContentfulPaint)Largest contentful paint can be improved 2.971 s. It is in the Google Web Vitals needs improvement range, slower than 2.5 seconds.80
    Description: Largest contentful paint is one of Google Web Vitals and reports the render time of the largest image or text block visible within the viewport, relative to when the page first started loading. To be fast according to Google, it needs to render before 2.5 seconds and results over 4 seconds is poor performance.
    Offenders:
  • https://g9.sunlight.net/media/catbans/17c0d480777ecbf6e974466b671abfef80b43135.jpg
  • Avoid CPU Long Tasks (longTasks)The page has 14 CPU long tasks with the total of 2.342 s. The total blocking time is 1.599 s and 1 long task before first contentful paint with total time of 93 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
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • Avoid Frontend single point of failures (spof)The page has 11 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.10
    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://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...1dbdb8971b646.css
  • https://g7.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...09388faf01ebe.css
  • https://g5.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.4...b893a74ec70f0.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://personalization-web-stable.mindbox.ru/js/service/styles.css?v=4.48.36
  • https://cdn.uxfeedback.ru/assets-4.9.2/14d2c82938a4a74f1132b.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://mc.yandex.ru/watch/5901091....ru/watch/5901091
  • https://api.sunlight.net/v6/customers
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 38 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 249.3 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://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://autocomplete.diginetica.net/_health
  • https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?169
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://top-fwz1.mail.ru/counter...1.mail.ru/counter
  • https://www.google.ru/ads/ga-audiences.../ads/ga-audiences
  • https://app.link/_r...tps://app.link/_r
  • https://api.sunlight.net/v6/ab-tests/web/
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://vk.com/js/api/openapi.js?159
  • https://autocomplete.diginetica.net/autocomplete?st=undefined&apiKey=7DRN52IVBN
  • https://abt.s3.yandex.net/expjs/latest/exp.js
  • 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/clmap/5901091....ru/clmap/5901091
  • https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?159
  • https://mc.yandex.ru/watch/5901091....ru/watch/5901091
  • https://api.sunlight.net/v3/cities/detect/
  • https://api-qa.diginetica.net/v1/prescoring/digi-cookie
  • https://api.expf.ru/api/v1/config.json
  • https://api.sunlight.net/v6/customers
  • https://uaas.yandex.ru/v1/exps/...andex.ru/v1/exps/
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://api.sunlight.net/v4/constants/
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://api.sunlight.net/v6/customers/
  • 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://vk.com/rtrg...tps://vk.com/rtrg
  • https://api.expf.ru/api/v1/geo
  • https://personalization-web-stable.mindbox.ru/js/service/v2/forms.js?v=4.48.36
  • https://top-fwz1.mail.ru/tracker...1.mail.ru/tracker
  • Long cache headers is good (cacheHeadersLong)The page has 35 requests that have a shorter cache time than 30 days (but still a cache time).65
    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/gtag/js?id=GTM-565K2CR
  • https://mc.yandex.ru/metrika/watch.js
  • https://cdn.diginetica.net/338/client.js
  • https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR
  • https://g5.sunlight.net/media/nameplates/images/0d62399e938e2c9c02a0088909d6160b45fc622a.png
  • https://g9.sunlight.net/media/nameplates/images/975c1dc9913190046574d3d29d31164ed4112e75.png
  • https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c&gtm=45He51d0v76512221za200
  • 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://privacy-cs.mail.ru/static/sync-loader.js
  • https://web-static.mindbox.ru/js/bydomain/sunlight.net.js?_=5790160
  • https://g9.sunlight.net/media/catbans/17c0d480777ecbf6e974466b671abfef80b43135.jpg
  • https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=3556767
  • https://g2.sunlight.net/media/catbans/87d342a26011ebc7fd386b9f7fa222b57433a8bb.jpg
  • https://cdn.diginetica.net/338/search/template.html?version=JPKGLCZEH
  • https://cdn.diginetica.net/338/autocomplete/template.html?version=RIBLERWLY
  • https://mc.yandex.ru/metrika/advert.gif
  • https://web-static.mindbox.ru/quizzes/stable/quizzes.js?v=548
  • https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.682
  • https://privacy-cs.mail.ru/fp/?id=NCLvJriS-J-7D3CHFWSb2
  • 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?_=5790160
  • https://privacy-cs.mail.ru/fp/?id=NCLvJriS-J-7D3CHFWSb2
  • https://personalization-web-stable.mindbox.ru/init/5434/domain_and_endpoint/sunl...tnet:sunlight.net
  • https://mc.yandex.ru/metrika/metrika_match.html
  • https://personalization-web-stable.mindbox.ru/js/service/styles.css?v=4.48.36
  • https://yandex.ru/ads/system/context.js
  • https://privacy-cs.mail.ru/fp/?id=NCLvJriS-J-7D3CHFWSb2
  • https://cdn.uxfeedback.ru/widget.js
  • https://cdn.uxfeedback.ru/assets-4.9.2/2.ac5b51b9a88d7a8a0f16.js
  • https://cdn.uxfeedback.ru/assets-4.9.2/14d2c82938a4a74f1132b.css
  • https://cdn.uxfeedback.ru/assets-4.9.2/1.de85b107d8f17efbb81b.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
    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://g6.sunlight.net/static/shop/fonts/futura/FuturaPT-Book.woff2
  • https://g6.sunlight.net/static/shop/fonts/futura/FuturaPT-Demi.woff2
  • https://g6.sunlight.net/static/shop/fonts/futura/FuturaPT-Medium.woff2
  • Total image size shouldn't be too big (imageSize)The page total image size is 897.7 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.7 MB and the uncompressed size is 5.3 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://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...db1147f3f794d3.js 43.3 KB108.9 KB
    https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...efaf6484d5cce8.js 2.0 KB4.3 KB
    https://www.googletagmanager.com/gtag/js?id=GTM-565K2CR 110.7 KB389.0 KB
    https://mc.yandex.ru/metrika/watch.js 59.7 KB167.5 KB
    https://cdn.diginetica.net/338/client.js 309.3 KB1.3 MB
    https://g2.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...5a9cb97d4cff3b.js 103.1 KB250.6 KB
    https://g9.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...fa01941e696ca7.js 10.4 KB28.8 KB
    https://g9.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...1308248850ff1d.js 54.4 KB153.0 KB
    https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR 110.3 KB388.6 KB
    https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c&gtm=45He51d0v76512221za200 131.8 KB405.6 KB
    https://cdn.branch.io/branch-latest.min.js 23.4 KB75.0 KB
    https://api.mindbox.ru/scripts/v1/tracker.js 24.9 KB81.3 KB
    https://onelinksmartscript.appsflyer.com/onelink-smart-script-latest.js 22.0 KB94.8 KB
    https://stream.datago.ru/tracker/sp.js 72.7 KB72.6 KB
    https://top-fwz1.mail.ru/js/code.js 19.6 KB46.3 KB
    https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?169 17.3 KB56.3 KB
    https://privacy-cs.mail.ru/static/sync-loader.js 40.4 KB155.0 KB
    https://web-static.mindbox.ru/js/bydomain/sunlight.net.js?_=5790160 5.5 KB0 b
    https://app.link/_r...tps://app.link/_r 666 B91 B
    https://g2.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...8a4272d97e36f5.js 29.3 KB88.6 KB
    https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=3556767 2.3 KB3.5 KB
    https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.4...20e4b0133b1413.js 42.0 KB103.4 KB
    https://g3.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...52c2a885be2be4.js 28.6 KB68.7 KB
    https://abt.s3.yandex.net/expjs/latest/exp.js 6.4 KB14.2 KB
    https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?159 17.3 KB56.3 KB
    https://web-static.mindbox.ru/quizzes/stable/quizzes.js?v=548 55.3 KB148.4 KB
    https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.682 164.2 KB504.5 KB
    https://personalization-web-stable.mindbox.ru/js/service/v2/forms.js?v=4.48.36 92.1 KB266.9 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.9.2/2.ac5b51b9a88d7a8a0f16.js 14.0 KB39.8 KB
    https://cdn.uxfeedback.ru/assets-4.9.2/1.de85b107d8f17efbb81b.js 37.2 KB107.9 KB
    Avoid using incorrect mime types (mimeTypes)The page has 13 misconfigured mime types. 87
    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://privacy-cs.mail.ru/fp/?id=NCLvJriS-J-7D3CHFWSb2
  • 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?_=5790160
  • 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://privacy-cs.mail.ru/fp/?id=NCLvJriS-J-7D3CHFWSb2
  • https://quizzes-stable.mindbox.ru/api/v0/init
  • https://privacy-cs.mail.ru/fp/?id=NCLvJriS-J-7D3CHFWSb2
  • https://stream.datago.ru/collector/com.snowplowanalytics.snowplow/tp2
  • Make each CSS response small (optimalCssSize)https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/base-libs.29d2a741dbdb8971b646.css?1737047533.0 size is 14.6 kB (14618) and that is bigger than the limit of 14.5 kB. Try to make the CSS files fit into 14.5 KB.90
    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://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...1dbdb8971b646.css 14.3 KB74.5 KB
    Total page size shouldn't be too big (pageSize)The page total transfer size is 3 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 159.5 KB1.1 MB
    https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Book.woff2 28.6 KB28.3 KB
    https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Demi.woff2 30.0 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://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...db1147f3f794d3.js 43.3 KB108.9 KB
    https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...efaf6484d5cce8.js 2.0 KB4.3 KB
    https://www.googletagmanager.com/gtag/js?id=GTM-565K2CR 110.7 KB389.0 KB
    https://mc.yandex.ru/metrika/watch.js 59.7 KB167.5 KB
    https://cdn.diginetica.net/338/client.js 309.3 KB1.3 MB
    https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...1dbdb8971b646.css 14.3 KB74.5 KB
    https://g7.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...09388faf01ebe.css 13.9 KB79.5 KB
    https://g2.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...5a9cb97d4cff3b.js 103.1 KB250.6 KB
    https://g9.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...fa01941e696ca7.js 10.4 KB28.8 KB
    https://g9.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...1308248850ff1d.js 54.4 KB153.0 KB
    https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR 110.3 KB388.6 KB
    https://g8.sunlight.net/media/content/desktop-menu/categories/35f527efb07355870d...50a6c8bd25143.svg 526 B832 B
    https://g0.sunlight.net/media/content/desktop-menu/categories/01468a634f971dc486...593321eacd74b.svg 952 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 642 B657 B
    https://g7.sunlight.net/media/content/desktop-menu/categories/04ba2ca9de464b3f71...a970574e4ff10.svg 1.4 KB2.7 KB
    https://g5.sunlight.net/media/content/desktop-menu/categories/961b368deeaa65c1f5...a4a5b0bd333ab.svg 468 B651 B
    https://g0.sunlight.net/media/content/desktop-menu/categories/5e38d8bcf06a843fcc...e81033410fad6.svg 1.8 KB3.2 KB
    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 932 B1.4 KB
    https://g7.sunlight.net/media/content/desktop-menu/categories/1099d7151a12c078cc...26c28fb45e59c.svg 591 B608 B
    https://g5.sunlight.net/media/content/desktop-menu/categories/a31b320c3f61fe001b...af71ead1b868d.svg 389 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 400 B504 B
    https://g2.sunlight.net/media/content/desktop-menu/categories/552132e2aa71558ae8...bd65da5c4371d.svg 730 B987 B
    https://g0.sunlight.net/media/content/desktop-menu/categories/a9c04ca9495a7d802a...9bdf98772c2da.svg 517 B655 B
    https://g4.sunlight.net/media/content/desktop-menu/categories/e7bced08b4aeaa15cd...14db7cc4f1818.svg 511 B665 B
    https://g2.sunlight.net/media/content/desktop-menu/categories/a516fb1e20aa0f9b6f...0941cb3ff1baf.svg 740 B1015 B
    https://g0.sunlight.net/media/content/desktop-menu/categories/7f1167c89647f28a05...d70a40c3114d9.svg 452 B540 B
    https://g5.sunlight.net/media/content/desktop-menu/categories/38174640ad3d97f248...bfe7de84b10f1.svg 420 B570 B
    https://g8.sunlight.net/media/content/desktop-menu/categories/17cbdd3eedb16af676...1fb9a51d35085.svg 484 B622 B
    https://g4.sunlight.net/media/content/desktop-menu/categories/09a94ea633d6c2a4a2...e489174d1edf1.svg 439 B577 B
    https://g7.sunlight.net/static/shop/svg/catalog-filters/applied.svg 411 B163 B
    https://g6.sunlight.net/static/shop/images/reviews-star.svg 477 B313 B
    https://g5.sunlight.net/media/nameplates/images/0d62399e938e2c9c02a0088909d6160b45fc622a.png 2.2 KB2.0 KB
    https://g6.sunlight.net/static/shop/fonts/futura/FuturaPT-Book.woff2 28.6 KB28.3 KB
    https://g6.sunlight.net/static/shop/fonts/futura/FuturaPT-Demi.woff2 30.2 KB29.8 KB
    https://g6.sunlight.net/static/shop/fonts/futura/FuturaPT-Medium.woff2 29.2 KB28.9 KB
    https://g9.sunlight.net/media/nameplates/images/975c1dc9913190046574d3d29d31164ed4112e75.png 1.8 KB1.6 KB
    https://api.sunlight.net/v3/loyalty/type/refresh/ N/A0 b
    https://g6.sunlight.net/static/shop/svg/reviews-star.svg 428 B200 B
    https://g6.sunlight.net/static/shop/images/blinger/ic.png 1.1 KB896 B
    https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c&gtm=45He51d0v76512221za200 131.8 KB405.6 KB
    https://cdn.branch.io/branch-latest.min.js 23.4 KB75.0 KB
    https://api.mindbox.ru/scripts/v1/tracker.js 24.9 KB81.3 KB
    https://vk.com/js/api/openapi.js?169 N/A0 b
    https://onelinksmartscript.appsflyer.com/onelink-smart-script-latest.js 22.0 KB94.8 KB
    https://stream.datago.ru/tracker/sp.js 72.7 KB72.6 KB
    https://top-fwz1.mail.ru/js/code.js 19.6 KB46.3 KB
    https://api.sunlight.net/v3/loyalty/type/refresh/ 219 B219 B
    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?169 17.3 KB56.3 KB
    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/counter...1.mail.ru/counter 1.2 KB43 B
    https://api.mindbox.ru/v1.1/customer/track-visit?version=1.0.682&transport=XmlHttpRequest 741 B134 B
    https://web-static.mindbox.ru/js/bydomain/sunlight.net.js?_=5790160 5.5 KB0 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://stream.datago.ru/collector/com.snowplowanalytics.snowplow/tp2 0 b0 b
    https://app.link/_r...tps://app.link/_r 666 B91 B
    https://g5.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.4...b893a74ec70f0.css 1.5 KB5.4 KB
    https://stream.datago.ru/collector/com.snowplowanalytics.snowplow/tp2 310 B80 B
    https://api.sunlight.net/v6/ab-tests/web/ N/A0 b
    https://g2.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...8a4272d97e36f5.js 29.3 KB88.6 KB
    https://g9.sunlight.net/media/catbans/17c0d480777ecbf6e974466b671abfef80b43135.jpg 410.1 KB409.4 KB
    https://g0.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...27b7e44d2eec9.css 592 B1.2 KB
    https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=3556767 2.3 KB3.5 KB
    https://api.sunlight.net/v6/ab-tests/web/ 63 B63 B
    https://g8.sunlight.net/r/w800/q85/media/products/519639cf-6e71-11ee-b47c-005056bccafe.jpg 46.3 KB46.1 KB
    https://g9.sunlight.net/r/w800/q85/media/products/e1889249a9886e929a8295d2e6ba819e9b748b22.jpg 32.6 KB32.4 KB
    https://g5.sunlight.net/r/w800/q85/media/products/3469a84a8e75da1e1d337b2e637406ed94b5e472.jpg 46.9 KB46.6 KB
    https://g6.sunlight.net/r/w800/q85/media/products/c36bf089d84cfb5e1fdedc354dfbd82f1e65d13f.jpg 27.8 KB27.5 KB
    https://g0.sunlight.net/r/w800/q85/media/products/abb85e1af506bd4d29823f2c2d5e3424cc7f641c.jpg 44.9 KB44.7 KB
    https://g1.sunlight.net/r/w800/q85/media/products/25984dd54065c300c706041e2bc173d0287e995d.jpg 37.1 KB36.9 KB
    https://g1.sunlight.net/r/w800/q85/media/products/3d254ee078185ab5d5f3fd2c6e6c69c62e7d005f.jpg 48.8 KB48.5 KB
    https://g8.sunlight.net/r/w800/q85/media/products/992b272610360f32fc3460785699a6e1b4722819.jpg 32.6 KB32.4 KB
    https://g2.sunlight.net/media/catbans/87d342a26011ebc7fd386b9f7fa222b57433a8bb.jpg 112.9 KB112.6 KB
    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://tracking.diginetica.net/csc-event...ica.net/csc-event 37 B37 B
    https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer 1.1 KB43 B
    https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.4...20e4b0133b1413.js 42.0 KB103.4 KB
    https://g3.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...52c2a885be2be4.js 28.6 KB68.7 KB
    https://vk.com/rtrg...tps://vk.com/rtrg 507 B49 B
    https://vk.com/js/api/openapi.js?159 N/A0 b
    https://autocomplete.diginetica.net/autocomplete?st=undefined&apiKey=7DRN52IVBN 472 B96 B
    https://abt.s3.yandex.net/expjs/latest/exp.js 6.4 KB14.2 KB
    https://api.sunlight.net/v3/cities/detect/ N/A0 b
    https://api.expf.ru/api/v1/config.json 0 b0 b
    https://vk.com/rtrg...tps://vk.com/rtrg 505 B49 B
    https://vk.com/rtrg...tps://vk.com/rtrg 547 B11 B
    https://vk.com/rtrg?p=VK-RTRG-276380-bLR9z&e=1&c=view_content&v=0 559 B11 B
    https://mc.yandex.ru/clmap/5901091....ru/clmap/5901091 N/A43 B
    https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?159 17.3 KB56.3 KB
    https://mc.yandex.ru/metrika/advert.gif 373 B43 B
    https://mc.yandex.ru/watch/5901091....ru/watch/5901091 N/A0 b
    https://api.sunlight.net/v3/cities/detect/ 165 B165 B
    https://api-qa.diginetica.net/v1/prescoring/digi-cookie 614 B36 B
    https://api.expf.ru/api/v1/config.json 1.9 KB6.5 KB
    https://api.sunlight.net/v4/constants/ N/A0 b
    https://api.sunlight.net/v6/customers 0 b0 b
    https://api2.branch.io/v1/open 697 B274 B
    https://uaas.yandex.ru/v1/exps/...andex.ru/v1/exps/ 702 B173 B
    https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1 1.6 KB1019 B
    https://web-static.mindbox.ru/quizzes/stable/quizzes.js?v=548 55.3 KB148.4 KB
    https://api.sunlight.net/v4/constants/ 188 B188 B
    https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.682 164.2 KB504.5 KB
    https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer 1.1 KB43 B
    https://privacy-cs.mail.ru/fp/?id=NCLvJriS-J-7D3CHFWSb2 N/A0 b
    https://api.sunlight.net/v6/customers/ 219 B219 B
    https://personalization-web-stable.mindbox.ru/init/5434/domain_and_endpoint/sunl...tnet:sunlight.net 689 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?_=5790160 689 B0 b
    https://vk.com/rtrg...tps://vk.com/rtrg 558 B11 B
    https://vk.com/rtrg?p=VK-RTRG-276380-bLR9z&e=1&c=view_content&v=0 549 B11 B
    https://vk.com/rtrg...tps://vk.com/rtrg 507 B49 B
    https://g3.sunlight.net/static/shop/images/cities-popup/pin.png 490 B317 B
    https://api.sunlight.net/v3/cities/select/ N/A0 b
    https://api.expf.ru/api/v1/geo 0 b0 b
    https://api.expf.ru/api/v1/geo 365 B114 B
    https://api.sunlight.net/v3/cities/select/ 1.0 KB95 B
    https://privacy-cs.mail.ru/fp/?id=NCLvJriS-J-7D3CHFWSb2 0 b0 b
    https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1 74 B43 B
    https://mc.yandex.ru/watch/5901091....ru/watch/5901091 552 B43 B
    https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1 N/A43 B
    https://personalization-web-stable.mindbox.ru/init/5434/domain_and_endpoint/sunl...tnet:sunlight.net 3.1 KB9.3 KB
    https://api2.branch.io/v1/pageview 383 B29 B
    https://mc.yandex.ru/metrika/metrika_match.html 2.9 KB5.4 KB
    https://personalization-web-stable.mindbox.ru/js/service/v2/forms.js?v=4.48.36 92.1 KB266.9 KB
    https://personalization-web-stable.mindbox.ru/js/service/styles.css?v=4.48.36 1.5 KB5.8 KB
    https://api.sunlight.net/x/events/raw/ N/A0 b
    https://api.sunlight.net/x/events/raw/ 782 B782 B
    https://quizzes-stable.mindbox.ru/api/v0/init 0 b0 b
    https://quizzes-stable.mindbox.ru/api/v0/init 703 B351 B
    https://api.mindbox.ru/v3/js/operations/sync...s/operations/sync 753 B123 B
    https://yandex.ru/ads/system/context.js N/A0 b
    https://privacy-cs.mail.ru/fp/?id=NCLvJriS-J-7D3CHFWSb2 0 b0 b
    https://analytics.google.com/g/collect...gle.com/g/collect N/A0 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.9.2/2.ac5b51b9a88d7a8a0f16.js 14.0 KB39.8 KB
    https://cdn.uxfeedback.ru/assets-4.9.2/14d2c82938a4a74f1132b.css 4.6 KB17.6 KB
    https://cdn.uxfeedback.ru/assets-4.9.2/1.de85b107d8f17efbb81b.js 37.2 KB107.9 KB
    https://widget-api.uxfeedback.ru/v5/widgets/effbpblds45rhjrahbxg9v0y...ds45rhjrahbxg9v0y N/A0 b
    https://widget-api.uxfeedback.ru/v5/widgets/effbpblds45rhjrahbxg9v0y...ds45rhjrahbxg9v0y 612 B1.3 KB
    https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic 1.9 KB5.4 KB
    Don't use private headers on static content (privateAssets)The page has 15 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/gtag/js?id=GTM-565K2CR
  • https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR
  • https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c&gtm=45He51d0v76512221za200
  • 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/counter...1.mail.ru/counter
  • https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=3556767
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://mc.yandex.ru/clmap/5901091....ru/clmap/5901091
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • 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 646 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 614 characters long. https://mc.yandex.ru....ru/watch/5901091 has a header location that is 1792 characters long. https://mc.yandex.ru...u/watch/5901091/1 has a header location that is 1792 characters long. https://mc.yandex.ru...u/watch/5901091/1 has a header set-cookie that is 929 characters long. https://top-fwz1.mai...mail.ru/datalayer has a header set-cookie that is 614 characters long. https://api.sunlight...v3/cities/select/ has a header set-cookie that is 882 characters long. https://yandex.ru/ads/system/context.js has a header set-cookie that is 823 characters long. https://top-fwz1.mai...1.mail.ru/tracker has a header set-cookie that is 614 characters long. 90
    Description: Do not send response headers that are too long.
    Offenders:
  • https://mc.yandex.ru/metrika/watch.js
  • https://top-fwz1.mail.ru/counter...1.mail.ru/counter
  • 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://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://api.sunlight.net/v3/cities/select/
  • 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 (86 requests and 1.4 MB) then first party (77 requests and 1.6 MB). The regex .*sunlight.* was used to calculate first/third party requests.50
    Description: Do not load most of your content from third party URLs.
    Avoid unnecessary headers (unnecessaryHeaders)There are 9 responses that sets a p3p header. There are 96 responses that sets both a max-age and expires header. There are 20 responses that sets a pragma no-cache header (that is a request header). There are 144 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://sunlight.net/catalog/zolotye-kolca.html
  • 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://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...db1147f3f794d3.js
  • https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...db1147f3f794d3.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://www.googletagmanager.com/gtag/js?id=GTM-565K2CR
  • https://www.googletagmanager.com/gtag/js?id=GTM-565K2CR
  • https://mc.yandex.ru/metrika/watch.js
  • https://cdn.diginetica.net/338/client.js
  • https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...1dbdb8971b646.css
  • https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...1dbdb8971b646.css
  • https://g7.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...09388faf01ebe.css
  • https://g7.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...09388faf01ebe.css
  • https://g2.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...5a9cb97d4cff3b.js
  • https://g2.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...5a9cb97d4cff3b.js
  • https://g9.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...fa01941e696ca7.js
  • https://g9.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...fa01941e696ca7.js
  • https://g9.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...1308248850ff1d.js
  • https://g9.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...1308248850ff1d.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://g7.sunlight.net/media/content/desktop-menu/categories/04ba2ca9de464b3f71...a970574e4ff10.svg
  • https://g7.sunlight.net/media/content/desktop-menu/categories/04ba2ca9de464b3f71...a970574e4ff10.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://g0.sunlight.net/media/content/desktop-menu/categories/5e38d8bcf06a843fcc...e81033410fad6.svg
  • https://g0.sunlight.net/media/content/desktop-menu/categories/5e38d8bcf06a843fcc...e81033410fad6.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://g7.sunlight.net/static/shop/svg/catalog-filters/applied.svg
  • https://g7.sunlight.net/static/shop/svg/catalog-filters/applied.svg
  • https://g6.sunlight.net/static/shop/images/reviews-star.svg
  • https://g6.sunlight.net/static/shop/images/reviews-star.svg
  • https://g5.sunlight.net/media/nameplates/images/0d62399e938e2c9c02a0088909d6160b45fc622a.png
  • https://g5.sunlight.net/media/nameplates/images/0d62399e938e2c9c02a0088909d6160b45fc622a.png
  • https://g6.sunlight.net/static/shop/fonts/futura/FuturaPT-Book.woff2
  • https://g6.sunlight.net/static/shop/fonts/futura/FuturaPT-Book.woff2
  • https://g6.sunlight.net/static/shop/fonts/futura/FuturaPT-Demi.woff2
  • https://g6.sunlight.net/static/shop/fonts/futura/FuturaPT-Demi.woff2
  • https://g6.sunlight.net/static/shop/fonts/futura/FuturaPT-Medium.woff2
  • https://g6.sunlight.net/static/shop/fonts/futura/FuturaPT-Medium.woff2
  • https://g9.sunlight.net/media/nameplates/images/975c1dc9913190046574d3d29d31164ed4112e75.png
  • https://g9.sunlight.net/media/nameplates/images/975c1dc9913190046574d3d29d31164ed4112e75.png
  • https://api.sunlight.net/v3/loyalty/type/refresh/
  • https://g6.sunlight.net/static/shop/svg/reviews-star.svg
  • https://g6.sunlight.net/static/shop/svg/reviews-star.svg
  • https://g6.sunlight.net/static/shop/images/blinger/ic.png
  • https://g6.sunlight.net/static/shop/images/blinger/ic.png
  • https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c&gtm=45He51d0v76512221za200
  • https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c&gtm=45He51d0v76512221za200
  • 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://api.sunlight.net/v3/loyalty/type/refresh/
  • 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?169
  • 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/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://api.mindbox.ru/v1.1/customer/track-visit?version=1.0.682&transport=XmlHttpRequest
  • https://api.mindbox.ru/v1.1/customer/track-visit?version=1.0.682&transport=XmlHttpRequest
  • https://api.mindbox.ru/v1.1/customer/track-visit?version=1.0.682&transport=XmlHttpRequest
  • https://web-static.mindbox.ru/js/bydomain/sunlight.net.js?_=5790160
  • 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://stream.datago.ru/collector/com.snowplowanalytics.snowplow/tp2
  • https://app.link/_r...tps://app.link/_r
  • https://g5.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.4...b893a74ec70f0.css
  • https://g5.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.4...b893a74ec70f0.css
  • https://stream.datago.ru/collector/com.snowplowanalytics.snowplow/tp2
  • https://api.sunlight.net/v6/ab-tests/web/
  • https://g2.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...8a4272d97e36f5.js
  • https://g2.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...8a4272d97e36f5.js
  • https://g9.sunlight.net/media/catbans/17c0d480777ecbf6e974466b671abfef80b43135.jpg
  • https://g9.sunlight.net/media/catbans/17c0d480777ecbf6e974466b671abfef80b43135.jpg
  • 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://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://api.sunlight.net/v6/ab-tests/web/
  • https://g8.sunlight.net/r/w800/q85/media/products/519639cf-6e71-11ee-b47c-005056bccafe.jpg
  • https://g8.sunlight.net/r/w800/q85/media/products/519639cf-6e71-11ee-b47c-005056bccafe.jpg
  • https://g9.sunlight.net/r/w800/q85/media/products/e1889249a9886e929a8295d2e6ba819e9b748b22.jpg
  • https://g9.sunlight.net/r/w800/q85/media/products/e1889249a9886e929a8295d2e6ba819e9b748b22.jpg
  • https://g5.sunlight.net/r/w800/q85/media/products/3469a84a8e75da1e1d337b2e637406ed94b5e472.jpg
  • https://g5.sunlight.net/r/w800/q85/media/products/3469a84a8e75da1e1d337b2e637406ed94b5e472.jpg
  • https://g6.sunlight.net/r/w800/q85/media/products/c36bf089d84cfb5e1fdedc354dfbd82f1e65d13f.jpg
  • https://g6.sunlight.net/r/w800/q85/media/products/c36bf089d84cfb5e1fdedc354dfbd82f1e65d13f.jpg
  • https://g0.sunlight.net/r/w800/q85/media/products/abb85e1af506bd4d29823f2c2d5e3424cc7f641c.jpg
  • https://g0.sunlight.net/r/w800/q85/media/products/abb85e1af506bd4d29823f2c2d5e3424cc7f641c.jpg
  • https://g1.sunlight.net/r/w800/q85/media/products/25984dd54065c300c706041e2bc173d0287e995d.jpg
  • https://g1.sunlight.net/r/w800/q85/media/products/25984dd54065c300c706041e2bc173d0287e995d.jpg
  • https://g1.sunlight.net/r/w800/q85/media/products/3d254ee078185ab5d5f3fd2c6e6c69c62e7d005f.jpg
  • https://g1.sunlight.net/r/w800/q85/media/products/3d254ee078185ab5d5f3fd2c6e6c69c62e7d005f.jpg
  • https://g8.sunlight.net/r/w800/q85/media/products/992b272610360f32fc3460785699a6e1b4722819.jpg
  • https://g8.sunlight.net/r/w800/q85/media/products/992b272610360f32fc3460785699a6e1b4722819.jpg
  • https://g2.sunlight.net/media/catbans/87d342a26011ebc7fd386b9f7fa222b57433a8bb.jpg
  • https://g2.sunlight.net/media/catbans/87d342a26011ebc7fd386b9f7fa222b57433a8bb.jpg
  • 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://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://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://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.4...20e4b0133b1413.js
  • https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.4...20e4b0133b1413.js
  • https://g3.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...52c2a885be2be4.js
  • https://g3.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...52c2a885be2be4.js
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://vk.com/js/api/openapi.js?159
  • https://abt.s3.yandex.net/expjs/latest/exp.js
  • https://api.sunlight.net/v3/cities/detect/
  • https://api.expf.ru/api/v1/config.json
  • 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/clmap/5901091....ru/clmap/5901091
  • https://mc.yandex.ru/clmap/5901091....ru/clmap/5901091
  • https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?159
  • 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.sunlight.net/v3/cities/detect/
  • https://api.expf.ru/api/v1/config.json
  • https://api.sunlight.net/v4/constants/
  • https://api.sunlight.net/v6/customers
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://web-static.mindbox.ru/quizzes/stable/quizzes.js?v=548
  • https://api.sunlight.net/v4/constants/
  • https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.682
  • 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://privacy-cs.mail.ru/fp/?id=NCLvJriS-J-7D3CHFWSb2
  • https://privacy-cs.mail.ru/fp/?id=NCLvJriS-J-7D3CHFWSb2
  • https://api.sunlight.net/v6/customers/
  • 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?_=5790160
  • 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://vk.com/rtrg...tps://vk.com/rtrg
  • 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://api.expf.ru/api/v1/geo
  • https://api.expf.ru/api/v1/geo
  • https://api.sunlight.net/v3/cities/select/
  • https://privacy-cs.mail.ru/fp/?id=NCLvJriS-J-7D3CHFWSb2
  • https://privacy-cs.mail.ru/fp/?id=NCLvJriS-J-7D3CHFWSb2
  • https://privacy-cs.mail.ru/fp/?id=NCLvJriS-J-7D3CHFWSb2
  • 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....ru/watch/5901091
  • 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://personalization-web-stable.mindbox.ru/init/5434/domain_and_endpoint/sunl...tnet:sunlight.net
  • https://mc.yandex.ru/metrika/metrika_match.html
  • https://personalization-web-stable.mindbox.ru/js/service/v2/forms.js?v=4.48.36
  • https://personalization-web-stable.mindbox.ru/js/service/styles.css?v=4.48.36
  • https://api.sunlight.net/x/events/raw/
  • https://api.sunlight.net/x/events/raw/
  • https://api.mindbox.ru/v3/js/operations/sync...s/operations/sync
  • https://api.mindbox.ru/v3/js/operations/sync...s/operations/sync
  • https://api.mindbox.ru/v3/js/operations/sync...s/operations/sync
  • https://yandex.ru/ads/system/context.js
  • https://privacy-cs.mail.ru/fp/?id=NCLvJriS-J-7D3CHFWSb2
  • https://privacy-cs.mail.ru/fp/?id=NCLvJriS-J-7D3CHFWSb2
  • https://privacy-cs.mail.ru/fp/?id=NCLvJriS-J-7D3CHFWSb2
  • 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://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.9.2/2.ac5b51b9a88d7a8a0f16.js
  • https://cdn.uxfeedback.ru/assets-4.9.2/2.ac5b51b9a88d7a8a0f16.js
  • https://cdn.uxfeedback.ru/assets-4.9.2/14d2c82938a4a74f1132b.css
  • https://cdn.uxfeedback.ru/assets-4.9.2/14d2c82938a4a74f1132b.css
  • https://cdn.uxfeedback.ru/assets-4.9.2/1.de85b107d8f17efbb81b.js
  • https://cdn.uxfeedback.ru/assets-4.9.2/1.de85b107d8f17efbb81b.js
  • https://widget-api.uxfeedback.ru/v5/widgets/effbpblds45rhjrahbxg9v0y...ds45rhjrahbxg9v0y
  • https://widget-api.uxfeedback.ru/v5/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 (83)

    TitleAdviceScore
    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 8 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
  • api-qa.diginetica.net
  • .yandex.ru
  • .yandex.ru
  • .yandex.ru
  • .yandex.ru
  • .yandex.ru
  • Do not share user data with third parties. (thirdPartyPrivacy)The page has 20% requests that are 3rd party (32 requests with a size of 495.1 kB). The page also have request to companies that harvest data from users and do not respect users privacy (see https://en.wikipedia.org/wiki/Surveillance_capitalism). The page do 3 tag-manager requests and uses 1 tag-manager tool. The page do 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 1 utility request and uses 1 utility tool.0
    Description: Using third party requests shares user information with that third party. Please avoid that! The project https://github.com/patrickhulce/third-party-web is used to categorize first/third party requests.
    Offenders:
  • https://www.googletagmanager.com/gtag/js?id=GTM-565K2CR
  • https://mc.yandex.ru/metrika/watch.js
  • https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR
  • https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c&gtm=45He51d0v76512221za200
  • 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://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/rtrg...tps://vk.com/rtrg
  • https://vk.com/js/api/openapi.js?159
  • 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/clmap/5901091....ru/clmap/5901091
  • https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?159
  • https://mc.yandex.ru/metrika/advert.gif
  • https://mc.yandex.ru/watch/5901091....ru/watch/5901091
  • https://api2.branch.io/v1/open
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • 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://vk.com/rtrg...tps://vk.com/rtrg
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://mc.yandex.ru/watch/5901091....ru/watch/5901091
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://api2.branch.io/v1/pageview
  • https://mc.yandex.ru/metrika/metrika_match.html
  • 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
    Height10599
    DOM elements7477
    Avg DOM depth12
    Max DOM depth21
    Iframes2
    Script tags70
    Local storage7.9 KB
    Session storage655 B
    Network Information API4g
    Resource Hints
    dns-prefetch
    https://www.googletagmanager.com/
    https://mc.yandex.ru/
    https://cdn.diginetica.net/
    preconnect
    https://gum.criteo.com/
    https://dis.eu.criteo.com/
    https://tracking.diginetica.net/
    https://bid.g.doubleclick.net/
    https://ad.mail.ru/
    https://px.adhigh.net/
    https://top-fwz1.mail.ru/

    Technologies used to build the page.

    Data collected using Wappalyzer version 6.10.66. With updated code from Webappanalyzer 2024-12-27. Use --browsertime.firefox.includeResponseBodies htmlor --browsertime.chrome.includeResponseBodies htmlto help Wappalyzer find more information about technologies used.

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

    Data collected using Third Party Web 0.26.2

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

    Data from run 3

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)310 ms
    First Contentful Paint (FCP)719 ms
    Largest Contentful Paint (LCP)2.128 s
    Cumulative Layout Shift (CLS)0.00
    Interaction to next paint (INP)104 ms
    Total Blocking Time (TBT)1.544 s
    First Contentful Paint info
    Elements that needed recalculate style before FCP741
    Time spent in recalculate style before FCP23.367 ms
    Extra timings
    TTFB310 ms
    First Paint719 ms
    Load Event End31.943 s
    Fully loaded32.481 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-huge="" data-mobile-banner="https://g7.sunlight.net/media/catbans/55699518613af7ec98b9bd89dbb972178eb965da.jpg" data-desktop-banner="https://g9.sunlight.net/media/catbans/17c0d480777ecbf6e974466b671abfef80b43135.jpg" data-analytics="{&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.128 s
    Elements that needed recalculate style before LCP5109
    Time spent in recalculate style before LCP337.123 ms
    Element idjs-catalog-wide-banner
    Load time2.128 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 typemouseover
    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
    727 ms787.3 ms6.7 ms2.6 ms4.1 ms
    https://g2.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.0769065a9cb97d4cff3b.js?1737043794.0

    Invoker:  SCRIPT#https://g3.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main.1fd91552c2a885be2be4.js?1737043794.0 .onload
    Invoker Type: event-listener
    Window attribution: self
    Source char position: -1

    Forced Style And Layout Duration: 341 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    477 ms512.9 ms18.1 ms10.2 ms7.9 ms
    https://cdn.diginetica.net/338/client.js

    Forced Style And Layout Duration: 218 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    90 ms152.5 ms20.5 ms10.9 ms9.6 ms
    https://cdn.branch.io/branch-latest.min.js

    Invoker:  https://cdn.branch.io/branch-latest.min.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://g9.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dist/main.120a4f1308248850ff1d.js?1737043794.0

    Forced Style And Layout Duration: 4 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: 43 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
    76 ms168.1 ms15.9 ms14.8 ms1.1 ms
    https://top-fwz1.mail.ru/js/code.js

    Forced Style And Layout Duration: 2 ms

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

    https://stream.datago.ru/tracker/sp.js

    Forced Style And Layout Duration: 2 ms

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

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

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    64 ms196 ms4 ms2.1 ms1.9 ms

    Forced Style And Layout Duration: 14 ms

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

    Forced Style And Layout Duration: 15 ms

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

    https://cdn.branch.io/branch-latest.min.js

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

    https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.682

    Invoker:  https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.682
    Invoker Type: classic-script
    Window attribution: self

    https://web-static.mindbox.ru/quizzes/stable/quizzes.js?v=548

    Invoker:  https://web-static.mindbox.ru/quizzes/stable/quizzes.js?v=548
    Invoker Type: module-script
    Window attribution: self

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    52 ms117 ms81 ms78.7 ms2.3 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: 13 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: 13 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: 13 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: 13 ms

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

    Forced Style And Layout Duration: 18 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    51 ms162.3 ms3.7 ms1.8 ms1.9 ms
    https://privacy-cs.mail.ru/static/sync-loader.js

    Invoker:  https://privacy-cs.mail.ru/static/sync-loader.js
    Invoker Type: classic-script
    Window attribution: self

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

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

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

    Forced Style And Layout Duration: 44 ms

    Invoker:  https://mc.yandex.ru/metrika/watch.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    37 ms107 ms4 ms2.3 ms1.7 ms
    https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.0e005fdb1147f3f794d3.js?1737043794.0

    Invoker:  https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.0e005fdb1147f3f794d3.js?1737043794.0
    Invoker Type: classic-script
    Window attribution: self

    https://g2.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.0769065a9cb97d4cff3b.js?1737043794.0

    Forced Style And Layout Duration: 4 ms

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

    https://g2.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/367.4949ac8a4272d97e36f5.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    35 ms249.4 ms56.6 ms0.4 ms56.2 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    33 ms59.8 ms23.2 ms21.6 ms1.6 ms
    https://g2.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.0769065a9cb97d4cff3b.js?1737043794.0

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

    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 requests163
    Total domains39
    Total transfer size2.9 MB
    Total content size7.5 MB
    Responses missing compression50
    Number of cookies28
    Third party cookies8
    Requests per response code
    200154
    2044
    3011
    3023
    3221

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html5.5 KB165.6 KB1.1 MB10
    css1.1 KB52.2 KB245.4 KB10
    javascript878 B1.6 MB5.1 MB32
    image1.0 KB852.8 KB842.8 KB31
    font0 b175.8 KB174.1 KB6
    svg0 b21.6 KB33.8 KB28
    json3.7 KB12.2 KB11.9 KB22
    plain382 B3.7 KB9.3 KB5
    other1.3 KB3.5 KB44 B13
    favicon0 b9.6 KB9.4 KB1
    Total13.8 KB2.9 MB7.5 MB158

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    sunlight.net273 ms159.5 KB1.1 MB1
    g0.sunlight.net3.904 s146.9 KB148.7 KB11
    g3.sunlight.net1.285 s33.1 KB83.1 KB3
    g5.sunlight.net1.629 s98.4 KB170.6 KB10
    g6.sunlight.net2.876 s178.7 KB302.3 KB13
    www.googletagmanager.com542 ms352.8 KB1.2 MB3
    mc.yandex.ru692 ms65.3 KB174.1 KB10
    cdn.diginetica.net328 ms322.2 KB1.3 MB5
    g7.sunlight.net1.231 s16.2 KB83.0 KB4
    g2.sunlight.net1.382 s246.7 KB453.8 KB5
    g9.sunlight.net2.493 s509.2 KB625.3 KB5
    g8.sunlight.net510 ms82.4 KB84.6 KB6
    g1.sunlight.net208 ms87.2 KB88.1 KB3
    g4.sunlight.net227 ms950 B1.2 KB2
    api.sunlight.net1.138 sN/A1.7 KB14
    cdn.branch.io175 ms23.4 KB75.0 KB1
    api.mindbox.ru360 ms190.6 KB586.1 KB4
    vk.com625 ms38.3 KB112.9 KB11
    onelinksmartscript.appsflyer.com174 ms22.0 KB94.8 KB1
    stream.datago.ru466 ms73.2 KB72.7 KB5
    top-fwz1.mail.ru87 ms26.4 KB50.0 KB6
    tracking.diginetica.net61 ms111 B111 B3
    autocomplete.diginetica.net102 ms835 B98 B2
    privacy-cs.mail.ru1.056 s40.0 KB155.0 KB4
    web-static.mindbox.ru181 ms60.8 KB148.4 KB2
    analytics.google.com645 msN/A0 b2
    www.google.ru153 ms63 B42 B1
    app.link339 ms666 B91 B1
    abt.s3.yandex.net129 ms6.4 KB14.2 KB1
    api.expf.ru254 ms2.3 KB6.6 KB4
    api-qa.diginetica.net90 ms614 B36 B1
    api2.branch.io578 ms1.1 KB303 B2
    uaas.yandex.ru111 ms702 B173 B1
    personalization-web-stable.mindbox.ru632 ms98.7 KB282.0 KB6
    quizzes-stable.mindbox.ru294 ms703 B351 B2
    yandex.ru115 msN/A0 b1
    cdn.uxfeedback.ru389 ms59.0 KB171.3 KB4
    widget-api.uxfeedback.ru110 ms230 B1.3 KB2
    fonts.googleapis.com214 ms1.9 KB5.4 KB1

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds15 minutes27 weeks
    Last modified0 seconds7 weeks4 years

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css6.5 KB2
    javascript54.4 KB3
    image1.1 KB1
    font0 b0
    other0 b1
    favicon9.6 KB1
    json756 B2
    plain0 b1
    Total72.0 KB11

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html6.1 KB7
    css17.8 KB5
    javascript462.6 KB12
    image436.3 KB23
    font0 b0
    json10.6 KB18
    other3.5 KB12
    plain3.7 KB4
    favicon9.6 KB1
    Total947.6 KB86

    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://www.googleta...nager.com/gtag/jsnon_blocking
    https://www.googleta...nager.com/gtag/jsnon_blocking
    https://www.googleta...anager.com/gtm.jsnon_blocking
    https://g2.sunlight....5a9cb97d4cff3b.jsin_body_parser_blocking
    https://personalizat...rvice/v2/forms.jsnon_blocking
    https://stream.datago.ru/tracker/sp.jsnon_blocking
    https://mc.yandex.ru/metrika/watch.jsnon_blocking
    https://web-static.m...stable/quizzes.jsnon_blocking
    https://g9.sunlight....1308248850ff1d.jsin_body_parser_blocking
    https://g5.sunlight....db1147f3f794d3.jsnon_blocking
    https://g6.sunlight....20e4b0133b1413.jsnon_blocking
    https://privacy-cs.m...ic/sync-loader.jsnon_blocking
    https://cdn.uxfeedba...07d8f17efbb81b.jsnon_blocking
    https://g6.sunlight....turaPT-Demi.woff2non_blocking
    https://g0.sunlight....turaPT-Demi.woff2non_blocking
    https://g2.sunlight....8a4272d97e36f5.jsnon_blocking
    https://g6.sunlight....raPT-Medium.woff2non_blocking
    https://g0.sunlight....raPT-Medium.woff2non_blocking
    https://g0.sunlight....turaPT-Book.woff2non_blocking
    https://g6.sunlight....turaPT-Book.woff2non_blocking
    https://g3.sunlight....52c2a885be2be4.jsnon_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://top-fwz1.mail.ru/js/code.jsnon_blocking
    https://vk.com/dist/...bb2a98626e46ab.jsnon_blocking
    https://vk.com/dist/...bb2a98626e46ab.jsnon_blocking
    https://g6.sunlight....1dbdb8971b646.cssblocking
    https://cdn.uxfeedba...b9a88d7a8a0f16.jsnon_blocking
    https://g7.sunlight....09388faf01ebe.cssblocking
    https://g9.sunlight....fa01941e696ca7.jsin_body_parser_blocking
    https://cdn.digineti...lete/template.cssdynamically_injected_non_blocking
    https://abt.s3.yande...pjs/latest/exp.jsnon_blocking
    https://cdn.uxfeedba...38a4a74f1132b.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://fonts.google...oogleapis.com/cssdynamically_injected_non_blocking
    https://g5.sunlight....b893a74ec70f0.cssdynamically_injected_non_blocking
    https://personalizat...ervice/styles.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 1544
    Max Potential First Input Delay 770
    Long Tasks before First Paint157
    Long Tasks before First Contentful Paint157
    Long Tasks before Largest Contentful Paint7981
    Long Tasks after Load Event End169
    Total Long Tasks152301

    CPU last long task happened at 32.498 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    unknown60557window
    unknown75564window
    self93358window
    self102266window
    self1108509window
    self1742109window
    self1900118window
    self220197window
    self230682window
    self2456770window
    self361482window
    self3889110window
    self408651window
    self417259window
    self3249869window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML121
    styleLayout1348
    paintCompositeRender72
    scriptParseCompile10
    scriptEvaluation4542
    garbageCollection81
    other1503
    Events (ms)
    FunctionCall2613
    RunTask1045
    RunMicrotasks917
    UpdateLayoutTree780
    v8.run659
    Layout567
    Commit133
    v8.callFunction122
    ParseHTML116
    IntersectionObserverController::computeIntersections74
    TimerFire69
    PrePaint62
    Layerize59
    FireAnimationFrame47
    HitTest34
    Paint33
    DocumentLoader::BodyLoadingFinished29
    DecodedDataDocumentParser::AppendBytes23
    EventDispatch22
    V8.GC_HEAP_EMBEDDER_TRACING_EPILOGUE20
    V8.BytecodeBudgetInterrupt19
    DocumentLoader::CommitNavigation16
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL12
    V8.DeserializeContext12
    V8.HandleInterrupts12
    v8.evaluateModule11
    V8.GC_MC_INCREMENTAL11

    Time spent per request

    URLCPU time (ms)
    https://cdn.diginetica.net/338/client.js2000
    https://privacy-cs.mail.ru/static/sync-loader.js233
    https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR192
    https://mc.yandex.ru/metrika/watch.js163
    https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c&gtm=45He51d0v76512221za200115
    https://sunlight.net/catalog/zolotye-kolca.html97
    https://g9.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dist/main.120a4f1308248850ff1d.js?1737043794.074
    https://g2.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.0769065a9cb97d4cff3b.js?1737043794.073
    https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=355676752
    https://static.popmechanic.ru/service/v2/forms.js?v=4.48.3646
    https://top-fwz1.mail.ru/js/code.js29
    https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.44028120e4b0133b1413.js?1737043794.024
    https://api.mindbox.ru/scripts/v1/tracker.js20
    https://cdn.uxfeedback.ru/assets-4.9.2/1.de85b107d8f17efbb81b.js20
    https://stream.datago.ru/tracker/sp.js20
    https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.0e005fdb1147f3f794d3.js?1737043794.019
    https://g2.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/367.4949ac8a4272d97e36f5.js17
    https://cdn.branch.io/branch-latest.min.js16
    https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.68214
    chrome-error://chromewebdata/11

    CPU time spent

    Tool/domainTime (ms)
    cdn.diginetica.net1999.7
    privacy-cs.mail.ru233.4
    Google Tag Manager306.5
    Yandex Metrica163.4
    sunlight.net97.4
    g9.sunlight.net74.4
    g2.sunlight.net90.7
    top-fwz1.mail.ru80.7
    static.popmechanic.ru46.3
    g6.sunlight.net24.1
    api.mindbox.ru34.7
    cdn.uxfeedback.ru19.6
    stream.datago.ru19.6
    g5.sunlight.net18.7
    Branch Metrics15.7
    | Categories | | Tools | | Cookies | | First vs third | 

    Third party

    Third party requests categorised by Third party web version 0.26.2.

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

    Third party requests and tools

    tag-manager (3 requests)
    Google Tag Manager
    survelliance (7 requests)
    Google Tag Manager
    Google Analytics
    Other Google APIs/SDKs
    Google Fonts
    analytics (11 requests)
    Yandex Metrica
    Google Analytics
    ad (4 requests)
    Branch Metrics
    social (11 requests)
    VK
    utility (1 requests)
    Other Google APIs/SDKs
    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
    static.popmechanic.ru
    api.mindbox.ru
    onelinksmartscript.appsflyer.com
    stream.datago.ru
    top-fwz1.mail.ru
    tracking.diginetica.net
    autocomplete.diginetica.net
    privacy-cs.mail.ru
    web-static.mindbox.ru
    abt.s3.yandex.net
    api.expf.ru
    api-qa.diginetica.net
    uaas.yandex.ru
    personalization-web-stable.mindbox.ru
    quizzes-stable.mindbox.ru
    yandex.ru
    cdn.uxfeedback.ru
    widget-api.uxfeedback.ru

    Third party cookies

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

    First party requests and sizes per content type

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

    ContentHeader SizeTransfer SizeContent SizeRequests
    html4.3 KB159.5 KB1.1 MB7
    css0 b34.3 KB174.8 KB5
    javascript0 b313.0 KB806.4 KB8
    image0 b845.5 KB842.1 KB14
    font0 b175.8 KB174.1 KB6
    svg0 b21.6 KB33.8 KB28
    json3.2 KB2.6 KB1.7 KB7
    favicon0 b9.6 KB9.4 KB1
    Total7.8 KB1.5 MB3.0 MB77

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html1.2 KB6.1 KB20.4 KB3
    css1.1 KB17.8 KB70.6 KB5
    javascript878 B1.3 MB4.3 MB24
    image1.0 KB7.3 KB730 B17
    font0 b0 b0 b0
    json466 B9.6 KB10.2 KB15
    plain382 B3.7 KB9.3 KB5
    other1.3 KB3.5 KB44 B13
    Total6.2 KB1.4 MB4.4 MB86

    Axe

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

    Violations

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

    TypeViolations (median)
    Critical 2 (30 issues)
    Serious3 (203 issues)
    Moderate2 (493 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-12-18 and 2025-1-14

    MetricValue
    Round trip time 75 percentile157 ms
    Time to first byte (TTFB) 75 percentile1.549 s
    First Contentful Paint (FCP) 75 percentile2.256 s
    Largest Contentful Paint (LCP) 75 percentile3.522 s
    Cumulative Layout Shift (CLS) 75 percentile0.36
    Interaction to next paint (INP) 75 percentile477 ms

    Form factors

    Form factorValue
    Desktop9.69%
    Phone90.31%
    Tablet0.00%

    Navigation types

    Navigation typeValue
    Navigate 57.81%
    Navigate cache 0.00%
    Reload 3.80%
    Restore 0.00%
    Back/Forward 35.10%
    Back/Forward cache 3.29%
    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-12-18 and 2025-1-14

    MetricValue
    Round trip time 75 percentile146 ms
    Time to first byte (TTFB) 75 percentile1.511 s
    First Contentful Paint (FCP) 75 percentile2.293 s
    Largest Contentful Paint (LCP) 75 percentile3.702 s
    Cumulative Layout Shift (CLS) 75 percentile0.04
    Interaction to next paint (INP) 75 percentile251 ms

    Form factors

    Form factorValue
    Desktop10.62%
    Phone88.12%
    Tablet1.26%

    Navigation types

    Navigation typeValue
    Navigate 78.30%
    Navigate cache 0.00%
    Reload 5.00%
    Restore 0.06%
    Back/Forward 15.28%
    Back/Forward cache 1.26%
    Prerender 0.10%

    Distribution

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