Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Room to improve — your 36.8s load time is above Google's 2.5s 'Good' threshold.
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.
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.
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 24.6 MB (7.2 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 link(s) with no accessible text
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/421aecbc-9cc4-4e28-b36f-c847727ba596)<a href="https://beavercheck.com/results/421aecbc-9cc4-4e28-b36f-c847727ba596"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fnewsday.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fnewsday.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 36.8s 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.
6 barrier(s) likely increasing bounce by ~32%.
Page takes 36.8s to load
+12% bounceUsers abandon at ~3s — you're 34.3s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 16.8s
+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
10 form field(s) without a label
+6% 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
6 broken link(s) on the page
+5% 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.
€425 investment → €1.67/month returns + EUR 120,500,000 risk avoided
€425
5h · 5 findings
€1.67 /mo
~€20 / year
EUR 120,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.
5.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,020 / year if left unfixed
€120,500,000
+10 more
€1.67 /mo
22606.4 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.
6.04 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
36.83 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
16.81 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.062
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
17.41 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.
56.46 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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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=Lato:wght@400;900&family=Work+Sans:wght@700&... | 685 B | 152 ms |
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 | |
|---|---|---|---|
div.headlines > a.default > figure.img > img div.headlines > a.default > figure.img > img | /_next/image?url=https%3A%2F%2Fcdn.newsday.com%2Fimage-se... | 50.3 KiB | 15.1 KiB |
div.h-scroll > a.headline-item > figure.img > img div.h-scroll > a.headline-item > figure.img > img | /_next/image?url=https%3A%2F%2Fcdn.newsday.com%2Fimage-se... | 7.8 KiB | 5.9 KiB |
Read Today's Paper section#eEdition-promo > div#promoPaper > a.nd-link > img.cover-image | /_next/image?url=http%3A%2F%2Fedition.pagesuite-professio... | 10.1 KiB | 5.7 KiB |
Read Today's Paper section#eEdition-promo > div#promoPaper > a.paper-cover > img.cover-image | /_next/image?url=http%3A%2F%2Fedition.pagesuite-professio... | 8.8 KiB | 4.1 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| newsday.com/ | 772 ms |
| www.newsday.com/ | 0.0 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| static.newsday.com/nd-user/nd_user_ace.bundle.js?v=newsday-prod-20260416150145 | 101.7 KiB | 76.0 KiB |
| widgets.sports.gracenote.com/featureSwitches.jsonp | 15.5 KiB | 6.4 KiB |
| cdn.cookielaw.org/opt-out/otCCPAiab.js | 5.9 KiB | 2.6 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.ck4hkyq3myt6.com/prod/newsday/t8y9347t.min.css?2026321 | 48.7 KiB | 48.7 KiB |
| 22.4 KiB | 20.0 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
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 | 23.7 s |
| Style & Layout | 5.4 s |
| Other | 4.1 s |
| Script Parsing & Compilation | 1.9 s |
| Garbage Collection | 1.4 s |
| Parse HTML & CSS | 608 ms |
| Rendering | 484 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
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 |
|---|---|---|
| cdn.ck4hkyq3myt6.com/prod/newsday/t8y9347t.min.css?2026321 | 49.2 KiB | 5.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 | |
|---|---|
section#Crossword-HP-Promo > a.headline-item > figure.img > img section#Crossword-HP-Promo > a.headline-item > figure.img > img | assets.projects.newsday.com/games/nd-cw-promo-2.jpg |
section#Mahjongg-HP-Promo > a.headline-item > figure.img > img section#Mahjongg-HP-Promo > a.headline-item > figure.img > img | assets.projects.newsday.com/games/mahjongg-promo.jpg |
Dangerous Roads div.mod-head > a.nd-link > h2.img-head > img | assets.projects.newsday.com/dangerous-roads/dangerous-roads-label-small.svg |
section#foot > p > a.nd-link > img section#foot > p > a.nd-link > img | assets.projects.newsday.com/logos/privacy-choices.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.
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.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
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.mobile > img#06db9294 body.mobile > img#06db9294 |
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 |
|---|
44° header#head > div#trending-list > section.weather > a.weather |
Nassau gang crackdown leads to 35 arrests
The people arrested included alleged… section#Homepage-Top-Stories > div.headlines > div.headline-item > a |
ONLY IN NEWSDAY
State strikes down LI districts' transgender bathroom policies
… div.primary > section#Homepage-Top-Stories > div.headlines > a.headline-item |
0:17
SPCA offers $2G reward to find driver 'deliberately striking' geese in Suf… div.primary > section#Homepage-Top-Stories > div.headlines > a.headline-item |
Resorts World casino at Aqueduct to offer 240 table games with live dealers nex… div.primary > section#Homepage-Top-Stories > div.headlines > a.headline-item |
East Hampton considers barring police from cooperating with ICE
4:50 pm2m read div.primary > section#Homepage-Top-Stories > div.headlines > a.headline-item |
NewsdayTV reporter Shari Einhorn details cancer battle: 'My diagnosis completel… div.primary > section#Vertical-video-slot > div.headlines > a.default |
PBA files lawsuit against city's police watchdog agency over complaints
4:17 pm… div.primary > section#Vertical-video-slot > div.headlines > a.default |
LI town expands tax exemption
4:59 pm1m read div.primary > section#Vertical-video-slot > div.headlines > a.default |
Hauppauge solar energy installer files for bankruptcy protection
5:03 pm3m read div.primary > section#Vertical-video-slot > div.headlines > a.default |
Trump says the US will extend its ceasefire with Iran at Pakistan's request
Pr… div.primary > section#War-Stories > div.headlines > a.default |
U.S. forces board a sanctioned oil tanker in the Indian Ocean, the Pentagon say… div.primary > section#War-Stories > div.headlines > a.default |
Mideast crises divide Europe as it grapples with rising fuel costs and policy t… div.primary > section#War-Stories > div.headlines > a.default |
U.S. military pushes for boost in 2027 spending on drones and air defenses used… div.primary > section#War-Stories > div.headlines > a.default |
Worker severely injured at Great Neck construction site
3:58 pm1m read div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
ONLY IN NEWSDAY
Planes zooming overhead? Not a problem for these LI homebuyers.… div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
Conservationists alarmed over Endangered Species Act changes
5:36 pm2m read div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
'The greatest gift': How a 60th birthday dinner led to a lifesaving kidney tran… div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
Soto to return to Mets on Wednesday
4:24 pm1m read div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
FIRST IN NEWSDAY
Suffolk school district names new superintendent
1m read div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
ONLY IN NEWSDAY
Large social media meetups that turn violent challenging for po… div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
0:19
91 luxury apartments opening, with golf simulator, podcast studio
3m read div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
ONLY IN NEWSDAY
LI family fighting hospital to prevent tests that could declare… div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
NBC commits a foul on Knicks fans with timeout score bug snafu
1m read div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
Harvey Weinstein's rape retrial opens in New York, the third time this case has… div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
1:10
ONLY IN NEWSDAY
New 'Chopped'-style competition series comes to LI
3m read div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
ONLY IN NEWSDAY
Federal judge rebukes ICE's arrest tactics in 2 LI cases
2m read div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
FIRST IN NEWSDAY
Michael DelGuidice opening new LI music venue in May
2m read div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
NYS businesses, including on LI, could recover billions in tariff refunds
2m re… div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
Fairy Festival returns: See what's new at the magical fest
Experience the magi… section#Things-To-Do > div.headlines > div.default > a |
Meal deals start at $24 at new LI eateries for a limited time
1m read div.primary > section#Things-To-Do > div.headlines > a.default |
Not far afield: 4 tulip festivals for a colorful day trip
2m read div.primary > section#Things-To-Do > div.headlines > a.default |
Thrifting in the Hudson Valley: Shop secondhand stores for a spring day trip
5m… div.primary > section#Things-To-Do > div.headlines > a.default |
This candy outsold the Easter Bunny at some LI shops
4m read div.primary > section#Things-To-Do > div.headlines > a.default |
ONLY IN NEWSDAY
23 LI schools flagged for poor academic performance
Two school… section#LI-Favorites > div.headlines > div.sec > a |
FIRST IN NEWSDAY
After 45 years, King Kullen to close Nassau supermarket
2m read div.secondary > section#LI-Favorites > div.headlines > a.sec |
FIRST IN NEWSDAY
Town OKs Verizon FIOS deal
1m read div.secondary > section#LI-Favorites > div.headlines > a.sec |
30 years ago his wife gave him a kidney. Today they are still counting their bl… div.secondary > section#LI-Favorites > div.headlines > a.sec |
CARTOONS
See Matt Davies' latest cartoon
Davies is Newsday Opinion's cartoonis… div.secondary > section#Opinion-Top-Stories > div.headlines > a.sec_opinion |
THE POINT
For D'Esposito, there's no place like home
5:09 pm4m read div.secondary > section#Opinion-Top-Stories > div.headlines > a.sec_opinion |
COMMENTARY
Why MAGA takes the evangelical vote for granted
3m read div.secondary > section#Opinion-Top-Stories > div.headlines > a.sec_opinion |
COMMENTARY
Logic demands an Iran deal. Will Trump's fantasies allow one?
4m read div.secondary > section#Opinion-Top-Stories > div.headlines > a.sec_opinion |
Gilgo Beach serial killer told ex-wife he killed 7 of 8 victims at their LI hom… section#Long-Island-Top-Stories > div.headlines > div.headline-item > a |
Warsh says he got no pressure from Trump to cut rates even as president publicl… div.primary > section#Long-Island-Top-Stories > div.headlines > a.headline-item |
2:00
FIRST IN NEWSDAY
John Gotti's grandson sentenced to prison for $1.1M COVID… div.primary > section#Long-Island-Top-Stories > div.headlines > a.headline-item |
Two LI water districts tap into grants, bonding for upgrades
1m read div.primary > section#Long-Island-Top-Stories > div.headlines > a.headline-item |
Having a disco ball: LI fans are keeping the beat alive
3m read div.primary > section#Long-Island-Top-Stories > div.headlines > a.headline-item |
Jan! Jan! Jan! 'Brady Bunch' star Eve Plumb talks her new memoir ahead of LI ev… div.primary > section#Long-Island-Top-Stories > div.headlines > a.headline-item |
Democrat Cherfilus-McCormick of Florida resigns before the House can sanction h… div.primary > section#Nation-World > div.headlines > a.default |
New York sues Coinbase and Gemini, seeking to halt unlicensed prediction market… div.primary > section#Nation-World > div.headlines > a.default |
Flu vaccine no longer mandated for US troops, Hegseth says
5:26 pm2m read div.primary > section#Nation-World > div.headlines > a.default |
Deadly domestic violence cases stir calls for more prevention resources for Bla… div.primary > section#Nation-World > div.headlines > a.default |
Trump and other top Republicans will read passages in a marathon Bible event
5:… div.primary > section#Nation-World > div.headlines > a.default |
Contests & Sweepstakes
Enter Newsday contests and sweepstakes to win cash priz… section.front > div.secondary > section#Homepage-Promo-1 > a.headline-item |
Soto to return to Mets on Wednesday
Juan Soto returns at a time when the Mets,… section#Sports-Top-Stories > div.headlines > div.basic-module > a |
Five things to watch in the first Yankees-Red Sox series of the season
3m read div.primary > section#Sports-Top-Stories > div.headlines > a.basic-module |
Popper: Can this Knicks team regain control of series vs. Hawks?
58 mins ago3m … div.primary > section#Sports-Top-Stories > div.headlines > a.basic-module |
Red Storm land 7-footer from Serbia
5:12 pm div.primary > section#Sports-Top-Stories > div.headlines > a.basic-module |
NEWSDAY INVESTIGATES
How an LI nurse claimed to vaccinate kids for years after … section#Watchdog > div.headlines > div.default > a |
3:25
NEWSDAY INVESTIGATES
Names of Blakeman's armed volunteer deputies revealed… div.primary > section#Watchdog > div.headlines > a.default |
13:49
NEWSDAY INVESTIGATES
LI nursing homes fined more than $500G for violation… div.primary > section#Watchdog > div.headlines > a.default |
1:54
DANGEROUS ROADS
They've tried for years to fix Route 110. People keep dyin… div.primary > section#Watchdog > div.headlines > a.default |
Popular eatery closes temporarily due to liquor license snag
1m read section.front > div.primary > section#Feed-Me > a.headline |
2 new Korean restaurants open in LI hamlet
2m read section.front > div.primary > section#Feed-Me > a.headline |
New LI sweet shop meets growing gluten-free demand
2m read section.front > div.primary > section#Feed-Me > a.headline |
Roundup: Softball, baseball, lacrosse, flag football and badminton
A look at n… div.secondary > section#HS-Sports > div.headlines > a.sec |
Discover Award-Winning Videos
Unmatched storytelling that’s visually stunning … section.front > div.secondary > section#Homepage-Promo-2 > a.headline-item |
Share your experiences on LI's dangerous roads
What do you see traveling on th… div.secondary > section#NextLI > div.headlines > a.sec |
Long Island's 50 Best Restaurants
Get the ultimate guide for Long Island food … section.front > div.secondary > section#Homepage-Promo-3 > a.headline-item |
ONLY IN NEWSDAY
Venerable LI diner gets shoutout on CBS series
2m read div.secondary > section#Entertainment > div.headlines > a.sec_noimage |
From Paul Reiser to 'Coco' at Staller Center this fall
1m read div.secondary > section#Entertainment > div.headlines > a.sec_noimage |
ONLY IN NEWSDAY
Prince has been gone for 10 years. Do you remember his amazing … div.secondary > section#Entertainment > div.headlines > a.sec_noimage |
'The Pitt': 3 takeaways from the second season
3m read div.secondary > section#Entertainment > div.headlines > a.sec_noimage |
What's coming to Engeman? A Stephen King thriller, more
1m read div.secondary > section#Entertainment > div.headlines > a.sec_noimage |
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) | |
|---|---|---|---|
Read Today's Paper section#eEdition-promo > div#promoPaper > a.nd-link > img.cover-image | /_next/image?url=http%3A%2F%2Fedition.pagesuite-professio... | 100 x 112 (0.89) | 148 x 180 (0.82) |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | cdn.a3kvau184uea.com/prod/newsday/fp.min.js?2026321 line 7, col 55748 |
| Topics | /prebid/9.19.0.js?fork=1&v=bf6611fc0393cee6578a23c9bb5689... line 15, col 33062 |
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
| Link destination | Link Text |
|---|---|
| /services/newsday-llc-privacy-policy-fasg61nc | More information |
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.mobile > img#06db9294 body.mobile > img#06db9294 |
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.50 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.50 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.02 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.121
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.85 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.41 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.
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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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.
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 | |
|---|---|---|---|
div.default > a > figure.img > img div.default > a > figure.img > img | /_next/image?url=https%3A%2F%2Fcdn.newsday.com%2Fimage-se... | 80.8 KiB | 70.6 KiB |
div.sec > a > figure.img > img div.sec > a > figure.img > img | /_next/image?url=https%3A%2F%2Fcdn.newsday.com%2Fimage-se... | 53.8 KiB | 43.8 KiB |
div.headlines > a.default > figure.img > img div.headlines > a.default > figure.img > img | /_next/image?url=https%3A%2F%2Fcdn.newsday.com%2Fimage-se... | 50.3 KiB | 40.9 KiB |
div.headlines > a.sec_opinion > figure.img > img div.headlines > a.sec_opinion > figure.img > img | /_next/image?url=https%3A%2F%2Fcdn.newsday.com%2Fimage-se... | 50.1 KiB | 40.8 KiB |
figure.vdx > div.video > div.videoPoster > img figure.vdx > div.video > div.videoPoster > img | /_next/image?url=https%3A%2F%2Fcdn.newsday.com%2Fimage-se... | 41.0 KiB | 37.9 KiB |
section#Crossword-HP-Promo > a.headline-item > figure.img > img section#Crossword-HP-Promo > a.headline-item > figure.img > img | assets.projects.newsday.com/games/nd-cw-promo-2.jpg | 30.5 KiB | 27.9 KiB |
section#Mahjongg-HP-Promo > a.headline-item > figure.img > img section#Mahjongg-HP-Promo > a.headline-item > figure.img > img | assets.projects.newsday.com/games/mahjongg-promo.jpg | 29.6 KiB | 27.1 KiB |
body > div#google_image_div > a#aw0 > img.img_ad body > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/7868032209057921136 | 32.6 KiB | 21.9 KiB |
div.headline-item > a > figure.img > img div.headline-item > a > figure.img > img | /_next/image?url=https%3A%2F%2Fcdn.newsday.com%2Fimage-se... | 24.2 KiB | 19.7 KiB |
figure.vdx > div.video > div.videoPoster > img figure.vdx > div.video > div.videoPoster > img | /_next/image?url=https%3A%2F%2Fcdn.newsday.com%2Fimage-se... | 23.2 KiB | 18.9 KiB |
div.h-scroll > a.headline-item > figure.img > img div.h-scroll > a.headline-item > figure.img > img | /_next/image?url=https%3A%2F%2Fcdn.newsday.com%2Fimage-se... | 7.8 KiB | 5.9 KiB |
Read Today's Paper section#eEdition-promo > div#promoPaper > a.nd-link > img.cover-image | /_next/image?url=http%3A%2F%2Fedition.pagesuite-professio... | 8.0 KiB | 4.7 KiB |
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 |
|---|---|
| /css2?family=Lato:wght@400;900&family=Work+Sans:wght@700&... | 665 B |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
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 |
|---|---|
| newsday.com/ | 220 ms |
| www.newsday.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 |
|---|---|
SUBSCRIBE
25¢ for 6 months
Your Island. Your Community. Your News.
Unlimited D… body.desktop > div#__next > div.desk-toaster-container | 0.112 |
TOP STORIES
Nassau gang crackdown leads to 35 arrests
The people arrested incl… body.desktop > div#__next > main.front-main > section.front | 0.009 |
This website uses tracking technologies to enable our website functionalities, … body.desktop > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.004 |
This website uses tracking technologies to enable our website functionalities, … body.desktop > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.002 |
This website uses tracking technologies to enable our website functionalities, … body.desktop > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.002 |
This website uses tracking technologies to enable our website functionalities, … body.desktop > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
This website uses tracking technologies to enable our website functionalities, … body.desktop > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
This website uses tracking technologies to enable our website functionalities, … body.desktop > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
This website uses tracking technologies to enable our website functionalities, … body.desktop > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
This website uses tracking technologies to enable our website functionalities, … body.desktop > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
Things to Do div.sub-nav > div.container > nav#nav > a.things-to-do | 0.000 |
| 0.000 | |
Updated 9 minutes ago 35 arrested in gang crackdown ... Driver 'deliberately' h… div.secondary > div.ndtv-module > section#ndtv-module > p | 0.000 |
Newsday header#masthead > div.container > a.logo | 0.000 |
head > link head > link | 0.000 |
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.
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.8 s |
| Style & Layout | 1.7 s |
| Script Parsing & Compilation | 471 ms |
| Garbage Collection | 425 ms |
| Rendering | 222 ms |
| Parse HTML & CSS | 148 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
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 |
|---|---|---|
| cdn.ck4hkyq3myt6.com/prod/newsday/t8y9347t.min.css?2026321 | 49.2 KiB | 5.3 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| static.newsday.com/nd-user/nd_user_ace.bundle.js?v=newsday-prod-20260416150145 | 101.7 KiB | 76.0 KiB |
| widgets.sports.gracenote.com/featureSwitches.jsonp | 15.5 KiB | 6.4 KiB |
| cdn.cookielaw.org/opt-out/otCCPAiab.js | 5.8 KiB | 2.6 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.ck4hkyq3myt6.com/prod/newsday/t8y9347t.min.css?2026321 | 48.7 KiB | 48.7 KiB |
| 22.4 KiB | 19.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
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 | |
|---|---|
section#Crossword-HP-Promo > a.headline-item > figure.img > img section#Crossword-HP-Promo > a.headline-item > figure.img > img | assets.projects.newsday.com/games/nd-cw-promo-2.jpg |
section#Mahjongg-HP-Promo > a.headline-item > figure.img > img section#Mahjongg-HP-Promo > a.headline-item > figure.img > img | assets.projects.newsday.com/games/mahjongg-promo.jpg |
Dangerous Roads div.mod-head > a.nd-link > h2.img-head > img | assets.projects.newsday.com/dangerous-roads/dangerous-roads-label-small.svg |
section#foot > p > a.nd-link > img section#foot > p > a.nd-link > img | assets.projects.newsday.com/logos/privacy-choices.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.
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.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.primary > section#Vertical-videos > div.vertical-video-modal > button.close-btn div.primary > section#Vertical-videos > div.vertical-video-modal > button.close-btn |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
div.headline-row > div.buttons > div.listen-button > button div.headline-row > div.buttons > div.listen-button > button |
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.desktop > img#06db9294 body.desktop > img#06db9294 |
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 |
|---|
44° header#head > div#trending-list > section.weather > a.weather |
Nassau gang crackdown leads to 35 arrests
The people arrested included alleged… section#Homepage-Top-Stories > div.headlines > div.headline-item > a |
ONLY IN NEWSDAY
State strikes down LI districts' transgender bathroom policies
… div.primary > section#Homepage-Top-Stories > div.headlines > a.headline-item |
0:17
SPCA offers $2G reward to find driver 'deliberately striking' geese in Suf… div.primary > section#Homepage-Top-Stories > div.headlines > a.headline-item |
Resorts World casino at Aqueduct to offer 240 table games with live dealers nex… div.primary > section#Homepage-Top-Stories > div.headlines > a.headline-item |
East Hampton considers barring police from cooperating with ICE
4:50 pm2m read div.primary > section#Homepage-Top-Stories > div.headlines > a.headline-item |
NewsdayTV reporter Shari Einhorn details cancer battle: 'My diagnosis completel… div.primary > section#Vertical-video-slot > div.headlines > a.default |
PBA files lawsuit against city's police watchdog agency over complaints
4:17 pm… div.primary > section#Vertical-video-slot > div.headlines > a.default |
LI town expands tax exemption
4:59 pm1m read div.primary > section#Vertical-video-slot > div.headlines > a.default |
Hauppauge solar energy installer files for bankruptcy protection
5:03 pm3m read div.primary > section#Vertical-video-slot > div.headlines > a.default |
Trump says the US will extend its ceasefire with Iran at Pakistan's request
Pr… div.primary > section#War-Stories > div.headlines > a.default |
U.S. forces board a sanctioned oil tanker in the Indian Ocean, the Pentagon say… div.primary > section#War-Stories > div.headlines > a.default |
Mideast crises divide Europe as it grapples with rising fuel costs and policy t… div.primary > section#War-Stories > div.headlines > a.default |
U.S. military pushes for boost in 2027 spending on drones and air defenses used… div.primary > section#War-Stories > div.headlines > a.default |
Worker severely injured at Great Neck construction site
3:58 pm1m read div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
ONLY IN NEWSDAY
Planes zooming overhead? Not a problem for these LI homebuyers.… div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
Conservationists alarmed over Endangered Species Act changes
5:36 pm2m read div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
'The greatest gift': How a 60th birthday dinner led to a lifesaving kidney tran… div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
Soto to return to Mets on Wednesday
4:24 pm1m read div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
FIRST IN NEWSDAY
Suffolk school district names new superintendent
1m read div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
ONLY IN NEWSDAY
Large social media meetups that turn violent challenging for po… div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
0:19
91 luxury apartments opening, with golf simulator, podcast studio
3m read div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
ONLY IN NEWSDAY
LI family fighting hospital to prevent tests that could declare… div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
NBC commits a foul on Knicks fans with timeout score bug snafu
1m read div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
Harvey Weinstein's rape retrial opens in New York, the third time this case has… div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
1:10
ONLY IN NEWSDAY
New 'Chopped'-style competition series comes to LI
3m read div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
ONLY IN NEWSDAY
Federal judge rebukes ICE's arrest tactics in 2 LI cases
2m read div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
FIRST IN NEWSDAY
Michael DelGuidice opening new LI music venue in May
2m read div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
NYS businesses, including on LI, could recover billions in tariff refunds
2m re… div.primary > section#Homepage-More-Top-Stories > div.headlines > a.more_stories |
Fairy Festival returns: See what's new at the magical fest
Experience the magi… section#Things-To-Do > div.headlines > div.default > a |
Meal deals start at $24 at new LI eateries for a limited time
1m read div.primary > section#Things-To-Do > div.headlines > a.default |
Not far afield: 4 tulip festivals for a colorful day trip
2m read div.primary > section#Things-To-Do > div.headlines > a.default |
Thrifting in the Hudson Valley: Shop secondhand stores for a spring day trip
5m… div.primary > section#Things-To-Do > div.headlines > a.default |
This candy outsold the Easter Bunny at some LI shops
4m read div.primary > section#Things-To-Do > div.headlines > a.default |
ONLY IN NEWSDAY
23 LI schools flagged for poor academic performance
Two school… section#LI-Favorites > div.headlines > div.sec > a |
FIRST IN NEWSDAY
After 45 years, King Kullen to close Nassau supermarket
2m read div.secondary > section#LI-Favorites > div.headlines > a.sec |
FIRST IN NEWSDAY
Town OKs Verizon FIOS deal
1m read div.secondary > section#LI-Favorites > div.headlines > a.sec |
30 years ago his wife gave him a kidney. Today they are still counting their bl… div.secondary > section#LI-Favorites > div.headlines > a.sec |
CARTOONS
See Matt Davies' latest cartoon
Davies is Newsday Opinion's cartoonis… div.secondary > section#Opinion-Top-Stories > div.headlines > a.sec_opinion |
THE POINT
For D'Esposito, there's no place like home
5:09 pm4m read div.secondary > section#Opinion-Top-Stories > div.headlines > a.sec_opinion |
COMMENTARY
Why MAGA takes the evangelical vote for granted
3m read div.secondary > section#Opinion-Top-Stories > div.headlines > a.sec_opinion |
COMMENTARY
Logic demands an Iran deal. Will Trump's fantasies allow one?
4m read div.secondary > section#Opinion-Top-Stories > div.headlines > a.sec_opinion |
Gilgo Beach serial killer told ex-wife he killed 7 of 8 victims at their LI hom… section#Long-Island-Top-Stories > div.headlines > div.headline-item > a |
Warsh says he got no pressure from Trump to cut rates even as president publicl… div.primary > section#Long-Island-Top-Stories > div.headlines > a.headline-item |
2:00
FIRST IN NEWSDAY
John Gotti's grandson sentenced to prison for $1.1M COVID… div.primary > section#Long-Island-Top-Stories > div.headlines > a.headline-item |
Two LI water districts tap into grants, bonding for upgrades
1m read div.primary > section#Long-Island-Top-Stories > div.headlines > a.headline-item |
Having a disco ball: LI fans are keeping the beat alive
3m read div.primary > section#Long-Island-Top-Stories > div.headlines > a.headline-item |
Jan! Jan! Jan! 'Brady Bunch' star Eve Plumb talks her new memoir ahead of LI ev… div.primary > section#Long-Island-Top-Stories > div.headlines > a.headline-item |
Democrat Cherfilus-McCormick of Florida resigns before the House can sanction h… div.primary > section#Nation-World > div.headlines > a.default |
New York sues Coinbase and Gemini, seeking to halt unlicensed prediction market… div.primary > section#Nation-World > div.headlines > a.default |
Flu vaccine no longer mandated for US troops, Hegseth says
5:26 pm2m read div.primary > section#Nation-World > div.headlines > a.default |
Deadly domestic violence cases stir calls for more prevention resources for Bla… div.primary > section#Nation-World > div.headlines > a.default |
Trump and other top Republicans will read passages in a marathon Bible event
5:… div.primary > section#Nation-World > div.headlines > a.default |
Contests & Sweepstakes
Enter Newsday contests and sweepstakes to win cash priz… section.front > div.secondary > section#Homepage-Promo-1 > a.headline-item |
Soto to return to Mets on Wednesday
Juan Soto returns at a time when the Mets,… section#Sports-Top-Stories > div.headlines > div.basic-module > a |
Five things to watch in the first Yankees-Red Sox series of the season
3m read div.primary > section#Sports-Top-Stories > div.headlines > a.basic-module |
Popper: Can this Knicks team regain control of series vs. Hawks?
59 mins ago3m … div.primary > section#Sports-Top-Stories > div.headlines > a.basic-module |
Red Storm land 7-footer from Serbia
5:12 pm div.primary > section#Sports-Top-Stories > div.headlines > a.basic-module |
NEWSDAY INVESTIGATES
How an LI nurse claimed to vaccinate kids for years after … section#Watchdog > div.headlines > div.default > a |
3:25
NEWSDAY INVESTIGATES
Names of Blakeman's armed volunteer deputies revealed… div.primary > section#Watchdog > div.headlines > a.default |
13:49
NEWSDAY INVESTIGATES
LI nursing homes fined more than $500G for violation… div.primary > section#Watchdog > div.headlines > a.default |
1:54
DANGEROUS ROADS
They've tried for years to fix Route 110. People keep dyin… div.primary > section#Watchdog > div.headlines > a.default |
Popular eatery closes temporarily due to liquor license snag
1m read section.front > div.primary > section#Feed-Me > a.headline |
2 new Korean restaurants open in LI hamlet
2m read section.front > div.primary > section#Feed-Me > a.headline |
New LI sweet shop meets growing gluten-free demand
2m read section.front > div.primary > section#Feed-Me > a.headline |
Roundup: Softball, baseball, lacrosse, flag football and badminton
A look at n… div.secondary > section#HS-Sports > div.headlines > a.sec |
Discover Award-Winning Videos
Unmatched storytelling that’s visually stunning … section.front > div.secondary > section#Homepage-Promo-2 > a.headline-item |
Share your experiences on LI's dangerous roads
What do you see traveling on th… div.secondary > section#NextLI > div.headlines > a.sec |
Long Island's 50 Best Restaurants
Get the ultimate guide for Long Island food … section.front > div.secondary > section#Homepage-Promo-3 > a.headline-item |
ONLY IN NEWSDAY
Venerable LI diner gets shoutout on CBS series
2m read div.secondary > section#Entertainment > div.headlines > a.sec_noimage |
From Paul Reiser to 'Coco' at Staller Center this fall
1m read div.secondary > section#Entertainment > div.headlines > a.sec_noimage |
ONLY IN NEWSDAY
Prince has been gone for 10 years. Do you remember his amazing … div.secondary > section#Entertainment > div.headlines > a.sec_noimage |
'The Pitt': 3 takeaways from the second season
3m read div.secondary > section#Entertainment > div.headlines > a.sec_noimage |
What's coming to Engeman? A Stephen King thriller, more
1m read div.secondary > section#Entertainment > div.headlines > a.sec_noimage |
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) | |
|---|---|---|---|
Read Today's Paper section#eEdition-promo > div#promoPaper > a.nd-link > img.cover-image | /_next/image?url=http%3A%2F%2Fedition.pagesuite-professio... | 100 x 112 (0.89) | 128 x 156 (0.82) |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | cdn.a3kvau184uea.com/prod/newsday/fp.min.js?2026321 line 7, col 55748 |
| Topics | /prebid/9.19.0.js?fork=1&v=bf6611fc0393cee6578a23c9bb5689... line 15, col 33062 |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. |
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 |
|---|---|
Error: Minified React error #418; visit https://react.dev/errors/418?args[]=text&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at rD (https://www.newsday.com/_next/static/chunks/framework-493b78e0283065bc.js:1:35059)
at rF (https://www.newsday.com/_next/static/chunks/framework-493b78e0283065bc.js:1:36092)
at https://www.newsday.com/_next/static/chunks/framework-493b78e0283065bc.js:1:119593
at uC (https://www.newsday.com/_next/static/chunks/framework-493b78e0283065bc.js:1:124465)
at uS (https://www.newsday.com/_next/static/chunks/framework-493b78e0283065bc.js:1:116253)
at https://www.newsday.com/_next/static/chunks/framework-493b78e0283065bc.js:1:116037
at uw (https://www.newsday.com/_next/static/chunks/framework-493b78e0283065bc.js:1:116045)
at uc (https://www.newsday.com/_next/static/chunks/framework-493b78e0283065bc.js:1:111420)
at uZ (https://www.newsday.com/_next/static/chunks/framework-493b78e0283065bc.js:1:134558)
at MessagePort.N (https://www.newsday.com/_next/static/chunks/framework-493b78e0283065bc.js:1:184073) |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
| Link destination | Link Text |
|---|---|
| /services/newsday-llc-privacy-policy-fasg61nc | More information |
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.desktop > img#06db9294 body.desktop > img#06db9294 |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback