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 |
|---|---|---|
| watsnaydouch.site/registerSW.js | 214 B | |
| watsnaydouch.site/assets/index-V5FkCLfn.css | 20.0 KiB | 129 ms |
| /css2?family=Battambang:wght@400;700&family=Koulen&family... | 1.3 KiB | 268 ms |
| /css2?family=Battambang:wght@400;700&family=Koulen&family... | 843 B | 62 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.my-auto > div.text-center > div.inline-block > img.w-16 | watsnaydouch.site/logo.png | 999.4 KiB | 998.4 KiB |
App Icon div.fixed > div.p-4 > div.w-12 > img.w-full | watsnaydouch.site/icon.png | 444.1 KiB | 443.8 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 |
|---|---|---|
| watsnaydouch.site/assets/vendor-export-BNqNNMe5.js | 175.9 KiB | 131.4 KiB |
| watsnaydouch.site/assets/index-Cd66_aKO.js | 112.3 KiB | 50.1 KiB |
| watsnaydouch.site/assets/vendor-motion-DTuj7iN0.js | 43.2 KiB | 25.3 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| watsnaydouch.site/assets/vendor-lucide-PAwUdqkq.js | 10.6 KiB | 3.8 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.
| URL | Transfer Size |
|---|---|
| watsnaydouch.site/icon.svg | 1002.2 KiB |
| watsnaydouch.site/logo.png | 1000.2 KiB |
| watsnaydouch.site/icon.png | 444.5 KiB |
| watsnaydouch.site/assets/vendor-export-BNqNNMe5.js | 176.3 KiB |
| watsnaydouch.site/success.mp3 | 151.0 KiB |
| watsnaydouch.site/assets/index-Cd66_aKO.js | 118.1 KiB |
| watsnaydouch.site/fonts/KhmerOS_muollight.ttf | 75.1 KiB |
| watsnaydouch.site/icon-192.png | 71.4 KiB |
| watsnaydouch.site/fail.mp3 | 68.7 KiB |
| watsnaydouch.site/assets/vendor-motion-DTuj7iN0.js | 43.3 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.
Names and labels
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.fixed > div.p-4 > div.flex > button.p-1.5 div.fixed > div.p-4 > div.flex > button.p-1.5 |
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.
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 |
|---|
ទាក់ទង Admin តាម Telegram div.my-auto > div.mt-5 > a.text-[13px] > span.text-[#2AABEE] |
ប្រព័ន្ធគ្រប់គ្រងផ្ទៃក្នុង វត្តស្នាយដួច · សម្រាប់តែអ្នកទទួលសិទ្ធិប្រើប្រាស់ div.w-full > div.w-full > div.col-span-1 > div.pt-4 |
These are opportunities to improve the legibility of your content.
Navigation
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ទាញយកកម្មវិធី div.fixed > div.p-4 > div.flex-1 > h4.text-gray-900 |
These are opportunities to improve keyboard navigation in your application.
Best practices
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.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
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 |
|---|
Show slide 2 div.hidden > div.relative > div.flex > button.h-2 |
Show slide 3 div.hidden > div.relative > div.flex > button.h-2 |
These items highlight common accessibility best practices.
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.
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="en"> | Syntax not understood |
| 3 | <head> | Syntax not understood |
| 4 | <script> | Syntax not understood |
| 5 | window.addEventListener('error', function(event) { | Syntax not understood |
| 6 | const errorDiv = document.createElement('div'); | Syntax not understood |
| 7 | errorDiv.style.position = 'fixed'; | Syntax not understood |
| 8 | errorDiv.style.top = '0'; | Syntax not understood |
| 9 | errorDiv.style.left = '0'; | Syntax not understood |
| 10 | errorDiv.style.zIndex = '999999'; | Syntax not understood |
| 11 | errorDiv.style.background = 'red'; | Syntax not understood |
| 12 | errorDiv.style.color = 'white'; | Syntax not understood |
| 13 | errorDiv.style.padding = '20px'; | Syntax not understood |
| 14 | errorDiv.style.width = '100%'; | Syntax not understood |
| 15 | errorDiv.style.whiteSpace = 'pre-wrap'; | Syntax not understood |
| 16 | errorDiv.innerText = "GLOBAL ERROR: " + event.error?.stack; | Unknown directive |
| 17 | document.body.appendChild(errorDiv); | Syntax not understood |
| 18 | }); | Syntax not understood |
| 19 | </script> | Syntax not understood |
| 21 | <meta charset="UTF-8" /> | Syntax not understood |
| 22 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" /> | Syntax not understood |
| 23 | <title>វត្តស្នាយដួច</title> | Syntax not understood |
| 24 | <meta name="theme-color" content="#028090" /> | Syntax not understood |
| 25 | <link rel="icon" type="image/x-icon" href="./favicon.ico" /> | Syntax not understood |
| 26 | <link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png" /> | Syntax not understood |
| 27 | <link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png" /> | Syntax not understood |
| 28 | <link rel="icon" type="image/svg+xml" href="./icon.svg" /> | Syntax not understood |
| 29 | <link rel="shortcut icon" href="./favicon.ico" /> | Syntax not understood |
| 30 | <link rel="apple-touch-icon" href="./icon.png" /> | Syntax not understood |
| 31 | <meta name="apple-mobile-web-app-capable" content="yes" /> | Syntax not understood |
| 32 | <meta name="mobile-web-app-capable" content="yes" /> | Syntax not understood |
| 33 | <meta name="apple-mobile-web-app-status-bar-style" content="default" /> | Syntax not understood |
| 34 | <link rel="preconnect" href="https://fonts.googleapis.com"> | Unknown directive |
| 35 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | Unknown directive |
| 36 | <link rel="preload" href="./fonts/KhmerOS_muollight.ttf" as="font" type="font/ttf" crossorigin="anonymous"> | Syntax not understood |
| 37 | <link href="https://fonts.googleapis.com/css2?family=Battambang:wght@400;700&family=Koulen&family=Moul&family=Rajdhani:wght@300;400;500;600;700&display=swap" rel="stylesheet" crossorigin="anonymous"> | Unknown directive |
| 38 | <meta name="description" content="Temple donation records, expenses, and activities management." /> | Syntax not understood |
| 39 | <meta property="og:title" content="វត្តស្នាយដួច" /> | Unknown directive |
| 40 | <meta property="og:description" content="Temple donation records, expenses, and activities management." /> | Unknown directive |
| 41 | <meta property="og:type" content="website" /> | Unknown directive |
| 42 | <meta name="twitter:card" content="summary_large_image" /> | Unknown directive |
| 44 | <style> | Syntax not understood |
| 45 | body { | Syntax not understood |
| 46 | margin: 0; | Unknown directive |
| 47 | padding: 0; | Unknown directive |
| 48 | background-color: #FAFAFA; | Unknown directive |
| 49 | } | Syntax not understood |
| 51 | display: flex; | Unknown directive |
| 52 | flex-direction: column; | Unknown directive |
| 53 | align-items: center; | Unknown directive |
| 54 | justify-content: center; | Unknown directive |
| 55 | height: 100vh; | Unknown directive |
| 56 | width: 100vw; | Unknown directive |
| 57 | font-family: system-ui, -apple-system, sans-serif; | Unknown directive |
| 58 | background-color: #FAFAFA; | Unknown directive |
| 59 | } | Syntax not understood |
| 60 | @media (prefers-color-scheme: dark) { | Unknown directive |
| 61 | body { background-color: #0F172A; } | Unknown directive |
| 63 | .spinner { | Syntax not understood |
| 64 | border: 3px solid rgba(45, 212, 191, 0.2) !important; | Unknown directive |
| 65 | border-top-color: #2DD4BF !important; | Unknown directive |
| 66 | } | Syntax not understood |
| 67 | } | Syntax not understood |
| 68 | .spinner { | Syntax not understood |
| 69 | width: 40px; | Unknown directive |
| 70 | height: 40px; | Unknown directive |
| 71 | border: 3px solid rgba(2, 128, 144, 0.2); | Unknown directive |
| 72 | border-top-color: #028090; | Unknown directive |
| 73 | border-radius: 50%; | Unknown directive |
| 74 | animation: spin 1s linear infinite; | Unknown directive |
| 75 | margin-bottom: 16px; | Unknown directive |
| 76 | } | Syntax not understood |
| 77 | @keyframes spin { | Syntax not understood |
| 78 | to { transform: rotate(360deg); } | Unknown directive |
| 79 | } | Syntax not understood |
| 80 | .loading-text { | Syntax not understood |
| 81 | font-size: 14px; | Unknown directive |
| 82 | font-weight: 600; | Unknown directive |
| 83 | color: #A1A1AA; | Unknown directive |
| 84 | animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; | Unknown directive |
| 85 | } | Syntax not understood |
| 86 | @keyframes pulse { | Syntax not understood |
| 87 | 0%, 100% { opacity: 1; } | Unknown directive |
| 88 | 50% { opacity: .5; } | Unknown directive |
| 89 | } | Syntax not understood |
| 90 | </style> | Syntax not understood |
| 91 | <script type="module" crossorigin src="./assets/index-Cd66_aKO.js"></script> | Syntax not understood |
| 92 | <link rel="modulepreload" crossorigin href="./assets/vendor-lucide-PAwUdqkq.js"> | Syntax not understood |
| 93 | <link rel="modulepreload" crossorigin href="./assets/vendor-motion-DTuj7iN0.js"> | Syntax not understood |
| 94 | <link rel="modulepreload" crossorigin href="./assets/vendor-export-BNqNNMe5.js"> | Syntax not understood |
| 95 | <link rel="stylesheet" crossorigin href="./assets/index-V5FkCLfn.css"> | Syntax not understood |
| 96 | <link rel="manifest" href="./manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="./registerSW.js"></script></head> | Unknown directive |
| 97 | <body> | Syntax not understood |
| 98 | <div id="root"> | Syntax not understood |
| 99 | <div id="initial-loader"> | Syntax not understood |
| 100 | <div class="spinner"></div> | Syntax not understood |
| 101 | <div class="loading-text">កំពុងដំណើរការ...</div> | Syntax not understood |
| 102 | </div> | Syntax not understood |
| 103 | </div> | Syntax not understood |
| 104 | </body> | Syntax not understood |
| 105 | </html> | Syntax not understood |
To appear in search results, crawlers need access to your app.