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.
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 | |
|---|---|---|---|
img._poster_13tnt_20 img._poster_13tnt_20 | /images/2026/02/20/world/africa/RV_Thumbnail-John-Cape-To... | 700.1 KiB | 686.0 KiB |
img._poster_13tnt_20 img._poster_13tnt_20 | /images/2026/03/23/smarter-living/wirecutter/THMB_260316_... | 526.2 KiB | 512.0 KiB |
img._poster_13tnt_20 img._poster_13tnt_20 | /images/2026/05/01/arts/Screenshot-2026-04-02-at-10/Scree... | 518.3 KiB | 504.2 KiB |
img._poster_13tnt_20 img._poster_13tnt_20 | /images/2023/02/13/multimedia/afg-chicken-with-salmorigli... | 132.4 KiB | 118.2 KiB |
People move among debris and the ruins of several multistory buildings against … div > div.css-ax1e1o > picture.css-hdqqnp > img.css-o9w048 | /images/2026/04/03/multimedia/03israel-iran-tehran-voices... | 135.3 KiB | 101.5 KiB |
President Trump gestures as he talks to Secretary of State Marco Rubio and the … div > div.css-hjiaw4 > picture.css-hdqqnp > img.css-yf0ys | /images/2026/03/31/multimedia/00int-deportations-1-vtpw-H... | 56.9 KiB | 37.7 KiB |
img._poster_13tnt_20 img._poster_13tnt_20 | /images/2026/04/16/video/165188_03vid-arkansas-farmer-war... | 7.1 KiB | 4.5 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| g1.nyt.com/fonts/css/web-fonts.c851560786173ad206e1f76c1901be7e096e8f8b.css | 6.8 KiB | 939 ms |
| g1.nyt.com/fonts/css/web-fonts.css | 6.8 KiB | |
| /vi-assets/static-assets/cssModulesStyles-39f3b9296e42fd6... | 49.1 KiB | 918 ms |
| /vi-assets/static-assets/global-bf55b3b62e74478ad48892213... | 3.8 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.
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 |
|---|---|---|
| .css-1pg5jir { max-width: calc(100% - 40px); margin: auto; } … | 50.2 KiB | 49.8 KiB |
| /vi-assets/static-assets/cssModulesStyles-39f3b9296e42fd6... | 47.5 KiB | 47.0 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 19.1 s |
| Other | 5.0 s |
| Script Parsing & Compilation | 1.7 s |
| Style & Layout | 1.5 s |
| Garbage Collection | 734 ms |
| Parse HTML & CSS | 577 ms |
| Rendering | 463 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .css-1pg5jir { max-width: calc(100% - 40px); margin: auto; } … | 50.2 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 | 45.0 KiB | 14.2 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.
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.
ARIA
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
timeline div._container_gk23c_16 > div._scrubber_19d53_1 > div._track_19d53_28 |
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
seek div._container_gk23c_16 > div._scrubber_19d53_1 > div._track_19d53_28 > div._ariaPlaceholder_19d53_152 |
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div._container_gk23c_16 > div._scrubber_19d53_1 > div._track_19d53_28 > div._progressHandle_19d53_80 div._container_gk23c_16 > div._scrubber_19d53_1 > div._track_19d53_28 > div._progressHandle_19d53_80 |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Names and labels
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 |
|---|
img._poster_13tnt_20 img._poster_13tnt_20 |
img._poster_13tnt_20 img._poster_13tnt_20 |
img._poster_13tnt_20 img._poster_13tnt_20 |
img._poster_13tnt_20 img._poster_13tnt_20 |
img._poster_13tnt_20 img._poster_13tnt_20 |
img._poster_13tnt_20 img._poster_13tnt_20 |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ol.carousel-ol > li.kyt-SgEEq > figure > a.kyt-tdFHR ol.carousel-ol > li.kyt-SgEEq > figure > a.kyt-tdFHR |
ol.carousel-ol > li.kyt-SgEEq > figure > a.kyt-tdFHR ol.carousel-ol > li.kyt-SgEEq > figure > a.kyt-tdFHR |
ol.carousel-ol > li.kyt-SgEEq > figure > a.kyt-tdFHR ol.carousel-ol > li.kyt-SgEEq > figure > a.kyt-tdFHR |
ol.carousel-ol > li.kyt-SgEEq > figure > a.kyt-tdFHR ol.carousel-ol > li.kyt-SgEEq > figure > a.kyt-tdFHR |
ol.carousel-ol > li.kyt-SgEEq > figure > a.kyt-tdFHR ol.carousel-ol > li.kyt-SgEEq > figure > a.kyt-tdFHR |
ol.carousel-ol > li.kyt-SgEEq > figure > a.kyt-tdFHR ol.carousel-ol > li.kyt-SgEEq > figure > a.kyt-tdFHR |
ol.carousel-ol > li.kyt-SgEEq > figure > a.kyt-tdFHR ol.carousel-ol > li.kyt-SgEEq > figure > a.kyt-tdFHR |
ol.carousel-ol > li.kyt-SgEEq > figure > a.kyt-tdFHR ol.carousel-ol > li.kyt-SgEEq > figure > a.kyt-tdFHR |
ol.carousel-ol > li.kyt-SgEEq > figure > a.kyt-tdFHR ol.carousel-ol > li.kyt-SgEEq > figure > a.kyt-tdFHR |
ol.carousel-ol > li.kyt-SgEEq > figure > a.kyt-tdFHR ol.carousel-ol > li.kyt-SgEEq > figure > a.kyt-tdFHR |
ol.carousel-ol > li.kyt-SgEEq > figure > a.kyt-tdFHR ol.carousel-ol > li.kyt-SgEEq > figure > a.kyt-tdFHR |
ol.carousel-ol > li.kyt-SgEEq > figure > a.kyt-tdFHR ol.carousel-ol > li.kyt-SgEEq > figure > a.kyt-tdFHR |
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.
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 |
|---|
NYTCo nav#footer > ul.css-t8x4fj > li.css-a7htku > a.css-jq1cx6 |
Contact Us nav#footer > ul.css-t8x4fj > li.css-a7htku > a.css-jq1cx6 |
Accessibility nav#footer > ul.css-t8x4fj > li.css-a7htku > a.css-jq1cx6 |
Work with us nav#footer > ul.css-t8x4fj > li.css-a7htku > a.css-jq1cx6 |
Advertise nav#footer > ul.css-t8x4fj > li.css-a7htku > a.css-jq1cx6 |
T Brand Studio nav#footer > ul.css-t8x4fj > li.css-a7htku > a.css-jq1cx6 |
Privacy Policy nav#footer > ul.css-t8x4fj > li.css-a7htku > a.css-jq1cx6 |
Cookie Policy nav#footer > ul.css-t8x4fj > li.css-a7htku > a.css-jq1cx6 |
Terms of Service nav#footer > ul.css-t8x4fj > li.css-a7htku > a.css-jq1cx6 |
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. | |
| Topics | /js/tags/clientag.js?cid=8CU26C87G&dn=www.nytimes.com&yse... line 34, col 34324 |
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 |
|---|---|
[GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token. | |
Failed to load resource: the server responded with a status of 404 () | |
Not signed in with the identity provider. | |
UserInfoAgentID unavailable. |
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
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.nytimes.com/2026/03/12/business/war-iran-farmers-agriculture-costs.html | Read more |
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 |
|---|
img._poster_13tnt_20 img._poster_13tnt_20 |
img._poster_13tnt_20 img._poster_13tnt_20 |
img._poster_13tnt_20 img._poster_13tnt_20 |
img._poster_13tnt_20 img._poster_13tnt_20 |
img._poster_13tnt_20 img._poster_13tnt_20 |
img._poster_13tnt_20 img._poster_13tnt_20 |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Crawling and Indexing
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 |
|---|
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl div > div.css-1wzkfo3 > div.css-cfnhvx > a.tpl-lbl |
To appear in search results, crawlers need access to your app.