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.
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 | |
|---|---|---|---|
A pro-Palestinian student at the University of Michigan's commencement on May 0… ul.grid > li > a.post > img.attachment-featuredLarge | /cdn/image-resize/768x0/2024/09/4b4a09a5-9246-da28-214b-4... | 570.3 KiB | 564.5 KiB |
A man dressed as Moses stands next to a sign supporting the Texas Ten Commandme… ul.grid > li > a.post > img.attachment-featuredLarge | /cdn/image-resize/768x0/2026/04/ten-commandments-alabama-... | 404.4 KiB | 399.5 KiB |
Sarah Lawrence College in Bronxville, New York. ul.grid > li > a.post > img.attachment-featuredLarge | /cdn/image-resize/768x0/2026/04/sarah-lawrence-antisemiti... | 391.4 KiB | 386.5 KiB |
Supersessionism is the Christian belief that Jesus has made Judaism obsolete, r… ul.grid > li.left-column > a.post > img.attachment-featuredLarge | /cdn/image-resize/768x0/2026/03/Untitled-design-2026-03-2... | 387.0 KiB | 374.3 KiB |
Temple Beth-El in Great Neck, N.Y. ul.grid > li > a.post > img.attachment-featuredLarge | forward.com/cdn/image-resize/768x0/2026/04/Temple-Beth-El-exterior-1296x732.jpg | 377.6 KiB | 372.8 KiB |
People in Tel Aviv celebrating Yom Ha'atzmaut, or Israeli Independence Day, on … ul.grid > li > a.post > img.attachment-featuredLarge | /cdn/image-resize/768x0/2026/04/yom-haatzmaut-israeli-ind... | 373.9 KiB | 369.1 KiB |
Sibylle Maria Dordel in 'Die Passagierin.' div.container > div.divider > a.post > img.attachment-featuredLarge | /cdn/image-resize/768x0/2026/04/08-DNO-Die-Passagierin-Mo... | 371.6 KiB | 358.9 KiB |
Lena Dunham, her new memoir, and a few of the memorable characters in it ul.left-column > li > a.post > img.attachment-featuredLarge | forward.com/cdn/image-resize/768x0/2026/04/By-Lena-Dunham-1-1296x732.jpg | 273.1 KiB | 260.4 KiB |
Jason Rapert, founder of the National Association of Christian Lawmakers, testi… ul.grid > li > a.post > img.attachment-featuredLarge | forward.com/cdn/image-resize/768x0/2026/04/Untitled-design-7-1296x732.jpg | 227.7 KiB | 222.9 KiB |
New York City Mayor Zohran Mamdani and Manhattan Borough President Brad Hoylman… ul.grid > li > a.post > img.attachment-featuredLarge | /cdn/image-resize/768x0/2026/04/GettyImages-2271327933-12... | 207.7 KiB | 202.8 KiB |
Michigan Senate candidate Abdul El-Sayed on Feb. 21. ul.grid > li > a.post > img.attachment-featuredLarge | /cdn/image-resize/768x0/2026/04/GettyImages-2266649407-12... | 188.2 KiB | 183.3 KiB |
The UCLA campus. ul.divider > li > a.post > img.attachment-medium | /wp-content/uploads/2026/04/ucla-hillel-hostage-omer-shem... | 96.5 KiB | 94.9 KiB |
Sam Firstenberg, left, and an actor on the set of "Riverbend." The director's t… ul.divider > li > a.post > img.attachment-medium | forward.com/wp-content/uploads/2026/04/dCFcJE4g-1-copy-768x424.jpg | 84.6 KiB | 82.7 KiB |
Harpo Marx, circa 1935. ul > li > a.post > img.attachment-featuredMedium | /wp-content/uploads/2026/04/GettyImages-109363540-1296x73... | 65.0 KiB | 59.6 KiB |
President of Argentina Javier Milei at the main rehearsal of the 78th anniversa… ul.divider > li > a.post > img.attachment-medium | forward.com/wp-content/uploads/2026/04/milei-singing-768x427.jpg | 57.3 KiB | 55.4 KiB |
The front page of the first issue of the Jewish Daily Forward from April 22, 18… ul.left-column > li > a.post > img.attachment-featuredLarge | forward.com/wp-content/uploads/2022/04/unnamed-7-e1650393082296.jpg | 70.1 KiB | 50.2 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.
| URL | Transfer Size | Duration |
|---|---|---|
| forward.com/wp-content/themes/studio-simpatico/js/jquery.min.js?ver=6.9.4 | 32.0 KiB | 801 ms |
| /wp-content/cache/autoptimize/css/autoptimize_a8d960351ab... | 57.3 KiB | 646 ms |
| forward.com/wp-content/plugins/perfmatters/vendor/fastclick/pmfastclick.min.js | 3.0 KiB | 491 ms |
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.
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 |
|---|---|
The Forward JEWISH. INDEPENDENT. NONPROFIT.
Featured Articles
CULTURE
Lena Dunh… body.home > main#main | 0.045 |
The Forward JEWISH. INDEPENDENT. NONPROFIT.
Featured Articles
CULTURE
Lena Dunh… body.home > main#main | 0.045 |
CULTURE
Lena Dunham’s new memoir is the most millennial thing ever
By Mira Fox
… main#main > section.hero > div.container > ul.left-column | 0.032 |
CULTURE
Lena Dunham’s new memoir is the most millennial thing ever
By Mira Fox
… main#main > section.hero > div.container > ul.left-column | 0.004 |
Support the Forward with a matched gift! div.container > div#donate-mobile-bar > div.mobile-map-content > p | 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.
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 |
|---|---|---|
| /wp-content/cache/autoptimize/css/autoptimize_a8d960351ab... | 56.8 KiB | 51.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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 187.4 KiB | 106.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-M5T63K49VC&cx=c>m=4e64k0 | 173.6 KiB | 66.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-MNVB65F | 139.6 KiB | 63.8 KiB |
| console.adgrid.io/adgrid-build/forward-com/prebid.js?19358 | 62.0 KiB | 34.7 KiB |
| forward.com/wp-content/themes/studio-simpatico/js/jquery.min.js?ver=6.9.4 | 31.5 KiB | 22.7 KiB |
| console.adgrid.io/adgrid-build/forward-com/revenue-grid-lib.js?19358 | 55.1 KiB | 20.2 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 | 2.7 s |
| Other | 1.1 s |
| Style & Layout | 849 ms |
| Script Parsing & Compilation | 393 ms |
| Rendering | 160 ms |
| Parse HTML & CSS | 124 ms |
| Garbage Collection | 44 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 was evicted from the cache because an active network connection received too much data. Chrome limits the amount of data that a page may receive while cached. | 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.
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 |
|---|
header > div.container > div.left > button.mobile-menu header > div.container > div.left > button.mobile-menu |
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 |
|---|
section.hero > div.container > ul.divider > a.fast-forward-ad section.hero > div.container > ul.divider > a.fast-forward-ad |
ul.grid > li.right-column > div.banners > a ul.grid > li.right-column > div.banners > a |
ul.grid > li.divider > div.banners > a ul.grid > li.divider > div.banners > a |
ul.grid > li.divider > div.banners > a ul.grid > li.divider > div.banners > a |
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 |
|---|
min read div.flex-container > span > span.span-reading-time > span.rt-label |
min read div.meta > span > span.span-reading-time > span.rt-label |
min read div.meta > span > span.span-reading-time > span.rt-label |
min read div.meta > span > span.span-reading-time > span.rt-label |
min read div.meta > span > span.span-reading-time > span.rt-label |
< 1 div.meta > span > span.span-reading-time > span.rt-time |
min read div.meta > span > span.span-reading-time > span.rt-label |
min read div.meta > span > span.span-reading-time > span.rt-label |
< 1 div.meta > span > span.span-reading-time > span.rt-time |
min read div.meta > span > span.span-reading-time > span.rt-label |
min read div.meta > span > span.span-reading-time > span.rt-label |
< 1 div.meta > span > span.span-reading-time > span.rt-time |
min read div.meta > span > span.span-reading-time > span.rt-label |
min read div.meta > span > span.span-reading-time > span.rt-label |
< 1 div.meta > span > span.span-reading-time > span.rt-time |
min read div.meta > span > span.span-reading-time > span.rt-label |
min read div.meta > span > span.span-reading-time > span.rt-label |
min read div.meta > span > span.span-reading-time > span.rt-label |
min read div.meta > span > span.span-reading-time > span.rt-label |
min read div.meta > span > span.span-reading-time > span.rt-label |
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 |
|---|
FAST FORWARD
A lost film by Israeli B-movie director Sam Firstenberg gets a new… main#main > section.hero > div.container > ul.divider |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.