PageSpeed Insights logo
PageSpeed Insights
PageSpeed Insights
This site uses cookies from Google to deliver its services and to analyze traffic.
Report from Mar 17, 2025, 7:45:49 PM
Discover what your real users are experiencing
No Data

Diagnose performance issues
63 FCP+5LCP+0TBT+26CLS+25SI+7 Performance
Values are estimated and may vary. The performance score is calculated directly from these metrics.See calculator.
0–49 50–89 90–100
Final Screenshot
Metrics
First Contentful Paint
2.9 s
First Contentful Paint marks the time at which the first text or image is painted. Learn more about the First Contentful Paint metric.
Largest Contentful Paint
22.2 s
Largest Contentful Paint marks the time at which the largest text or image is painted. Learn more about the Largest Contentful Paint metric
Total Blocking Time
240 ms
Sum of all time periods between FCP and Time to Interactive, when task length exceeded 50ms, expressed in milliseconds. Learn more about the Total Blocking Time metric.
Cumulative Layout Shift
0
Cumulative Layout Shift measures the movement of visible elements within the viewport. Learn more about the Cumulative Layout Shift metric.
Speed Index
4.6 s
Speed Index shows how quickly the contents of a page are visibly populated. Learn more about the Speed Index metric.
  • Captured at Mar 17, 2025, 7:45 PM UTC
  • Emulated Moto G Power with Lighthouse 12.4.0
    Unthrottled CPU/Memory Power: 487 CPU throttling: 1.2x slowdown (Simulated) Screen emulation: 412x823, DPR 1.75 Axe version: 4.10.2
  • Single page session
    This data is taken from a single page session, as opposed to field data summarizing many sessions.
  • Initial page load
  • Slow 4G throttling
    Network throttling: 150 ms TCP RTT, 1,638.4 kb/s throughput (Simulated) Browser location: Europe
  • Using HeadlessChromium 133.0.6943.141 with lr
    User agent (network): "Mozilla/5.0 (Linux; Android 11; moto g power (2022)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Mobile Safari/537.36"
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Show audits relevant to:
Diagnostics
Largest Contentful Paint element 22,200 ms
This is the largest contentful element painted within the viewport. Learn more about the Largest Contentful Paint elementLCP
Element
div#fws_67d87bf13f7ce > div.row-bg-wrap > div.inner-wrap > div.row-bg
<div class="row-bg viewport-desktop using-image using-bg-color loaded" style="background-position: left top; background-repeat: no-repeat;">
Phase
% of LCP
Timing
TTFB
3%
600 ms
Load Delay
71%
15,850 ms
Load Time
12%
2,740 ms
Render Delay
14%
3,000 ms
Eliminate render-blocking resources Potential savings of 1,720 ms
Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. Learn how to eliminate render-blocking resources.LCPFCP
WordPressThere are a number of WordPress plugins that can help you inline critical assets or defer less important resources. Beware that optimizations provided by these plugins may break features of your theme or plugins, so you will likely need to make code changes.
URL
Transfer Size
Potential Savings
quidu.fr
1st party
72.2 KiB
1,200 ms
25.2 KiB
450 ms
30.6 KiB
450 ms
7.4 KiB
150 ms
9.0 KiB
150 ms
Google Fonts
cdn
3.9 KiB
910 ms
/css?family=…
(fonts.googleapis.com)
2.5 KiB
750 ms
/css?family=…
(fonts.googleapis.com)
1.4 KiB
150 ms
Reduce initial server response time Root document took 830 ms
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.LCPFCP
WordPressChoose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service.
URL
Time Spent
quidu.fr
1st party
830 ms
830 ms
Avoid an excessive DOM size 954 elements
A large DOM will increase memory usage, cause longer style calculations, and produce costly layout reflows. Learn how to avoid an excessive DOM size.TBT
Statistic
Element
Value
Total DOM Elements
954
Maximum DOM Depth
L’univers photographique d’Harry Gruyaert : Une exploration de la couleur et de…
<span>
22
Maximum Child Elements
body.home
<body class="home page-template-default page page-id-495 material wpb-js-composer js-co…" data-footer-reveal="false" data-footer-reveal-shadow="none" data-header-format="default" data-body-border="off" data-boxed-style="" data-header-breakpoint="1000" data-dropdown-style="minimal" data-cae="easeOutCubic" data-cad="750" data-megamenu-width="contained" data-aie="none" data-ls="fancybox" data-apte="standard" data-hhun="1" data-fancy-form-rcs="1" data-form-style="default" data-form-submit="see-through" data-is="minimal" data-button-style="rounded" data-user-account-button="false" data-flex-cols="true" …>
44
Serve images in next-gen formats Potential savings of 2,570 KiB
Image formats like WebP and AVIF often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. Learn more about modern image formats.LCPFCP
WordPressConsider using the Performance Lab plugin to automatically convert your uploaded JPEG images into WebP, wherever supported.
URL
Resource Size
Potential Savings
quidu.fr
1st party
2,921.2 KiB
2,570.1 KiB
div#fws_67d87bf13f7ce > div.row-bg-wrap > div.inner-wrap > div.row-bg
<div class="row-bg viewport-desktop using-image using-bg-color loaded" style="background-position: left top; background-repeat: no-repeat;">
…03/bruit.png
(quidu.fr)
2,890.0 KiB
2,552.5 KiB
div.nectar-post-grid-item-bg-wrap > div.nectar-post-grid-item-bg-wrap-inner > div.nectar-post-grid-item-bg > img.attachment-full
<img fetchpriority="high" decoding="async" width="2000" height="1500" src="https://quidu.fr/wp-content/uploads/2025/03/BorddeScene-Stamp-768x576.jpg" class="attachment-full size-full" alt="" srcset="https://quidu.fr/wp-content/uploads/2025/03/BorddeScene-Stamp.jpg 2000w, h…" sizes="(max-width: 2000px) 100vw, 2000px">
31.3 KiB
17.6 KiB
Reduce unused JavaScript Potential savings of 223 KiB
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.LCPFCP
WordPressConsider reducing, or switching, the number of WordPress plugins loading unused JavaScript in your page. To identify plugins that are adding extraneous JS, try running code coverage in Chrome DevTools. You can identify the theme/plugin responsible from the URL of the script. Look out for plugins that have many scripts in the list which have a lot of red in code coverage. A plugin should only enqueue a script if it is actually used on the page.
URL
Transfer Size
Potential Savings
Google CDN
cdn
431.1 KiB
201.4 KiB
215.6 KiB
100.8 KiB
215.6 KiB
100.7 KiB
quidu.fr
1st party
21.2 KiB
21.2 KiB
21.2 KiB
21.2 KiB
Reduce unused CSS Potential savings of 84 KiB
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.LCPFCP
WordPressConsider reducing, or switching, the number of WordPress plugins loading unused CSS in your page. To identify plugins that are adding extraneous CSS, try running code coverage in Chrome DevTools. You can identify the theme/plugin responsible from the URL of the stylesheet. Look out for plugins that have many stylesheets in the list which have a lot of red in code coverage. A plugin should only enqueue a stylesheet if it is actually used on the page.
URL
Transfer Size
Potential Savings
quidu.fr
1st party
55.0 KiB
45.3 KiB
30.2 KiB
27.1 KiB
24.8 KiB
18.2 KiB
Google CDN
cdn
41.0 KiB
38.9 KiB
41.0 KiB
38.9 KiB
Serve static assets with an efficient cache policy 36 resources found
A long cache lifetime can speed up repeat visits to your page. Learn more about efficient cache policies.
URL
Cache TTL
Transfer Size
quidu.fr
1st party
3,152 KiB
None
39 KiB
…03/bruit.png
(quidu.fr)
15m
2,890 KiB
15m
32 KiB
15m
31 KiB
15m
25 KiB
15m
22 KiB
15m
18 KiB
15m
9 KiB
15m
7 KiB
15m
7 KiB
15m
6 KiB
15m
6 KiB
15m
6 KiB
15m
5 KiB
15m
5 KiB
15m
4 KiB
15m
4 KiB
15m
4 KiB
15m
4 KiB
15m
3 KiB
15m
3 KiB
15m
3 KiB
15m
2 KiB
15m
2 KiB
15m
2 KiB
15m
2 KiB
15m
2 KiB
15m
2 KiB
15m
1 KiB
15m
1 KiB
15m
1 KiB
15m
1 KiB
15m
1 KiB
15m
1 KiB
15m
1 KiB
Google CDN
cdn
3 KiB
…api2/logo_48.png
(www.gstatic.com)
7d
3 KiB
Ensure text remains visible during webfont load
Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading. Learn more about font-display.
URL
Potential Savings
Google Fonts
cdn
20 ms
…v8/LDIoaomQN….woff2
(fonts.gstatic.com)
0 ms
…v40/memvYaGs1….woff2
(fonts.gstatic.com)
0 ms
…v8/LDIZaomQN….woff2
(fonts.gstatic.com)
10 ms
…v18/KFOmCnqEu….woff2
(fonts.gstatic.com)
0 ms
…v18/KFOlCnqEu….woff2
(fonts.gstatic.com)
0 ms
quidu.fr
1st party
210 ms
210 ms
Avoid enormous network payloads Total size was 4,075 KiB
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
WordPressConsider showing excerpts in your post lists (e.g. via the more tag), reducing the number of posts shown on a given page, breaking your long posts into multiple pages, or using a plugin to lazy-load comments.
URL
Transfer Size
quidu.fr
1st party
2,991.1 KiB
…03/bruit.png
(quidu.fr)
2,890.2 KiB
38.8 KiB
31.5 KiB
30.6 KiB
Google CDN
cdn
691.4 KiB
216.5 KiB
216.5 KiB
216.5 KiB
41.9 KiB
Google Fonts
cdn
42.9 KiB
…v40/memvYaGs1….woff2
(fonts.gstatic.com)
42.9 KiB
Other Google APIs/SDKs
utility
41.5 KiB
…api2/anchor?ar=…
(www.google.com)
41.5 KiB
Minimize third-party usage Third-party code blocked the main thread for 240 ms
Third-party code can significantly impact load performance. Limit the number of redundant third-party providers and try to load third-party code after your page has primarily finished loading. Learn how to minimize third-party impact.TBT
Third-Party
Transfer Size
Main-Thread Blocking Time
Google CDN
cdn
694 KiB
181 ms
650 KiB
181 ms
42 KiB
0 ms
…api2/logo_48.png
(www.gstatic.com)
3 KiB
0 ms
Other Google APIs/SDKs
utility
67 KiB
55 ms
…api2/anchor?ar=…
(www.google.com)
41 KiB
55 ms
22 KiB
0 ms
2 KiB
0 ms
1 KiB
0 ms
1 KiB
0 ms
Google Fonts
cdn
110 KiB
0 ms
…v40/memvYaGs1….woff2
(fonts.gstatic.com)
43 KiB
0 ms
…v8/LDIoaomQN….woff2
(fonts.gstatic.com)
28 KiB
0 ms
…v8/LDIZaomQN….woff2
(fonts.gstatic.com)
14 KiB
0 ms
…v18/KFOlCnqEu….woff2
(fonts.gstatic.com)
11 KiB
0 ms
…v18/KFOmCnqEu….woff2
(fonts.gstatic.com)
11 KiB
0 ms
/css?family=…
(fonts.googleapis.com)
3 KiB
0 ms
/css?family=…
(fonts.googleapis.com)
1 KiB
0 ms
cadreagreable.fr
0 KiB
0 ms
…useanyfont/1068Romie….woff2
(quidu.cadreagreable.fr)
0 KiB
0 ms
Avoid long main-thread tasks 6 long tasks found
Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. Learn how to avoid long main-thread tasksTBT
URL
Start Time
Duration
Google CDN
cdn
486 ms
10,560 ms
147 ms
11,039 ms
105 ms
10,850 ms
100 ms
10,950 ms
74 ms
10,790 ms
60 ms
Unattributable
87 ms
Unattributable
1,171 ms
87 ms
Avoid large layout shifts 1 layout shift found
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLSCLS
Element
Layout shift score
150
<h2>
0.000
Avoid chaining critical requests 42 chains found
The Critical Request Chains below show you what resources are loaded with a high priority. Consider reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load. Learn how to avoid chaining critical requests.
Maximum critical path latency: 1,896.627 ms
Initial Navigation
- 136.737 ms, 1.66 KiB
/css?family=…
(fonts.googleapis.com)
…v40/memvYaGs1….woff2
(fonts.gstatic.com)
- 3.827 ms, 42.85 KiB
- 153.797 ms, 7.36 KiB
- 112.22 ms, 2.19 KiB
- 113.231 ms, 9.04 KiB
…useanyfont/1068Romie….woff2
(quidu.cadreagreable.fr)
- 265.436 ms, 0.00 KiB
- 111.563 ms, 1.88 KiB
- 235.577 ms, 6.38 KiB
- 283.472 ms, 25.24 KiB
/css?family=…
(fonts.googleapis.com)
…v8/LDIZaomQN….woff2
(fonts.gstatic.com)
- 8.858 ms, 13.52 KiB
…v8/LDIoaomQN….woff2
(fonts.gstatic.com)
- 3.572 ms, 27.53 KiB
- 135.494 ms, 4.85 KiB
- 210.091 ms, 1.28 KiB
- 206.292 ms, 0.63 KiB
- 175.048 ms, 5.27 KiB
- 174.641 ms, 5.16 KiB
- 49.085 ms, 3.57 KiB
- 98.369 ms, 3.78 KiB
- 48.184 ms, 2.02 KiB
- 129.262 ms, 4.85 KiB
- 48.179 ms, 3.72 KiB
- 70.401 ms, 4.47 KiB
- 211.956 ms, 38.78 KiB
- 113.701 ms, 4.85 KiB
- 113.937 ms, 4.85 KiB
- 49.09 ms, 1.09 KiB
- 50.557 ms, 2.93 KiB
- 48.365 ms, 2.07 KiB
- 105.542 ms, 21.67 KiB
- 96.584 ms, 7.27 KiB
- 104.768 ms, 2.81 KiB
- 53.645 ms, 18.49 KiB
- 14.986 ms, 1.63 KiB
- 179.522 ms, 3.31 KiB
- 113.591 ms, 4.85 KiB
- 51.575 ms, 0.78 KiB
- 54.373 ms, 6.28 KiB
- 231.774 ms, 30.60 KiB
- 180.376 ms, 5.99 KiB
- 174.87 ms, 0.91 KiB
- 174.923 ms, 1.75 KiB
- 174.078 ms, 1.14 KiB
More information about the performance of your application. These numbers don't directly affect the Performance score.
Passed audits (22)
Show Hide
Properly size images
Serve images that are appropriately-sized to save cellular data and improve load time. Learn how to size images.LCPFCP
WordPressUpload images directly through the media library to ensure that the required image sizes are available, and then insert them from the media library or use the image widget to ensure the optimal image sizes are used (including those for the responsive breakpoints). Avoid using Full Size images unless the dimensions are adequate for their usage. Learn More.
Defer offscreen images
Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive. Learn how to defer offscreen images.LCPFCP
WordPressInstall a lazy-load WordPress plugin that provides the ability to defer any offscreen images, or switch to a theme that provides that functionality. Also consider using the AMP plugin.
Minify CSS
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.LCPFCP
WordPressA number of WordPress plugins can speed up your site by concatenating, minifying, and compressing your styles. You may also want to use a build process to do this minification up-front if possible.
Minify JavaScript
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.LCPFCP
WordPressA number of WordPress plugins can speed up your site by concatenating, minifying, and compressing your scripts. You may also want to use a build process to do this minification up front if possible.
Efficiently encode images
Optimized images load faster and consume less cellular data. Learn how to efficiently encode images.LCPFCP
WordPressConsider using an image optimization WordPress plugin that compresses your images while retaining quality.
Enable text compression
Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. Learn more about text compression.LCPFCP
WordPressYou can enable text compression in your web server configuration.
Preconnect to required origins
Consider adding preconnect or dns-prefetch resource hints to establish early connections to important third-party origins. Learn how to preconnect to required origins.LCPFCP
Avoid multiple page redirects
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.LCPFCP
Use video formats for animated content
Large GIFs are inefficient for delivering animated content. Consider using MPEG4/WebM videos for animations and PNG/WebP for static images instead of GIF to save network bytes. Learn more about efficient video formatsLCPFCP
WordPressConsider uploading your GIF to a service which will make it available to embed as an HTML5 video.
Remove duplicate modules in JavaScript bundles
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity. LCPFCP
Avoid serving legacy JavaScript to modern browsers
Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. For your bundled JavaScript, adopt a modern script deployment strategy using module/nomodule feature detection to reduce the amount of code shipped to modern browsers, while retaining support for legacy browsers. Learn how to serve modern JavaScriptLCPFCP
Preload Largest Contentful Paint image
If the LCP element is dynamically added to the page, you should preload the image in order to improve LCP. Learn more about preloading LCP elements.LCP
User Timing marks and measures
Consider instrumenting your app with the User Timing API to measure your app's real-world performance during key user experiences. Learn more about User Timing marks.
JavaScript execution time 1.0 s
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.TBT
URL
Total CPU Time
Script Evaluation
Script Parse
Google CDN
cdn
971 ms
841 ms
24 ms
971 ms
841 ms
24 ms
quidu.fr
1st party
419 ms
21 ms
2 ms
419 ms
21 ms
2 ms
Unattributable
207 ms
2 ms
0 ms
Unattributable
207 ms
2 ms
0 ms
Other Google APIs/SDKs
utility
122 ms
95 ms
2 ms
…api2/anchor?ar=…
(www.google.com)
122 ms
95 ms
2 ms
Minimizes main-thread work 1.9 s
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread workTBT
Category
Time Spent
Script Evaluation
1,025 ms
Style & Layout
377 ms
Other
289 ms
Parse HTML & CSS
76 ms
Rendering
46 ms
Script Parsing & Compilation
34 ms
Garbage Collection
21 ms
Lazy load third-party resources with facades
Some third-party embeds can be lazy loaded. Consider replacing them with a facade until they are required. Learn how to defer third-parties with a facade.TBT
Largest Contentful Paint image was not lazily loaded
Above-the-fold images that are lazily loaded render later in the page lifecycle, which can delay the largest contentful paint. Learn more about optimal lazy loading.LCP
Element
div#fws_67d87bf13f7ce > div.row-bg-wrap > div.inner-wrap > div.row-bg
<div class="row-bg viewport-desktop using-image using-bg-color loaded" style="background-position: left top; background-repeat: no-repeat;">
Uses passive listeners to improve scrolling performance
Consider marking your touch and wheel event listeners as passive to improve your page's scroll performance. Learn more about adopting passive event listeners.
Avoids document.write()
For users on slow connections, external scripts dynamically injected via document.write() can delay page load by tens of seconds. Learn how to avoid document.write().
Avoid non-composited animations
Animations which are not composited can be janky and increase CLS. Learn how to avoid non-composited animationsCLS
Image elements have explicit width and height
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensionsCLS
Has a <meta name="viewport"> tag with width or initial-scale
A <meta name="viewport"> not only optimizes your app for mobile screen sizes, but also prevents a 300 millisecond delay to user input. Learn more about using the viewport meta tag.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Best practices
[user-scalable="no"] is used in the <meta name="viewport"> element or the [maximum-scale] attribute is less than 5.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Failing Elements
head > meta
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
Touch targets do not have sufficient size or spacing.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Failing Elements
BRANDING
<a class="branding style-see-through-button" href="https://quidu.fr/project-type/branding/">
Bord de Scène
<a class="nectar-post-grid-link" href="https://quidu.fr/portfolio/bord-de-scene/">
IDENTITÉ
<a class="identite style-see-through-button" href="https://quidu.fr/project-type/identite/">
Bord de Scène
<a class="nectar-post-grid-link" href="https://quidu.fr/portfolio/bord-de-scene/">
WEBDESIGN
<a class="webdesign style-see-through-button" href="https://quidu.fr/project-type/webdesign/">
Bord de Scène
<a class="nectar-post-grid-link" href="https://quidu.fr/portfolio/bord-de-scene/">
DEV WORDPRESS
<a class="dev-wordpress style-see-through-button" href="https://quidu.fr/project-type/dev-wordpress/">
Bord de Scène
<a class="nectar-post-grid-link" href="https://quidu.fr/portfolio/bord-de-scene/">
BRANDING
<a class="branding style-see-through-button" href="https://quidu.fr/project-type/branding/">
Burger Records
<a class="nectar-post-grid-link" href="https://quidu.fr/portfolio/burger-records/">
IDENTITÉ
<a class="identite style-see-through-button" href="https://quidu.fr/project-type/identite/">
Burger Records
<a class="nectar-post-grid-link" href="https://quidu.fr/portfolio/burger-records/">
WEBDESIGN
<a class="webdesign style-see-through-button" href="https://quidu.fr/project-type/webdesign/">
Burger Records
<a class="nectar-post-grid-link" href="https://quidu.fr/portfolio/burger-records/">
DEV WORDPRESS
<a class="dev-wordpress style-see-through-button" href="https://quidu.fr/project-type/dev-wordpress/">
Burger Records
<a class="nectar-post-grid-link" href="https://quidu.fr/portfolio/burger-records/">
IDENTITÉ
<a class="identite style-see-through-button" href="https://quidu.fr/project-type/identite/">
Le Choix du Vivant
<a class="nectar-post-grid-link" href="https://quidu.fr/portfolio/le-choix-du-vivant/">
WEBDESIGN
<a class="webdesign style-see-through-button" href="https://quidu.fr/project-type/webdesign/">
Le Choix du Vivant
<a class="nectar-post-grid-link" href="https://quidu.fr/portfolio/le-choix-du-vivant/">
DEV WORDPRESS
<a class="dev-wordpress style-see-through-button" href="https://quidu.fr/project-type/dev-wordpress/">
Le Choix du Vivant
<a class="nectar-post-grid-link" href="https://quidu.fr/portfolio/le-choix-du-vivant/">
BRANDING
<a class="branding style-see-through-button" href="https://quidu.fr/project-type/branding/">
Sanit Mils Records
<a class="nectar-post-grid-link" href="https://quidu.fr/portfolio/sanit-mils-records/">
IDENTITÉ
<a class="identite style-see-through-button" href="https://quidu.fr/project-type/identite/">
Sanit Mils Records
<a class="nectar-post-grid-link" href="https://quidu.fr/portfolio/sanit-mils-records/">
WEBDESIGN
<a class="webdesign style-see-through-button" href="https://quidu.fr/project-type/webdesign/">
Sanit Mils Records
<a class="nectar-post-grid-link" href="https://quidu.fr/portfolio/sanit-mils-records/">
E-COMMERCE
<a class="e-commerce style-see-through-button" href="https://quidu.fr/project-type/e-commerce/">
Sanit Mils Records
<a class="nectar-post-grid-link" href="https://quidu.fr/portfolio/sanit-mils-records/">
DEV WORDPRESS
<a class="dev-wordpress style-see-through-button" href="https://quidu.fr/project-type/dev-wordpress/">
Sanit Mils Records
<a class="nectar-post-grid-link" href="https://quidu.fr/portfolio/sanit-mils-records/">
BRANDING
<a class="branding style-see-through-button" href="https://quidu.fr/project-type/branding/">
Meaneo
<a class="nectar-post-grid-link" href="https://quidu.fr/portfolio/meaneo/">
IDENTITÉ
<a class="identite style-see-through-button" href="https://quidu.fr/project-type/identite/">
Meaneo
<a class="nectar-post-grid-link" href="https://quidu.fr/portfolio/meaneo/">
WEBDESIGN
<a class="webdesign style-see-through-button" href="https://quidu.fr/project-type/webdesign/">
Meaneo
<a class="nectar-post-grid-link" href="https://quidu.fr/portfolio/meaneo/">
E-COMMERCE
<a class="e-commerce style-see-through-button" href="https://quidu.fr/project-type/e-commerce/">
Meaneo
<a class="nectar-post-grid-link" href="https://quidu.fr/portfolio/meaneo/">
DEV WORDPRESS
<a class="dev-wordpress style-see-through-button" href="https://quidu.fr/project-type/dev-wordpress/">
Meaneo
<a class="nectar-post-grid-link" href="https://quidu.fr/portfolio/meaneo/">
Ressources Utiles pour les Designers Graphiques
<a href="https://quidu.fr/ressources-utiles-pour-les-designers-graphiques/">
Ressources Utiles pour les Designers Graphiques
<a class="nectar-post-grid-link" href="https://quidu.fr/ressources-utiles-pour-les-designers-graphiques/">
These items highlight common accessibility best practices.
Contrast
Background and foreground colors do not have a sufficient contrast ratio.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Failing Elements
BRANDING
<a class="branding style-see-through-button" href="https://quidu.fr/project-type/branding/">
div.nectar-post-grid > div.nectar-post-grid-item > div.inner > div.bg-overlay
<div class="bg-overlay" style=" background-color: #141414;" data-opacity="0.2" data-hover-opacity="0.5">
Burger Records BRANDINGIDENTITÉWEBDESIGNDEV WORDPRESS Burger Records 2023
<div class="inner">
Marquez les esprits. Dès le premier regard. Je conçois des designs percutants …
<div class="container-wrap">
IDENTITÉ
<a class="identite style-see-through-button" href="https://quidu.fr/project-type/identite/">
div.nectar-post-grid > div.nectar-post-grid-item > div.inner > div.bg-overlay
<div class="bg-overlay" style=" background-color: #141414;" data-opacity="0.2" data-hover-opacity="0.5">
Burger Records BRANDINGIDENTITÉWEBDESIGNDEV WORDPRESS Burger Records 2023
<div class="inner">
Marquez les esprits. Dès le premier regard. Je conçois des designs percutants …
<div class="container-wrap">
WEBDESIGN
<a class="webdesign style-see-through-button" href="https://quidu.fr/project-type/webdesign/">
div.nectar-post-grid > div.nectar-post-grid-item > div.inner > div.bg-overlay
<div class="bg-overlay" style=" background-color: #141414;" data-opacity="0.2" data-hover-opacity="0.5">
Burger Records BRANDINGIDENTITÉWEBDESIGNDEV WORDPRESS Burger Records 2023
<div class="inner">
Marquez les esprits. Dès le premier regard. Je conçois des designs percutants …
<div class="container-wrap">
DEV WORDPRESS
<a class="dev-wordpress style-see-through-button" href="https://quidu.fr/project-type/dev-wordpress/">
div.nectar-post-grid > div.nectar-post-grid-item > div.inner > div.bg-overlay
<div class="bg-overlay" style=" background-color: #141414;" data-opacity="0.2" data-hover-opacity="0.5">
Burger Records BRANDINGIDENTITÉWEBDESIGNDEV WORDPRESS Burger Records 2023
<div class="inner">
Marquez les esprits. Dès le premier regard. Je conçois des designs percutants …
<div class="container-wrap">
2023
<span class="meta-date">
div.nectar-post-grid > div.nectar-post-grid-item > div.inner > div.bg-overlay
<div class="bg-overlay" style=" background-color: #141414;" data-opacity="0.2" data-hover-opacity="0.5">
Burger Records BRANDINGIDENTITÉWEBDESIGNDEV WORDPRESS Burger Records 2023
<div class="inner">
Marquez les esprits. Dès le premier regard. Je conçois des designs percutants …
<div class="container-wrap">
IDENTITÉ
<a class="identite style-see-through-button" href="https://quidu.fr/project-type/identite/">
div.nectar-post-grid > div.nectar-post-grid-item > div.inner > div.bg-overlay
<div class="bg-overlay" style=" background-color: #141414;" data-opacity="0.2" data-hover-opacity="0.5">
Le Choix du Vivant IDENTITÉWEBDESIGNDEV WORDPRESS Le Choix du Vivant 2022
<div class="inner">
Marquez les esprits. Dès le premier regard. Je conçois des designs percutants …
<div class="container-wrap">
WEBDESIGN
<a class="webdesign style-see-through-button" href="https://quidu.fr/project-type/webdesign/">
div.nectar-post-grid > div.nectar-post-grid-item > div.inner > div.bg-overlay
<div class="bg-overlay" style=" background-color: #141414;" data-opacity="0.2" data-hover-opacity="0.5">
Le Choix du Vivant IDENTITÉWEBDESIGNDEV WORDPRESS Le Choix du Vivant 2022
<div class="inner">
Marquez les esprits. Dès le premier regard. Je conçois des designs percutants …
<div class="container-wrap">
DEV WORDPRESS
<a class="dev-wordpress style-see-through-button" href="https://quidu.fr/project-type/dev-wordpress/">
div.nectar-post-grid > div.nectar-post-grid-item > div.inner > div.bg-overlay
<div class="bg-overlay" style=" background-color: #141414;" data-opacity="0.2" data-hover-opacity="0.5">
Le Choix du Vivant IDENTITÉWEBDESIGNDEV WORDPRESS Le Choix du Vivant 2022
<div class="inner">
Marquez les esprits. Dès le premier regard. Je conçois des designs percutants …
<div class="container-wrap">
2022
<span class="meta-date">
div.nectar-post-grid > div.nectar-post-grid-item > div.inner > div.bg-overlay
<div class="bg-overlay" style=" background-color: #141414;" data-opacity="0.2" data-hover-opacity="0.5">
Le Choix du Vivant IDENTITÉWEBDESIGNDEV WORDPRESS Le Choix du Vivant 2022
<div class="inner">
Marquez les esprits. Dès le premier regard. Je conçois des designs percutants …
<div class="container-wrap">
BRANDING
<a class="branding style-see-through-button" href="https://quidu.fr/project-type/branding/">
div.nectar-post-grid > div.nectar-post-grid-item > div.inner > div.bg-overlay
<div class="bg-overlay" style=" background-color: #141414;" data-opacity="0.2" data-hover-opacity="0.5">
Sanit Mils Records BRANDINGIDENTITÉWEBDESIGNE-COMMERCEDEV WORDPRESS Sanit Mils …
<div class="inner">
Marquez les esprits. Dès le premier regard. Je conçois des designs percutants …
<div class="container-wrap">
IDENTITÉ
<a class="identite style-see-through-button" href="https://quidu.fr/project-type/identite/">
div.nectar-post-grid > div.nectar-post-grid-item > div.inner > div.bg-overlay
<div class="bg-overlay" style=" background-color: #141414;" data-opacity="0.2" data-hover-opacity="0.5">
Sanit Mils Records BRANDINGIDENTITÉWEBDESIGNE-COMMERCEDEV WORDPRESS Sanit Mils …
<div class="inner">
Marquez les esprits. Dès le premier regard. Je conçois des designs percutants …
<div class="container-wrap">
WEBDESIGN
<a class="webdesign style-see-through-button" href="https://quidu.fr/project-type/webdesign/">
div.nectar-post-grid > div.nectar-post-grid-item > div.inner > div.bg-overlay
<div class="bg-overlay" style=" background-color: #141414;" data-opacity="0.2" data-hover-opacity="0.5">
Sanit Mils Records BRANDINGIDENTITÉWEBDESIGNE-COMMERCEDEV WORDPRESS Sanit Mils …
<div class="inner">
Marquez les esprits. Dès le premier regard. Je conçois des designs percutants …
<div class="container-wrap">
E-COMMERCE
<a class="e-commerce style-see-through-button" href="https://quidu.fr/project-type/e-commerce/">
div.nectar-post-grid > div.nectar-post-grid-item > div.inner > div.bg-overlay
<div class="bg-overlay" style=" background-color: #141414;" data-opacity="0.2" data-hover-opacity="0.5">
Sanit Mils Records BRANDINGIDENTITÉWEBDESIGNE-COMMERCEDEV WORDPRESS Sanit Mils …
<div class="inner">
Marquez les esprits. Dès le premier regard. Je conçois des designs percutants …
<div class="container-wrap">
DEV WORDPRESS
<a class="dev-wordpress style-see-through-button" href="https://quidu.fr/project-type/dev-wordpress/">
div.nectar-post-grid > div.nectar-post-grid-item > div.inner > div.bg-overlay
<div class="bg-overlay" style=" background-color: #141414;" data-opacity="0.2" data-hover-opacity="0.5">
Sanit Mils Records BRANDINGIDENTITÉWEBDESIGNE-COMMERCEDEV WORDPRESS Sanit Mils …
<div class="inner">
Marquez les esprits. Dès le premier regard. Je conçois des designs percutants …
<div class="container-wrap">
2018
<span class="meta-date">
div.nectar-post-grid > div.nectar-post-grid-item > div.inner > div.bg-overlay
<div class="bg-overlay" style=" background-color: #141414;" data-opacity="0.2" data-hover-opacity="0.5">
Sanit Mils Records BRANDINGIDENTITÉWEBDESIGNE-COMMERCEDEV WORDPRESS Sanit Mils …
<div class="inner">
Marquez les esprits. Dès le premier regard. Je conçois des designs percutants …
<div class="container-wrap">
BRANDING
<a class="branding style-see-through-button" href="https://quidu.fr/project-type/branding/">
div.nectar-post-grid > div.nectar-post-grid-item > div.inner > div.bg-overlay
<div class="bg-overlay" style=" background-color: #141414;" data-opacity="0.2" data-hover-opacity="0.5">
Meaneo BRANDINGIDENTITÉWEBDESIGNE-COMMERCEDEV WORDPRESS Meaneo 2017
<div class="inner">
Marquez les esprits. Dès le premier regard. Je conçois des designs percutants …
<div class="container-wrap">
IDENTITÉ
<a class="identite style-see-through-button" href="https://quidu.fr/project-type/identite/">
div.nectar-post-grid > div.nectar-post-grid-item > div.inner > div.bg-overlay
<div class="bg-overlay" style=" background-color: #141414;" data-opacity="0.2" data-hover-opacity="0.5">
Meaneo BRANDINGIDENTITÉWEBDESIGNE-COMMERCEDEV WORDPRESS Meaneo 2017
<div class="inner">
Marquez les esprits. Dès le premier regard. Je conçois des designs percutants …
<div class="container-wrap">
WEBDESIGN
<a class="webdesign style-see-through-button" href="https://quidu.fr/project-type/webdesign/">
div.nectar-post-grid > div.nectar-post-grid-item > div.inner > div.bg-overlay
<div class="bg-overlay" style=" background-color: #141414;" data-opacity="0.2" data-hover-opacity="0.5">
Meaneo BRANDINGIDENTITÉWEBDESIGNE-COMMERCEDEV WORDPRESS Meaneo 2017
<div class="inner">
Marquez les esprits. Dès le premier regard. Je conçois des designs percutants …
<div class="container-wrap">
E-COMMERCE
<a class="e-commerce style-see-through-button" href="https://quidu.fr/project-type/e-commerce/">
div.nectar-post-grid > div.nectar-post-grid-item > div.inner > div.bg-overlay
<div class="bg-overlay" style=" background-color: #141414;" data-opacity="0.2" data-hover-opacity="0.5">
Meaneo BRANDINGIDENTITÉWEBDESIGNE-COMMERCEDEV WORDPRESS Meaneo 2017
<div class="inner">
Marquez les esprits. Dès le premier regard. Je conçois des designs percutants …
<div class="container-wrap">
DEV WORDPRESS
<a class="dev-wordpress style-see-through-button" href="https://quidu.fr/project-type/dev-wordpress/">
div.nectar-post-grid > div.nectar-post-grid-item > div.inner > div.bg-overlay
<div class="bg-overlay" style=" background-color: #141414;" data-opacity="0.2" data-hover-opacity="0.5">
Meaneo BRANDINGIDENTITÉWEBDESIGNE-COMMERCEDEV WORDPRESS Meaneo 2017
<div class="inner">
Marquez les esprits. Dès le premier regard. Je conçois des designs percutants …
<div class="container-wrap">
2017
<span class="meta-date">
div.nectar-post-grid > div.nectar-post-grid-item > div.inner > div.bg-overlay
<div class="bg-overlay" style=" background-color: #141414;" data-opacity="0.2" data-hover-opacity="0.5">
Meaneo BRANDINGIDENTITÉWEBDESIGNE-COMMERCEDEV WORDPRESS Meaneo 2017
<div class="inner">
Marquez les esprits. Dès le premier regard. Je conçois des designs percutants …
<div class="container-wrap">
These are opportunities to improve the legibility of your content.
Navigation
Heading elements are not in a sequentially-descending order
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Failing Elements
Ronan Quidu
<h5>
These are opportunities to improve keyboard navigation in your application.
Additional items to manually check (10)
Show Hide
Interactive controls are keyboard focusable
Custom interactive controls are keyboard focusable and display a focus indicator. Learn how to make custom controls focusable.
Interactive elements indicate their purpose and state
Interactive elements, such as links and buttons, should indicate their state and be distinguishable from non-interactive elements. Learn how to decorate interactive elements with affordance hints.
The page has a logical tab order
Tabbing through the page follows the visual layout. Users cannot focus elements that are offscreen. Learn more about logical tab ordering.
Visual order on the page follows DOM order
DOM order matches the visual order, improving navigation for assistive technology. Learn more about DOM and visual ordering.
User focus is not accidentally trapped in a region
A user can tab into and out of any control or region without accidentally trapping their focus. Learn how to avoid focus traps.
The user's focus is directed to new content added to the page
If new content, such as a dialog, is added to the page, the user's focus is directed to it. Learn how to direct focus to new content.
HTML5 landmark elements are used to improve navigation
Landmark elements (<main>, <nav>, etc.) are used to improve the keyboard navigation of the page for assistive technology. Learn more about landmark elements.
Offscreen content is hidden from assistive technology
Offscreen content is hidden with display: none or aria-hidden=true. Learn how to properly hide offscreen content.
Custom controls have associated labels
Custom interactive controls have associated labels, provided by aria-label or aria-labelledby. Learn more about custom controls and labels.
Custom controls have ARIA roles
Custom interactive controls have appropriate ARIA roles. Learn how to add roles to custom controls.
These items address areas which an automated testing tool cannot cover. Learn more in our guide on conducting an accessibility review.
Passed audits (19)
Show Hide
[aria-*] attributes match their roles
Each ARIA role supports a specific subset of aria-* attributes. Mismatching these invalidates the aria-* attributes. Learn how to match ARIA attributes to their roles.
[aria-hidden="true"] is not present on the document <body>
Assistive technologies, like screen readers, work inconsistently when aria-hidden="true" is set on the document <body>. Learn how aria-hidden affects the document body.
[role]s have all required [aria-*] attributes
Some ARIA roles have required attributes that describe the state of the element to screen readers. Learn more about roles and required attributes.
[aria-*] attributes have valid values
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
[aria-*] attributes are valid and not misspelled
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. Learn more about valid ARIA attributes.
Image elements have [alt] attributes
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the alt attribute.
ARIA attributes are used as specified for the element's role
Some ARIA attributes are only allowed on an element under certain conditions. Learn more about conditional ARIA attributes.
[aria-hidden="true"] elements do not contain focusable descendents
Focusable descendents within an [aria-hidden="true"] element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how aria-hidden affects focusable elements.
Elements use only permitted ARIA attributes
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
[role] values are valid
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Document has a <title> element
The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. Learn more about document titles.
<html> element has a [lang] attribute
If a page doesn't specify a lang attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the lang attribute.
<html> element has a valid value for its [lang] attribute
Specifying a valid BCP 47 language helps screen readers announce text properly. Learn how to use the lang attribute.
Uses ARIA roles only on compatible elements
Many HTML elements can only be assigned certain ARIA roles. Using ARIA roles where they are not allowed can interfere with the accessibility of the web page. Learn more about ARIA roles.
Deprecated ARIA roles were not used
Deprecated ARIA roles may not be processed correctly by assistive technology. Learn more about deprecated ARIA roles.
Image elements do not have [alt] attributes that are redundant text.
Informative elements should aim for short, descriptive alternative text. Alternative text that is exactly the same as the text adjacent to the link or image is potentially confusing for screen reader users, because the text will be read twice. Learn more about the alt attribute.
Not applicable (34)
Show Hide
[accesskey] values are unique
Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. Learn more about access keys.
button, link, and menuitem elements have accessible names
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Elements with role="dialog" or role="alertdialog" have accessible names.
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
ARIA input fields have accessible names
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
ARIA meter elements have accessible names
When a meter element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to name meter elements.
ARIA progressbar elements have accessible names
When a progressbar element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to label progressbar elements.
Elements with an ARIA [role] that require children to contain a specific [role] have all required children.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
[role]s are contained by their required parent element
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Elements with the role=text attribute do not have focusable descendents.
Adding role=text around a text node split by markup enables VoiceOver to treat it as one phrase, but the element's focusable descendents will not be announced. Learn more about the role=text attribute.
ARIA toggle fields have accessible names
When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about toggle fields.
ARIA tooltip elements have accessible names
When a tooltip element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to name tooltip elements.
ARIA treeitem elements have accessible names
When a treeitem element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about labeling treeitem elements.
Buttons have an accessible name
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
The page contains a heading, skip link, or landmark region
Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently. Learn more about bypass blocks.
<dl>'s contain only properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements.
When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn how to structure definition lists correctly.
Definition list items are wrapped in <dl> elements
Definition list items (<dt> and <dd>) must be wrapped in a parent <dl> element to ensure that screen readers can properly announce them. Learn how to structure definition lists correctly.
ARIA IDs are unique
The value of an ARIA ID must be unique to prevent other instances from being overlooked by assistive technologies. Learn how to fix duplicate ARIA IDs.
No form fields have multiple labels
Form fields with multiple labels can be confusingly announced by assistive technologies like screen readers which use either the first, the last, or all of the labels. Learn how to use form labels.
<frame> or <iframe> elements have a title
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
<html> element has an [xml:lang] attribute with the same base language as the [lang] attribute.
If the webpage does not specify a consistent language, then the screen reader might not announce the page's text correctly. Learn more about the lang attribute.
Input buttons have discernible text.
Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. Learn more about input buttons.
<input type="image"> elements have [alt] text
When an image is being used as an <input> button, providing alternative text can help screen reader users understand the purpose of the button. Learn about input image alt text.
Form elements have associated labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Lists contain only <li> elements and script supporting elements (<script> and <template>).
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
List items (<li>) are contained within <ul>, <ol> or <menu> parent elements
Screen readers require list items (<li>) to be contained within a parent <ul>, <ol> or <menu> to be announced properly. Learn more about proper list structure.
The document does not use <meta http-equiv="refresh">
Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. Learn more about the refresh meta tag.
<object> elements have alternate text
Screen readers cannot translate non-text content. Adding alternate text to <object> elements helps screen readers convey meaning to users. Learn more about alt text for object elements.
Select elements have associated label elements.
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the select element.
No element has a [tabindex] value greater than 0
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the tabindex attribute.
Tables have different content in the summary attribute and <caption>.
The summary attribute should describe the table structure, while <caption> should have the onscreen title. Accurate table mark-up helps users of screen readers. Learn more about summary and caption.
Cells in a <table> element that use the [headers] attribute refer to table cells within the same table.
Screen readers have features to make navigating tables easier. Ensuring <td> cells using the [headers] attribute only refer to other cells in the same table may improve the experience for screen reader users. Learn more about the headers attribute.
<th> elements and elements with [role="columnheader"/"rowheader"] have data cells they describe.
Screen readers have features to make navigating tables easier. Ensuring table headers always refer to some set of cells may improve the experience for screen reader users. Learn more about table headers.
[lang] attributes have a valid value
Specifying a valid BCP 47 language on elements helps ensure that text is pronounced correctly by a screen reader. Learn how to use the lang attribute.
<video> elements contain a <track> element with [kind="captions"]
When a video provides a caption it is easier for deaf and hearing impaired users to access its information. Learn more about video captions.
General
Browser errors were logged to the console
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Source
Description
quidu.fr
1st party
Access to font at 'https://quidu.cadreagreable.fr/wp-content/uploads/useanyfont/1068Romie-MediumItalic.woff2' from origin 'https://quidu.fr' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Failed to load resource: the server responded with a status of 403 (Forbidden)
Failed to load resource: the server responded with a status of 403 (Forbidden)
Failed to load resource: the server responded with a status of 403 (Forbidden)
Failed to load resource: the server responded with a status of 403 (Forbidden)
Failed to load resource: the server responded with a status of 403 (Forbidden)
ReferenceError: jQuery is not defined
    at https://quidu.fr/wp-content/themes/salient/js/build/elements/nectar-animated-gradient.js?ver=17.0.1:1:6414
ReferenceError: jQuery is not defined
    at https://quidu.fr/wp-content/themes/salient/js/build/priority.js?ver=17.0.1:1:305
ReferenceError: jQuery is not defined
    at https://quidu.fr/wp-content/themes/salient/js/build/third-party/jquery.fancybox.js?ver=3.3.9:1:38086
ReferenceError: jQuery is not defined
    at https://quidu.fr/wp-content/themes/salient/js/build/third-party/select2.min.js?ver=4.0.1:8:121
    at https://quidu.fr/wp-content/themes/salient/js/build/third-party/select2.min.js?ver=4.0.1:8:129
ReferenceError: jQuery is not defined
    at https://quidu.fr/wp-content/themes/salient/js/build/third-party/transit.min.js?ver=0.9.9:7:7274
ReferenceError: wp is not defined
    at https://quidu.fr/:1463:1
ReferenceError: wp is not defined
    at https://quidu.fr/:1472:2
    at https://quidu.fr/:1473:4
TypeError: Cannot read properties of undefined (reading 'hooks')
    at https://quidu.fr/wp-content/plugins/say-what/assets/build/frontend.js?ver=fd31684c45e4d85aeb4e:1:30
    at https://quidu.fr/wp-content/plugins/say-what/assets/build/frontend.js?ver=fd31684c45e4d85aeb4e:1:915
