Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Room to improve — your 21.9s 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.
Strong compliance posture across regulations.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
'unsafe-eval' found in script source
Security gaps expose your site and users to attacks, eroding trust.
'unsafe-inline' found in script source
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 158.0 MB (133.1 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/6632fc71-5b9d-4bb9-87c6-bc1466d96c8c)<a href="https://beavercheck.com/results/6632fc71-5b9d-4bb9-87c6-bc1466d96c8c"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fnydailynews.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fnydailynews.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 21.9s 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.
8 barrier(s) likely increasing bounce by ~32%.
Page takes 21.9s to load
+12% bounceUsers abandon at ~3s — you're 19.4s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 35.4s
+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
1 form field(s) without a label
+2% 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
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
4 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.
$500 investment → $33/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$33 /mo
~$402 / 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,158 / month at risk
~$157,902 / year if left unfixed
$157,500
+9 more
$33 /mo
418704.8 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.
10.81 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
21.94 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
35.39 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.193
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
34.81 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.
102.44 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
If You're Collecting Under $3950 In SS a Month: You're Eligible for These 10 Di… figure > a > div.image-wrapper > img | /image/fetch/w_765,h_510,c_pad,f_auto/http://de9a11s35xj3... | 111.3 KiB | 99.4 KiB |
FILE - The Junction Blvd. subway station near Roosevelt Ave. in Queens is pictu… figure > a > div.image-wrapper > img.size-hp_large | www.nydailynews.com/wp-content/uploads/2026/04/DNFL-P6-20230514-074737.jpg?w=736 | 76.2 KiB | 59.7 KiB |
Back Issues div.promotion-widget > div.promotion-child > a.promotion-widget-image > img | www.nydailynews.com/wp-content/uploads/2025/06/83-back.jpg | 55.7 KiB | 51.9 KiB |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... | 44.0 KiB | 43.5 KiB |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... | 41.0 KiB | 40.5 KiB |
Page Prints div.promotion-widget > div.promotion-child > a.promotion-widget-image > img | www.nydailynews.com/wp-content/uploads/2025/06/page-prints2.jpg | 43.0 KiB | 40.1 KiB |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... | 39.3 KiB | 38.8 KiB |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... | 38.8 KiB | 38.3 KiB |
Loading div > div > div.voltax-mp-video-player-wrapper > div.voltax-mp-loader-screen | /image/upload/video/thumbnail/mmplus/01knw53a34avhcdqqr9m... | 186.0 KiB | 36.0 KiB |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... | 31.2 KiB | 30.9 KiB |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... | 29.7 KiB | 29.4 KiB |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... | 29.0 KiB | 28.6 KiB |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... | 27.6 KiB | 27.3 KiB |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... | 27.6 KiB | 27.2 KiB |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... | 27.2 KiB | 26.8 KiB |
Daily Solitaire div.promotion-widget > div.promotion-child > a.promotion-widget-image > img | /simgad/13338134441490922946?sqp=uqWu0g0HCEsQ4ANAZA&rs=AO... | 29.3 KiB | 26.7 KiB |
| /th?id=OADD2.8108948835916_18TS81G2LD598T6S7R&pid=21.2&c=... | 45.6 KiB | 26.2 KiB | |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... | 24.6 KiB | 24.3 KiB |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... | 23.8 KiB | 23.5 KiB |
head > link head > link | s.adroll.com/a/MNJ/S3Q/MNJS3QEHN5FHNKRH34IFQO.jpg | 32.9 KiB | 22.2 KiB |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... | 21.4 KiB | 21.2 KiB |
Plaques div.promotion-widget > div.promotion-child > a.promotion-widget-image > img | www.nydailynews.com/wp-content/uploads/2025/06/7QAMNY243-1.jpg | 21.6 KiB | 20.2 KiB |
Students are pictured on the first day of school in Queens, New York, on Thursd… figure > a > div.image-wrapper > img.size-hp_small | /wp-content/uploads/2025/09/54765375389_b19e62151d_o.jpg?... | 16.2 KiB | 14.8 KiB |
New York Knicks guard Jalen Brunson (11) fights for control of the ball with At… figure > a > div.image-wrapper > img.size-hp_small | www.nydailynews.com/wp-content/uploads/2026/04/AP26111119636729.jpg?w=398 | 15.9 KiB | 14.5 KiB |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... | 14.2 KiB | 14.1 KiB |
Books div.promotion-widget > div.promotion-child > a.promotion-widget-image > img | www.nydailynews.com/wp-content/uploads/2025/06/7QAMNY244.jpg | 8.3 KiB | 7.8 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| nydailynews.com/ | 756 ms |
| www.nydailynews.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 Now
51°F
Tuesday, April 21st 2026
Daily News e-Edition
Evening e-Ed… body.home > div#page | 0.096 |
Subscribe Now
51°F
Tuesday, April 21st 2026
Daily News e-Edition
Evening e-Ed… body.home > div#page | 0.096 |
Featured
Man killed by train after falling from Queens 7 subway platform
No. 7 … body.home > div#page > div#content > div#primary | 0.048 |
Featured
Man killed by train after falling from Queens 7 subway platform
No. 7 … body.home > div#page > div#content > div#primary | 0.048 |
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 |
|---|---|---|
| /wp-content/themes/assets/static/css/measuredvibrant.css?... | 99.7 KiB | 84.7 KiB |
| engage.nydailynews.com/prod/dfm/t8y9347t.min.css?2026321 | 34.3 KiB | 34.3 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 | 82.8 s |
| Other | 24.6 s |
| Style & Layout | 6.8 s |
| Rendering | 4.2 s |
| Script Parsing & Compilation | 3.3 s |
| Garbage Collection | 1.6 s |
| Parse HTML & CSS | 655 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 |
| An iframe on the page started a navigation that did not complete. | Not 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 |
|---|---|---|
| engage.nydailynews.com/prod/dfm/t8y9347t.min.css?2026321 | 50.3 KiB | 5.5 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 |
|---|---|---|
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 40.2 KiB | 12.7 KiB |
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 40.2 KiB | 12.7 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 | |
|---|---|
If You're Collecting Under $3950 In SS a Month: You're Eligible for These 10 Di… figure > a > div.image-wrapper > img | /image/fetch/w_765,h_510,c_pad,f_auto/http://de9a11s35xj3... |
Page Prints div.promotion-widget > div.promotion-child > a.promotion-widget-image > img | www.nydailynews.com/wp-content/uploads/2025/06/page-prints2.jpg |
Books div.promotion-widget > div.promotion-child > a.promotion-widget-image > img | www.nydailynews.com/wp-content/uploads/2025/06/7QAMNY244.jpg |
Plaques div.promotion-widget > div.promotion-child > a.promotion-widget-image > img | www.nydailynews.com/wp-content/uploads/2025/06/7QAMNY243-1.jpg |
Back Issues div.promotion-widget > div.promotion-child > a.promotion-widget-image > img | www.nydailynews.com/wp-content/uploads/2025/06/83-back.jpg |
Daily Solitaire div.promotion-widget > div.promotion-child > a.promotion-widget-image > img | /wp-content/uploads/2023/09/Screen-Shot-2023-02-13-at-2.1... |
Daily Sudoku div.promotion-widget > div.promotion-child > a.promotion-widget-image > img | /wp-content/uploads/2023/09/Screen-Shot-2023-02-13-at-2.1... |
Jumble Daily div.promotion-widget > div.promotion-child > a.promotion-widget-image > img | /wp-content/uploads/2023/09/Screen-Shot-2023-02-13-at-2.1... |
Daily Crossword div.promotion-widget > div.promotion-child > a.promotion-widget-image > img | /wp-content/uploads/2023/09/Screen-Shot-2023-02-13-at-2.1... |
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.
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 |
|---|
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
body.home > img#06db9294 body.home > img#06db9294 |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.voltax-mp-placeholder > iframe#mplayer-aps-friendly-iframe-0-YENd-GtJh-UYGc-IoCN div.voltax-mp-placeholder > iframe#mplayer-aps-friendly-iframe-0-YENd-GtJh-UYGc-IoCN |
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 |
|---|
SPONSORED CONTENT div#Native_Top > section#ntv1229153-0-27095 > h2.entry-title > a |
If You're Collecting Under $3950 In SS a Month: You're Eligible for These 10 Di… div.article-info > header > h3.entry-title > a.article-title |
SILVERPENNY div.article-info > div.excerpt > span.ntv-byline > a.author-name |
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
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. | |
| Topics | htlbid.com/v3/nydailynews.com/htlbid.js?ver=6.9.4 line 1, col 39235 |
| SharedStorage | h689.nydailynews.com/script.js line 62, col 205 |
| 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 |
|---|---|
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: the server responded with a status of 400 () | |
/_static/??-eJylzLEKgDAMBNAf0gZFWhzE1d+oWkqkjWJS9POtk7jqd... line 1, col 310220 | ReferenceError: google is not defined
at https://www.nydailynews.com/_static/??-eJylzLEKgDAMBNAf0gZFWhzE1d+oWkqkjWJS9POtk7jqdHDcPTi2clpJHAlsIXkkhki+nNEjp5GBxQpOr05Fi6TGRHNwauECvhj5QO6Uv0weowQXc/JfK+Fgb2B/oD52lTHatLrR9XIBv8ZxJw==:2:310221
at https://www.nydailynews.com/_static/??-eJylzLEKgDAMBNAf0gZFWhzE1d+oWkqkjWJS9POtk7jqdHDcPTi2clpJHAlsIXkkhki+nNEjp5GBxQpOr05Fi6TGRHNwauECvhj5QO6Uv0weowQXc/JfK+Fgb2B/oD52lTHatLrR9XIBv8ZxJw==:2:31682
at Generator.<anonymous> (https://www.nydailynews.com/_static/??-eJylzLEKgDAMBNAf0gZFWhzE1d+oWkqkjWJS9POtk7jqdHDcPTi2clpJHAlsIXkkhki+nNEjp5GBxQpOr05Fi6TGRHNwauECvhj5QO6Uv0weowQXc/JfK+Fgb2B/oD52lTHatLrR9XIBv8ZxJw==:2:28443)
at Generator.next (https://www.nydailynews.com/_static/??-eJylzLEKgDAMBNAf0gZFWhzE1d+oWkqkjWJS9POtk7jqdHDcPTi2clpJHAlsIXkkhki+nNEjp5GBxQpOr05Fi6TGRHNwauECvhj5QO6Uv0weowQXc/JfK+Fgb2B/oD52lTHatLrR9XIBv8ZxJw==:2:30391)
at t (https://www.nydailynews.com/_static/??-eJylzLEKgDAMBNAf0gZFWhzE1d+oWkqkjWJS9POtk7jqdHDcPTi2clpJHAlsIXkkhki+nNEjp5GBxQpOr05Fi6TGRHNwauECvhj5QO6Uv0weowQXc/JfK+Fgb2B/oD52lTHatLrR9XIBv8ZxJw==:2:37235)
at s (https://www.nydailynews.com/_static/??-eJylzLEKgDAMBNAf0gZFWhzE1d+oWkqkjWJS9POtk7jqdHDcPTi2clpJHAlsIXkkhki+nNEjp5GBxQpOr05Fi6TGRHNwauECvhj5QO6Uv0weowQXc/JfK+Fgb2B/oD52lTHatLrR9XIBv8ZxJw==:2:37437)
at https://www.nydailynews.com/_static/??-eJylzLEKgDAMBNAf0gZFWhzE1d+oWkqkjWJS9POtk7jqdHDcPTi2clpJHAlsIXkkhki+nNEjp5GBxQpOr05Fi6TGRHNwauECvhj5QO6Uv0weowQXc/JfK+Fgb2B/oD52lTHatLrR9XIBv8ZxJw==:2:37496
at new Promise (<anonymous>)
at https://www.nydailynews.com/_static/??-eJylzLEKgDAMBNAf0gZFWhzE1d+oWkqkjWJS9POtk7jqdHDcPTi2clpJHAlsIXkkhki+nNEjp5GBxQpOr05Fi6TGRHNwauECvhj5QO6Uv0weowQXc/JfK+Fgb2B/oD52lTHatLrR9XIBv8ZxJw==:2:37378
at https://www.nydailynews.com/_static/??-eJylzLEKgDAMBNAf0gZFWhzE1d+oWkqkjWJS9POtk7jqdHDcPTi2clpJHAlsIXkkhki+nNEjp5GBxQpOr05Fi6TGRHNwauECvhj5QO6Uv0weowQXc/JfK+Fgb2B/oD52lTHatLrR9XIBv8ZxJw==:2:310637 |
/wp-content/plugins/mng-cache-control/Src/assets/dist/mng... line 7, col 39 | TypeError: Cannot read properties of null (reading 'querySelector')
at initialize (https://www.nydailynews.com/wp-content/plugins/mng-cache-control/Src/assets/dist/mng-cache-control-adminbar.js?ver=0.2.1:8:40)
at MNG_Cache_Control_AdminBar (https://www.nydailynews.com/wp-content/plugins/mng-cache-control/Src/assets/dist/mng-cache-control-adminbar.js?ver=0.2.1:101:3)
at HTMLDocument.<anonymous> (https://www.nydailynews.com/wp-content/plugins/mng-cache-control/Src/assets/dist/mng-cache-control-adminbar.js?ver=0.2.1:107:7) |
www.googletagmanager.com/gtm.js?id=GTM-TLFP4R line 274, col 503 | Uncaught [object Object] |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
body.home > img#06db9294 body.home > img#06db9294 |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
The Last Thing That Made Me Want To Do A Cartwheel div > div.voltax-mp-controls-wrapper > div.voltax-mp-title-bar > a.voltax-mp-content-league-title |
League background div.voltax-mp-container-in-place > div > div.voltax-mp-title-bar > a.voltax-mp-content-league-title |
To appear in search results, crawlers need access to your app.
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.77 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.05 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.57 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.118
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.16 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.
18.33 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.
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.
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.
| URL | Est Savings |
|---|---|
| /npm/bootstrap-icons@1.5.0/font/fonts/bootstrap-icons.wof... | 20 ms |
| s.ntv.io/font/click-out-icon.ttf?sjshwd | 15 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 | |
|---|---|---|---|
FILE - The Junction Blvd. subway station near Roosevelt Ave. in Queens is pictu… figure > div.image-wrapper > a > img.size-article_feature | /wp-content/uploads/2026/04/DNFL-P6-20230514-074737.jpg?w... | 250.7 KiB | 235.4 KiB |
| cdn.pathtosuccess.global/DV_GlobalPassback_Update_970x250.jpg | 114.7 KiB | 75.2 KiB | |
Back Issues div.promotion-widget > div.promotion-child > a.promotion-widget-image > img | www.nydailynews.com/wp-content/uploads/2025/06/83-back.jpg | 55.7 KiB | 52.7 KiB |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... | 44.0 KiB | 42.4 KiB |
Page Prints div.promotion-widget > div.promotion-child > a.promotion-widget-image > img | www.nydailynews.com/wp-content/uploads/2025/06/page-prints2.jpg | 43.0 KiB | 40.7 KiB |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... | 41.0 KiB | 39.3 KiB |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... | 39.3 KiB | 37.7 KiB |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... | 38.8 KiB | 37.2 KiB |
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster | /videos/video_thumb/XL/IfF5FxCh8osR1HiaOP07UQJUE20lmnEZ.j... | 35.5 KiB | 35.0 KiB |
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster | /videos/video_thumb/XL/5jryPArFlVz9YXuX0kVUB9zpaHGZxc3k.j... | 33.0 KiB | 32.5 KiB |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... | 31.2 KiB | 30.0 KiB |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... | 29.7 KiB | 28.6 KiB |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... | 29.0 KiB | 27.8 KiB |
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster | /videos/video_thumb/XL/Ajnammrl6nd1y1JmsZid3suLQkyPx6RU.j... | 27.5 KiB | 27.1 KiB |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... | 27.6 KiB | 26.5 KiB |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... | 27.6 KiB | 26.5 KiB |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... | 27.2 KiB | 26.1 KiB |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... | 24.6 KiB | 23.6 KiB |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... | 23.8 KiB | 22.9 KiB |
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster | /videos/video_thumb/XL/XM9LRfc16343uh0R2RXskVwIieJUpEbp.j... | 21.8 KiB | 21.4 KiB |
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster | /videos/video_thumb/XL/lx2nfJP2DeJTw1kGV7AZgahYqhks4DRI.j... | 21.4 KiB | 21.1 KiB |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... | 21.4 KiB | 20.6 KiB |
Plaques div.promotion-widget > div.promotion-child > a.promotion-widget-image > img | www.nydailynews.com/wp-content/uploads/2025/06/7QAMNY243-1.jpg | 21.6 KiB | 20.5 KiB |
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster | /videos/video_thumb/XL/4rIbGTe075IM06Bjj7Jr9LhY3QNLVJrg.j... | 19.1 KiB | 18.8 KiB |
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster | /videos/video_thumb/XL/TfWP2RfovAzOt36areYgtIMcqPMNc5td.j... | 18.1 KiB | 17.8 KiB |
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster | /videos/video_thumb/XL/udxvqq9cege44EIdu5rGicxRxNjSZ9LT.j... | 18.0 KiB | 17.7 KiB |
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster | /videos/video_thumb/XL/I4Qwzo5cmw8cfYANk5xsmcYmaN4UggDC.j... | 17.1 KiB | 16.8 KiB |
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster | /videos/video_thumb/XL/B3dRqoUE0pMxfWTSqQQdXQDfBPTokl1T.j... | 14.3 KiB | 14.1 KiB |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... | 14.2 KiB | 13.7 KiB |
Books div.promotion-widget > div.promotion-child > a.promotion-widget-image > img | www.nydailynews.com/wp-content/uploads/2025/06/7QAMNY244.jpg | 8.3 KiB | 7.9 KiB |
Jumble Daily div.promotion-widget > div.promotion-child > a.promotion-widget-image > img | /wp-content/uploads/2023/09/Screen-Shot-2023-02-13-at-2.1... | 6.6 KiB | 4.3 KiB |
Daily Sudoku div.promotion-widget > div.promotion-child > a.promotion-widget-image > img | /wp-content/uploads/2023/09/Screen-Shot-2023-02-13-at-2.1... | 6.2 KiB | 4.0 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 |
|---|---|
| nydailynews.com/ | 206 ms |
| www.nydailynews.com/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.nydailynews.com/ | 769 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 |
|---|---|
All Sections
Subscribe Now
Home Page
Subscriber Services
Daily E-Edition
Evenin… body.home > div#page | 0.059 |
All Sections
Subscribe Now
Home Page
Subscriber Services
Daily E-Edition
Evenin… body.home > div#page | 0.059 |
The Knicks always had fatal flaws — and the Hawks just exposed them
NYC public … section.feature-primary > div.feature-wrapper > div.feature-left > div.feature-bottom | 0.005 |
All Sections div.pushnav-flex-wrapper > nav#pushnav-container > div#menu-toggle > span.menu-label | 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.
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 |
|---|---|---|
| /wp-content/themes/assets/static/css/measuredvibrant.css?... | 121.8 KiB | 104.1 KiB |
| engage.nydailynews.com/prod/dfm/t8y9347t.min.css?2026321 | 49.9 KiB | 49.9 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 | 14.2 s |
| Other | 2.7 s |
| Style & Layout | 1.3 s |
| Script Parsing & Compilation | 702 ms |
| Rendering | 614 ms |
| Garbage Collection | 230 ms |
| Parse HTML & CSS | 131 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 |
|---|---|---|
| engage.nydailynews.com/prod/dfm/t8y9347t.min.css?2026321 | 50.3 KiB | 5.5 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 |
|---|---|---|
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 40.2 KiB | 12.7 KiB |
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 40.2 KiB | 12.7 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 | |
|---|---|
Page Prints div.promotion-widget > div.promotion-child > a.promotion-widget-image > img | www.nydailynews.com/wp-content/uploads/2025/06/page-prints2.jpg |
Books div.promotion-widget > div.promotion-child > a.promotion-widget-image > img | www.nydailynews.com/wp-content/uploads/2025/06/7QAMNY244.jpg |
Plaques div.promotion-widget > div.promotion-child > a.promotion-widget-image > img | www.nydailynews.com/wp-content/uploads/2025/06/7QAMNY243-1.jpg |
Back Issues div.promotion-widget > div.promotion-child > a.promotion-widget-image > img | www.nydailynews.com/wp-content/uploads/2025/06/83-back.jpg |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img | /rest/v2/contentStores/49a78cbb-5284-4862-b76c-e0b5db19e8... |
Daily Solitaire div.promotion-widget > div.promotion-child > a.promotion-widget-image > img | /wp-content/uploads/2023/09/Screen-Shot-2023-02-13-at-2.1... |
Daily Sudoku div.promotion-widget > div.promotion-child > a.promotion-widget-image > img | /wp-content/uploads/2023/09/Screen-Shot-2023-02-13-at-2.1... |
Jumble Daily div.promotion-widget > div.promotion-child > a.promotion-widget-image > img | /wp-content/uploads/2023/09/Screen-Shot-2023-02-13-at-2.1... |
Daily Crossword div.promotion-widget > div.promotion-child > a.promotion-widget-image > img | /wp-content/uploads/2023/09/Screen-Shot-2023-02-13-at-2.1... |
Just Add 1 Drop Of This Household Item To Any Dark Spot and Wait 3 Minutes figure > a > div.image-wrapper > img | |
If You're Collecting Under $3950 In SS a Month: You're Eligible for These 10 Di… figure > a > div.image-wrapper > img |
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster |
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster |
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster |
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster |
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster |
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster |
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster |
div.titleContainer > div.detail > a.vp-l10kys5x > img div.titleContainer > div.detail > a.vp-l10kys5x > img |
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster |
div.titleContainer > div.detail > a.vp-l10kys5x > img div.titleContainer > div.detail > a.vp-l10kys5x > img |
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster |
div.titleContainer > div.detail > a.vp-l10kys5x > img div.titleContainer > div.detail > a.vp-l10kys5x > img |
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster |
div.titleContainer > div.detail > a.vp-l10kys5x > img div.titleContainer > div.detail > a.vp-l10kys5x > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
body.home > img#06db9294 body.home > img#06db9294 |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.voltax-mp-placeholder > iframe#mplayer-aps-friendly-iframe-0-Q6CF-SXBU-td8k-jvpA div.voltax-mp-placeholder > iframe#mplayer-aps-friendly-iframe-0-Q6CF-SXBU-td8k-jvpA |
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 |
|---|
51°F div.accuweather-wrap > div.weather-date > div.dfm_accuweather_current_conditions > a |
SPONSORED CONTENT div#Native_Middle > section#ntv1229152-0-60127 > h2.entry-title > a |
Just Add 1 Drop Of This Household Item To Any Dark Spot and Wait 3 Minutes div.article-info > header > h3.entry-title > a.article-title |
HEALTHCLUBJOURNAL div.article-info > div.excerpt > span.ntv-byline > a.author-name |
SPONSORED CONTENT div#Native_Bottom > section#ntv1229151-0-60127 > h2.entry-title > a |
If You're Collecting Under $3950 In SS a Month: You're Eligible for These 10 Di… div.article-info > header > h3.entry-title > a.article-title |
SILVERPENNY div.article-info > div.excerpt > span.ntv-byline > a.author-name |
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
Students are pictured on the first day of school in Queens, New York, on Thursd… figure > a > div.image-wrapper > img.size-hp_small | /wp-content/uploads/2025/09/54765375389_b19e62151d_o.jpg?... | 345 x 230 | 258 x 172 | 345 x 230 |
New York Knicks guard Jalen Brunson (11) fights for control of the ball with At… figure > a > div.image-wrapper > img.size-hp_small | www.nydailynews.com/wp-content/uploads/2026/04/AP26111119636729.jpg?w=258 | 345 x 230 | 258 x 172 | 345 x 230 |
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. | |
| SharedStorage | h689.nydailynews.com/script.js line 62, col 205 |
| Topics | htlbid.com/v3/nydailynews.com/htlbid.js?ver=6.9.4 line 1, col 39235 |
| 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 |
|---|---|
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: the server responded with a status of 400 () | |
/_static/??-eJylzLEKgDAMBNAf0gZFWhzE1d+oWkqkjWJS9POtk7jqd... line 1, col 310220 | ReferenceError: google is not defined
at https://www.nydailynews.com/_static/??-eJylzLEKgDAMBNAf0gZFWhzE1d+oWkqkjWJS9POtk7jqdHDcPTi2clpJHAlsIXkkhki+nNEjp5GBxQpOr05Fi6TGRHNwauECvhj5QO6Uv0weowQXc/JfK+Fgb2B/oD52lTHatLrR9XIBv8ZxJw==:2:310221
at https://www.nydailynews.com/_static/??-eJylzLEKgDAMBNAf0gZFWhzE1d+oWkqkjWJS9POtk7jqdHDcPTi2clpJHAlsIXkkhki+nNEjp5GBxQpOr05Fi6TGRHNwauECvhj5QO6Uv0weowQXc/JfK+Fgb2B/oD52lTHatLrR9XIBv8ZxJw==:2:31682
at Generator.<anonymous> (https://www.nydailynews.com/_static/??-eJylzLEKgDAMBNAf0gZFWhzE1d+oWkqkjWJS9POtk7jqdHDcPTi2clpJHAlsIXkkhki+nNEjp5GBxQpOr05Fi6TGRHNwauECvhj5QO6Uv0weowQXc/JfK+Fgb2B/oD52lTHatLrR9XIBv8ZxJw==:2:28443)
at Generator.next (https://www.nydailynews.com/_static/??-eJylzLEKgDAMBNAf0gZFWhzE1d+oWkqkjWJS9POtk7jqdHDcPTi2clpJHAlsIXkkhki+nNEjp5GBxQpOr05Fi6TGRHNwauECvhj5QO6Uv0weowQXc/JfK+Fgb2B/oD52lTHatLrR9XIBv8ZxJw==:2:30391)
at t (https://www.nydailynews.com/_static/??-eJylzLEKgDAMBNAf0gZFWhzE1d+oWkqkjWJS9POtk7jqdHDcPTi2clpJHAlsIXkkhki+nNEjp5GBxQpOr05Fi6TGRHNwauECvhj5QO6Uv0weowQXc/JfK+Fgb2B/oD52lTHatLrR9XIBv8ZxJw==:2:37235)
at s (https://www.nydailynews.com/_static/??-eJylzLEKgDAMBNAf0gZFWhzE1d+oWkqkjWJS9POtk7jqdHDcPTi2clpJHAlsIXkkhki+nNEjp5GBxQpOr05Fi6TGRHNwauECvhj5QO6Uv0weowQXc/JfK+Fgb2B/oD52lTHatLrR9XIBv8ZxJw==:2:37437)
at https://www.nydailynews.com/_static/??-eJylzLEKgDAMBNAf0gZFWhzE1d+oWkqkjWJS9POtk7jqdHDcPTi2clpJHAlsIXkkhki+nNEjp5GBxQpOr05Fi6TGRHNwauECvhj5QO6Uv0weowQXc/JfK+Fgb2B/oD52lTHatLrR9XIBv8ZxJw==:2:37496
at new Promise (<anonymous>)
at https://www.nydailynews.com/_static/??-eJylzLEKgDAMBNAf0gZFWhzE1d+oWkqkjWJS9POtk7jqdHDcPTi2clpJHAlsIXkkhki+nNEjp5GBxQpOr05Fi6TGRHNwauECvhj5QO6Uv0weowQXc/JfK+Fgb2B/oD52lTHatLrR9XIBv8ZxJw==:2:37378
at https://www.nydailynews.com/_static/??-eJylzLEKgDAMBNAf0gZFWhzE1d+oWkqkjWJS9POtk7jqdHDcPTi2clpJHAlsIXkkhki+nNEjp5GBxQpOr05Fi6TGRHNwauECvhj5QO6Uv0weowQXc/JfK+Fgb2B/oD52lTHatLrR9XIBv8ZxJw==:2:310637 |
/wp-content/plugins/mng-cache-control/Src/assets/dist/mng... line 7, col 39 | TypeError: Cannot read properties of null (reading 'querySelector')
at initialize (https://www.nydailynews.com/wp-content/plugins/mng-cache-control/Src/assets/dist/mng-cache-control-adminbar.js?ver=0.2.1:8:40)
at MNG_Cache_Control_AdminBar (https://www.nydailynews.com/wp-content/plugins/mng-cache-control/Src/assets/dist/mng-cache-control-adminbar.js?ver=0.2.1:101:3)
at HTMLDocument.<anonymous> (https://www.nydailynews.com/wp-content/plugins/mng-cache-control/Src/assets/dist/mng-cache-control-adminbar.js?ver=0.2.1:107:7) |
www.googletagmanager.com/gtm.js?id=GTM-TLFP4R line 274, col 503 | Uncaught [object Object] |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster |
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster |
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster |
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster |
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster |
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster |
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster |
div.titleContainer > div.detail > a.vp-l10kys5x > img div.titleContainer > div.detail > a.vp-l10kys5x > img |
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster |
div.titleContainer > div.detail > a.vp-l10kys5x > img div.titleContainer > div.detail > a.vp-l10kys5x > img |
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster |
div.titleContainer > div.detail > a.vp-l10kys5x > img div.titleContainer > div.detail > a.vp-l10kys5x > img |
div.playlist > div.item > div.thumbnail > img.poster div.playlist > div.item > div.thumbnail > img.poster |
div.titleContainer > div.detail > a.vp-l10kys5x > img div.titleContainer > div.detail > a.vp-l10kys5x > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
li.bcRecommendedItem > a > span.bcWrapper > img li.bcRecommendedItem > a > span.bcWrapper > img |
body.home > img#06db9294 body.home > img#06db9294 |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
League background div.voltax-mp-placeholder > div.voltax-mp-container-in-place > div.voltax-mp-title-bar > a.voltax-mp-content-league-title |
League background div > div.voltax-mp-controls-wrapper > div.voltax-mp-title-bar > a.voltax-mp-content-league-title |
NFL | div.item > div.titleContainer > div.detail > a.vp-l10kys5x |
NFL | div.item > div.titleContainer > div.detail > a.vp-l10kys5x |
NFL | div.item > div.titleContainer > div.detail > a.vp-l10kys5x |
NFL | div.item > div.titleContainer > div.detail > a.vp-l10kys5x |
NFL | div.item > div.titleContainer > div.detail > a.vp-l10kys5x |
NFL | div.item > div.titleContainer > div.detail > a.vp-l10kys5x |
PGA TOUR
Official div.item > div.titleContainer > div.detail > a.vp-l10kys5x |
PGA TOUR
Official div.item > div.titleContainer > div.detail > a.vp-l10kys5x |
To appear in search results, crawlers need access to your app.
Send Feedback