Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| transcend-cdn.com/cm/ee571c7f-030a-41b2-affa-70df8a47b57b/airgap.js | 52.7 KiB | 1.5 s |
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Why the Chiefs and Dolphins are among the NFL Draft's 5 most intriguing teams div.content-image-container > div.ContentImage_ContentImage__wNuQs > span > img.image-next-root | /athletic/uploads/wp/2026/04/21184818/GettyImages-2211978... | 9.0 KiB | 4.2 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| theathletic.com/ | 766 ms |
| www.nytimes.com/athletic/ | 0.0 ms |
Diagnostics
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.nytimes.com/athletic/_next/static/css/282392d671198025.css | 20.5 KiB | 19.4 KiB |
| www.nytimes.com/athletic/_next/static/css/55e5c3f305ec6758.css | 18.1 KiB | 17.5 KiB |
| .css-1irrbwq { background: none; color: inherit; border: none; padding: 0px; font: inherit; … } … | 15.0 KiB | 14.9 KiB |
| www.nytimes.com/athletic/_next/static/css/b7808a8f068d55f4.css | 12.6 KiB | 12.5 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.nytimes.com/athletic/_next/static/chunks/pages/_app-74b3f1714e6b9f07.js | 573.0 KiB | 276.4 KiB |
| imasdk.googleapis.com/js/sdkloader/ima3.js | 146.4 KiB | 110.2 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... | 187.7 KiB | 91.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-EKN0VKJGMQ | 177.4 KiB | 69.4 KiB |
| /gtm.js?id=GTM-N66M85JB>m_auth=iZMWb3JsrI0WxQfu5L-4Jg&g... | 149.5 KiB | 64.9 KiB |
| transcend-cdn.com/cm/ee571c7f-030a-41b2-affa-70df8a47b57b/ui.js | 98.3 KiB | 45.2 KiB |
| www.nytimes.com/athletic/_next/static/chunks/9042-798e5959a38769b9.js | 47.6 KiB | 28.9 KiB |
| securepubads.g.doubleclick.net/tag/js/gpt.js | 34.1 KiB | 24.0 KiB |
| www.nytimes.com/athletic/_next/static/chunks/3720-01e1aadeda53e695.js | 47.6 KiB | 22.7 KiB |
| transcend-cdn.com/cm/ee571c7f-030a-41b2-affa-70df8a47b57b/gpp.js | 151.2 KiB | 22.3 KiB |
| www.nytimes.com/athletic/_next/static/chunks/2134-da2ef5fac381f81b.js | 26.3 KiB | 20.1 KiB |
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 | 13.5 s |
| Other | 1.5 s |
| Style & Layout | 1.1 s |
| Script Parsing & Compilation | 1.0 s |
| Garbage Collection | 416 ms |
| Rendering | 311 ms |
| Parse HTML & CSS | 287 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 |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
| Back/forward cache is disabled because WebSocket has been used. | Not actionable |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.Grid_container__nUoFL > div.Grid_item__tf6ss > div.Content_PuzzleIconContainer__fBB54 > img.Content_PuzzleIcon__T74h0 div.Grid_container__nUoFL > div.Grid_item__tf6ss > div.Content_PuzzleIconContainer__fBB54 > img.Content_PuzzleIcon__T74h0 | theathletic.com/app/themes/athletic/assets/img/connections-se-icon.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
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.
Names and labels
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.Header_TopHeaderNavBar__kfE_3 > div.mobile-padding > div.Grid_item__tf6ss > button#mobileMenuIcon div.Header_TopHeaderNavBar__kfE_3 > div.mobile-padding > div.Grid_item__tf6ss > button#mobileMenuIcon |
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.Grid_container__nUoFL > div.Grid_item__tf6ss > div.Content_PuzzleIconContainer__fBB54 > img.Content_PuzzleIcon__T74h0 div.Grid_container__nUoFL > div.Grid_item__tf6ss > div.Content_PuzzleIconContainer__fBB54 > img.Content_PuzzleIcon__T74h0 |
div.Content_PuzzleTopRow__4xfLc > div > a.Content_SponsorSlug__IgjWM > img.Content_SponsorImage__7KE2Y div.Content_PuzzleTopRow__4xfLc > div > a.Content_SponsorSlug__IgjWM > img.Content_SponsorImage__7KE2Y |
div > div.Grid_container__nUoFL > div.Footer_FooterConsentButton__Rs4Dk > img.Footer_PrivacyIcon__cHx_d div > div.Grid_container__nUoFL > div.Footer_FooterConsentButton__Rs4Dk > img.Footer_PrivacyIcon__cHx_d |
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
©2026 The Athletic Media Company, A New York Times Company div > div.Grid_container__nUoFL > div.Grid_item__tf6ss > span |
A New York Times Company div.Grid_container__nUoFL > div.Grid_item__tf6ss > span > a.Footer_NytLink__gUTfw |
These are opportunities to improve the legibility of your content.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Championship div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
College Football div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
College Sports div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Copa America div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Copa del Rey div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Cricket div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Culture div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Cycling div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Fantasy Baseball div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Fantasy Basketball div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Fantasy Football div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Fantasy Hockey div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
FIFA Club World Cup div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
FIFA Men's World Cup div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
FIFA Women's World Cup div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Formula 1 div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Gaming div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
League Cup div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
League One div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
League Two div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Memorabilia & Collectibles div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Men's College Basketball div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Men's Olympic Ice Hockey div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
MLB div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
MLS div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
NBA div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
NFL div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
NHL div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
NWSL div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Olympics div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Opinion div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Peak div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Serie A div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Soccer div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Sports Betting div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Sports Business div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Women's Champions League div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Women's College Basketball div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Women's Euros div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Women's Hockey div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Women's Super League div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
World Baseball Classic div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Podcasts div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Headlines div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Arizona div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Atlanta div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Baltimore div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Bay Area div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Boston div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Buffalo div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Carolina div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Chicago div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Cincinnati div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Cleveland div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Columbus div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Dallas div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Denver div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Detroit div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Houston div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Indiana div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Jacksonville div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Kansas City div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Las Vegas div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Los Angeles div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Memphis div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Miami div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Minnesota div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Nashville div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
New Orleans div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
New York div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Oklahoma div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Oregon div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Orlando div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Philadelphia div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Pittsburgh div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Sacramento div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
San Antonio div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
San Diego div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Seattle div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
St. Louis div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Tampa Bay div.Grid_container__nUoFL > div.Grid_item__tf6ss > div > a.Footer_FooterLink__2GDbw |
Calgary section > div > div > a.Footer_FooterLink__2GDbw |
Edmonton section > div > div > a.Footer_FooterLink__2GDbw |
Montreal section > div > div > a.Footer_FooterLink__2GDbw |
Ottawa section > div > div > a.Footer_FooterLink__2GDbw |
Toronto section > div > div > a.Footer_FooterLink__2GDbw |
Vancouver section > div > div > a.Footer_FooterLink__2GDbw |
Winnipeg section > div > div > a.Footer_FooterLink__2GDbw |
Collectibles by eBay section > div > div > a.Footer_FooterLink__2GDbw |
Odds by BetMGM section > div > div > a.Footer_FooterLink__2GDbw |
Streaming by Fubo section > div > div > a.Footer_FooterLink__2GDbw |
Tickets by StubHub section > div > div > a.Footer_FooterLink__2GDbw |
About Us section > div > div > a.Footer_FooterLink__2GDbw |
Careers section > div > div > a.Footer_FooterLink__2GDbw |
Code of Conduct section > div > div > a.Footer_FooterLink__2GDbw |
Editorial Guidelines section > div > div > a.Footer_FooterLink__2GDbw |
Business Inquiries section > div > div > a.Footer_FooterLink__2GDbw |
Press Inquiries section > div > div > a.Footer_FooterLink__2GDbw |
The Pulse section > div > div > a.Footer_FooterLink__2GDbw |
The Bounce section > div > div > a.Footer_FooterLink__2GDbw |
The Windup section > div > div > a.Footer_FooterLink__2GDbw |
Prime Tire section > div > div > a.Footer_FooterLink__2GDbw |
Full Time section > div > div > a.Footer_FooterLink__2GDbw |
Until Saturday section > div > div > a.Footer_FooterLink__2GDbw |
NFL Newsletter section > div > div > a.Footer_FooterLink__2GDbw |
The Athletic FC section > div > div > a.Footer_FooterLink__2GDbw |
MoneyCall section > div > div > a.Footer_FooterLink__2GDbw |
Red Light section > div > div > a.Footer_FooterLink__2GDbw |
These items highlight common accessibility best practices.
Best Practices
General
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. | www.nytimes.com/athletic/_next/static/chunks/pages/_app-74b3f1714e6b9f07.js line 453, col 11173 |
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://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lg (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:46891)
at i (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:121486)
at oO (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99453)
at https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99320
at oF (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99327)
at oS (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:94366)
at E (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:130832)
at MessagePort.T (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:131362) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lg (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:46891)
at i (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:121486)
at oO (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99453)
at https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99320
at oF (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99327)
at oS (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:94366)
at E (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:130832)
at MessagePort.T (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:131362) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lg (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:46891)
at i (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:121486)
at oO (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99453)
at https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99320
at oF (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99327)
at oS (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:94366)
at E (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:130832)
at MessagePort.T (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:131362) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lg (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:46891)
at i (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:121486)
at oO (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99453)
at https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99320
at oF (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99327)
at oS (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:94366)
at E (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:130832)
at MessagePort.T (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:131362) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lg (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:46891)
at i (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:121486)
at oO (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99453)
at https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99320
at oF (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99327)
at oS (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:94366)
at E (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:130832)
at MessagePort.T (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:131362) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lg (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:46891)
at i (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:121486)
at oO (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99453)
at https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99320
at oF (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99327)
at oS (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:94366)
at E (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:130832)
at MessagePort.T (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:131362) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lg (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:46891)
at i (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:121486)
at oO (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99453)
at https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99320
at oF (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99327)
at oS (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:94366)
at E (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:130832)
at MessagePort.T (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:131362) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lg (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:46891)
at i (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:121486)
at oO (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99453)
at https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99320
at oF (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99327)
at oS (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:94366)
at E (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:130832)
at MessagePort.T (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:131362) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lg (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:46891)
at i (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:121486)
at oO (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99453)
at https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99320
at oF (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99327)
at oS (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:94366)
at E (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:130832)
at MessagePort.T (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:131362) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lg (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:46891)
at i (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:121486)
at oO (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99453)
at https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99320
at oF (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99327)
at oS (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:94366)
at E (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:130832)
at MessagePort.T (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:131362) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lg (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:46891)
at i (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:121486)
at oO (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99453)
at https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99320
at oF (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99327)
at oS (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:94366)
at E (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:130832)
at MessagePort.T (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:131362) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lg (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:46891)
at i (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:121486)
at oO (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99453)
at https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99320
at oF (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99327)
at oS (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:94366)
at E (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:130832)
at MessagePort.T (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:131362) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lg (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:46891)
at i (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:121486)
at oO (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99453)
at https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99320
at oF (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99327)
at oS (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:94366)
at E (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:130832)
at MessagePort.T (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:131362) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lg (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:46891)
at i (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:121486)
at oO (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99453)
at https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99320
at oF (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99327)
at oS (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:94366)
at E (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:130832)
at MessagePort.T (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:131362) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lg (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:46891)
at i (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:121486)
at oO (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99453)
at https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99320
at oF (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99327)
at oS (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:94366)
at E (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:130832)
at MessagePort.T (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:131362) | |
Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at i (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:121155)
at oO (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99453)
at https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99320
at oF (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99327)
at oE (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:96079)
at oS (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:94634)
at E (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:130832)
at MessagePort.T (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:131362) | |
Error: Minified React error #425; visit https://reactjs.org/docs/error-decoder.html?invariant=425 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at rh (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:40595)
at https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:101054
at oD (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:106565)
at oO (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99513)
at https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99320
at oF (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:99327)
at oS (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:94366)
at E (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:130832)
at MessagePort.T (https://www.nytimes.com/athletic/_next/static/chunks/framework-7127bef7a1cb5a3a.js:1:131362) | |
Failed to load resource: the server responded with a status of 429 () |
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.
SEO
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.
Content Best Practices
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.Grid_container__nUoFL > div.Grid_item__tf6ss > div.Content_PuzzleIconContainer__fBB54 > img.Content_PuzzleIcon__T74h0 div.Grid_container__nUoFL > div.Grid_item__tf6ss > div.Content_PuzzleIconContainer__fBB54 > img.Content_PuzzleIcon__T74h0 |
div.Content_PuzzleTopRow__4xfLc > div > a.Content_SponsorSlug__IgjWM > img.Content_SponsorImage__7KE2Y div.Content_PuzzleTopRow__4xfLc > div > a.Content_SponsorSlug__IgjWM > img.Content_SponsorImage__7KE2Y |
div > div.Grid_container__nUoFL > div.Footer_FooterConsentButton__Rs4Dk > img.Footer_PrivacyIcon__cHx_d div > div.Grid_container__nUoFL > div.Footer_FooterConsentButton__Rs4Dk > img.Footer_PrivacyIcon__cHx_d |
Format your HTML in a way that enables crawlers to better understand your app’s content.