TypeError: Cannot read properties of undefined (reading 'i18n')
    at https://quidu.fr/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.0.5:1:38
    at https://quidu.fr/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.0.5:1:13450
cadreagreable.fr
…useanyfont/1068Romie….woff2:1:0
(quidu.cadreagreable.fr)
Failed to load resource: net::ERR_FAILED
Detected JavaScript libraries
All front-end JavaScript libraries detected on the page. Learn more about this JavaScript library detection diagnostic audit.
Name
Version
WordPress
6.7.2
Trust and Safety
Ensure CSP is effective against XSS attacks
A strong Content Security Policy (CSP) significantly reduces the risk of cross-site scripting (XSS) attacks. Learn how to use a CSP to prevent XSS
Description
Directive
Severity
No CSP found in enforcement mode
High
Use a strong HSTS policy
Deployment of the HSTS header significantly reduces the risk of downgrading HTTP connections and eavesdropping attacks. A rollout in stages, starting with a low max-age is recommended. Learn more about using a strong HSTS policy.
Description
Directive
Severity
No HSTS header found
High
Ensure proper origin isolation with COOP
The Cross-Origin-Opener-Policy (COOP) can be used to isolate the top-level window from other documents such as pop-ups. Learn more about deploying the COOP header.
Description
Directive
Severity
No COOP header found
High
Mitigate clickjacking with XFO or CSP
The X-Frame-Options (XFO) header or the frame-ancestors directive in the Content-Security-Policy (CSP) header control where a page can be embedded. These can mitigate clickjacking attacks by blocking some or all sites from embedding the page. Learn more about mitigating clickjacking.
Description
Severity
No frame control policy found
High
Passed audits (14)
Show Hide
Uses HTTPS
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Avoids deprecated APIs
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Avoids third-party cookies
Chrome is moving towards a new experience that allows users to choose to browse without third-party cookies. Learn more about third-party cookies.
Allows users to paste into input fields
Preventing input pasting is a bad practice for the UX, and weakens security by blocking password managers.Learn more about user-friendly input fields.
Avoids requesting the geolocation permission on page load
Users are mistrustful of or confused by sites that request their location without context. Consider tying the request to a user action instead. Learn more about the geolocation permission.
Avoids requesting the notification permission on page load
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Displays images with correct aspect ratio
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Serves images with appropriate resolution
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Has a <meta name="viewport"> tag with width or initial-scale
A <meta name="viewport"> not only optimizes your app for mobile screen sizes, but also prevents a 300 millisecond delay to user input. Learn more about using the viewport meta tag.
Document uses legible font sizes 83.47% legible text
Font sizes less than 12px are too small to be legible and require mobile visitors to “pinch to zoom” in order to read. Strive to have >60% of page text ≥12px. Learn more about legible font sizes.
Source
Selector
% of Page Text
Font Size
quidu.fr
1st party
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video
10.34%
9px
Unattributable
<span style="font-size: 9px;">
4.33%
9px
Add'l illegible text
1.87%
< 12px
Legible text
83.47%
≥ 12px
Page has the HTML doctype
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration.
Properly defines charset
A character encoding declaration is required. It can be done with a <meta> tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. Learn more about declaring the character encoding.
No issues in the Issues panel in Chrome Devtools
Issues logged to the Issues panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Page has valid source maps
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Not applicable (1)
Show Hide
Redirects HTTP traffic to HTTPS
Make sure that you redirect all HTTP traffic to HTTPS in order to enable secure web features for all your users. Learn more.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Additional items to manually check (1)
Show Hide
Structured data is valid
Run these additional validators on your site to check additional SEO best practices.
Passed audits (10)
Show Hide
Page isn’t blocked from indexing
Search engines are unable to include your pages in search results if they don't have permission to crawl them. Learn more about crawler directives.
Document has a <title> element
The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. Learn more about document titles.
Document has a meta description
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Page has successful HTTP status code
Pages with unsuccessful HTTP status codes may not be indexed properly. Learn more about HTTP status codes.
Links are crawlable
Search engines may use href attributes on links to crawl websites. Ensure that the href attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
robots.txt is valid
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Image elements have [alt] attributes
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the alt attribute.
Document has a valid hreflang
hreflang links tell search engines what version of a page they should list in search results for a given language or region. Learn more about hreflang.
Document has a valid rel=canonical
Canonical links suggest which URL to show in search results. Learn more about canonical links.
Discover what your real users are experiencing
No Data

Diagnose performance issues
78 FCP+10LCP+5TBT+30CLS+25SI+9 Performance
Values are estimated and may vary. The performance score is calculated directly from these metrics.See calculator.
0–49 50–89 90–100
Final Screenshot
Metrics
First Contentful Paint
0.7 s
First Contentful Paint marks the time at which the first text or image is painted. Learn more about the First Contentful Paint metric.
Largest Contentful Paint
3.9 s
Largest Contentful Paint marks the time at which the largest text or image is painted. Learn more about the Largest Contentful Paint metric
Total Blocking Time
70 ms
Sum of all time periods between FCP and Time to Interactive, when task length exceeded 50ms, expressed in milliseconds. Learn more about the Total Blocking Time metric.
Cumulative Layout Shift
0
Cumulative Layout Shift measures the movement of visible elements within the viewport. Learn more about the Cumulative Layout Shift metric.
Speed Index
1.2 s
Speed Index shows how quickly the contents of a page are visibly populated. Learn more about the Speed Index metric.
  • Captured at Mar 17, 2025, 7:45 PM UTC
  • Emulated Desktop with Lighthouse 12.4.0
    Unthrottled CPU/Memory Power: 354 CPU throttling: 1x slowdown (Simulated) Screen emulation: 1350x940, DPR 1 Axe version: 4.10.2
  • Single page session
    This data is taken from a single page session, as opposed to field data summarizing many sessions.
  • Initial page load
  • Custom throttling
    Network throttling: 40 ms TCP RTT, 10,240 kb/s throughput (Simulated) Browser location: Europe
  • Using HeadlessChromium 133.0.6943.141 with lr
    User agent (network): "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Show audits relevant to:
Diagnostics
Serve images in next-gen formats Potential savings of 2,614 KiB
Image formats like WebP and AVIF often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. Learn more about modern image formats.LCPFCP
WordPressConsider using the Performance Lab plugin to automatically convert your uploaded JPEG images into WebP, wherever supported.
URL
Resource Size
Potential Savings
quidu.fr
1st party
2,999.7 KiB
2,614.0 KiB
div#fws_67d87bf08b439 > div.row-bg-wrap > div.inner-wrap > div.row-bg
<div class="row-bg viewport-desktop using-image using-bg-color loaded" style="background-position: left top; background-repeat: no-repeat;">
…03/bruit.png
(quidu.fr)
2,890.0 KiB
2,552.5 KiB
div.nectar-post-grid-item-bg-wrap > div.nectar-post-grid-item-bg-wrap-inner > div.nectar-post-grid-item-bg > img.attachment-full
<img fetchpriority="high" decoding="async" width="2000" height="1500" src="https://quidu.fr/wp-content/uploads/2025/03/BorddeScene-Stamp-1536x1152.jpg" class="attachment-full size-full" alt="" srcset="https://quidu.fr/wp-content/uploads/2025/03/BorddeScene-Stamp.jpg 2000w, h…" sizes="(max-width: 2000px) 100vw, 2000px">
109.8 KiB
61.5 KiB
Largest Contentful Paint element 3,860 ms
This is the largest contentful element painted within the viewport. Learn more about the Largest Contentful Paint elementLCP
Element
div#fws_67d87bf08b439 > div.row-bg-wrap > div.inner-wrap > div.row-bg
<div class="row-bg viewport-desktop using-image using-bg-color loaded" style="background-position: left top; background-repeat: no-repeat;">
Phase
% of LCP
Timing
TTFB
4%
160 ms
Load Delay
56%
2,160 ms
Load Time
5%
180 ms
Render Delay
35%
1,360 ms
Reduce unused JavaScript Potential savings of 222 KiB
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.LCPFCP
WordPressConsider reducing, or switching, the number of WordPress plugins loading unused JavaScript in your page. To identify plugins that are adding extraneous JS, try running code coverage in Chrome DevTools. You can identify the theme/plugin responsible from the URL of the script. Look out for plugins that have many scripts in the list which have a lot of red in code coverage. A plugin should only enqueue a script if it is actually used on the page.
URL
Transfer Size
Potential Savings
Google CDN
cdn
431.1 KiB
201.2 KiB
215.5 KiB
100.8 KiB
215.5 KiB
100.4 KiB
quidu.fr
1st party
21.2 KiB
21.2 KiB
21.2 KiB
21.2 KiB
Properly size images Potential savings of 85 KiB
Serve images that are appropriately-sized to save cellular data and improve load time. Learn how to size images.LCPFCP
WordPressUpload images directly through the media library to ensure that the required image sizes are available, and then insert them from the media library or use the image widget to ensure the optimal image sizes are used (including those for the responsive breakpoints). Avoid using Full Size images unless the dimensions are adequate for their usage. Learn More.
URL
Resource Size
Potential Savings
quidu.fr
1st party
109.8 KiB
85.0 KiB
div.nectar-post-grid-item-bg-wrap > div.nectar-post-grid-item-bg-wrap-inner > div.nectar-post-grid-item-bg > img.attachment-full
<img fetchpriority="high" decoding="async" width="2000" height="1500" src="https://quidu.fr/wp-content/uploads/2025/03/BorddeScene-Stamp-1536x1152.jpg" class="attachment-full size-full" alt="" srcset="https://quidu.fr/wp-content/uploads/2025/03/BorddeScene-Stamp.jpg 2000w, h…" sizes="(max-width: 2000px) 100vw, 2000px">
109.8 KiB
85.0 KiB
Eliminate render-blocking resources Potential savings of 410 ms
Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. Learn how to eliminate render-blocking resources.LCPFCP
WordPressThere are a number of WordPress plugins that can help you inline critical assets or defer less important resources. Beware that optimizations provided by these plugins may break features of your theme or plugins, so you will likely need to make code changes.
URL
Transfer Size
Potential Savings
quidu.fr
1st party
30.6 KiB
80 ms
30.6 KiB
80 ms
Google Fonts
cdn
2.5 KiB
200 ms
/css?family=…
(fonts.googleapis.com)
2.5 KiB
200 ms
Reduce unused CSS Potential savings of 85 KiB
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.LCPFCP
WordPressConsider reducing, or switching, the number of WordPress plugins loading unused CSS in your page. To identify plugins that are adding extraneous CSS, try running code coverage in Chrome DevTools. You can identify the theme/plugin responsible from the URL of the stylesheet. Look out for plugins that have many stylesheets in the list which have a lot of red in code coverage. A plugin should only enqueue a stylesheet if it is actually used on the page.
URL
Transfer Size
Potential Savings
quidu.fr
1st party
55.0 KiB
46.1 KiB
30.2 KiB
27.1 KiB
24.8 KiB
19.0 KiB
Google CDN
cdn
41.0 KiB
38.9 KiB
41.0 KiB
38.9 KiB
Serve static assets with an efficient cache policy 36 resources found
A long cache lifetime can speed up repeat visits to your page. Learn more about efficient cache policies.
URL
Cache TTL
Transfer Size
quidu.fr
1st party
3,230 KiB
None
39 KiB
…03/bruit.png
(quidu.fr)
15m
2,890 KiB
15m
110 KiB
15m
31 KiB
15m
25 KiB
15m
22 KiB
15m
18 KiB
15m
9 KiB
15m
7 KiB
15m
7 KiB
15m
6 KiB
15m
6 KiB
15m
6 KiB
15m
5 KiB
15m
5 KiB
15m
4 KiB
15m
4 KiB
15m
4 KiB
15m
4 KiB
15m
3 KiB
15m
3 KiB
15m
3 KiB
15m
2 KiB
15m
2 KiB
15m
2 KiB
15m
2 KiB
15m
2 KiB
15m
2 KiB
15m
1 KiB
15m
1 KiB
15m
1 KiB
15m
1 KiB
15m
1 KiB
15m
1 KiB
15m
1 KiB
Google CDN
cdn
3 KiB
…api2/logo_48.png
(www.gstatic.com)
7d
3 KiB
Ensure text remains visible during webfont load
Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading. Learn more about font-display.
URL
Potential Savings
Google Fonts
cdn
20 ms
…v8/LDIoaomQN….woff2
(fonts.gstatic.com)
0 ms
…v40/memvYaGs1….woff2
(fonts.gstatic.com)
0 ms
…v18/KFOmCnqEu….woff2
(fonts.gstatic.com)
10 ms
…v18/KFOlCnqEu….woff2
(fonts.gstatic.com)
10 ms
quidu.fr
1st party
20 ms
20 ms
Avoid enormous network payloads Total size was 4,140 KiB
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
WordPressConsider showing excerpts in your post lists (e.g. via the more tag), reducing the number of posts shown on a given page, breaking your long posts into multiple pages, or using a plugin to lazy-load comments.
URL
Transfer Size
quidu.fr
1st party
3,069.6 KiB
…03/bruit.png
(quidu.fr)
2,890.2 KiB
110.0 KiB
38.8 KiB
30.6 KiB
Google CDN
cdn
691.4 KiB
216.5 KiB
216.5 KiB
216.5 KiB
41.9 KiB
Google Fonts
cdn
42.9 KiB
…v40/memvYaGs1….woff2
(fonts.gstatic.com)
42.9 KiB
Other Google APIs/SDKs
utility
41.3 KiB
…api2/anchor?ar=…
(www.google.com)
41.3 KiB
Avoid an excessive DOM size 954 elements
A large DOM will increase memory usage, cause longer style calculations, and produce costly layout reflows. Learn how to avoid an excessive DOM size.TBT
Statistic
Element
Value
Total DOM Elements
954
Maximum DOM Depth
L’univers photographique d’Harry Gruyaert : Une exploration de la couleur et de…
<span>
22
Maximum Child Elements
body.home
<body class="home page-template-default page page-id-495 material wpb-js-composer js-co…" data-footer-reveal="false" data-footer-reveal-shadow="none" data-header-format="default" data-body-border="off" data-boxed-style="" data-header-breakpoint="1000" data-dropdown-style="minimal" data-cae="easeOutCubic" data-cad="750" data-megamenu-width="contained" data-aie="none" data-ls="fancybox" data-apte="standard" data-hhun="1" data-fancy-form-rcs="1" data-form-style="default" data-form-submit="see-through" data-is="minimal" data-button-style="rounded" data-user-account-button="false" data-flex-cols="true" …>
44
Minimize third-party usage Third-party code blocked the main thread for 70 ms
Third-party code can significantly impact load performance. Limit the number of redundant third-party providers and try to load third-party code after your page has primarily finished loading. Learn how to minimize third-party impact.TBT
Third-Party
Transfer Size
Main-Thread Blocking Time
Google CDN
cdn
694 KiB
62 ms
650 KiB
62 ms
42 KiB
0 ms
…api2/logo_48.png
(www.gstatic.com)
3 KiB
0 ms
Other Google APIs/SDKs
utility
67 KiB
8 ms
…api2/anchor?ar=…
(www.google.com)
41 KiB
8 ms
22 KiB
0 ms
2 KiB
0 ms
1 KiB
0 ms
1 KiB
0 ms
Google Fonts
cdn
97 KiB
0 ms
…v40/memvYaGs1….woff2
(fonts.gstatic.com)
43 KiB
0 ms
…v8/LDIoaomQN….woff2
(fonts.gstatic.com)
28 KiB
0 ms
…v18/KFOlCnqEu….woff2
(fonts.gstatic.com)
11 KiB
0 ms
…v18/KFOmCnqEu….woff2
(fonts.gstatic.com)
11 KiB
0 ms
/css?family=…
(fonts.googleapis.com)
3 KiB
0 ms
/css?family=…
(fonts.googleapis.com)
1 KiB
0 ms
cadreagreable.fr
0 KiB
0 ms
…useanyfont/1068Romie….woff2
(quidu.cadreagreable.fr)
0 KiB
0 ms
Avoid long main-thread tasks 4 long tasks found
Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. Learn how to avoid long main-thread tasksTBT
URL
Start Time
Duration
Google CDN
cdn
270 ms
2,415 ms
87 ms
2,652 ms
64 ms
2,311 ms
60 ms
2,129 ms
59 ms
Avoid non-composited animations 1 animated element found
Animations which are not composited can be janky and increase CLS. Learn how to avoid non-composited animationsCLS
Element
Name
ul.sf-menu > li#menu-item-1026 > a > ::after
<::after>
Unsupported CSS Property: background-position-x
nectarBtnGradientScroll
Avoid chaining critical requests 41 chains found
The Critical Request Chains below show you what resources are loaded with a high priority. Consider reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load. Learn how to avoid chaining critical requests.
Maximum critical path latency: 975.056 ms
Initial Navigation
- 34.299 ms, 1.66 KiB
/css?family=…
(fonts.googleapis.com)
…v40/memvYaGs1….woff2
(fonts.gstatic.com)
- 3.732 ms, 42.85 KiB
- 43.569 ms, 7.36 KiB
- 16.055 ms, 2.19 KiB
…useanyfont/1068Romie….woff2
(quidu.cadreagreable.fr)
- 134.524 ms, 0.00 KiB
- 50.543 ms, 9.04 KiB
- 35.181 ms, 1.88 KiB
- 43.762 ms, 6.38 KiB
- 59.425 ms, 25.24 KiB
/css?family=…
(fonts.googleapis.com)
…v8/LDIoaomQN….woff2
(fonts.gstatic.com)
- 4.742 ms, 27.53 KiB
- 40.338 ms, 4.85 KiB
- 52.497 ms, 1.28 KiB
- 119.377 ms, 0.63 KiB
- 27.598 ms, 5.27 KiB
- 40.766 ms, 5.16 KiB
- 15.332 ms, 3.57 KiB
- 14.557 ms, 3.78 KiB
- 14.167 ms, 2.02 KiB
- 27.976 ms, 4.85 KiB
- 14.173 ms, 3.73 KiB
- 14.933 ms, 4.47 KiB
- 16.008 ms, 38.78 KiB
- 14.046 ms, 4.85 KiB
- 15.187 ms, 4.85 KiB
- 14.495 ms, 1.09 KiB
- 14.398 ms, 2.93 KiB
- 15.588 ms, 2.07 KiB
- 19.583 ms, 21.67 KiB
- 14.329 ms, 7.27 KiB
- 13.808 ms, 2.81 KiB
- 42.911 ms, 18.49 KiB
- 8.266 ms, 1.63 KiB
- 42.126 ms, 3.31 KiB
- 25.378 ms, 4.85 KiB
- 13.641 ms, 0.77 KiB
- 14.452 ms, 6.28 KiB
- 60.054 ms, 30.60 KiB
- 45.835 ms, 5.99 KiB
- 36.291 ms, 0.91 KiB
- 35.907 ms, 1.75 KiB
- 35.475 ms, 1.14 KiB
More information about the performance of your application. These numbers don't directly affect the Performance score.
Passed audits (22)
Show Hide
Defer offscreen images
Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive. Learn how to defer offscreen images.LCPFCP
WordPressInstall a lazy-load WordPress plugin that provides the ability to defer any offscreen images, or switch to a theme that provides that functionality. Also consider using the AMP plugin.
Minify CSS
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.LCPFCP
WordPressA number of WordPress plugins can speed up your site by concatenating, minifying, and compressing your styles. You may also want to use a build process to do this minification up-front if possible.
Minify JavaScript
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.LCPFCP
WordPressA number of WordPress plugins can speed up your site by concatenating, minifying, and compressing your scripts. You may also want to use a build process to do this minification up front if possible.
Efficiently encode images
Optimized images load faster and consume less cellular data. Learn how to efficiently encode images.LCPFCP
WordPressConsider using an image optimization WordPress plugin that compresses your images while retaining quality.
Enable text compression
Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. Learn more about text compression.LCPFCP
WordPressYou can enable text compression in your web server configuration.
Preconnect to required origins
Consider adding preconnect or dns-prefetch resource hints to establish early connections to important third-party origins. Learn how to preconnect to required origins.LCPFCP
Initial server response time was short Root document took 540 ms
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.LCPFCP
WordPressChoose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service.
URL
Time Spent
quidu.fr
1st party
540 ms
540 ms
Avoid multiple page redirects
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.LCPFCP
Use video formats for animated content
Large GIFs are inefficient for delivering animated content. Consider using MPEG4/WebM videos for animations and PNG/WebP for static images instead of GIF to save network bytes. Learn more about efficient video formatsLCPFCP
WordPressConsider uploading your GIF to a service which will make it available to embed as an HTML5 video.
Remove duplicate modules in JavaScript bundles
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity. LCPFCP
Avoid serving legacy JavaScript to modern browsers
Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. For your bundled JavaScript, adopt a modern script deployment strategy using module/nomodule feature detection to reduce the amount of code shipped to modern browsers, while retaining support for legacy browsers. Learn how to serve modern JavaScriptLCPFCP
Preload Largest Contentful Paint image
If the LCP element is dynamically added to the page, you should preload the image in order to improve LCP. Learn more about preloading LCP elements.LCP
User Timing marks and measures
Consider instrumenting your app with the User Timing API to measure your app's real-world performance during key user experiences. Learn more about User Timing marks.
JavaScript execution time 0.7 s
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.TBT
URL
Total CPU Time
Script Evaluation
Script Parse
Google CDN
cdn
696 ms
590 ms
20 ms
696 ms
590 ms
20 ms
quidu.fr
1st party
450 ms
29 ms
2 ms
328 ms
14 ms
2 ms
122 ms
14 ms
0 ms
Unattributable
148 ms
2 ms
0 ms
Unattributable
148 ms
2 ms
0 ms
Other Google APIs/SDKs
utility
87 ms
76 ms
2 ms
…api2/anchor?ar=…
(www.google.com)
87 ms
76 ms
2 ms
Minimizes main-thread work 1.4 s
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread workTBT
Category
Time Spent
Script Evaluation
734 ms
Style & Layout
262 ms
Other
250 ms
Garbage Collection
69 ms
Rendering
61 ms
Parse HTML & CSS
41 ms
Script Parsing & Compilation
27 ms
Lazy load third-party resources with facades
Some third-party embeds can be lazy loaded. Consider replacing them with a facade until they are required. Learn how to defer third-parties with a facade.TBT
Largest Contentful Paint image was not lazily loaded
Above-the-fold images that are lazily loaded render later in the page lifecycle, which can delay the largest contentful paint. Learn more about optimal lazy loading.LCP
Element
div#fws_67d87bf08b439 > div.row-bg-wrap > div.inner-wrap > div.row-bg
<div class="row-bg viewport-desktop using-image using-bg-color loaded" style="background-position: left top; background-repeat: no-repeat;">
Avoid large layout shifts
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLSCLS
Uses passive listeners to improve scrolling performance
Consider marking your touch and wheel event listeners as passive to improve your page's scroll performance. Learn more about adopting passive event listeners.
Avoids document.write()
For users on slow connections, external scripts dynamically injected via document.write() can delay page load by tens of seconds. Learn how to avoid document.write().
Image elements have explicit width and height
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensionsCLS
Has a <meta name="viewport"> tag with width or initial-scale
A <meta name="viewport"> not only optimizes your app for mobile screen sizes, but also prevents a 300 millisecond delay to user input. Learn more about using the viewport meta tag.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Best practices
[user-scalable="no"] is used in the <meta name="viewport"> element or the [maximum-scale] attribute is less than 5.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Failing Elements
head > meta
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
These items highlight common accessibility best practices.
Navigation
Heading elements are not in a sequentially-descending order
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Failing Elements
Ronan Quidu
<h5>
These are opportunities to improve keyboard navigation in your application.
Additional items to manually check (10)
Show Hide
Interactive controls are keyboard focusable
Custom interactive controls are keyboard focusable and display a focus indicator. Learn how to make custom controls focusable.
Interactive elements indicate their purpose and state
Interactive elements, such as links and buttons, should indicate their state and be distinguishable from non-interactive elements. Learn how to decorate interactive elements with affordance hints.
The page has a logical tab order
Tabbing through the page follows the visual layout. Users cannot focus elements that are offscreen. Learn more about logical tab ordering.
Visual order on the page follows DOM order
DOM order matches the visual order, improving navigation for assistive technology. Learn more about DOM and visual ordering.
User focus is not accidentally trapped in a region
A user can tab into and out of any control or region without accidentally trapping their focus. Learn how to avoid focus traps.
The user's focus is directed to new content added to the page
If new content, such as a dialog, is added to the page, the user's focus is directed to it. Learn how to direct focus to new content.
HTML5 landmark elements are used to improve navigation
Landmark elements (<main>, <nav>, etc.) are used to improve the keyboard navigation of the page for assistive technology. Learn more about landmark elements.
Offscreen content is hidden from assistive technology
Offscreen content is hidden with display: none or aria-hidden=true. Learn how to properly hide offscreen content.
Custom controls have associated labels
Custom interactive controls have associated labels, provided by aria-label or aria-labelledby. Learn more about custom controls and labels.
Custom controls have ARIA roles
Custom interactive controls have appropriate ARIA roles. Learn how to add roles to custom controls.
These items address areas which an automated testing tool cannot cover. Learn more in our guide on conducting an accessibility review.
Passed audits (22)
Show Hide
[aria-*] attributes match their roles
Each ARIA role supports a specific subset of aria-* attributes. Mismatching these invalidates the aria-* attributes. Learn how to match ARIA attributes to their roles.
[aria-hidden="true"] is not present on the document <body>
Assistive technologies, like screen readers, work inconsistently when aria-hidden="true" is set on the document <body>. Learn how aria-hidden affects the document body.
[role]s have all required [aria-*] attributes
Some ARIA roles have required attributes that describe the state of the element to screen readers. Learn more about roles and required attributes.
[aria-*] attributes have valid values
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
[aria-*] attributes are valid and not misspelled
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. Learn more about valid ARIA attributes.
Image elements have [alt] attributes
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the alt attribute.
ARIA attributes are used as specified for the element's role
Some ARIA attributes are only allowed on an element under certain conditions. Learn more about conditional ARIA attributes.
[aria-hidden="true"] elements do not contain focusable descendents
Focusable descendents within an [aria-hidden="true"] element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how aria-hidden affects focusable elements.
Elements use only permitted ARIA attributes
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
[role] values are valid
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Background and foreground colors have a sufficient contrast ratio
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Document has a <title> element
The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. Learn more about document titles.
<html> element has a [lang] attribute
If a page doesn't specify a lang attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the lang attribute.
<html> element has a valid value for its [lang] attribute
Specifying a valid BCP 47 language helps screen readers announce text properly. Learn how to use the lang attribute.
Lists contain only <li> elements and script supporting elements (<script> and <template>).
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
List items (<li>) are contained within <ul>, <ol> or <menu> parent elements
Screen readers require list items (<li>) to be contained within a parent <ul>, <ol> or <menu> to be announced properly. Learn more about proper list structure.
Touch targets have sufficient size and spacing.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Uses ARIA roles only on compatible elements
Many HTML elements can only be assigned certain ARIA roles. Using ARIA roles where they are not allowed can interfere with the accessibility of the web page. Learn more about ARIA roles.
Deprecated ARIA roles were not used
Deprecated ARIA roles may not be processed correctly by assistive technology. Learn more about deprecated ARIA roles.
Image elements do not have [alt] attributes that are redundant text.
Informative elements should aim for short, descriptive alternative text. Alternative text that is exactly the same as the text adjacent to the link or image is potentially confusing for screen reader users, because the text will be read twice. Learn more about the alt attribute.
Not applicable (33)
Show Hide
[accesskey] values are unique
Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. Learn more about access keys.
button, link, and menuitem elements have accessible names
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Elements with role="dialog" or role="alertdialog" have accessible names.
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
ARIA input fields have accessible names
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
ARIA meter elements have accessible names
When a meter element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to name meter elements.
ARIA progressbar elements have accessible names
When a progressbar element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to label progressbar elements.
Elements with an ARIA [role] that require children to contain a specific [role] have all required children.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
[role]s are contained by their required parent element
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Elements with the role=text attribute do not have focusable descendents.
Adding role=text around a text node split by markup enables VoiceOver to treat it as one phrase, but the element's focusable descendents will not be announced. Learn more about the role=text attribute.
ARIA toggle fields have accessible names
When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about toggle fields.
ARIA tooltip elements have accessible names
When a tooltip element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to name tooltip elements.
ARIA treeitem elements have accessible names
When a treeitem element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about labeling treeitem elements.
Buttons have an accessible name
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
The page contains a heading, skip link, or landmark region
Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently. Learn more about bypass blocks.
<dl>'s contain only properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements.
When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn how to structure definition lists correctly.
Definition list items are wrapped in <dl> elements
Definition list items (<dt> and <dd>) must be wrapped in a parent <dl> element to ensure that screen readers can properly announce them. Learn how to structure definition lists correctly.
ARIA IDs are unique
The value of an ARIA ID must be unique to prevent other instances from being overlooked by assistive technologies. Learn how to fix duplicate ARIA IDs.
No form fields have multiple labels
Form fields with multiple labels can be confusingly announced by assistive technologies like screen readers which use either the first, the last, or all of the labels. Learn how to use form labels.
<frame> or <iframe> elements have a title
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
<html> element has an [xml:lang] attribute with the same base language as the [lang] attribute.
If the webpage does not specify a consistent language, then the screen reader might not announce the page's text correctly. Learn more about the lang attribute.
Input buttons have discernible text.
Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. Learn more about input buttons.
<input type="image"> elements have [alt] text
When an image is being used as an <input> button, providing alternative text can help screen reader users understand the purpose of the button. Learn about input image alt text.
Form elements have associated labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
The document does not use <meta http-equiv="refresh">
Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. Learn more about the refresh meta tag.
<object> elements have alternate text
Screen readers cannot translate non-text content. Adding alternate text to <object> elements helps screen readers convey meaning to users. Learn more about alt text for object elements.
Select elements have associated label elements.
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the select element.
No element has a [tabindex] value greater than 0
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the tabindex attribute.
Tables have different content in the summary attribute and <caption>.
The summary attribute should describe the table structure, while <caption> should have the onscreen title. Accurate table mark-up helps users of screen readers. Learn more about summary and caption.
Cells in a <table> element that use the [headers] attribute refer to table cells within the same table.
Screen readers have features to make navigating tables easier. Ensuring <td> cells using the [headers] attribute only refer to other cells in the same table may improve the experience for screen reader users. Learn more about the headers attribute.
<th> elements and elements with [role="columnheader"/"rowheader"] have data cells they describe.
Screen readers have features to make navigating tables easier. Ensuring table headers always refer to some set of cells may improve the experience for screen reader users. Learn more about table headers.
[lang] attributes have a valid value
Specifying a valid BCP 47 language on elements helps ensure that text is pronounced correctly by a screen reader. Learn how to use the lang attribute.
<video> elements contain a <track> element with [kind="captions"]
When a video provides a caption it is easier for deaf and hearing impaired users to access its information. Learn more about video captions.
General
Browser errors were logged to the console
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Source
Description
quidu.fr
1st party
Access to font at 'https://quidu.cadreagreable.fr/wp-content/uploads/useanyfont/1068Romie-MediumItalic.woff2' from origin 'https://quidu.fr' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Failed to load resource: the server responded with a status of 403 (Forbidden)
Failed to load resource: the server responded with a status of 403 (Forbidden)
Failed to load resource: the server responded with a status of 403 (Forbidden)
Failed to load resource: the server responded with a status of 403 (Forbidden)
Failed to load resource: the server responded with a status of 403 (Forbidden)
ReferenceError: jQuery is not defined
    at https://quidu.fr/wp-content/themes/salient/js/build/elements/nectar-animated-gradient.js?ver=17.0.1:1:6414
ReferenceError: jQuery is not defined
    at https://quidu.fr/wp-content/themes/salient/js/build/priority.js?ver=17.0.1:1:305
ReferenceError: jQuery is not defined
    at https://quidu.fr/wp-content/themes/salient/js/build/third-party/jquery.fancybox.js?ver=3.3.9:1:38086
ReferenceError: jQuery is not defined
    at https://quidu.fr/wp-content/themes/salient/js/build/third-party/select2.min.js?ver=4.0.1:8:121
    at https://quidu.fr/wp-content/themes/salient/js/build/third-party/select2.min.js?ver=4.0.1:8:129
ReferenceError: jQuery is not defined
    at https://quidu.fr/wp-content/themes/salient/js/build/third-party/transit.min.js?ver=0.9.9:7:7274
ReferenceError: wp is not defined
    at https://quidu.fr/:1463:1
ReferenceError: wp is not defined
    at https://quidu.fr/:1472:2
    at https://quidu.fr/:1473:4
TypeError: Cannot read properties of undefined (reading 'hooks')
    at https://quidu.fr/wp-content/plugins/say-what/assets/build/frontend.js?ver=fd31684c45e4d85aeb4e:1:30
    at https://quidu.fr/wp-content/plugins/say-what/assets/build/frontend.js?ver=fd31684c45e4d85aeb4e:1:915
TypeError: Cannot read properties of undefined (reading 'i18n')
    at https://quidu.fr/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.0.5:1:38
    at https://quidu.fr/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.0.5:1:13450
cadreagreable.fr
…useanyfont/1068Romie….woff2:1:0
(quidu.cadreagreable.fr)
Failed to load resource: net::ERR_FAILED
Detected JavaScript libraries
All front-end JavaScript libraries detected on the page. Learn more about this JavaScript library detection diagnostic audit.
Name
Version
WordPress
6.7.2
Trust and Safety
Ensure CSP is effective against XSS attacks
A strong Content Security Policy (CSP) significantly reduces the risk of cross-site scripting (XSS) attacks. Learn how to use a CSP to prevent XSS
Description
Directive
Severity
No CSP found in enforcement mode
High
Use a strong HSTS policy
Deployment of the HSTS header significantly reduces the risk of downgrading HTTP connections and eavesdropping attacks. A rollout in stages, starting with a low max-age is recommended. Learn more about using a strong HSTS policy.
Description
Directive
Severity
No HSTS header found
High
Ensure proper origin isolation with COOP
The Cross-Origin-Opener-Policy (COOP) can be used to isolate the top-level window from other documents such as pop-ups. Learn more about deploying the COOP header.
Description
Directive
Severity
No COOP header found
High
Mitigate clickjacking with XFO or CSP
The X-Frame-Options (XFO) header or the frame-ancestors directive in the Content-Security-Policy (CSP) header control where a page can be embedded. These can mitigate clickjacking attacks by blocking some or all sites from embedding the page. Learn more about mitigating clickjacking.
Description
Severity
No frame control policy found
High
Passed audits (13)
Show Hide
Uses HTTPS
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Avoids deprecated APIs
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Avoids third-party cookies
Chrome is moving towards a new experience that allows users to choose to browse without third-party cookies. Learn more about third-party cookies.
Allows users to paste into input fields
Preventing input pasting is a bad practice for the UX, and weakens security by blocking password managers.Learn more about user-friendly input fields.
Avoids requesting the geolocation permission on page load
Users are mistrustful of or confused by sites that request their location without context. Consider tying the request to a user action instead. Learn more about the geolocation permission.
Avoids requesting the notification permission on page load
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Displays images with correct aspect ratio
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Serves images with appropriate resolution
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Has a <meta name="viewport"> tag with width or initial-scale
A <meta name="viewport"> not only optimizes your app for mobile screen sizes, but also prevents a 300 millisecond delay to user input. Learn more about using the viewport meta tag.
Page has the HTML doctype
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration.
Properly defines charset
A character encoding declaration is required. It can be done with a <meta> tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. Learn more about declaring the character encoding.
No issues in the Issues panel in Chrome Devtools
Issues logged to the Issues panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Page has valid source maps
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Not applicable (2)
Show Hide
Redirects HTTP traffic to HTTPS
Make sure that you redirect all HTTP traffic to HTTPS in order to enable secure web features for all your users. Learn more.
Document uses legible font sizes
Font sizes less than 12px are too small to be legible and require mobile visitors to “pinch to zoom” in order to read. Strive to have >60% of page text ≥12px. Learn more about legible font sizes.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Additional items to manually check (1)
Show Hide
Structured data is valid
Run these additional validators on your site to check additional SEO best practices.
Passed audits (10)
Show Hide
Page isn’t blocked from indexing
Search engines are unable to include your pages in search results if they don't have permission to crawl them. Learn more about crawler directives.
Document has a <title> element
The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. Learn more about document titles.
Document has a meta description
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Page has successful HTTP status code
Pages with unsuccessful HTTP status codes may not be indexed properly. Learn more about HTTP status codes.
Links are crawlable
Search engines may use href attributes on links to crawl websites. Ensure that the href attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
robots.txt is valid
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Image elements have [alt] attributes
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the alt attribute.
Document has a valid hreflang
hreflang links tell search engines what version of a page they should list in search results for a given language or region. Learn more about hreflang.
Document has a valid rel=canonical
Canonical links suggest which URL to show in search results. Learn more about canonical links.