Page summary

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

Tested 2024-10-18 14:18:58 using Chrome 129.0.6668.89 (runtime settings).

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

Summary

MetricValue
Page metrics
Performance Score55
Total Page Transfer Size2.5 MB
Requests156
Timing metrics
TTFB [median]146 ms
First Paint [median]568 ms
Fully Loaded [median]6.819 s
Google Web Vitals
TTFB [median]146 ms
First Contentful Paint (FCP) [median]568 ms
Largest Contentful Paint (LCP) [median]1.395 s
Cumulative Layout Shift (CLS) [median]0.00
Interaction To Next Paint (INP) [median]120 ms
Total Blocking Time [median]2.063 s
Max Potential FID [median]957 ms
CPU metrics
CPU long tasks [median]16
CPU longest task duration987 ms
CPU last long task happens at5.999 s
Visual Metrics
First Visual Change [median]567 ms
Speed Index [median]1.435 s
Visual Complete 85% [median]1.467 s
Visual Complete 99% [median]2.767 s
Last Visual Change [median]3.634 s
Chrome User Experience Report (CRUX)
First Contentful Paint [p75]1.996 s
Largest Contentful Paint (LCP) [p75]3.146 s
Cumulative Layout Shift (CLS) [p75]0.36
Screenshot of run 2

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange434 ms567 ms800 ms1.400 s
LastVisualChange2.734 s3.634 s3.601 s4.434 s
SpeedIndex1.143 s1.435 s1.594 s2.204 s
VisualReadiness2.300 s3.034 s2.800 s3.067 s
VisualComplete851.167 s1.467 s1.600 s2.167 s
VisualComplete952.534 s2.767 s3.245 s4.434 s
VisualComplete992.534 s2.767 s3.245 s4.434 s
Google Web Vitals
Time To First Byte (TTFB)101 ms146 ms424 ms1.024 s
Largest Contentful Paint (LCP)1.102 s1.395 s1.540 s2.123 s
First Contentful Paint (FCP)455 ms568 ms815 ms1.422 s
Cumulative Layout Shift (CLS)0.00150.00150.00170.002
More metrics
firstPaint455 ms568 ms815 ms1.422 s
loadEventEnd2.675 s2.784 s3.307 s4.461 s
CPU
Total Blocking Time1.921 s2.063 s2.045 s2.151 s
Max Potential FID948 ms957 ms964 ms987 ms
CPU long tasks 15161617
CPU last long task happens at5.915 s5.999 s6.110 s6.416 s
| Waterfall | | Download HAR | 

Waterfall

Run 2 SpeedIndex median

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.5 sCPU Long Task duration 80 ms
0.6 sFirst Visual Change 567 msFirst Contentful Paint 568 ms
0.7 sCPU Long Task duration 79 msLayout Shift 0.00152 675 ms
0.8 sCPU Long Task duration 76 msCPU Long Task duration 119 ms
1 s
1.1 sCPU Long Task duration 58 msCPU Long Task duration 199 ms
1.2 sDOM Content Loaded Time 1.101 s
1.4 sLCP <DIV> js-catalog-wide-banner 1.395 s
1.5 sCPU Long Task duration 86 msVisual Complete 85% 1.467 s
1.7 sCPU Long Task duration 101 ms
1.8 sCPU Long Task duration 567 ms
2.5 sCPU Long Task duration 59 ms
2.7 sCPU Long Task duration 69 ms
2.8 sVisual Complete 95% 2.767 sVisual Complete 99% 2.767 sPage Load Time 2.783 s
2.9 sCPU Long Task duration 987 ms
3 s
3.1 s
3.2 s
3.3 s
3.4 s
3.5 s
3.6 s
3.7 sLast Visual Change 3.634 s
| Performance advice | Best practice advice | Privacy advice | Page info | Technologies | 

Coach

The coach helps you find performance problems on your web page using web performance best practice rules. And gives you advice on privacy and best practices. Tested using Coach-core version 8.0.2.

I am the coach

Coach score

Performance advice (55)

