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.
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
The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. Learn more about document titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
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.
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
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
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
Failed to load resource: the server responded with a status of 404 () |
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
The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. Learn more about document titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
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 |
|---|---|---|
| 2 | <!doctype html> | Syntax not understood |
| 3 | <html lang="en" class="no-js" style="height:100%"> | Unknown directive |
| 4 | <head> | Syntax not understood |
| 6 | <meta charset="utf-8"/> | Syntax not understood |
| 7 | <meta http-equiv="X-UA-Compatible" content="IE=edge"/> | Syntax not understood |
| 8 | <meta name="viewport" content="width=device-width, initial-scale=1"/> | Syntax not understood |
| 9 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | Syntax not understood |
| 10 | <title>Login :: ID5 Console</title> | Unknown directive |
| 11 | <link rel="stylesheet" href="/assets/application-5220735e412930e75df0640516e95fdf.css" /> | Syntax not understood |
| 12 | <link href="https://fonts.googleapis.com/css2?family=Geist" rel="stylesheet"> | Unknown directive |
| 14 | <meta name="layout" content="main"/> | Syntax not understood |
| 17 | <link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon-c28986312d57e5f7b89f904d79942dd3.png"/> | Syntax not understood |
| 18 | <link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32-6a5841e3dc4c76a5af7e12bf24bb2d88.png"/> | Syntax not understood |
| 19 | <link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16-f18598cea14395f3e834da0251c87e0d.png"/> | Syntax not understood |
| 20 | <link rel="manifest" href="/assets/site-988e8bb36f42d4ed60cbdc3ef9344ab4.webmanifest"/> | Syntax not understood |
| 21 | <link rel="mask-icon" color="#1c307e" href="/assets/safari-pinned-tab-db06fcd245b691d699c2d42e31071078.svg"/> | Syntax not understood |
| 22 | <link rel="shortcut icon" href="/assets/favicon-a004f4b686e7abe9356d5e1e0a1c5f95.ico"/> | Syntax not understood |
| 23 | <meta name="msapplication-TileColor" content="#da532c"/> | Syntax not understood |
| 24 | <meta name="msapplication-config" content="/assets/browserconfig-ab7574bdaa4f3e4a2674d3907a98d120.xml"/> | Syntax not understood |
| 25 | <meta name="theme-color" content="#ffffff"/> | Syntax not understood |
| 27 | <!-- Global site tag (gtag.js) - Google Analytics --> | Syntax not understood |
| 28 | <script async src="https://www.googletagmanager.com/gtag/js?id=UA-102097374-2"></script> | Unknown directive |
| 29 | <script> | Syntax not understood |
| 30 | window.dataLayer = window.dataLayer || []; | Syntax not understood |
| 31 | function gtag(){dataLayer.push(arguments);} | Syntax not understood |
| 32 | gtag('js', new Date()); | Syntax not understood |
| 33 | gtag('config', 'UA-102097374-2', { | Syntax not understood |
| 34 | 'custom_map': { | Unknown directive |
| 35 | 'dimension1': 'userType', | Unknown directive |
| 36 | 'dimension2': 'partnerId' | Unknown directive |
| 37 | } | Syntax not understood |
| 38 | }); | Syntax not understood |
| 40 | gtag('event', 'dimension_event', { | Syntax not understood |
| 42 | 'userType': 'anonymous', | Unknown directive |
| 43 | 'partnerId': 'anonymous' | Unknown directive |
| 45 | }); | Syntax not understood |
| 46 | </script> | Syntax not understood |
| 48 | <script type="text/javascript"> | Syntax not understood |
| 49 | (function(window, document, dataLayerName, id) { | Syntax not understood |
| 50 | window[dataLayerName]=window[dataLayerName]||[],window[dataLayerName].push({start:(new Date).getTime(),event:"stg.start"});var scripts=document.getElementsByTagName('script')[0],tags=document.createElement('script'); | Unknown directive |
| 51 | function stgCreateCookie(a,b,c){var d="";if(c){var e=new Date;e.setTime(e.getTime()+24*c*60*60*1e3),d="; expires="+e.toUTCString()}document.cookie=a+"="+b+d+"; path=/"} | Syntax not understood |
| 52 | var isStgDebug=(window.location.href.match("stg_debug")||document.cookie.match("stg_debug"))&&!window.location.href.match("stg_disable_debug");stgCreateCookie("stg_debug",isStgDebug?1:"",isStgDebug?14:-1); | Unknown directive |
| 53 | var qP=[];dataLayerName!=="dataLayer"&&qP.push("data_layer_name="+dataLayerName),isStgDebug&&qP.push("stg_debug");var qPString=qP.length>0?("?"+qP.join("&")):""; | Unknown directive |
| 54 | tags.async=!0,tags.src="https://id5.containers.piwik.pro/"+id+".js"+qPString,scripts.parentNode.insertBefore(tags,scripts); | Unknown directive |
| 55 | !function(a,n,i){a[n]=a[n]||{};for(var c=0;c<i.length;c++)!function(i){a[n][i]=a[n][i]||{},a[n][i].api=a[n][i].api||function(){var a=[].slice.call(arguments,0);"string"==typeof a[0]&&window[dataLayerName].push({event:n+"."+i+":"+a[0],parameters:[].slice.call(arguments,1)})}}(i[c])}(window,"ppms",["tm","cm"]); | Unknown directive |
| 56 | })(window, document, 'dataLayer', '8ac88f26-f98b-49b8-8cfe-ec245fb0d991'); | Syntax not understood |
| 57 | </script> | Syntax not understood |
| 59 | <script type="text/javascript"> | Syntax not understood |
| 60 | var _paq = window._paq || []; | Syntax not understood |
| 61 | _paq.push(['trackEvent', 'dimension_event', 'dimensionValue', 1, { | Syntax not understood |
| 63 | 'userType': 'anonymous', | Unknown directive |
| 64 | 'partnerId': 'anonymous' | Unknown directive |
| 66 | }]); | Syntax not understood |
| 68 | </script> | Syntax not understood |
| 70 | </head> | Syntax not understood |
| 72 | <body style="height:100%"> | Unknown directive |
| 73 | <script type="text/javascript" src="/assets/application-536fc7dc4b601d6ce3770795ae493ed9.js" ></script> | Syntax not understood |
| 75 | <nav class="navbar navbar-default"> | Syntax not understood |
| 76 | <div class="container-fluid"> | Syntax not understood |
| 77 | <div class="navbar-header"> | Syntax not understood |
| 78 | <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" | Syntax not understood |
| 79 | data-target="#navbar-menu" aria-expanded="false"> | Syntax not understood |
| 80 | <span class="sr-only">Toggle navigation</span> | Syntax not understood |
| 81 | <span class="icon-bar"></span> | Syntax not understood |
| 82 | <span class="icon-bar"></span> | Syntax not understood |
| 83 | <span class="icon-bar"></span> | Syntax not understood |
| 84 | </button> | Syntax not understood |
| 85 | <a href="/admin/index" class="navbar-brand"> | Syntax not understood |
| 86 | <img src="/assets/id5_logo-6b4fcc1441f2ae7c68f9a3a2ce3667ac.png" /> | Syntax not understood |
| 87 | </a> | Syntax not understood |
| 89 | </div> | Syntax not understood |
| 91 | <div class="collapse navbar-collapse" id="navbar-menu"> | Syntax not understood |
| 92 | <ul class="nav navbar-nav navbar-right"> | Syntax not understood |
| 94 | </ul> | Syntax not understood |
| 95 | </div> | Syntax not understood |
| 96 | </div> | Syntax not understood |
| 97 | </nav> | Syntax not understood |
| 99 | <div class="container"> | Syntax not understood |
| 102 | <div id="content" role="main"> | Syntax not understood |
| 103 | <div class="row"> | Syntax not understood |
| 104 | <div class="col-sm-offset-4 col-sm-4"> | Syntax not understood |
| 105 | <div class="panel panel-primary"> | Syntax not understood |
| 106 | <div class="panel-heading"> | Syntax not understood |
| 107 | <h3 class="panel-title">ID5 Authentication</h3> | Syntax not understood |
| 108 | </div> | Syntax not understood |
| 109 | <div class="panel-body"> | Syntax not understood |
| 110 | <form action="/login/authenticate" method="POST" id="loginForm" autocomplete="off"> | Syntax not understood |
| 111 | <div class="form-group"> | Syntax not understood |
| 112 | <label for="username">Username (email)</label> | Syntax not understood |
| 113 | <input type="text" class="form-control" id="username" name="username"> | Syntax not understood |
| 114 | </div> | Syntax not understood |
| 115 | <div class="form-group"> | Syntax not understood |
| 116 | <label for="password">Password</label> | Syntax not understood |
| 117 | <input type="password" class="form-control" id="password" name="password"> | Syntax not understood |
| 118 | </div> | Syntax not understood |
| 120 | <div class="checkbox"> | Syntax not understood |
| 121 | <label> | Syntax not understood |
| 122 | <input type="checkbox" id="remember_me" name="remember_me" checked="checked"> Remember me | Syntax not understood |
| 123 | </label> | Syntax not understood |
| 124 | </div> | Syntax not understood |
| 125 | <button type="submit" class="btn btn-primary">Log me in</button> | Syntax not understood |
| 126 | </form> | Syntax not understood |
| 127 | <a href="/admin/lostPassword" class="pull-right">I've lost my password</a> | Syntax not understood |
| 128 | </div> | Syntax not understood |
| 129 | </div> | Syntax not understood |
| 130 | </div> | Syntax not understood |
| 131 | </div> | Syntax not understood |
| 132 | </div> | Syntax not understood |
| 134 | </div> | Syntax not understood |
| 136 | <div id="spinner" class="spinner" style="display:none;"> | Unknown directive |
| 138 | </div> | Syntax not understood |
| 139 | <p style="padding-bottom: 40px"></p> | Unknown directive |
| 140 | <script type="text/javascript"> | Syntax not understood |
| 142 | $(function () { | Syntax not understood |
| 143 | $('[data-toggle="tooltip"]').tooltip({html:true}) | Unknown directive |
| 144 | }); | Syntax not understood |
| 146 | </script> | Syntax not understood |
| 148 | </body> | Syntax not understood |
| 149 | </html> | Syntax not understood |
To appear in search results, crawlers need access to your app.