Tested 2026-02-26 02:32:03 using Chrome 132.0.6834.83 (runtime settings).
| Metric | Value |
|---|---|
| Page metrics | |
| Performance Score | 83 |
| Total Page Transfer Size | 1.8 MB |
| Requests | 44 |
| Timing metrics | |
| TTFB [median] | 128 ms |
| First Paint [median] | 312 ms |
| Fully Loaded [median] | 762 ms |
| Google Web Vitals | |
| TTFB [median] | 128 ms |
| First Contentful Paint (FCP) [median] | 312 ms |
| Largest Contentful Paint (LCP) [median] | 471 ms |
| Cumulative Layout Shift (CLS) [median] | 0.05 |
| Total Blocking Time [median] | 22 ms |
| Max Potential FID [median] | 63 ms |
| CPU metrics | |
| CPU long tasks [median] | 3 |
| CPU longest task duration | 121 ms |
| CPU last long task happens at | 609 ms |
| Visual Metrics | |
| First Visual Change [median] | 300 ms |
| Speed Index [median] | 395 ms |
| Visual Complete 85% [median] | 533 ms |
| Visual Complete 99% [median] | 767 ms |
| Last Visual Change [median] | 767 ms |
| Metric | min | median | mean | max |
|---|---|---|---|---|
| Visual Metrics | ||||
| FirstVisualChange | 300 ms | 300 ms | 333 ms | 400 ms |
| LastVisualChange | 667 ms | 767 ms | 734 ms | 767 ms |
| SpeedIndex | 377 ms | 395 ms | 408 ms | 453 ms |
| LargestImage | 433 ms | 467 ms | 478 ms | 533 ms |
| Heading | 467 ms | 467 ms | 489 ms | 533 ms |
| LargestContentfulPaint | 433 ms | 467 ms | 478 ms | 533 ms |
| LastMeaningfulPaint | 467 ms | 467 ms | 489 ms | 533 ms |
| VisualReadiness | 367 ms | 367 ms | 400 ms | 467 ms |
| VisualComplete85 | 433 ms | 533 ms | 500 ms | 533 ms |
| VisualComplete95 | 433 ms | 533 ms | 500 ms | 533 ms |
| VisualComplete99 | 667 ms | 767 ms | 734 ms | 767 ms |
| Google Web Vitals | ||||
| Time To First Byte (TTFB) | 108 ms | 128 ms | 124 ms | 136 ms |
| Largest Contentful Paint (LCP) | 394 ms | 471 ms | 464 ms | 527 ms |
| First Contentful Paint (FCP) | 263 ms | 312 ms | 319 ms | 381 ms |
| Cumulative Layout Shift (CLS) | 0.0446 | 0.0469 | 0.0485 | 0.0541 |
| More metrics | ||||
| firstPaint | 263 ms | 312 ms | 319 ms | 381 ms |
| loadEventEnd | 666 ms | 729 ms | 715 ms | 749 ms |
| CPU | ||||
| Total Blocking Time | 16 ms | 22 ms | 43 ms | 90 ms |
| Max Potential FID | 63 ms | 63 ms | 82 ms | 121 ms |
| CPU long tasks | 3 | 3 | 3 | 4 |
| CPU last long task happens at | 524 ms | 609 ms | 586 ms | 624 ms |
Run 2 SpeedIndex median
Use--filmstrip.showAll to show all filmstrips.
0.5 sLayout Shift 0.03969 423 msCPU Long Task duration 53 msLargest Image 467 msHeading 467 msLCP <IMG> 471 msThe 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.
| Title | Advice | Score | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Avoid slowing down the critical rendering path (avoidRenderBlocking) | The page has 9 blocking requests and 2 in body parser blocking (3 JavaScript and 8 CSS). | 70 | |||||||||||||||
| 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: | |||||||||||||||||
| Don't scale images in the browser (avoidScalingImages) | The page has 9 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. | 10 | |||||||||||||||
| 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: | |||||||||||||||||
| 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. | |||||||||||||||||
| 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 4 CPU long tasks with the total of 379 ms. The total blocking time is 179 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. | 20 | |||||||||||||||
| 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: | |||||||||||||||||
| Long cache headers is good (cacheHeadersLong) | The page has 30 requests that have a shorter cache time than 30 days (but still a cache time). | 70 | |||||||||||||||
| 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: | |||||||||||||||||
| 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:
| |||||||||||||||||
| Avoid too many fonts (fewFonts) | The page has 12 font requests. Do you really need them? What value does the fonts give the user? | 0 | |||||||||||||||
| 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: | |||||||||||||||||
| Total JavaScript size shouldn't be too big (javascriptSize) | The total JavaScript transfer size is 197.2 kB and the uncompressed size is 573 kB. This is quite large. | 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:
| |||||||||||||||||
| Make each CSS response small (optimalCssSize) | https://www.proantic.com/css/A.fontawesome.min.css,,qtimestampcssproantic202602261104+regular.min.css,,qtimestampcssproantic202602261104,Mcc.wyifselPA4.css.pagespeed.cf.3EmdiLN2Bl.css size is 35.8 kB (35812) and that is bigger than the limit of 14.5 kB. https://www.proantic.com/css/A.main.css,qtimestampcssproantic202602261104.pagespeed.cf.4YkRcdzjVW.css size is 15.3 kB (15301) 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:
| |||||||||||||||||
| 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: | |||||||||||||||||
| Title | Advice | Score |
|---|---|---|
| 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: | ||
| Do not share user data with third parties. (thirdPartyPrivacy) | The page has 7% requests that are 3rd party (3 requests with a size of 181.8 kB). The page also have request to companies that harvest data from users and do not respect users privacy (see https://en.wikipedia.org/wiki/Surveillance_capitalism). The page do 1 tag-manager request and uses 1 tag-manager tool. The page do 2 survelliance requests and uses 2 survelliance tools. | 0 |
| Description: Using third party requests shares user information with that third party. Please avoid that! The project https://github.com/patrickhulce/third-party-web is used to categorize first/third party requests. | ||
| Offenders: | ||
| Page info | |
|---|---|
| Title | Dernières antiquités |
| Width | 1350 |
| Height | 10716 |
| DOM elements | 2774 |
| Avg DOM depth | 9 |
| Max DOM depth | 13 |
| Iframes | 0 |
| Script tags | 17 |
| Local storage | 0 b |
| Session storage | 0 b |
| Network Information API | 4g |
| Resource Hints |
|---|
| dns-prefetch |
| https://cdn-images.mailchimp.com/ |
| preconnect |
| https://cdn-images.mailchimp.com/ |
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.
| Technology | Confidence | Category |
|---|---|---|
| PayPal | 100 | Payment processors |
| Nginx | 100 | Web servers Reverse proxies |
| HSTS | 100 | Security |
| Google PageSpeed 1.13.35.2 | 100 | Caching Web server extensions Performance |
| HTTP/3 | 100 | Miscellaneous |
Data collected using Third Party Web 0.26.2
| Tag-manager |
|---|
| Google Tag Manager |
| Survelliance |
| Google Tag Manager |
| Google CDN |
| Cdn |
| Google CDN |
| JSDelivr CDN |
Data from run 2
| Visual Metrics | |
|---|---|
| First Visual Change | 300 ms |
| Speed Index | 395 ms |
| Largest Image | 467 ms |
| Heading | 467 ms |
| LargestContentfulPaint | 467 ms |
| Last Meaningful Paint | 467 ms |
| Largest Contentful Paint | 467 ms |
| Visual Complete 85% | 533 ms |
| Visual Complete 95% | 533 ms |
| Visual Complete 99% | 667 ms |
| Last Visual Change | 667 ms |
| Visual Readiness | 367 ms |
| Navigation Timing | |
|---|---|
| backEndTime | 136 ms |
| domContentLoadedTime | 633 ms |
| domInteractiveTime | 633 ms |
| domainLookupTime | 0 ms |
| frontEndTime | 522 ms |
| pageDownloadTime | 6 ms |
| pageLoadTime | 665 ms |
| redirectionTime | 0 ms |
| serverConnectionTime | 19 ms |
| serverResponseTime | 120 ms |
| Google Web Vitals | |
|---|---|
| Time to first byte (TTFB) | 136 ms |
| First Contentful Paint (FCP) | 312 ms |
| Largest Contentful Paint (LCP) | 471 ms |
| Cumulative Layout Shift (CLS) | 0.05 |
| Total Blocking Time (TBT) | 16 ms |
| First Contentful Paint info | |
|---|---|
| Elements that needed recalculate style before FCP | 389 |
| Time spent in recalculate style before FCP | 25.982 ms |
| Extra timings | |
|---|---|
| TTFB | 136 ms |
| First Paint | 312 ms |
| Load Event End | 666 ms |
| Fully loaded | 684 ms |
When in time the page main content is rendered (collected using the Largest Contentful Paint API). Read more about Largest Contentful Paint.
| Element type | IMG |
| Element/tag | <img loading="lazy" src="https://www.proantic.com/galerie/de-gurbert-antiques/img/small/1714417-main-699faec64d7f1.jpg" alt="Mascaron en Bronze - XIXe 19e siècle - Tête Grotesque - ornement meuble sculpture statuette 19" class="img-selection"> |
| Render time | 471 ms |
| Element render delay | 109 ms |
| TTFB | 136 ms |
| Resource delay | 193 ms |
| Resource load duration | 32 ms |
| Elements that needed recalculate style before LCP | 725 |
| Time spent in recalculate style before LCP | 38.193 ms |
| Load time | 387 ms |
| URL | https://www.proantic...699faec64d7f1.jpg |
| Size (width*height) | 44400 |
| DOM path | |
| main > div#section-nouveautes > section#minheight > div#login_ajax_after > div:eq(0) > div:eq(0) > a > img> main > div#section-nouveautes > section#minheight > div#login_ajax_after > div:eq(0) > div:eq(0) > a > img> | |
0.04690 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.
| Score | HTML Element |
|---|---|
| 0.03969 | ,<a class="logo-antiquaires-favoris link-text cypress-objet-3d " href="/antiquites-nouveautes.php?obj_3d=1" data-param="3d" onclick="buttonFiltre(this); return false;"></a>,<a class="logo-antiquaires-favoris link-text " href="/antiquites-nouveautes.php?obj_paypal=1" data-param="paypal" onclick="buttonFiltre(this); return false;"></a>,<a href="https://www.proantic.com/1714417-mascaron-en-bronze-xixe-19e-siecle-tete-grotesque-ornement-meuble-sculpture-statuette-1.html" class="card-liste-objets-bottom"></a>,<div class="card-liste-objets"></div> |
| body > main > div#section-nouveautes > section#minheight > h1 > #text,body > main > div#section-nouveautes > section#minheight > div#reload-ajax > a:eq(1),body > main > div#section-nouveautes > section#minheight > div#reload-ajax > a:eq(2),body > main > div#section-nouveautes > section#minheight > div#login_ajax_after > div:eq(0) > a:eq(0),body > main > div#section-nouveautes > section#minheight > div#login_ajax_after > div:eq(1) | |
| 0.00638 | <div class="card-liste-objets"></div>,<div style="position: absolute;top:10px;right: 10px;"></div> |
| body > main > div#section-nouveautes > section#minheight > div#login_ajax_after > div:eq(1),body > main > div#section-nouveautes > section#minheight > div#login_ajax_after > div:eq(1) > div:eq(1) | |
| 0.00083 | <div class="w-dropdown-nav nav-menu-hover nav-menu-hover-meta"></div>,<div class="nav-nouveau-curr-flag navbar-big-screen"></div>,<div class="w-dropdown-nav nav-menu-hover nav-menu-hover-meta" data-menu="antiquaire"></div>,<div class="w-dropdown-nav nav-menu-hover nav-menu-hover-meta"></div>,<div class="w-dropdown-nav magazine nav-menu-hover nav-menu-hover-meta"></div> |
| body > nav#totop > div > div > nav > div:eq(6),body > nav#totop > div > div > div:eq(0) > div:eq(3),body > nav#totop > div > div > nav > div:eq(7),body > nav#totop > div > div > nav > div:eq(3),body > nav#totop > div > div > nav > div:eq(8) | |

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.
Read more about the Long Animation Frames API here here.
The top 10 longest animation frames entries
| Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
|---|---|---|---|---|
| 40 ms | 58.4 ms | 37.6 ms | 34 ms | 3.6 ms |
| No availible script information. | ||||
| Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
|---|---|---|---|---|
| 24 ms | 100.5 ms | 49.5 ms | 0 ms | 49.5 ms |
| No availible script information. | ||||
| Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
|---|---|---|---|---|
| 14 ms | 100.2 ms | 0.8 ms | 0.6 ms | 0.2 ms |
| https://www.googletagmanager.com/gtag/js?id=G-YP51KSLLWR | ||||
Invoker: https://www.googletagmanager.com/gtag/js?id=G-YP51KSLLWR | ||||
| https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js | ||||
Invoker: https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js | ||||
| Blocking duration | Work duration | Render duration | PreLayout Duration | Style And Layout Duration |
|---|---|---|---|---|
| 0 ms | 27.5 ms | 25.5 ms | 20.3 ms | 5.2 ms |
| No availible script information. | ||||
There are no Server Timings.
There are no custom configured scripts.
There are no custom extra metrics from scripting.
| Name | Display Time | X | Y | Width | Height |
|---|---|---|---|---|---|
| LargestImage (1714417-main-699faec64d7f1.jpg) | 467 ms | 430 | 472 | 300 | 300 |
| <img loading="lazy" src="https://www.proantic.com/galerie/de-gurbert-antiques/img/small/1714417-main-699faec64d7f1.jpg" alt="Mascaron en Bronze - XIXe 19e siècle - Tête Grotesque - ornement meuble sculpture statuette 19" class="img-selection"> | |||||
| Heading | 467 ms | 430 | 224 | 910 | 36 |
| <h1 class="h1-categorie"></h1> | |||||
| LargestContentfulPaint (1714417-main-699faec64d7f1.jpg) | 467 ms | 430 | 472 | 300 | 300 |
| <img loading="lazy" src="https://www.proantic.com/galerie/de-gurbert-antiques/img/small/1714417-main-699faec64d7f1.jpg" alt="Mascaron en Bronze - XIXe 19e siècle - Tête Grotesque - ornement meuble sculpture statuette 19" class="img-selection"> | |||||
How the page is built.
| Summary | |
|---|---|
| HTTP version | HTTP/2.0 |
| Total requests | 44 |
| Total domains | 4 |
| Total transfer size | 1.8 MB |
| Total content size | 2.8 MB |
| Responses missing compression | 11 |
| Number of cookies | 1 |
| Third party cookies | 0 |
| Requests per response code | |
|---|---|
| 200 | 44 |
| Content | Header Size | Transfer Size | Content Size | Requests |
|---|---|---|---|---|
| html | 0 b | 61.0 KB | 470.3 KB | 1 |
| css | 0 b | 73.7 KB | 328.8 KB | 9 |
| javascript | 0 b | 192.6 KB | 559.6 KB | 4 |
| image | 0 b | 367.5 KB | 361.5 KB | 18 |
| font | 0 b | 1.1 MB | 1.1 MB | 12 |
| Total | 0 b | 1.8 MB | 2.8 MB | 44 |
| Domain | Total download time | Transfer Size | Content Size | Requests |
|---|---|---|---|---|
| www.proantic.com | 1.782 s | 1.6 MB | 2.3 MB | 41 |
| www.googletagmanager.com | 215 ms | 144.7 KB | 420.7 KB | 1 |
| ajax.googleapis.com | 91 ms | 30.9 KB | 87.4 KB | 1 |
| cdn.jsdelivr.net | 83 ms | 1.9 KB | 4.3 KB | 1 |
| type | min | median | max |
|---|---|---|---|
| Expires | 0 seconds | 1 week | 1 year |
| Last modified | 8 minutes | 1 day | 16 years |
Included requests done after load event end.
| Content | Transfer Size | Requests |
|---|---|---|
| html | 0 b | 0 |
| css | 0 b | 0 |
| javascript | 0 b | 0 |
| image | 88.5 KB | 1 |
| font | 0 b | 0 |
| Total | 88.5 KB | 1 |
Includes requests done after DOM content loaded.
| Content | Transfer Size | Requests |
|---|---|---|
| html | 0 b | 0 |
| css | 0 b | 0 |
| javascript | 0 b | 0 |
| image | 88.5 KB | 1 |
| font | 0 b | 0 |
| Total | 88.5 KB | 1 |
Render blocking information directly from Chrome.
| Blocking | In body parser blocking | Potentially blocking |
|---|---|---|
| 9 | 2 | 0 |
Download the Chrome trace log and drag and drop it into Developer Tools / Performance in Chrome.
Collected using the Long Task API. A long task is a task that take 50 milliseconds or more.
| Type | Quantity | Total duration (ms) |
|---|---|---|
| Total Blocking Time | 16 | |
| Max Potential First Input Delay | 63 | |
| Long Tasks before First Paint | 1 | 50 |
| Long Tasks before First Contentful Paint | 1 | 50 |
| Long Tasks before Largest Contentful Paint | 2 | 103 |
| Long Tasks after Load Event End | 0 | 0 |
| Total Long Tasks | 3 | 166 |
CPU last long task happened at 524 ms
| name | startTime | duration | containerId | containerName | containerSrc | containerType |
|---|---|---|---|---|---|---|
| unknown | 241 | 50 | window | |||
| self | 427 | 53 | window | |||
| self | 524 | 63 | window |
Calculated using Tracium.
| Categories (ms) | |
|---|---|
| parseHTML | 169 |
| styleLayout | 133 |
| paintCompositeRender | 12 |
| scriptParseCompile | 2 |
| scriptEvaluation | 110 |
| garbageCollection | 3 |
| other | 138 |
| Events (ms) | |
|---|---|
| ParseHTML | 110 |
| RunTask | 99 |
| Layout | 75 |
| v8.run | 72 |
| UpdateLayoutTree | 55 |
| HTMLDocumentParser::MaybeFetchQueuedPreloads | 54 |
| FunctionCall | 24 |
| DecodedDataDocumentParser::AppendBytes | 11 |
| URL | CPU time (ms) |
|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-YP51KSLLWR | 88 |
| https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js | 19 |
| Tool/domain | Time (ms) |
|---|---|
| Google Tag Manager | 87.6 |
| Google CDN | 19.1 |
Third party requests categorised by Third party web version 0.26.2.
| Category | Requests |
|---|---|
| cdn | 2 |
| survelliance | 2 |
| tag-manager | 1 |
| Category | Number of tools |
|---|---|
| cdn | 2 |
| survelliance | 2 |
| tag-manager | 1 |
| cdn (2 requests) |
| Google CDN |
| JSDelivr CDN |
| survelliance (2 requests) |
| Google CDN |
| Google Tag Manager |
|
| tag-manager (1 requests) |
| Google Tag Manager |
|
Calculated using .*proantic.* (use --firstParty to configure).
| Content | Header Size | Transfer Size | Content Size | Requests |
|---|---|---|---|---|
| html | 0 b | 61.0 KB | 470.3 KB | 1 |
| css | 0 b | 73.7 KB | 328.8 KB | 9 |
| javascript | 0 b | 15.0 KB | 47.2 KB | 1 |
| image | 0 b | 367.5 KB | 361.5 KB | 18 |
| font | 0 b | 1.1 MB | 1.1 MB | 12 |
| Total | N/A | 1.6 MB | 2.3 MB | 41 |
| Content | Header Size | Transfer Size | Content Size | Requests |
|---|---|---|---|---|
| html | 0 b | 0 b | 0 b | 0 |
| css | 0 b | 0 b | 0 b | 0 |
| javascript | 0 b | 177.6 KB | 512.4 KB | 3 |
| image | 0 b | 0 b | 0 b | 0 |
| font | 0 b | 0 b | 0 b | 0 |
| Total | N/A | 177.6 KB | 512.4 KB | 3 |
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 .
Median number of violations for all the runs. Check each individual run to see all the violations.
| Type | Violations (median) |
|---|---|
| Critical | 0 (0 issues) |
| Serious | 2 (10 issues) |
| Moderate | 3 (6 issues) |
| Minor | 0 (0 issues) |