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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Diagnostics
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 | |
|---|---|
OneTag Company Logo body > div > img | onetag-cdn.com/media/1810ab0f-23f9-4cc9-bcf6-3436c65530ed.png |
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.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
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 |
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
Browser Compatibility
A character encoding declaration is required. It can be done with a `<meta>` tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. Learn more about declaring the character encoding.
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> | Syntax not understood |
| 3 | <head> | Syntax not understood |
| 4 | <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> | Syntax not understood |
| 5 | <title>OneTag Advertising System</title> | Syntax not understood |
| 6 | <style> | Syntax not understood |
| 7 | body { | Syntax not understood |
| 8 | margin: 0px; | Unknown directive |
| 9 | padding: 0px; | Unknown directive |
| 10 | font-family: Arial, Helvetica, sans-serif; | Unknown directive |
| 11 | text-align: center; | Unknown directive |
| 12 | } | Syntax not understood |
| 13 | h1 { | Syntax not understood |
| 14 | color: white; | Unknown directive |
| 15 | font-size: 36px; | Unknown directive |
| 16 | margin: 60px; | Unknown directive |
| 17 | } | Syntax not understood |
| 18 | </style> | Syntax not understood |
| 19 | </head> | Syntax not understood |
| 20 | <body> | Syntax not understood |
| 21 | <div style="background:#04172c; height:400px; width:100%; padding-top: 80px;"><img src="https://onetag-cdn.com/media/1810ab0f-23f9-4cc9-bcf6-3436c65530ed.png" style="height:80px;" alt="OneTag Company Logo"> | Unknown directive |
| 22 | <h1>This is the OneTag Advertising System</h1> | Syntax not understood |
| 23 | </div> | Syntax not understood |
| 24 | <br><br> | Syntax not understood |
| 25 | <a href="http://www.onetag.com/">Click here for the OneTag homepage</a> | Unknown directive |
| 26 | <br><br> | Syntax not understood |
| 27 | <a href="http://www.onetag.com/privacy/">Click here for our privacy policy</a> | Unknown directive |
| 28 | </body> | Syntax not understood |
| 29 | </html> | Syntax not understood |
To appear in search results, crawlers need access to your app.