TitleAdviceScore
Avoid slowing down the critical rendering path (avoidRenderBlocking)The page has 3 blocking requests and 4 in body parser blocking (5 JavaScript and 2 CSS).50
Description: The critical rendering path is what the browser needs to do to start rendering the page. Every file requested inside of the head element will postpone the rendering of the page, because the browser need to do the request. Avoid loading JavaScript synchronously inside of the head (you should not need JavaScript to render the page), request files from the same domain as the main document (to avoid DNS lookups) and inline CSS for really fast rendering and a short rendering path.
Offenders:
  • https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...efaf6484d5cce8.js
  • https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...3824b2da3cad16.js
  • https://g0.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...d5284c17833f2b.js
  • https://g7.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...614670c704c276.js
  • https://static.popmechanic.ru/service/loader.js?c=5434
  • https://cdn.diginetica.net/338/search/template.css?version=JPKGLCZEH
  • https://cdn.diginetica.net/338/autocomplete/template.css?version=RIBLERWLY
  • https://cdn.uxfeedback.ru/assets-4.5.0/1a17f635369f7ac8681ec.css
  • https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic
  • https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...efaf6484d5cce8.js
  • Don't scale images in the browser (avoidScalingImages)The page has 5 images that are scaled more than 100 pixels. It would be better if those images are sent so the browser don't need to scale them.50
    Description: It's easy to scale images in the browser and make sure they look good in different devices, however that is bad for performance! Scaling images in the browser takes extra CPU time and will hurt performance on mobile. And the user will download extra kilobytes (sometimes megabytes) of data that could be avoided. Don't do that, make sure you create multiple version of the same image server-side and serve the appropriate one.
    Offenders:
  • data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'%3E%3Cpolygon fill='%23fbbc04' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/%3E%3C/svg%3E
  • data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'%3E%3Cpolygon fill='%23fbbc04' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/%3E%3C/svg%3E
  • data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'%3E%3Cpolygon fill='%23fbbc04' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/%3E%3C/svg%3E
  • data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'%3E%3Cpolygon fill='%23fbbc04' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/%3E%3C/svg%3E
  • data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'%3E%3Cpolygon fill='%23fbbc04' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/%3E%3C/svg%3E
  • Avoid using Google Tag Manager. (googleTagManager)The page is using Google Tag Manager, this is a performance risk since non-tech users can add JavaScript to your page.0
    Description: Google Tag Manager makes it possible for non tech users to add scripts to your page that will downgrade performance.
    Inline CSS for faster first render (inlineCss)The page has both inline styles as well as it is requesting 9 CSS files inside of the head. Let's only inline CSS for really fast render.90
    Description: In the early days of the Internet, inlining CSS was one of the ugliest things you can do. That has changed if you want your page to start rendering fast for your user. Always inline the critical CSS when you use HTTP/1 and HTTP/2 (avoid doing CSS requests that block rendering) and lazy load and cache the rest of the CSS. It is a little more complicated when using HTTP/2. Does your server support HTTP push? Then maybe that can help. Do you have a lot of users on a slow connection and are serving large chunks of HTML? Then it could be better to use the inline technique, becasue some servers always prioritize HTML content over CSS so the user needs to download the HTML first, before the CSS is downloaded.
    Offenders:
  • https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...224d36c3e602e.css
  • https://g8.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...fac770faf0f62.css
  • https://g5.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.0...1b2a85bf85df5.css
  • https://g3.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...9e1cdf6798760.css
  • https://g0.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...27b7e44d2eec9.css
  • https://cdn.diginetica.net/338/search/template.css?version=JPKGLCZEH
  • https://cdn.diginetica.net/338/autocomplete/template.css?version=RIBLERWLY
  • https://cdn.uxfeedback.ru/assets-4.5.0/1a17f635369f7ac8681ec.css
  • https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic
  • Avoid CPU Long Tasks (longTasks)The page has 16 CPU long tasks with the total of 2.739 s. The total blocking time is 1.921 s and 1 long task before first contentful paint with total time of 68 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
  • self
  • self
  • Avoid Frontend single point of failures (spof)The page has 10 requests inside of the head that can cause a SPOF (single point of failure). Load them asynchronously or move them outside of the document head.20
    Description: A page can be stopped from loading in the browser if a single JavaScript, CSS, and in some cases a font, couldn't be fetched or is loading really slowly (the white screen of death). That is a scenario you really want to avoid. Never load 3rd-party components synchronously inside of the head tag.
    Offenders:
  • https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...224d36c3e602e.css
  • https://g8.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...fac770faf0f62.css
  • https://g5.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.0...1b2a85bf85df5.css
  • https://g3.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...9e1cdf6798760.css
  • https://g0.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...27b7e44d2eec9.css
  • https://cdn.diginetica.net/338/search/template.css?version=JPKGLCZEH
  • https://cdn.diginetica.net/338/autocomplete/template.css?version=RIBLERWLY
  • https://cdn.uxfeedback.ru/assets-4.5.0/1a17f635369f7ac8681ec.css
  • https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic
  • https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...efaf6484d5cce8.js
  • Avoid doing redirects (assetsRedirects)The page has 4 redirects. 4 requests are from other domains, it could be 3rd-party assets doing unnecessary redirects. :(60
    Description: A redirect is one extra step for the user to download the asset. Avoid that if you want to be fast. Redirects are even more of a showstopper on mobile.
    Offenders:
  • https://vk.com/js/api/openapi.js?169
  • https://vk.com/js/api/openapi.js?159
  • https://api.sunlight.net/v6/customers
  • https://mc.yandex.ru/watch/5901091....ru/watch/5901091
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 36 requests that are missing a cache time. Configure a cache time so the browser doesn't need to download them every time. It will save 147.8 kB the next access.0
    Description: The easiest way to make your page fast is to avoid doing requests to the server. Setting a cache header on your server response will tell the browser that it doesn't need to download the asset again during the configured cache time! Always try to set a cache time if the content doesn't change for every request.
    Offenders:
  • https://vk.com/js/api/openapi.js?169
  • https://onelinksmartscript.appsflyer.com/onelink-smart-script-latest.js
  • https://stream.datago.ru/tracker/sp.js
  • https://api.sunlight.net/v6/ab-tests/web/
  • https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?169
  • https://vk.com/js/api/openapi.js?159
  • https://api.sunlight.net/v3/cities/detect/
  • https://top-fwz1.mail.ru/counter...1.mail.ru/counter
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://app.link/_r...tps://app.link/_r
  • https://td.doubleclick.net/td/ga/rul...ick.net/td/ga/rul
  • https://www.google.ru/ads/ga-audiences.../ads/ga-audiences
  • https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?159
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://autocomplete.diginetica.net/_health
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://api.expf.ru/api/v1/config.json
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://api.sunlight.net/v6/customers
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • 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://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://api.sunlight.net/v4/constants/
  • https://autocomplete.diginetica.net/autocomplete?st=undefined&apiKey=7DRN52IVBN
  • https://mc.yandex.ru/watch/5901091....ru/watch/5901091
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://vk.com/rtrg?p=VK-RTRG-276380-bLR9z&e=1&c=view_content&v=0
  • https://api.expf.ru/api/v1/geo
  • https://api-qa.diginetica.net/v1/prescoring/digi-cookie
  • 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/tracker...1.mail.ru/tracker
  • https://api.sunlight.net/v6/customers/
  • Long cache headers is good (cacheHeadersLong)The page has 31 requests that have a shorter cache time than 30 days (but still a cache time).69
    Description: Setting a cache header is good. Setting a long cache header (at least 30 days) is even better beacause then it will stay long in the browser cache. But what do you do if that asset change? Rename it and the browser will pick up the new version.
    Offenders:
  • https://static.popmechanic.ru/service/loader.js?c=5434
  • https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR
  • https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c
  • https://cdn.diginetica.net/338/client.js
  • https://cdn.branch.io/branch-latest.min.js
  • https://api.mindbox.ru/scripts/v1/tracker.js
  • https://top-fwz1.mail.ru/js/code.js
  • https://g9.sunlight.net/media/catbans/17c0d480777ecbf6e974466b671abfef80b43135.jpg
  • https://g2.sunlight.net/media/catbans/87d342a26011ebc7fd386b9f7fa222b57433a8bb.jpg
  • https://mc.yandex.ru/metrika/watch.js
  • https://privacy-cs.mail.ru/static/sync-loader.js
  • https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=3556767
  • https://cdn.diginetica.net/338/search/template.html?version=JPKGLCZEH
  • https://cdn.diginetica.net/338/autocomplete/template.html?version=RIBLERWLY
  • https://mc.yandex.ru/metrika/advert.gif
  • https://web-static.mindbox.ru/js/bydomain/sunlight.net.js?_=5764203
  • https://cdn.uxfeedback.ru/widget.js
  • https://privacy-cs.mail.ru/fp/?id=JkvyML8ZnMurq8ds0zTlb
  • https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.668
  • 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?_=5764203
  • https://privacy-cs.mail.ru/fp/?id=JkvyML8ZnMurq8ds0zTlb
  • https://mc.yandex.ru/metrika/metrika_match.html
  • https://personalization-web-stable.mindbox.ru/init/5434/domain_and_endpoint/sunl...tnet:sunlight.net
  • https://cdn.uxfeedback.ru/assets-4.5.0/2.b7708bea0011087535f1.js
  • https://cdn.uxfeedback.ru/assets-4.5.0/1a17f635369f7ac8681ec.css
  • https://cdn.uxfeedback.ru/assets-4.5.0/1.84dce0e80605bbac6108.js
  • https://yandex.ru/ads/system/context.js
  • https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic
  • https://privacy-cs.mail.ru/fp/?id=JkvyML8ZnMurq8ds0zTlb
  • Always compress text content (compressAssets)The page has 1 request that are served uncompressed. You could save a lot of bytes by sending them compressed instead.90
    Description: In the early days of the Internet there were browsers that didn't support compressing (gzipping) text content. They do now. Make sure you compress HTML, JSON, JavaScript, CSS and SVG. It will save bytes for the user; making the page load faster and use less bandwith.
    Offenders:
    URLTransfer sizeContent size
    https://stream.datago.ru/tracker/sp.js 72.7 KB72.6 KB
    Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 162.6 kB and uncompressed size is 386.1 kB. That is big and the CSS could most probably be smaller.50
    Description: Delivering a massive amount of CSS to the browser is not the best thing you can do, because it means more work for the browser when parsing the CSS against the HTML and that makes the rendering slower. Try to send only the CSS that is used on that page. And make sure to remove CSS rules when they aren't used anymore.
    Offenders:
    URLTransfer sizeContent size
    https://g3.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...9e1cdf6798760.css 3.4 KB14.2 KB
    https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...224d36c3e602e.css 14.3 KB74.4 KB
    https://g8.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...fac770faf0f62.css 123.9 KB223.9 KB
    https://g5.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.0...1b2a85bf85df5.css 1.4 KB3.6 KB
    https://g0.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...27b7e44d2eec9.css 711 B1.2 KB
    https://cdn.diginetica.net/338/search/template.css?version=JPKGLCZEH 73 B46 B
    https://cdn.diginetica.net/338/autocomplete/template.css?version=RIBLERWLY 9.7 KB41.7 KB
    https://cdn.uxfeedback.ru/assets-4.5.0/1a17f635369f7ac8681ec.css 4.3 KB15.9 KB
    https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic 1.0 KB2.2 KB
    Avoid too many fonts (fewFonts)The page has 6 font requests. Do you really need them? What value does the fonts give the user?40
    Description: How many fonts do you need on a page for the user to get the message? Fonts can slow down the rendering of content, try to avoid loading too many of them because worst case it can make the text invisible until they are loaded (FOIT—flash of invisible text), best case they will flicker the text content when they arrive.
    Offenders:
  • https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Book.woff2
  • https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Demi.woff2
  • https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Medium.woff2
  • https://g5.sunlight.net/static/shop/fonts/futura/FuturaPT-Book.woff2
  • https://g5.sunlight.net/static/shop/fonts/futura/FuturaPT-Demi.woff2
  • https://g5.sunlight.net/static/shop/fonts/futura/FuturaPT-Medium.woff2
  • Total image size shouldn't be too big (imageSize)The page total image size is 706.2 kB. It's really big. Is the page using the right format for the images? Can they be lazy loaded? Are they compressed as good as they can be? Make them smaller by using https://imageoptim.com/.50
    Description: Avoid having too many large images on the page. The images will not affect the first paint of the page, but it will eat bandwidth for the user.
    Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 1.4 MB and the uncompressed size is 4.4 MB. This is totally crazy! There is really room for improvement here. 0
    Description: A lot of JavaScript often means you are downloading more than you need. How complex is the page and what can the user do on the page? Do you use multiple JavaScript frameworks?
    Offenders:
    URLTransfer sizeContent size
    https://g8.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...49e8cf95d46ec9.js 37.3 KB108.5 KB
    https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...efaf6484d5cce8.js 2.0 KB4.3 KB
    https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...3824b2da3cad16.js 133.7 KB382.2 KB
    https://g0.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...d5284c17833f2b.js 8.6 KB27.6 KB
    https://g7.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...614670c704c276.js 30.7 KB105.7 KB
    https://static.popmechanic.ru/service/loader.js?c=5434 4.5 KB12.4 KB
    https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR 111.4 KB384.4 KB
    https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c 105.9 KB315.3 KB
    https://www.google-analytics.com/analytics.js 21.1 KB51.7 KB
    https://cdn.diginetica.net/338/client.js 283.4 KB1.2 MB
    https://cdn.branch.io/branch-latest.min.js 23.3 KB74.6 KB
    https://api.mindbox.ru/scripts/v1/tracker.js 24.8 KB81.2 KB
    https://onelinksmartscript.appsflyer.com/onelink-smart-script-latest.js 22.2 KB95.4 KB
    https://stream.datago.ru/tracker/sp.js 72.7 KB72.6 KB
    https://top-fwz1.mail.ru/js/code.js 19.5 KB46.0 KB
    https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...28fdd65ce55213.js 25.0 KB85.2 KB
    https://mc.yandex.ru/metrika/watch.js 59.7 KB166.3 KB
    https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?169 17.3 KB56.3 KB
    https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.5...5c666fae5ea0c1.js 37.6 KB89.2 KB
    https://g0.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...4c8fc73e92de96.js 25.4 KB68.9 KB
    https://privacy-cs.mail.ru/static/sync-loader.js 40.4 KB155.0 KB
    https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=3556767 2.3 KB3.5 KB
    https://app.link/_r...tps://app.link/_r 633 B91 B
    https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?159 17.3 KB56.3 KB
    https://web-static.mindbox.ru/js/bydomain/sunlight.net.js?_=5764203 5.3 KB0 b
    https://cdn.uxfeedback.ru/widget.js 3.2 KB5.9 KB
    https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.668 164.2 KB504.5 KB
    https://cdn.uxfeedback.ru/assets-4.5.0/2.b7708bea0011087535f1.js 14.0 KB39.8 KB
    https://cdn.uxfeedback.ru/assets-4.5.0/1.84dce0e80605bbac6108.js 35.0 KB100.6 KB
    https://yandex.ru/ads/system/context.js N/A0 b
    Avoid using incorrect mime types (mimeTypes)The page has 11 misconfigured mime types. 89
    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://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=JkvyML8ZnMurq8ds0zTlb
  • 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?_=5764203
  • https://privacy-cs.mail.ru/fp/?id=JkvyML8ZnMurq8ds0zTlb
  • https://privacy-cs.mail.ru/fp/?id=JkvyML8ZnMurq8ds0zTlb
  • Make each CSS response small (optimalCssSize)https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/base-libs.c808f9a224d36c3e602e.css?1729260616.0 size is 14.6 kB (14617) and that is bigger than the limit of 14.5 kB. https://g8.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dist/main.a8f351efac770faf0f62.css?1729260616.0 size is 126.8 kB (126833) and that is bigger than the limit of 14.5 kB. Try to make the CSS files fit into 14.5 KB.80
    Description: Make CSS responses small to fit into the magic number TCP window size of 14.5 KB. The browser can then download the CSS faster and that will make the page start rendering earlier.
    Offenders:
    URLTransfer sizeContent size
    https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...224d36c3e602e.css 14.3 KB74.4 KB
    https://g8.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...fac770faf0f62.css 123.9 KB223.9 KB
    Total page size shouldn't be too big (pageSize)The page total transfer size is 2.6 MB, which is more than the coach limit of 2 MB. That is really big and you need to make it smaller.0
    Description: Avoid having pages that have a transfer size over the wire of more than 2 MB (desktop) and 1 MB (mobile) because that is really big and will hurt performance and will make the page expensive for the user if she/he pays for the bandwidth.
    Offenders:
    URLTransfer sizeContent size
    https://sunlight.net/catalog/zolotye-kolca.html 139.6 KB862.0 KB
    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.2 KB29.8 KB
    https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Medium.woff2 29.2 KB28.9 KB
    https://g3.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...9e1cdf6798760.css 3.4 KB14.2 KB
    https://g8.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...49e8cf95d46ec9.js 37.3 KB108.5 KB
    https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...efaf6484d5cce8.js 2.0 KB4.3 KB
    https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...224d36c3e602e.css 14.3 KB74.4 KB
    https://g8.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...fac770faf0f62.css 123.9 KB223.9 KB
    https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...3824b2da3cad16.js 133.7 KB382.2 KB
    https://g0.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...d5284c17833f2b.js 8.6 KB27.6 KB
    https://g7.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...614670c704c276.js 30.7 KB105.7 KB
    https://static.popmechanic.ru/service/loader.js?c=5434 4.5 KB12.4 KB
    https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR 111.4 KB384.4 KB
    https://g8.sunlight.net/media/content/desktop-menu/categories/35f527efb07355870d...50a6c8bd25143.svg 634 B832 B
    https://g0.sunlight.net/media/content/desktop-menu/categories/01468a634f971dc486...593321eacd74b.svg 1001 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://g5.sunlight.net/media/content/desktop-menu/categories/961b368deeaa65c1f5...a4a5b0bd333ab.svg 589 B651 B
    https://g1.sunlight.net/media/content/desktop-menu/categories/fb61e180155037ffa5...1dd38f4e52a9c.svg 1.5 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.2 KB2.0 KB
    https://g5.sunlight.net/media/content/desktop-menu/categories/0d58e8e1a4ea7a8c42...d0674aab2d364.svg 1.6 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 592 B608 B
    https://g5.sunlight.net/media/content/desktop-menu/categories/a31b320c3f61fe001b...af71ead1b868d.svg 543 B529 B
    https://g0.sunlight.net/media/content/desktop-menu/categories/9b98a6341b30c5f59a...066e71b47acc8.svg 496 B332 B
    https://g5.sunlight.net/media/content/desktop-menu/categories/bb267fbdb937a54afb...fa7dfaeb2afd7.svg 549 B504 B
    https://g2.sunlight.net/media/content/desktop-menu/categories/552132e2aa71558ae8...bd65da5c4371d.svg 836 B987 B
    https://g0.sunlight.net/media/content/desktop-menu/categories/a9c04ca9495a7d802a...9bdf98772c2da.svg 648 B655 B
    https://g4.sunlight.net/media/content/desktop-menu/categories/e7bced08b4aeaa15cd...14db7cc4f1818.svg 652 B665 B
    https://g2.sunlight.net/media/content/desktop-menu/categories/a516fb1e20aa0f9b6f...0941cb3ff1baf.svg 852 B1015 B
    https://g0.sunlight.net/media/content/desktop-menu/categories/7f1167c89647f28a05...d70a40c3114d9.svg 584 B540 B
    https://g5.sunlight.net/media/content/desktop-menu/categories/38174640ad3d97f248...bfe7de84b10f1.svg 575 B570 B
    https://g8.sunlight.net/media/content/desktop-menu/categories/17cbdd3eedb16af676...1fb9a51d35085.svg 604 B622 B
    https://g4.sunlight.net/media/content/desktop-menu/categories/09a94ea633d6c2a4a2...e489174d1edf1.svg 560 B577 B
    https://g8.sunlight.net/static/shop/svg/catalog-filters/applied.svg 415 B172 B
    https://g5.sunlight.net/static/shop/fonts/futura/FuturaPT-Book.woff2 28.6 KB28.3 KB
    https://g5.sunlight.net/static/shop/fonts/futura/FuturaPT-Demi.woff2 30.2 KB29.8 KB
    https://g5.sunlight.net/static/shop/fonts/futura/FuturaPT-Medium.woff2 29.2 KB28.9 KB
    https://g5.sunlight.net/static/shop/images/reviews-star.svg 476 B313 B
    https://g5.sunlight.net/static/shop/svg/reviews-star.svg 427 B200 B
    https://g5.sunlight.net/static/shop/images/blinger/ic.png 1.1 KB896 B
    https://api.sunlight.net/v3/loyalty/type/refresh/ N/A0 b
    https://api.sunlight.net/v3/loyalty/type/refresh/ 219 B219 B
    https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c 105.9 KB315.3 KB
    https://www.google-analytics.com/analytics.js 21.1 KB51.7 KB
    https://cdn.diginetica.net/338/client.js 283.4 KB1.2 MB
    https://cdn.branch.io/branch-latest.min.js 23.3 KB74.6 KB
    https://api.mindbox.ru/scripts/v1/tracker.js 24.8 KB81.2 KB
    https://vk.com/js/api/openapi.js?169 N/A0 b
    https://onelinksmartscript.appsflyer.com/onelink-smart-script-latest.js 22.2 KB95.4 KB
    https://stream.datago.ru/tracker/sp.js 72.7 KB72.6 KB
    https://top-fwz1.mail.ru/js/code.js 19.5 KB46.0 KB
    https://g5.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.0...1b2a85bf85df5.css 1.4 KB3.6 KB
    https://api.sunlight.net/v6/ab-tests/web/ N/A0 b
    https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...28fdd65ce55213.js 25.0 KB85.2 KB
    https://g9.sunlight.net/media/catbans/17c0d480777ecbf6e974466b671abfef80b43135.jpg 410.1 KB409.4 KB
    https://api.sunlight.net/v6/ab-tests/web/ 63 B63 B
    https://g0.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...27b7e44d2eec9.css 711 B1.2 KB
    https://g0.sunlight.net/r/w400/q85/media/products/bde6a979-166e-11ee-b479-005056bc836d.jpg 13.2 KB12.9 KB
    https://g4.sunlight.net/r/w400/q85/media/products/3a7e822519d3fb4c76c6e7f71048bcccb4506376.jpg 17.0 KB16.7 KB
    https://g9.sunlight.net/r/w400/q85/media/products/5043d473efee237c6ee4b7f3f8394447921dd7d3.jpg 11.9 KB11.6 KB
    https://g1.sunlight.net/r/w400/q85/media/products/25984dd54065c300c706041e2bc173d0287e995d.jpg 13.7 KB13.4 KB
    https://g0.sunlight.net/r/w400/q85/media/products/ec2d13722168aeeb5fbe01493e77910ba6c8ed52.jpg 18.1 KB17.9 KB
    https://g1.sunlight.net/r/w400/q85/media/products/f4ca8598a0ec303e56019c586dd157ec0ce290db.jpg 13.6 KB13.3 KB
    https://g3.sunlight.net/r/w400/q85/media/products/1a2cccf92b698cb57c8de808729a1d6e5b2add82.jpg 14.0 KB13.7 KB
    https://g4.sunlight.net/r/w400/q85/media/products/6517b398ac9b494400f7fc3bfbb04a8c67c61aff.jpg 17.5 KB17.2 KB
    https://g6.sunlight.net/r/w400/q85/media/products/c36bf089d84cfb5e1fdedc354dfbd82f1e65d13f.jpg 10.3 KB10.0 KB
    https://g4.sunlight.net/r/w400/q85/media/products/e89a9efa55756a23e3b91485bfe8c11ae9667e84.jpg 11.5 KB11.2 KB
    https://g2.sunlight.net/media/catbans/87d342a26011ebc7fd386b9f7fa222b57433a8bb.jpg 113.0 KB112.6 KB
    https://mc.yandex.ru/metrika/watch.js 59.7 KB166.3 KB
    https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?169 17.3 KB56.3 KB
    https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.5...5c666fae5ea0c1.js 37.6 KB89.2 KB
    https://g0.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...4c8fc73e92de96.js 25.4 KB68.9 KB
    https://vk.com/js/api/openapi.js?159 N/A0 b
    https://api.sunlight.net/v3/cities/detect/ N/A0 b
    https://privacy-cs.mail.ru/static/sync-loader.js 40.4 KB155.0 KB
    https://api.sunlight.net/v3/cities/detect/ 165 B165 B
    https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=3556767 2.3 KB3.5 KB
    https://top-fwz1.mail.ru/counter...1.mail.ru/counter 1.2 KB43 B
    https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer 1.2 KB43 B
    https://app.link/_r...tps://app.link/_r 633 B91 B
    https://analytics.google.com/g/collect...gle.com/g/collect N/A0 b
    https://td.doubleclick.net/td/ga/rul...ick.net/td/ga/rul 523 B13 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://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?159 17.3 KB56.3 KB
    https://stream.datago.ru/collector/com.snowplowanalytics.snowplow/tp2 137 B80 B
    https://tracking.diginetica.net/csc-event...ica.net/csc-event 37 B37 B
    https://autocomplete.diginetica.net/_health 363 B2 B
    https://api.expf.ru/api/v1/config.json 0 b0 b
    https://api.sunlight.net/v3/cities/select/ N/A0 b
    https://g3.sunlight.net/static/shop/images/cities-popup/pin.png 573 B317 B
    https://tracking.diginetica.net/csc-event...ica.net/csc-event 37 B37 B
    https://api.expf.ru/api/v1/config.json 1.5 KB4.7 KB
    https://vk.com/rtrg...tps://vk.com/rtrg 505 B49 B
    https://api.sunlight.net/v4/constants/ N/A0 b
    https://api.sunlight.net/v6/customers 0 b0 b
    https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer 1.1 KB43 B
    https://cdn.diginetica.net/338/search/template.css?version=JPKGLCZEH 73 B46 B
    https://cdn.diginetica.net/338/search/template.html?version=JPKGLCZEH 357 B564 B
    https://cdn.diginetica.net/338/autocomplete/template.css?version=RIBLERWLY 9.7 KB41.7 KB
    https://cdn.diginetica.net/338/autocomplete/template.html?version=RIBLERWLY 2.8 KB14.4 KB
    https://vk.com/rtrg...tps://vk.com/rtrg 507 B49 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 561 B11 B
    https://tracking.diginetica.net/csc-event...ica.net/csc-event 37 B37 B
    https://api.sunlight.net/v3/cities/select/ 1.0 KB95 B
    https://api.sunlight.net/v4/constants/ 187 B187 B
    https://api2.branch.io/v1/open 666 B274 B
    https://autocomplete.diginetica.net/autocomplete?st=undefined&apiKey=7DRN52IVBN 481 B96 B
    https://mc.yandex.ru/metrika/advert.gif 278 B43 B
    https://mc.yandex.ru/watch/5901091....ru/watch/5901091 N/A0 b
    https://api.mindbox.ru/v1.1/customer/track-visit?version=1.0.668&transport=XmlHttpRequest 741 B134 B
    https://web-static.mindbox.ru/js/bydomain/sunlight.net.js?_=5764203 5.3 KB0 b
    https://vk.com/rtrg...tps://vk.com/rtrg 506 B49 B
    https://vk.com/rtrg...tps://vk.com/rtrg 559 B11 B
    https://vk.com/rtrg?p=VK-RTRG-276380-bLR9z&e=1&c=view_content&v=0 547 B11 B
    https://api.expf.ru/api/v1/geo 0 b0 b
    https://api.expf.ru/api/v1/geo 365 B114 B
    https://api-qa.diginetica.net/v1/prescoring/digi-cookie 451 B36 B
    https://mc.yandex.ru/clmap/5901091....ru/clmap/5901091 N/A43 B
    https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1 1.5 KB1012 B
    https://top-fwz1.mail.ru/tracker...1.mail.ru/tracker 1.1 KB43 B
    https://firebaseinstallations.googleapis.com/v1/projects/sunlight-mobile/installations 0 b0 b
    https://cdn.uxfeedback.ru/widget.js 3.2 KB5.9 KB
    https://privacy-cs.mail.ru/fp/?id=JkvyML8ZnMurq8ds0zTlb N/A0 b
    https://stream.datago.ru/collector/com.snowplowanalytics.snowplow/tp2 121 B80 B
    https://g0.sunlight.net/static/shop/icons/favicon.ico 1.0 KB9.4 KB
    https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.668 164.2 KB504.5 KB
    https://personalization-web-stable.mindbox.ru/init/5434/domain_and_endpoint/sunl...tnet:sunlight.net 688 B0 b
    https://personalization-web-stable.mindbox.ru/init/5434/domain_and_endpoint/sunl...net:*sunlight.net 683 B0 b
    https://personalization-web-stable.mindbox.ru/init/5434/endpoint/sunlightnet?_=5764203 688 B0 b
    https://privacy-cs.mail.ru/fp/?id=JkvyML8ZnMurq8ds0zTlb 0 b0 b
    https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1 74 B43 B
    https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1 N/A43 B
    https://firebaseinstallations.googleapis.com/v1/projects/sunlight-mobile/installations 677 B622 B
    https://mc.yandex.ru/metrika/metrika_match.html 1.5 KB2.6 KB
    https://api2.branch.io/v1/pageview 352 B29 B
    https://personalization-web-stable.mindbox.ru/init/5434/domain_and_endpoint/sunl...tnet:sunlight.net 887 B297 B
    https://cdn.uxfeedback.ru/assets-4.5.0/2.b7708bea0011087535f1.js 14.0 KB39.8 KB
    https://cdn.uxfeedback.ru/assets-4.5.0/1a17f635369f7ac8681ec.css 4.3 KB15.9 KB
    https://cdn.uxfeedback.ru/assets-4.5.0/1.84dce0e80605bbac6108.js 35.0 KB100.6 KB
    https://widget-api.uxfeedback.ru/v4/widgets/effbpblds45rhjrahbxg9v0y...ds45rhjrahbxg9v0y 0 b0 b
    https://firebaseremoteconfig.googleapis.com/v1/projects/sunlight-mobile/namespac...es/firebase:fetch 0 b0 b
    https://firebaseremoteconfig.googleapis.com/v1/projects/sunlight-mobile/namespac...es/firebase:fetch 410 B863 B
    https://api.sunlight.net/v6/customers/ 219 B219 B
    https://api.sunlight.net/x/events/raw/ N/A0 b
    https://api.sunlight.net/x/events/raw/ 858 B1.5 KB
    https://widget-api.uxfeedback.ru/v4/widgets/effbpblds45rhjrahbxg9v0y...ds45rhjrahbxg9v0y 1.1 KB1.3 KB
    https://yandex.ru/ads/system/context.js N/A0 b
    https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic 1.0 KB2.2 KB
    https://privacy-cs.mail.ru/fp/?id=JkvyML8ZnMurq8ds0zTlb 0 b0 b
    https://analytics.google.com/g/collect...gle.com/g/collect N/A0 b
    Don't use private headers on static content (privateAssets)The page has 14 requests with private headers. Make sure that the assets really should be private and only used by one user. Otherwise, make it cacheable for everyone.0
    Description: If you set private headers on content, that means that the content are specific for that user. Static content should be able to be cached and used by everyone. Avoid setting the cache header to private.
    Offenders:
  • https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR
  • https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c
  • https://top-fwz1.mail.ru/js/code.js
  • https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=3556767
  • https://top-fwz1.mail.ru/counter...1.mail.ru/counter
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://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://tracking.diginetica.net/csc-event...ica.net/csc-event
  • 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/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 795 characters long. https://top-fwz1.mai...1.mail.ru/counter has a header set-cookie that is 716 characters long. https://top-fwz1.mai...mail.ru/datalayer has a header set-cookie that is 716 characters long. https://top-fwz1.mai...mail.ru/datalayer has a header set-cookie that is 614 characters long. https://api.sunlight...v3/cities/select/ has a header set-cookie that is 882 characters long. https://mc.yandex.ru....ru/watch/5901091 has a header location that is 1790 characters long. https://mc.yandex.ru...u/watch/5901091/1 has a header location that is 1790 characters long. https://mc.yandex.ru...u/watch/5901091/1 has a header set-cookie that is 1078 characters long. https://top-fwz1.mai...1.mail.ru/tracker has a header set-cookie that is 614 characters long. https://yandex.ru/ads/system/context.js has a header set-cookie that is 823 characters long. 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://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://api.sunlight.net/v3/cities/select/
  • 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/tracker...1.mail.ru/tracker
  • https://yandex.ru/ads/system/context.js
  • Avoid too many third party requests (thirdParty)The page do more requests to third party domains (81 requests and 1.1 MB) then first party (75 requests and 1.5 MB). The regex .*sunlight.* was used to calculate first/third party requests.50
    Description: Do not load most of your content from third party URLs.
    Avoid unnecessary headers (unnecessaryHeaders)There are 10 responses that sets a p3p header. There are 92 responses that sets both a max-age and expires header. There are 17 responses that sets a pragma no-cache header (that is a request header). There are 142 responses that sets a server header. 0
    Description: Do not send headers that you don't need. We look for p3p, cache-control and max-age, pragma, server and x-frame-options headers. Have a look at Andrew Betts - Headers for Hackers talk as a guide https://www.youtube.com/watch?v=k92ZbrY815c or read https://www.fastly.com/blog/headers-we-dont-want.
    Offenders:
  • https://sunlight.net/catalog/zolotye-kolca.html
  • https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Book.woff2
  • https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Book.woff2
  • https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Demi.woff2
  • https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Demi.woff2
  • https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Medium.woff2
  • https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Medium.woff2
  • https://g3.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...9e1cdf6798760.css
  • https://g3.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...9e1cdf6798760.css
  • https://g8.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...49e8cf95d46ec9.js
  • https://g8.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...49e8cf95d46ec9.js
  • https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...efaf6484d5cce8.js
  • https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...efaf6484d5cce8.js
  • https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...224d36c3e602e.css
  • https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...224d36c3e602e.css
  • https://g8.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...fac770faf0f62.css
  • https://g8.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...fac770faf0f62.css
  • https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...3824b2da3cad16.js
  • https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...3824b2da3cad16.js
  • https://g0.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...d5284c17833f2b.js
  • https://g0.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...d5284c17833f2b.js
  • https://g7.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...614670c704c276.js
  • https://g7.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...614670c704c276.js
  • https://static.popmechanic.ru/service/loader.js?c=5434
  • https://static.popmechanic.ru/service/loader.js?c=5434
  • https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR
  • https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR
  • https://g8.sunlight.net/media/content/desktop-menu/categories/35f527efb07355870d...50a6c8bd25143.svg
  • https://g8.sunlight.net/media/content/desktop-menu/categories/35f527efb07355870d...50a6c8bd25143.svg
  • https://g0.sunlight.net/media/content/desktop-menu/categories/01468a634f971dc486...593321eacd74b.svg
  • https://g0.sunlight.net/media/content/desktop-menu/categories/01468a634f971dc486...593321eacd74b.svg
  • https://g8.sunlight.net/media/content/desktop-menu/categories/0531bd21afcdf107ba...b2b66437a31bc.svg
  • https://g8.sunlight.net/media/content/desktop-menu/categories/0531bd21afcdf107ba...b2b66437a31bc.svg
  • https://g6.sunlight.net/media/content/desktop-menu/categories/0d09ba4834b1a1a01c...823d792530e0e.svg
  • https://g6.sunlight.net/media/content/desktop-menu/categories/0d09ba4834b1a1a01c...823d792530e0e.svg
  • https://g6.sunlight.net/media/content/desktop-menu/categories/1f0989e944b69b8082...dea71328274d3.svg
  • https://g6.sunlight.net/media/content/desktop-menu/categories/1f0989e944b69b8082...dea71328274d3.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/961b368deeaa65c1f5...a4a5b0bd333ab.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/961b368deeaa65c1f5...a4a5b0bd333ab.svg
  • https://g1.sunlight.net/media/content/desktop-menu/categories/fb61e180155037ffa5...1dd38f4e52a9c.svg
  • https://g1.sunlight.net/media/content/desktop-menu/categories/fb61e180155037ffa5...1dd38f4e52a9c.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/091d7ec0973a49af01...050a4d673c09f.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/091d7ec0973a49af01...050a4d673c09f.svg
  • https://g8.sunlight.net/media/content/desktop-menu/categories/c95df0187984ee6a78...53829e7761188.svg
  • https://g8.sunlight.net/media/content/desktop-menu/categories/c95df0187984ee6a78...53829e7761188.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/0d58e8e1a4ea7a8c42...d0674aab2d364.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/0d58e8e1a4ea7a8c42...d0674aab2d364.svg
  • https://g6.sunlight.net/media/content/desktop-menu/categories/59245252fb427e483c...845be22210ef4.svg
  • https://g6.sunlight.net/media/content/desktop-menu/categories/59245252fb427e483c...845be22210ef4.svg
  • https://g7.sunlight.net/media/content/desktop-menu/categories/1099d7151a12c078cc...26c28fb45e59c.svg
  • https://g7.sunlight.net/media/content/desktop-menu/categories/1099d7151a12c078cc...26c28fb45e59c.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/a31b320c3f61fe001b...af71ead1b868d.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/a31b320c3f61fe001b...af71ead1b868d.svg
  • https://g0.sunlight.net/media/content/desktop-menu/categories/9b98a6341b30c5f59a...066e71b47acc8.svg
  • https://g0.sunlight.net/media/content/desktop-menu/categories/9b98a6341b30c5f59a...066e71b47acc8.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/bb267fbdb937a54afb...fa7dfaeb2afd7.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/bb267fbdb937a54afb...fa7dfaeb2afd7.svg
  • https://g2.sunlight.net/media/content/desktop-menu/categories/552132e2aa71558ae8...bd65da5c4371d.svg
  • https://g2.sunlight.net/media/content/desktop-menu/categories/552132e2aa71558ae8...bd65da5c4371d.svg
  • https://g0.sunlight.net/media/content/desktop-menu/categories/a9c04ca9495a7d802a...9bdf98772c2da.svg
  • https://g0.sunlight.net/media/content/desktop-menu/categories/a9c04ca9495a7d802a...9bdf98772c2da.svg
  • https://g4.sunlight.net/media/content/desktop-menu/categories/e7bced08b4aeaa15cd...14db7cc4f1818.svg
  • https://g4.sunlight.net/media/content/desktop-menu/categories/e7bced08b4aeaa15cd...14db7cc4f1818.svg
  • https://g2.sunlight.net/media/content/desktop-menu/categories/a516fb1e20aa0f9b6f...0941cb3ff1baf.svg
  • https://g2.sunlight.net/media/content/desktop-menu/categories/a516fb1e20aa0f9b6f...0941cb3ff1baf.svg
  • https://g0.sunlight.net/media/content/desktop-menu/categories/7f1167c89647f28a05...d70a40c3114d9.svg
  • https://g0.sunlight.net/media/content/desktop-menu/categories/7f1167c89647f28a05...d70a40c3114d9.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/38174640ad3d97f248...bfe7de84b10f1.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/38174640ad3d97f248...bfe7de84b10f1.svg
  • https://g8.sunlight.net/media/content/desktop-menu/categories/17cbdd3eedb16af676...1fb9a51d35085.svg
  • https://g8.sunlight.net/media/content/desktop-menu/categories/17cbdd3eedb16af676...1fb9a51d35085.svg
  • https://g4.sunlight.net/media/content/desktop-menu/categories/09a94ea633d6c2a4a2...e489174d1edf1.svg
  • https://g4.sunlight.net/media/content/desktop-menu/categories/09a94ea633d6c2a4a2...e489174d1edf1.svg
  • https://g8.sunlight.net/static/shop/svg/catalog-filters/applied.svg
  • https://g8.sunlight.net/static/shop/svg/catalog-filters/applied.svg
  • https://g5.sunlight.net/static/shop/fonts/futura/FuturaPT-Book.woff2
  • https://g5.sunlight.net/static/shop/fonts/futura/FuturaPT-Book.woff2
  • https://g5.sunlight.net/static/shop/fonts/futura/FuturaPT-Demi.woff2
  • https://g5.sunlight.net/static/shop/fonts/futura/FuturaPT-Demi.woff2
  • https://g5.sunlight.net/static/shop/fonts/futura/FuturaPT-Medium.woff2
  • https://g5.sunlight.net/static/shop/fonts/futura/FuturaPT-Medium.woff2
  • https://g5.sunlight.net/static/shop/images/reviews-star.svg
  • https://g5.sunlight.net/static/shop/images/reviews-star.svg
  • https://g5.sunlight.net/static/shop/svg/reviews-star.svg
  • https://g5.sunlight.net/static/shop/svg/reviews-star.svg
  • https://g5.sunlight.net/static/shop/images/blinger/ic.png
  • https://g5.sunlight.net/static/shop/images/blinger/ic.png
  • https://api.sunlight.net/v3/loyalty/type/refresh/
  • https://api.sunlight.net/v3/loyalty/type/refresh/
  • https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c
  • https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c
  • https://www.google-analytics.com/analytics.js
  • https://www.google-analytics.com/analytics.js
  • https://cdn.diginetica.net/338/client.js
  • https://cdn.branch.io/branch-latest.min.js
  • https://api.mindbox.ru/scripts/v1/tracker.js
  • https://vk.com/js/api/openapi.js?169
  • https://onelinksmartscript.appsflyer.com/onelink-smart-script-latest.js
  • https://stream.datago.ru/tracker/sp.js
  • https://top-fwz1.mail.ru/js/code.js
  • https://top-fwz1.mail.ru/js/code.js
  • https://top-fwz1.mail.ru/js/code.js
  • https://g5.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.0...1b2a85bf85df5.css
  • https://g5.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.0...1b2a85bf85df5.css
  • https://api.sunlight.net/v6/ab-tests/web/
  • https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...28fdd65ce55213.js
  • https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...28fdd65ce55213.js
  • https://g9.sunlight.net/media/catbans/17c0d480777ecbf6e974466b671abfef80b43135.jpg
  • https://g9.sunlight.net/media/catbans/17c0d480777ecbf6e974466b671abfef80b43135.jpg
  • https://api.sunlight.net/v6/ab-tests/web/
  • https://g0.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...27b7e44d2eec9.css
  • https://g0.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...27b7e44d2eec9.css
  • https://g0.sunlight.net/r/w400/q85/media/products/bde6a979-166e-11ee-b479-005056bc836d.jpg
  • https://g0.sunlight.net/r/w400/q85/media/products/bde6a979-166e-11ee-b479-005056bc836d.jpg
  • https://g4.sunlight.net/r/w400/q85/media/products/3a7e822519d3fb4c76c6e7f71048bcccb4506376.jpg
  • https://g4.sunlight.net/r/w400/q85/media/products/3a7e822519d3fb4c76c6e7f71048bcccb4506376.jpg
  • https://g9.sunlight.net/r/w400/q85/media/products/5043d473efee237c6ee4b7f3f8394447921dd7d3.jpg
  • https://g9.sunlight.net/r/w400/q85/media/products/5043d473efee237c6ee4b7f3f8394447921dd7d3.jpg
  • https://g1.sunlight.net/r/w400/q85/media/products/25984dd54065c300c706041e2bc173d0287e995d.jpg
  • https://g1.sunlight.net/r/w400/q85/media/products/25984dd54065c300c706041e2bc173d0287e995d.jpg
  • https://g0.sunlight.net/r/w400/q85/media/products/ec2d13722168aeeb5fbe01493e77910ba6c8ed52.jpg
  • https://g0.sunlight.net/r/w400/q85/media/products/ec2d13722168aeeb5fbe01493e77910ba6c8ed52.jpg
  • https://g1.sunlight.net/r/w400/q85/media/products/f4ca8598a0ec303e56019c586dd157ec0ce290db.jpg
  • https://g1.sunlight.net/r/w400/q85/media/products/f4ca8598a0ec303e56019c586dd157ec0ce290db.jpg
  • https://g3.sunlight.net/r/w400/q85/media/products/1a2cccf92b698cb57c8de808729a1d6e5b2add82.jpg
  • https://g3.sunlight.net/r/w400/q85/media/products/1a2cccf92b698cb57c8de808729a1d6e5b2add82.jpg
  • https://g4.sunlight.net/r/w400/q85/media/products/6517b398ac9b494400f7fc3bfbb04a8c67c61aff.jpg
  • https://g4.sunlight.net/r/w400/q85/media/products/6517b398ac9b494400f7fc3bfbb04a8c67c61aff.jpg
  • https://g6.sunlight.net/r/w400/q85/media/products/c36bf089d84cfb5e1fdedc354dfbd82f1e65d13f.jpg
  • https://g6.sunlight.net/r/w400/q85/media/products/c36bf089d84cfb5e1fdedc354dfbd82f1e65d13f.jpg
  • https://g4.sunlight.net/r/w400/q85/media/products/e89a9efa55756a23e3b91485bfe8c11ae9667e84.jpg
  • https://g4.sunlight.net/r/w400/q85/media/products/e89a9efa55756a23e3b91485bfe8c11ae9667e84.jpg
  • https://g2.sunlight.net/media/catbans/87d342a26011ebc7fd386b9f7fa222b57433a8bb.jpg
  • https://g2.sunlight.net/media/catbans/87d342a26011ebc7fd386b9f7fa222b57433a8bb.jpg
  • https://mc.yandex.ru/metrika/watch.js
  • https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?169
  • https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.5...5c666fae5ea0c1.js
  • https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.5...5c666fae5ea0c1.js
  • https://g0.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...4c8fc73e92de96.js
  • https://g0.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...4c8fc73e92de96.js
  • https://vk.com/js/api/openapi.js?159
  • https://api.sunlight.net/v3/cities/detect/
  • https://privacy-cs.mail.ru/static/sync-loader.js
  • https://privacy-cs.mail.ru/static/sync-loader.js
  • https://api.sunlight.net/v3/cities/detect/
  • https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=3556767
  • https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=3556767
  • https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=3556767
  • https://top-fwz1.mail.ru/counter...1.mail.ru/counter
  • https://top-fwz1.mail.ru/counter...1.mail.ru/counter
  • https://top-fwz1.mail.ru/counter...1.mail.ru/counter
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://app.link/_r...tps://app.link/_r
  • 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://td.doubleclick.net/td/ga/rul...ick.net/td/ga/rul
  • https://td.doubleclick.net/td/ga/rul...ick.net/td/ga/rul
  • https://td.doubleclick.net/td/ga/rul...ick.net/td/ga/rul
  • https://td.doubleclick.net/td/ga/rul...ick.net/td/ga/rul
  • 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://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?159
  • https://stream.datago.ru/collector/com.snowplowanalytics.snowplow/tp2
  • 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://api.expf.ru/api/v1/config.json
  • https://api.sunlight.net/v3/cities/select/
  • https://g3.sunlight.net/static/shop/images/cities-popup/pin.png
  • https://g3.sunlight.net/static/shop/images/cities-popup/pin.png
  • https://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://api.expf.ru/api/v1/config.json
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://api.sunlight.net/v4/constants/
  • https://api.sunlight.net/v6/customers
  • 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://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://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://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://api.sunlight.net/v3/cities/select/
  • https://api.sunlight.net/v4/constants/
  • 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.mindbox.ru/v1.1/customer/track-visit?version=1.0.668&transport=XmlHttpRequest
  • https://api.mindbox.ru/v1.1/customer/track-visit?version=1.0.668&transport=XmlHttpRequest
  • https://api.mindbox.ru/v1.1/customer/track-visit?version=1.0.668&transport=XmlHttpRequest
  • https://web-static.mindbox.ru/js/bydomain/sunlight.net.js?_=5764203
  • 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://api.expf.ru/api/v1/geo
  • https://api.expf.ru/api/v1/geo
  • https://mc.yandex.ru/clmap/5901091....ru/clmap/5901091
  • https://mc.yandex.ru/clmap/5901091....ru/clmap/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/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://firebaseinstallations.googleapis.com/v1/projects/sunlight-mobile/installations
  • https://cdn.uxfeedback.ru/widget.js
  • https://cdn.uxfeedback.ru/widget.js
  • https://privacy-cs.mail.ru/fp/?id=JkvyML8ZnMurq8ds0zTlb
  • https://privacy-cs.mail.ru/fp/?id=JkvyML8ZnMurq8ds0zTlb
  • 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://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.668
  • 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?_=5764203
  • https://privacy-cs.mail.ru/fp/?id=JkvyML8ZnMurq8ds0zTlb
  • https://privacy-cs.mail.ru/fp/?id=JkvyML8ZnMurq8ds0zTlb
  • https://privacy-cs.mail.ru/fp/?id=JkvyML8ZnMurq8ds0zTlb
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://firebaseinstallations.googleapis.com/v1/projects/sunlight-mobile/installations
  • https://mc.yandex.ru/metrika/metrika_match.html
  • https://personalization-web-stable.mindbox.ru/init/5434/domain_and_endpoint/sunl...tnet:sunlight.net
  • https://cdn.uxfeedback.ru/assets-4.5.0/2.b7708bea0011087535f1.js
  • https://cdn.uxfeedback.ru/assets-4.5.0/2.b7708bea0011087535f1.js
  • https://cdn.uxfeedback.ru/assets-4.5.0/1a17f635369f7ac8681ec.css
  • https://cdn.uxfeedback.ru/assets-4.5.0/1a17f635369f7ac8681ec.css
  • https://cdn.uxfeedback.ru/assets-4.5.0/1.84dce0e80605bbac6108.js
  • https://cdn.uxfeedback.ru/assets-4.5.0/1.84dce0e80605bbac6108.js
  • https://widget-api.uxfeedback.ru/v4/widgets/effbpblds45rhjrahbxg9v0y...ds45rhjrahbxg9v0y
  • https://firebaseremoteconfig.googleapis.com/v1/projects/sunlight-mobile/namespac...es/firebase:fetch
  • https://firebaseremoteconfig.googleapis.com/v1/projects/sunlight-mobile/namespac...es/firebase:fetch
  • https://api.sunlight.net/v6/customers/
  • https://api.sunlight.net/x/events/raw/
  • https://api.sunlight.net/x/events/raw/
  • https://widget-api.uxfeedback.ru/v4/widgets/effbpblds45rhjrahbxg9v0y...ds45rhjrahbxg9v0y
  • https://yandex.ru/ads/system/context.js
  • https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic
  • https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic
  • https://privacy-cs.mail.ru/fp/?id=JkvyML8ZnMurq8ds0zTlb
  • https://privacy-cs.mail.ru/fp/?id=JkvyML8ZnMurq8ds0zTlb
  • https://privacy-cs.mail.ru/fp/?id=JkvyML8ZnMurq8ds0zTlb
  • 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
  • Privacy advice (74)

    TitleAdviceScore
    Avoid using Google Analytics (ga)The page is using Google Analytics meaning you share your users private information with Google. You should use analytics that care about user privacy, something like https://matomo.org.0
    Description: Google Analytics share private user information with Google that your user hasn't agreed on sharing.
    Use a good Content-Security-Policy header to make sure you you avoid Cross Site Scripting (XSS) attacks. (contentSecurityPolicyHeader)Set a Content-Security-Policy header to make sure you are not open for Cross Site Scripting (XSS) attacks. You can start with setting a Content-Security-Policy-Report-Only header, that will only report the violation, not stop the download.0
    Description: Content Security Policy is delivered via a HTTP response header, and defines approved sources of content that the browser may load. It can be an effective countermeasure to Cross Site Scripting (XSS) attacks and is also widely supported and usually easily deployed. https://scotthelme.co.uk/content-security-policy-an-introduction/.
    Offenders:
  • https://sunlight.net/catalog/zolotye-kolca.html
  • Avoid third party cookies that is used to track the user. (thirdPartyCookies)The page sets 6 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
  • Do not share user data with third parties. (thirdPartyPrivacy)The page has 22% requests that are 3rd party (35 requests with a size of 376.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 2 tag-manager requests and uses 1 tag-manager tool. The page do 8 survelliance requests and uses 5 survelliance tools. The page do 11 analytics requests and uses 2 analytics tools. The page do 5 ad requests and uses 2 ad tools. The page do 11 social requests and uses 1 social tool. The page do 5 utility requests and uses 2 utility tools.0
    Description: Using third party requests shares user information with that third party. Please avoid that! The project https://github.com/patrickhulce/third-party-web is used to categorize first/third party requests.
    Offenders:
  • https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR
  • https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c
  • https://www.google-analytics.com/analytics.js
  • https://cdn.branch.io/branch-latest.min.js
  • https://vk.com/js/api/openapi.js?169
  • https://mc.yandex.ru/metrika/watch.js
  • https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?169
  • https://vk.com/js/api/openapi.js?159
  • https://app.link/_r...tps://app.link/_r
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • https://td.doubleclick.net/td/ga/rul...ick.net/td/ga/rul
  • https://www.google.ru/ads/ga-audiences.../ads/ga-audiences
  • https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?159
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • 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://api2.branch.io/v1/open
  • https://mc.yandex.ru/metrika/advert.gif
  • https://mc.yandex.ru/watch/5901091....ru/watch/5901091
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://vk.com/rtrg?p=VK-RTRG-276380-bLR9z&e=1&c=view_content&v=0
  • https://mc.yandex.ru/clmap/5901091....ru/clmap/5901091
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://firebaseinstallations.googleapis.com/v1/projects/sunlight-mobile/installations
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://firebaseinstallations.googleapis.com/v1/projects/sunlight-mobile/installations
  • https://mc.yandex.ru/metrika/metrika_match.html
  • https://api2.branch.io/v1/pageview
  • https://firebaseremoteconfig.googleapis.com/v1/projects/sunlight-mobile/namespac...es/firebase:fetch
  • https://firebaseremoteconfig.googleapis.com/v1/projects/sunlight-mobile/namespac...es/firebase:fetch
  • https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • Page info

    Page info
    TitleЗолотые кольца — купить кольцо из золота недорого в интернет-магазине SUNLIGHT в Москве, выбрать золотое колечко в каталоге с фото и ценами
    Width1909
    Height10594
    DOM elements7510
    Avg DOM depth13
    Max DOM depth21
    Iframes2
    Script tags75
    Local storage5.2 KB
    Session storage1.4 KB
    Network Information API4g
    Resource Hints
    preconnect
    https://gum.criteo.com/
    https://dis.eu.criteo.com/
    https://tracking.diginetica.net/
    https://bid.g.doubleclick.net/
    https://ad.mail.ru/
    https://px.adhigh.net/
    https://top-fwz1.mail.ru/

    Technologies used to build the page.

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

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

    Data collected using Third Party Web 0.24.0

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

    Data from run 2

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)101 ms
    First Contentful Paint (FCP)568 ms
    Largest Contentful Paint (LCP)1.395 s
    Cumulative Layout Shift (CLS)0.00
    Interaction to next paint (INP)128 ms
    Total Blocking Time (TBT)2.063 s
    First Contentful Paint info
    Elements that needed recalculate style before FCP833
    Time spent in recalculate style before FCP28.435 ms
    Extra timings
    TTFB101 ms
    First Paint568 ms
    Load Event End2.784 s
    Fully loaded6.819 s

    Largest Contentful Paint

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

    Element typeDIV
    Element/tag<div data-mobile-banner="https://g7.sunlight.net/media/catbans/55699518613af7ec98b9bd89dbb972178eb965da.jpg" data-desktop-banner="https://g9.sunlight.net/media/catbans/17c0d480777ecbf6e974466b671abfef80b43135.jpg" data-analytics="{&quot;block_index&quot;: 1, &quot;creative_id&quot;: &quot;https://g9.sunlight.net/media/catbans/17c0d480777ecbf6e974466b671abfef80b43135.jpg&quot;, &quot;creative_index&quot;: 1, &quot;creative_name&quot;: null, &quot;creative_slot&quot;: &quot;catalogbanner&quot;, &quot;creative_slot_id&quot;: &quot;100807&quot;, &quot;promotion_id&quot;: null, &quot;promotion_name&quot;: null}" data-analytics-list-name="Золотые кольца" id="js-catalog-wide-banner" class="catalog-wide-banner" style="background-image: url(&quot;https://g9.sunlight.net/media/catbans/17c0d480777ecbf6e974466b671abfef80b43135.jpg&quot;);"></div>
    Render time 1.395 s
    Elements that needed recalculate style before LCP5462
    Time spent in recalculate style before LCP176.001 ms
    Element idjs-catalog-wide-banner
    Load time1.395 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.00152 cumulative layout shift collected from the Cumulative Layout Shift API.

    These HTML elements contribute most to the Cumulative Layout Shifts of the page. The higher score, the more layout shift.

    ScoreHTML Element
    0.00152<span class="catalog-title__count"></span>,,<div class="supreme-header-top-menu-right-links"></div>,,
    body > div#wrapper > div#js-catalog-wrapper > section:eq(0) > div#js-catalog-top-holder > div#filter > div > div:eq(0) > div > div:eq(0) > div#catalog-top-h1 > div > div > span,body > div#wrapper > div#js-catalog-wrapper > section:eq(0) > div#js-catalog-top-holder > div#filter > div > div:eq(0) > div > div:eq(0) > div#catalog-top-h1 > div > div > h1 > #text,body > div#wrapper > div#js-header-top > div > div:eq(1),body > div#wrapper > div#js-header-top > div > div:eq(1) > a:eq(0) > #text,body > div#wrapper > div#js-header-top > div > div:eq(1) > a:eq(1) > #text
    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 128 ms.

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

    Long Animation Frames

    Read more about the Long Animation Frames API here here.

    The top 10 longest animation frames entries

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    941 ms1.017 s4 ms2.3 ms1.7 ms
    https://cdn.diginetica.net/338/client.js

    Forced Style And Layout Duration: 2 ms

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

    Forced Style And Layout Duration: 472 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    549 ms611 ms32 ms17.3 ms14.7 ms
    https://api.mindbox.ru/scripts/v1/tracker.js

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

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

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

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

    Forced Style And Layout Duration: 249 ms

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

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    171 ms209.9 ms22.1 ms12.5 ms9.6 ms
    https://g7.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dist/main.21afc0614670c704c276.js?1729256993.0

    Forced Style And Layout Duration: 5 ms

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

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

    Forced Style And Layout Duration: 64 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
    86 ms123.9 ms17.1 ms15 ms2.1 ms
    https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.a5eb013824b2da3cad16.js?1729256993.0

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    80 ms223.1 ms3.9 ms1.9 ms2 ms
    https://privacy-cs.mail.ru/static/sync-loader.js

    Forced Style And Layout Duration: 16 ms

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

    Forced Style And Layout Duration: 17 ms

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

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

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

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

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

    Forced Style And Layout Duration: 17 ms

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

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    74 ms172.8 ms22.2 ms19 ms3.2 ms
    https://top-fwz1.mail.ru/js/code.js

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

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

    Invoker:  https://cdn.branch.io/branch-latest.min.js
    Invoker Type: classic-script
    Window attribution: self

    https://onelinksmartscript.appsflyer.com/onelink-smart-script-latest.js

    Invoker:  https://onelinksmartscript.appsflyer.com/onelink-smart-script-latest.js
    Invoker Type: classic-script
    Window attribution: self

    https://www.google-analytics.com/analytics.js

    Invoker:  https://www.google-analytics.com/analytics.js
    Invoker Type: classic-script
    Window attribution: self

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

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    65 ms100.6 ms95.4 ms92.9 ms2.5 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: 17 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: 16 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: 16 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: 16 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    46 ms100.1 ms5.9 ms0.8 ms5.1 ms

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

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    42 ms14.7 ms90.3 ms0.6 ms89.7 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    40 ms272.3 ms79.7 ms0.1 ms79.6 ms
    No availible script information.

    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 requests156
    Total domains41
    Total transfer size2.5 MB
    Total content size6.3 MB
    Responses missing compression44
    Number of cookies24
    Third party cookies6
    Requests per response code
    200148
    2043
    3011
    3023
    3221

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html5.5 KB144.8 KB879.6 KB13
    css1.1 KB158.8 KB377.1 KB9
    javascript1.5 KB1.3 MB4.2 MB30
    image1.0 KB672.0 KB661.7 KB29
    font0 b176.1 KB174.1 KB6
    svg0 b20.3 KB27.9 KB26
    json3.2 KB11.0 KB11.7 KB21
    plain0 b1.3 KB333 B5
    other1.3 KB3.5 KB44 B11
    favicon0 b1.0 KB9.4 KB1
    Total13.5 KB2.5 MB6.3 MB151

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    sunlight.net1.079 s139.6 KB862.0 KB1
    g0.sunlight.net755 ms157.7 KB228.1 KB13
    g3.sunlight.net239 ms18.0 KB28.2 KB3
    g8.sunlight.net619 ms165.4 KB338.5 KB7
    g6.sunlight.net347 ms52.4 KB107.7 KB6
    g5.sunlight.net661 ms269.5 KB641.4 KB16
    g7.sunlight.net171 ms31.3 KB106.3 KB2
    static.popmechanic.ru79 ms4.5 KB12.4 KB1
    www.googletagmanager.com590 ms217.3 KB699.7 KB2
    g1.sunlight.net97 ms28.7 KB29.3 KB3
    g2.sunlight.net116 ms114.6 KB114.6 KB3
    g4.sunlight.net156 ms47.1 KB46.3 KB5
    api.sunlight.net3.685 sN/A2.5 KB14
    www.google-analytics.com252 ms21.1 KB51.7 KB1
    cdn.diginetica.net268 ms296.3 KB1.2 MB5
    cdn.branch.io140 ms23.3 KB74.6 KB1
    api.mindbox.ru1.517 s189.8 KB585.9 KB3
    vk.com508 ms38.3 KB112.9 KB11
    onelinksmartscript.appsflyer.com204 ms22.2 KB95.4 KB1
    stream.datago.ru468 ms73.0 KB72.7 KB4
    top-fwz1.mail.ru87 ms26.4 KB49.6 KB6
    g9.sunlight.net80 ms422.0 KB421.0 KB2
    mc.yandex.ru541 ms63.0 KB170.1 KB8
    privacy-cs.mail.ru794 ms40.0 KB155.0 KB4
    app.link364 ms633 B91 B1
    analytics.google.com1.065 sN/A0 b2
    td.doubleclick.net270 ms523 B13 B1
    www.google.ru213 ms63 B42 B1
    tracking.diginetica.net56 ms111 B111 B3
    autocomplete.diginetica.net79 ms844 B98 B2
    api.expf.ru148 ms1.9 KB4.8 KB4
    api2.branch.io1.584 s1018 B303 B2
    web-static.mindbox.ru90 ms5.3 KB0 b1
    api-qa.diginetica.net92 ms451 B36 B1
    firebaseinstallations.googleapis.com783 ms677 B622 B2
    cdn.uxfeedback.ru393 ms56.5 KB162.2 KB4
    personalization-web-stable.mindbox.ru553 ms2.9 KB297 B4
    widget-api.uxfeedback.ru764 ms1.1 KB1.3 KB2
    firebaseremoteconfig.googleapis.com298 ms410 B863 B2
    yandex.ru139 msN/A0 b1
    fonts.googleapis.com270 ms1.0 KB2.2 KB1

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds23 minutes27 weeks
    Last modified0 seconds28 weeks3 years

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html1.5 KB4
    css5.3 KB2
    javascript216.4 KB5
    image1.2 KB3
    font0 b0
    other1.3 KB5
    json3.7 KB7
    favicon1.0 KB1
    plain887 B3
    Total230.9 KB31

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html5.2 KB10
    css15.1 KB4
    javascript422.3 KB14
    image260.8 KB27
    font0 b0
    json10.7 KB19
    plain1.3 KB5
    other3.5 KB11
    favicon1.0 KB1
    Total717.6 KB95

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    340

    Render information

    URLType
    https://cdn.diginetica.net/338/client.jsnon_blocking
    https://api.mindbox....les/webpush_v2.jsnon_blocking
    https://g5.sunlight....3824b2da3cad16.jsin_body_parser_blocking
    https://g8.sunlight....fac770faf0f62.cssblocking
    https://www.googleta...anager.com/gtm.jsnon_blocking
    https://www.googleta...nager.com/gtag/jsnon_blocking
    https://stream.datago.ru/tracker/sp.jsnon_blocking
    https://mc.yandex.ru/metrika/watch.jsnon_blocking
    https://privacy-cs.m...ic/sync-loader.jsnon_blocking
    https://g6.sunlight....5c666fae5ea0c1.jsnon_blocking
    https://g8.sunlight....49e8cf95d46ec9.jsnon_blocking
    https://cdn.uxfeedba...e80605bbac6108.jsnon_blocking
    https://g7.sunlight....614670c704c276.jsin_body_parser_blocking
    https://g5.sunlight....turaPT-Demi.woff2non_blocking
    https://g0.sunlight....turaPT-Demi.woff2non_blocking
    https://g0.sunlight....raPT-Medium.woff2non_blocking
    https://g5.sunlight....raPT-Medium.woff2non_blocking
    https://g0.sunlight....turaPT-Book.woff2non_blocking
    https://g5.sunlight....turaPT-Book.woff2non_blocking
    https://g0.sunlight....4c8fc73e92de96.jsnon_blocking
    https://g5.sunlight....28fdd65ce55213.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://www.google-a....com/analytics.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://g5.sunlight....224d36c3e602e.cssblocking
    https://cdn.uxfeedba...ea0011087535f1.jsnon_blocking
    https://cdn.digineti...lete/template.cssdynamically_injected_non_blocking
    https://g0.sunlight....d5284c17833f2b.jsin_body_parser_blocking
    https://static.popme...service/loader.jsin_body_parser_blocking
    https://cdn.uxfeedba...369f7ac8681ec.cssdynamically_injected_non_blocking
    https://g3.sunlight....9e1cdf6798760.cssnon_blocking
    https://cdn.uxfeedback.ru/widget.jsnon_blocking
    https://top-fwz1.mai...yn-goal-config.jsnon_blocking
    https://g6.sunlight....efaf6484d5cce8.jsblocking
    https://g5.sunlight....1b2a85bf85df5.cssdynamically_injected_non_blocking
    https://fonts.google...oogleapis.com/cssdynamically_injected_non_blocking
    https://g0.sunlight....27b7e44d2eec9.cssdynamically_injected_non_blocking
    https://app.link/_r...tps://app.link/_rnon_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 2063
    Max Potential First Input Delay 987
    Long Tasks before First Paint180
    Long Tasks before First Contentful Paint180
    Long Tasks before Largest Contentful Paint6611
    Long Tasks after Load Event End61450
    Total Long Tasks172943

    CPU last long task happened at 5.999 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    unknown43680window
    unknown60979window
    unknown70876window
    self788119window
    self102758window
    self1100199window
    self142686window
    self1607101window
    self1774567window
    self249359window
    self263469window
    self2831987window
    self403461window
    self419696window
    self4513126window
    self474890window
    self599990window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML170
    styleLayout1665
    paintCompositeRender83
    scriptParseCompile10
    scriptEvaluation2620
    garbageCollection36
    other668
    Events (ms)
    RunMicrotasks1109
    UpdateLayoutTree893
    Layout768
    v8.run697
    FunctionCall637
    RunTask322
    ParseHTML162
    URLLoader::Context::OnReceivedResponse71
    Layerize66
    PrePaint48
    HitTest44
    v8.callFunction42
    URLLoader::Context::OnCompletedRequest36
    Paint34
    Commit24
    V8.BytecodeBudgetInterrupt20
    TimerFire19
    XHRReadyStateChange16
    IntersectionObserverController::computeIntersections15
    DocumentLoader::CommitNavigation14
    DecodedDataDocumentParser::AppendBytes14
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL12
    V8.HandleInterrupts11

    Time spent per request

    URLCPU time (ms)
    https://cdn.diginetica.net/338/client.js847
    https://privacy-cs.mail.ru/static/sync-loader.js255
    https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR210
    https://sunlight.net/catalog/zolotye-kolca.html183
    https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.a5eb013824b2da3cad16.js?1729256993.0154
    https://mc.yandex.ru/metrika/watch.js137
    https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c107
    https://g7.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dist/main.21afc0614670c704c276.js?1729256993.073
    https://top-fwz1.mail.ru/js/code.js66
    https://api.mindbox.ru/scripts/v1/tracker.js27
    https://cdn.uxfeedback.ru/assets-4.5.0/1.84dce0e80605bbac6108.js21
    https://stream.datago.ru/tracker/sp.js20
    https://g8.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.8b6db749e8cf95d46ec9.js?1729256993.020
    https://www.google-analytics.com/analytics.js19
    https://g5.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/367.f8000628fdd65ce55213.js18
    https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.66816
    https://cdn.branch.io/branch-latest.min.js16
    https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.513e215c666fae5ea0c1.js?1729256993.012
    https://onelinksmartscript.appsflyer.com/onelink-smart-script-latest.js12

    CPU time spent

    Tool/domainTime (ms)
    cdn.diginetica.net846.7
    privacy-cs.mail.ru254.6
    Google Tag Manager317.4
    sunlight.net182.9
    g5.sunlight.net171.9
    Yandex Metrica137.2
    g7.sunlight.net73.1
    top-fwz1.mail.ru65.7
    api.mindbox.ru42.8
    cdn.uxfeedback.ru21.4
    stream.datago.ru19.8
    g8.sunlight.net19.7
    Google Analytics18.8
    Branch Metrics15.9
    g6.sunlight.net12.2
    onelinksmartscript.appsflyer.com11.5
    | Categories | | Tools | | Cookies | | First vs third | 

    Third party

    Third party requests categorised by Third party web version 0.24.0.

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

    Third party requests and tools

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

    Unmatched third party domains

    Here's a list of domains that didn't match any tool in Third party web. If you are sure they are third party domains, please do a PR to that project. You can also fine tune the list using --firstParty.

    cdn.diginetica.net
    api.mindbox.ru
    onelinksmartscript.appsflyer.com
    stream.datago.ru
    top-fwz1.mail.ru
    privacy-cs.mail.ru
    web-static.mindbox.ru
    api.expf.ru
    tracking.diginetica.net
    autocomplete.diginetica.net
    api-qa.diginetica.net
    cdn.uxfeedback.ru
    personalization-web-stable.mindbox.ru
    widget-api.uxfeedback.ru
    yandex.ru

    Third party cookies

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

    First party requests and sizes per content type

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

    ContentHeader SizeTransfer SizeContent SizeRequests
    html4.2 KB139.6 KB862.0 KB7
    css0 b143.7 KB317.2 KB5
    javascript0 b300.2 KB871.6 KB8
    image0 b665.4 KB661.0 KB14
    font0 b176.1 KB174.1 KB6
    svg0 b20.3 KB27.9 KB26
    json3.2 KB2.7 KB2.5 KB7
    favicon0 b1.0 KB9.4 KB1
    Total7.8 KB1.4 MB2.9 MB75

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html1.2 KB5.2 KB17.6 KB6
    css1.1 KB15.1 KB59.8 KB4
    javascript1.5 KB1.0 MB3.3 MB22
    image1.0 KB6.6 KB644 B15
    font0 b0 b0 b0
    plain0 b1.3 KB333 B5
    other1.3 KB3.5 KB44 B11
    json0 b8.3 KB9.2 KB14
    Total6.0 KB1.1 MB3.4 MB81

    Axe

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

    Violations

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

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

    loadingExperience ALL | | originLoadingExperience ALL | | 

    CrUx

    Chrome User Experience Report (CrUx) is powered by real user measurement across the public web, aggregated from users who have opted-in to syncing their browsing history, have not set up a Sync passphrase, and have usage statistic reporting enabled and is using Chrome.

    The CrUx data has four different buckets (form factor) depending on device: DESKTOP, PHONE, TABLET and ALL. You can choose which data to get with --crux.formFactor.

    Over the last 30 days, this is the field data for this page for Chrome users.

    Form Factor ALL

    Data collected between 2024-9-19 and 2024-10-16

    MetricValue
    Round trip time 75 percentile151 ms
    Time to first byte (TTFB) 75 percentile1.314 s
    First Contentful Paint (FCP) 75 percentile1.996 s
    Largest Contentful Paint (LCP) 75 percentile3.146 s
    Cumulative Layout Shift (CLS) 75 percentile0.36
    Interaction to next paint (INP) 75 percentile223 ms

    Form factors

    Form factorValue
    Desktop11.71%
    Phone88.29%
    Tablet0.00%

    Distribution

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

    All pages served from this origin

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

    Form Factor ALL

    Data collected between 2024-9-19 and 2024-10-16

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

    Form factors

    Form factorValue
    Desktop10.52%
    Phone87.85%
    Tablet1.63%

    Navigation types

    Navigation typeValue
    Navigate 77.76%
    Navigate cache 0.04%
    Reload 4.43%
    Restore 0.08%
    Back/Forward 15.60%
    Back/Forward cache 2.05%
    Prerender 0.04%

    Distribution

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