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.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0 | 25 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 | |
|---|---|---|---|
Illustration of the Copyright Registration Toolkit displayed on a tablet div.container-xl > div.row > div.col-md-6 > img.img-fluid | /intellectual-property-toolkits/images/IPToolkit-Homepage... | 544.5 KiB | 523.6 KiB |
Copyright seal and ribbon on certificate div#myCarousel > div.carousel-inner > div.carousel-item > img.img-fluid | copyright.gov/img/carousel-1.jpg | 592.8 KiB | 518.2 KiB |
Staff giving tour div.row > div.col-md-4 > div.card > img.card-img-top | copyright.gov/img/Who%20We%20Are.jpg | 519.8 KiB | 512.8 KiB |
Person typing on laptop, registering div.row > div.col-md-4 > div.card > img.card-img-top | copyright.gov/img/Register%20Your%20Works.jpg | 472.4 KiB | 465.3 KiB |
Old copyright registration certificate; books div.row > div.col-md-4 > div.card > img.card-img-top | copyright.gov/img/Search%20Our%20Records.jpg | 427.2 KiB | 420.1 KiB |
Glasses on top of book; books on shelves div.row > div.col-md-4 > div.card > img.card-img-top | copyright.gov/img/Copyright%20Law.jpg | 418.8 KiB | 411.7 KiB |
Person using calculator div.row > div.col-md-4 > div.card > img.card-img-top | copyright.gov/img/Fees.jpg | 383.4 KiB | 376.4 KiB |
Person signing document div.row > div.col-md-4 > div.card > img.card-img-top | copyright.gov/img/Recordation.jpg | 331.2 KiB | 324.1 KiB |
Find Yourself in Copyright. Explore how copyright serves all of us, incentivizi… div.row > div.col-md-6 > a > img.img-fluid | copyright.gov/img/copyright-exhibit-tag.png | 284.6 KiB | 260.3 KiB |
paint brushes div.container-xl > div.row > div.col-lg-4 > img#brushes | copyright.gov/img/Brushes.png | 147.6 KiB | 139.4 KiB |
X Icon ul.list-inline > li.list-inline-item > a > img.img-fluid | copyright.gov/img/x-logo.png | 100.6 KiB | 100.6 KiB |
Copyright div.container-xl > div.row > div.col-sm > img | copyright.gov/img/cp-logo2.png | 7.2 KiB | 5.9 KiB |
LinkedIn icon ul.list-inline > li.list-inline-item > a > img.img-fluid | copyright.gov/img/LI-In-Bug.png | 5.8 KiB | 5.8 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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 |
|---|---|---|
| cdn.loc.gov/loader/player/media.js | 87.4 KiB | 453 ms |
| stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js | 16.7 KiB | 329 ms |
| stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css | 24.8 KiB | 344 ms |
| cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js | 8.2 KiB | 212 ms |
| code.jquery.com/jquery-3.5.1.min.js | 30.5 KiB | 323 ms |
| stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css | 7.4 KiB | 285 ms |
| copyright.gov/css/styles.css | 1.5 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| cdn.loc.gov/loader/player/media.js | 87.1 KiB | 72.7 KiB |
| assets.adobedtm.com/f94f5647937d/7b4a1bfefdc2/launch-b8f26e4510d8.min.js | 62.0 KiB | 24.2 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 |
|---|---|---|
| cdn.loc.gov/loader/player/media.js | 87.1 KiB | 12.6 KiB |
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 |
|---|---|---|
| stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css | 24.2 KiB | 21.7 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.
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 | |
|---|---|
X Icon ul.list-inline > li.list-inline-item > a > img.img-fluid | copyright.gov/img/x-logo.png |
Case Act div#myCarousel > div.carousel-inner > div.carousel-item > img.img-fluid | copyright.gov/img/slider-ccb.jpg |
Old copyright registration certificate; books div.row > div.col-md-4 > div.card > img.card-img-top | copyright.gov/img/Search%20Our%20Records.jpg |
Person typing on laptop, registering div.row > div.col-md-4 > div.card > img.card-img-top | copyright.gov/img/Register%20Your%20Works.jpg |
Person signing document div.row > div.col-md-4 > div.card > img.card-img-top | copyright.gov/img/Recordation.jpg |
Glasses on top of book; books on shelves div.row > div.col-md-4 > div.card > img.card-img-top | copyright.gov/img/Copyright%20Law.jpg |
Staff giving tour div.row > div.col-md-4 > div.card > img.card-img-top | copyright.gov/img/Who%20We%20Are.jpg |
Person using calculator div.row > div.col-md-4 > div.card > img.card-img-top | copyright.gov/img/Fees.jpg |
Find Yourself in Copyright. Explore how copyright serves all of us, incentivizi… div.row > div.col-md-6 > a > img.img-fluid | copyright.gov/img/copyright-exhibit-tag.png |
Illustration of the Copyright Registration Toolkit displayed on a tablet div.container-xl > div.row > div.col-md-6 > img.img-fluid | /intellectual-property-toolkits/images/IPToolkit-Homepage... |
LinkedIn icon ul.list-inline > li.list-inline-item > a > img.img-fluid | copyright.gov/img/LI-In-Bug.png |
Copyright logo header > nav#first-navbar > a.navbar-brand > img | copyright.gov/img/cp-logo2.png |
Copyright div.container-xl > div.row > div.col-sm > img | copyright.gov/img/cp-logo2.png |
YouTube Icon ul.list-inline > li.list-inline-item > a > img.img-fluid | copyright.gov/img/YouTube.png |
RSS Feed Icon ul.list-inline > li.list-inline-item > a > img.img-fluid | copyright.gov/img/RSS.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.
Best practices
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 |
|---|
Overview div.col-sm > ul.list-unstyled > li > a.text-white |
Leadership div.col-sm > ul.list-unstyled > li > a.text-white |
History and Education div.col-sm > ul.list-unstyled > li > a.text-white |
Continuous Development div.col-sm > ul.list-unstyled > li > a.text-white |
Small Claims div.col-sm > ul.list-unstyled > li > a.text-white |
Annual Reports div.col-sm > ul.list-unstyled > li > a.text-white |
Strategic Plans div.col-sm > ul.list-unstyled > li > a.text-white |
IT Reports div.col-sm > ul.list-unstyled > li > a.text-white |
NewsNet div.col-sm > ul.list-unstyled > li > a.text-white |
Events div.col-sm > ul.list-unstyled > li > a.text-white |
Careers div.col-sm > ul.list-unstyled > li > a.text-white |
Internships div.col-sm > ul.list-unstyled > li > a.text-white |
Kaminstein Program div.col-sm > ul.list-unstyled > li > a.text-white |
Ringer Fellowship div.col-sm > ul.list-unstyled > li > a.text-white |
Frequently Asked Questions div.col-sm > ul.list-unstyled > li > a.text-white |
Online Registration Help div.col-sm > ul.list-unstyled > li > a.text-white |
Tutorials div.col-sm > ul.list-unstyled > li > a.text-white |
Password Help div.col-sm > ul.list-unstyled > li > a.text-white |
Preguntas Frecuentes div.col-sm > ul.list-unstyled > li > a.text-white |
Contact Forms div.col-sm > ul.list-unstyled > li > a.text-white |
Visitor Information div.col-sm > ul.list-unstyled > li > a.text-white |
Addresses div.col-sm > ul.list-unstyled > li > a.text-white |
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
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| copyright.gov/what-is-copyright/ | Learn More |
| copyright.gov/public-records/ | Learn More |
| copyright.gov/registration/ | Learn More |
| copyright.gov/recordation/ | Learn More |
| copyright.gov/title17/ | Learn More |
| copyright.gov/about/ | Learn More |
| copyright.gov/about/fees.html | Learn More |
| copyright.gov/intellectual-property-toolkits/ | Learn more |
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.
To appear in search results, crawlers need access to your app.