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.
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.
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 | |
|---|---|---|---|
Cover Image div.coverlines > div.container > div.image-container > img | /v1/imgs/d43/280/64201f3031736a388a9dd7aba1c4bc71e1-0926c... | 806.1 KiB | 798.0 KiB |
div.manual-article > div.image-url > picture > img.manual-article-image div.manual-article > div.image-url > picture > img.manual-article-image | /v1/imgs/fe3/28b/fd9153423a27e0425343e44a4020a509c2-crisp... | 468.5 KiB | 427.8 KiB |
div.story-div > div.image-wrapper > picture.story-image > img div.story-div > div.image-wrapper > picture.story-image > img | /v1/imgs/fe3/28b/fd9153423a27e0425343e44a4020a509c2-crisp... | 61.3 KiB | 55.4 KiB |
div.manual-article_well > div.image-url > picture > img.manual-article-image div.manual-article_well > div.image-url > picture > img.manual-article-image | /v1/imgs/7c5/00c/72f3f259719643a5eb1574aac6885afd2b-NYM-C... | 23.8 KiB | 4.3 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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
div.manual-article > div.image-url > picture > img.manual-article-image div.manual-article > div.image-url > picture > img.manual-article-image | 0.082 |
Privacy Notice
We and our 115 partners store and access personal data, like bro… body.layout-simple > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.010 |
Privacy Notice
We and our 115 partners store and access personal data, like bro… body.layout-simple > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.007 |
Privacy Notice
We and our 115 partners store and access personal data, like bro… body.layout-simple > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.002 |
Privacy Notice
We and our 115 partners store and access personal data, like bro… body.layout-simple > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.002 |
Privacy Notice
We and our 115 partners store and access personal data, like bro… body.layout-simple > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.002 |
Privacy Notice
We and our 115 partners store and access personal data, like bro… body.layout-simple > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.002 |
The art world was his alibi. How the gallerist Andrew Crispo got away with murd… div.lede-articles > div.manual-article > div.manual-article-info > div.manual-article-teaser | 0.001 |
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.
Diagnostics
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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 129.4 KiB |
| nymag.com/ | 147.7 KiB | 73.7 KiB |
| /gtag/js?id=G-DNE38RK1HX&cx=c>m=4e64h1h1&sign=66076870d... | 164.5 KiB | 62.6 KiB |
| cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 128.8 KiB | 60.2 KiB |
| cdn.concert.io/lib/concert-ads/v2-latest/concert_ads.js | 103.8 KiB | 54.7 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 51.1 KiB |
| metrics.nymag.com/gtm.js?id=GTM-NL7LR9Z | 169.5 KiB | 45.1 KiB |
| pagead2.googlesyndication.com/pagead/js/adsbygoogle.js | 54.1 KiB | 43.6 KiB |
| pagead2.googlesyndication.com/pagead/js/adsbygoogle.js | 54.1 KiB | 36.4 KiB |
| www.googletagservices.com/tag/js/gpt.js | 33.9 KiB | 24.0 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 | 5.0 s |
| Other | 1.7 s |
| Style & Layout | 675 ms |
| Script Parsing & Compilation | 630 ms |
| Garbage Collection | 387 ms |
| Rendering | 329 ms |
| Parse HTML & CSS | 202 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| inline: /******/ (function(modules) { // w… | 6.4 KiB | 3.7 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .customer-alert-container{align-items:center;color:#db2800;display:flex;font-size:1em;height:0; … } … | 53.1 KiB | 39.9 KiB |
| 23.5 KiB | 20.5 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
section.lede-item > div.lede-image-wrap > picture.lede-image > img section.lede-item > div.lede-image-wrap > picture.lede-image > img | /v1/imgs/6ba/cd8/b570e43327143770dbabb463f552113ce7-luxur... |
div.manual-article_well > div.image-url > picture > img.manual-article-image div.manual-article_well > div.image-url > picture > img.manual-article-image | /v1/imgs/7c5/00c/72f3f259719643a5eb1574aac6885afd2b-NYM-C... |
Top Chef Recap: Dessert Storm a.feed-image-link > div.feed-image-wrap > picture.feed-image > img | /v1/imgs/a5b/774/2fd8f9be135ea059fdc04a7ea9fffbefd8-Top-C... |
Below Deck Down Under Recap: Breakup Cake a.feed-image-link > div.feed-image-wrap > picture.feed-image > img | /v1/imgs/92b/a92/262d3fe96d162e02296ecad34536f0d306-Below... |
The Comeback Recap: Not the End of the World a.feed-image-link > div.feed-image-wrap > picture.feed-image > img | /v1/imgs/762/4d3/c089f94cc44b0906e9d98c911f21e6849a-lisa-... |
Rooster Recap: Thanksgiving Breakup a.feed-image-link > div.feed-image-wrap > picture.feed-image > img | /v1/imgs/100/4e0/9d5c1b2b6cac3635018081fb50da1b3d4c-roost... |
The Real Housewives of Rhode Island Recap: Wrong Side of the Tracks a.feed-image-link > div.feed-image-wrap > picture.feed-image > img | /v1/imgs/555/af2/b8d131c7ac825f362b02af2cdb5fd663f2-rhori... |
div.story-div > div.image-wrapper > picture.story-image > img div.story-div > div.image-wrapper > picture.story-image > img | /v1/imgs/fe3/28b/fd9153423a27e0425343e44a4020a509c2-crisp... |
li.feed-item > div.feed-image-wrap > picture.feed-image > img li.feed-item > div.feed-image-wrap > picture.feed-image > img | /v1/imgs/e6a/204/b05443d962e9c5880f48b38b91a65a03bd-wegov... |
li.feed-item > div.feed-image-wrap > picture.feed-image > img li.feed-item > div.feed-image-wrap > picture.feed-image > img | /v1/imgs/281/9cf/b60e3a200bbe8bc7f6af4a3f9f3a5109ed-thecu... |
li.feed-item > div.feed-image-wrap > picture.feed-image > img li.feed-item > div.feed-image-wrap > picture.feed-image > img | /v1/imgs/a41/29d/190c8a6cf47a6d185e380de600cc4a1d48-shrev... |
div.story-div > div.image-wrapper > picture.story-image > img div.story-div > div.image-wrapper > picture.story-image > img | /v1/imgs/01a/257/221520cb41b46f9a83794b644fb3d1dc35-15-so... |
li.feed-item > div.feed-image-wrap > picture.feed-image > img li.feed-item > div.feed-image-wrap > picture.feed-image > img | /v1/imgs/7c5/00c/72f3f259719643a5eb1574aac6885afd2b-NYM-C... |
li.feed-item > div.feed-image-wrap > picture.feed-image > img li.feed-item > div.feed-image-wrap > picture.feed-image > img | /v1/imgs/070/9ae/a771d1e4787e036fae8a2ec8d093a88fad-04132... |
li.feed-item > div.feed-image-wrap > picture.feed-image > img li.feed-item > div.feed-image-wrap > picture.feed-image > img | /v1/imgs/4da/f7c/7617773198e37acbbc606f268b0611d4d2-v2-UA... |
div.story-div > div.image-wrapper > picture.story-image > img div.story-div > div.image-wrapper > picture.story-image > img | /v1/imgs/599/a1a/1daf8e50e495c6e90fae902c626e4cb3ff-NO110... |
li.feed-item > div.feed-image-wrap > picture.feed-image > img li.feed-item > div.feed-image-wrap > picture.feed-image > img | /v1/imgs/80b/0cc/fc6df6088f1798f759c4d0e89857d7ef59-grub-... |
li.feed-item > div.feed-image-wrap > picture.feed-image > img li.feed-item > div.feed-image-wrap > picture.feed-image > img | /v1/imgs/1f9/7ff/994584fc3a99f8a8ec3c8206176ebdfc4c-ambas... |
li.feed-item > div.feed-image-wrap > picture.feed-image > img li.feed-item > div.feed-image-wrap > picture.feed-image > img | |
li.feed-item > div.feed-image-wrap > picture.feed-image > img li.feed-item > div.feed-image-wrap > picture.feed-image > img | |
li.feed-item > div.feed-image-wrap > picture.feed-image > img li.feed-item > div.feed-image-wrap > picture.feed-image > img | |
section.lede-item > div.lede-image-wrap > picture.lede-image > img section.lede-item > div.lede-image-wrap > picture.lede-image > img | |
li.feed-item > div.feed-image-wrap > picture.feed-image > img li.feed-item > div.feed-image-wrap > picture.feed-image > img | |
li.feed-item > div.feed-image-wrap > picture.feed-image > img li.feed-item > div.feed-image-wrap > picture.feed-image > img | |
section.lede-item > div.lede-image-wrap > picture.lede-image > img section.lede-item > div.lede-image-wrap > picture.lede-image > img | |
section.lede-item > div.lede-image-wrap > picture.lede-image > img section.lede-item > div.lede-image-wrap > picture.lede-image > img | |
div.story-div > div.image-wrapper > picture.story-image > img div.story-div > div.image-wrapper > picture.story-image > img | |
li.feed-item > div.feed-image-wrap > picture.feed-image > img li.feed-item > div.feed-image-wrap > picture.feed-image > img | |
li.feed-item > div.feed-image-wrap > picture.feed-image > img li.feed-item > div.feed-image-wrap > picture.feed-image > img | |
li.feed-item > div.feed-image-wrap > picture.feed-image > img li.feed-item > div.feed-image-wrap > picture.feed-image > img | |
li.feed-item > div.feed-image-wrap > picture.feed-image > img li.feed-item > div.feed-image-wrap > picture.feed-image > img | |
li.feed-item > div.feed-image-wrap > picture.feed-image > img li.feed-item > div.feed-image-wrap > picture.feed-image > img | |
section.lede-item > div.lede-image-wrap > picture.lede-image > img section.lede-item > div.lede-image-wrap > picture.lede-image > img |
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.
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 |
|---|
Including transitional-weather coats and some of our favorite jorts. ul.collection-articles-wrapper > li.feed-item > div.feed-text-wrap > span.feed-teaser |
BY li.feed-item > div.feed-text-wrap > span.feed-byline > span.by |
CASSIE HURWITZ li.feed-item > div.feed-text-wrap > span.feed-byline > span |
These are opportunities to improve the legibility of your content.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Dem Congresswoman Resigns Just Before Facing Expulsion
Florida Representati… div.nymag-latest-feed > div.tabs > div#latest-feed > ul.manual-feed-items |
These are opportunities to improve the experience of reading tabular or list data using 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 |
|---|
Cookie Policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
Best Practices
General
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.