Page summary

https://diamant.ru/diamant-jewelry-catalog/rings/

Tested 2025-01-15 23:11:23 using Chrome 131.0.6778.85 (runtime settings).

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

Summary

MetricValue
Page metrics
Performance Score67
Total Page Transfer Size3.0 MB
Requests107
Timing metrics
TTFB [median]413 ms
First Paint [median]944 ms
Fully Loaded [median]7.455 s
Google Web Vitals
TTFB [median]413 ms
First Contentful Paint (FCP) [median]944 ms
Largest Contentful Paint (LCP) [median]2.384 s
Cumulative Layout Shift (CLS) [median]0.05
Total Blocking Time [median]461 ms
Max Potential FID [median]227 ms
CPU metrics
CPU long tasks [median]7
CPU longest task duration230 ms
CPU last long task happens at2.808 s
Visual Metrics
First Visual Change [median]967 ms
Speed Index [median]2.841 s
Visual Complete 85% [median]6.367 s
Visual Complete 99% [median]6.900 s
Last Visual Change [median]6.900 s
Screenshot of run 2

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange933 ms967 ms959 ms977 ms
LastVisualChange6.775 s6.900 s6.881 s6.967 s
SpeedIndex2.637 s2.841 s2.802 s2.927 s
VisualReadiness5.798 s5.967 s5.922 s6.000 s
VisualComplete855.157 s6.367 s5.986 s6.433 s
VisualComplete955.157 s6.367 s5.986 s6.433 s
VisualComplete996.775 s6.900 s6.881 s6.967 s
Google Web Vitals
Time To First Byte (TTFB)379 ms413 ms415 ms453 ms
Largest Contentful Paint (LCP)2.364 s2.384 s2.427 s2.534 s
First Contentful Paint (FCP)912 ms944 ms942 ms970 ms
Cumulative Layout Shift (CLS)0.03950.04980.04650.0501
More metrics
firstPaint912 ms944 ms942 ms970 ms
loadEventEnd1.160 s1.181 s1.183 s1.208 s
User Timing
Zone1.750 s1.758 s1.761 s1.777 s
Zone:ZoneAwarePromise1.753 s1.764 s1.766 s1.782 s
Zone:toString1.754 s1.765 s1.768 s1.783 s
Zone:util1.755 s1.765 s1.768 s1.784 s
Zone:legacy1.755 s1.766 s1.769 s1.784 s
Zone:timers1.756 s1.767 s1.769 s1.785 s
Zone:requestAnimationFrame1.756 s1.767 s1.769 s1.785 s
Zone:blocking1.756 s1.767 s1.769 s1.785 s
Zone:EventTarget1.756 s1.767 s1.770 s1.786 s
Zone:MutationObserver1.757 s1.768 s1.770 s1.786 s
Zone:IntersectionObserver1.757 s1.769 s1.771 s1.787 s
Zone:FileReader1.758 s1.769 s1.771 s1.787 s
Zone:on_property1.758 s1.769 s1.771 s1.787 s
Zone:customElements1.780 s1.792 s1.794 s1.810 s
Zone:XHR1.781 s1.793 s1.794 s1.810 s
Zone:geolocation1.781 s1.793 s1.795 s1.810 s
Zone:PromiseRejectionEvent1.781 s1.793 s1.795 s1.811 s
Zone:queueMicrotask1.782 s1.793 s1.795 s1.811 s
CPU
Total Blocking Time378 ms461 ms437 ms473 ms
Max Potential FID219 ms227 ms225 ms230 ms
CPU long tasks 7777
CPU last long task happens at2.682 s2.808 s2.776 s2.837 s
| Waterfall | | Download HAR | 

Waterfall

Run 2 SpeedIndex median

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
1 sFirst Contentful Paint 912 msFirst Visual Change 933 ms
1.1 sCPU Long Task duration 68 ms
1.2 sDOM Content Loaded Time 1.158 sPage Load Time 1.160 sCPU Long Task duration 54 ms
1.3 sCPU Long Task duration 84 ms
1.4 sLayout Shift 0.00551 1.371 sLayout Shift 0.00085 1.396 s
1.5 sLayout Shift 0.00021 1.407 sLayout Shift 0.00033 1.461 s
1.6 sLayout Shift 0.03187 1.539 s
1.7 s
1.8 sLayout Shift 0.00036 1.739 sLayout Shift 0.00040 1.754 sZone 1.777 sZone:ZoneAwarePromise 1.782 sZone:toString 1.783 sZone:util 1.784 sZone:legacy 1.784 sZone:timers 1.785 sZone:requestAnimationFrame 1.785 sZone:blocking 1.785 sZone:EventTarget 1.786 sZone:MutationObserver 1.786 s
1.9 sCPU Long Task duration 219 ms
2 s
2.1 s
2.2 sCPU Long Task duration 66 ms
2.3 sCPU Long Task duration 68 ms
2.4 sLCP <> 2.364 s
2.5 s
2.6 s
2.7 s
2.8 s
2.9 sCPU Long Task duration 169 ms
3.1 s
3.8 s
3.9 s
6.4 sVisual Complete 85% 6.367 sVisual Complete 95% 6.367 s
6.5 s
6.6 s
6.7 s
6.8 s
6.9 sLast Visual Change 6.900 sVisual Complete 99% 6.900 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 (67)

TitleAdviceScore
Don't scale images in the browser (avoidScalingImages)The page has 12 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://cdn.sokolov.ru/upload/content/area/361d8f3eb64244e3b7c4a795cf2fc05d.jpg
  • https://cdn.sokolov.ru/upload/content/area/2c03d5261880e55e51119e6cb1ee65f0.png
  • https://pmdn.sokolov.io/pics/27/6B/C1A3FD62743F08239851F90893DC.jpg
  • https://pmdn.sokolov.io/pics/D5/8F/C40DC9F6A08C6DFAEBB312B8D7CC.jpg
  • https://pmdn.sokolov.io/pics/9F/7C/2797D60862C2E6CF613A12CB8308.jpg
  • https://pmdn.sokolov.io/pics/1F/FB/12D10DA3CCAA948A9BFBAA11101F.jpg
  • https://pmdn.sokolov.io/pics/B5/D0/627FCFF077D472E3B501006811A7.jpg
  • https://pmdn.sokolov.io/pics/01/2E/32A2155E6653CCCB12888B3390F0.jpg
  • https://pmdn.sokolov.io/pics/61/5E/D29AF6D513A0E42EC63DDC2580BE.jpg
  • https://pmdn.sokolov.io/pics/6A/13/D5B2FD14B92A446F90F4840B0BE1.jpg
  • https://pmdn.sokolov.io/pics/30/FA/15196A2ECCD163D7E7A8C90FE8C7.jpg
  • https://pmdn.sokolov.io/pics/0F/1A/5C822C0458BF23DD79F9494094A7.jpg
  • Inline CSS for faster first render (inlineCss)The page has both inline CSS and CSS requests even though it uses a HTTP/2-ish connection. If you have many users on slow connections, it can be better to only inline the CSS. Run your own tests and check the waterfall graph to see what happens.95
    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.
    Have a fast largest contentful paint (largestContentfulPaint)Largest contentful paint can be improved 2.534 s. It is in the Google Web Vitals needs improvement range, slower than 2.5 seconds.80
    Description: Largest contentful paint is one of Google Web Vitals and reports the render time of the largest image or text block visible within the viewport, relative to when the page first started loading. To be fast according to Google, it needs to render before 2.5 seconds and results over 4 seconds is poor performance.
    Offenders:
  • https://pmdn.sokolov.io/pics/27/6B/C1A3FD62743F08239851F90893DC.jpg
  • Avoid CPU Long Tasks (longTasks)The page has 7 CPU long tasks with the total of 811 ms. The total blocking time is 461 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:
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • Avoid Frontend single point of failures (spof)The page has 12 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.90
    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://static-catalog.diamant.ru/_next/static/css/da5c851fe6abc320.css
  • https://static-catalog.diamant.ru/_next/static/css/fb06eb2d9007ae08.css
  • https://static-catalog.diamant.ru/_next/static/css/3cd6e18a012fc48d.css
  • https://static-catalog.diamant.ru/_next/static/css/9a69eba9160dc7bf.css
  • https://static-catalog.diamant.ru/_next/static/css/f2f640d30117f472.css
  • https://static-catalog.diamant.ru/_next/static/css/923538a4e5a3c925.css
  • https://static-catalog.diamant.ru/_next/static/css/d0eef9fd56b8149f.css
  • https://static-catalog.diamant.ru/_next/static/css/15d67d9b069b38d7.css
  • https://static-catalog.diamant.ru/_next/static/css/271f9b6b8d1826ce.css
  • https://static-catalog.diamant.ru/_next/static/css/7d06de3534181a6c.css
  • https://static-catalog.diamant.ru/_next/static/css/bd6ac51bf6693b84.css
  • https://static-catalog.diamant.ru/_next/static/css/836fffc9a4348e28.css
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 28 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 248.5 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://diamant.ru/api/v4/content/area/auth-banner/
  • https://diamant.ru/api/v5/profile/
  • https://diamant.ru/api/v5/profile/products/
  • https://diamant.ru/api/v5/handbooks/currency-rates/
  • https://diamant.ru/api/v5/location/check/
  • https://static-catalog.diamant.ru/meta/diamant-manifest.json
  • https://static-catalog.diamant.ru/meta/diamant-new-favicon.ico
  • https://diamant.ru/api/v4/content/area/main-page-topline/
  • https://diamant.ru/api/v4/content/area/feedback-channels/
  • https://catalog.sokolov.ru/api/v2/filters/diamant-jewelry-catalog/rings/
  • https://catalog.sokolov.ru/api/v2/catalog/diamant-jewelry-catalog/rings/?per_page=72
  • https://static-catalog.diamant.ru/meta/diamant-new-favicon.svg
  • https://seo.sokolov.ru/api/v1/meta/ip/
  • https://diamant.ru/api/v5/handbooks/delivery-info/
  • https://diamant.ru/api/v5/products/sale-label/...ducts/sale-label/
  • https://diamant.ru/api/v5/products/comment-info/...cts/comment-info/
  • https://diamant.ru/api/v5/products/prices/.../products/prices/
  • https://pmdn.sokolov.io/pics/27/6B/C1A3FD62743F08239851F90893DC.jpg
  • https://pmdn.sokolov.io/pics/D5/8F/C40DC9F6A08C6DFAEBB312B8D7CC.jpg
  • https://pmdn.sokolov.io/pics/9F/7C/2797D60862C2E6CF613A12CB8308.jpg
  • https://pmdn.sokolov.io/pics/1F/FB/12D10DA3CCAA948A9BFBAA11101F.jpg
  • https://pmdn.sokolov.io/pics/B5/D0/627FCFF077D472E3B501006811A7.jpg
  • https://pmdn.sokolov.io/pics/01/2E/32A2155E6653CCCB12888B3390F0.jpg
  • https://autocomplete.diginetica.net/_health
  • https://pmdn.sokolov.io/pics/61/5E/D29AF6D513A0E42EC63DDC2580BE.jpg
  • https://pmdn.sokolov.io/pics/6A/13/D5B2FD14B92A446F90F4840B0BE1.jpg
  • https://pmdn.sokolov.io/pics/30/FA/15196A2ECCD163D7E7A8C90FE8C7.jpg
  • https://pmdn.sokolov.io/pics/0F/1A/5C822C0458BF23DD79F9494094A7.jpg
  • Long cache headers is good (cacheHeadersLong)The page has 1 request that have a shorter cache time than 30 days (but still a cache time).99
    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://cdn.diginetica.net/5183/client.js
  • Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 86.6 kB and uncompressed size is 518.5 kB. That is big and the CSS could most probably be smaller.50
    Description: Delivering a massive amount of CSS to the browser is not the best thing you can do, because it means more work for the browser when parsing the CSS against the HTML and that makes the rendering slower. Try to send only the CSS that is used on that page. And make sure to remove CSS rules when they aren't used anymore.
    Offenders:
    URLTransfer sizeContent size
    https://static-catalog.diamant.ru/_next/static/css/da5c851fe6abc320.css 50.7 KB366.8 KB
    https://static-catalog.diamant.ru/_next/static/css/fb06eb2d9007ae08.css 5.5 KB27.6 KB
    https://static-catalog.diamant.ru/_next/static/css/3cd6e18a012fc48d.css 7.8 KB41.7 KB
    https://static-catalog.diamant.ru/_next/static/css/9a69eba9160dc7bf.css 2.9 KB11.6 KB
    https://static-catalog.diamant.ru/_next/static/css/f2f640d30117f472.css 1.2 KB1.9 KB
    https://static-catalog.diamant.ru/_next/static/css/923538a4e5a3c925.css 1.2 KB1.8 KB
    https://static-catalog.diamant.ru/_next/static/css/d0eef9fd56b8149f.css 4.2 KB16.4 KB
    https://static-catalog.diamant.ru/_next/static/css/15d67d9b069b38d7.css 6.6 KB31.2 KB
    https://static-catalog.diamant.ru/_next/static/css/271f9b6b8d1826ce.css 1.4 KB2.9 KB
    https://static-catalog.diamant.ru/_next/static/css/7d06de3534181a6c.css 1.1 KB1.6 KB
    https://static-catalog.diamant.ru/_next/static/css/bd6ac51bf6693b84.css 986 B976 B
    https://static-catalog.diamant.ru/_next/static/css/836fffc9a4348e28.css 1.1 KB1.9 KB
    The favicon should be small and cacheable (favicon)The favicon has no cache time. 50
    Description: It is easy to make the favicon big but please avoid doing that, because every browser will then perform an unnecessarily large download. And make sure the cache headers are set for a long time for the favicon. It is easy to miss since it's another content type.
    Offenders:
  • https://static-catalog.diamant.ru/meta/diamant-new-favicon.ico
  • Avoid too many fonts (fewFonts)The page has 4 font requests. Do you really need them? What value does the fonts give the user?60
    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://cdn.sokolov.ru/fonts/montserrat/bold.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/regular.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/medium.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/semibold.woff2
  • Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 666 kB and the uncompressed size is 2.2 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://static-catalog.diamant.ru/_next/static/chunks/webpack-2014491c1c629e45.js 8.3 KB15.0 KB
    https://static-catalog.diamant.ru/_next/static/chunks/framework-12a8921dab738876.js 66.5 KB204.9 KB
    https://static-catalog.diamant.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js 32.3 KB109.0 KB
    https://static-catalog.diamant.ru/_next/static/chunks/pages/_app-18b55b0580ae291f.js 171.9 KB604.3 KB
    https://static-catalog.diamant.ru/_next/static/chunks/4643-fe528e618c90a44c.js 33.2 KB110.9 KB
    https://static-catalog.diamant.ru/_next/static/chunks/1389-6de8ec0aad0d4042.js 18.0 KB61.7 KB
    https://static-catalog.diamant.ru/_next/static/chunks/4729-d2f7556ef5a1e9ce.js 2.6 KB3.9 KB
    https://static-catalog.diamant.ru/_next/static/chunks/7184-0e1e17b595b138db.js 10.0 KB29.0 KB
    https://static-catalog.diamant.ru/_next/static/chunks/8313-b601167552dc71d0.js 14.0 KB41.4 KB
    https://static-catalog.diamant.ru/_next/static/chunks/4203-1c681e00b59e0bd5.js 9.2 KB26.1 KB
    https://static-catalog.diamant.ru/_next/static/chunks/2299-14ee9cc863e3b343.js 6.7 KB16.6 KB
    https://static-catalog.diamant.ru/_next/static/chunks/pages/catalog/client/%5Bca...3f54334c6c0a52.js 3.4 KB6.3 KB
    https://static-catalog.diamant.ru/_next/static/XUU4EpjhlKZw1iqR3L-VX/_buildManifest.js 2.1 KB5.2 KB
    https://static-catalog.diamant.ru/_next/static/XUU4EpjhlKZw1iqR3L-VX/_ssgManifest.js 616 B77 B
    https://static-catalog.diamant.ru/_next/static/chunks/5672.c11cf4318b10989f.js 3.5 KB8.0 KB
    https://static-catalog.diamant.ru/_next/static/chunks/1541.db673ffea797ece4.js 1.7 KB2.6 KB
    https://static-catalog.diamant.ru/_next/static/chunks/3333.c9b72e76d5480d80.js 17.0 KB53.0 KB
    https://static-catalog.diamant.ru/_next/static/chunks/4349.cde88d58e567c71a.js 782 B280 B
    https://static-catalog.diamant.ru/_next/static/chunks/6547.23d062a875b3ff92.js 9.5 KB26.1 KB
    https://static-catalog.diamant.ru/_next/static/chunks/2423.e75b68555dfe965a.js 15.2 KB45.0 KB
    https://static-catalog.diamant.ru/_next/static/chunks/6845.d6d5adc02eb89895.js 2.1 KB4.0 KB
    https://static-catalog.diamant.ru/_next/static/chunks/7811.f8cf24f034ca1213.js 2.0 KB3.3 KB
    https://static-catalog.diamant.ru/_next/static/chunks/7152.ce91b6d3c085f192.js 1.6 KB2.0 KB
    https://static-catalog.diamant.ru/_next/static/chunks/4100.32b68982a7d87933.js 1.1 KB824 B
    https://static-catalog.diamant.ru/_next/static/chunks/5355.983e781220919010.js 1.1 KB903 B
    https://static-catalog.diamant.ru/_next/static/chunks/8316.2f0baf6b0adfaf4f.js 1.1 KB824 B
    https://static-catalog.diamant.ru/_next/static/chunks/4803.a81bac4a22023b4a.js 1013 B673 B
    https://static-catalog.diamant.ru/_next/static/chunks/566.0c0417b504718185.js 1.0 KB784 B
    https://static-catalog.diamant.ru/_next/static/chunks/6018.b56c34e864d9a98d.js 1.1 KB1.0 KB
    https://static-catalog.diamant.ru/_next/static/chunks/3301.b21bc8144664229a.js 1.3 KB1.2 KB
    https://static-catalog.diamant.ru/_next/static/chunks/238.7f236a7b150f34b7.js 974 B590 B
    https://static-catalog.diamant.ru/_next/static/chunks/6612.a3b75b9f163b3244.js 1022 B674 B
    https://static-catalog.diamant.ru/_next/static/chunks/9436-8b7e73a429627c4a.js 6.7 KB15.6 KB
    https://static-catalog.diamant.ru/_next/static/chunks/7413.07cdcc44c06b3a97.js 7.9 KB21.7 KB
    https://static-catalog.diamant.ru/_next/static/chunks/534.75cd38181e3bfa34.js 962 B601 B
    https://static-catalog.diamant.ru/_next/static/chunks/3169.4b2ae05d5b98e6c7.js 1.1 KB827 B
    https://static-catalog.diamant.ru/_next/static/chunks/1062.c8ff81eae6864a7a.js 1.8 KB2.5 KB
    https://static-catalog.diamant.ru/_next/static/chunks/6173.6ae6aad1714077c2.js 1.0 KB911 B
    https://static-catalog.diamant.ru/_next/static/chunks/5377.e06feea9bba83fc3.js 1.1 KB886 B
    https://static-catalog.diamant.ru/_next/static/chunks/3712.39474eba56f03d9e.js 1.0 KB736 B
    https://static-catalog.diamant.ru/_next/static/chunks/1881.2a2f11aa9c6186ed.js 1.1 KB824 B
    https://static-catalog.diamant.ru/_next/static/chunks/7330.1d24b03cd8ec5345.js 1.1 KB946 B
    https://static-catalog.diamant.ru/_next/static/chunks/4379.021e104d0f1004dc.js 1.4 KB1.4 KB
    https://cdn.diginetica.net/5183/client.js 111.4 KB485.5 KB
    https://static-catalog.diamant.ru/_next/static/chunks/5123.a7ad076cb54663ae.js 26.9 KB80.1 KB
    https://static-catalog.diamant.ru/_next/static/chunks/91f5892f.ceac726038f76803.js 745 B260 B
    https://static-catalog.diamant.ru/_next/static/chunks/5074.be7d580206864104.js 7.4 KB25.7 KB
    https://static-catalog.diamant.ru/_next/static/chunks/6434.a726009e658608fe.js 31.8 KB108.3 KB
    https://static-catalog.diamant.ru/_next/static/chunks/8005.2cfdab27d2fbfd93.js 2.7 KB6.1 KB
    https://static-catalog.diamant.ru/_next/static/chunks/8907.181e28100c33d05e.js 1.7 KB2.7 KB
    https://static-catalog.diamant.ru/_next/static/chunks/7883.6ab87a4a7860f364.js 1.0 KB738 B
    Avoid using incorrect mime types (mimeTypes)The page has 1 misconfigured mime type. 99
    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://seo.sokolov.ru/api/v1/meta/ip/
  • Make each CSS response small (optimalCssSize)https://static-catalog.diamant.ru/_next/static/css/da5c851fe6abc320.css size is 51.9 kB (51937) and that is bigger than the limit of 14.5 kB. Try to make the CSS files fit into 14.5 KB.90
    Description: Make CSS responses small to fit into the magic number TCP window size of 14.5 KB. The browser can then download the CSS faster and that will make the page start rendering earlier.
    Offenders:
    URLTransfer sizeContent size
    https://static-catalog.diamant.ru/_next/static/css/da5c851fe6abc320.css 50.7 KB366.8 KB
    Total page size shouldn't be too big (pageSize)The page total transfer size is 3.2 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://diamant.ru/diamant-jewelry-catalog/rings/ 11.1 KB39.2 KB
    https://cdn.sokolov.ru/fonts/montserrat/bold.woff2 52.1 KB51.7 KB
    https://cdn.sokolov.ru/fonts/montserrat/regular.woff2 52.2 KB51.8 KB
    https://cdn.sokolov.ru/fonts/montserrat/medium.woff2 51.9 KB51.6 KB
    https://cdn.sokolov.ru/fonts/montserrat/semibold.woff2 52.0 KB51.7 KB
    https://static-catalog.diamant.ru/_next/static/css/da5c851fe6abc320.css 50.7 KB366.8 KB
    https://static-catalog.diamant.ru/_next/static/css/fb06eb2d9007ae08.css 5.5 KB27.6 KB
    https://static-catalog.diamant.ru/_next/static/css/3cd6e18a012fc48d.css 7.8 KB41.7 KB
    https://static-catalog.diamant.ru/_next/static/css/9a69eba9160dc7bf.css 2.9 KB11.6 KB
    https://static-catalog.diamant.ru/_next/static/chunks/webpack-2014491c1c629e45.js 8.3 KB15.0 KB
    https://static-catalog.diamant.ru/_next/static/chunks/framework-12a8921dab738876.js 66.5 KB204.9 KB
    https://static-catalog.diamant.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js 32.3 KB109.0 KB
    https://static-catalog.diamant.ru/_next/static/chunks/pages/_app-18b55b0580ae291f.js 171.9 KB604.3 KB
    https://static-catalog.diamant.ru/_next/static/chunks/4643-fe528e618c90a44c.js 33.2 KB110.9 KB
    https://static-catalog.diamant.ru/_next/static/chunks/1389-6de8ec0aad0d4042.js 18.0 KB61.7 KB
    https://static-catalog.diamant.ru/_next/static/chunks/4729-d2f7556ef5a1e9ce.js 2.6 KB3.9 KB
    https://static-catalog.diamant.ru/_next/static/chunks/7184-0e1e17b595b138db.js 10.0 KB29.0 KB
    https://static-catalog.diamant.ru/_next/static/chunks/8313-b601167552dc71d0.js 14.0 KB41.4 KB
    https://static-catalog.diamant.ru/_next/static/chunks/4203-1c681e00b59e0bd5.js 9.2 KB26.1 KB
    https://static-catalog.diamant.ru/_next/static/chunks/2299-14ee9cc863e3b343.js 6.7 KB16.6 KB
    https://static-catalog.diamant.ru/_next/static/chunks/pages/catalog/client/%5Bca...3f54334c6c0a52.js 3.4 KB6.3 KB
    https://static-catalog.diamant.ru/_next/static/XUU4EpjhlKZw1iqR3L-VX/_buildManifest.js 2.1 KB5.2 KB
    https://static-catalog.diamant.ru/_next/static/XUU4EpjhlKZw1iqR3L-VX/_ssgManifest.js 616 B77 B
    https://static-catalog.diamant.ru/_next/static/css/f2f640d30117f472.css 1.2 KB1.9 KB
    https://static-catalog.diamant.ru/_next/static/chunks/5672.c11cf4318b10989f.js 3.5 KB8.0 KB
    https://static-catalog.diamant.ru/_next/static/css/923538a4e5a3c925.css 1.2 KB1.8 KB
    https://static-catalog.diamant.ru/_next/static/chunks/1541.db673ffea797ece4.js 1.7 KB2.6 KB
    https://static-catalog.diamant.ru/_next/static/css/d0eef9fd56b8149f.css 4.2 KB16.4 KB
    https://static-catalog.diamant.ru/_next/static/chunks/3333.c9b72e76d5480d80.js 17.0 KB53.0 KB
    https://static-catalog.diamant.ru/_next/static/chunks/4349.cde88d58e567c71a.js 782 B280 B
    https://static-catalog.diamant.ru/_next/static/chunks/6547.23d062a875b3ff92.js 9.5 KB26.1 KB
    https://static-catalog.diamant.ru/_next/static/css/15d67d9b069b38d7.css 6.6 KB31.2 KB
    https://static-catalog.diamant.ru/_next/static/chunks/2423.e75b68555dfe965a.js 15.2 KB45.0 KB
    https://static-catalog.diamant.ru/_next/static/css/271f9b6b8d1826ce.css 1.4 KB2.9 KB
    https://static-catalog.diamant.ru/_next/static/chunks/6845.d6d5adc02eb89895.js 2.1 KB4.0 KB
    https://static-catalog.diamant.ru/_next/static/css/7d06de3534181a6c.css 1.1 KB1.6 KB
    https://static-catalog.diamant.ru/_next/static/chunks/7811.f8cf24f034ca1213.js 2.0 KB3.3 KB
    https://static-catalog.diamant.ru/_next/static/chunks/7152.ce91b6d3c085f192.js 1.6 KB2.0 KB
    https://static-catalog.diamant.ru/_next/static/chunks/4100.32b68982a7d87933.js 1.1 KB824 B
    https://static-catalog.diamant.ru/_next/static/chunks/5355.983e781220919010.js 1.1 KB903 B
    https://static-catalog.diamant.ru/_next/static/chunks/8316.2f0baf6b0adfaf4f.js 1.1 KB824 B
    https://static-catalog.diamant.ru/_next/static/chunks/4803.a81bac4a22023b4a.js 1013 B673 B
    https://static-catalog.diamant.ru/_next/static/chunks/566.0c0417b504718185.js 1.0 KB784 B
    https://diamant.ru/api/v4/content/area/auth-banner/ 1.3 KB1.4 KB
    https://catalog.sokolov.ru/api/v2/filters/diamant-jewelry-catalog/rings/ 0 b0 b
    https://static-catalog.diamant.ru/_next/static/chunks/6018.b56c34e864d9a98d.js 1.1 KB1.0 KB
    https://static-catalog.diamant.ru/_next/static/chunks/3301.b21bc8144664229a.js 1.3 KB1.2 KB
    https://diamant.ru/api/v5/profile/ 691 B69 B
    https://diamant.ru/api/v6/basket/easy-calculate/ 1.2 KB392 B
    https://diamant.ru/api/v5/profile/products/ 1020 B40 B
    https://diamant.ru/api/v5/handbooks/currency-rates/ 563 B155 B
    https://diamant.ru/api/v5/location/check/ 1.0 KB128 B
    https://static-catalog.diamant.ru/meta/diamant-manifest.json 898 B640 B
    https://static-catalog.diamant.ru/meta/diamant-new-favicon.ico 1.4 KB9.4 KB
    https://static-catalog.diamant.ru/_next/static/chunks/238.7f236a7b150f34b7.js 974 B590 B
    https://static-catalog.diamant.ru/_next/static/chunks/6612.a3b75b9f163b3244.js 1022 B674 B
    https://seo.sokolov.ru/api/v1/meta/ip/ 0 b0 b
    https://diamant.ru/api/v4/content/area/main-page-topline/ 1.1 KB1.3 KB
    https://diamant.ru/api/v4/content/area/feedback-channels/ 1.0 KB2.4 KB
    https://static-catalog.diamant.ru/_next/static/chunks/9436-8b7e73a429627c4a.js 6.7 KB15.6 KB
    https://static-catalog.diamant.ru/_next/static/chunks/7413.07cdcc44c06b3a97.js 7.9 KB21.7 KB
    https://static-catalog.diamant.ru/_next/static/chunks/534.75cd38181e3bfa34.js 962 B601 B
    https://static-catalog.diamant.ru/_next/static/chunks/3169.4b2ae05d5b98e6c7.js 1.1 KB827 B
    https://static-catalog.diamant.ru/_next/static/chunks/1062.c8ff81eae6864a7a.js 1.8 KB2.5 KB
    https://static-catalog.diamant.ru/_next/static/chunks/6173.6ae6aad1714077c2.js 1.0 KB911 B
    https://static-catalog.diamant.ru/_next/static/chunks/5377.e06feea9bba83fc3.js 1.1 KB886 B
    https://static-catalog.diamant.ru/_next/static/chunks/3712.39474eba56f03d9e.js 1.0 KB736 B
    https://static-catalog.diamant.ru/_next/static/chunks/1881.2a2f11aa9c6186ed.js 1.1 KB824 B
    https://catalog.sokolov.ru/api/v2/catalog/diamant-jewelry-catalog/rings/?per_page=72 0 b0 b
    https://static-catalog.diamant.ru/_next/static/css/bd6ac51bf6693b84.css 986 B976 B
    https://static-catalog.diamant.ru/_next/static/chunks/7330.1d24b03cd8ec5345.js 1.1 KB946 B
    https://catalog.sokolov.ru/api/v2/filters/diamant-jewelry-catalog/rings/ 11.2 KB78.2 KB
    https://cdn.sokolov.ru/upload/content/area/2c03d5261880e55e51119e6cb1ee65f0.png 38.5 KB38.2 KB
    https://catalog.sokolov.ru/api/v2/catalog/diamant-jewelry-catalog/rings/?per_page=72 22.1 KB205.1 KB
    https://static-catalog.diamant.ru/meta/diamant-new-favicon.svg 894 B680 B
    https://seo.sokolov.ru/api/v1/meta/ip/ 207 B31 B
    https://cdn.sokolov.ru/upload/content/area/361d8f3eb64244e3b7c4a795cf2fc05d.jpg 8.0 KB7.8 KB
    https://static-catalog.diamant.ru/_next/static/chunks/4379.021e104d0f1004dc.js 1.4 KB1.4 KB
    https://cdn.diginetica.net/5183/client.js 111.4 KB485.5 KB
    https://static-catalog.diamant.ru/_next/static/chunks/5123.a7ad076cb54663ae.js 26.9 KB80.1 KB
    https://static-catalog.diamant.ru/_next/static/chunks/91f5892f.ceac726038f76803.js 745 B260 B
    https://static-catalog.diamant.ru/_next/static/chunks/5074.be7d580206864104.js 7.4 KB25.7 KB
    https://static-catalog.diamant.ru/_next/static/chunks/6434.a726009e658608fe.js 31.8 KB108.3 KB
    https://static-catalog.diamant.ru/_next/static/chunks/8005.2cfdab27d2fbfd93.js 2.7 KB6.1 KB
    https://diamant.ru/api/v4/content/filter/ 552 B165 B
    https://diamant.ru/api/v4/content/filter/web-catalog-top/ 572 B193 B
    https://diamant.ru/api/v5/handbooks/delivery-info/ 1.7 KB3.7 KB
    https://diamant.ru/api/v5/products/sale-label/...ducts/sale-label/ 1.9 KB1.4 KB
    https://diamant.ru/api/v5/products/comment-info/...cts/comment-info/ 4.2 KB9.1 KB
    https://diamant.ru/api/v5/products/prices/.../products/prices/ 1.7 KB11.2 KB
    https://static-catalog.diamant.ru/_next/static/css/836fffc9a4348e28.css 1.1 KB1.9 KB
    https://static-catalog.diamant.ru/_next/static/chunks/8907.181e28100c33d05e.js 1.7 KB2.7 KB
    https://static-catalog.diamant.ru/_next/static/chunks/7883.6ab87a4a7860f364.js 1.0 KB738 B
    https://pmdn.sokolov.io/pics/27/6B/C1A3FD62743F08239851F90893DC.jpg 22.3 KB22.1 KB
    https://pmdn.sokolov.io/pics/D5/8F/C40DC9F6A08C6DFAEBB312B8D7CC.jpg 28.2 KB27.9 KB
    https://pmdn.sokolov.io/pics/9F/7C/2797D60862C2E6CF613A12CB8308.jpg 15.8 KB15.5 KB
    https://pmdn.sokolov.io/pics/1F/FB/12D10DA3CCAA948A9BFBAA11101F.jpg 15.1 KB14.9 KB
    https://pmdn.sokolov.io/pics/B5/D0/627FCFF077D472E3B501006811A7.jpg 18.4 KB18.1 KB
    https://pmdn.sokolov.io/pics/01/2E/32A2155E6653CCCB12888B3390F0.jpg 16.9 KB16.6 KB
    https://autocomplete.diginetica.net/_health 363 B2 B
    https://pmdn.sokolov.io/pics/61/5E/D29AF6D513A0E42EC63DDC2580BE.jpg 15.7 KB15.4 KB
    https://pmdn.sokolov.io/pics/6A/13/D5B2FD14B92A446F90F4840B0BE1.jpg 22.7 KB22.4 KB
    https://pmdn.sokolov.io/pics/30/FA/15196A2ECCD163D7E7A8C90FE8C7.jpg 17.9 KB17.6 KB
    https://pmdn.sokolov.io/pics/0F/1A/5C822C0458BF23DD79F9494094A7.jpg 16.5 KB16.2 KB
    https://2pmdn.sokolov.io/pics/DD/E6/B1DD034AF8C9EA1D96C96FE5DAB1.mp4 N/A32.0 KB
    https://2pmdn.sokolov.io/pics/DD/E6/B1DD034AF8C9EA1D96C96FE5DAB1.mp4 26.3 KB26.1 KB
    https://2pmdn.sokolov.io/pics/DD/E6/B1DD034AF8C9EA1D96C96FE5DAB1.mp4 1.8 MB1.8 MB
    Don't use private headers on static content (privateAssets)The page has 3 requests with private headers. The main page has a private header. It could be right in some cases where the user can be logged in and served specific content. But if your asset is static it should never be private. Make sure that the assets really should be private and only used by one user. Otherwise, make it cacheable for everyone.80
    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://diamant.ru/diamant-jewelry-catalog/rings/
  • https://catalog.sokolov.ru/api/v2/filters/diamant-jewelry-catalog/rings/
  • https://catalog.sokolov.ru/api/v2/catalog/diamant-jewelry-catalog/rings/?per_page=72
  • Avoid missing and error requests (responseOk)The page has 1 error response. The page has 1 response with code 404. 90
    Description: Your page should never request assets that return a 400 or 500 error. These requests are never cached. If that happens something is broken. Please fix it.
    Offenders:
  • https://diamant.ru/api/v5/profile/
  • Best practice advice (74)

    TitleAdviceScore
    Meta description (metaDescription)The meta description is too long. It has 203 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 28 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://diamant.ru/a...t/easy-calculate/ has a header set-cookie that is 813 characters long. https://diamant.ru/a...profile/products/ has a header set-cookie that is 813 characters long. https://diamant.ru/a...5/location/check/ has a header set-cookie that is 843 characters long. https://diamant.ru/a...ducts/sale-label/ has a header link that is 1296 characters long. https://diamant.ru/a...cts/comment-info/ has a header link that is 3902 characters long. 95
    Description: Do not send response headers that are too long.
    Offenders:
  • https://diamant.ru/api/v6/basket/easy-calculate/
  • https://diamant.ru/api/v5/profile/products/
  • https://diamant.ru/api/v5/location/check/
  • https://diamant.ru/api/v5/products/sale-label/...ducts/sale-label/
  • https://diamant.ru/api/v5/products/comment-info/...cts/comment-info/
  • Avoid too many third party requests (thirdParty)The page do 25% requests to third party domains (27 requests and 2.5 MB). First party is 80 requests and 672.1 kB. The page transfer more bytes from third party domains (2.5 MB) then first party (672.1 kB). The regex .*diamant.* was used to calculate first/third party requests.0
    Description: Do not load most of your content from third party URLs.
    Avoid unnecessary headers (unnecessaryHeaders)There are 6 responses that sets both a max-age and expires header. There are 2 responses that sets a pragma no-cache header (that is a request header). There are 106 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://diamant.ru/diamant-jewelry-catalog/rings/
  • https://cdn.sokolov.ru/fonts/montserrat/bold.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/bold.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/regular.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/regular.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/medium.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/medium.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/semibold.woff2
  • https://cdn.sokolov.ru/fonts/montserrat/semibold.woff2
  • https://static-catalog.diamant.ru/_next/static/css/da5c851fe6abc320.css
  • https://static-catalog.diamant.ru/_next/static/css/fb06eb2d9007ae08.css
  • https://static-catalog.diamant.ru/_next/static/css/3cd6e18a012fc48d.css
  • https://static-catalog.diamant.ru/_next/static/css/9a69eba9160dc7bf.css
  • https://static-catalog.diamant.ru/_next/static/chunks/webpack-2014491c1c629e45.js
  • https://static-catalog.diamant.ru/_next/static/chunks/framework-12a8921dab738876.js
  • https://static-catalog.diamant.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js
  • https://static-catalog.diamant.ru/_next/static/chunks/pages/_app-18b55b0580ae291f.js
  • https://static-catalog.diamant.ru/_next/static/chunks/4643-fe528e618c90a44c.js
  • https://static-catalog.diamant.ru/_next/static/chunks/1389-6de8ec0aad0d4042.js
  • https://static-catalog.diamant.ru/_next/static/chunks/4729-d2f7556ef5a1e9ce.js
  • https://static-catalog.diamant.ru/_next/static/chunks/7184-0e1e17b595b138db.js
  • https://static-catalog.diamant.ru/_next/static/chunks/8313-b601167552dc71d0.js
  • https://static-catalog.diamant.ru/_next/static/chunks/4203-1c681e00b59e0bd5.js
  • https://static-catalog.diamant.ru/_next/static/chunks/2299-14ee9cc863e3b343.js
  • https://static-catalog.diamant.ru/_next/static/chunks/pages/catalog/client/%5Bca...3f54334c6c0a52.js
  • https://static-catalog.diamant.ru/_next/static/XUU4EpjhlKZw1iqR3L-VX/_buildManifest.js
  • https://static-catalog.diamant.ru/_next/static/XUU4EpjhlKZw1iqR3L-VX/_ssgManifest.js
  • https://static-catalog.diamant.ru/_next/static/css/f2f640d30117f472.css
  • https://static-catalog.diamant.ru/_next/static/chunks/5672.c11cf4318b10989f.js
  • https://static-catalog.diamant.ru/_next/static/css/923538a4e5a3c925.css
  • https://static-catalog.diamant.ru/_next/static/chunks/1541.db673ffea797ece4.js
  • https://static-catalog.diamant.ru/_next/static/css/d0eef9fd56b8149f.css
  • https://static-catalog.diamant.ru/_next/static/chunks/3333.c9b72e76d5480d80.js
  • https://static-catalog.diamant.ru/_next/static/chunks/4349.cde88d58e567c71a.js
  • https://static-catalog.diamant.ru/_next/static/chunks/6547.23d062a875b3ff92.js
  • https://static-catalog.diamant.ru/_next/static/css/15d67d9b069b38d7.css
  • https://static-catalog.diamant.ru/_next/static/chunks/2423.e75b68555dfe965a.js
  • https://static-catalog.diamant.ru/_next/static/css/271f9b6b8d1826ce.css
  • https://static-catalog.diamant.ru/_next/static/chunks/6845.d6d5adc02eb89895.js
  • https://static-catalog.diamant.ru/_next/static/css/7d06de3534181a6c.css
  • https://static-catalog.diamant.ru/_next/static/chunks/7811.f8cf24f034ca1213.js
  • https://static-catalog.diamant.ru/_next/static/chunks/7152.ce91b6d3c085f192.js
  • https://static-catalog.diamant.ru/_next/static/chunks/4100.32b68982a7d87933.js
  • https://static-catalog.diamant.ru/_next/static/chunks/5355.983e781220919010.js
  • https://static-catalog.diamant.ru/_next/static/chunks/8316.2f0baf6b0adfaf4f.js
  • https://static-catalog.diamant.ru/_next/static/chunks/4803.a81bac4a22023b4a.js
  • https://static-catalog.diamant.ru/_next/static/chunks/566.0c0417b504718185.js
  • https://diamant.ru/api/v4/content/area/auth-banner/
  • https://catalog.sokolov.ru/api/v2/filters/diamant-jewelry-catalog/rings/
  • https://static-catalog.diamant.ru/_next/static/chunks/6018.b56c34e864d9a98d.js
  • https://static-catalog.diamant.ru/_next/static/chunks/3301.b21bc8144664229a.js
  • https://diamant.ru/api/v5/profile/
  • https://diamant.ru/api/v6/basket/easy-calculate/
  • https://diamant.ru/api/v6/basket/easy-calculate/
  • https://diamant.ru/api/v6/basket/easy-calculate/
  • https://diamant.ru/api/v5/profile/products/
  • https://diamant.ru/api/v5/profile/products/
  • https://diamant.ru/api/v5/profile/products/
  • https://diamant.ru/api/v5/handbooks/currency-rates/
  • https://diamant.ru/api/v5/location/check/
  • https://static-catalog.diamant.ru/meta/diamant-manifest.json
  • https://static-catalog.diamant.ru/meta/diamant-new-favicon.ico
  • https://static-catalog.diamant.ru/_next/static/chunks/238.7f236a7b150f34b7.js
  • https://static-catalog.diamant.ru/_next/static/chunks/6612.a3b75b9f163b3244.js
  • https://seo.sokolov.ru/api/v1/meta/ip/
  • https://diamant.ru/api/v4/content/area/main-page-topline/
  • https://diamant.ru/api/v4/content/area/feedback-channels/
  • https://static-catalog.diamant.ru/_next/static/chunks/9436-8b7e73a429627c4a.js
  • https://static-catalog.diamant.ru/_next/static/chunks/7413.07cdcc44c06b3a97.js
  • https://static-catalog.diamant.ru/_next/static/chunks/534.75cd38181e3bfa34.js
  • https://static-catalog.diamant.ru/_next/static/chunks/3169.4b2ae05d5b98e6c7.js
  • https://static-catalog.diamant.ru/_next/static/chunks/1062.c8ff81eae6864a7a.js
  • https://static-catalog.diamant.ru/_next/static/chunks/6173.6ae6aad1714077c2.js
  • https://static-catalog.diamant.ru/_next/static/chunks/5377.e06feea9bba83fc3.js
  • https://static-catalog.diamant.ru/_next/static/chunks/3712.39474eba56f03d9e.js
  • https://static-catalog.diamant.ru/_next/static/chunks/1881.2a2f11aa9c6186ed.js
  • https://catalog.sokolov.ru/api/v2/catalog/diamant-jewelry-catalog/rings/?per_page=72
  • https://static-catalog.diamant.ru/_next/static/css/bd6ac51bf6693b84.css
  • https://static-catalog.diamant.ru/_next/static/chunks/7330.1d24b03cd8ec5345.js
  • https://catalog.sokolov.ru/api/v2/filters/diamant-jewelry-catalog/rings/
  • https://cdn.sokolov.ru/upload/content/area/2c03d5261880e55e51119e6cb1ee65f0.png
  • https://catalog.sokolov.ru/api/v2/catalog/diamant-jewelry-catalog/rings/?per_page=72
  • https://static-catalog.diamant.ru/meta/diamant-new-favicon.svg
  • https://seo.sokolov.ru/api/v1/meta/ip/
  • https://cdn.sokolov.ru/upload/content/area/361d8f3eb64244e3b7c4a795cf2fc05d.jpg
  • https://static-catalog.diamant.ru/_next/static/chunks/4379.021e104d0f1004dc.js
  • https://cdn.diginetica.net/5183/client.js
  • https://static-catalog.diamant.ru/_next/static/chunks/5123.a7ad076cb54663ae.js
  • https://static-catalog.diamant.ru/_next/static/chunks/91f5892f.ceac726038f76803.js
  • https://static-catalog.diamant.ru/_next/static/chunks/5074.be7d580206864104.js
  • https://static-catalog.diamant.ru/_next/static/chunks/6434.a726009e658608fe.js
  • https://static-catalog.diamant.ru/_next/static/chunks/8005.2cfdab27d2fbfd93.js
  • https://diamant.ru/api/v4/content/filter/
  • https://diamant.ru/api/v4/content/filter/web-catalog-top/
  • https://diamant.ru/api/v5/handbooks/delivery-info/
  • https://diamant.ru/api/v5/products/sale-label/...ducts/sale-label/
  • https://diamant.ru/api/v5/products/comment-info/...cts/comment-info/
  • https://diamant.ru/api/v5/products/prices/.../products/prices/
  • https://static-catalog.diamant.ru/_next/static/css/836fffc9a4348e28.css
  • https://static-catalog.diamant.ru/_next/static/chunks/8907.181e28100c33d05e.js
  • https://static-catalog.diamant.ru/_next/static/chunks/7883.6ab87a4a7860f364.js
  • https://pmdn.sokolov.io/pics/27/6B/C1A3FD62743F08239851F90893DC.jpg
  • https://pmdn.sokolov.io/pics/D5/8F/C40DC9F6A08C6DFAEBB312B8D7CC.jpg
  • https://pmdn.sokolov.io/pics/9F/7C/2797D60862C2E6CF613A12CB8308.jpg
  • https://pmdn.sokolov.io/pics/1F/FB/12D10DA3CCAA948A9BFBAA11101F.jpg
  • https://pmdn.sokolov.io/pics/B5/D0/627FCFF077D472E3B501006811A7.jpg
  • https://pmdn.sokolov.io/pics/01/2E/32A2155E6653CCCB12888B3390F0.jpg
  • https://pmdn.sokolov.io/pics/61/5E/D29AF6D513A0E42EC63DDC2580BE.jpg
  • https://pmdn.sokolov.io/pics/6A/13/D5B2FD14B92A446F90F4840B0BE1.jpg
  • https://pmdn.sokolov.io/pics/30/FA/15196A2ECCD163D7E7A8C90FE8C7.jpg
  • https://pmdn.sokolov.io/pics/0F/1A/5C822C0458BF23DD79F9494094A7.jpg
  • https://2pmdn.sokolov.io/pics/DD/E6/B1DD034AF8C9EA1D96C96FE5DAB1.mp4
  • https://2pmdn.sokolov.io/pics/DD/E6/B1DD034AF8C9EA1D96C96FE5DAB1.mp4
  • https://2pmdn.sokolov.io/pics/DD/E6/B1DD034AF8C9EA1D96C96FE5DAB1.mp4
  • Privacy advice (86)

    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://diamant.ru/diamant-jewelry-catalog/rings/
  • Set a referrer-policy header to make sure you do not leak user information. (referrerPolicyHeader)Set a referrer-policy header to make sure you do not leak user information.0
    Description: Referrer Policy is a new header that allows a site to control how much information the browser includes with navigations away from a document and should be set by all sites. https://scotthelme.co.uk/a-new-security-header-referrer-policy/.
    Offenders:
  • https://diamant.ru/diamant-jewelry-catalog/rings/
  • Set a strict transport header to make sure the user always use HTTPS. (strictTransportSecurityHeader)A strict transport header is set but miss out on setting includeSubDomainsThe max age is lower than six months. Increase it to get a better score.70
    Description: The HTTP Strict-Transport-Security response header (often abbreviated as HSTS) lets a web site tell browsers that it should only be accessed using HTTPS, instead of using HTTP. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security.

    Page info

    Page info
    TitleКольца — купить в официальном интернет-магазине Diamant — выгодные цены от производителя
    Width485
    Height15969
    DOM elements3038
    Avg DOM depth15
    Max DOM depth20
    Iframes0
    Script tags20
    Local storage18 B
    Session storage564 B
    Network Information API4g
    Resource Hints
    dns-prefetch
    http://cdn.diginetica.net/
    preconnect
    http://autocomplete.diginetica.net/
    https://static.criteo.net/
    https://cm.g.doubleclick.net/
    https://ad.mail.ru/
    https://googleads.g.doubleclick.net/
    https://www.googletagmanager.com/
    https://www.google-analytics.com/
    https://api.mindbox.ru/
    https://api.flocktory.com/
    https://demo4.paasweb.co.il/

    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
    Nginx 100  Web servers Reverse proxies
    Amazon Web Services 100  PaaS
    HSTS 100  Security
    | Browser metrics | Visual Metrics | Largest Contentful Paint | Cumulative Layout Shift | Long Aninimation Frames | 

    Data from run 2

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)379 ms
    First Contentful Paint (FCP)912 ms
    Largest Contentful Paint (LCP)2.364 s
    Cumulative Layout Shift (CLS)0.04
    Total Blocking Time (TBT)378 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP150
    Time spent in recalculate style before FCP14.091 ms
    Extra timings
    TTFB379 ms
    First Paint912 ms
    Load Event End1.160 s
    Fully loaded7.455 s
    User Timing marks
    Zone1.777 s
    Zone:ZoneAwarePromise1.782 s
    Zone:toString1.783 s
    Zone:util1.784 s
    Zone:legacy1.784 s
    Zone:timers1.785 s
    Zone:requestAnimationFrame1.785 s
    Zone:blocking1.785 s
    Zone:EventTarget1.786 s
    Zone:MutationObserver1.786 s
    Zone:IntersectionObserver1.787 s
    Zone:FileReader1.787 s
    Zone:on_property1.787 s
    Zone:customElements1.810 s
    Zone:XHR1.810 s
    Zone:geolocation1.810 s
    Zone:PromiseRejectionEvent1.811 s
    Zone:queueMicrotask1.811 s
    User Timing measures
    NameStart timeDuration
    Next.js-before-hydration0 ms1.154 s
    Next.js-hydration1.154 s60 ms
    Zone1.777 s5 ms
    Zone:ZoneAwarePromise1.782 s1 ms
    Zone:toString1.783 s0 ms
    Zone:util1.784 s1 ms
    Zone:legacy1.784 s0 ms
    Zone:timers1.785 s0 ms
    Zone:requestAnimationFrame1.785 s0 ms
    Zone:blocking1.785 s0 ms
    Zone:EventTarget1.786 s1 ms
    Zone:MutationObserver1.786 s0 ms
    Zone:IntersectionObserver1.787 s0 ms
    Zone:FileReader1.787 s0 ms
    Zone:on_property1.787 s23 ms
    Zone:customElements1.810 s0 ms
    Zone:XHR1.810 s0 ms
    Zone:geolocation1.810 s0 ms
    Zone:PromiseRejectionEvent1.811 s0 ms
    Zone:queueMicrotask1.811 s0 ms

    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.

    Render time 2.364 s
    Elements that needed recalculate style before LCP3328
    Time spent in recalculate style before LCP152.361 ms
    Load time2.364 s
    URL https://pmdn.sokolov...39851F90893DC.jpg
    Size (width*height)48180
    DOM path
    <>
    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.03953 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.03187<main class="mainLayout_main__L9rDe"></main>,<input enterkeyhint="search" id="text_search_input" autocomplete="off" type="text" placeholder="Поиск по каталогу" class="_Input_input__7xcBD _Input_input_small__MS1Mh _Input_input_icon__SFwu_" name="text_search_input" value="">
    body > div#__next > div#catalog > div > main,body > div#__next > div#catalog > div > header > div:eq(1) > div > div:eq(2) > div:eq(1) > div > div > div > input#text_search_input
    0.00551<input enterkeyhint="search" id="text_search_input" autocomplete="off" type="text" placeholder="Поиск по каталогу" class="_Input_input__7xcBD _Input_input_small__MS1Mh _Input_input_icon__SFwu_" name="text_search_input" value="">,<div class="NavigationButton_navigation-button__text__aTSFr"></div>
    body > div#__next > div#catalog > div > header > div:eq(1) > div > div:eq(2) > div:eq(1) > div > div > div > input#text_search_input,body > div#__next > div#catalog > div > div:eq(0) > div > button:eq(1) > div
    0.00085<input enterkeyhint="search" id="text_search_input" autocomplete="off" type="text" placeholder="Поиск по каталогу" class="_Input_input__7xcBD _Input_input_small__MS1Mh _Input_input_icon__SFwu_" name="text_search_input" value="">
    body > div#__next > div#catalog > div > header > div:eq(1) > div > div:eq(2) > div:eq(1) > div > div > div > input#text_search_input
    0.00040<button class="ChipsTag_tag__PaJsQ ChipsTag_tag__gray__znwBx ChipsTag_tag__s__fiNcy"></button>,<button class="ChipsTag_tag__PaJsQ ChipsTag_tag__gray__znwBx ChipsTag_tag__s__fiNcy"></button>
    body > div#__next > div#catalog > div > main > div > div > section > div:eq(1) > div:eq(0) > button:eq(2),body > div#__next > div#catalog > div > main > div > div > section > div:eq(1) > div:eq(0) > button:eq(3)
    0.00036<div class="Header_header__inner__wmRSn Header_header_catalog___9RZY"></div>
    body > div#__next > div#catalog > div > header > div:eq(1)
    0.00033<div class="Badge_badge-wrapper__mGXQc"></div>
    body > div#__next > div#catalog > div > main > div > div > section > div:eq(1) > div:eq(0) > div
    0.00021<div class="NavigationButton_navigation-button__text__aTSFr"></div>,<div class="NavigationButton_navigation-button__text__aTSFr"></div>,<div class="NavigationButton_navigation-button__text__aTSFr"></div>,<div class="NavigationButton_navigation-button__text__aTSFr"></div>
    body > div#__next > div#catalog > div > div:eq(0) > div > button:eq(0) > div,body > div#__next > div#catalog > div > div:eq(0) > div > a:eq(0) > button > div,body > div#__next > div#catalog > div > div:eq(0) > div > a:eq(1) > button > div,body > div#__next > div#catalog > div > div:eq(0) > div > button:eq(2) > div
    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.

    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
    190 ms235.5 ms20.5 ms10.4 ms10.1 ms
    https://static-catalog.diamant.ru/_next/static/chunks/6434.a726009e658608fe.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    146 ms169.4 ms26.6 ms0.2 ms26.4 ms
    https://static-catalog.diamant.ru/_next/static/chunks/pages/_app-18b55b0580ae291f.js

    Forced Style And Layout Duration: 6 ms

    Invoker:  Response.json.then
    Invoker Type: resolve-promise
    Window attribution: self
    Source char position: -1

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    41 ms91.7 ms22.3 ms13.5 ms8.8 ms
    https://static-catalog.diamant.ru/_next/static/chunks/framework-12a8921dab738876.js

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

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

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    38 ms89.7 ms4.3 ms0 ms4.3 ms
    https://static-catalog.diamant.ru/_next/static/chunks/framework-12a8921dab738876.js

    Forced Style And Layout Duration: 2 ms

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    24 ms91.9 ms7.1 ms2.9 ms4.2 ms
    https://static-catalog.diamant.ru/_next/static/chunks/framework-12a8921dab738876.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    18 ms68 ms0 ms0 ms0 ms
    https://static-catalog.diamant.ru/_next/static/chunks/pages/_app-18b55b0580ae291f.js

    Invoker:  https://static-catalog.diamant.ru/_next/static/chunks/pages/_app-18b55b0580ae291f.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    4 ms58 ms0 ms0 ms0 ms
    https://static-catalog.diamant.ru/_next/static/chunks/framework-12a8921dab738876.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    4 ms43.1 ms11.9 ms3.3 ms8.6 ms
    https://static-catalog.diamant.ru/_next/static/chunks/framework-12a8921dab738876.js

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

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms493.9 ms20.1 ms0.1 ms20 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms56.4 ms0.6 ms0.5 ms0.1 ms
    https://static-catalog.diamant.ru/_next/static/chunks/framework-12a8921dab738876.js

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

    https://static-catalog.diamant.ru/_next/static/chunks/5672.c11cf4318b10989f.js

    Invoker:  https://static-catalog.diamant.ru/_next/static/chunks/5672.c11cf4318b10989f.js
    Invoker Type: classic-script
    Window attribution: self

    https://static-catalog.diamant.ru/_next/static/chunks/3333.c9b72e76d5480d80.js

    Forced Style And Layout Duration: 4 ms

    Invoker:  https://static-catalog.diamant.ru/_next/static/chunks/3333.c9b72e76d5480d80.js
    Invoker Type: classic-script
    Window attribution: self

    Server timings

    There are no Server Timings.

    Custom metrics collected through JavaScript

    There are no custom configured scripts.

    Extra metrics collected using scripting

    There are no custom extra metrics from scripting.

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

    PageXray

    How the page is built.

    Summary
    HTTP versionHTTP/2.0
    Total requests107
    Total domains9
    Total transfer size3.0 MB
    Total content size5.2 MB
    Responses missing compression44
    Number of cookies15
    Third party cookies0
    Requests per response code
    200103
    2063
    4041

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b11.1 KB39.2 KB1
    css0 b84.6 KB506.3 KB12
    javascript555 B650.4 KB2.1 MB51
    image0 b236.0 KB232.8 KB12
    font0 b208.2 KB206.8 KB4
    json0 b52.5 KB315.3 KB18
    plain0 b0 b0 b2
    favicon0 b1.4 KB9.4 KB1
    other0 b0 b0 b1
    svg0 b894 B680 B1
    video0 b1.8 MB1.9 MB3
    Total555 B3.0 MB5.2 MB106

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    diamant.ru3.208 s29.6 KB70.7 KB15
    cdn.sokolov.ru2.062 s254.7 KB252.7 KB6
    static-catalog.diamant.ru10.448 s626.7 KB2.1 MB65
    catalog.sokolov.ru1.270 s33.2 KB283.2 KB4
    seo.sokolov.ru312 ms207 B31 B2
    cdn.diginetica.net363 ms111.4 KB485.5 KB1
    pmdn.sokolov.io2.417 s189.5 KB186.8 KB10
    autocomplete.diginetica.net303 ms363 B2 B1
    2pmdn.sokolov.io3.054 s1.8 MB1.9 MB3

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds1 year1 year
    Last modified17 hours3 weeks46 weeks

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css17.6 KB8
    javascript271.7 KB37
    image236.0 KB12
    font0 b0
    json52.5 KB18
    plain0 b2
    favicon1.4 KB1
    other0 b1
    svg894 B1
    video1.8 MB3
    Total2.4 MB84

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css17.6 KB8
    javascript271.7 KB37
    image236.0 KB12
    font0 b0
    json52.5 KB18
    plain0 b2
    favicon1.4 KB1
    other0 b1
    svg894 B1
    video1.8 MB3
    Total2.4 MB84

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    000

    Render information

    URLType
    https://static-catal...b55b0580ae291f.jsnon_blocking
    https://cdn.digineti...et/5183/client.jsnon_blocking
    https://static-catal...a8921dab738876.jsnon_blocking
    https://cdn.sokolov....rat/regular.woff2non_blocking
    https://cdn.sokolov....serrat/bold.woff2non_blocking
    https://cdn.sokolov....at/semibold.woff2non_blocking
    https://cdn.sokolov....rrat/medium.woff2non_blocking
    https://static-catal...c851fe6abc320.cssnon_blocking
    https://static-catal...528e618c90a44c.jsnon_blocking
    https://static-catal...33f27b2dfdcc1f.jsnon_blocking
    https://static-catal...26009e658608fe.jsnon_blocking
    https://static-catal...ad076cb54663ae.jsnon_blocking
    https://static-catal...e8ec0aad0d4042.jsnon_blocking
    https://static-catal...b72e76d5480d80.jsnon_blocking
    https://static-catal...5b68555dfe965a.jsnon_blocking
    https://static-catal...01167552dc71d0.jsnon_blocking
    https://static-catal...1e17b595b138db.jsnon_blocking
    https://static-catal...d062a875b3ff92.jsnon_blocking
    https://static-catal...681e00b59e0bd5.jsnon_blocking
    https://static-catal...14491c1c629e45.jsnon_blocking
    https://static-catal...cdcc44c06b3a97.jsnon_blocking
    https://static-catal...6e18a012fc48d.cssnon_blocking
    https://static-catal...7d580206864104.jsnon_blocking
    https://static-catal...7e73a429627c4a.jsnon_blocking
    https://static-catal...ee9cc863e3b343.jsnon_blocking
    https://static-catal...67d9b069b38d7.cssdynamically_injected_non_blocking
    https://static-catal...6eb2d9007ae08.cssnon_blocking
    https://static-catal...ef9fd56b8149f.cssdynamically_injected_non_blocking
    https://static-catal...1cf4318b10989f.jsnon_blocking
    https://static-catal...3f54334c6c0a52.jsnon_blocking
    https://static-catal...9eba9160dc7bf.cssnon_blocking
    https://static-catal...fdab27d2fbfd93.jsnon_blocking
    https://static-catal...f7556ef5a1e9ce.jsnon_blocking
    https://static-catal..._buildManifest.jsnon_blocking
    https://static-catal...d5adc02eb89895.jsnon_blocking
    https://static-catal...cf24f034ca1213.jsnon_blocking
    https://static-catal...ff81eae6864a7a.jsnon_blocking
    https://static-catal...1e28100c33d05e.jsnon_blocking
    https://static-catal...673ffea797ece4.jsnon_blocking
    https://static-catal...91b6d3c085f192.jsnon_blocking
    https://static-catal...1e104d0f1004dc.jsnon_blocking
    https://static-catal...f9b6b8d1826ce.cssdynamically_injected_non_blocking
    https://static-catal...1bc8144664229a.jsnon_blocking
    https://static-catal...640d30117f472.cssdynamically_injected_non_blocking
    https://static-catal...538a4e5a3c925.cssdynamically_injected_non_blocking
    https://static-catal...fffc9a4348e28.cssdynamically_injected_non_blocking
    https://static-catal...6c34e864d9a98d.jsnon_blocking
    https://static-catal...6de3534181a6c.cssdynamically_injected_non_blocking
    https://static-catal...3e781220919010.jsnon_blocking
    https://static-catal...24b03cd8ec5345.jsnon_blocking
    https://static-catal...b68982a7d87933.jsnon_blocking
    https://static-catal...2f11aa9c6186ed.jsnon_blocking
    https://static-catal...2ae05d5b98e6c7.jsnon_blocking
    https://static-catal...6feea9bba83fc3.jsnon_blocking
    https://static-catal...0baf6b0adfaf4f.jsnon_blocking
    https://static-catal...b87a4a7860f364.jsnon_blocking
    https://static-catal...e6aad1714077c2.jsnon_blocking
    https://static-catal...0417b504718185.jsnon_blocking
    https://static-catal...474eba56f03d9e.jsnon_blocking
    https://static-catal...b75b9f163b3244.jsnon_blocking
    https://static-catal...1bac4a22023b4a.jsnon_blocking
    https://static-catal...ac51bf6693b84.cssdynamically_injected_non_blocking
    https://static-catal...236a7b150f34b7.jsnon_blocking
    https://static-catal...cd38181e3bfa34.jsnon_blocking
    https://static-catal...e88d58e567c71a.jsnon_blocking
    https://static-catal...ac726038f76803.jsnon_blocking
    https://static-catal...X/_ssgManifest.jsnon_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 378
    Max Potential First Input Delay 219
    Long Tasks before First Paint00
    Long Tasks before First Contentful Paint00
    Long Tasks before Largest Contentful Paint6559
    Long Tasks after Load Event End6660
    Total Long Tasks7728

    CPU last long task happened at 2.837 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    self105768window
    self116154window
    self121684window
    self1854219window
    self210466window
    self221268window
    self2837169window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML15
    styleLayout345
    paintCompositeRender49
    scriptParseCompile2
    scriptEvaluation1134
    garbageCollection35
    other353
    Events (ms)
    FunctionCall806
    RunTask232
    RunMicrotasks194
    Layout192
    UpdateLayoutTree153
    v8.run74
    PrePaint52
    Paint37
    Layerize25
    IntersectionObserverController::computeIntersections22
    V8.GC_SCAVENGER_SCAVENGE_PARALLEL19
    V8.HandleInterrupts14
    Commit13
    v8.callFunction12
    V8.BytecodeBudgetInterrupt12

    Time spent per request

    URLCPU time (ms)
    https://static-catalog.diamant.ru/_next/static/chunks/framework-12a8921dab738876.js1004
    https://static-catalog.diamant.ru/_next/static/chunks/6434.a726009e658608fe.js151
    https://static-catalog.diamant.ru/_next/static/chunks/pages/_app-18b55b0580ae291f.js69
    https://cdn.diginetica.net/5183/client.js67
    https://static-catalog.diamant.ru/_next/static/chunks/8005.2cfdab27d2fbfd93.js34
    https://static-catalog.diamant.ru/_next/static/chunks/pages/catalog/client/%5Bcatalog%5D/%5B%5B...slug%5D%5D-8a3f54334c6c0a52.js16
    https://static-catalog.diamant.ru/_next/static/chunks/5672.c11cf4318b10989f.js14
    https://static-catalog.diamant.ru/_next/static/chunks/main-8933f27b2dfdcc1f.js14
    https://static-catalog.diamant.ru/_next/static/chunks/5123.a7ad076cb54663ae.js14
    https://static-catalog.diamant.ru/_next/static/chunks/3333.c9b72e76d5480d80.js14
    https://static-catalog.diamant.ru/_next/static/chunks/7413.07cdcc44c06b3a97.js13

    CPU time spent

    Tool/domainTime (ms)
    static-catalog.diamant.ru1343.1
    cdn.diginetica.net66.9
    | Categories | | First vs third | 

    Third party

    Third party requests categorised by Third party web version 0.26.2.

    CategoryRequests
    CategoryNumber of tools

    Unmatched third party domains

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

    cdn.sokolov.ru
    catalog.sokolov.ru
    seo.sokolov.ru
    cdn.diginetica.net
    pmdn.sokolov.io
    autocomplete.diginetica.net
    2pmdn.sokolov.io

    First party requests and sizes per content type

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

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b11.1 KB39.2 KB1
    css0 b84.6 KB506.3 KB12
    javascript0 b539.0 KB1.6 MB50
    image0 b0 b0 b0
    font0 b0 b0 b0
    json0 b18.7 KB32.0 KB14
    favicon0 b1.4 KB9.4 KB1
    svg0 b894 B680 B1
    TotalN/A656.3 KB2.2 MB80

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b0 b0 b0
    javascript555 B111.4 KB485.5 KB1
    image0 b236.0 KB232.8 KB12
    font0 b208.2 KB206.8 KB4
    plain0 b0 b0 b2
    other0 b0 b0 b1
    json0 b33.8 KB283.3 KB4
    video0 b1.8 MB1.9 MB3
    Total529 B2.4 MB3.0 MB27

    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 (149 issues)
    Serious2 (358 issues)
    Moderate1 (2 issues)
    Minor0 (0 issues)