Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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.
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 |
|---|---|---|
| /css2?family=Cairo:wght@400;500;600;700;800&family=Amiri:... | 1.3 KiB | 315 ms |
| afafflat.vercel.app/assets/index-DeAKgUCS.css | 6.4 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Diagnostics
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| afafflat.vercel.app/assets/index-CJDElzE3.js | 150.6 KiB | 106.2 KiB |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
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
General
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.
Performance issues directly impact user engagement and conversion rates.
SEO
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.
Content Best Practices
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Crawling and Indexing
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.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | <!doctype html> | Syntax not understood |
| 2 | <html lang="ar" dir="rtl"> | Syntax not understood |
| 3 | <head> | Syntax not understood |
| 4 | <meta charset="UTF-8" /> | Syntax not understood |
| 5 | <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> | Syntax not understood |
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | Syntax not understood |
| 7 | <link rel="preconnect" href="https://fonts.googleapis.com" /> | Unknown directive |
| 8 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | Unknown directive |
| 9 | <link href="https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&family=Amiri:wght@400;700&display=swap" rel="stylesheet" /> | Unknown directive |
| 10 | <title>عفاف حضرموت نت</title> | Syntax not understood |
| 11 | <script type="module" crossorigin src="/assets/index-CJDElzE3.js"></script> | Syntax not understood |
| 12 | <link rel="stylesheet" crossorigin href="/assets/index-DeAKgUCS.css"> | Syntax not understood |
| 13 | </head> | Syntax not understood |
| 14 | <body> | Syntax not understood |
| 15 | <div id="root"></div> | Syntax not understood |
| 16 | </body> | Syntax not understood |
| 17 | </html> | Syntax not understood |
To appear in search results, crawlers need access to your app.