Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Room to improve — your 7.3s 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.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
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.
Page weighs 13.1 MB (4.3 MB transferred)
Performance issues directly impact user engagement and conversion rates.
2 image(s) missing alt attribute
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/bcf367df-48e4-43c5-95fb-b898256ef5b6)<a href="https://beavercheck.com/results/bcf367df-48e4-43c5-95fb-b898256ef5b6"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fmiamiherald.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fmiamiherald.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 7.3s 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.
10 barrier(s) likely increasing bounce by ~33%.
Page takes 7.3s to load
+12% bounceUsers abandon at ~3s — you're 4.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 4.9s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
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
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, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
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.
$500 investment → $5,532/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$5,532 /mo
~$66,384 / year
USD 157,500
if kept compliant
$150 — 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.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,513 / year if left unfixed
$157,500
+5 more
$1.07 /mo
13406.0 MB/mo × 0.080 USD/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.
4.52 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.34 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.85 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.106
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
13.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.
37.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.
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.
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 |
|---|---|---|
| /css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&fa... | 1.8 KiB | 819 ms |
| cmp.osano.com/16A0CuTCdGtXx3A1C/ec63760f-40b0-4c2c-b76a-e71dda7f148e/osano.js | 103.4 KiB | |
| www.miamiherald.com/zloysinb-o/miamiheraldcore.js | 36.9 KiB | 451 ms |
| www.miamiherald.com/wps/build/webpack/css/mi-styles.c759c39774ad6d697a46.css | 44.7 KiB | 602 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
head > link head > link | images.mediago.io/ML/e2ff3328e496fba5d837af5b2b1f2719__scv1__622x368.webp | 360.1 KiB | 352.6 KiB |
DeSantis administration disputes findings of Herald series on elder protection article#secondary-story-3 > figure > a.image-link-macro > img | /public/latest-news/ixrwuu/picture314923598/alternates/LA... | 120.7 KiB | 81.9 KiB |
Fewer condos and houses are for sale in Miami and Broward. Prices could change article#secondary-story-6 > figure > a.image-link-macro > img | /public/latest-news/dbp0z4/picture315483110/alternates/LA... | 108.7 KiB | 73.2 KiB |
Florida opens criminal probe into ChatGPT’s alleged role in planning FSU shooti… article#secondary-story-5 > figure > a.image-link-macro > img | /public/latest-news/z9yx0q/picture313294651/alternates/LA... | 61.7 KiB | 41.6 KiB |
Rep. Cherfilus-McCormick resigns ahead of high-stakes ethics sanctions article#primary-content > figure > a.image-link-macro > img | /public/latest-news/gc1i2q/picture315204827/alternates/LA... | 56.1 KiB | 37.8 KiB |
Men accused in Miami Gardens execution-style murders reject a deal. What’s next? article#secondary-story-7 > figure > a.image-link-macro > img | /public/latest-news/a6ptyc/picture315483304/alternates/LA... | 53.5 KiB | 36.0 KiB |
Man smiles as judge issues a life sentence for prison cellmate’s stabbing article#secondary-story-4 > figure > a.image-link-macro > img | /public/latest-news/6s8r8n/picture315484501/alternates/LA... | 37.2 KiB | 25.0 KiB |
Miami police, fire chiefs say $450M bond could fix leaky roofs, mold in stations article#secondary-story-2 > figure > a.image-link-macro > img | /public/latest-news/xhdemm/picture315483132/alternates/LA... | 34.4 KiB | 23.2 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| miamiherald.com/ | 1.0 s |
| www.miamiherald.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 |
|---|---|
LATEST NEWS
Get the latest updates on the Jeffrey Epstein investigation with ne… body.wps-body-main > section.grid > div.digest | 0.051 |
POLITICS
Rep. Cherfilus-McCormick resigns ahead of high-stakes ethics sanctions… body.wps-body-main > section.grid | 0.046 |
LATEST NEWS
Get the latest updates on the Jeffrey Epstein investigation with ne… body.wps-body-main > section.grid > div.digest | 0.006 |
Advertisement div#zoneContainer > div#zone-el-2 > div.htlad-web-top-banner > div#web-top-banner | 0.003 |
LATEST NEWS
Get the latest updates on the Jeffrey Epstein investigation with ne… body.wps-body-main > section.grid > div.digest | 0.003 |
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 |
|---|---|---|
| www.miamiherald.com/wps/build/webpack/css/mi-styles.c759c39774ad6d697a46.css | 44.1 KiB | 41.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
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 | 11.5 s |
| Other | 2.4 s |
| Style & Layout | 759 ms |
| Script Parsing & Compilation | 714 ms |
| Garbage Collection | 311 ms |
| Rendering | 156 ms |
| Parse HTML & CSS | 118 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 | |
|---|---|
body.wps-body-main > footer.footer > div.item > img.footer-logo body.wps-body-main > footer.footer > div.item > img.footer-logo | www.miamiherald.com/wps/source/images/mcm-logo.png |
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.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Home
Customer Service
Stay Connected
Read today's Edition
Miami-Dade Favorites
… div.newMastheadContainer > header#mastheadVueContainer > div.paper > nav#main-nav |
Miami.com div.paper > nav#main-nav > a.row > div#menu-17 |
Detour Travel div.paper > nav#main-nav > a.row > div#menu-18 |
Florida Keys News div.paper > nav#main-nav > a.row > div#menu-19 |
El Nuevo Herald div.paper > nav#main-nav > a.row > div#menu-20 |
Miami-Dade Favorites div.paper > nav#main-nav > a.row > div#menu-21 |
Coral Springs News div.paper > nav#main-nav > a.row > div#menu-22 |
Miramar News div.paper > nav#main-nav > a.row > div#menu-23 |
Pembroke Pines News div.paper > nav#main-nav > a.row > div#menu-24 |
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.
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 |
|---|
div.flag > div.flag-row > div.flag-menu > button#menu-toggle div.flag > div.flag-row > div.flag-menu > button#menu-toggle |
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 |
|---|
body.wps-body-main > footer.footer > div.item > img.footer-logo body.wps-body-main > footer.footer > div.item > img.footer-logo |
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.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Topics | micro.rubiconproject.com/prebid/dynamic/21666.js line 25, col 84959 |
| AttributionReporting | cdn.taboola.com/libtrc/unip/1563813/tfa.js line 2, col 82365 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 451 () |
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.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
To appear in search results, crawlers need access to your app.
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 |
|---|
body.wps-body-main > footer.footer > div.item > img.footer-logo body.wps-body-main > footer.footer > div.item > img.footer-logo |
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.34 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.10 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
373 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.076
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.92 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.
9.95 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.
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.
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 | |
|---|---|---|---|
New medical school to open in South Miami-Dade. How it will impact jobs and care article#secondary-story-11 > figure > a.image-link-macro > img | /public/latest-news/aym6qx/picture315475435/alternates/LA... | 1.2 MiB | 1.2 MiB |
Why a judge refused to block UF from shutting down College Republicans chapter article#secondary-story-8 > figure > a.image-link-macro > img | /public/latest-news/brlpmg/picture314551405/alternates/LA... | 596.1 KiB | 586.3 KiB |
DeSantis administration disputes findings of Herald series on elder protection article#secondary-story-3 > figure > a.image-link-macro > img | /public/latest-news/ixrwuu/picture314923598/alternates/LA... | 120.7 KiB | 110.9 KiB |
The Mountains Are Calling: These Two Nomadik Boxes Are 35% Off With Discount Co… article.card > figure > a.image-link-macro > img | /public/incoming/cz7rc5/picture315483454/alternates/LANDS... | 116.7 KiB | 107.1 KiB |
div#google_image_div > a#aw0 > amp-img.img_ad > img.i-amphtml-fill-content div#google_image_div > a#aw0 > amp-img.img_ad > img.i-amphtml-fill-content | tpc.googlesyndication.com/daca_images/simgad/10921563769913320920 | 136.7 KiB | 102.5 KiB |
Fewer condos and houses are for sale in Miami and Broward. Prices could change article#secondary-story-6 > figure > a.image-link-macro > img | /public/latest-news/dbp0z4/picture315483110/alternates/LA... | 108.7 KiB | 99.7 KiB |
Denise Richards Breaks Silence on Ex Patrick Muldoon's Death article.card > figure > a.image-link-macro > img | /public/incoming/usu5na/picture315486580/alternates/LANDS... | 90.1 KiB | 82.7 KiB |
Venezuela sends key terror suspect to Panama 32 years after deadly plane bombing article#secondary-story-9 > figure > a.image-link-macro > img | /public/latest-news/xk95nh/picture315479605/alternates/LA... | 80.3 KiB | 73.7 KiB |
div#google_image_div > a#aw0 > amp-img.img_ad > img.i-amphtml-fill-content div#google_image_div > a#aw0 > amp-img.img_ad > img.i-amphtml-fill-content | tpc.googlesyndication.com/daca_images/simgad/5760511811787153411 | 85.7 KiB | 64.3 KiB |
Florida opens criminal probe into ChatGPT’s alleged role in planning FSU shooti… article#secondary-story-5 > figure > a.image-link-macro > img | /public/latest-news/z9yx0q/picture313294651/alternates/LA... | 61.7 KiB | 56.6 KiB |
South Florida wife of an American remains in ICE custody despite case dismissal article#secondary-story-10 > figure > a.image-link-macro > img | /public/latest-news/6zm57k/picture315091582/alternates/LA... | 59.3 KiB | 54.4 KiB |
| /proxy/sb6m9ie6bWhoTI2jyT-_IfEwYH_rRA7fpa8NkZZT6MDw3TmvlR... | 57.3 KiB | 52.4 KiB | |
Men accused in Miami Gardens execution-style murders reject a deal. What’s next? article#secondary-story-7 > figure > a.image-link-macro > img | /public/latest-news/a6ptyc/picture315483304/alternates/LA... | 53.5 KiB | 49.1 KiB |
body > div.GoogleActiveViewElement > a > img body > div.GoogleActiveViewElement > a > img | /creative20/p/806/2024/3/28/56067178/b6ee1b80-0b3d-4f5e-9... | 49.5 KiB | 38.8 KiB |
Man smiles as judge issues a life sentence for prison cellmate’s stabbing article#secondary-story-4 > figure > a.image-link-macro > img | /public/latest-news/6s8r8n/picture315484501/alternates/LA... | 37.2 KiB | 34.1 KiB |
Rep. Cherfilus-McCormick resigns ahead of high-stakes ethics sanctions article#primary-content > figure > a.image-link-macro > img | /public/latest-news/gc1i2q/picture315204827/alternates/LA... | 56.1 KiB | 34.1 KiB |
Miami police, fire chiefs say $450M bond could fix leaky roofs, mold in stations article#secondary-story-2 > figure > a.image-link-macro > img | /public/latest-news/xhdemm/picture315483132/alternates/LA... | 34.4 KiB | 31.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 |
|---|---|---|
| /css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&fa... | 1.8 KiB | 270 ms |
| www.miamiherald.com/zloysinb-o/miamiheraldcore.js | 36.9 KiB | 81 ms |
| www.miamiherald.com/wps/build/webpack/css/mi-styles.c759c39774ad6d697a46.css | 44.7 KiB | 81 ms |
| cmp.osano.com/16A0CuTCdGtXx3A1C/ec63760f-40b0-4c2c-b76a-e71dda7f148e/osano.js | 103.4 KiB |
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 |
|---|---|
| miamiherald.com/ | 478 ms |
| www.miamiherald.com/ | 0.0 ms |
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 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 | 3.4 s |
| Other | 685 ms |
| Style & Layout | 248 ms |
| Script Parsing & Compilation | 235 ms |
| Garbage Collection | 94 ms |
| Parse HTML & CSS | 54 ms |
| Rendering | 52 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 |
|---|---|---|
| www.miamiherald.com/wps/build/webpack/css/mi-styles.c759c39774ad6d697a46.css | 44.1 KiB | 41.6 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 | |
|---|---|
body.wps-body-main > footer.footer > div.item > img.footer-logo body.wps-body-main > footer.footer > div.item > img.footer-logo | www.miamiherald.com/wps/source/images/mcm-logo.png |
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.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Home
Customer Service
Stay Connected
Read today's Edition
Miami-Dade Favorites
… div.newMastheadContainer > header#mastheadVueContainer > div.paper > nav#main-nav |
Miami.com div.paper > nav#main-nav > a.row > div#menu-17 |
Detour Travel div.paper > nav#main-nav > a.row > div#menu-18 |
Florida Keys News div.paper > nav#main-nav > a.row > div#menu-19 |
El Nuevo Herald div.paper > nav#main-nav > a.row > div#menu-20 |
Miami-Dade Favorites div.paper > nav#main-nav > a.row > div#menu-21 |
Coral Springs News div.paper > nav#main-nav > a.row > div#menu-22 |
Miramar News div.paper > nav#main-nav > a.row > div#menu-23 |
Pembroke Pines News div.paper > nav#main-nav > a.row > div#menu-24 |
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
76°F div.flag-row > div.flag-weather > div.row > a |
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.
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 |
|---|
div.flag > div.flag-row > div.flag-menu > button#menu-toggle div.flag > div.flag-row > div.flag-menu > button#menu-toggle |
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 |
|---|
body.wps-body-main > footer.footer > div.item > img.footer-logo body.wps-body-main > footer.footer > div.item > img.footer-logo |
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.
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 |
|---|
Read today's Edition div.flag > div.flag-row > div.flag-eedition > a |
76°F div.flag-row > div.flag-weather > div.row > a |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Topics | micro.rubiconproject.com/prebid/dynamic/21666.js line 25, col 84959 |
| AttributionReporting | cdn.taboola.com/libtrc/unip/1563813/tfa.js line 2, col 82365 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 451 () |
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.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
To appear in search results, crawlers need access to your app.
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 |
|---|
body.wps-body-main > footer.footer > div.item > img.footer-logo body.wps-body-main > footer.footer > div.item > img.footer-logo |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback