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 |
|---|---|---|
| maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css | 18.9 KiB | 269 ms |
| maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js | 9.3 KiB | 222 ms |
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 |
|---|---|---|
| maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css | 18.4 KiB | 18.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 |
|---|---|---|
| ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js | 32.7 KiB | 21.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.
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 |
|---|
start a petition div.container > div.jumbotron > p > a |
Change.org div.container > div.jumbotron > p > a |
These are opportunities to improve the legibility of your content.
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
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 lang="en"> | Syntax not understood |
| 3 | <head> | Syntax not understood |
| 4 | <meta charset="utf-8"> | Syntax not understood |
| 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | Syntax not understood |
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | Syntax not understood |
| 7 | <title>Petition Online - Petition Online has been retired</title> | Syntax not understood |
| 9 | <!-- Bootstrap --> | Syntax not understood |
| 10 | <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"> | Unknown directive |
| 12 | <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | Syntax not understood |
| 13 | <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | Unknown directive |
| 14 | <!--[if lt IE 9]> | Syntax not understood |
| 15 | <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | Unknown directive |
| 16 | <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | Unknown directive |
| 17 | <![endif]--> | Syntax not understood |
| 18 | </head> | Syntax not understood |
| 19 | <body> | Syntax not understood |
| 20 | <div class="container"> | Syntax not understood |
| 21 | <div class="header"> | Syntax not understood |
| 22 | <h3 class="text-muted">Petition Online</h3> | Syntax not understood |
| 23 | </div> | Syntax not understood |
| 24 | <div class="jumbotron"> | Syntax not understood |
| 25 | <h1>The End</h1> | Syntax not understood |
| 27 | <p>We'd like to thank all of you for your participation in the Petition Online community and how you used it to change the world. Sadly, the continued cost and maintenance of the site has made it no longer viable, especially with other alternatives out there.</p> | Syntax not understood |
| 29 | <p>If you still have an issue that you want to make progress on, we heartily recommend that you <a href="https://www.change.org/start-a-petition">start a petition</a> at <a href="http://www.change.org">Change.org</a>.</p> | Unknown directive |
| 31 | <p>Sincerely,<br />The Petition Online Team</p> | Syntax not understood |
| 32 | </div> | Syntax not understood |
| 35 | <div class="footer">© 2014 Petition Online</footer> | Syntax not understood |
| 36 | </div> | Syntax not understood |
| 38 | <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> | Syntax not understood |
| 39 | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | Unknown directive |
| 40 | <!-- Include all compiled plugins (below), or include individual files as needed --> | Syntax not understood |
| 41 | <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> | Unknown directive |
| 42 | </body> | Syntax not understood |
| 43 | </html> | Syntax not understood |
To appear in search results, crawlers need access to your app.