Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
Fast site — your users get a smooth experience.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Lean and efficient — low environmental impact per visit.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
10 image-only link(s) without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
13 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
13 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/762bb93f-7e52-4c16-a13c-04d85cd70c4b)<a href="https://beavercheck.com/results/762bb93f-7e52-4c16-a13c-04d85cd70c4b"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fdafont.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fdafont.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~38%.
Page takes 5.7s to load
+12% bounceUsers abandon at ~3s — you're 3.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
2 form field(s) without a label
+4% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
14 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
3 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€440 investment → €3,509/month returns + EUR 120,500,000 risk avoided
€440
6h · 5 findings
€3,509 /mo
~€42,112 / year
EUR 120,500,000
if kept compliant
€80 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.5 developer hours at €80/hr
Based on France rates (€80/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,001 / year if left unfixed
€120,500,000
+12 more
€0.10 /mo
1301.3 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.51 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.70 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
129 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.01 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
5.70 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.layout > div.container > div > div.preview div.layout > div.container > div > div.preview | www.dafont.com/img/preview/r/o/rocket_brush0.png | 18.3 KiB | 13.8 KiB |
div.layout > div.container > div > div.preview div.layout > div.container > div > div.preview | www.dafont.com/img/preview/o/r/orange_gumdrop0.png | 14.2 KiB | 7.2 KiB |
div.layout > div.container > div > div.preview div.layout > div.container > div > div.preview | www.dafont.com/img/preview/m/o/mondira_script0.png | 12.5 KiB | 6.2 KiB |
div.layout > div.container > div > div.preview div.layout > div.container > div > div.preview | www.dafont.com/img/preview/m/a/malline0.png | 7.6 KiB | 4.4 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| cache.consentframework.com/js/pa/24639/c/yGbKH/stub | 2.5 KiB | 879 ms |
| www.dafont.com/js/alpha.js | 722 B | 469 ms |
| www.dafont.com/themesv9_fr.js | 1.8 KiB | 469 ms |
| www.dafont.com/js/df5.js | 1021 B | 469 ms |
| www.dafont.com/css/base11.css | 2.0 KiB | 169 ms |
| www.dafont.com/js/key.js | 734 B | 469 ms |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
Tap interactions may be delayed by up to 300 ms if the viewport is not optimized for mobile.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| dafont.com/ | 759 ms |
| www.dafont.com/ | 756 ms |
| www.dafont.com/fr/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| choices.consentframework.com/js/pa/24639/c/yGbKH/cmp | 308.5 KiB | 32.5 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
15 439 téléchargements (1 760 hier) div.container > div > div.lv2right > span.light |
17 447 téléchargements (1 751 hier) div.container > div > div.lv2right > span.light |
53 500 téléchargements (1 682 hier) div.container > div > div.lv2right > span.light |
22 915 téléchargements (403 hier) div.container > div > div.lv2right > span.light |
75 763 téléchargements (319 hier) div.container > div > div.lv2right > span.light |
partners div.sd-cmp-xbcna > div.sd-cmp-VhJqD > div > strong.vendors |
Do not accept div.sd-cmp-gpI1s > div.sd-cmp-Wfd7X > button.sd-cmp-7Ga7b > span.sd-cmp-j-Z5- |
powered by div.sd-cmp-Wfd7X > div.sd-cmp-KebVX > a > span |
These are opportunities to improve the legibility of your content.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div > a#top > img div > div > a#top > img |
div.dfsmall > div.dfsmall > a > img div.dfsmall > div.dfsmall > a > img |
div.dfsmall > div.dfsmall > a.tdn > img div.dfsmall > div.dfsmall > a.tdn > img |
div.dfsmall > div.dfsmall > b > img div.dfsmall > div.dfsmall > b > img |
div.dfsmall > div.dfsmall > a.tdn > img div.dfsmall > div.dfsmall > a.tdn > img |
div.dfsmall > div.dfsmall > a.tdn > img div.dfsmall > div.dfsmall > a.tdn > img |
div.dfsmall > div.dfsmall > a.tdn > img div.dfsmall > div.dfsmall > a.tdn > img |
div.dfsmall > div.dfsmall > a.tdn > img div.dfsmall > div.dfsmall > a.tdn > img |
div.container > div > div > img div.container > div > div > img |
div.container > div > a > img div.container > div > a > img |
div > div.lv1left > a.tdn > img.out div > div.lv1left > a.tdn > img.out |
div > div.lv1left > a.tdn > img.out div > div.lv1left > a.tdn > img.out |
div > div.lv1left > a.tdn > img.out div > div.lv1left > a.tdn > img.out |
div > div.lv1left > a.tdn > img.out div > div.lv1left > a.tdn > img.out |
div > div.lv1left > a.tdn > img.out div > div.lv1left > a.tdn > img.out |
div.layout > div.container > div > img.fleche div.layout > div.container > div > img.fleche |
div > div.dfsmall > div > img div > div.dfsmall > div > img |
div > div.dfsmall > div > img div > div.dfsmall > div > img |
div#width > div.tdn > div.right > img div#width > div.tdn > div.right > img |
div#width > div.tdn > div > img div#width > div.tdn > div > img |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div > form > input.search_form div > div > form > input.search_form |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.layout > div.container > div > iframe div.layout > div.container > div > iframe |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div > div > a#top div.container > div > div > a#top |
div > div.dfsmall > div.dfsmall > a div > div.dfsmall > div.dfsmall > a |
div.layout > div.container > div > a div.layout > div.container > div > a |
div.container > div > div.preview > a div.container > div > div.preview > a |
div.container > div > div.preview > a div.container > div > div.preview > a |
div.container > div > div.preview > a div.container > div > div.preview > a |
div.container > div > div.preview > a div.container > div > div.preview > a |
div.container > div > div.preview > a div.container > div > div.preview > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div > form > input.search_form div > div > form > input.search_form |
These are opportunities to improve keyboard navigation in your application.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Fantaisie tr > td > div.metacat > a |
Cartoon tr > td > div.catpp > a |
BD, Comic tr > td > div.catpp > a |
Groovy tr > td > div.catpp > a |
Old School tr > td > div.catpp > a |
Spirales tr > td > div.catpp > a |
Western tr > td > div.catpp > a |
Usé tr > td > div.catpp > a |
Destructuré tr > td > div.catpp > a |
Destroy tr > td > div.catpp > a |
Horreur tr > td > div.catpp > a |
Feu, Glace tr > td.colthemes > div.catpp > a |
Déco tr > td.colthemes > div.catpp > a |
Typewriter tr > td.colthemes > div.catpp > a |
Rétro tr > td.colthemes > div.catpp > a |
Lettrines tr > td.colthemes > div.catpp > a |
Grille tr > td.colthemes > div.catpp > a |
Divers tr > td.colthemes > div.catpp > a |
Etranger tr > td.colthemes > div.metacat > a |
Chinois, Jap. tr > td.colthemes > div.catpp > a |
Arabe tr > td.colthemes > div.catpp > a |
Mexicain tr > td.colthemes > div.catpp > a |
Russe tr > td.colthemes > div.catpp > a |
Divers tr > td.colthemes > div.catpp > a |
Techno tr > td.colthemes > div.metacat > a |
Carré td.colthemes > div > div.catpp > a |
LCD td.colthemes > div > div.catpp > a |
Divers td.colthemes > div > div.catpp > a |
Bitmap td.colthemes > div > div.metacat > a |
Pixel, Bitmap td.colthemes > div > div.catpp > a |
Gothique tr > td.colthemes > div.metacat > a |
Médiéval tr > td.colthemes > div.catpp > a |
Moderne tr > td.colthemes > div.catpp > a |
Celtique tr > td.colthemes > div.catpp > a |
Lettrines tr > td.colthemes > div.catpp > a |
Divers tr > td.colthemes > div.catpp > a |
Basique tr > td.colthemes > div.metacat > a |
Sans serif tr > td.colthemes > div.catpp > a |
Serif tr > td.colthemes > div.catpp > a |
Largeur fixe tr > td.colthemes > div.catpp > a |
Divers tr > td.colthemes > div.catpp > a |
Script tr > td.colthemes > div.metacat > a |
Calligraphie tr > td.colthemes > div.catpp > a |
Scolaire tr > td.colthemes > div.catpp > a |
Manuscrit tr > td.colthemes > div.catpp > a |
Brush tr > td.colthemes > div.catpp > a |
Trash tr > td.colthemes > div.catpp > a |
Graffiti tr > td.colthemes > div.catpp > a |
Old School tr > td.colthemes > div.catpp > a |
Divers tr > td.colthemes > div.catpp > a |
Symboles tr > td.colthemes > div.metacat > a |
Alien tr > td.colthemes > div.catpp > a |
Animaux tr > td.colthemes > div.catpp > a |
Asiatique tr > td.colthemes > div.catpp > a |
Ancien tr > td.colthemes > div.catpp > a |
Esotérique tr > td.colthemes > div.catpp > a |
Fantastique tr > td.colthemes > div.catpp > a |
Horreur tr > td.colthemes > div.catpp > a |
Jeux tr > td.colthemes > div.catpp > a |
Formes tr > td.colthemes > div.catpp > a |
Codes barres tr > td.colthemes > div.catpp > a |
Nature tr > td.colthemes > div.catpp > a |
Sport tr > td.colthemes > div.catpp > a |
Têtes tr > td.colthemes > div.catpp > a |
Enfants tr > td.colthemes > div.catpp > a |
TV, Cinéma tr > td.colthemes > div.catpp > a |
Logos tr > td.colthemes > div.catpp > a |
Sexy tr > td.colthemes > div.catpp > a |
Armée tr > td.colthemes > div.catpp > a |
Musique tr > td.colthemes > div.catpp > a |
Divers tr > td.colthemes > div.catpp > a |
Fêtes tr > td.colthemes > div.metacat > a |
St Valentin tr > td.colthemes > div.catpp > a |
Pâques tr > td.colthemes > div.catpp > a |
Halloween tr > td.colthemes > div.catpp > a |
Noël tr > td.colthemes > div.catpp > a |
Divers tr > td.colthemes > div.catpp > a |
These items highlight common accessibility best practices.
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
div > div > a#top > img div > div > a#top > img | www.dafont.com/img/dafont.png | 120 x 163 | 120 x 163 | 180 x 245 |
div#width > div.tdn > div.right > img div#width > div.tdn > div.right > img | www.dafont.com/img/top.gif | 63 x 52 | 63 x 52 | 95 x 78 |
div.dfsmall > div.dfsmall > a.tdn > img div.dfsmall > div.dfsmall > a.tdn > img | www.dafont.com/img/flags/de.gif | 16 x 11 | 16 x 11 | 24 x 17 |
div.dfsmall > div.dfsmall > a.tdn > img div.dfsmall > div.dfsmall > a.tdn > img | www.dafont.com/img/flags/en.gif | 16 x 11 | 16 x 11 | 24 x 17 |
div.dfsmall > div.dfsmall > a.tdn > img div.dfsmall > div.dfsmall > a.tdn > img | www.dafont.com/img/flags/es.gif | 16 x 11 | 16 x 11 | 24 x 17 |
div.dfsmall > div.dfsmall > b > img div.dfsmall > div.dfsmall > b > img | www.dafont.com/img/flags/fr.gif | 16 x 11 | 16 x 11 | 24 x 17 |
div.dfsmall > div.dfsmall > a.tdn > img div.dfsmall > div.dfsmall > a.tdn > img | www.dafont.com/img/flags/it.gif | 16 x 11 | 16 x 11 | 24 x 17 |
div.dfsmall > div.dfsmall > a.tdn > img div.dfsmall > div.dfsmall > a.tdn > img | www.dafont.com/img/flags/pt.gif | 16 x 11 | 16 x 11 | 24 x 17 |
div > div.lv1left > a.tdn > img.out div > div.lv1left > a.tdn > img.out | www.dafont.com/img/out3.gif | 11 x 11 | 11 x 11 | 17 x 17 |
div.layout > div.container > div > img.fleche div.layout > div.container > div > img.fleche | www.dafont.com/img/fleche.gif | 5 x 9 | 5 x 9 | 8 x 14 |
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration.
Performance issues directly impact user engagement and conversion rates.
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.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div > a#top > img div > div > a#top > img |
div.dfsmall > div.dfsmall > a > img div.dfsmall > div.dfsmall > a > img |
div.dfsmall > div.dfsmall > a.tdn > img div.dfsmall > div.dfsmall > a.tdn > img |
div.dfsmall > div.dfsmall > b > img div.dfsmall > div.dfsmall > b > img |
div.dfsmall > div.dfsmall > a.tdn > img div.dfsmall > div.dfsmall > a.tdn > img |
div.dfsmall > div.dfsmall > a.tdn > img div.dfsmall > div.dfsmall > a.tdn > img |
div.dfsmall > div.dfsmall > a.tdn > img div.dfsmall > div.dfsmall > a.tdn > img |
div.dfsmall > div.dfsmall > a.tdn > img div.dfsmall > div.dfsmall > a.tdn > img |
div.container > div > div > img div.container > div > div > img |
div.container > div > a > img div.container > div > a > img |
div > div.lv1left > a.tdn > img.out div > div.lv1left > a.tdn > img.out |
div > div.lv1left > a.tdn > img.out div > div.lv1left > a.tdn > img.out |
div > div.lv1left > a.tdn > img.out div > div.lv1left > a.tdn > img.out |
div > div.lv1left > a.tdn > img.out div > div.lv1left > a.tdn > img.out |
div > div.lv1left > a.tdn > img.out div > div.lv1left > a.tdn > img.out |
div.layout > div.container > div > img.fleche div.layout > div.container > div > img.fleche |
div > div.dfsmall > div > img div > div.dfsmall > div > img |
div > div.dfsmall > div > img div > div.dfsmall > div > img |
div#width > div.tdn > div.right > img div#width > div.tdn > div.right > img |
div#width > div.tdn > div > img div#width > div.tdn > div > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
756 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.55 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
7 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
832 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
1.55 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| cache.consentframework.com/js/pa/24639/c/yGbKH/stub | 2.5 KiB | 257 ms |
| www.dafont.com/css/base11.css | 2.0 KiB | 60 ms |
| www.dafont.com/js/df5.js | 1021 B | 143 ms |
| www.dafont.com/js/key.js | 734 B | 143 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.layout > div.container > div > div.preview div.layout > div.container > div > div.preview | www.dafont.com/img/preview/l/a/lacheyard_script0.png | 13.7 KiB | 8.5 KiB |
div.layout > div.container > div > div.preview div.layout > div.container > div > div.preview | www.dafont.com/img/preview/v/i/vintage_charm0.png | 12.8 KiB | 5.0 KiB |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| choices.consentframework.com/js/pa/24639/c/yGbKH/cmp | 305.9 KiB | 32.2 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| dafont.com/ | 241 ms |
| www.dafont.com/ | 215 ms |
| www.dafont.com/fr/ | 0.0 ms |
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
377 479 téléchargements (5 494 hier) div.container > div > div.lv2right > span.light |
38 299 téléchargements (3 342 hier) div.container > div > div.lv2right > span.light |
43 424 téléchargements (1 774 hier) div.container > div > div.lv2right > span.light |
17 447 téléchargements (1 751 hier) div.container > div > div.lv2right > span.light |
8 229 téléchargements (619 hier) div.container > div > div.lv2right > span.light |
partners div.sd-cmp-xbcna > div.sd-cmp-VhJqD > div > strong.vendors |
Do not accept div.sd-cmp-gpI1s > div.sd-cmp-Wfd7X > button.sd-cmp-7Ga7b > span.sd-cmp-j-Z5- |
powered by div.sd-cmp-Wfd7X > div.sd-cmp-KebVX > a > span |
These are opportunities to improve the legibility of your content.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div > a#top > img div > div > a#top > img |
div.dfsmall > div.dfsmall > a > img div.dfsmall > div.dfsmall > a > img |
div.dfsmall > div.dfsmall > a.tdn > img div.dfsmall > div.dfsmall > a.tdn > img |
div.dfsmall > div.dfsmall > b > img div.dfsmall > div.dfsmall > b > img |
div.dfsmall > div.dfsmall > a.tdn > img div.dfsmall > div.dfsmall > a.tdn > img |
div.dfsmall > div.dfsmall > a.tdn > img div.dfsmall > div.dfsmall > a.tdn > img |
div.dfsmall > div.dfsmall > a.tdn > img div.dfsmall > div.dfsmall > a.tdn > img |
div.dfsmall > div.dfsmall > a.tdn > img div.dfsmall > div.dfsmall > a.tdn > img |
div.container > div > div > img div.container > div > div > img |
div.container > div > a > img div.container > div > a > img |
div > div.lv1left > a.tdn > img.out div > div.lv1left > a.tdn > img.out |
div > div.lv1left > a.tdn > img.out div > div.lv1left > a.tdn > img.out |
div > div.lv1left > a.tdn > img.out div > div.lv1left > a.tdn > img.out |
div > div.lv1left > a.tdn > img.out div > div.lv1left > a.tdn > img.out |
div.layout > div.container > div > img.fleche div.layout > div.container > div > img.fleche |
div > div.dfsmall > div > img div > div.dfsmall > div > img |
div > div.dfsmall > div > img div > div.dfsmall > div > img |
div#width > div.tdn > div.right > img div#width > div.tdn > div.right > img |
div#width > div.tdn > div > img div#width > div.tdn > div > img |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div > form > input.search_form div > div > form > input.search_form |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.layout > div.container > div > iframe div.layout > div.container > div > iframe |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div > div > a#top div.container > div > div > a#top |
div > div.dfsmall > div.dfsmall > a div > div.dfsmall > div.dfsmall > a |
div.layout > div.container > div > a div.layout > div.container > div > a |
div.container > div > div.preview > a div.container > div > div.preview > a |
div.container > div > div.preview > a div.container > div > div.preview > a |
div.container > div > div.preview > a div.container > div > div.preview > a |
div.container > div > div.preview > a div.container > div > div.preview > a |
div.container > div > div.preview > a div.container > div > div.preview > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div > form > input.search_form div > div > form > input.search_form |
These are opportunities to improve keyboard navigation in your application.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Fantaisie tr > td > div.metacat > a |
Cartoon tr > td > div.catpp > a |
BD, Comic tr > td > div.catpp > a |
Groovy tr > td > div.catpp > a |
Old School tr > td > div.catpp > a |
Spirales tr > td > div.catpp > a |
Western tr > td > div.catpp > a |
Usé tr > td > div.catpp > a |
Destructuré tr > td > div.catpp > a |
Destroy tr > td > div.catpp > a |
Horreur tr > td > div.catpp > a |
Feu, Glace tr > td.colthemes > div.catpp > a |
Déco tr > td.colthemes > div.catpp > a |
Typewriter tr > td.colthemes > div.catpp > a |
Stencil, Armée tr > td.colthemes > div.catpp > a |
Rétro tr > td.colthemes > div.catpp > a |
Lettrines tr > td.colthemes > div.catpp > a |
Grille tr > td.colthemes > div.catpp > a |
Divers tr > td.colthemes > div.catpp > a |
Etranger tr > td.colthemes > div.metacat > a |
Chinois, Jap. tr > td.colthemes > div.catpp > a |
Arabe tr > td.colthemes > div.catpp > a |
Mexicain tr > td.colthemes > div.catpp > a |
Romain, Grec tr > td.colthemes > div.catpp > a |
Russe tr > td.colthemes > div.catpp > a |
Divers tr > td.colthemes > div.catpp > a |
Techno tr > td.colthemes > div.metacat > a |
Carré td.colthemes > div > div.catpp > a |
LCD td.colthemes > div > div.catpp > a |
Science-fiction td.colthemes > div > div.catpp > a |
Divers td.colthemes > div > div.catpp > a |
Bitmap td.colthemes > div > div.metacat > a |
Pixel, Bitmap td.colthemes > div > div.catpp > a |
Gothique tr > td.colthemes > div.metacat > a |
Médiéval tr > td.colthemes > div.catpp > a |
Moderne tr > td.colthemes > div.catpp > a |
Celtique tr > td.colthemes > div.catpp > a |
Lettrines tr > td.colthemes > div.catpp > a |
Divers tr > td.colthemes > div.catpp > a |
Basique tr > td.colthemes > div.metacat > a |
Sans serif tr > td.colthemes > div.catpp > a |
Serif tr > td.colthemes > div.catpp > a |
Largeur fixe tr > td.colthemes > div.catpp > a |
Divers tr > td.colthemes > div.catpp > a |
Script tr > td.colthemes > div.metacat > a |
Calligraphie tr > td.colthemes > div.catpp > a |
Scolaire tr > td.colthemes > div.catpp > a |
Manuscrit tr > td.colthemes > div.catpp > a |
Brush tr > td.colthemes > div.catpp > a |
Trash tr > td.colthemes > div.catpp > a |
Graffiti tr > td.colthemes > div.catpp > a |
Old School tr > td.colthemes > div.catpp > a |
Divers tr > td.colthemes > div.catpp > a |
Symboles tr > td.colthemes > div.metacat > a |
Alien tr > td.colthemes > div.catpp > a |
Animaux tr > td.colthemes > div.catpp > a |
Asiatique tr > td.colthemes > div.catpp > a |
Ancien tr > td.colthemes > div.catpp > a |
Runes, Elfique tr > td.colthemes > div.catpp > a |
Esotérique tr > td.colthemes > div.catpp > a |
Fantastique tr > td.colthemes > div.catpp > a |
Horreur tr > td.colthemes > div.catpp > a |
Jeux tr > td.colthemes > div.catpp > a |
Formes tr > td.colthemes > div.catpp > a |
Codes barres tr > td.colthemes > div.catpp > a |
Nature tr > td.colthemes > div.catpp > a |
Sport tr > td.colthemes > div.catpp > a |
Têtes tr > td.colthemes > div.catpp > a |
Enfants tr > td.colthemes > div.catpp > a |
TV, Cinéma tr > td.colthemes > div.catpp > a |
Logos tr > td.colthemes > div.catpp > a |
Sexy tr > td.colthemes > div.catpp > a |
Armée tr > td.colthemes > div.catpp > a |
Musique tr > td.colthemes > div.catpp > a |
Divers tr > td.colthemes > div.catpp > a |
Fêtes tr > td.colthemes > div.metacat > a |
St Valentin tr > td.colthemes > div.catpp > a |
Pâques tr > td.colthemes > div.catpp > a |
Halloween tr > td.colthemes > div.catpp > a |
Noël tr > td.colthemes > div.catpp > a |
Divers tr > td.colthemes > div.catpp > a |
These items highlight common accessibility best practices.
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration.
Performance issues directly impact user engagement and conversion rates.
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.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div > a#top > img div > div > a#top > img |
div.dfsmall > div.dfsmall > a > img div.dfsmall > div.dfsmall > a > img |
div.dfsmall > div.dfsmall > a.tdn > img div.dfsmall > div.dfsmall > a.tdn > img |
div.dfsmall > div.dfsmall > b > img div.dfsmall > div.dfsmall > b > img |
div.dfsmall > div.dfsmall > a.tdn > img div.dfsmall > div.dfsmall > a.tdn > img |
div.dfsmall > div.dfsmall > a.tdn > img div.dfsmall > div.dfsmall > a.tdn > img |
div.dfsmall > div.dfsmall > a.tdn > img div.dfsmall > div.dfsmall > a.tdn > img |
div.dfsmall > div.dfsmall > a.tdn > img div.dfsmall > div.dfsmall > a.tdn > img |
div.container > div > div > img div.container > div > div > img |
div.container > div > a > img div.container > div > a > img |
div > div.lv1left > a.tdn > img.out div > div.lv1left > a.tdn > img.out |
div > div.lv1left > a.tdn > img.out div > div.lv1left > a.tdn > img.out |
div > div.lv1left > a.tdn > img.out div > div.lv1left > a.tdn > img.out |
div > div.lv1left > a.tdn > img.out div > div.lv1left > a.tdn > img.out |
div.layout > div.container > div > img.fleche div.layout > div.container > div > img.fleche |
div > div.dfsmall > div > img div > div.dfsmall > div > img |
div > div.dfsmall > div > img div > div.dfsmall > div > img |
div#width > div.tdn > div.right > img div#width > div.tdn > div.right > img |
div#width > div.tdn > div > img div#width > div.tdn > div > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback