Run 2 summary

https://www.585zolotoy.ru/catalog/products/4978904/

Tested 2024-10-18 22:02:22 using Chrome 129.0.6668.89 (runtime settings).

SummaryWaterfall MetricsFilmstrip CoachPageXrayCPU Third partyScreenshotsaxe

Summary

MetricValue
Page metrics
Performance score92
Total page size224.7 KB
Requests4
Timing metrics
TTFB41 ms
First Paint1.565 s
Fully Loaded1.512 s
Google Web Vitals
TTFB41 ms
First Contentful Paint (FCP) 1.565 s
Largest Contentful Paint (LCP) 1.565 s
Cumulative Layout Shift (CLS) 0.00
CPU metrics
CPU long tasks1
CPU last long task happens at142 ms
Visual Metrics
First Visual Change1.567 s
Speed Index1.567 s
Visual Complete 85%1.567 s
Visual Complete 99%1.567 s
Last Visual Change1.567 s
Screenshot
| Waterfall | | Download HAR | 

Waterfall

| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.2 sCPU Long Task duration 275 msDOM Content Loaded Time 142 msPage Load Time 143 ms
1.6 sFully Loaded 1.512 sFirst Contentful Paint 1.565 sLCP <DIV> 1.565 sFirst Visual Change 1.567 sLast Visual Change 1.567 sVisual Complete 85% 1.567 sVisual Complete 95% 1.567 sVisual Complete 99% 1.567 s
| Performance advice | Best practice advice | Privacy advice | Page info | 

Coach

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

I am the coach

Coach score

Performance advice (92)

TitleAdviceScore
Avoid slowing down the critical rendering path (avoidRenderBlocking)The page has 1 blocking requests and 0 in body parser blocking (1 JavaScript and 0 CSS).90
Description: The critical rendering path is what the browser needs to do to start rendering the page. Every file requested inside of the head element will postpone the rendering of the page, because the browser need to do the request. Avoid loading JavaScript synchronously inside of the head (you should not need JavaScript to render the page), request files from the same domain as the main document (to avoid DNS lookups) and inline CSS for really fast rendering and a short rendering path.
Offenders:
  • https://www.585zolotoy.ru/__qrator/qauth.js
  • Avoid CPU Long Tasks (longTasks)The page has 1 CPU long task with the total of 275 ms. The total blocking time is 0 ms and 1 long task before first contentful paint with total time of 275 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.80
    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
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 2 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 229.5 kB the next access.80
    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://www.585zolotoy.ru/__qrator/qauth.js
  • https://www.585zolotoy.ru/qrerror/403.html
  • Always compress text content (compressAssets)The page has 1 request that are served uncompressed. You could save a lot of bytes by sending them compressed instead.90
    Description: In the early days of the Internet there were browsers that didn't support compressing (gzipping) text content. They do now. Make sure you compress HTML, JSON, JavaScript, CSS and SVG. It will save bytes for the user; making the page load faster and use less bandwith.
    Offenders:
    URLTransfer sizeContent size
    https://www.585zolotoy.ru/__qrator/qauth.js 222.9 KB222.4 KB
    Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 228.2 kB. This is quite large. 50
    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://www.585zolotoy.ru/__qrator/qauth.js 222.9 KB222.4 KB
    Avoid missing and error requests (responseOk)The page has 3 error responses. The page has 1 response with code 401. The page has 2 responses with code 403. 70
    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://www.585zolotoy.ru/catalog/products/4978904/
  • https://www.585zolotoy.ru/__qrator/validate...__qrator/validate
  • https://www.585zolotoy.ru/qrerror/403.html
  • Best practice advice (90)

    TitleAdviceScore
    Meta description (metaDescription)The page is missing a meta description.0
    Description: Use a page description to make the page more relevant to search engines.
    Avoid unnecessary headers (unnecessaryHeaders)There are 3 responses that sets both a max-age and expires header. There are 3 responses that sets a pragma no-cache header (that is a request header). There are 4 responses that sets a server header. 90
    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://www.585zolotoy.ru/catalog/products/4978904/
  • https://www.585zolotoy.ru/catalog/products/4978904/
  • https://www.585zolotoy.ru/catalog/products/4978904/
  • https://www.585zolotoy.ru/__qrator/qauth.js
  • https://www.585zolotoy.ru/__qrator/qauth.js
  • https://www.585zolotoy.ru/__qrator/qauth.js
  • https://www.585zolotoy.ru/__qrator/validate...__qrator/validate
  • https://www.585zolotoy.ru/__qrator/validate...__qrator/validate
  • https://www.585zolotoy.ru/__qrator/validate...__qrator/validate
  • https://www.585zolotoy.ru/qrerror/403.html
  • Privacy advice (88)

    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://www.585zolotoy.ru/catalog/products/4978904/
  • 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://www.585zolotoy.ru/catalog/products/4978904/
  • Page info

    Page info
    TitleHTTP 403
    Width1919
    Height912
    DOM elements18
    Avg DOM depth4
    Max DOM depth6
    Iframes0
    Script tags0
    Local storage0 b
    Session storage0 b
    Network Information API4g

    Technologies used to build the page.

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

    Wappalyzer didn't find any information.

    | Browser metrics | Visual Metrics | Largest Contentful Paint | Cumulative Layout Shift | Long Aninimation Frames | Metrics from CDP | 

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)41 ms
    First Contentful Paint (FCP)1.565 s
    Largest Contentful Paint (LCP)1.565 s
    Total Blocking Time (TBT)0 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP30
    Time spent in recalculate style before FCP1.895 ms
    Extra timings
    TTFB41 ms
    First Paint1.565 s
    Load Event End418 ms
    Fully loaded1.512 s

    Largest Contentful Paint

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

    Element typeDIV
    Element/tag<div class="guru"></div>
    Render time 1.565 s
    Elements that needed recalculate style before LCP30
    Time spent in recalculate style before LCP1.895 ms
    Load time0 ms
    Size (width*height)18270
    DOM path
    div > div:eq(3) > div> div > div:eq(3) > div>
    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.

    Detected Cumulative Layout Shift

    No layout shift detected.

    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
    226 ms373.3 ms-0.3 ms0 ms-0.3 ms
    https://www.585zolotoy.ru/__qrator/qauth.js

    Invoker:  https://www.585zolotoy.ru/__qrator/qauth.js
    Invoker Type: classic-script
    Window attribution: self

    https://www.585zolotoy.ru/__qrator/qauth.js

    Forced Style And Layout Duration: 3 ms

    Invoker:  DOMWindow.onload
    Invoker Type: event-listener
    Source Function Name:  ne
    Window attribution: self
    Source char position: 186111

    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.

    CDP Performance

    namevalue
    AudioHandlers0
    AudioWorkletProcessors0
    Documents8
    Frames4
    JSEventListeners7
    LayoutObjects42
    MediaKeySessions0
    MediaKeys0
    Nodes109
    Resources3
    ContextLifecycleStateObservers12
    V8PerContextDatas6
    WorkerGlobalScopes0
    UACSSResources0
    RTCPeerConnections0
    ResourceFetchers8
    AdSubframes0
    DetachedScriptStates5
    ArrayBufferContents1
    LayoutCount10
    RecalcStyleCount9
    LayoutDuration16
    RecalcStyleDuration2
    DevToolsCommandDuration19
    ScriptDuration49
    V8CompileDuration0
    TaskDuration387
    TaskOtherDuration302
    ThreadTime0
    ProcessTime1
    JSHeapUsedSize8510088
    JSHeapTotalSize18112512
    FirstMeaningfulPaint1565
    | 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/2.0
    Total requests4
    Total domains1
    Total transfer size224.7 KB
    Total content size223.9 KB
    Responses missing compression1
    Number of cookies1
    Third party cookies0
    Requests per response code
    2001
    4011
    4032

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    javascript0 b222.9 KB222.4 KB1
    Total0 b222.9 KB222.4 KB1

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    www.585zolotoy.ru141 ms224.7 KB223.9 KB4

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds0 seconds0 seconds
    Last modified3 weeks3 weeks3 weeks

    Render blocking requests

    Render blocking information directly from Chrome.

    BlockingIn body parser blockingPotentially blocking
    100

    Render information

    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 0
    Max Potential First Input Delay 0
    Long Tasks before First Paint1275
    Long Tasks before First Contentful Paint1275
    Long Tasks before Largest Contentful Paint1275
    Long Tasks after Load Event End00
    Total Long Tasks1275

    CPU last long task happened at 142 ms

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    self142275window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML2
    styleLayout18
    paintCompositeRender0
    scriptParseCompile0
    scriptEvaluation309
    garbageCollection11
    other33
    Events (ms)
    RunMicrotasks245
    v8.run26
    RunTask25
    FunctionCall18
    Layout16

    Time spent per request

    URLCPU time (ms)
    https://www.585zolotoy.ru/__qrator/qauth.js50

    CPU time spent

    Tool/domainTime (ms)
    www.585zolotoy.ru50.2
    | First vs third | 

    Third party

    Third party requests categorised by Third party web version 0.24.0.

    First party requests and sizes per content type

    Calculated using .*585zolotoy.* (use --firstParty to configure).

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b0 b0 b0
    javascript0 b222.9 KB222.4 KB1
    image0 b0 b0 b0
    font0 b0 b0 b0
    TotalN/A224.7 KB223.9 KB4

    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.0. Read more about axe-core .

    Violations

    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 1.6 (foreground color: #cccccc, background color: #ffffff, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1
    • <div class="guru"> IP: 134.19.147.90<br> Request: GET L3FyZXJyb3IvNDAzLmh0bWw=<br> Guru meditation: TUJEYW1Ha2VIVXNpWFAwSm56VFRlMzNaYWY1OTQ0MzY=<br> </div>
    moderate
    Document should have one main landmark (cat.semantics,best-practice) - landmark-one-mainEnsure the document has a main landmark
    Fix all of the following: Document does not have a main landmark
    • <html lang="en">
    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="en">
    All page content should be contained by landmarks (cat.keyboard,best-practice) - regionEnsure all page content is contained by landmarks
    Fix any of the following: Some page content is not contained by landmarks
    • <div class="container">