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.
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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| /sites/default/files/css/css_1q1izb6qa-HVBbXK6vU2gLSV904b... | 79.8 KiB | 80 ms |
| /sites/default/files/css/css_-pa3xu0az9BaoVcLJkGOLVKFWRyq... | 7.9 KiB |
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.
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 | |
|---|---|---|---|
SEC website; SEC Office of Inspector General Launches Cash Awards Program div.views-field > div.field-content > a > img.image-style-featured-article | /sites/default/files/styles/featured_article/public/2026-... | 34.4 KiB | 11.9 KiB |
RSS Logo ul > li.social > a > img | natlawreview.com/themes/custom/nlr_theme/images/rss_orange_212.png | 11.0 KiB | 10.9 KiB |
LinkedIn Logo ul > li.social > a > img | natlawreview.com/themes/custom/nlr_theme/images/linkedin_orange_212.png | 8.3 KiB | 8.2 KiB |
Health Insurance Artificial Intelligence State Action div.view__wrap > div.view__image > a > img.image-style-grid-box-2 | /sites/default/files/styles/grid_box_2/public/2026-04/Art... | 11.0 KiB | 7.2 KiB |
Supreme Court Bivens v. Zep, Inc., Third-Party Harassment div.views-field > div.field-content > a > img.image-style-grid-box-2 | /sites/default/files/styles/grid_box_2/public/2026-04/SCO... | 13.8 KiB | 6.7 KiB |
Twitter-X Logo ul > li.social > a > img | natlawreview.com/themes/custom/nlr_theme/images/twitter_orange_212.png | 6.2 KiB | 6.1 KiB |
H-1B FY2027 Cap Reached div.view__wrap > div.view__image > a > img.image-style-grid-box-2 | /sites/default/files/styles/grid_box_2/public/2026-04/Imm... | 9.6 KiB | 5.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.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| /sites/default/files/css/css_1q1izb6qa-HVBbXK6vU2gLSV904b... | 79.5 KiB | 74.1 KiB |
| .fc-consent-root .fc-cutout-background { background-color: rgb(255, 255, 255) !important; … } … | 17.1 KiB | 14.6 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.5 s |
| Other | 427 ms |
| Style & Layout | 369 ms |
| Script Parsing & Compilation | 293 ms |
| Rendering | 154 ms |
| Parse HTML & CSS | 73 ms |
| Garbage Collection | 67 ms |
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 |
|---|---|
| The page was evicted from back/forward cache because an active network request involved a redirect. | Not actionable |
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 |
|---|---|---|
| /sites/default/files/js/js_Upthi_slYibPy3BqVSs5u6ml9pkB8u... | 75.7 KiB | 28.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.
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.
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.
ARIA
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
We use cookies on this site to enhance your user experience.
OK No Thanks body.layout-no-sidebars > div#sliding-popup |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
40 div.spb-popup-main-wrapper > div.view--new--articles > div.view-footer > p.new__article__number |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
John F. Birmingham Jr. div.view__wrap > div.view__right > div.view__author > a |
Karen N. Brandon div.view__wrap > div.view__right > div.view__author > a |
Carly E. Grey div.view__wrap > div.view__right > div.view__author > a |
Rebecca B. Schechter div.view__wrap > div.view__right > div.view__author > a |
Debra Curtis div.view__wrap > div.view__right > div.view__author > a |
Erin Fuller div.view__wrap > div.view__right > div.view__author > a |
Roma Patel div.view__wrap > div.view__right > div.view__author > a |
TSCA at Keller and Heckman div.view__wrap > div.view__right > div.view__author > a |
Jonathan Wang div.view__wrap > div.view__right > div.view__author > a |
J. Scott Maberry div.view__wrap > div.view__right > div.view__author > a |
report today div.views-field > span.field-content > p > a |
Hal Singer div.views-row > div.view__wrap > div.view__author > a |
T. Scott Kelly div.view__wrap > div.view__right > div.view__author > a |
Fiona W. Ong div.views-row > div.views-field > span.field-content > a |
Heather G. Ptasznik div.views-row > div.views-field > span.field-content > a |
Stephanie D. Scruggs div.view__wrap > div.view__right > div.view__author > a |
Linn F. Freedman div.view__wrap > div.view__right > div.view__author > a |
Bergeson & Campbell, P.C. div.view__wrap > div.view__right > div.view__author > a |
Nikki E. Dobay div.view__wrap > div.view__right > div.view__author > a |
Tom Schulte div.view__wrap > div.view__right > div.view__author > a |
Lance P. Martin div.views-row > div.view__wrap > div.view__author > a |
Angela P. Doughty div.view__wrap > div.view__right > div.view__author > a |
Amy H. Wooten div.view__wrap > div.view__right > div.view__author > a |
Liisa M. Thomas div.view__wrap > div.view__right > div.view__author > a |
Ajita Hanel div.views-row > div.views-field > span.field-content > a |
Anil Shankar div.views-row > div.views-field > span.field-content > a |
Joshua S. Fox div.views-row > div.views-field > span.field-content > a |
Daniel H. Dorson div.views-row > div.views-field > span.field-content > a |
Paul Lalich div.view__wrap > div.view__right > div.view__author > a |
Julia Audibert div.views-row > div.views-field > span.field-content > a |
Judy C. Selmeci div.views-row > div.views-field > span.field-content > a |
Caroline H. Cheng div.view__wrap > div.view__right > div.view__author > a |
Terms of Use div.content > div.clearfix > p > a |
Privacy Policy div.content > div.clearfix > p > a |
database div.content > div.clearfix > p > a |
www.NatLawReview.com div.content > div.clearfix > p > a |
www.NatLawReview.com div.content > div.clearfix > p > a |
click here. div.content > div.clearfix > p > a |
These are opportunities to improve the legibility of your content.
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 |
|---|
McDermott+ Check-Up: April 17, 2026 div.view__wrap > div.view__right > div.view__title > a |
FDA Releases Honey Sampling Results div.view__wrap > div.view__right > div.view__title > a |
Previous div.views-slideshow-controls-top > div#views_slideshow_controls_text_feature_level_2-block_1 > span#views_slideshow_controls_text_previous_feature_level_2-block_1 > a |
Next div.views-slideshow-controls-top > div#views_slideshow_controls_text_feature_level_2-block_1 > span#views_slideshow_controls_text_next_feature_level_2-block_1 > a |
These items highlight common accessibility best practices.
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
IEEPA Refund Portal Opens on April 20 div.views-field > div.field-content > a > img.image-style-featured-article | /sites/default/files/styles/featured_article/public/2026-... | 494 x 280 (1.76) | 631 x 312 (2.02) |
person in suit holding a briefcase leaking money using a cannabis leaf to cath … div.views-field > div.field-content > a > img.image-style-grid-box-2 | /sites/default/files/styles/grid_box_2/public/2026-04/Can... | 279 x 160 (1.74) | 329 x 134 (2.46) |
H-1B FY2027 Cap Reached div.view__wrap > div.view__image > a > img.image-style-grid-box-2 | /sites/default/files/styles/grid_box_2/public/2026-04/Imm... | 227 x 112 (2.03) | 329 x 134 (2.46) |
antitrust law book with gavel div.view__wrap > div.view__image > a > img.image-style-grid-box-2 | /sites/default/files/styles/grid_box_2/public/2026-04/ant... | 227 x 112 (2.03) | 329 x 134 (2.46) |
Supreme Court Bivens v. Zep, Inc., Third-Party Harassment div.views-field > div.field-content > a > img.image-style-grid-box-2 | /sites/default/files/styles/grid_box_2/public/2026-04/SCO... | 279 x 160 (1.74) | 329 x 134 (2.46) |
Health Insurance Artificial Intelligence State Action div.view__wrap > div.view__image > a > img.image-style-grid-box-2 | /sites/default/files/styles/grid_box_2/public/2026-04/Art... | 207 x 112 (1.85) | 329 x 134 (2.46) |
AI, artificial intelligence, NC, North Carolina, U.S. Magistrate Judge Robert N… div.view__wrap > div.view__image > a > img.image-style-grid-box-2 | /sites/default/files/styles/grid_box_2/public/2026-04/AI ... | 207 x 112 (1.85) | 329 x 134 (2.46) |
fraud, waste, and abuse in health care industry div.views-field > div.field-content > a > img.image-style-grid-box-2 | /sites/default/files/styles/grid_box_2/public/2026-04/hea... | 279 x 160 (1.74) | 329 x 134 (2.46) |
Government Contracts DEI Executive Order div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-04... | 49 x 50 (0.98) | 65 x 50 (1.30) |
Foreign Third-Party Releases Survive Purdue Pharma Chapter 15 div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-04... | 51 x 50 (1.02) | 65 x 50 (1.30) |
close up of SCOTUS building div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-04... | 49 x 50 (0.98) | 65 x 50 (1.30) |
EEOC Planned Parenthood of Illinois Settlement div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-04... | 51 x 50 (1.02) | 65 x 50 (1.30) |
four rectangular stones stacked on a table with one word on each reading "Diver… div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-04... | 49 x 50 (0.98) | 65 x 50 (1.30) |
IP, Intellectual Property, USPTO, foreign-domiciled patent applicants , United … div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-04... | 51 x 50 (1.02) | 65 x 50 (1.30) |
IP, intellectual property, Supreme Court, Indirect Internet Copyright Liability… div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-04... | 49 x 50 (0.98) | 65 x 50 (1.30) |
gavel on desk with American flag backdrop div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-04... | 51 x 50 (1.02) | 65 x 50 (1.30) |
Public Utility Commission of Texas Rule 16 TAC §25.194 div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-03... | 49 x 50 (0.98) | 65 x 50 (1.30) |
Department of Labor investment options for participant-directed individual acco… div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-03... | 51 x 50 (1.02) | 65 x 50 (1.30) |
Generative Artificial Intelligence Attorney-Client Privilege div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-03... | 49 x 50 (0.98) | 65 x 50 (1.30) |
Medicare, Healthcare, Health Insurance, Medicare Outpatient Prospective Paymen… div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-03... | 51 x 50 (1.02) | 65 x 50 (1.30) |
graphic of a gavel in front of an AI chip in front of a world map; Sixth Circui… div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-03... | 49 x 50 (0.98) | 65 x 50 (1.30) |
usda website; Twenty States and DC Sued by USDA Over New Funding Condition div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-03... | 51 x 50 (1.02) | 65 x 50 (1.30) |
Department of Justice animal welfare enforcement focus div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-03... | 49 x 50 (0.98) | 65 x 50 (1.30) |
DOL Proposed Rule Would Increase Wage Levels div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-03... | 51 x 50 (1.02) | 65 x 50 (1.30) |
Gavel on desk with American flag backdrop div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-03... | 49 x 50 (0.98) | 65 x 50 (1.30) |
DOJ website; DOJ Releases CEP Governing Criminal Matters To Incentivize Respons… div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-03... | 51 x 50 (1.02) | 65 x 50 (1.30) |
Hospice Regulatory Crackdown in 2026 div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-04... | 56 x 50 (1.12) | 65 x 50 (1.30) |
patent, trademark, Uk, united kingdom, Oche, IPO, Trade Marks Act 1994, AI, art… div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-04... | 56 x 50 (1.12) | 65 x 50 (1.30) |
DEI, Diversity Equity Income, Federal, Workplace, Civil Rights, Discrimination,… div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-04... | 56 x 50 (1.12) | 65 x 50 (1.30) |
podcast, business, financial crisis, slow-paying customer, a critical supplier,… div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-04... | 56 x 50 (1.12) | 65 x 50 (1.30) |
Patent Settlements and Marking div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-04... | 56 x 50 (1.12) | 65 x 50 (1.30) |
Artificial Intelligence Attorney Client Privilege div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-04... | 49 x 50 (0.98) | 65 x 50 (1.30) |
Artificial Intelligence Agentic Commerce Risks div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-04... | 51 x 50 (1.02) | 65 x 50 (1.30) |
USPTO Artificial Intelligence Enhancements div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-04... | 49 x 50 (0.98) | 65 x 50 (1.30) |
Man at computer using AI as legal tool div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-04... | 51 x 50 (1.02) | 65 x 50 (1.30) |
ai, artificial intelligence, workplace, labor, discrimination, insurance, healt… div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-04... | 49 x 50 (0.98) | 65 x 50 (1.30) |
Robot standing in empty room looking out large windows to cityscape; AI Chatbot… div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-04... | 51 x 50 (1.02) | 65 x 50 (1.30) |
National Artificial Intelligence Framework div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-04... | 49 x 50 (0.98) | 65 x 50 (1.30) |
Oregon Artificial Intelligence Companion Law div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-04... | 51 x 50 (1.02) | 65 x 50 (1.30) |
ai, artificial intelligence, labor, religious accommodations, no ai, workplace,… div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-04... | 49 x 50 (0.98) | 65 x 50 (1.30) |
Woman using AI on computer and phone div.view__left > div.view__image > a > img.image-style-grid-mix-65-50 | /sites/default/files/styles/grid_mix_65_50/public/2026-04... | 51 x 50 (1.02) | 65 x 50 (1.30) |
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Topics | cdn.adapex.io/hb/aaw.natlawreview.js line 14, col 144905 |
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 |
|---|---|
Access to fetch at 'https://api.rlcdn.com/api/identity/envelope?pid=1323' from origin 'https://natlawreview.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_CERT_DATE_INVALID | |
Failed to load resource: net::ERR_FAILED | |
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
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.
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.