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 |
|---|---|
| global-shayari-ai.ai.studio/assets/index-zrprLnFn.css | 14.0 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Diagnostics
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 |
|---|---|---|
| global-shayari-ai.ai.studio/assets/vendor-firebase-DzcrSfLs.js | 163.8 KiB | 34.8 KiB |
| global-shayari-ai.ai.studio/assets/vendor-icons-Dl1ZYwra.js | 10.7 KiB | 4.0 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 |
|---|---|---|
| global-shayari-ai.ai.studio/assets/vendor-firebase-DzcrSfLs.js | 163.8 KiB | 92.7 KiB |
| global-shayari-ai.ai.studio/assets/index-CRwiz9cC.js | 113.0 KiB | 32.1 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 with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| 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.
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 |
|---|
SHAYARI AI div.flex > div > div.flex > span.font-display |
AI div > div.flex > span.font-display > span.text-amber-400 |
PRO div.flex > div > div.flex > span.rounded |
Dictionary div.mx-auto > nav.hidden > button.flex > span |
Video Studio div.mx-auto > nav.hidden > button.flex > span |
Poetry Academy div.mx-auto > nav.hidden > button.flex > span |
Cloud Synced div.mx-auto > div.flex > button#sync-status-navbar-btn > span |
Ask AI div.mx-auto > div.flex > button.flex > span.hidden |
Multilingual Poetry Intelligence & Cultural Decoder div.relative > div.text-center > div.inline-flex > span |
Understand Every Shayari. div.space-y-4 > div.relative > div.text-center > h1.font-display |
Upload a voice, video, image or text and discover its meaning in seconds. div.space-y-4 > div.relative > div.text-center > p.mx-auto |
SECONDARY POETRY TOOLS: div.mt-6 > div.flex > span.text-xs > span |
Tools → Shayari Card Studio div.mt-6 > div.flex > button.text-xs > span |
OR EXPLORE ICONIC MASTERPIECES WITH 1-CLICK: div.mt-6 > div.flex > p.text-xs > span |
Instant full breakdown div.relative > div.mt-6 > div.flex > span.text-[11px] |
Mirza Asadullah Khan Ghalib div.grid > button.flex > div.flex > span.text-xs |
Faiz Ahmad Faiz div.grid > button.flex > div.flex > span.text-xs |
Dr. Rahat Indori div.grid > button.flex > div.flex > span.text-xs |
Kazi Nazrul Islam div.grid > button.flex > div.flex > span.text-xs |
Jaun Elia div.grid > button.flex > div.flex > span.text-xs |
Lang: Urdu (Nastaliq) div.flex > div > div.flex > span |
Citation: Diwan-e-Ghalib, Ghazal #112 (Rekhta Archive verified) div#shayari-result-section > div.rounded-xl > div.flex > span |
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 |
|---|
Share This Poetry Analysis div.rounded-2xl > div.space-y-1 > div.flex > h4.text-sm |
These are opportunities to improve keyboard navigation in your application.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1
Day div.mx-auto > div.flex > div.relative > button.group |
Best Practices
General
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
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
global-shayari-ai.ai.studio/ line 38, col 0 | Executing inline event handler violates the following Content Security Policy directive 'script-src 'self' 'nonce-wj+kxOCt/zKS9e2lBvCKNw==' 'strict-dynamic' https://apis.google.com https://*.googleapis.com https://*.firebaseapp.com 'unsafe-inline''. Note that 'unsafe-inline' is ignored if either a hash or nonce value is present in the source list. The action has been blocked. |
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.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.