Mobile 375 × 812

Desktop 1440 × 900

Score: 73 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
2 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/7e633f7c-57fe-4439-b57f-00c77ab23a0c)<a href="https://beavercheck.com/results/7e633f7c-57fe-4439-b57f-00c77ab23a0c"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Flaw360.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Flaw360.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~32%.
Page takes 15.1s to load
+12% bounceUsers abandon at ~3s — you're 12.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
2 form field(s) without a label
+4% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€383 investment → €0.61/month returns + EUR 500,000 risk avoided
€383
4h · 5 findings
€0.61 /mo
~€7.29 / year
EUR 500,000
if kept compliant
€128 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€41,667 / month at risk
~€500,007 / year if left unfixed
€500,000
+3 more
€0.61 /mo
8198.1 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
5.04 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.11 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
89 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.473
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.04 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
15.21 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| assets.law360news.com/sponsors/9502/image.png | 3600.0 s | 83.7 KiB |
| cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js | 86400.0 s | 127.0 KiB |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 86400.0 s | 9.1 KiB |
| /logos/c7f35e9f-bc78-43c8-9f0e-7cd83009704c/c0c5f5c0-2a29... | 86400.0 s | 8.0 KiB |
| cdn.cookielaw.org/consent/e84eaf2a-776d-4c82-aa6b-f01a22f98238/OtAutoBlock.js | 86400.0 s | 3.6 KiB |
| cdn.cookielaw.org/logos/static/powered_by_logo.svg | 86400.0 s | 2.6 KiB |
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
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.
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 | |
|---|---|---|---|
A building featuring slats outside the window li.hnews > div.hmedia > figure > img.img-responsive | /2467000/2467615/6a76d0b07eaf2a4812008b9490047fb94244dd39... | 133.2 KiB | 86.7 KiB |
Workflows div#sponsor_zone_1 > div > a > img.img-responsive | assets.law360news.com/sponsors/9502/image.png | 83.1 KiB | 72.6 KiB |
Christopher Pickett li.hnews > div.mugshot > figure > img.img-responsive | /2466000/2466581/bbfcc796ace30c55d005c55d577b176470144aef... | 52.0 KiB | 48.7 KiB |
Stefanie Jackman li.hnews > div.mugshot > figure > img.img-responsive | /2463000/2463716/7b418128bdb9ea92d0dcbdb663122f1beb001dce... | 50.2 KiB | 46.9 KiB |
Arie Feltman-Frank li.hnews > div.mugshot > figure > img.img-responsive | /2463000/2463768/074918078942d088f2d01dbe49a2c3335a51a029... | 26.4 KiB | 23.1 KiB |
Large red letters spelling out the company name Enbridge appear on the white fa… li.hnews > div.hmedia > figure > img.img-responsive | /2454000/2454836/89efbbb1f849467dc3afe2cd67dd588999d21033... | 63.9 KiB | 21.1 KiB |
Amelia Sanchez li.hnews > div.mugshot > figure > img.img-responsive | /2462000/2462618/85a6c2d25b251bd086618f1a4a5c55218f1ff250... | 21.6 KiB | 18.3 KiB |
A white man with reddish hair is shown from the chest up smiling up at somethin… div.col-md-12 > div.hmedia > figure > img.img-responsive | /2468000/2468456/a73a188eba3657bd3b1c76bf2bca602f5bbef8c0... | 55.1 KiB | 18.2 KiB |
Law360 - The Newswire for Business Lawyers div.container-fluid > div.mobile-logo > a > img | static.law360news.com/images/law360-logo-2021.png | 13.4 KiB | 12.5 KiB |
Lexis Nexis div.main-app-wrapper > div#container > footer#Footer > img.pull-left | static.law360news.com/images/footer/Lexis-White.png | 10.8 KiB | 9.6 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 |
|---|---|---|
| /assets/responsive-next-80fe0ee1983db84ab676b3e9696189741... | 378.7 KiB | 2.9 s |
| cdn.cookielaw.org/consent/e84eaf2a-776d-4c82-aa6b-f01a22f98238/OtAutoBlock.js | 3.6 KiB | 809 ms |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 9.1 KiB | 166 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| law360.com/ | 1.0 s |
| www.law360.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Top Stories
Justices Won't Move Mich. Pipeline Suit To Federal Court
By Keith … div#Next > div.row > div.col-md-8 > div.col-md-7 | 0.217 |
Justices Won't Move Mich. Pipeline Suit To Federal Court
By Keith Goldberg
Th… div.top-stories > ul.topstory-picture > li.hnews > div.lead-story | 0.113 |
MrBeast Executive Fired For Taking Maternity Leave, Suit Says
By Patrick Hoff
… div.container-fluid > div#Next > div.row > div.col-md-8 | 0.082 |
WDTX Judge Albright Stepping Down At End Of Summer
By Dani Kass
U.S. District… div.top-stories > ul.topstory-picture > li.hnews > div.lead-story | 0.047 |
Top Stories
Justices Won't Move Mich. Pipeline Suit To Federal Court
By Keith … div#Next > div.row > div.col-md-8 > div.col-md-7 | 0.014 |
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.
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 |
|---|---|---|
| /assets/responsive-next-80fe0ee1983db84ab676b3e9696189741... | 378.3 KiB | 364.0 KiB |
| 21.3 KiB | 18.5 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /assets/responsive-8542c9f1ea3f5dd34373d6d35189ed9daf767b... | 177.8 KiB | 120.3 KiB |
| static.law360news.com/assets/packs/js/turbo-8f64b7bc561970a7b1ce.js | 96.3 KiB | 82.5 KiB |
| cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js | 126.9 KiB | 67.3 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 | |
|---|---|
A white man with reddish hair is shown from the chest up smiling up at somethin… div.col-md-12 > div.hmedia > figure > img.img-responsive | /2468000/2468456/a73a188eba3657bd3b1c76bf2bca602f5bbef8c0... |
Large red letters spelling out the company name Enbridge appear on the white fa… li.hnews > div.hmedia > figure > img.img-responsive | /2454000/2454836/89efbbb1f849467dc3afe2cd67dd588999d21033... |
A building featuring slats outside the window li.hnews > div.hmedia > figure > img.img-responsive | /2467000/2467615/6a76d0b07eaf2a4812008b9490047fb94244dd39... |
Image that reads 2026 Editorial Calendar div.right-column > div.ad > a > img.img-responsive | assets.law360news.com/1445000/1445917/editorial-calendar-2026@2x.png |
Blue promo that reads Law360 Pulse 2026 AI Survey div.right-column > div.promotional > a > img.img-responsive | assets.law360news.com/2454000/2454764/ai_survey-core_right@2x.png |
Law360 - The Newswire for Business Lawyers div.container-fluid > div.mobile-logo > a > img | static.law360news.com/images/law360-logo-2021.png |
Corporate Responsibility: Racial Equality div.right-column > div.ad > a > img.img-responsive | assets.law360news.com/1509000/1509367/commitment-racial-equality@2x.png |
Lexis Nexis div.main-app-wrapper > div#container > footer#Footer > img.pull-left | static.law360news.com/images/footer/Lexis-White.png |
Christopher Pickett li.hnews > div.mugshot > figure > img.img-responsive | /2466000/2466581/bbfcc796ace30c55d005c55d577b176470144aef... |
Julie Maurer li.hnews > div.mugshot > figure > img.img-responsive | /2465000/2465724/d5aea4b3b66a8d1f08a004897b12f9dd4b62526a... |
Amelia Sanchez li.hnews > div.mugshot > figure > img.img-responsive | /2462000/2462618/85a6c2d25b251bd086618f1a4a5c55218f1ff250... |
Stefanie Jackman li.hnews > div.mugshot > figure > img.img-responsive | /2463000/2463716/7b418128bdb9ea92d0dcbdb663122f1beb001dce... |
Arie Feltman-Frank li.hnews > div.mugshot > figure > img.img-responsive | /2463000/2463768/074918078942d088f2d01dbe49a2c3335a51a029... |
RELX Group div.main-app-wrapper > div#container > footer#Footer > img.pull-right | static.law360news.com/images/footer/RELX-White.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Top Stories div.col-md-8 > div.col-md-7 > div.top-stories > h5 |
These are opportunities to improve keyboard navigation in your application.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.row > div#sponsor_zone_1 > div > img div.row > div#sponsor_zone_1 > div > img |
div.right-column > div#sponsor_zone_2 > div > img div.right-column > div#sponsor_zone_2 > div > img |
div.right-column > div#sponsor_zone_3 > div > img div.right-column > div#sponsor_zone_3 > div > img |
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.
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 |
|---|
(read more) li.hnews > div.lead-story > p.entry-content-ts > a |
(read more) li.hnews > div.lead-story > p.entry-content-ts > a |
(read more) ul > li.hnews > div.entry-content > a |
(read more) ul > li.hnews > div.entry-content > a |
(read more) ul > li.hnews > div.entry-content > a |
(read more) ul > li.hnews > div.entry-content > a |
(read more) ul > li.hnews > div.entry-content > a |
These are opportunities to improve the legibility of your content.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cookie Policy. div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
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) | |
|---|---|---|---|
Promo that reads Guide to Trump's Judicial Picks with a map showing the number … div.col-md-5 > div.promotional > a > img.img-responsive | assets.law360news.com/2337000/2337603/trump2-guide-judicial-picks-left@2x.png | 100 x 530 (0.19) | 548 x 530 (1.03) |
Promo that reads Law360 Pulse Associate Salary and Bonus Tracker with an image … div.col-md-5 > div.promotional > a > img.img-responsive | assets.law360news.com/2265000/2265481/associates-salary-tracker-core@2x.png | 100 x 512 (0.20) | 548 x 512 (1.07) |
Law360 Tax Authority ul.list-group > li.list-group-item > a > img | static.law360news.com/images/law360-tax-authority-logo-2021-bold.png | 1023 x 35 (29.23) | 1023 x 200 (5.12) |
Promo that reads Law360 Pulse Leaderboard div.in-depth-stories > div.promotional > a > img.img-responsive | assets.law360news.com/2402000/2402168/leaderboard-promo-core@2x.png | 100 x 364 (0.27) | 548 x 364 (1.51) |
Promo that reads 2025 MVPs div.in-depth-stories > div.promotional > a > img.img-responsive | assets.law360news.com/2406000/2406818/mvps2025-promo-front@2x.png | 100 x 314 (0.32) | 548 x 314 (1.75) |
Promo that reads Law360 Pulse Compensation Report div.in-depth-stories > div.promotional > a > img.img-responsive | assets.law360news.com/2408000/2408029/comp-core@2x.png | 100 x 308 (0.32) | 548 x 308 (1.78) |
Law360 div#navbar-center > div.navbar-center-left > a > img | static.law360news.com/images/law360-logo-2021.png | 806 x 54 (14.93) | 806 x 200 (4.03) |
Promo that reads 2025 Practice Groups of the Year div.in-depth-stories > div.promotional > a > img.img-responsive | assets.law360news.com/2425000/2425107/pgotys-2025-promo-core-left@2x.png | 100 x 266 (0.38) | 549 x 266 (2.06) |
Promo that reads 2025 Law360 Regional Powerhouses div.col-md-5 > div.promotional > a > img.img-responsive | assets.law360news.com/2378000/2378897/powerhouse-promo-left@2x.png | 100 x 266 (0.38) | 548 x 266 (2.06) |
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Cookie Settings div#container > footer#Footer > p.copyright > a.ot-cookie-manager |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.row > div#sponsor_zone_1 > div > img div.row > div#sponsor_zone_1 > div > img |
div.right-column > div#sponsor_zone_2 > div > img div.right-column > div#sponsor_zone_2 > div > img |
div.right-column > div#sponsor_zone_3 > div > img div.right-column > div#sponsor_zone_3 > div > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.49 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.55 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.603
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.55 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
3.55 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| assets.law360news.com/sponsors/9503/image.png | 3600.0 s | 72.4 KiB |
| cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js | 86400.0 s | 127.0 KiB |
| assets.law360news.com/sponsors/10618/image.jpg | 3600.0 s | 36.9 KiB |
| assets.law360news.com/sponsors/10570/image.jpg | 3600.0 s | 35.1 KiB |
| assets.law360news.com/sponsors/10577/image.jpg | 3600.0 s | 31.3 KiB |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 86400.0 s | 9.1 KiB |
| /logos/c7f35e9f-bc78-43c8-9f0e-7cd83009704c/c0c5f5c0-2a29... | 86400.0 s | 7.8 KiB |
| cdn.cookielaw.org/consent/e84eaf2a-776d-4c82-aa6b-f01a22f98238/OtAutoBlock.js | 86400.0 s | 3.6 KiB |
| cdn.cookielaw.org/logos/static/powered_by_logo.svg | 86400.0 s | 2.7 KiB |
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
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.
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 | |
|---|---|---|---|
Promo that reads Law360 Pulse Associate Salary and Bonus Tracker with an image … div.col-md-5 > div.promotional > a > img.img-responsive | assets.law360news.com/2265000/2265481/associates-salary-tracker-core@2x.png | 150.0 KiB | 137.9 KiB |
A building featuring slats outside the window li.hnews > div.hmedia > figure > img.img-responsive | /2467000/2467615/6a76d0b07eaf2a4812008b9490047fb94244dd39... | 133.2 KiB | 130.1 KiB |
Large red letters spelling out the company name Enbridge appear on the white fa… li.hnews > div.hmedia > figure > img.img-responsive | /2454000/2454836/89efbbb1f849467dc3afe2cd67dd588999d21033... | 63.9 KiB | 61.1 KiB |
Workflows div#sponsor_zone_4 > div > a > img.img-responsive | assets.law360news.com/sponsors/9503/image.png | 71.8 KiB | 60.9 KiB |
Christopher Pickett li.hnews > div.mugshot > figure > img.img-responsive | /2466000/2466581/bbfcc796ace30c55d005c55d577b176470144aef... | 52.0 KiB | 51.0 KiB |
Stefanie Jackman li.hnews > div.mugshot > figure > img.img-responsive | /2463000/2463716/7b418128bdb9ea92d0dcbdb663122f1beb001dce... | 50.2 KiB | 49.2 KiB |
A white man with reddish hair is shown from the chest up smiling up at somethin… div.col-md-12 > div.hmedia > figure > img.img-responsive | /2468000/2468456/a73a188eba3657bd3b1c76bf2bca602f5bbef8c0... | 55.1 KiB | 47.1 KiB |
Promo that reads Guide to Trump's Judicial Picks with a map showing the number … div.col-md-5 > div.promotional > a > img.img-responsive | assets.law360news.com/2337000/2337603/trump2-guide-judicial-picks-left@2x.png | 51.9 KiB | 39.4 KiB |
Arie Feltman-Frank li.hnews > div.mugshot > figure > img.img-responsive | /2463000/2463768/074918078942d088f2d01dbe49a2c3335a51a029... | 26.4 KiB | 25.4 KiB |
CourtlinkP Docket Intelligence div#sponsor_zone_2 > div > a > img.img-responsive | assets.law360news.com/sponsors/10618/image.jpg | 36.3 KiB | 24.1 KiB |
CourtlinkP Stop Wrestling div#sponsor_zone_3 > div > a > img.img-responsive | assets.law360news.com/sponsors/10570/image.jpg | 34.5 KiB | 22.3 KiB |
Amelia Sanchez li.hnews > div.mugshot > figure > img.img-responsive | /2462000/2462618/85a6c2d25b251bd086618f1a4a5c55218f1ff250... | 21.6 KiB | 20.6 KiB |
CourtlinkP Stop Wrestling div#sponsor_zone_1 > div > a > img.img-responsive | assets.law360news.com/sponsors/10577/image.jpg | 30.7 KiB | 20.0 KiB |
Promo that reads Law360 Pulse Leaderboard div.in-depth-stories > div.promotional > a > img.img-responsive | assets.law360news.com/2402000/2402168/leaderboard-promo-core@2x.png | 25.3 KiB | 19.0 KiB |
Promo that reads Law360 Pulse Compensation Report div.in-depth-stories > div.promotional > a > img.img-responsive | assets.law360news.com/2408000/2408029/comp-core@2x.png | 19.1 KiB | 14.3 KiB |
Image that reads 2026 Editorial Calendar div.right-column > div.ad > a > img.img-responsive | assets.law360news.com/1445000/1445917/editorial-calendar-2026@2x.png | 17.4 KiB | 13.1 KiB |
Law360 div#navbar-center > div.navbar-center-left > a > img | static.law360news.com/images/law360-logo-2021.png | 13.4 KiB | 12.5 KiB |
Blue promo that reads Law360 Pulse 2026 AI Survey div.right-column > div.promotional > a > img.img-responsive | assets.law360news.com/2454000/2454764/ai_survey-core_right@2x.png | 16.1 KiB | 12.1 KiB |
Promo that reads 2025 Practice Groups of the Year div.in-depth-stories > div.promotional > a > img.img-responsive | assets.law360news.com/2425000/2425107/pgotys-2025-promo-core-left@2x.png | 15.8 KiB | 11.9 KiB |
Promo that reads 2025 MVPs div.in-depth-stories > div.promotional > a > img.img-responsive | assets.law360news.com/2406000/2406818/mvps2025-promo-front@2x.png | 14.0 KiB | 10.5 KiB |
Lexis Nexis div.main-app-wrapper > div#container > footer#Footer > img.pull-left | static.law360news.com/images/footer/Lexis-White.png | 10.8 KiB | 10.4 KiB |
Promo that reads 2025 Law360 Regional Powerhouses div.col-md-5 > div.promotional > a > img.img-responsive | assets.law360news.com/2378000/2378897/powerhouse-promo-left@2x.png | 13.4 KiB | 9.8 KiB |
Julie Maurer li.hnews > div.mugshot > figure > img.img-responsive | /2465000/2465724/d5aea4b3b66a8d1f08a004897b12f9dd4b62526a... | 7.8 KiB | 6.8 KiB |
Corporate Responsibility: Racial Equality div.right-column > div.ad > a > img.img-responsive | assets.law360news.com/1509000/1509367/commitment-racial-equality@2x.png | 9.0 KiB | 6.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 |
|---|---|---|
| /assets/responsive-next-80fe0ee1983db84ab676b3e9696189741... | 378.7 KiB | 618 ms |
| cdn.cookielaw.org/consent/e84eaf2a-776d-4c82-aa6b-f01a22f98238/OtAutoBlock.js | 3.6 KiB | 259 ms |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 9.1 KiB | 56 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| law360.com/ | 484 ms |
| www.law360.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Top Stories
Justices Won't Move Mich. Pipeline Suit To Federal Court
By Keith … div#Next > div.row > div.col-md-8 > div.col-md-7 | 0.388 |
MrBeast Executive Fired For Taking Maternity Leave, Suit Says
By Patrick Hoff
… div.container-fluid > div#Next > div.row > div.col-md-8 | 0.214 |
INTELLECTUAL PROPERTY SECURITIES BANKRUPTCY COMPETITION EMPLOYMENT WHITE COLLAR… div#container > header#Masthead > div#navigation_new > div.sections-menu | 0.001 |
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.
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 |
|---|---|---|
| /assets/responsive-next-80fe0ee1983db84ab676b3e9696189741... | 378.3 KiB | 361.5 KiB |
| 21.3 KiB | 18.6 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /assets/responsive-8542c9f1ea3f5dd34373d6d35189ed9daf767b... | 177.8 KiB | 120.0 KiB |
| static.law360news.com/assets/packs/js/turbo-8f64b7bc561970a7b1ce.js | 96.3 KiB | 82.5 KiB |
| cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js | 126.9 KiB | 66.5 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 | |
|---|---|
A white man with reddish hair is shown from the chest up smiling up at somethin… div.col-md-12 > div.hmedia > figure > img.img-responsive | /2468000/2468456/a73a188eba3657bd3b1c76bf2bca602f5bbef8c0... |
Large red letters spelling out the company name Enbridge appear on the white fa… li.hnews > div.hmedia > figure > img.img-responsive | /2454000/2454836/89efbbb1f849467dc3afe2cd67dd588999d21033... |
A building featuring slats outside the window li.hnews > div.hmedia > figure > img.img-responsive | /2467000/2467615/6a76d0b07eaf2a4812008b9490047fb94244dd39... |
Image that reads 2026 Editorial Calendar div.right-column > div.ad > a > img.img-responsive | assets.law360news.com/1445000/1445917/editorial-calendar-2026@2x.png |
Promo that reads Guide to Trump's Judicial Picks with a map showing the number … div.col-md-5 > div.promotional > a > img.img-responsive | assets.law360news.com/2337000/2337603/trump2-guide-judicial-picks-left@2x.png |
Promo that reads Law360 Pulse Associate Salary and Bonus Tracker with an image … div.col-md-5 > div.promotional > a > img.img-responsive | assets.law360news.com/2265000/2265481/associates-salary-tracker-core@2x.png |
Blue promo that reads Law360 Pulse 2026 AI Survey div.right-column > div.promotional > a > img.img-responsive | assets.law360news.com/2454000/2454764/ai_survey-core_right@2x.png |
Promo that reads Law360 Pulse Leaderboard div.in-depth-stories > div.promotional > a > img.img-responsive | assets.law360news.com/2402000/2402168/leaderboard-promo-core@2x.png |
Promo that reads 2025 MVPs div.in-depth-stories > div.promotional > a > img.img-responsive | assets.law360news.com/2406000/2406818/mvps2025-promo-front@2x.png |
Promo that reads Law360 Pulse Compensation Report div.in-depth-stories > div.promotional > a > img.img-responsive | assets.law360news.com/2408000/2408029/comp-core@2x.png |
Law360 div#navbar-center > div.navbar-center-left > a > img | static.law360news.com/images/law360-logo-2021.png |
Promo that reads 2025 Practice Groups of the Year div.in-depth-stories > div.promotional > a > img.img-responsive | assets.law360news.com/2425000/2425107/pgotys-2025-promo-core-left@2x.png |
Promo that reads 2025 Law360 Regional Powerhouses div.col-md-5 > div.promotional > a > img.img-responsive | assets.law360news.com/2378000/2378897/powerhouse-promo-left@2x.png |
Corporate Responsibility: Racial Equality div.right-column > div.ad > a > img.img-responsive | assets.law360news.com/1509000/1509367/commitment-racial-equality@2x.png |
Lexis Nexis div.main-app-wrapper > div#container > footer#Footer > img.pull-left | static.law360news.com/images/footer/Lexis-White.png |
Christopher Pickett li.hnews > div.mugshot > figure > img.img-responsive | /2466000/2466581/bbfcc796ace30c55d005c55d577b176470144aef... |
Julie Maurer li.hnews > div.mugshot > figure > img.img-responsive | /2465000/2465724/d5aea4b3b66a8d1f08a004897b12f9dd4b62526a... |
Amelia Sanchez li.hnews > div.mugshot > figure > img.img-responsive | /2462000/2462618/85a6c2d25b251bd086618f1a4a5c55218f1ff250... |
Stefanie Jackman li.hnews > div.mugshot > figure > img.img-responsive | /2463000/2463716/7b418128bdb9ea92d0dcbdb663122f1beb001dce... |
Arie Feltman-Frank li.hnews > div.mugshot > figure > img.img-responsive | /2463000/2463768/074918078942d088f2d01dbe49a2c3335a51a029... |
RELX Group div.main-app-wrapper > div#container > footer#Footer > img.pull-right | static.law360news.com/images/footer/RELX-White.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
form#SearchField > div.input-group > div.input-group-btn > button#btnSearchResults form#SearchField > div.input-group > div.input-group-btn > button#btnSearchResults |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.row > div#sponsor_zone_1 > div > img div.row > div#sponsor_zone_1 > div > img |
div.in-depth-stories > div#sponsor_zone_4 > div > img div.in-depth-stories > div#sponsor_zone_4 > div > img |
div.right-column > div#sponsor_zone_2 > div > img div.right-column > div#sponsor_zone_2 > div > img |
div.right-column > div#sponsor_zone_3 > div > img div.right-column > div#sponsor_zone_3 > div > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
nav.navbar-authority > div#navbar-center > div.navbar-center-left > a.open-menu-options nav.navbar-authority > div#navbar-center > div.navbar-center-left > a.open-menu-options |
div.col-md-5 > div.promotional > p.promotional > a div.col-md-5 > div.promotional > p.promotional > a |
div.col-md-5 > div.promotional > p.promotional > a div.col-md-5 > div.promotional > p.promotional > a |
div.col-md-5 > div.promotional > p.promotional > a div.col-md-5 > div.promotional > p.promotional > a |
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.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Top Stories div.col-md-8 > div.col-md-7 > div.top-stories > h5 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
(read more) li.hnews > div.lead-story > p.entry-content-ts > a |
(read more) li.hnews > div.lead-story > p.entry-content-ts > a |
(read more) ul > li.hnews > div.entry-content > a |
(read more) ul > li.hnews > div.entry-content > a |
(read more) ul > li.hnews > div.entry-content > a |
(read more) ul > li.hnews > div.entry-content > a |
(read more) ul > li.hnews > div.entry-content > a |
These are opportunities to improve the legibility of your content.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cookie Policy. div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
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) | |
|---|---|---|---|
Law360 Tax Authority ul.list-group > li.list-group-item > a > img | static.law360news.com/images/law360-tax-authority-logo-2021-bold.png | 1023 x 35 (29.23) | 1023 x 200 (5.12) |
Law360 - The Newswire for Business Lawyers div.container-fluid > div.mobile-logo > a > img | static.law360news.com/images/law360-logo-2021.png | 806 x 30 (26.87) | 806 x 200 (4.03) |
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Cookie Settings div#container > footer#Footer > p.copyright > a.ot-cookie-manager |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.row > div#sponsor_zone_1 > div > img div.row > div#sponsor_zone_1 > div > img |
div.in-depth-stories > div#sponsor_zone_4 > div > img div.in-depth-stories > div#sponsor_zone_4 > div > img |
div.right-column > div#sponsor_zone_2 > div > img div.right-column > div#sponsor_zone_2 > div > img |
div.right-column > div#sponsor_zone_3 > div > img div.right-column > div#sponsor_zone_3 > div > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback