Page summary

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

Tested 2025-01-15 03:20:36 using Chrome 131.0.6778.85 (runtime settings).

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

Summary

MetricValue
Page metrics
Performance Score55
Total Page Transfer Size2.8 MB
Requests162
Timing metrics
TTFB [median]80 ms
First Paint [median]571 ms
Fully Loaded [median]32.119 s
Google Web Vitals
TTFB [median]80 ms
First Contentful Paint (FCP) [median]571 ms
Largest Contentful Paint (LCP) [median]1.247 s
Cumulative Layout Shift (CLS) [median]0.00
Interaction To Next Paint (INP) [median]144 ms
Total Blocking Time [median]1.957 s
Max Potential FID [median]880 ms
CPU metrics
CPU long tasks [median]17
CPU longest task duration944 ms
CPU last long task happens at32.132 s
Visual Metrics
First Visual Change [median]567 ms
Speed Index [median]1.359 s
Visual Complete 85% [median]1.367 s
Visual Complete 99% [median]2.800 s
Last Visual Change [median]3.834 s
Chrome User Experience Report (CRUX)
First Contentful Paint [p75]2.259 s
Largest Contentful Paint (LCP) [p75]3.519 s
Cumulative Layout Shift (CLS) [p75]0.34
Screenshot of run 2

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange534 ms567 ms878 ms1.534 s
LastVisualChange3.400 s3.834 s4.145 s5.200 s
SpeedIndex1.138 s1.359 s1.700 s2.604 s
VisualReadiness2.833 s3.300 s3.266 s3.666 s
VisualComplete851.134 s1.367 s1.723 s2.667 s
VisualComplete952.300 s2.800 s3.011 s3.934 s
VisualComplete992.300 s2.800 s3.011 s3.934 s
Google Web Vitals
Time To First Byte (TTFB)75 ms80 ms81 ms88 ms
Largest Contentful Paint (LCP)1.090 s1.247 s1.605 s2.477 s
First Contentful Paint (FCP)518 ms571 ms838 ms1.424 s
Cumulative Layout Shift (CLS)0.00150.00150.00150.0015
More metrics
firstPaint518 ms571 ms838 ms1.424 s
loadEventEnd31.289 s31.594 s31.812 s32.552 s
CPU
Total Blocking Time1.491 s1.957 s1.836 s2.059 s
Max Potential FID719 ms880 ms848 ms944 ms
CPU long tasks 15171718
CPU last long task happens at31.798 s32.132 s32.359 s33.146 s
| Waterfall | | Download HAR | 

Waterfall

Run 2 SpeedIndex median

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.4 sCPU Long Task duration 70 ms
0.6 sFirst Contentful Paint 518 msFirst Visual Change 534 msCPU Long Task duration 84 ms
0.7 sLayout Shift 0.00152 616 ms
0.8 sCPU Long Task duration 105 ms
0.9 sCPU Long Task duration 51 msCPU Long Task duration 56 ms
1 sCPU Long Task duration 61 ms
1.1 sCPU Long Task duration 122 msDOM Content Loaded Time 1.062 s
1.3 sLCP <DIV> js-catalog-wide-banner 1.247 sCPU Long Task duration 117 ms
1.4 sVisual Complete 85% 1.367 s
1.5 sCPU Long Task duration 120 ms
1.7 sCPU Long Task duration 645 ms
2.4 sCPU Long Task duration 77 ms
2.7 sCPU Long Task duration 101 ms
2.8 sVisual Complete 95% 2.800 sVisual Complete 99% 2.800 s
2.9 sCPU Long Task duration 880 ms
3.2 s
3.3 s
3.4 s
3.5 s
3.6 s
3.7 s
3.8 s
3.9 sLast Visual Change 3.834 s
| Performance advice | Best practice advice | Privacy advice | Page info | Technologies | 

Coach

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

I am the coach

Coach score

Performance advice (55)

