Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
Room to improve — your 35.2s load time is above Google's 2.5s 'Good' threshold.
Good foundation, but a few gaps could be exploited.
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.
Heavier than average — reducing page weight saves energy and bandwidth.
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.
'unsafe-eval' found in script source
Security gaps expose your site and users to attacks, eroding trust.
'unsafe-inline' found in script source
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 14.8 MB (4.3 MB transferred)
Performance issues directly impact user engagement and conversion rates.
2 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No H1 heading found
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/822609ff-5d45-4d5c-bf8a-4e51e5cf95fc)<a href="https://beavercheck.com/results/822609ff-5d45-4d5c-bf8a-4e51e5cf95fc"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Flaist.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Flaist.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 35.2s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. 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.
7 barrier(s) likely increasing bounce by ~29%.
Page takes 35.2s to load
+12% bounceUsers abandon at ~3s — you're 32.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.2s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
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 Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
15 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€510 investment → €1.00/month returns + EUR 120,500,000 risk avoided
€510
6h · 5 findings
€1.00 /mo
~€12 / year
EUR 120,500,000
if kept compliant
€85 — 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.
6.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,012 / year if left unfixed
€120,500,000
+8 more
€1.00 /mo
13457.7 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.
22.77 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
35.22 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.16 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.044
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
22.77 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.
37.11 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.
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.
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 wall with scaffolding stands in front of a hillside lined with trees and gras… div.PromoHPFeature-media > a#listi_img_feff8b010000 > picture > img.Image | /dims4/default/5ab4f0e/2147483647/strip/true/crop/4025x30... | 103.3 KiB | 85.6 KiB |
null div.BroadcastModule-content > div.BroadcastModule-media > a > img | /dims4/default/ad17cb8/2147483647/strip/false/crop/1400x1... | 84.1 KiB | 83.3 KiB |
| /resource/00000178-22b1-dfd0-a9fc-b3ff1f850000/styleguide... | 34.1 KiB | 32.8 KiB | |
An aerial view of a street with the downtown L.A. skyline in the distance. A se… div.PromoA-media > a#listd_img_ad8f89950000 > picture > img.Image | /dims4/default/0d78160/2147483647/strip/true/crop/2970x29... | 23.8 KiB | 21.6 KiB |
A man sits on the witness stand, wearing a suit and tie. He is gesturing with h… div.PromoB-media > a#img_eec7a0390000 > picture > img.Image | /dims4/default/2d5e7fc/2147483647/strip/true/crop/5953x39... | 28.8 KiB | 20.7 KiB |
A close-up of a ballot return envelope from Orange County. The left side is ora… div.PromoE-media > a#liste_img_bfdfe4a80000 > picture > img.Image | /dims4/default/80efc1f/2147483647/strip/true/crop/5712x42... | 21.0 KiB | 17.6 KiB |
A medium-light-skinned woman in a polka dot suit stands onstage in front of a d… div.PromoA-media > a#listd_img_e7ffa96b0000 > picture > img.Image | /dims4/default/be7b9a4/2147483647/strip/true/crop/2452x24... | 16.9 KiB | 14.7 KiB |
A protester wearing a red hoodie and a pink face mask pulled down gestures towa… div.PromoA-media > a#listd_img_bfde94f80000 > picture > img.Image | /dims4/default/8ea7b96/2147483647/strip/true/crop/3009x30... | 16.5 KiB | 14.4 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 |
|---|---|---|
| htlbid.com/stage/v3/laist.com/htlbid.css | 549 B | 1.1 s |
| /resource/00000178-22b1-dfd0-a9fc-b3ff1f850000/styleguide... | 257.3 KiB | 3.3 s |
| /resource/00000178-22b1-dfd0-a9fc-b3ff1f850000/styleguide... | 101.3 KiB | 4.0 s |
| laist.allegrocdp.com/client.js | 3.2 KiB | 860 ms |
| cse.google.com/cse.js?cx=66a2154514a19489e | 3.7 KiB | 839 ms |
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.
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 |
|---|---|---|
| /resource/00000178-22b1-dfd0-a9fc-b3ff1f850000/styleguide... | 101.0 KiB | 91.1 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
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 | 8.1 s |
| Other | 1.9 s |
| Script Parsing & Compilation | 900 ms |
| Style & Layout | 687 ms |
| Garbage Collection | 355 ms |
| Rendering | 117 ms |
| Parse HTML & CSS | 114 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.google.com/cse/static/element/b33cba5881f68fbf/default_v6+es.css | 9.7 KiB | 2.8 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 | |
|---|---|
null div.BroadcastModule-content > div.BroadcastModule-media > a > img | /dims4/default/ad17cb8/2147483647/strip/false/crop/1400x1... |
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 |
|---|
tbody > tr > td.gsc-search-button > button.gsc-search-button tbody > tr > td.gsc-search-button > button.gsc-search-button |
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.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Patients in ICE custody
CA lawmakers seek protections for patients
6 minutes ag… div.BriefListCarousel-container > ps-list-carousel.BriefListCarousel > div.BriefListCarousel-items-container > ul.BriefListCarousel-items |
SAT, APR 25
Go Fact Yourself LIVE with Meaghan Rath and Hrishikesh Hirway
On A… main.HomePage-main > ps-list-carousel.EventList-Carousel > div.EventList-Carousel-container > ul.EventList-Carousel-items |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Patients in ICE custody
CA lawmakers seek protections for patients
6 minutes ago ul.BriefListCarousel-items > div.flickity-viewport > div.flickity-slider > li.BriefListCarousel-items-item |
SAT, APR 25
Go Fact Yourself LIVE with Meaghan Rath and Hrishikesh Hirway
On A… ul.EventList-Carousel-items > div.flickity-viewport > div.flickity-slider > li.EventList-Carousel-items-item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
LOGIN div.Page-header-hamburger-menu-wrapper > ps-login-module.LoginModule > div.LoginModule-login-button > button.ButtonAltB |
LOGIN ps-login-module.LoginModule > div.LoginModule-login-button > button.ButtonAltB > a |
DONATE div.Page-header-content > div.Page-header-content-inner > div.Page-header-top-bar > button.Page-header-donate-button |
DONATE div.Page-header-content-inner > div.Page-header-top-bar > button.Page-header-donate-button > a.Link |
LEARN MORE ps-video-carousel-slide.VideoModuleCarousel-video > div.VideoModuleCarousel-video-cta > button.EventPromo-Carousel-cta > a.Link |
LEARN MORE ps-promo.EventPromo-Carousel > div.EventPromo-Carousel-contents > button.EventPromo-Carousel-cta > a.Link |
These items highlight common accessibility best practices.
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 |
|---|
LISTEN div.Page-header-content > div.Page-header-content-inner > div.Page-header-top-bar > button.Page-header-play-stream |
Patients in ICE custody
CA lawmakers seek protections for patients li.BriefListCarousel-items-item > ps-promo.BriefPromoCarousel > div.BriefPromoCarousel-content > a.Link |
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 |
|---|---|
| AttributionReporting | |
| Topics |
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.
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.
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.66 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.84 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
80 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.022
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.88 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.
6.09 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.
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.
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 wall with scaffolding stands in front of a hillside lined with trees and gras… div.PromoHPFeature-media > a#listi_img_feff8b010000 > picture > img.Image | /dims4/default/26ecc39/2147483647/strip/true/crop/4032x22... | 286.4 KiB | 245.1 KiB |
div.PromoC-media > a#lista_conflict-in-the-middle-east_img_f7dfebd60000 > picture > img.Image div.PromoC-media > a#lista_conflict-in-the-middle-east_img_f7dfebd60000 > picture > img.Image | /dims4/default/732ec4c/2147483647/strip/true/crop/5415x36... | 202.9 KiB | 188.6 KiB |
div.PromoC-media > a#lista_conflict-in-the-middle-east_img_ac4fc4950000 > picture > img.Image div.PromoC-media > a#lista_conflict-in-the-middle-east_img_ac4fc4950000 > picture > img.Image | /dims4/default/966d4fe/2147483647/strip/true/crop/1024x68... | 155.5 KiB | 143.9 KiB |
null div.BroadcastModule-content > div.BroadcastModule-media > a > img | /dims4/default/ad17cb8/2147483647/strip/false/crop/1400x1... | 84.1 KiB | 83.3 KiB |
div.PromoC-media > a#lista_conflict-in-the-middle-east_img_f66340f60000 > picture > img.Image div.PromoC-media > a#lista_conflict-in-the-middle-east_img_f66340f60000 > picture > img.Image | /dims4/default/f91a996/2147483647/strip/true/crop/1024x68... | 78.6 KiB | 72.7 KiB |
A man crouches on the beach, while black smoke rises from the hillside behind h… div.PromoB-media > a#img_9fe7cdef0000 > picture > img.Image | /dims4/default/edc0823/2147483647/strip/true/crop/4926x32... | 76.0 KiB | 59.3 KiB |
A man sits on the witness stand, wearing a suit and tie. He is gesturing with h… div.PromoB-media > a#img_eec7a0390000 > picture > img.Image | /dims4/default/ac12cc9/2147483647/strip/true/crop/5961x39... | 71.0 KiB | 53.3 KiB |
An aerial view of a street with the downtown L.A. skyline in the distance. A se… div.PromoA-media > a#listd_img_ad8f89950000 > picture > img.Image | /dims4/default/8a0e835/2147483647/strip/true/crop/3960x29... | 53.1 KiB | 51.4 KiB |
| /resource/00000178-22b1-dfd0-a9fc-b3ff1f850000/styleguide... | 34.1 KiB | 32.8 KiB | |
A purple flower tree known as jacarandas sits in front of building. ps-video-carousel-slide.VideoModuleCarousel-video > div.VideoModuleCarousel-video-media > picture > img.Image | /dims4/default/704ff14/2147483647/strip/true/crop/1080x19... | 57.1 KiB | 30.0 KiB |
A protester wearing a red hoodie and a pink face mask pulled down gestures towa… div.PromoA-media > a#listd_img_bfde94f80000 > picture > img.Image | /dims4/default/a381b96/2147483647/strip/true/crop/4012x30... | 30.7 KiB | 29.1 KiB |
A close-up of a ballot return envelope from Orange County. The left side is ora… div.PromoE-media > a#liste_img_bfdfe4a80000 > picture > img.Image | /dims4/default/1040c33/2147483647/strip/true/crop/5712x42... | 31.6 KiB | 26.3 KiB |
A medium-light-skinned woman in a polka dot suit stands onstage in front of a d… div.PromoA-media > a#listd_img_e7ffa96b0000 > picture > img.Image | /dims4/default/0af48ae/2147483647/strip/true/crop/3269x24... | 27.9 KiB | 26.2 KiB |
The iconic King Taco sign at the original Cypress Park location, which opened i… div.PromoA-media > a#listd_img_b28c7ad40000 > picture > img.Image | /dims4/default/b51637e/2147483647/strip/true/crop/4000x30... | 23.2 KiB | 21.6 KiB |
FILE - A 4-year-old girl in a pink shirt puts together a puzzle with purple pie… div.PromoA-media > a#listd_img_adbff6b70000 > picture > img.Image | /dims4/default/bee211b/2147483647/strip/true/crop/5547x41... | 21.3 KiB | 19.6 KiB |
Two people walk toward the entrance of a building labeled "State of California … div.PromoA-media > a#listd_img_f7f3ec520000 > picture > img.Image | /dims4/default/293a7db/2147483647/strip/true/crop/1777x13... | 17.0 KiB | 15.7 KiB |
Woman's image superimposed on a beach background on a cloudy day with yellow na… ps-video-carousel-slide.VideoModuleCarousel-video > div.VideoModuleCarousel-video-media > picture > img.Image | /dims4/default/297a522/2147483647/strip/true/crop/1080x19... | 38.0 KiB | 10.9 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 |
|---|---|---|
| htlbid.com/stage/v3/laist.com/htlbid.css | 544 B | 557 ms |
| /resource/00000178-22b1-dfd0-a9fc-b3ff1f850000/styleguide... | 257.3 KiB | 280 ms |
| /resource/00000178-22b1-dfd0-a9fc-b3ff1f850000/styleguide... | 101.3 KiB | 479 ms |
| cse.google.com/cse.js?cx=66a2154514a19489e | 4.0 KiB | 292 ms |
| laist.allegrocdp.com/client.js | 3.2 KiB | 271 ms |
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.
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 |
|---|---|---|
| /resource/00000178-22b1-dfd0-a9fc-b3ff1f850000/styleguide... | 101.0 KiB | 86.2 KiB |
| www.google.com/cse/static/element/dc329f57de078f5d/default_v6+es.css | 11.9 KiB | 11.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
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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 641 ms | 508 ms | 67 ms |
| Unattributable | 433 ms | 27 ms | 0.0 ms |
| /resource/00000178-22b1-dfd0-a9fc-b3ff1f850000/styleguide... | 262 ms | 136 ms | 21 ms |
| laist.com/ | 191 ms | 3.5 ms | 0.4 ms |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 158 ms | 132 ms | 13 ms |
| htlbid.com/v3/laist.com/htlbid.js | 147 ms | 136 ms | 7.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-585PL29 | 132 ms | 110 ms | 16 ms |
| scripts.clarity.ms/0.8.60-beta/clarity.js | 125 ms | 109 ms | 2.6 ms |
| www.googletagmanager.com/gtag/js?id=G-H6D08X5BY8&cx=c>m=4e64k1 | 71 ms | 51 ms | 9.2 ms |
| cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js | 68 ms | 63 ms | 0.9 ms |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 67 ms | 56 ms | 5.0 ms |
| /prod/1.19.14-y0ptsc/prebid-analytics.980e6134af0dbb700d9... | 52 ms | 38 ms | 0.3 ms |
| www.googletagmanager.com/gtag/js?id=G-XGZ99F1SED&cx=c>m=4e64k1 | 50 ms | 42 ms | 8.4 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
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.2 s |
| Other | 506 ms |
| Script Parsing & Compilation | 241 ms |
| Style & Layout | 205 ms |
| Garbage Collection | 119 ms |
| Rendering | 44 ms |
| Parse HTML & CSS | 30 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.google.com/cse/static/element/dc329f57de078f5d/default_v6+es.css | 12.0 KiB | 3.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 | |
|---|---|
null div.BroadcastModule-content > div.BroadcastModule-media > a > img | /dims4/default/ad17cb8/2147483647/strip/false/crop/1400x1... |
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 |
|---|
tbody > tr > td.gsc-search-button > button.gsc-search-button tbody > tr > td.gsc-search-button > button.gsc-search-button |
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.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SAT, APR 25
Go Fact Yourself LIVE with Meaghan Rath and Hrishikesh Hirway
On A… main.HomePage-main > ps-list-carousel.EventList-Carousel > div.EventList-Carousel-container > ul.EventList-Carousel-items |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SAT, APR 25
Go Fact Yourself LIVE with Meaghan Rath and Hrishikesh Hirway
On A… ul.EventList-Carousel-items > div.flickity-viewport > div.flickity-slider > li.EventList-Carousel-items-item |
SUN, APR 26
CicLAvia—West LA
Experience Los Angeles in a whole new way at CicL… ul.EventList-Carousel-items > div.flickity-viewport > div.flickity-slider > li.EventList-Carousel-items-item |
SAT, MAY 2
Night at the Library: A Century of Light
Celebrate a century of lig… ul.EventList-Carousel-items > div.flickity-viewport > div.flickity-slider > li.EventList-Carousel-items-item |
THU, MAY 7
Wild Card with Rachel Martin LIVE
Wild Card with Rachel Martin is t… ul.EventList-Carousel-items > div.flickity-viewport > div.flickity-slider > li.EventList-Carousel-items-item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
LOGIN div.Page-header-hamburger-menu-wrapper > ps-login-module.LoginModule > div.LoginModule-login-button > button.ButtonAltB |
LOGIN ps-login-module.LoginModule > div.LoginModule-login-button > button.ButtonAltB > a |
DONATE div.Page-header-content > div.Page-header-content-inner > div.Page-header-top-bar > button.Page-header-donate-button |
DONATE div.Page-header-content-inner > div.Page-header-top-bar > button.Page-header-donate-button > a.Link |
LEARN MORE ps-video-carousel-slide.VideoModuleCarousel-video > div.VideoModuleCarousel-video-cta > button.EventPromo-Carousel-cta > a.Link |
LEARN MORE ps-video-carousel-slide.VideoModuleCarousel-video > div.VideoModuleCarousel-video-cta > button.EventPromo-Carousel-cta > a.Link |
LEARN MORE ps-video-carousel-slide.VideoModuleCarousel-video > div.VideoModuleCarousel-video-cta > button.EventPromo-Carousel-cta > a.Link |
LEARN MORE ps-promo.EventPromo-Carousel > div.EventPromo-Carousel-contents > button.EventPromo-Carousel-cta > a.Link |
LEARN MORE ps-promo.EventPromo-Carousel > div.EventPromo-Carousel-contents > button.EventPromo-Carousel-cta > a.Link |
LEARN MORE ps-promo.EventPromo-Carousel > div.EventPromo-Carousel-contents > button.EventPromo-Carousel-cta > a.Link |
LEARN MORE ps-promo.EventPromo-Carousel > div.EventPromo-Carousel-contents > button.EventPromo-Carousel-cta > a.Link |
These items highlight common accessibility best practices.
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 |
|---|
LISTEN div.Page-header-content > div.Page-header-content-inner > div.Page-header-top-bar > button.Page-header-play-stream |
Patients in ICE custody
CA lawmakers seek protections for patients li.BriefListCarousel-items-item > ps-promo.BriefPromoCarousel > div.BriefPromoCarousel-content > a.Link |
Masked ICE agents
Appeals court strikes down CA ban on masked agents li.BriefListCarousel-items-item > ps-promo.BriefPromoCarousel > div.BriefPromoCarousel-content > a.Link |
OC's 'voting dog'
Woman pleads guilty, faces jail time for stunt li.BriefListCarousel-items-item > ps-promo.BriefPromoCarousel > div.BriefPromoCarousel-content > a.Link |
UC admission
How more CA students to top UCs impacts taxpayers li.BriefListCarousel-items-item > ps-promo.BriefPromoCarousel > div.BriefPromoCarousel-content > a.Link |
Wildlife crossing
101 Freeway wildlife crossing to open this winter li.BriefListCarousel-items-item > ps-promo.BriefPromoCarousel > div.BriefPromoCarousel-content > a.Link |
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 |
|---|---|
| AttributionReporting | |
| 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
Performance issues directly impact user engagement and conversion rates.
| Description |
|---|
Framing 'https://www.google.com/' violates the following report-only Content Security Policy directive: "frame-ancestors 'self'". The violation has been logged, but no further action has been taken.
|
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.
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.
Send Feedback