Run 2 summary

https://stage.sokolov.ru

Tested 2025-04-01 13:19:39 using Chrome 134.0.6998.35 (runtime settings).

SummaryWaterfall MetricsFilmstrip CoachPageXrayCPU Third partyScreenshotsaxe

Summary

MetricValue
Page metrics
Performance score89
Total page size1.1 MB
Requests23
Timing metrics
TTFB749 ms
First Paint1.544 s
Fully Loaded1.234 s
TTFB749 ms
Cumulative Layout Shift (CLS) 0.00
552 ms
CPU metrics
CPU long tasks199
CPU last long task happens at288.413 s
Visual Metrics
First Visual Change1.534 s
Speed Index1.534 s
Visual Complete 85%1.534 s
Visual Complete 99%1.534 s
Last Visual Change1.534 s
Screenshot
| Waterfall | | Download HAR | 

Waterfall

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
1.3 sFully Loaded 1.234 s
1.6 sFirst Visual Change 1.534 sLast Visual Change 1.534 sVisual Complete 85% 1.534 sVisual Complete 95% 1.534 sVisual Complete 99% 1.534 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 (89)

TitleAdviceScore
Inline CSS for faster first render (inlineCss)The page has both inline styles as well as it is requesting 4 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://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/e2bc761d19195b7f.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/074aa58628052733.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/7e6914a619aaaccf.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/b227bf5eecb59a38.css
  • Avoid CPU Long Tasks (longTasks)The page has 200 CPU long tasks with the total of 11.483 s. The total blocking time is 0 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
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • unknown
  • Avoid Frontend single point of failures (spof)The page has 4 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://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/e2bc761d19195b7f.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/074aa58628052733.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/7e6914a619aaaccf.css
  • https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/b227bf5eecb59a38.css
  • Total CSS size shouldn't be too big (cssSize)The total CSS transfer size is 96.7 kB and uncompressed size is 737 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://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/e2bc761d19195b7f.css 63.0 KB513.2 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/074aa58628052733.css 6.7 KB49.7 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/7e6914a619aaaccf.css 5.7 KB35.5 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/b227bf5eecb59a38.css 19.0 KB121.4 KB
    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 817.4 kB and the uncompressed size is 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://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/framework-12a8921dab738876.js 65.4 KB204.9 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/main-8933f27b2dfdcc1f.js 31.5 KB109.0 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/_app-3009f53060a4dd36.js 182.2 KB641.7 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4643-847f3cc1031a7680.js 34.9 KB120.5 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1389-6de8ec0aad0d4042.js 17.3 KB61.7 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/1109-ff1a540d5aebdd53.js 10.6 KB33.4 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/8313-ad4dc79ddc65bc33.js 13.7 KB41.4 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/3273-19ca77c7c67e5539.js 6.5 KB17.6 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4965-ab9f88dcd4930cbb.js 393.0 KB535.3 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/7905-8d4870e5198f25eb.js 10.4 KB38.4 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/4721-9d576e117a435bcd.js 30.3 KB115.3 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/chunks/pages/main/...6a0a6bb6377ca0.js 638 B638 B
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/EEjT0OurLdi4djYgho..._buildManifest.js 1.7 KB5.4 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/EEjT0OurLdi4djYgho7PP/_ssgManifest.js 77 B77 B
    Make each CSS response small (optimalCssSize)https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/e2bc761d19195b7f.css size is 64.5 kB (64532) and that is bigger than the limit of 14.5 kB. https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/b227bf5eecb59a38.css size is 19.5 kB (19489) 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://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/e2bc761d19195b7f.css 63.0 KB513.2 KB
    https://frontend-stage-static.k8s.dev.sokolov.io/_next/static/css/b227bf5eecb59a38.css 19.0 KB121.4 KB
    Don't use private headers on static content (privateAssets)The page has 1 request with private headers. Make sure that the assets really should be private and only used by one user. Otherwise, make it cacheable for everyone.90
    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://stage.sokolov.ru/
  • Best practice advice (100)

    Your best practice score is perfect!

    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://stage.sokolov.ru/
  • 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://stage.sokolov.ru/
  • 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Ювелирная компания SOKOLOV. Официальный интернет магазин
    Width1904
    Height15278
    DOM elements543
    Avg DOM depth10
    Max DOM depth15
    Iframes0
    Script tags17
    Local storage0 b
    Session storage0 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
    HSTS 100  Security
    | Browser metrics | Visual Metrics | Cumulative Layout Shift | Interaction To Next Paint | Long Aninimation Frames | Metrics from CDP | Server timings | 

    Visual Metrics

    Browser Metrics

    Detected Cumulative Layout Shift

    No layout shift detected.

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

    Event typepointerover
    Element typeDIV
    Element class nameSkeleton_skeleton__6SHcN
    Event targetdiv.swiper>div.swiper-wrapper>div.swiper-slide>div.Skeleton_skeleton__6SHcN
    Load state when the event happeneddom-interactive

    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
    45.7 ms21.2 ms95.8 ms83.8 ms12 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    36.6 ms9.1 ms86.6 ms74.8 ms11.8 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    35.2 ms10.3 ms85.3 ms65.7 ms19.6 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    32.3 ms6.7 ms82.3 ms69.1 ms13.2 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    32 ms2.8 ms82 ms79.7 ms2.3 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    22.3 ms6.1 ms72.2 ms69.8 ms2.4 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    16.3 ms0.1 ms66.3 ms64 ms2.3 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    16.1 ms1.1 ms66.1 ms61.2 ms4.9 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    14.4 ms0.3 ms64.3 ms61.8 ms2.5 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    11.6 ms0.1 ms61.6 ms59.9 ms1.7 ms
    No availible script information.

    Server timings

    namedurationdescription
    nginx_request_time0.731
    nginx_upstream_connect_time0.005
    nginx_upstream_header_time0.731
    nginx_upstream_response_time0

    Custom metrics collected through JavaScript

    There are no custom configured scripts.

    Extra metrics collected using scripting

    There are no custom extra metrics from scripting.

    CDP Performance

    namevalue
    AudioHandlers0
    AudioWorkletProcessors0
    Documents1
    Frames1
    JSEventListeners0
    LayoutObjects375
    MediaKeySessions0
    MediaKeys0
    Nodes628
    Resources27
    ContextLifecycleStateObservers7
    V8PerContextDatas1
    WorkerGlobalScopes0
    UACSSResources0
    RTCPeerConnections0
    ResourceFetchers1
    AdSubframes0
    DetachedScriptStates0
    ArrayBufferContents0
    LayoutCount4
    RecalcStyleCount9529
    LayoutDuration7
    RecalcStyleDuration18117
    DevToolsCommandDuration262
    ScriptDuration36
    V8CompileDuration0
    TaskDuration312619
    TaskOtherDuration294197
    ThreadTime41
    ProcessTime1603
    JSHeapUsedSize1507812
    JSHeapTotalSize3035136
    FirstMeaningfulPaint-21798679003
    | Summary  | Largest responses  | Requests and sizes per content type  | Data per domain | Expires and last modified statistics  | Render blocking requests  | 

    PageXray

    How the page is built.

    Summary
    HTTP versionHTTP/1.1
    Total requests23
    Total domains3
    Total transfer size1.1 MB
    Total content size2.8 MB
    Responses missing compression17
    Number of cookies1
    Third party cookies0
    Requests per response code
    20023

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html622 B10.0 KB57.6 KB1
    css3.0 KB94.4 KB719.7 KB4
    javascript10.6 KB798.3 KB1.9 MB14
    font0 b208.2 KB206.8 KB4
    Total14.1 KB1.1 MB2.8 MB23

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    stage.sokolov.ru753 ms10.0 KB57.6 KB1
    cdn.sokolov.ru586 ms208.2 KB206.8 KB4
    frontend-stage-static.k8s.dev.sokolov.io2.184 s892.7 KB2.6 MB18

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds1 year1 year
    Last modified6 days1 week1 week

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    000

    Render information

    CPU Long Tasks | CPU Time Spent | 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 0
    Max Potential First Input Delay 0
    Long Tasks before First Paint00
    Long Tasks before First Contentful Paint00
    Long Tasks before Largest Contentful Paint00
    Long Tasks after Load Event End00
    Total Long Tasks19911434

    CPU last long task happened at 288.413 s

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    unknown403550window
    unknown670655window
    unknown974152window
    unknown1227156window
    unknown4318852window
    unknown4336751window
    unknown4391662window
    unknown4478151window
    unknown4622152window
    unknown5201455window
    unknown6816174window
    unknown6824688window
    unknown6836967window
    unknown6845897window
    unknown6856589window
    unknown6866554window
    unknown6909854window
    unknown6915267window
    unknown7003483window
    unknown7020660window
    unknown8018754window
    unknown8031450window
    unknown8050651window
    unknown8833656window
    unknown8853781window
    unknown9105552window
    unknown9110852window
    unknown9830150window
    unknown10003252window
    unknown10613258window
    unknown11575552window
    unknown11792051window
    unknown11850054window
    unknown12108852window
    unknown12636251window
    unknown12853487window
    unknown13110550window
    unknown13163555window
    unknown13187854window
    unknown13193753window
    unknown13407352window
    unknown13421951window
    unknown13612251window
    unknown14419058window
    unknown15036961window
    unknown15595459window
    unknown16296650window
    unknown16624955window
    unknown16631660window
    unknown17016154window
    unknown18851552window
    unknown18856852window
    unknown19310857window
    unknown19888150window
    unknown20067751window
    unknown20073056window
    unknown20091853window
    unknown20103254window
    unknown20178558window
    unknown20184851window
    unknown20336051window
    unknown20578653window
    unknown20589355window
    unknown20611551window
    unknown20632756window
    unknown20670867window
    unknown20706656window
    unknown20723451window
    unknown20744254window
    unknown20808158window
    unknown20824652window
    unknown20889358window
    unknown20901252window
    unknown20908058window
    unknown20926153window
    unknown20944757window
    unknown20951451window
    unknown20972858window
    unknown20983352window
    unknown21044255window
    unknown21060963window
    unknown21067560window
    unknown21086050window
    unknown21116859window
    unknown21146153window
    unknown21226057window
    unknown21233050window
    unknown21961350window
    unknown22679454window
    unknown23535762window
    unknown24536052window
    unknown24904564window
    unknown25017564window
    unknown25400759window
    unknown25504552window
    unknown25581551window
    unknown26018555window
    unknown26024256window
    unknown26030952window
    unknown26112852window
    unknown26141551window
    unknown26158450window
    unknown26174653window
    unknown26188155window
    unknown26194752window
    unknown26224466window
    unknown26317551window
    unknown26334255window
    unknown26393163window
    unknown26404251window
    unknown26491158window
    unknown26520376window
    unknown26536057window
    unknown26547455window
    unknown26659456window
    unknown26669759window
    unknown26676852window
    unknown26699158window
    unknown26704959window
    unknown26732671window
    unknown26745858window
    unknown26799754window
    unknown26808059window
    unknown26814077window
    unknown26823856window
    unknown26832177window
    unknown26843351window
    unknown26849671window
    unknown26865159window
    unknown26878851window
    unknown26884073window
    unknown26898056window
    unknown26904151window
    unknown26910755window
    unknown26935660window
    unknown26969560window
    unknown26975855window
    unknown26993354window
    unknown27009054window
    unknown27026255window
    unknown27067759window
    unknown27073961window
    unknown27100667window
    unknown27108769window
    unknown27122666window
    unknown27130556window
    unknown27204852window
    unknown27216359window
    unknown27222753window
    unknown27234161window
    unknown27242254window
    unknown27248267window
    unknown27279273window
    unknown27293950window
    unknown27299565window
    unknown27324162window
    unknown27338051window
    unknown27356850window
    unknown27391058window
    unknown27405958window
    unknown27419971window
    unknown27490761window
    unknown27520663window
    unknown27527357window
    unknown27539850window
    unknown27567366window
    unknown27580856window
    unknown27855759window
    unknown27861955window
    unknown27950550window
    unknown28000853window
    unknown28060852window
    unknown28152658window
    unknown28187451window
    unknown28326564window
    unknown28334051window
    unknown28339669window
    unknown28442450window
    unknown28447551window
    unknown28484060window
    unknown28502458window
    unknown28514950window
    unknown28520773window
    unknown28529355window
    unknown28549551window
    unknown28594355window
    unknown28605867window
    unknown28614163window
    unknown28638957window
    unknown28662955window
    unknown28680856window
    unknown28709053window
    unknown28725854window
    unknown28765664window
    unknown28784053window
    unknown28796054window
    unknown28814955window
    unknown28827750window
    unknown28841357window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML15
    styleLayout11246
    paintCompositeRender5219
    scriptParseCompile0
    scriptEvaluation22
    garbageCollection40
    other125528
    Events (ms)
    RunTask123531
    UpdateLayoutTree11240
    Paint3504
    PaintImage1536
    PrePaint1006
    Layerize428
    Commit361
    UpdateLayer178
    IntersectionObserverController::computeIntersections168
    RunMicrotasks21
    V8.GC_HEAP_EMBEDDER_TRACING_EPILOGUE12
    V8.GC_MC_EVACUATE_COPY_PARALLEL11
    | First vs third | 

    Third party

    Third party requests categorised by Third party web version 0.26.2.

    First party requests and sizes per content type

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

    ContentHeader SizeTransfer SizeContent SizeRequests
    html622 B10.0 KB57.6 KB1
    css3.0 KB94.4 KB719.7 KB4
    javascript10.6 KB798.3 KB1.9 MB14
    image0 b0 b0 b0
    font0 b208.2 KB206.8 KB4
    Total14.1 KB1.1 MB2.8 MB23

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b0 b0 b0
    javascript0 b0 b0 b0
    image0 b0 b0 b0
    font0 b0 b0 b0
    TotalN/AN/AN/A
    afterPageCompleteCheck.png | layoutShift.png | largestContentfulPaint.png | 

    Screenshots

    afterPageCompleteCheck.png

    afterPageCompleteCheck.png

    layoutShift.png

    layoutShift.png

    largestContentfulPaint.png

    largestContentfulPaint.png

    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

    critical
    Buttons must have discernible text (cat.name-role-value,wcag2a,wcag412,section508,section508.22.a,TTv5,TT6.a,EN-301-549,EN-9.4.1.2,ACT) - button-nameEnsure buttons have discernible text
    Fix any of the following: Element does not have inner text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attribute Element does not have an implicit (wrapped) <label> Element does not have an explicit <label> Element's default semantics were not overridden with role="none" or role="presentation"
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd" type="button"></button>
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd" type="button"></button>
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd" type="button"></button>
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd" type="button"></button>
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd" type="button"></button>
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd" type="button"></button>
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd" type="button"></button>
    serious
    Elements must meet minimum color contrast ratio thresholds (cat.color,wcag2aa,wcag143,TTv5,TT13.c,EN-301-549,EN-9.1.4.3,ACT) - color-contrastEnsure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds
    Fix any of the following: Element has insufficient color contrast of 4.17 (foreground color: #ffffff, background color: #257ae8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1
    • <button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd Products_products_more_button__9nPrh" type="button">Еще товары</button>
    minor
    Headings should not be empty (cat.name-role-value,best-practice) - empty-headingEnsure headings have discernible text
    Fix any of the following: Element does not have text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attribute
    • <h2 class="Products_products_title__Prq1z"></h2>
    • <h2 class="Products_products_title__Prq1z"></h2>
    • <h2 class="Selection_selection-slider__title__fcGUR"></h2>
    • <h2 class="Products_products_title__Prq1z"></h2>
    • <h2 class="Products_products_title__Prq1z"></h2>
    • <h2 class="Products_products_title__Prq1z"></h2>
    • <h2 class="Products_products_title__Prq1z"></h2>
    • <h2 class="Products_products_title__Prq1z"></h2>
    • <h2 class="Products_products_title__Prq1z"></h2>
    serious
    Links must have discernible text (cat.name-role-value,wcag2a,wcag244,wcag412,section508,section508.22.a,TTv5,TT6.a,EN-301-549,EN-9.2.4.4,EN-9.4.1.2,ACT) - link-nameEnsure links have discernible text
    Fix all of the following: Element is in tab order and does not have accessible text Fix any of the following: Element does not have text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attribute
    • <a class="Products_products_link__AGRBV" style="color:#fff" href="/main/client/"><button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd" type="button"></button></a>
    • <a class="Products_products_link__AGRBV" style="color:#fff" href="/main/client/"><button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd" type="button"></button></a>
    • <a class="Products_products_link__AGRBV" style="color:#fff" href="/main/client/"><button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd" type="button"></button></a>
    • <a class="Products_products_link__AGRBV" style="color:#fff" href="/main/client/"><button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd" type="button"></button></a>
    • <a class="Products_products_link__AGRBV" style="color:#fff" href="/main/client/"><button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd" type="button"></button></a>
    • <a class="Products_products_link__AGRBV" style="color:#fff" href="/main/client/"><button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd" type="button"></button></a>
    • <a class="Products_products_link__AGRBV" style="color:#fff" href="/main/client/"><button class="ButtonBase_button__PDJz2 ButtonBase_button_medium__MKTYn Button_button__primary__8IzQd" type="button"></button></a>
    critical
    Zooming and scaling must not be disabled (cat.sensory-and-visual-cues,wcag2aa,wcag144,EN-301-549,EN-9.1.4.4,ACT) - meta-viewportEnsure <meta name="viewport"> does not disable text scaling and zooming
    Fix any of the following: user-scalable=no on <meta> tag disables zooming on mobile devices
    • <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimal-ui, user-scalable=no">
    moderate
    Page should contain a level-one heading (cat.semantics,best-practice) - page-has-heading-oneEnsure that the page, or at least one of its frames contains a level-one heading
    Fix all of the following: Page must have a level-one heading
    • <html lang="ru" prefix="og: http://ogp.me/ns#" itemscope="" itemtype="http://schema.org/WebPage">