TitleAdviceScore
Avoid slowing down the critical rendering path (avoidRenderBlocking)The page has 3 blocking requests and 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://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...d2c9fd39c7ab85.js
  • https://g9.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...fa01941e696ca7.js
  • https://g9.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...1308248850ff1d.js
  • https://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://static.popmechanic.ru/service/styles.css?v=4.48.36
  • https://cdn.uxfeedback.ru/assets-4.9.2/14d2c82938a4a74f1132b.css
  • https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic
  • https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...efaf6484d5cce8.js
  • Don't scale images in the browser (avoidScalingImages)The page has 13 images that are scaled more than 100 pixels. It would be better if those images are sent so the browser don't need to scale them.0
    Description: It's easy to scale images in the browser and make sure they look good in different devices, however that is bad for performance! Scaling images in the browser takes extra CPU time and will hurt performance on mobile. And the user will download extra kilobytes (sometimes megabytes) of data that could be avoided. Don't do that, make sure you create multiple version of the same image server-side and serve the appropriate one.
    Offenders:
  • https://g8.sunlight.net/r/w800/q85/media/products/519639cf-6e71-11ee-b47c-005056bccafe.jpg
  • https://g9.sunlight.net/r/w800/q85/media/products/e1889249a9886e929a8295d2e6ba819e9b748b22.jpg
  • https://g5.sunlight.net/r/w800/q85/media/products/3469a84a8e75da1e1d337b2e637406ed94b5e472.jpg
  • https://g6.sunlight.net/r/w800/q85/media/products/c36bf089d84cfb5e1fdedc354dfbd82f1e65d13f.jpg
  • https://g0.sunlight.net/r/w800/q85/media/products/abb85e1af506bd4d29823f2c2d5e3424cc7f641c.jpg
  • https://g1.sunlight.net/r/w800/q85/media/products/25984dd54065c300c706041e2bc173d0287e995d.jpg
  • https://g1.sunlight.net/r/w800/q85/media/products/3d254ee078185ab5d5f3fd2c6e6c69c62e7d005f.jpg
  • https://g8.sunlight.net/r/w800/q85/media/products/992b272610360f32fc3460785699a6e1b4722819.jpg
  • data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'%3E%3Cpolygon fill='%23fbbc04' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/%3E%3C/svg%3E
  • data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'%3E%3Cpolygon fill='%23fbbc04' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/%3E%3C/svg%3E
  • data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'%3E%3Cpolygon fill='%23fbbc04' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/%3E%3C/svg%3E
  • data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'%3E%3Cpolygon fill='%23fbbc04' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/%3E%3C/svg%3E
  • data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'%3E%3Cpolygon fill='%23fbbc04' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/%3E%3C/svg%3E
  • Avoid using Google Tag Manager. (googleTagManager)The page is using Google Tag Manager, this is a performance risk since non-tech users can add JavaScript to your page.0
    Description: Google Tag Manager makes it possible for non tech users to add scripts to your page that will downgrade performance.
    Inline CSS for faster first render (inlineCss)The page has both inline styles as well as it is requesting 10 CSS files inside of the head. Let's only inline CSS for really fast render.90
    Description: In the early days of the Internet, inlining CSS was one of the ugliest things you can do. That has changed if you want your page to start rendering fast for your user. Always inline the critical CSS when you use HTTP/1 and HTTP/2 (avoid doing CSS requests that block rendering) and lazy load and cache the rest of the CSS. It is a little more complicated when using HTTP/2. Does your server support HTTP push? Then maybe that can help. Do you have a lot of users on a slow connection and are serving large chunks of HTML? Then it could be better to use the inline technique, becasue some servers always prioritize HTML content over CSS so the user needs to download the HTML first, before the CSS is downloaded.
    Offenders:
  • https://g3.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...2ea18045ea6a6.css
  • https://g7.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...09388faf01ebe.css
  • https://g5.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.4...b893a74ec70f0.css
  • https://g3.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...9e1cdf6798760.css
  • https://g0.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...27b7e44d2eec9.css
  • https://cdn.diginetica.net/338/search/template.css?version=JPKGLCZEH
  • https://cdn.diginetica.net/338/autocomplete/template.css?version=RIBLERWLY
  • https://static.popmechanic.ru/service/styles.css?v=4.48.36
  • https://cdn.uxfeedback.ru/assets-4.9.2/14d2c82938a4a74f1132b.css
  • https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic
  • Avoid CPU Long Tasks (longTasks)The page has 18 CPU long tasks with the total of 3.001 s. The total blocking time is 2.059 s and 1 long task before first contentful paint with total time of 92 ms. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. Use Geckoprofiler for Firefox or Chromes tracelog to debug your long tasks.0
    Description: Long CPU tasks locks the thread. To the user this is commonly visible as a "locked up" page where the browser is unable to respond to user input; this is a major source of bad user experience on the web today. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. To debug you should use the Chrome timeline log and drag/drop it into devtools or use Firefox Geckoprofiler.
    Offenders:
  • unknown
  • unknown
  • unknown
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • Avoid Frontend single point of failures (spof)The page has 11 requests inside of the head that can cause a SPOF (single point of failure). Load them asynchronously or move them outside of the document head.10
    Description: A page can be stopped from loading in the browser if a single JavaScript, CSS, and in some cases a font, couldn't be fetched or is loading really slowly (the white screen of death). That is a scenario you really want to avoid. Never load 3rd-party components synchronously inside of the head tag.
    Offenders:
  • https://g3.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...2ea18045ea6a6.css
  • https://g7.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...09388faf01ebe.css
  • https://g5.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.4...b893a74ec70f0.css
  • https://g3.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...9e1cdf6798760.css
  • https://g0.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...27b7e44d2eec9.css
  • https://cdn.diginetica.net/338/search/template.css?version=JPKGLCZEH
  • https://cdn.diginetica.net/338/autocomplete/template.css?version=RIBLERWLY
  • https://static.popmechanic.ru/service/styles.css?v=4.48.36
  • https://cdn.uxfeedback.ru/assets-4.9.2/14d2c82938a4a74f1132b.css
  • https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic
  • https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...efaf6484d5cce8.js
  • Avoid doing redirects (assetsRedirects)The page has 4 redirects. 4 requests are from other domains, it could be 3rd-party assets doing unnecessary redirects. :(60
    Description: A redirect is one extra step for the user to download the asset. Avoid that if you want to be fast. Redirects are even more of a showstopper on mobile.
    Offenders:
  • https://vk.com/js/api/openapi.js?169
  • https://vk.com/js/api/openapi.js?159
  • https://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 37 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 154.9 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://top-fwz1.mail.ru/counter...1.mail.ru/counter
  • https://www.google.ru/ads/ga-audiences.../ads/ga-audiences
  • https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?169
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://vk.com/js/api/openapi.js?159
  • https://abt.s3.yandex.net/expjs/latest/exp.js
  • https://api.sunlight.net/v3/cities/detect/
  • https://app.link/_r...tps://app.link/_r
  • https://api.expf.ru/api/v1/config.json
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://autocomplete.diginetica.net/_health
  • https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?159
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://api.sunlight.net/v6/customers
  • https://api.sunlight.net/v4/constants/
  • https://uaas.yandex.ru/v1/exps/...andex.ru/v1/exps/
  • 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/v6/customers/
  • https://mc.yandex.ru/watch/5901091....ru/watch/5901091
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://api.expf.ru/api/v1/geo
  • https://autocomplete.diginetica.net/autocomplete?st=undefined&apiKey=7DRN52IVBN
  • 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-qa.diginetica.net/v1/prescoring/digi-cookie
  • https://mc.yandex.ru/clmap/5901091....ru/clmap/5901091
  • https://top-fwz1.mail.ru/tracker...1.mail.ru/tracker
  • Long cache headers is good (cacheHeadersLong)The page has 36 requests that have a shorter cache time than 30 days (but still a cache time).64
    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://g5.sunlight.net/media/nameplates/images/0d62399e938e2c9c02a0088909d6160b45fc622a.png
  • https://g5.sunlight.net/media/nameplates/images/bf1381c96ef9ab7d96d84d7f6005ad0c155f766c.png
  • https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c&gtm=45He51e0v76512221za200
  • 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://privacy-cs.mail.ru/static/sync-loader.js
  • https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=3556767
  • https://mc.yandex.ru/metrika/watch.js
  • https://web-static.mindbox.ru/js/bydomain/sunlight.net.js?_=5789704
  • https://cdn.diginetica.net/338/search/template.html?version=JPKGLCZEH
  • https://cdn.diginetica.net/338/autocomplete/template.html?version=RIBLERWLY
  • https://mc.yandex.ru/metrika/advert.gif
  • https://web-static.mindbox.ru/quizzes/stable/quizzes.js?v=543
  • https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.682
  • 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?_=5789704
  • https://privacy-cs.mail.ru/fp/?id=NxSCJRIlmfj2gngcGinIf
  • https://mc.yandex.ru/metrika/metrika_match.html
  • https://privacy-cs.mail.ru/fp/?id=NxSCJRIlmfj2gngcGinIf
  • https://personalization-web-stable.mindbox.ru/init/5434/domain_and_endpoint/sunl...tnet:sunlight.net
  • https://static.popmechanic.ru/service/v2/forms.js?v=4.48.36
  • https://static.popmechanic.ru/service/styles.css?v=4.48.36
  • https://yandex.ru/ads/system/context.js
  • https://privacy-cs.mail.ru/fp/?id=NxSCJRIlmfj2gngcGinIf
  • https://cdn.uxfeedback.ru/widget.js
  • https://cdn.uxfeedback.ru/assets-4.9.2/2.ac5b51b9a88d7a8a0f16.js
  • https://cdn.uxfeedback.ru/assets-4.9.2/14d2c82938a4a74f1132b.css
  • https://cdn.uxfeedback.ru/assets-4.9.2/1.de85b107d8f17efbb81b.js
  • https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic
  • Always compress text content (compressAssets)The page has 1 request that are served uncompressed. You could save a lot of bytes by sending them compressed instead.90
    Description: In the early days of the Internet there were browsers that didn't support compressing (gzipping) text content. They do now. Make sure you compress HTML, JSON, JavaScript, CSS and SVG. It will save bytes for the user; making the page load faster and use less bandwith.
    Offenders:
    URLTransfer sizeContent size
    https://stream.datago.ru/tracker/sp.js 72.7 KB72.6 KB
    Avoid too many fonts (fewFonts)The page has 6 font requests. Do you really need them? What value does the fonts give the user?40
    Description: How many fonts do you need on a page for the user to get the message? Fonts can slow down the rendering of content, try to avoid loading too many of them because worst case it can make the text invisible until they are loaded (FOIT—flash of invisible text), best case they will flicker the text content when they arrive.
    Offenders:
  • https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Book.woff2
  • https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Demi.woff2
  • https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Medium.woff2
  • https://g3.sunlight.net/static/shop/fonts/futura/FuturaPT-Book.woff2
  • https://g3.sunlight.net/static/shop/fonts/futura/FuturaPT-Demi.woff2
  • https://g3.sunlight.net/static/shop/fonts/futura/FuturaPT-Medium.woff2
  • Total image size shouldn't be too big (imageSize)The page total image size is 901.7 kB. It's really big. Is the page using the right format for the images? Can they be lazy loaded? Are they compressed as good as they can be? Make them smaller by using https://imageoptim.com/.50
    Description: Avoid having too many large images on the page. The images will not affect the first paint of the page, but it will eat bandwidth for the user.
    Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 1.6 MB and the uncompressed size is 4.9 MB. This is totally crazy! There is really room for improvement here. 0
    Description: A lot of JavaScript often means you are downloading more than you need. How complex is the page and what can the user do on the page? Do you use multiple JavaScript frameworks?
    Offenders:
    URLTransfer sizeContent size
    https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...db1147f3f794d3.js 37.4 KB108.9 KB
    https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...efaf6484d5cce8.js 2.0 KB4.3 KB
    https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...d2c9fd39c7ab85.js 90.0 KB250.4 KB
    https://g9.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...fa01941e696ca7.js 10.3 KB28.8 KB
    https://g9.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...1308248850ff1d.js 54.5 KB153.0 KB
    https://static.popmechanic.ru/service/loader.js?c=5434 4.5 KB12.4 KB
    https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR 106.0 KB366.7 KB
    https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c&gtm=45He51e0v76512221za200 132.2 KB406.1 KB
    https://cdn.diginetica.net/338/client.js 306.1 KB1.3 MB
    https://cdn.branch.io/branch-latest.min.js 23.4 KB75.0 KB
    https://api.mindbox.ru/scripts/v1/tracker.js 24.9 KB81.3 KB
    https://onelinksmartscript.appsflyer.com/onelink-smart-script-latest.js 22.0 KB94.8 KB
    https://stream.datago.ru/tracker/sp.js 72.7 KB72.6 KB
    https://top-fwz1.mail.ru/js/code.js 19.5 KB46.0 KB
    https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...8a4272d97e36f5.js 25.7 KB88.6 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://mc.yandex.ru/metrika/watch.js 59.8 KB167.5 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.4...20e4b0133b1413.js 42.0 KB103.4 KB
    https://g3.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...52c2a885be2be4.js 28.5 KB68.7 KB
    https://abt.s3.yandex.net/expjs/latest/exp.js 6.4 KB14.2 KB
    https://web-static.mindbox.ru/js/bydomain/sunlight.net.js?_=5789704 5.5 KB0 b
    https://app.link/_r...tps://app.link/_r 670 B91 B
    https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?159 17.3 KB56.3 KB
    https://web-static.mindbox.ru/quizzes/stable/quizzes.js?v=543 55.3 KB148.4 KB
    https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.682 164.2 KB504.5 KB
    https://static.popmechanic.ru/service/v2/forms.js?v=4.48.36 91.5 KB266.8 KB
    https://yandex.ru/ads/system/context.js N/A0 b
    https://cdn.uxfeedback.ru/widget.js 3.2 KB5.9 KB
    https://cdn.uxfeedback.ru/assets-4.9.2/2.ac5b51b9a88d7a8a0f16.js 14.0 KB39.8 KB
    https://cdn.uxfeedback.ru/assets-4.9.2/1.de85b107d8f17efbb81b.js 37.2 KB107.9 KB
    Avoid using incorrect mime types (mimeTypes)The page has 13 misconfigured mime types. 87
    Description: It's not a great idea to let browsers guess content types (content sniffing), in some cases it can actually be a security risk.
    Offenders:
  • https://stream.datago.ru/collector/com.snowplowanalytics.snowplow/tp2
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://vk.com/rtrg?p=VK-RTRG-276380-bLR9z&e=1&c=view_content&v=0
  • https://api.expf.ru/api/v1/geo
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://vk.com/rtrg?p=VK-RTRG-276380-bLR9z&e=1&c=view_content&v=0
  • https://personalization-web-stable.mindbox.ru/init/5434/domain_and_endpoint/sunl...tnet:sunlight.net
  • https://personalization-web-stable.mindbox.ru/init/5434/endpoint/sunlightnet?_=5789704
  • https://privacy-cs.mail.ru/fp/?id=NxSCJRIlmfj2gngcGinIf
  • https://privacy-cs.mail.ru/fp/?id=NxSCJRIlmfj2gngcGinIf
  • https://quizzes-stable.mindbox.ru/api/v0/init
  • https://privacy-cs.mail.ru/fp/?id=NxSCJRIlmfj2gngcGinIf
  • https://stream.datago.ru/collector/com.snowplowanalytics.snowplow/tp2
  • Make each CSS response small (optimalCssSize)https://g3.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/base-libs.109fefb2ea18045ea6a6.css?1736910141.0 size is 18.8 kB (18790) and that is bigger than the limit of 14.5 kB. https://g7.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dist/main.56bb53409388faf01ebe.css?1736910141.0 size is 18.4 kB (18394) 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://g3.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...2ea18045ea6a6.css 18.3 KB74.5 KB
    https://g7.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...09388faf01ebe.css 18.0 KB79.5 KB
    Total page size shouldn't be too big (pageSize)The page total transfer size is 2.9 MB, which is more than the coach limit of 2 MB. That is really big and you need to make it smaller.0
    Description: Avoid having pages that have a transfer size over the wire of more than 2 MB (desktop) and 1 MB (mobile) because that is really big and will hurt performance and will make the page expensive for the user if she/he pays for the bandwidth.
    Offenders:
    URLTransfer sizeContent size
    https://sunlight.net/catalog/zolotye-kolca.html 159.1 KB1.1 MB
    https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Book.woff2 28.6 KB28.3 KB
    https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Demi.woff2 30.0 KB29.8 KB
    https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Medium.woff2 29.1 KB28.9 KB
    https://g3.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...9e1cdf6798760.css 3.9 KB14.2 KB
    https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...db1147f3f794d3.js 37.4 KB108.9 KB
    https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...efaf6484d5cce8.js 2.0 KB4.3 KB
    https://g3.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...2ea18045ea6a6.css 18.3 KB74.5 KB
    https://g7.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...09388faf01ebe.css 18.0 KB79.5 KB
    https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...d2c9fd39c7ab85.js 90.0 KB250.4 KB
    https://g9.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...fa01941e696ca7.js 10.3 KB28.8 KB
    https://g9.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...1308248850ff1d.js 54.5 KB153.0 KB
    https://static.popmechanic.ru/service/loader.js?c=5434 4.5 KB12.4 KB
    https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR 106.0 KB366.7 KB
    https://g3.sunlight.net/static/shop/fonts/futura/FuturaPT-Book.woff2 28.4 KB28.3 KB
    https://g3.sunlight.net/static/shop/fonts/futura/FuturaPT-Demi.woff2 29.9 KB29.8 KB
    https://g8.sunlight.net/media/content/desktop-menu/categories/35f527efb07355870d...50a6c8bd25143.svg 529 B832 B
    https://g0.sunlight.net/media/content/desktop-menu/categories/01468a634f971dc486...593321eacd74b.svg 974 B1.7 KB
    https://g8.sunlight.net/media/content/desktop-menu/categories/0531bd21afcdf107ba...b2b66437a31bc.svg 1.4 KB2.6 KB
    https://g6.sunlight.net/media/content/desktop-menu/categories/0d09ba4834b1a1a01c...823d792530e0e.svg 1.1 KB2.1 KB
    https://g6.sunlight.net/media/content/desktop-menu/categories/1f0989e944b69b8082...dea71328274d3.svg 642 B657 B
    https://g7.sunlight.net/media/content/desktop-menu/categories/04ba2ca9de464b3f71...a970574e4ff10.svg 1.4 KB2.7 KB
    https://g5.sunlight.net/media/content/desktop-menu/categories/961b368deeaa65c1f5...a4a5b0bd333ab.svg 589 B651 B
    https://g0.sunlight.net/media/content/desktop-menu/categories/5e38d8bcf06a843fcc...e81033410fad6.svg 1.8 KB3.2 KB
    https://g1.sunlight.net/media/content/desktop-menu/categories/fb61e180155037ffa5...1dd38f4e52a9c.svg 1.4 KB2.6 KB
    https://g5.sunlight.net/media/content/desktop-menu/categories/091d7ec0973a49af01...050a4d673c09f.svg 1.3 KB2.5 KB
    https://g8.sunlight.net/media/content/desktop-menu/categories/c95df0187984ee6a78...53829e7761188.svg 1.1 KB2.0 KB
    https://g5.sunlight.net/media/content/desktop-menu/categories/0d58e8e1a4ea7a8c42...d0674aab2d364.svg 1.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 477 B608 B
    https://g5.sunlight.net/media/content/desktop-menu/categories/a31b320c3f61fe001b...af71ead1b868d.svg 542 B529 B
    https://g0.sunlight.net/media/content/desktop-menu/categories/9b98a6341b30c5f59a...066e71b47acc8.svg 374 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 708 B987 B
    https://g0.sunlight.net/media/content/desktop-menu/categories/a9c04ca9495a7d802a...9bdf98772c2da.svg 517 B655 B
    https://g4.sunlight.net/media/content/desktop-menu/categories/e7bced08b4aeaa15cd...14db7cc4f1818.svg 523 B665 B
    https://g2.sunlight.net/media/content/desktop-menu/categories/a516fb1e20aa0f9b6f...0941cb3ff1baf.svg 730 B1015 B
    https://g0.sunlight.net/media/content/desktop-menu/categories/7f1167c89647f28a05...d70a40c3114d9.svg 462 B540 B
    https://g5.sunlight.net/media/content/desktop-menu/categories/38174640ad3d97f248...bfe7de84b10f1.svg 575 B570 B
    https://g8.sunlight.net/media/content/desktop-menu/categories/17cbdd3eedb16af676...1fb9a51d35085.svg 459 B622 B
    https://g4.sunlight.net/media/content/desktop-menu/categories/09a94ea633d6c2a4a2...e489174d1edf1.svg 431 B577 B
    https://g7.sunlight.net/static/shop/svg/catalog-filters/applied.svg 287 B163 B
    https://g3.sunlight.net/static/shop/images/reviews-star.svg 353 B313 B
    https://g5.sunlight.net/media/nameplates/images/0d62399e938e2c9c02a0088909d6160b45fc622a.png 2.3 KB2.0 KB
    https://g3.sunlight.net/static/shop/fonts/futura/FuturaPT-Medium.woff2 29.0 KB28.9 KB
    https://g5.sunlight.net/media/nameplates/images/bf1381c96ef9ab7d96d84d7f6005ad0c155f766c.png 6.6 KB6.4 KB
    https://g3.sunlight.net/static/shop/svg/reviews-star.svg 325 B200 B
    https://api.sunlight.net/v3/loyalty/type/refresh/ N/A0 b
    https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c&gtm=45He51e0v76512221za200 132.2 KB406.1 KB
    https://cdn.diginetica.net/338/client.js 306.1 KB1.3 MB
    https://cdn.branch.io/branch-latest.min.js 23.4 KB75.0 KB
    https://api.mindbox.ru/scripts/v1/tracker.js 24.9 KB81.3 KB
    https://vk.com/js/api/openapi.js?169 N/A0 b
    https://onelinksmartscript.appsflyer.com/onelink-smart-script-latest.js 22.0 KB94.8 KB
    https://stream.datago.ru/tracker/sp.js 72.7 KB72.6 KB
    https://top-fwz1.mail.ru/js/code.js 19.5 KB46.0 KB
    https://api.sunlight.net/v3/loyalty/type/refresh/ 219 B219 B
    https://g5.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.4...b893a74ec70f0.css 1.5 KB5.4 KB
    https://api.sunlight.net/v6/ab-tests/web/ N/A0 b
    https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...8a4272d97e36f5.js 25.7 KB88.6 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 555 B1.2 KB
    https://g8.sunlight.net/r/w800/q85/media/products/519639cf-6e71-11ee-b47c-005056bccafe.jpg 46.3 KB46.1 KB
    https://g9.sunlight.net/r/w800/q85/media/products/e1889249a9886e929a8295d2e6ba819e9b748b22.jpg 32.6 KB32.4 KB
    https://g5.sunlight.net/r/w800/q85/media/products/3469a84a8e75da1e1d337b2e637406ed94b5e472.jpg 46.9 KB46.6 KB
    https://g6.sunlight.net/r/w800/q85/media/products/c36bf089d84cfb5e1fdedc354dfbd82f1e65d13f.jpg 27.8 KB27.5 KB
    https://g0.sunlight.net/r/w800/q85/media/products/abb85e1af506bd4d29823f2c2d5e3424cc7f641c.jpg 44.9 KB44.7 KB
    https://g1.sunlight.net/r/w800/q85/media/products/25984dd54065c300c706041e2bc173d0287e995d.jpg 37.1 KB36.9 KB
    https://g1.sunlight.net/r/w800/q85/media/products/3d254ee078185ab5d5f3fd2c6e6c69c62e7d005f.jpg 48.7 KB48.5 KB
    https://g8.sunlight.net/r/w800/q85/media/products/992b272610360f32fc3460785699a6e1b4722819.jpg 32.7 KB32.4 KB
    https://g2.sunlight.net/media/catbans/87d342a26011ebc7fd386b9f7fa222b57433a8bb.jpg 112.9 KB112.6 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://top-fwz1.mail.ru/counter...1.mail.ru/counter 1.2 KB43 B
    https://analytics.google.com/g/collect...gle.com/g/collect N/A0 b
    https://www.google.ru/ads/ga-audiences.../ads/ga-audiences 63 B42 B
    https://mc.yandex.ru/metrika/watch.js 59.8 KB167.5 KB
    https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?169 17.3 KB56.3 KB
    https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer 1.1 KB43 B
    https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.4...20e4b0133b1413.js 42.0 KB103.4 KB
    https://g3.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...52c2a885be2be4.js 28.5 KB68.7 KB
    https://vk.com/js/api/openapi.js?159 N/A0 b
    https://abt.s3.yandex.net/expjs/latest/exp.js 6.4 KB14.2 KB
    https://api.sunlight.net/v3/cities/detect/ N/A0 b
    https://api.mindbox.ru/v1.1/customer/track-visit?version=1.0.682&transport=XmlHttpRequest 741 B134 B
    https://web-static.mindbox.ru/js/bydomain/sunlight.net.js?_=5789704 5.5 KB0 b
    https://api.sunlight.net/v3/cities/detect/ 165 B165 B
    https://stream.datago.ru/collector/com.snowplowanalytics.snowplow/tp2 0 b0 b
    https://app.link/_r...tps://app.link/_r 670 B91 B
    https://api.expf.ru/api/v1/config.json 0 b0 b
    https://stream.datago.ru/collector/com.snowplowanalytics.snowplow/tp2 310 B80 B
    https://api.expf.ru/api/v1/config.json 1.9 KB6.5 KB
    https://tracking.diginetica.net/csc-event...ica.net/csc-event 37 B37 B
    https://autocomplete.diginetica.net/_health 363 B2 B
    https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?159 17.3 KB56.3 KB
    https://tracking.diginetica.net/csc-event...ica.net/csc-event 37 B37 B
    https://vk.com/rtrg...tps://vk.com/rtrg 517 B49 B
    https://api.sunlight.net/v4/constants/ N/A0 b
    https://api.sunlight.net/v6/customers 0 b0 b
    https://api.sunlight.net/v4/constants/ 188 B188 B
    https://uaas.yandex.ru/v1/exps/...andex.ru/v1/exps/ 702 B173 B
    https://api2.branch.io/v1/open 699 B274 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 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 560 B11 B
    https://tracking.diginetica.net/csc-event...ica.net/csc-event 37 B37 B
    https://api.sunlight.net/v6/customers/ 219 B219 B
    https://mc.yandex.ru/metrika/advert.gif 589 B43 B
    https://mc.yandex.ru/watch/5901091....ru/watch/5901091 N/A0 b
    https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer 1.1 KB43 B
    https://g3.sunlight.net/static/shop/images/cities-popup/pin.png 490 B317 B
    https://api.sunlight.net/v3/cities/select/ N/A0 b
    https://api.expf.ru/api/v1/geo 0 b0 b
    https://api.sunlight.net/v3/cities/select/ 1.0 KB95 B
    https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1 1.4 KB1019 B
    https://api.expf.ru/api/v1/geo 365 B114 B
    https://autocomplete.diginetica.net/autocomplete?st=undefined&apiKey=7DRN52IVBN 472 B96 B
    https://vk.com/rtrg...tps://vk.com/rtrg 506 B49 B
    https://vk.com/rtrg...tps://vk.com/rtrg 547 B11 B
    https://vk.com/rtrg?p=VK-RTRG-276380-bLR9z&e=1&c=view_content&v=0 547 B11 B
    https://api-qa.diginetica.net/v1/prescoring/digi-cookie 614 B36 B
    https://web-static.mindbox.ru/quizzes/stable/quizzes.js?v=543 55.3 KB148.4 KB
    https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.682 164.2 KB504.5 KB
    https://personalization-web-stable.mindbox.ru/init/5434/domain_and_endpoint/sunl...tnet:sunlight.net 689 B0 b
    https://personalization-web-stable.mindbox.ru/init/5434/domain_and_endpoint/sunl...net:*sunlight.net 683 B0 b
    https://personalization-web-stable.mindbox.ru/init/5434/endpoint/sunlightnet?_=5789704 689 B0 b
    https://mc.yandex.ru/clmap/5901091....ru/clmap/5901091 N/A43 B
    https://api2.branch.io/v1/pageview 383 B29 B
    https://privacy-cs.mail.ru/fp/?id=NxSCJRIlmfj2gngcGinIf N/A0 b
    https://mc.yandex.ru/metrika/metrika_match.html 2.6 KB5.4 KB
    https://api.sunlight.net/x/events/raw/ N/A0 b
    https://api.sunlight.net/x/events/raw/ 782 B782 B
    https://privacy-cs.mail.ru/fp/?id=NxSCJRIlmfj2gngcGinIf 0 b0 b
    https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1 74 B43 B
    https://mc.yandex.ru/watch/5901091....ru/watch/5901091 480 B43 B
    https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1 N/A43 B
    https://personalization-web-stable.mindbox.ru/init/5434/domain_and_endpoint/sunl...tnet:sunlight.net 3.1 KB9.3 KB
    https://static.popmechanic.ru/service/v2/forms.js?v=4.48.36 91.5 KB266.8 KB
    https://static.popmechanic.ru/service/styles.css?v=4.48.36 1.0 KB5.8 KB
    https://quizzes-stable.mindbox.ru/api/v0/init 0 b0 b
    https://quizzes-stable.mindbox.ru/api/v0/init 708 B356 B
    https://api.mindbox.ru/v3/js/operations/sync...s/operations/sync 753 B123 B
    https://yandex.ru/ads/system/context.js N/A0 b
    https://analytics.google.com/g/collect...gle.com/g/collect N/A0 b
    https://privacy-cs.mail.ru/fp/?id=NxSCJRIlmfj2gngcGinIf 0 b0 b
    https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1 452 B43 B
    https://top-fwz1.mail.ru/tracker...1.mail.ru/tracker 1.1 KB43 B
    https://cdn.uxfeedback.ru/widget.js 3.2 KB5.9 KB
    https://stream.datago.ru/collector/com.snowplowanalytics.snowplow/tp2 0 b0 b
    https://g6.sunlight.net/static/shop/icons/favicon.ico 9.6 KB9.4 KB
    https://stream.datago.ru/collector/com.snowplowanalytics.snowplow/tp2 144 B80 B
    https://cdn.uxfeedback.ru/assets-4.9.2/2.ac5b51b9a88d7a8a0f16.js 14.0 KB39.8 KB
    https://cdn.uxfeedback.ru/assets-4.9.2/14d2c82938a4a74f1132b.css 4.6 KB17.6 KB
    https://cdn.uxfeedback.ru/assets-4.9.2/1.de85b107d8f17efbb81b.js 37.2 KB107.9 KB
    https://widget-api.uxfeedback.ru/v5/widgets/effbpblds45rhjrahbxg9v0y...ds45rhjrahbxg9v0y N/A0 b
    https://widget-api.uxfeedback.ru/v5/widgets/effbpblds45rhjrahbxg9v0y...ds45rhjrahbxg9v0y 612 B1.3 KB
    https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic 1.9 KB5.4 KB
    Don't use private headers on static content (privateAssets)The page has 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&gtm=45He51e0v76512221za200
  • 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://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://mc.yandex.ru/clmap/5901091....ru/clmap/5901091
  • https://top-fwz1.mail.ru/tracker...1.mail.ru/tracker
  • https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic
  • Best practice advice (81)

    TitleAdviceScore
    Meta description (metaDescription)The meta description is too long. It has 311 characters, the recommended max is 15550
    Description: Use a page description to make the page more relevant to search engines.
    Page title (pageTitle)The title is too long by 79 characters. The recommended max is 6050
    Description: Use a title to make the page more relevant to search engines.
    Do not send too long headers (longHeaders)https://top-fwz1.mai...1.mail.ru/counter has a header set-cookie that is 716 characters long. https://mc.yandex.ru/metrika/watch.js has a header set-cookie that is 794 characters long. https://top-fwz1.mai...mail.ru/datalayer has a header set-cookie that is 614 characters long. https://mc.yandex.ru....ru/watch/5901091 has a header location that is 1788 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...u/watch/5901091/1 has a header location that is 1788 characters long. https://mc.yandex.ru...u/watch/5901091/1 has a header set-cookie that is 927 characters long. https://yandex.ru/ads/system/context.js has a header set-cookie that is 823 characters long. https://top-fwz1.mai...1.mail.ru/tracker has a header set-cookie that is 614 characters long. 90
    Description: Do not send response headers that are too long.
    Offenders:
  • https://top-fwz1.mail.ru/counter...1.mail.ru/counter
  • https://mc.yandex.ru/metrika/watch.js
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://mc.yandex.ru/watch/5901091....ru/watch/5901091
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://api.sunlight.net/v3/cities/select/
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://yandex.ru/ads/system/context.js
  • https://top-fwz1.mail.ru/tracker...1.mail.ru/tracker
  • Avoid too many third party requests (thirdParty)The page do more requests to third party domains (86 requests and 1.3 MB) then first party (76 requests and 1.6 MB). The regex .*sunlight.* was used to calculate first/third party requests.50
    Description: Do not load most of your content from third party URLs.
    Avoid unnecessary headers (unnecessaryHeaders)There are 9 responses that sets a p3p header. There are 97 responses that sets both a max-age and expires header. There are 20 responses that sets a pragma no-cache header (that is a request header). There are 143 responses that sets a server header. 0
    Description: Do not send headers that you don't need. We look for p3p, cache-control and max-age, pragma, server and x-frame-options headers. Have a look at Andrew Betts - Headers for Hackers talk as a guide https://www.youtube.com/watch?v=k92ZbrY815c or read https://www.fastly.com/blog/headers-we-dont-want.
    Offenders:
  • https://sunlight.net/catalog/zolotye-kolca.html
  • https://sunlight.net/catalog/zolotye-kolca.html
  • https://sunlight.net/catalog/zolotye-kolca.html
  • https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Book.woff2
  • https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Book.woff2
  • https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Demi.woff2
  • https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Demi.woff2
  • https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Medium.woff2
  • https://g0.sunlight.net/static/shop/fonts/futura/FuturaPT-Medium.woff2
  • https://g3.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...9e1cdf6798760.css
  • https://g3.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...9e1cdf6798760.css
  • https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...db1147f3f794d3.js
  • https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/mai...db1147f3f794d3.js
  • https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...efaf6484d5cce8.js
  • https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...efaf6484d5cce8.js
  • https://g3.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...2ea18045ea6a6.css
  • https://g3.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...2ea18045ea6a6.css
  • https://g7.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...09388faf01ebe.css
  • https://g7.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...09388faf01ebe.css
  • https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...d2c9fd39c7ab85.js
  • https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...d2c9fd39c7ab85.js
  • https://g9.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...fa01941e696ca7.js
  • https://g9.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...fa01941e696ca7.js
  • https://g9.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...1308248850ff1d.js
  • https://g9.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dis...1308248850ff1d.js
  • https://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://g3.sunlight.net/static/shop/fonts/futura/FuturaPT-Book.woff2
  • https://g3.sunlight.net/static/shop/fonts/futura/FuturaPT-Book.woff2
  • https://g3.sunlight.net/static/shop/fonts/futura/FuturaPT-Demi.woff2
  • https://g3.sunlight.net/static/shop/fonts/futura/FuturaPT-Demi.woff2
  • https://g8.sunlight.net/media/content/desktop-menu/categories/35f527efb07355870d...50a6c8bd25143.svg
  • https://g8.sunlight.net/media/content/desktop-menu/categories/35f527efb07355870d...50a6c8bd25143.svg
  • https://g0.sunlight.net/media/content/desktop-menu/categories/01468a634f971dc486...593321eacd74b.svg
  • https://g0.sunlight.net/media/content/desktop-menu/categories/01468a634f971dc486...593321eacd74b.svg
  • https://g8.sunlight.net/media/content/desktop-menu/categories/0531bd21afcdf107ba...b2b66437a31bc.svg
  • https://g8.sunlight.net/media/content/desktop-menu/categories/0531bd21afcdf107ba...b2b66437a31bc.svg
  • https://g6.sunlight.net/media/content/desktop-menu/categories/0d09ba4834b1a1a01c...823d792530e0e.svg
  • https://g6.sunlight.net/media/content/desktop-menu/categories/0d09ba4834b1a1a01c...823d792530e0e.svg
  • https://g6.sunlight.net/media/content/desktop-menu/categories/1f0989e944b69b8082...dea71328274d3.svg
  • https://g6.sunlight.net/media/content/desktop-menu/categories/1f0989e944b69b8082...dea71328274d3.svg
  • https://g7.sunlight.net/media/content/desktop-menu/categories/04ba2ca9de464b3f71...a970574e4ff10.svg
  • https://g7.sunlight.net/media/content/desktop-menu/categories/04ba2ca9de464b3f71...a970574e4ff10.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/961b368deeaa65c1f5...a4a5b0bd333ab.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/961b368deeaa65c1f5...a4a5b0bd333ab.svg
  • https://g0.sunlight.net/media/content/desktop-menu/categories/5e38d8bcf06a843fcc...e81033410fad6.svg
  • https://g0.sunlight.net/media/content/desktop-menu/categories/5e38d8bcf06a843fcc...e81033410fad6.svg
  • https://g1.sunlight.net/media/content/desktop-menu/categories/fb61e180155037ffa5...1dd38f4e52a9c.svg
  • https://g1.sunlight.net/media/content/desktop-menu/categories/fb61e180155037ffa5...1dd38f4e52a9c.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/091d7ec0973a49af01...050a4d673c09f.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/091d7ec0973a49af01...050a4d673c09f.svg
  • https://g8.sunlight.net/media/content/desktop-menu/categories/c95df0187984ee6a78...53829e7761188.svg
  • https://g8.sunlight.net/media/content/desktop-menu/categories/c95df0187984ee6a78...53829e7761188.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/0d58e8e1a4ea7a8c42...d0674aab2d364.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/0d58e8e1a4ea7a8c42...d0674aab2d364.svg
  • https://g6.sunlight.net/media/content/desktop-menu/categories/59245252fb427e483c...845be22210ef4.svg
  • https://g6.sunlight.net/media/content/desktop-menu/categories/59245252fb427e483c...845be22210ef4.svg
  • https://g7.sunlight.net/media/content/desktop-menu/categories/1099d7151a12c078cc...26c28fb45e59c.svg
  • https://g7.sunlight.net/media/content/desktop-menu/categories/1099d7151a12c078cc...26c28fb45e59c.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/a31b320c3f61fe001b...af71ead1b868d.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/a31b320c3f61fe001b...af71ead1b868d.svg
  • https://g0.sunlight.net/media/content/desktop-menu/categories/9b98a6341b30c5f59a...066e71b47acc8.svg
  • https://g0.sunlight.net/media/content/desktop-menu/categories/9b98a6341b30c5f59a...066e71b47acc8.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/bb267fbdb937a54afb...fa7dfaeb2afd7.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/bb267fbdb937a54afb...fa7dfaeb2afd7.svg
  • https://g2.sunlight.net/media/content/desktop-menu/categories/552132e2aa71558ae8...bd65da5c4371d.svg
  • https://g2.sunlight.net/media/content/desktop-menu/categories/552132e2aa71558ae8...bd65da5c4371d.svg
  • https://g0.sunlight.net/media/content/desktop-menu/categories/a9c04ca9495a7d802a...9bdf98772c2da.svg
  • https://g0.sunlight.net/media/content/desktop-menu/categories/a9c04ca9495a7d802a...9bdf98772c2da.svg
  • https://g4.sunlight.net/media/content/desktop-menu/categories/e7bced08b4aeaa15cd...14db7cc4f1818.svg
  • https://g4.sunlight.net/media/content/desktop-menu/categories/e7bced08b4aeaa15cd...14db7cc4f1818.svg
  • https://g2.sunlight.net/media/content/desktop-menu/categories/a516fb1e20aa0f9b6f...0941cb3ff1baf.svg
  • https://g2.sunlight.net/media/content/desktop-menu/categories/a516fb1e20aa0f9b6f...0941cb3ff1baf.svg
  • https://g0.sunlight.net/media/content/desktop-menu/categories/7f1167c89647f28a05...d70a40c3114d9.svg
  • https://g0.sunlight.net/media/content/desktop-menu/categories/7f1167c89647f28a05...d70a40c3114d9.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/38174640ad3d97f248...bfe7de84b10f1.svg
  • https://g5.sunlight.net/media/content/desktop-menu/categories/38174640ad3d97f248...bfe7de84b10f1.svg
  • https://g8.sunlight.net/media/content/desktop-menu/categories/17cbdd3eedb16af676...1fb9a51d35085.svg
  • https://g8.sunlight.net/media/content/desktop-menu/categories/17cbdd3eedb16af676...1fb9a51d35085.svg
  • https://g4.sunlight.net/media/content/desktop-menu/categories/09a94ea633d6c2a4a2...e489174d1edf1.svg
  • https://g4.sunlight.net/media/content/desktop-menu/categories/09a94ea633d6c2a4a2...e489174d1edf1.svg
  • https://g7.sunlight.net/static/shop/svg/catalog-filters/applied.svg
  • https://g7.sunlight.net/static/shop/svg/catalog-filters/applied.svg
  • https://g3.sunlight.net/static/shop/images/reviews-star.svg
  • https://g3.sunlight.net/static/shop/images/reviews-star.svg
  • https://g5.sunlight.net/media/nameplates/images/0d62399e938e2c9c02a0088909d6160b45fc622a.png
  • https://g5.sunlight.net/media/nameplates/images/0d62399e938e2c9c02a0088909d6160b45fc622a.png
  • https://g3.sunlight.net/static/shop/fonts/futura/FuturaPT-Medium.woff2
  • https://g3.sunlight.net/static/shop/fonts/futura/FuturaPT-Medium.woff2
  • https://g5.sunlight.net/media/nameplates/images/bf1381c96ef9ab7d96d84d7f6005ad0c155f766c.png
  • https://g5.sunlight.net/media/nameplates/images/bf1381c96ef9ab7d96d84d7f6005ad0c155f766c.png
  • https://g3.sunlight.net/static/shop/svg/reviews-star.svg
  • https://g3.sunlight.net/static/shop/svg/reviews-star.svg
  • https://api.sunlight.net/v3/loyalty/type/refresh/
  • https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c&gtm=45He51e0v76512221za200
  • https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c&gtm=45He51e0v76512221za200
  • 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://api.sunlight.net/v3/loyalty/type/refresh/
  • https://g5.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.4...b893a74ec70f0.css
  • https://g5.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.4...b893a74ec70f0.css
  • https://api.sunlight.net/v6/ab-tests/web/
  • https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...8a4272d97e36f5.js
  • https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-on...8a4272d97e36f5.js
  • https://g9.sunlight.net/media/catbans/17c0d480777ecbf6e974466b671abfef80b43135.jpg
  • https://g9.sunlight.net/media/catbans/17c0d480777ecbf6e974466b671abfef80b43135.jpg
  • https://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://g8.sunlight.net/r/w800/q85/media/products/519639cf-6e71-11ee-b47c-005056bccafe.jpg
  • https://g8.sunlight.net/r/w800/q85/media/products/519639cf-6e71-11ee-b47c-005056bccafe.jpg
  • https://g9.sunlight.net/r/w800/q85/media/products/e1889249a9886e929a8295d2e6ba819e9b748b22.jpg
  • https://g9.sunlight.net/r/w800/q85/media/products/e1889249a9886e929a8295d2e6ba819e9b748b22.jpg
  • https://g5.sunlight.net/r/w800/q85/media/products/3469a84a8e75da1e1d337b2e637406ed94b5e472.jpg
  • https://g5.sunlight.net/r/w800/q85/media/products/3469a84a8e75da1e1d337b2e637406ed94b5e472.jpg
  • https://g6.sunlight.net/r/w800/q85/media/products/c36bf089d84cfb5e1fdedc354dfbd82f1e65d13f.jpg
  • https://g6.sunlight.net/r/w800/q85/media/products/c36bf089d84cfb5e1fdedc354dfbd82f1e65d13f.jpg
  • https://g0.sunlight.net/r/w800/q85/media/products/abb85e1af506bd4d29823f2c2d5e3424cc7f641c.jpg
  • https://g0.sunlight.net/r/w800/q85/media/products/abb85e1af506bd4d29823f2c2d5e3424cc7f641c.jpg
  • https://g1.sunlight.net/r/w800/q85/media/products/25984dd54065c300c706041e2bc173d0287e995d.jpg
  • https://g1.sunlight.net/r/w800/q85/media/products/25984dd54065c300c706041e2bc173d0287e995d.jpg
  • https://g1.sunlight.net/r/w800/q85/media/products/3d254ee078185ab5d5f3fd2c6e6c69c62e7d005f.jpg
  • https://g1.sunlight.net/r/w800/q85/media/products/3d254ee078185ab5d5f3fd2c6e6c69c62e7d005f.jpg
  • https://g8.sunlight.net/r/w800/q85/media/products/992b272610360f32fc3460785699a6e1b4722819.jpg
  • https://g8.sunlight.net/r/w800/q85/media/products/992b272610360f32fc3460785699a6e1b4722819.jpg
  • https://g2.sunlight.net/media/catbans/87d342a26011ebc7fd386b9f7fa222b57433a8bb.jpg
  • https://g2.sunlight.net/media/catbans/87d342a26011ebc7fd386b9f7fa222b57433a8bb.jpg
  • https://privacy-cs.mail.ru/static/sync-loader.js
  • https://privacy-cs.mail.ru/static/sync-loader.js
  • https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=3556767
  • https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=3556767
  • https://top-fwz1.mail.ru/js/dyn-goal-config.js?ids=3556767
  • https://top-fwz1.mail.ru/counter...1.mail.ru/counter
  • https://top-fwz1.mail.ru/counter...1.mail.ru/counter
  • https://top-fwz1.mail.ru/counter...1.mail.ru/counter
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • https://www.google.ru/ads/ga-audiences.../ads/ga-audiences
  • https://www.google.ru/ads/ga-audiences.../ads/ga-audiences
  • https://www.google.ru/ads/ga-audiences.../ads/ga-audiences
  • https://www.google.ru/ads/ga-audiences.../ads/ga-audiences
  • https://mc.yandex.ru/metrika/watch.js
  • https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?169
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://top-fwz1.mail.ru/datalayer...mail.ru/datalayer
  • https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.4...20e4b0133b1413.js
  • https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.4...20e4b0133b1413.js
  • https://g3.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...52c2a885be2be4.js
  • https://g3.sunlight.net/static/webpack-modules-vue3/catalog/pagination/dist/main...52c2a885be2be4.js
  • https://vk.com/js/api/openapi.js?159
  • https://abt.s3.yandex.net/expjs/latest/exp.js
  • https://api.sunlight.net/v3/cities/detect/
  • https://api.mindbox.ru/v1.1/customer/track-visit?version=1.0.682&transport=XmlHttpRequest
  • https://api.mindbox.ru/v1.1/customer/track-visit?version=1.0.682&transport=XmlHttpRequest
  • https://api.mindbox.ru/v1.1/customer/track-visit?version=1.0.682&transport=XmlHttpRequest
  • https://web-static.mindbox.ru/js/bydomain/sunlight.net.js?_=5789704
  • https://api.sunlight.net/v3/cities/detect/
  • https://stream.datago.ru/collector/com.snowplowanalytics.snowplow/tp2
  • https://app.link/_r...tps://app.link/_r
  • https://api.expf.ru/api/v1/config.json
  • https://stream.datago.ru/collector/com.snowplowanalytics.snowplow/tp2
  • https://api.expf.ru/api/v1/config.json
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?159
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://tracking.diginetica.net/csc-event...ica.net/csc-event
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://api.sunlight.net/v4/constants/
  • https://api.sunlight.net/v6/customers
  • https://api.sunlight.net/v4/constants/
  • 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/v6/customers/
  • 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://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://g3.sunlight.net/static/shop/images/cities-popup/pin.png
  • https://g3.sunlight.net/static/shop/images/cities-popup/pin.png
  • https://api.sunlight.net/v3/cities/select/
  • https://api.expf.ru/api/v1/geo
  • https://api.sunlight.net/v3/cities/select/
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://api.expf.ru/api/v1/geo
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://vk.com/rtrg?p=VK-RTRG-276380-bLR9z&e=1&c=view_content&v=0
  • https://web-static.mindbox.ru/quizzes/stable/quizzes.js?v=543
  • https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.682
  • 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?_=5789704
  • https://mc.yandex.ru/clmap/5901091....ru/clmap/5901091
  • https://mc.yandex.ru/clmap/5901091....ru/clmap/5901091
  • https://privacy-cs.mail.ru/fp/?id=NxSCJRIlmfj2gngcGinIf
  • https://privacy-cs.mail.ru/fp/?id=NxSCJRIlmfj2gngcGinIf
  • https://mc.yandex.ru/metrika/metrika_match.html
  • https://api.sunlight.net/x/events/raw/
  • https://api.sunlight.net/x/events/raw/
  • https://privacy-cs.mail.ru/fp/?id=NxSCJRIlmfj2gngcGinIf
  • https://privacy-cs.mail.ru/fp/?id=NxSCJRIlmfj2gngcGinIf
  • https://privacy-cs.mail.ru/fp/?id=NxSCJRIlmfj2gngcGinIf
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://mc.yandex.ru/watch/5901091....ru/watch/5901091
  • https://mc.yandex.ru/watch/5901091....ru/watch/5901091
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://personalization-web-stable.mindbox.ru/init/5434/domain_and_endpoint/sunl...tnet:sunlight.net
  • https://static.popmechanic.ru/service/v2/forms.js?v=4.48.36
  • https://static.popmechanic.ru/service/v2/forms.js?v=4.48.36
  • https://static.popmechanic.ru/service/styles.css?v=4.48.36
  • https://static.popmechanic.ru/service/styles.css?v=4.48.36
  • https://api.mindbox.ru/v3/js/operations/sync...s/operations/sync
  • https://api.mindbox.ru/v3/js/operations/sync...s/operations/sync
  • https://api.mindbox.ru/v3/js/operations/sync...s/operations/sync
  • https://yandex.ru/ads/system/context.js
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • https://privacy-cs.mail.ru/fp/?id=NxSCJRIlmfj2gngcGinIf
  • https://privacy-cs.mail.ru/fp/?id=NxSCJRIlmfj2gngcGinIf
  • https://privacy-cs.mail.ru/fp/?id=NxSCJRIlmfj2gngcGinIf
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://top-fwz1.mail.ru/tracker...1.mail.ru/tracker
  • https://top-fwz1.mail.ru/tracker...1.mail.ru/tracker
  • https://top-fwz1.mail.ru/tracker...1.mail.ru/tracker
  • https://cdn.uxfeedback.ru/widget.js
  • https://cdn.uxfeedback.ru/widget.js
  • https://stream.datago.ru/collector/com.snowplowanalytics.snowplow/tp2
  • https://g6.sunlight.net/static/shop/icons/favicon.ico
  • https://g6.sunlight.net/static/shop/icons/favicon.ico
  • https://stream.datago.ru/collector/com.snowplowanalytics.snowplow/tp2
  • https://cdn.uxfeedback.ru/assets-4.9.2/2.ac5b51b9a88d7a8a0f16.js
  • https://cdn.uxfeedback.ru/assets-4.9.2/2.ac5b51b9a88d7a8a0f16.js
  • https://cdn.uxfeedback.ru/assets-4.9.2/14d2c82938a4a74f1132b.css
  • https://cdn.uxfeedback.ru/assets-4.9.2/14d2c82938a4a74f1132b.css
  • https://cdn.uxfeedback.ru/assets-4.9.2/1.de85b107d8f17efbb81b.js
  • https://cdn.uxfeedback.ru/assets-4.9.2/1.de85b107d8f17efbb81b.js
  • https://widget-api.uxfeedback.ru/v5/widgets/effbpblds45rhjrahbxg9v0y...ds45rhjrahbxg9v0y
  • https://widget-api.uxfeedback.ru/v5/widgets/effbpblds45rhjrahbxg9v0y...ds45rhjrahbxg9v0y
  • https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic
  • https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic
  • Privacy advice (83)

    TitleAdviceScore
    Use a good Content-Security-Policy header to make sure you you avoid Cross Site Scripting (XSS) attacks. (contentSecurityPolicyHeader)Set a Content-Security-Policy header to make sure you are not open for Cross Site Scripting (XSS) attacks. You can start with setting a Content-Security-Policy-Report-Only header, that will only report the violation, not stop the download.0
    Description: Content Security Policy is delivered via a HTTP response header, and defines approved sources of content that the browser may load. It can be an effective countermeasure to Cross Site Scripting (XSS) attacks and is also widely supported and usually easily deployed. https://scotthelme.co.uk/content-security-policy-an-introduction/.
    Offenders:
  • https://sunlight.net/catalog/zolotye-kolca.html
  • Avoid third party cookies that is used to track the user. (thirdPartyCookies)The page sets 8 third party cookies.0
    Description: Third party cookies are used to track the user. They are automatically blocked in Safari and Firefox.
    Offenders:
  • .yandex.ru
  • .app.link
  • .yandex.ru
  • .yandex.ru
  • api-qa.diginetica.net
  • .yandex.ru
  • .yandex.ru
  • .yandex.ru
  • Do not share user data with third parties. (thirdPartyPrivacy)The page has 19% requests that are 3rd party (31 requests with a size of 377.9 kB). The page also have request to companies that harvest data from users and do not respect users privacy (see https://en.wikipedia.org/wiki/Surveillance_capitalism). The page do 2 tag-manager requests and uses 1 tag-manager tool. The page do 6 survelliance requests and uses 4 survelliance tools. The page do 4 ad requests and uses 1 ad tool. The page do 11 social requests and uses 1 social tool. The page do 12 analytics requests and uses 2 analytics tools. The page do 1 utility request and uses 1 utility tool.0
    Description: Using third party requests shares user information with that third party. Please avoid that! The project https://github.com/patrickhulce/third-party-web is used to categorize first/third party requests.
    Offenders:
  • https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR
  • https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c&gtm=45He51e0v76512221za200
  • https://cdn.branch.io/branch-latest.min.js
  • https://vk.com/js/api/openapi.js?169
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • https://www.google.ru/ads/ga-audiences.../ads/ga-audiences
  • 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://vk.com/dist/public/api/openapi.c340c125c61ec5745ebb2a98626e46ab.js?159
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://api2.branch.io/v1/open
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://vk.com/rtrg...tps://vk.com/rtrg
  • https://vk.com/rtrg?p=VK-RTRG-276380-bLR9z&e=1&c=view_content&v=0
  • https://mc.yandex.ru/metrika/advert.gif
  • https://mc.yandex.ru/watch/5901091....ru/watch/5901091
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • 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://api2.branch.io/v1/pageview
  • https://mc.yandex.ru/metrika/metrika_match.html
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://mc.yandex.ru/watch/5901091....ru/watch/5901091
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://analytics.google.com/g/collect...gle.com/g/collect
  • https://mc.yandex.ru/watch/5901091/1...u/watch/5901091/1
  • https://fonts.googleapis.com/css?family=Roboto:400&amp;subset=cyrillic
  • Page info

    Page info
    TitleЗолотые кольца — купить кольцо из золота недорого в интернет-магазине SUNLIGHT в Москве, выбрать золотое колечко в каталоге с фото и ценами
    Width1909
    Height10599
    DOM elements7468
    Avg DOM depth12
    Max DOM depth21
    Iframes2
    Script tags71
    Local storage7.9 KB
    Session storage738 B
    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 Wappalyzer version 6.10.66. With updated code from Webappanalyzer 2024-12-27. Use --browsertime.firefox.includeResponseBodies htmlor --browsertime.chrome.includeResponseBodies htmlto help Wappalyzer find more information about technologies used.

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

    Data collected using Third Party Web 0.26.2

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

    Data from run 2

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)75 ms
    First Contentful Paint (FCP)518 ms
    Largest Contentful Paint (LCP)1.247 s
    Cumulative Layout Shift (CLS)0.00
    Interaction to next paint (INP)128 ms
    Total Blocking Time (TBT)1.957 s
    First Contentful Paint info
    Elements that needed recalculate style before FCP953
    Time spent in recalculate style before FCP38.943 ms
    Extra timings
    TTFB75 ms
    First Paint518 ms
    Load Event End31.594 s
    Fully loaded32.119 s

    Largest Contentful Paint

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

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

    Forced Style And Layout Duration: 424 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    634 ms699 ms38 ms21.9 ms16.1 ms

    Invoker:  SCRIPT[src=https://vk.com/js/api/openapi.js?169].onload
    Invoker Type: event-listener
    Window attribution: self
    Source char position: 149

    https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.e4cf42d2c9fd39c7ab85.js?1736910141.0

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

    https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.44028120e4b0133b1413.js?1736910141.0

    Invoker:  https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.44028120e4b0133b1413.js?1736910141.0
    Invoker Type: classic-script
    Window attribution: self

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

    Forced Style And Layout Duration: 316 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
    106 ms107.1 ms50.9 ms47.8 ms3.1 ms
    https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.e4cf42d2c9fd39c7ab85.js?1736910141.0

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    90 ms132.4 ms17.6 ms10.4 ms7.2 ms
    https://g9.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dist/main.120a4f1308248850ff1d.js?1736910141.0

    Forced Style And Layout Duration: 4 ms

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

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

    Forced Style And Layout Duration: 31 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
    85 ms142.8 ms13.2 ms11.7 ms1.5 ms
    https://top-fwz1.mail.ru/js/code.js

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

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

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    72 ms128.2 ms4.8 ms1.6 ms3.2 ms
    https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.0e005fdb1147f3f794d3.js?1736910141.0

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

    https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.e4cf42d2c9fd39c7ab85.js?1736910141.0

    Forced Style And Layout Duration: 1 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    70 ms145.7 ms12.3 ms11.9 ms0.4 ms
    https://static.popmechanic.ru/service/v2/forms.js?v=4.48.36

    Invoker:  https://static.popmechanic.ru/service/v2/forms.js?v=4.48.36
    Invoker Type: classic-script
    Window attribution: self

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    58 ms108.7 ms7.3 ms0.8 ms6.5 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    53 ms108.1 ms86.9 ms83 ms3.9 ms

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

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

    Forced Style And Layout Duration: 15 ms

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

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

    Forced Style And Layout Duration: 15 ms

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

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

    Forced Style And Layout Duration: 12 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: 12 ms

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

    Forced Style And Layout Duration: 13 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    45 ms89.4 ms82.6 ms64.8 ms17.8 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 requests162
    Total domains40
    Total transfer size2.8 MB
    Total content size7.1 MB
    Responses missing compression50
    Number of cookies28
    Third party cookies8
    Requests per response code
    200153
    2044
    3011
    3023
    3221

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html5.5 KB164.9 KB1.1 MB10
    css1.7 KB59.6 KB245.4 KB10
    javascript2.1 KB1.5 MB4.7 MB32
    image1.0 KB857.1 KB846.7 KB30
    font0 b175.1 KB174.1 KB6
    svg0 b21.7 KB33.8 KB28
    json3.7 KB12.1 KB11.9 KB22
    plain382 B3.7 KB9.3 KB5
    other1.3 KB3.5 KB44 B13
    favicon0 b9.6 KB9.4 KB1
    Total15.6 KB2.8 MB7.1 MB157

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    sunlight.net114 ms159.1 KB1.1 MB1
    g0.sunlight.net3.845 s137.3 KB139.3 KB10
    g3.sunlight.net2.546 s139.2 KB245.2 KB9
    g5.sunlight.net1.429 s99.9 KB176.9 KB11
    g6.sunlight.net2.551 s199.7 KB487.8 KB9
    g7.sunlight.net1.345 s20.1 KB83.0 KB4
    g9.sunlight.net2.557 s507.5 KB623.7 KB4
    static.popmechanic.ru201 ms97.0 KB285.1 KB3
    www.googletagmanager.com391 ms238.2 KB772.8 KB2
    g8.sunlight.net499 ms82.5 KB84.6 KB6
    g1.sunlight.net212 ms87.2 KB88.1 KB3
    g2.sunlight.net250 ms114.3 KB114.6 KB3
    g4.sunlight.net171 ms954 B1.2 KB2
    api.sunlight.net519 msN/A1.7 KB14
    cdn.diginetica.net465 ms319.0 KB1.3 MB5
    cdn.branch.io202 ms23.4 KB75.0 KB1
    api.mindbox.ru403 ms190.6 KB586.1 KB4
    vk.com584 ms38.3 KB112.9 KB11
    onelinksmartscript.appsflyer.com192 ms22.0 KB94.8 KB1
    stream.datago.ru464 ms73.2 KB72.7 KB5
    top-fwz1.mail.ru117 ms26.3 KB49.6 KB6
    privacy-cs.mail.ru925 ms40.0 KB155.0 KB4
    analytics.google.com1.205 sN/A0 b2
    www.google.ru190 ms63 B42 B1
    mc.yandex.ru499 ms65.5 KB174.1 KB10
    abt.s3.yandex.net103 ms6.4 KB14.2 KB1
    web-static.mindbox.ru177 ms60.8 KB148.4 KB2
    app.link362 ms670 B91 B1
    api.expf.ru206 ms2.3 KB6.6 KB4
    tracking.diginetica.net56 ms111 B111 B3
    autocomplete.diginetica.net99 ms835 B98 B2
    uaas.yandex.ru117 ms702 B173 B1
    api2.branch.io552 ms1.1 KB303 B2
    api-qa.diginetica.net106 ms614 B36 B1
    personalization-web-stable.mindbox.ru590 ms5.1 KB9.3 KB4
    quizzes-stable.mindbox.ru243 ms708 B356 B2
    yandex.ru119 msN/A0 b1
    cdn.uxfeedback.ru343 ms59.0 KB171.3 KB4
    widget-api.uxfeedback.ru142 ms230 B1.3 KB2
    fonts.googleapis.com212 ms1.9 KB5.4 KB1

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds23 minutes27 weeks
    Last modified0 seconds6 weeks4 years

    Requests loaded after onLoad event

    Included requests done after load event end.

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

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html5.8 KB7
    css17.3 KB5
    javascript585.8 KB17
    image438.1 KB27
    font0 b0
    plain3.7 KB5
    json11.8 KB20
    other3.5 KB13
    favicon9.6 KB1
    Total1.0 MB99

    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://www.googleta...nager.com/gtag/jsnon_blocking
    https://www.googleta...anager.com/gtm.jsnon_blocking
    https://static.popme...rvice/v2/forms.jsnon_blocking
    https://g6.sunlight....d2c9fd39c7ab85.jsin_body_parser_blocking
    https://stream.datago.ru/tracker/sp.jsnon_blocking
    https://mc.yandex.ru/metrika/watch.jsnon_blocking
    https://web-static.m...stable/quizzes.jsnon_blocking
    https://g9.sunlight....1308248850ff1d.jsin_body_parser_blocking
    https://g6.sunlight....20e4b0133b1413.jsnon_blocking
    https://privacy-cs.m...ic/sync-loader.jsnon_blocking
    https://g5.sunlight....db1147f3f794d3.jsnon_blocking
    https://cdn.uxfeedba...07d8f17efbb81b.jsnon_blocking
    https://g0.sunlight....turaPT-Demi.woff2non_blocking
    https://g3.sunlight....turaPT-Demi.woff2non_blocking
    https://g0.sunlight....raPT-Medium.woff2non_blocking
    https://g3.sunlight....raPT-Medium.woff2non_blocking
    https://g0.sunlight....turaPT-Book.woff2non_blocking
    https://g3.sunlight....52c2a885be2be4.jsnon_blocking
    https://g3.sunlight....turaPT-Book.woff2non_blocking
    https://g6.sunlight....8a4272d97e36f5.jsnon_blocking
    https://api.mindbox....pts/v1/tracker.jsnon_blocking
    https://cdn.branch.i...nch-latest.min.jsnon_blocking
    https://onelinksmart...-script-latest.jsnon_blocking
    https://top-fwz1.mail.ru/js/code.jsnon_blocking
    https://g3.sunlight....2ea18045ea6a6.cssblocking
    https://g7.sunlight....09388faf01ebe.cssblocking
    https://vk.com/dist/...bb2a98626e46ab.jsnon_blocking
    https://vk.com/dist/...bb2a98626e46ab.jsnon_blocking
    https://cdn.uxfeedba...b9a88d7a8a0f16.jsnon_blocking
    https://g9.sunlight....fa01941e696ca7.jsin_body_parser_blocking
    https://cdn.digineti...lete/template.cssdynamically_injected_non_blocking
    https://abt.s3.yande...pjs/latest/exp.jsnon_blocking
    https://cdn.uxfeedba...38a4a74f1132b.cssdynamically_injected_non_blocking
    https://static.popme...service/loader.jsin_body_parser_blocking
    https://g3.sunlight....9e1cdf6798760.cssnon_blocking
    https://cdn.uxfeedback.ru/widget.jsnon_blocking
    https://top-fwz1.mai...yn-goal-config.jsnon_blocking
    https://g6.sunlight....efaf6484d5cce8.jsblocking
    https://fonts.google...oogleapis.com/cssdynamically_injected_non_blocking
    https://g5.sunlight....b893a74ec70f0.cssdynamically_injected_non_blocking
    https://static.popme...ervice/styles.cssdynamically_injected_non_blocking
    https://app.link/_r...tps://app.link/_rnon_blocking
    https://g0.sunlight....27b7e44d2eec9.cssdynamically_injected_non_blocking
    https://cdn.digineti...arch/template.cssdynamically_injected_non_blocking
    https://vk.com/js/api/openapi.js?169non_blocking
    https://vk.com/js/api/openapi.js?159non_blocking
    CPU Long Tasks | CPU Time Spent | CPU Time Spent Per Request | CPU Time Per Tool/Domain | 

    CPU

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

    Long Tasks

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

    TypeQuantityTotal duration (ms)
    Total Blocking Time 1957
    Max Potential First Input Delay 880
    Long Tasks before First Paint170
    Long Tasks before First Contentful Paint170
    Long Tasks before Largest Contentful Paint7549
    Long Tasks after Load Event End174
    Total Long Tasks172827

    CPU last long task happened at 32.132 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    unknown39270window
    unknown55284window
    self707105window
    self81451window
    self89156window
    self98761window
    self1062122window
    self1262117window
    self1407120window
    self1692645window
    self237877window
    self2666101window
    self2889880window
    self407387window
    self4324107window
    self452570window
    self3213274window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML157
    styleLayout1493
    paintCompositeRender95
    scriptParseCompile14
    scriptEvaluation4767
    garbageCollection78
    other1447
    Events (ms)
    FunctionCall2556
    RunMicrotasks1046
    RunTask1007
    UpdateLayoutTree836
    v8.run802
    Layout656
    ParseHTML151
    Commit127
    v8.callFunction116
    PrePaint74
    IntersectionObserverController::computeIntersections70
    Layerize67
    TimerFire62
    HitTest46
    FireAnimationFrame45
    Paint43
    EventDispatch24
    V8.BytecodeBudgetInterrupt20
    DecodedDataDocumentParser::AppendBytes19
    V8.GC_HEAP_EMBEDDER_TRACING_EPILOGUE18
    v8.compile14
    DocumentLoader::CommitNavigation14
    DocumentLoader::BodyLoadingFinished13
    XHRReadyStateChange13
    V8.GC_MC_INCREMENTAL13
    v8.evaluateModule13
    V8.GC_MARK_COMPACTOR12
    V8.GC_MC_INCREMENTAL_EMBEDDER_TRACING12
    V8.DeoptimizeCode11
    V8.HandleInterrupts11
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL11
    V8.DeserializeContext11

    Time spent per request

    URLCPU time (ms)
    https://cdn.diginetica.net/338/client.js2049
    https://privacy-cs.mail.ru/static/sync-loader.js229
    https://mc.yandex.ru/metrika/watch.js208
    https://www.googletagmanager.com/gtm.js?id=GTM-565K2CR204
    https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/footer-libs.e4cf42d2c9fd39c7ab85.js?1736910141.0127
    https://www.googletagmanager.com/gtag/js?id=G-HJNSJ6NG5J&l=dataLayer&cx=c&gtm=45He51e0v76512221za200126
    https://sunlight.net/catalog/zolotye-kolca.html124
    https://g9.sunlight.net/static/webpack-modules-vue3/catalog/listing.ssr-only/dist/main.120a4f1308248850ff1d.js?1736910141.072
    https://static.popmechanic.ru/service/v2/forms.js?v=4.48.3645
    https://g5.sunlight.net/static/webpack-modules-vue3/popups/cities-popup/dist/main.0e005fdb1147f3f794d3.js?1736910141.038
    https://top-fwz1.mail.ru/js/code.js32
    https://g6.sunlight.net/static/webpack-modules-vue3/popups/go-to-app/dist/main.44028120e4b0133b1413.js?1736910141.028
    https://cdn.uxfeedback.ru/assets-4.9.2/1.de85b107d8f17efbb81b.js26
    https://api.mindbox.ru/scripts/v1/tracker.js21
    https://stream.datago.ru/tracker/sp.js17
    https://g6.sunlight.net/static/webpack-modules-vue3/main-site/global-code.ssr-only/dist/367.4949ac8a4272d97e36f5.js17
    https://cdn.branch.io/branch-latest.min.js16
    https://api.mindbox.ru/scripts/modules/webpush_v2.js?version=1.0.68214
    chrome-error://chromewebdata/10

    CPU time spent

    Tool/domainTime (ms)
    cdn.diginetica.net2048.8
    privacy-cs.mail.ru229.3
    Yandex Metrica208.1
    Google Tag Manager329.8
    g6.sunlight.net172.5
    sunlight.net124.1
    g9.sunlight.net71.9
    static.popmechanic.ru45.1
    g5.sunlight.net38.0
    top-fwz1.mail.ru32.2
    cdn.uxfeedback.ru26.3
    api.mindbox.ru35.6
    stream.datago.ru17.4
    Branch Metrics15.6
    | Categories | | Tools | | Cookies | | First vs third | 

    Third party

    Third party requests categorised by Third party web version 0.26.2.

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

    Third party requests and tools

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

    Unmatched third party domains

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

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

    Third party cookies

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

    First party requests and sizes per content type

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

    ContentHeader SizeTransfer SizeContent SizeRequests
    html4.3 KB159.1 KB1.1 MB7
    css0 b42.2 KB174.8 KB5
    javascript0 b290.4 KB806.2 KB8
    image0 b849.4 KB846.0 KB13
    font0 b175.1 KB174.1 KB6
    svg0 b21.7 KB33.8 KB28
    json3.2 KB2.6 KB1.7 KB7
    favicon0 b9.6 KB9.4 KB1
    Total7.8 KB1.5 MB3.0 MB76

    Third party requests and sizes per content type

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

    Axe

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

    Violations

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

    TypeViolations (median)
    Critical 2 (30 issues)
    Serious3 (203 issues)
    Moderate2 (493 issues)
    Minor0 (0 issues)

    loadingExperience ALL | | originLoadingExperience ALL | | 

    CrUx

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

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

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

    Form Factor ALL

    Data collected between 2024-12-16 and 2025-1-12

    MetricValue
    Round trip time 75 percentile158 ms
    Time to first byte (TTFB) 75 percentile1.552 s
    First Contentful Paint (FCP) 75 percentile2.259 s
    Largest Contentful Paint (LCP) 75 percentile3.519 s
    Cumulative Layout Shift (CLS) 75 percentile0.34
    Interaction to next paint (INP) 75 percentile479 ms

    Form factors

    Form factorValue
    Desktop9.76%
    Phone90.24%
    Tablet0.00%

    Navigation types

    Navigation typeValue
    Navigate 58.09%
    Navigate cache 0.00%
    Reload 3.95%
    Restore 0.00%
    Back/Forward 34.68%
    Back/Forward cache 3.28%
    Prerender 0.00%

    Distribution

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

    All pages served from this origin

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

    Form Factor ALL

    Data collected between 2024-12-16 and 2025-1-12

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

    Form factors

    Form factorValue
    Desktop10.68%
    Phone88.13%
    Tablet1.19%

    Navigation types

    Navigation typeValue
    Navigate 78.35%
    Navigate cache 0.00%
    Reload 5.00%
    Restore 0.06%
    Back/Forward 15.24%
    Back/Forward cache 1.25%
    Prerender 0.10%

    Distribution

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