Page summary

https://www.antiquites-en-france.com/

Tested 2025-05-02 01:39:51 using Chrome 132.0.6834.83 (runtime settings).

SummaryWaterfall MetricsVideoFilmstrip CoachPageXrayCPU Third party axe
| Summary | | Download Video | Download Timeline Log | Download HAR | 

Summary

MetricValue
Page metrics
Performance Score98
Total Page Transfer Size707 B
Requests2
Timing metrics
TTFB [median]69 ms
First Paint [median]343 ms
Fully Loaded [median]936 ms
Google Web Vitals
TTFB [median]69 ms
First Contentful Paint (FCP) [median]343 ms
Largest Contentful Paint (LCP) [median]494 ms
Cumulative Layout Shift (CLS) [median]0.00
Interaction To Next Paint (INP) [median]180 ms
Total Blocking Time [median]33 ms
Max Potential FID [median]80 ms
CPU metrics
CPU long tasks [median]2
CPU longest task duration85 ms
CPU last long task happens at640 ms
Visual Metrics
First Visual Change [median]367 ms
Speed Index [median]503 ms
Visual Complete 85% [median]500 ms
Visual Complete 99% [median]967 ms
Last Visual Change [median]967 ms
Screenshot of run 2

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange100 ms367 ms278 ms367 ms
LastVisualChange100 ms967 ms689 ms1.001 s
SpeedIndex100 ms503 ms400 ms596 ms
Heading100 ms500 ms411 ms634 ms
LargestContentfulPaint100 ms500 ms411 ms634 ms
LastMeaningfulPaint100 ms967 ms689 ms1.001 s
VisualReadiness0 ms600 ms411 ms634 ms
VisualComplete85100 ms500 ms411 ms634 ms
VisualComplete95100 ms967 ms689 ms1.001 s
VisualComplete99100 ms967 ms689 ms1.001 s
LargestImage967 ms984 ms1.001 s
Google Web Vitals
Time To First Byte (TTFB)43 ms69 ms61 ms71 ms
Largest Contentful Paint (LCP)87 ms494 ms402 ms625 ms
First Contentful Paint (FCP)87 ms343 ms268 ms373 ms
Cumulative Layout Shift (CLS)00.00280.00190.0029
More metrics
firstPaint87 ms343 ms268 ms373 ms
loadEventEnd72 ms928 ms650 ms951 ms
CPU
Total Blocking Time0 ms33 ms23 ms35 ms
Max Potential FID0 ms80 ms55 ms85 ms
CPU long tasks 0212
CPU last long task happens at0 ms640 ms446 ms698 ms
| Waterfall | | Download HAR | 

Waterfall

Run 2 SpeedIndex median

| Video | Download | 

Video

Download video
| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.4 sFirst Visual Change 367 msFirst Contentful Paint 373 msLayout Shift 0.00285 379 ms
0.5 sCPU Long Task duration 53 msDOM Content Loaded Time 440 msLCP <DIV> 494 msVisual Complete 85% 500 msHeading 500 ms
0.6 s
0.7 sCPU Long Task duration 80 ms
1 sPage Load Time 928 msFully Loaded 936 msLast Visual Change 967 msVisual Complete 95% 967 msVisual Complete 99% 967 msLargest Image 967 ms
| 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.1.1.

I am the coach

Coach score

Performance advice (98)

TitleAdviceScore
Avoid extra requests by setting cache headers (cacheHeaders)The page has 1 request that are missing a cache time. Configure a cache time so the browser doesn't need to download them every time. It will save 353 B the next access.90
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.antiquites-en-france.com/favicon.ico
  • Avoid missing and error requests (responseOk)The page has 2 error responses. The page has 2 responses with code 503. 80
    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.antiquites-en-france.com/
  • https://www.antiquites-en-france.com/favicon.ico
  • Best practice advice (82)

    TitleAdviceScore
    Declare a charset in your document (charset)You are not using charset UTF-8?50
    Description: The Unicode Standard (UTF-8) covers (almost) all the characters, punctuations, and symbols in the world. Please use that.
    Declare the language code for your document (language)The page is missing a language definition in the HTML tag. Define it with <html lang="YOUR_LANGUAGE_CODE">0
    Description: According to the W3C recommendation you should declare the primary language for each Web page with the lang attribute inside the <html> tag https://www.w3.org/International/questions/qa-html-language-declarations#basics.
    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 2 responses that sets a server header. 98
    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.antiquites-en-france.com/
  • https://www.antiquites-en-france.com/favicon.ico
  • 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.antiquites-en-france.com/
  • 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.antiquites-en-france.com/
  • Page info

    Page info
    Title503 Service Unavailable
    Width1365
    Height620
    DOM elements6
    Avg DOM depth2
    Max DOM depth3
    Iframes0
    Script tags0
    Local storage0 b
    Session storage0 b
    Network Information API4g

    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.

    Wappalyzer didn't find any information.

    | Browser metrics | Visual Metrics | Largest Contentful Paint | Cumulative Layout Shift | Interaction To Next Paint | Long Aninimation Frames | Visual Elements | 

    Data from run 2

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)71 ms
    First Contentful Paint (FCP)373 ms
    Largest Contentful Paint (LCP)494 ms
    Cumulative Layout Shift (CLS)0.00
    Interaction to next paint (INP)184 ms
    Total Blocking Time (TBT)33 ms
    First Contentful Paint info
    Elements that needed recalculate style before FCP261
    Time spent in recalculate style before FCP29.423 ms
    Extra timings
    TTFB71 ms
    First Paint373 ms
    Load Event End928 ms
    Fully loaded936 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.

    Element typeDIV
    Element/tag<div class="texture-content-1"></div>
    Render time 494 ms
    Element render delay211 ms
    TTFB71 ms
    Resource delay144 ms
    Resource load duration68 ms
    Elements that needed recalculate style before LCP537
    Time spent in recalculate style before LCP44.354 ms
    Load time367 ms
    URL https://www.antiquit...ure-content-1.png
    Size (width*height)78384
    DOM path
    div:eq(3) > div:eq(0) > div > div > div> div:eq(3) > div:eq(0) > div > div > 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.

    The Largest Contentful Paint API highlighted this image as a part of the LCP.

    LCP

    Detected Cumulative Layout Shift

    0.00285 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.00285<li class="menu-item"></li>,<ul class="sub-menu second-sub-menu"></ul>,<li class="menu-item "></li>,<div class="block-search"></div>,<li class="menu-item"></li>
    body > div:eq(0) > div > div > div > div > ul > li:eq(1),body > div#jz-header > div#jz-container > div > div > ul:eq(1),body > div:eq(0) > div > div > div > div > ul > li:eq(2),body > div#jz-header > div#jz-container > div > div > div,body > div:eq(0) > div > div > div > div > ul > li:eq(3)
    Layout shift

    The elements that have shifted place is highlighted in the image (that have a higher value than 0.01). If the element shifted outside of the viewport, you will not see it there. It can be hard to understand what content that has shifted, if that's the case, checkout the video or the filmstrip of the run.

    Interaction to Next Paint

    Interaction to Next Paint (INP) is a metric that try to measure responsiveness. It's useful if you are testing user journeys. Read more about Interaction to Next Paint.

    The measured latency was 184 ms.

    Event typepointerover
    Element typeHTML
    Element class name
    Event targethtml
    Load state when the event happenedloading

    Long Animation Frames

    Read more about the Long Animation Frames API here here.

    The top 10 longest animation frames entries

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    32 ms82.6 ms1.4 ms0.8 ms0.6 ms
    https://www.googletagmanager.com/gtag/js?id=G-58XGFJWZ1E&cx=c&_slc=1

    Invoker:  https://www.googletagmanager.com/gtag/js?id=G-58XGFJWZ1E&cx=c&_slc=1
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    8 ms69.7 ms4.3 ms2.9 ms1.4 ms
    https://www.antiquites-en-france.com/js/jquery.min.js

    Forced Style And Layout Duration: 41 ms

    Invoker:  #document.onDOMContentLoaded
    Invoker Type: event-listener
    Source Function Name:  B
    Window attribution: self
    Source char position: 14290

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    5 ms36.2 ms23.8 ms22.1 ms1.7 ms
    https://www.antiquites-en-france.com/

    Forced Style And Layout Duration: 17 ms

    Invoker:  https://www.antiquites-en-france.com/
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms114.6 ms1.4 ms0.8 ms0.6 ms
    https://www.antiquites-en-france.com/js/jquery.min.js

    Invoker:  https://www.antiquites-en-france.com/js/jquery.min.js
    Invoker Type: classic-script
    Window attribution: self

    https://www.antiquites-en-france.com/vendor/jquery-ui/js/jquery-ui-1.8.22.custom.min.js

    Forced Style And Layout Duration: 3 ms

    Invoker:  https://www.antiquites-en-france.com/vendor/jquery-ui/js/jquery-ui-1.8.22.custom.min.js
    Invoker Type: classic-script
    Window attribution: self

    https://www.antiquites-en-france.com/galleria/galleriacustom.min.js

    Invoker:  https://www.antiquites-en-france.com/galleria/galleriacustom.min.js
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms116.7 ms5.3 ms4 ms1.3 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms19.7 ms31.3 ms28.7 ms2.6 ms
    No availible script information.
    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms69.4 ms3.6 ms1.2 ms2.4 ms
    https://www.antiquites-en-france.com/galleria/galleriacustom.min.js

    Forced Style And Layout Duration: 6 ms

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Source Function Name:  g
    Window attribution: self
    Source char position: 7536

    https://www.antiquites-en-france.com/galleria/galleriacustom.min.js

    Forced Style And Layout Duration: 28 ms

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Source Function Name:  g
    Window attribution: self
    Source char position: 7536

    https://www.antiquites-en-france.com/galleria/galleriacustom.min.js

    Forced Style And Layout Duration: 1 ms

    Invoker:  TimerHandler:setTimeout
    Invoker Type: user-callback
    Source Function Name:  g
    Window attribution: self
    Source char position: 7536

    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.

    Visual Elements

    NameDisplay TimeX YWidthHeight
    LargestImage (0.jpg)967 ms 91 305 150 150
    <img width="150px" height="150px" src="/uploads/items/thumb_blank/0.jpg" alt="Coffre en cuir clouté, XVIIe siècle.">
    Heading500 ms 490 180 770 30
    <h1></h1>
    LargestContentfulPaint500 ms 490 162 770 142
    <div class="texture-content-1"></div>
    | Summary  | Largest responses  | Requests and sizes per content type  | Data per domain | Expires and last modified statistics  | Requests loaded after onLoad event  | 

    PageXray

    How the page is built.

    Summary
    HTTP versionHTTP/2.0
    Total requests2
    Total domains1
    Total transfer size707 B
    Total content size448 B
    Responses missing compression0
    Number of cookies0
    Third party cookies0
    Requests per response code
    5032

    Largest assets on the page (by transfer size)

    URLTypeTransfer SizeContent Size
    https://www.antiquites-en-france.com/html354 B224 B
    https://www.antiquit...e.com/favicon.icohtml353 B224 B

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    Total0 b0 b0 b0

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    www.antiquites-en-france.com61 ms707 B448 B2

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds0 seconds0 seconds

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html0 b0
    css0 b0
    javascript0 b0
    image0 b0
    font0 b0
    Total353 B1

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html0 b0
    css0 b0
    javascript0 b0
    image0 b0
    font0 b0
    Total353 B1
    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 33
    Max Potential First Input Delay 80
    Long Tasks before First Paint00
    Long Tasks before First Contentful Paint00
    Long Tasks before Largest Contentful Paint153
    Long Tasks after Load Event End00
    Total Long Tasks2133

    CPU last long task happened at 698 ms

    Individual Long Tasks

    namestartTimedurationcontainerIdcontainerNamecontainerSrccontainerType
    self44053window
    self69880window

    CPU time spent

    Calculated using Tracium.

    Categories (ms)
    parseHTML44
    styleLayout196
    paintCompositeRender17
    scriptParseCompile1
    scriptEvaluation482
    garbageCollection7
    other322
    Events (ms)
    RunTask276
    FunctionCall271
    v8.run119
    Layout100
    UpdateLayoutTree96
    v8.callFunction40
    ParseHTML30
    RunMicrotasks19
    TimerFire17
    HTMLDocumentParser::MaybeFetchQueuedPreloads14
    Paint12
    URLLoader::Context::OnReceivedResponse11

    Time spent per request

    URLCPU time (ms)
    https://www.antiquites-en-france.com/galleria/themes/azur/galleria.azur.min.js509
    https://www.antiquites-en-france.com/galleria/galleriacustom.min.js382
    https://www.antiquites-en-france.com/js/jquery.min.js145
    https://www.googletagmanager.com/gtag/js?id=G-58XGFJWZ1E&cx=c&_slc=184
    https://www.google-analytics.com/analytics.js25
    https://www.antiquites-en-france.com/23
    https://www.antiquites-en-france.com/vendor/jquery-ui/js/jquery-ui-1.8.22.custom.min.js22

    CPU time spent

    Tool/domainTime (ms)
    www.antiquites-en-france.com1081.1
    Google Tag Manager84.0
    Google Analytics24.9
    | Categories | | Tools | | First vs third | 

    Third party

    Third party requests categorised by Third party web version 0.26.2.

    CategoryRequests
    analytics 3
    survelliance 4
    tag-manager 1
    CategoryNumber of tools
    analytics 1
    survelliance 2
    tag-manager 1

    Third party requests and tools

    analytics (3 requests)
    Google Analytics
    survelliance (4 requests)
    Google Analytics
    Google Tag Manager
    tag-manager (1 requests)
    Google Tag Manager

    First party requests and sizes per content type

    Calculated using .*antiquites-en-france.* (use --firstParty to configure).

    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/A707 B448 B2

    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

    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 1 (6 issues)
    Serious3 (8 issues)
    Moderate2 (26 issues)
    Minor0 (0 issues)