Run 3 summary

https://www.proantic.com/

Tested 2025-10-17 01:35:30 using Chrome 132.0.6834.83 (runtime settings).

SummaryWaterfall MetricsVideoFilmstrip CoachPageXrayCPU Third partyScreenshotsaxe

Summary

MetricValue
Page metrics
Performance score95
Total page size52.2 KB
Requests3
Timing metrics
TTFB87 ms
First Paint683 ms
Fully Loaded1.186 s
Google Web Vitals
TTFB87 ms
First Contentful Paint (FCP) 683 ms
Largest Contentful Paint (LCP) 1.259 s
Cumulative Layout Shift (CLS) 0.24
CPU metrics
CPU long tasks1
CPU last long task happens at202 ms
Screenshot
| Waterfall | | Download HAR | 

Waterfall

| Video | Download | 

Video

Download video
| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 sFirst Visual Change 0 msLast Visual Change 0 msVisual Complete 85% 0 msVisual Complete 95% 0 msVisual Complete 99% 0 ms
| 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 (95)

TitleAdviceScore
Avoid using Google Tag Manager. (googleTagManager)The page is using Google Tag Manager, this is a performance risk since non-tech users can add JavaScript to your page.0
Description: Google Tag Manager makes it possible for non tech users to add scripts to your page that will downgrade performance.
Inline CSS for faster first render (inlineCss)The page has both inline 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) You can add fetchPriority="high" to the image to increase the load priority in Chrome. The image is lazy loaded using the lazy attribute, you should avoid that on the LCP image.75
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.
Avoid CPU Long Tasks (longTasks)The page has 1 CPU long task with the total of 61 ms. The total blocking time is 0 ms and 1 long task before first contentful paint with total time of 61 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:
  • unknown
  • Long cache headers is good (cacheHeadersLong)The page has 2 requests that have a shorter cache time than 30 days (but still a cache time).98
    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://www.proantic.com/galerie/decorhome/img/small/1613195-main-68e77987ceff6.jpg
  • https://www.proantic.com/galerie/antichita-castelbarco/img/small/1555512-main-68358e20c6c1e.jpg
  • Best practice advice (82)

    TitleAdviceScore
    Cumulative Layout Shift (cumulativeLayoutShift)You have a cumulative layout shift score (0.2368) that needs improvements. It is in the Google Web Vitals needs improvement range, shift higher than 0.1. You should manually check the filmstrip or video and check if it will affect the user.50
    Description: Cumulative Layout Shift measures the sum total of all individual layout shift scores for unexpected layout shift that occur. The metric is measuring visual stability by quantify how often users experience unexpected layout shifts. It is one of Google Web Vitals.
    Meta description (metaDescription)The meta description is too long. It has 208 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 10 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://www.proantic.com/ has a header content-security-policy that is 1923 characters long. 99
    Description: Do not send response headers that are too long.
    Offenders:
  • https://www.proantic.com/
  • Avoid unnecessary headers (unnecessaryHeaders)There are 2 responses that sets both a max-age and expires header. There are 3 responses that sets a server header. 95
    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.proantic.com/
  • https://www.proantic.com/galerie/decorhome/img/small/1613195-main-68e77987ceff6.jpg
  • https://www.proantic.com/galerie/decorhome/img/small/1613195-main-68e77987ceff6.jpg
  • https://www.proantic.com/galerie/antichita-castelbarco/img/small/1555512-main-68358e20c6c1e.jpg
  • https://www.proantic.com/galerie/antichita-castelbarco/img/small/1555512-main-68358e20c6c1e.jpg
  • Privacy advice (94)

    TitleAdviceScore
    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.proantic.com/
  • Page info

    Page info
    TitleProantic: Achetez des antiquités et objets d'art présentés par des ant
    Width1350
    Height8583
    DOM elements752
    Avg DOM depth8
    Max DOM depth13
    Iframes0
    Script tags9
    Local storage0 b
    Session storage0 b
    Network Information API4g
    Resource Hints
    dns-prefetch
    https://cdn-images.mailchimp.com/
    preconnect
    https://cdn-images.mailchimp.com/

    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
    PayPal 100  Payment processors
    Nginx 100  Web servers Reverse proxies
    HSTS 100  Security
    Google PageSpeed 1.13.35.2100  Caching Web server extensions Performance
    | Browser metrics | Visual Metrics | Largest Contentful Paint | Cumulative Layout Shift | Long Aninimation Frames | Visual Elements | Metrics from CDP | 

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)87 ms
    First Contentful Paint (FCP)683 ms
    Largest Contentful Paint (LCP)1.259 s
    Cumulative Layout Shift (CLS)0.24
    Total Blocking Time (TBT)0 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP734
    Time spent in recalculate style before FCP33.494 ms
    Extra timings
    TTFB87 ms
    First Paint683 ms
    Load Event End1.286 s
    Fully loaded1.186 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 typeIMG
    Element/tag<img loading="lazy" src="https://www.proantic.com/galerie/postaire-sebastien/img/small/1618631-main-68ef889f6e9b4.jpg" alt="COMMODE TOMBEAU ÉPOQUE LOUIS XV ESTAMPILLÉE LEONARD BOUDIN 1735-1807, 18ÈME " class="img-selection">
    Render time 1.259 s
    Element render delay70 ms
    TTFB87 ms
    Resource delay79 ms
    Resource load duration1.023 s
    Elements that needed recalculate style before LCP747
    Time spent in recalculate style before LCP43.305 ms
    Load time1.206 s
    URL https://www.proantic...68ef889f6e9b4.jpg
    Size (width*height)56280
    DOM path
    div#section-selection > div:eq(1) > div > div:eq(0) > div:eq(0) > div > a > img> div#section-selection > div:eq(1) > div > div:eq(0) > div:eq(0) > div > a > img>
    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.23683 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.23682<div class="w-container div-container-1200"></div>,,<div class="w-row row-selection" style="padding-top:0px;"></div>,<div class="overlay-selection nouveautes accueil"></div>,
    body > div#section-selection > div:eq(1),body > div#section-selection > div:eq(0) > div > h1 > #text,body > div#section-selection > div:eq(1) > div > div:eq(0),body > div#section-selection > div:eq(1) > div > div:eq(0) > div:eq(0) > div > div,body > div#section-selection > div:eq(0) > div > h2 > #text
    0.00001<button type="submit" style="border: none;background: none" aria-label="Que recherchez-vous ?"></button>
    body > div#totop > div > div#new-menu-top > div:eq(0) > div:eq(2) > form > button
    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
    22 ms10.5 ms61.5 ms35.8 ms25.7 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms413.5 ms9.5 ms3.9 ms5.6 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms334.3 ms5.7 ms4.8 ms0.9 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms27.8 ms30.2 ms0 ms30.2 ms
    No availible script information.

    Server timings

    There are no Server Timings.

    Custom metrics collected through JavaScript

    There are no custom configured scripts.

    Extra metrics collected using scripting

    There are no custom extra metrics from scripting.

    CDP Performance

    namevalue
    AudioHandlers0
    AudioWorkletProcessors0
    Documents4
    Frames2
    JSEventListeners31
    LayoutObjects1218
    MediaKeySessions0
    MediaKeys0
    Nodes2520
    Resources138
    ContextLifecycleStateObservers10
    V8PerContextDatas2
    WorkerGlobalScopes0
    UACSSResources0
    RTCPeerConnections0
    ResourceFetchers4
    AdSubframes0
    DetachedScriptStates1
    ArrayBufferContents0
    LayoutCount23
    RecalcStyleCount21
    LayoutDuration47
    RecalcStyleDuration47
    DevToolsCommandDuration39
    ScriptDuration41
    V8CompileDuration1
    TaskDuration389
    TaskOtherDuration213
    ThreadTime0
    ProcessTime1
    JSHeapUsedSize4138912
    JSHeapTotalSize8675328
    FirstMeaningfulPaint1041

    Visual Elements

    NameDisplay TimeX YWidthHeight
    LargestImage (1618631-main-68ef889f6e9b4.jpg) 76 410 268 268
    <img loading="lazy" src="https://www.proantic.com/galerie/postaire-sebastien/img/small/1618631-main-68ef889f6e9b4.jpg" alt="COMMODE TOMBEAU ÉPOQUE LOUIS XV ESTAMPILLÉE LEONARD BOUDIN 1735-1807, 18ÈME " class="img-selection">
    Heading 75 180 1200 20
    <h1 class="soustitre-center h5-style " style=""></h1>
    LargestContentfulPaint (1618631-main-68ef889f6e9b4.jpg) 76 410 268 268
    <img loading="lazy" src="https://www.proantic.com/galerie/postaire-sebastien/img/small/1618631-main-68ef889f6e9b4.jpg" alt="COMMODE TOMBEAU ÉPOQUE LOUIS XV ESTAMPILLÉE LEONARD BOUDIN 1735-1807, 18ÈME " class="img-selection">
    | Summary  | Largest responses  | Requests and sizes per content type  | Data per domain | Expires and last modified statistics  | 

    PageXray

    How the page is built.

    Summary
    HTTP versionHTTP/2.0
    Total requests3
    Total domains1
    Total transfer size52.2 KB
    Total content size144.3 KB
    Responses missing compression1
    Number of cookies0
    Third party cookies0
    Requests per response code
    2003

    Largest assets on the page (by transfer size)

    URLTypeTransfer SizeContent Size
    https://www.proantic.com/html21.9 KB114.6 KB
    https://www.proantic...68358e20c6c1e.jpgimage18.4 KB18.0 KB
    https://www.proantic...68e77987ceff6.jpgimage11.9 KB11.6 KB

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b21.9 KB114.6 KB1
    image0 b30.3 KB29.6 KB2
    Total0 b52.2 KB144.3 KB3

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    www.proantic.com1.936 s52.2 KB144.3 KB3

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds1 week1 week
    Last modified1 week11 weeks20 weeks
    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 Paint161
    Long Tasks before First Contentful Paint161
    Long Tasks before Largest Contentful Paint161
    Long Tasks after Load Event End00
    Total Long Tasks161

    CPU last long task happened at 202 ms

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    unknown20261window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML46
    styleLayout93
    paintCompositeRender10
    scriptParseCompile1
    scriptEvaluation46
    garbageCollection4
    other178
    Events (ms)
    RunTask145
    Layout46
    UpdateLayoutTree46
    ParseHTML23
    v8.run19
    HTMLDocumentParser::MaybeFetchQueuedPreloads17
    FunctionCall15

    Time spent per request

    URLCPU time (ms)
    https://www.googletagmanager.com/gtag/js?id=G-YP51KSLLWR33

    CPU time spent

    Tool/domainTime (ms)
    Google Tag Manager32.7
    | 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 .*proantic.* (use --firstParty to configure).

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b21.9 KB114.6 KB1
    css0 b0 b0 b0
    javascript0 b0 b0 b0
    image0 b30.3 KB29.6 KB2
    font0 b0 b0 b0
    TotalN/A52.2 KB144.3 KB3

    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

    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 2.68 (foreground color: #bc9956, background color: #ffffff, font size: 24.0pt (32px), font weight: normal). Expected contrast ratio of 3:1
    • <span style="font-size:2rem;font-family: 'Cormorant Garamond', serif;font-weight: 400;font-style: normal;color: #BC9956">PROANTIC</span>
    • <a class="nav-menu-hover-a" href="https://www.proantic.com/antiquites-nouveautes" style="padding:7px 0;font-family: 'Lato', serif; color: #BC9956;text-transform: uppercase;margin-bottom:0">nouveautés</a>
    • <div class="w-dropdown-toggle navlink loginlink"> Se connecter </div>
    • <a class="footer-top-column-gold" href="https://www.proantic.com/meubles-anciens">Mobilier</a>
    • <a class="footer-top-column-gold" href="https://www.proantic.com/art-ancien-et-moderne">Art</a>
    • <a class="footer-top-column-gold" href="https://www.proantic.com/bijoux-anciens-vintage-montres">Bijoux &amp; Montres</a>
    • <a class="footer-top-column-gold" href="https://www.proantic.com/collections-objets-anciens">Collections</a>
    • <a class="footer-top-column-gold" href="https://www.proantic.com/decor-ancien">Décor</a>
    • <a class="footer-top-column-gold" href="https://www.proantic.com/objets-decoration-anciens-vintage">Objets Déco</a>
    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 xmlns="http://www.w3.org/1999/xhtml" lang="fr" xml:lang="fr" data-wf-site="5694905afd0ff48f10113173" data-wf-page="56ab40f21473b0ad48543185">
    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="ico-titre flex" style="display:flex;gap: 10px">
    • <label class="sr-only" for="rechercheid">Que recherchez-vous ?</label>
    • <input type="text" name="q" required="required" id="rechercheid" placeholder="Que recherchez-vous ?">
    • <div class="nav-menu-hover" style="margin:0;padding:0;">
    • <div class="nav-menu-currency">
    • <div class="nav-menu-flag"> <a href="https://www.proantic.com/en/"><img alt="flag" src="https://www.proantic.com/ico/englishflag.png"></a> </div>
    • <div class="w-dropdown-toggle navlink loginlink"> Se connecter </div>
    • <div id="section-selection" class="w-section section-selection" style="padding-top:60px;">
    • <div class=" h1-style h1-accueil" style="font-size:2.1875rem;">Recevez notre newsletter</div>
    • <img src="https://www.proantic.com/ico/line.png" alt="line" class="line">
    • <label class="sr-only" for="mce-EMAIL">email</label>
    • <input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email" required="">
    • <div class="w-container div-container-1200" style="margin-top:30px;">
    • <div class="footer-top-column">
    • <p>PROANTIC</p>
    • <ul>
    • <p>Nos Magazines</p>
    • <ul class="footer-top-column-magazine">
    • <p>Conditions générales</p>
    • <ul> <li><a href="https://www.proantic.com/mentionslegales.php">Mentions légales </a></li> <li><a href="https://www.proantic.com/RGPD.php">Protection des données </a></li> </ul>
    • <div class="footer-top-column navbar-big-screen">
    • <div class="footer-top-column navbar-big-screen">
    • <div class="footer-bottom">