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.
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 |
|---|---|---|
| /css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&f... | 1.5 KiB | 267 ms |
| develop-corporate-site.quiet-sunset-55b2.workers.dev/assets/index-oGcq4DrJ.css | 17.1 KiB | 164 ms |
| /css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..... | 642 B | 61 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 | |
|---|---|---|---|
AI & Machine Intelligence div.flex > div.flex-1 > div.relative > img.w-full | develop-corporate-site.quiet-sunset-55b2.workers.dev/assets/tech1-BDswpTUj.avif | 1.4 MiB | 1.4 MiB |
Foundational AI Research div.flex > article.w-full > div.relative > img.absolute | develop-corporate-site.quiet-sunset-55b2.workers.dev/assets/about1-BqEMGjpT.avif | 213.6 KiB | 190.6 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Diagnostics
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| develop-corporate-site.quiet-sunset-55b2.workers.dev/assets/index-oGcq4DrJ.css | 16.6 KiB | 10.2 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| develop-corporate-site.quiet-sunset-55b2.workers.dev/assets/index-BAvvfShy.js | 130.8 KiB | 55.9 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
DeepDrops Research nav.mx-auto > div.grid > a.flex > img.h-8 | /assets/Logo O2-BsqWkVek.svg |
Indian Institute of Technology Kharagpur div.flex > div.grid > div.flex > img.h-12 | |
Indian Institute of Technology Patna div.flex > div.grid > div.flex > img.h-12 | |
Indian Institute of Technology Kanpur div.flex > div.grid > div.flex > img.h-12 | |
All India Institute of Medical Sciences, New Delhi div.flex > div.grid > div.flex > img.h-12 | |
Tripura Medical College & Dr. B.R. Ambedkar Memorial Teaching Hospital div.flex > div.grid > div.flex > img.h-12 | |
Agartala Government Medical College div.flex > div.grid > div.flex > img.h-12 | |
Government of Tripura div.flex > div.grid > div.flex > img.h-12 |
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.
Contrast
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 |
|---|
Explore Health Brain
→ nav.mx-auto > div.grid > div.flex > button.group |
Explore Our Research
→ header.relative > div.relative > div.flex > a.group |
Partner With Us
→ header.relative > div.relative > div.flex > a.group |
Who We Are div.relative > div.flex > div.inline-flex > span.text-[13px] |
Build. div.flex > h2.text-[clamp(28px,4.2vw,44px)] > span.relative > span.absolute |
Discover DeepDrops
→ div.relative > div.grid > div > a.group |
AI Research div.flex > article.w-full > div.flex > span.inline-flex |
DD article.w-full > div.flex > div.flex > span.grid |
Learn more div.w-full > a.group > div.relative > span.relative |
Learn more div.w-full > a.group > div.relative > span.relative |
Learn more div.w-full > a.group > div.relative > span.relative |
Learn more div.w-full > a.group > div.relative > span.relative |
Email address div.relative > form.flex > div.flex > input.px-4 |
Subscribe footer.relative > div.relative > form.flex > button.inline-flex |
These are opportunities to improve the legibility of your content.
Best practices
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 |
|---|
Go to slide 1 div.relative > div.flex > div.flex > button.h-2 |
Go to slide 2 div.relative > div.flex > div.flex > button.h-2 |
Go to slide 3 div.relative > div.flex > div.flex > button.h-2 |
Go to slide 4 div.relative > div.flex > div.flex > button.h-2 |
Go to slide 5 div.relative > div.flex > div.flex > button.h-2 |
Go to slide 6 div.relative > div.flex > div.flex > button.h-2 |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Best Practices
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.
Crawling and 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.
Performance issues directly impact user engagement and conversion rates.
| Blocking Directive Source |
|---|
x-robots-tag: noindex |
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="en"> | 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="/Icon.svg" /> | Syntax not understood |
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | Syntax not understood |
| 8 | <title>DeepDrops</title> | Syntax not understood |
| 9 | <meta | Syntax not understood |
| 10 | name="description" | Syntax not understood |
| 11 | content="DeepDrops Health Brain is an AI health intelligence platform that understands your health deeply, learns continuously, and delivers personalized, clinically-validated insights for hospitals, researchers, and individuals." | Syntax not understood |
| 12 | /> | Syntax not understood |
| 13 | <meta name="robots" content="index, follow" /> | Syntax not understood |
| 14 | <link rel="canonical" href="https://deepdrops.health/" /> | Unknown directive |
| 16 | <!-- Open Graph --> | Syntax not understood |
| 17 | <meta property="og:type" content="website" /> | Unknown directive |
| 18 | <meta property="og:site_name" content="DeepDrops Health" /> | Unknown directive |
| 19 | <meta | Syntax not understood |
| 20 | property="og:title" | Unknown directive |
| 21 | content="DeepDrops Health Brain — AI-Powered Personalized Health Intelligence" | Syntax not understood |
| 22 | /> | Syntax not understood |
| 23 | <meta | Syntax not understood |
| 24 | property="og:description" | Unknown directive |
| 25 | content="AI health intelligence that understands your health deeply, learns continuously, and delivers personalized insights for better outcomes." | Syntax not understood |
| 26 | /> | Syntax not understood |
| 27 | <meta property="og:url" content="https://deepdrops.health/" /> | Unknown directive |
| 28 | <meta property="og:image" content="https://deepdrops.health/og-image.png" /> | Unknown directive |
| 29 | <meta property="og:image:width" content="1200" /> | Unknown directive |
| 30 | <meta property="og:image:height" content="630" /> | Unknown directive |
| 32 | <!-- Twitter --> | Syntax not understood |
| 33 | <meta name="twitter:card" content="summary_large_image" /> | Unknown directive |
| 34 | <meta | Syntax not understood |
| 35 | name="twitter:title" | Unknown directive |
| 36 | content="DeepDrops Health Brain — AI-Powered Personalized Health Intelligence" | Syntax not understood |
| 37 | /> | Syntax not understood |
| 38 | <meta | Syntax not understood |
| 39 | name="twitter:description" | Unknown directive |
| 40 | content="AI health intelligence that understands your health deeply, learns continuously, and delivers personalized insights for better outcomes." | Syntax not understood |
| 41 | /> | Syntax not understood |
| 42 | <meta name="twitter:image" content="https://deepdrops.health/og-image.png" /> | Unknown directive |
| 44 | <meta name="theme-color" content="#0d0f0a" /> | Syntax not understood |
| 46 | <link rel="preconnect" href="https://fonts.googleapis.com" /> | Unknown directive |
| 47 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | Unknown directive |
| 48 | <link | Syntax not understood |
| 49 | href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&family=Caveat:wght@500;600;700&display=swap" | Unknown directive |
| 50 | rel="stylesheet" | Syntax not understood |
| 51 | /> | Syntax not understood |
| 52 | <script type="module" crossorigin src="/assets/index-BAvvfShy.js"></script> | Syntax not understood |
| 53 | <link rel="stylesheet" crossorigin href="/assets/index-oGcq4DrJ.css"> | Syntax not understood |
| 54 | </head> | Syntax not understood |
| 55 | <body> | Syntax not understood |
| 56 | <div id="root"></div> | Syntax not understood |
| 57 | </body> | Syntax not understood |
| 58 | </html> | Syntax not understood |
To appear in search results, crawlers need access to your app.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| /research/ai-machine-intelligence | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.