Skip to content
https://natlawreview.com

Lighthouse Mobile

· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

54

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

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

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Top function call valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:24.636 source:map[column:8495 line:24 type:source-location url:https://natlawreview.com/ urlProvider:network]]]
headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:16.312 source:map[type:text value:[unattributed]]] map[reflowTime:4.362 source:map[column:52780 line:8 type:source-location url:https://natlawreview.com/sites/default/files/js/js_Vcjk6XV3EPGwpiRzr_KD4SdzXwePmUBFhZIDVpOwl_w.js urlProvider:network]] map[reflowTime:0.198 source:map[column:52838 line:8 type:source-location url:https://natlawreview.com/sites/default/files/js/js_Vcjk6XV3EPGwpiRzr_KD4SdzXwePmUBFhZIDVpOwl_w.js urlProvider:network]] map[reflowTime:0.191 source:map[column:52902 line:8 type:source-location url:https://natlawreview.com/sites/default/files/js/js_Vcjk6XV3EPGwpiRzr_KD4SdzXwePmUBFhZIDVpOwl_w.js urlProvider:network]] map[reflowTime:48.397 source:map[column:52061 line:8 type:source-location url:https://natlawreview.com/sites/default/files/js/js_Vcjk6XV3EPGwpiRzr_KD4SdzXwePmUBFhZIDVpOwl_w.js urlProvider:network]] map[reflowTime:8.774 source:map[column:28 line:124 type:source-location url:https://natlawreview.com/sites/default/files/js/js_-ZW5OQ3kZLIS7JZuTsSCrmcX1vjPzsRN-szHmdud4Co.js urlProvider:network]] map[reflowTime:0.901 source:map[column:24 line:4750 type:source-location url:https://natlawreview.com/sites/default/files/js/js_Upthi_slYibPy3BqVSs5u6ml9pkB8u_e_C49y2328ZI.js urlProvider:network]] map[reflowTime:0.248 source:map[column:30 line:4797 type:source-location url:https://natlawreview.com/sites/default/files/js/js_Upthi_slYibPy3BqVSs5u6ml9pkB8u_e_C49y2328ZI.js urlProvider:network]] map[reflowTime:0.141 source:map[column:29 line:4577 type:source-location url:https://natlawreview.com/sites/default/files/js/js_Upthi_slYibPy3BqVSs5u6ml9pkB8u_e_C49y2328ZI.js urlProvider:network]] map[reflowTime:0.472 source:map[column:53815 line:8 type:source-location url:https://natlawreview.com/sites/default/files/js/js_Vcjk6XV3EPGwpiRzr_KD4SdzXwePmUBFhZIDVpOwl_w.js urlProvider:network]] map[reflowTime:0.218 source:map[column:55223 line:8 type:source-location url:https://natlawreview.com/sites/default/files/js/js_Vcjk6XV3EPGwpiRzr_KD4SdzXwePmUBFhZIDVpOwl_w.js urlProvider:network]] map[reflowTime:16.436 source:map[column:52083 line:8 type:source-location url:https://natlawreview.com/sites/default/files/js/js_Vcjk6XV3EPGwpiRzr_KD4SdzXwePmUBFhZIDVpOwl_w.js urlProvider:network]] map[reflowTime:11.467 source:map[column:56721 line:8 type:source-location url:https://natlawreview.com/sites/default/files/js/js_Vcjk6XV3EPGwpiRzr_KD4SdzXwePmUBFhZIDVpOwl_w.js urlProvider:network]]]

Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Why this matters

Performance issues directly impact user engagement and conversion rates.

lhId: page-0-IMG
nodeLabel: SEC website; SEC Office of Inspector General Launches Cash Awards Program
path: 1,HTML,2,BODY,3,DIV,1,DIV,1,DIV,4,DIV,0,DIV,0,DIV,1,MAIN,0,DIV,1,DIV,0,DIV,0,ARTICLE,1,DIV,1,DIV,1,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,A,0,IMG
selector: div.views-field > div.field-content > a > img.image-style-featured-article
snippet: <img loading="lazy" src="/sites/default/files/styles/featured_article/public/2026-04/SEC%20Securiti…" width="631" height="312" alt="SEC website; SEC Office of Inspector General Launches Cash Awards Program" class="image-style-featured-article">

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
value: no origins were preconnected
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates
value: No additional origins are good candidates for preconnecting

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

RequestCache TTLTransfer Size
config.aps.amazon-adsystem.com/configs/1ad7261b-91ea-4b6f-b9e9-b83522205b753600.0 s260.2 KiB
cdn.adapex.io/hb/aaw.natlawreview.js14400.0 s266.8 KiB
c.amazon-adsystem.com/aax2/apstag.js3600.0 s90.9 KiB
secure.cdn.fastclick.net/js/cnvr-coreid/latest/coreid.min.js900.0 s47.1 KiB
js.hs-analytics.net/analytics/1776888900000/4958713.js300.0 s42.3 KiB
ml314.com/tag.aspx?22320263600.0 s38.7 KiB
cdn.id5-sync.com/api/1.0/id5-api.js3600.0 s34.4 KiB
scripts.clarity.ms/0.8.60-beta/clarity.js0.0 ms25.0 KiB
js.hs-banner.com/v2/4958713/banner.js300.0 s24.0 KiB
secure.cdn.fastclick.net/js/cnvr-launcher/latest/launcher.min.js900.0 s24.7 KiB
secure.cdn.fastclick.net/js/pubcid/latest/pubcid.min.js900.0 s21.7 KiB
/pagead/managed/js/adsense/m202604170101/show_ads_impl_fy...1209600.0 s177.5 KiB
/ed12fd6b-57e8-4965-9660-df1c592050e0.js?pbxd=https%3A%2F...3600.0 s18.6 KiB
cdn.browsiprod.com/bootstrap/bootstrap.js3600.0 s14.2 KiB
sc.lfeeder.com/lftracker_v1_lYNOR8xwEAeaWQJZ.js3600.0 s11.7 KiB
s.cdn.gcprivacy.net/gcid_s.min.js3600.0 s8.8 KiB
tags.crwdcntrl.net/lt/c/16576/sync.min.js86400.0 s13.5 KiB
cdn.browsiprod.com/web-vitals/web-vitals-4.2.3.js0.0 ms2.8 KiB
a.ad.gt/api/v1/u/matches/788?url=https%3A%2F%2Fnatlawreview.com%2F&ref=7200.0 s3.2 KiB
js.hs-scripts.com/4958713.js90.0 s1014 B
rules.quantcount.com/rules-p-5Ruvus43Xxxru.js3600.0 s1.2 KiB
secure.cdn.fastclick.net/js/cnvr-launcher/latest/launcher-stub.min.js900.0 s1.1 KiB
boot.pbstck.com/v1/tag/bc36fa6b-7bcc-408b-98e8-0f3329c363d31200.0 s834 B
rules.quantcount.com/rules-p-qhnVySQ1pNXMs.js3600.0 s704 B
rules.quantcount.com/rules-p-7anzYTTXSJhrY.js3600.0 s642 B
in.ml314.com/ud.ashx?topiclimit=&cb=2232026&v=2.8.2.2570.0 ms482 B
/?sid=lYNOR8xwEAeaWQJZ&data=eyJnYVRyYWNraW5nSWRzIjpbXSwiZ...0.0 ms320 B
/hadron.js?url=https%3A%2F%2Fnatlawreview.com%2F&ref=&_it...432000.0 s186 B
/hadron.js?url=https%3A%2F%2Fnatlawreview.com%2F&ref=&_it...432000.0 s90 B

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Diagnostics

Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 150 ms 28.0 KiB
URLTransfer SizeEst Savings
/sites/default/files/js/js_Upthi_slYibPy3BqVSs5u6ml9pkB8u...75.8 KiB28.0 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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.

Why this matters

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 reduce Javascript execution time.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLTotal CPU TimeScript EvaluationScript Parse
config.aps.amazon-adsystem.com/configs/1ad7261b-91ea-4b6f-b9e9-b83522205b753.3 s3.2 s68 ms
natlawreview.com/2.3 s1.6 s21 ms
cdn.adapex.io/hb/aaw.natlawreview.js1.6 s1.2 s299 ms
cdn.browsiprod.com/sd/apps/middy/middy-5.61.1298.js1.4 s1.4 s42 ms
Unattributable1.2 s455 ms0.0 ms
/f/AGSKWxV1pVYsikYFj_zETWL-fP5NgUl91TbbmnE7x3b_ktGDkDIa2m...808 ms396 ms108 ms
/sites/default/files/js/js_Vcjk6XV3EPGwpiRzr_KD4SdzXwePmU...594 ms102 ms14 ms
c.amazon-adsystem.com/aax2/apstag.js429 ms392 ms28 ms
js.hs-analytics.net/analytics/1776888900000/4958713.js410 ms289 ms13 ms
www.googletagmanager.com/gtm.js?id=GTM-KXJCD57408 ms351 ms51 ms
scripts.clarity.ms/0.8.60-beta/clarity.js391 ms337 ms7.8 ms
www.googletagmanager.com/gtm.js?id=GTM-N9MLCBR329 ms285 ms37 ms
www.googletagmanager.com/gtag/js?id=G-JYWWN43CYG&cx=c&gtm=4e64k0308 ms250 ms37 ms
fundingchoicesmessages.google.com/i/22181265?ers=3288 ms266 ms18 ms
/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31...253 ms198 ms51 ms
www.googletagmanager.com/gtag/js?id=G-VBNQFDJGG6&cx=c&gtm=4e64k0241 ms203 ms35 ms
js-agent.newrelic.com/nr-spa-1.313.1.min.js220 ms187 ms10 ms
www.googletagmanager.com/gtag/js?id=G-HVCFHNTY2P&cx=c&gtm=4e64k0213 ms174 ms38 ms
boot.pbstck.com/v1/tag/bc36fa6b-7bcc-408b-98e8-0f3329c363d3206 ms170 ms24 ms
cdn1.anonymised.io/light/auth.js?v=1.8.54164 ms41 ms7.9 ms
/pagead/js/adsbygoogle.js?client=ca-pub-1804768695248883121 ms104 ms16 ms
securepubads.g.doubleclick.net/tag/js/gpt.js115 ms75 ms39 ms
s.cdn.gcprivacy.net/gcid_s.min.js112 ms98 ms2.6 ms
sc.lfeeder.com/lftracker_v1_lYNOR8xwEAeaWQJZ.js104 ms92 ms3.6 ms
/pagead/managed/js/adsense/m202604170101/show_ads_impl_fy...103 ms59 ms44 ms
secure.cdn.fastclick.net/js/cnvr-coreid/latest/coreid.min.js103 ms87 ms16 ms
secure.cdn.fastclick.net/js/cnvr-launcher/latest/launcher.min.js91 ms69 ms9.1 ms
www.googletagmanager.com/gtag/js?id=G-VBNQFDJGG677 ms34 ms41 ms
cdn.browsiprod.com/bootstrap/bootstrap.js76 ms57 ms5.2 ms
secure.quantserve.com/quant.js69 ms57 ms11 ms
/modules/contrib/eu_cookie_compliance/js/eu_cookie_compli...58 ms46 ms2.8 ms
cdn1.anonymised.io/light/bundle.js?v=1.8.5455 ms46 ms6.5 ms
secure.cdn.fastclick.net/js/pubcid/latest/pubcid.min.js52 ms40 ms11 ms

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation14.1 s
Script Parsing & Compilation1.2 s
Other1.2 s
Style & Layout1.1 s
Parse HTML & CSS307 ms
Garbage Collection263 ms
Rendering142 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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failure reasonFailure type
An iframe on the page started a navigation that did not complete.Not actionable

More information about the performance of your application. These numbers don't directly affect the Performance score.

Layout shift culprits
Document request latency
Optimize DOM size
Improve image delivery
LCP breakdown
Modern HTTP
Optimize viewport for mobile
Minify CSS
User Timing marks and measures 21 user timings
Avoid long main-thread tasks 20 long tasks found
Image elements have explicit `width` and `height`
Network Requests
Network Round Trip Times 170 ms
Server Backend Latencies 580 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Avoid multiple page redirects
Initial server response time was short Root document took 10 ms
Avoid large layout shifts 5 layout shifts found
INP breakdown
Avoid non-composited animations
86

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Nicole Vasquez Schmitt div.views-row > div.view__wrap > div.view__author > a
Kevin P. Broughel div.view__wrap > div.view__right > div.view__author > a
Zoe Lo div.view__wrap > div.view__right > div.view__author > a
Joshua J. Shin div.view__wrap > div.view__right > div.view__author > a
Sascha Henry div.view__wrap > div.view__right > div.view__author > a
Khirin Bunker div.view__wrap > div.view__right > div.view__author > a
Michael D. Orlando div.view__wrap > div.view__right > div.view__author > a
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
Liisa M. Thomas 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
TSCA at Keller and Heckman div.view__wrap > div.view__right > div.view__author > a
Liisa M. Thomas div.view__wrap > div.view__right > div.view__author > a
Tom Schulte div.view__wrap > div.view__right > div.view__author > a
Nikki E. Dobay div.view__wrap > div.view__right > div.view__author > a
Luna Ma div.views-row > div.view__wrap > div.view__author > a
Hal Singer div.views-row > div.view__wrap > div.view__author > a
Jonathan Friedland div.view__wrap > div.view__right > div.view__author > a
McKenzie L. Ahmet div.view__wrap > div.view__right > div.view__author > a
Lauren Hong div.view__wrap > div.view__right > div.view__author > a
Timothy Keane div.view__wrap > div.view__right > div.view__author > a
Daniel E. Tranen div.view__wrap > div.view__right > div.view__author > a
T. Scott Kelly div.view__wrap > div.view__right > div.view__author > a
Pamela L. Johnston div.view__wrap > div.view__right > div.view__author > a
Lisa M. Noller div.view__wrap > div.view__right > div.view__author > a
Bridget E. Harris div.view__wrap > div.view__right > div.view__author > a
Simon Moen div.view__wrap > div.view__right > div.view__author > a
Lance P. Martin div.views-row > div.view__wrap > div.view__author > a
Amit Kumar Saha, PhD div.view__wrap > div.view__right > div.view__author > a
Liisa M. Thomas div.view__wrap > div.view__right > div.view__author > a
Matthew P. Gizzo div.view__wrap > div.view__right > div.view__author > a
James M. Paul div.view__wrap > div.view__right > div.view__author > a
Simon Jones div.view__wrap > div.view__right > div.view__author > a
Samuel T. Tibbetts div.view__wrap > div.view__right > div.view__author > a
Daniela Schumann div.view__wrap > div.view__right > div.view__author > a
Julia Audibert div.view__wrap > div.view__right > div.view__author > a
Judy C. Selmeci div.view__wrap > div.view__right > div.view__author > a
Caroline H. Cheng div.view__wrap > div.view__right > div.view__author > a
David G. Thomas div.view__wrap > div.view__right > div.view__author > a
Angela C. Bunnell 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.

Why this matters

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.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
Uses ARIA roles only on compatible elements
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Image elements do not have `[alt]` attributes that are redundant text.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
73

Best Practices

User Experience

Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLAspect Ratio (Displayed)Aspect Ratio (Actual)
Judge holding scales of justice div.views-field > div.field-content > a > img.image-style-featured-article
/sites/default/files/styles/featured_article/public/2026-...368 x 260 (1.42)631 x 312 (2.02)
Home div.col-md-8 > div.row > a.navbar-brand > img.img-fluid
natlawreview.com/themes/custom/nlr_theme/logo_larg991.png378 x 39 (9.69)991 x 77 (12.87)

General

Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Deprecation / WarningSource
Topics

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

SourceDescription
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 ()
Uses HTTPS
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Page has valid source maps
Redirects HTTP traffic to HTTPS
Mitigate clickjacking with XFO or CSP
85

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.

Why this matters

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.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Page has successful HTTP status code
Links are crawlable
robots.txt is valid
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback