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.
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 | |
|---|---|---|---|
Posters for the proposed Golden Dome for America missile defense shield are dis… article.lead-story > div.main-photo > a.home_features > img | /media/image/2025/05/21/Trump_68676_c0-0-6000-3495_s1150x... | 117.9 KiB | 77.0 KiB |
section.news-section > h2.block-title > a > img section.news-section > h2.block-title > a > img | /static/images/threat-status/threat-status-mobile.faf39bb... | 48.3 KiB | 47.8 KiB |
Family members of fallen civil rights activists view the Civil Rights Memorial … article.lead-story > div.main-photo > a.home_features > img | /media/image/2026/04/21/Southern_Poverty_Law_Center_What_... | 70.3 KiB | 45.9 KiB |
The Pentagon is seen from an airplane, Tuesday, April 7, 2026, in Washington. (… article.story-item > div.main-photo > a > img | /media/image/2026/04/09/APTOPIX_Pentagon_39982_c454-0-238... | 12.4 KiB | 8.8 KiB |
U.S. Vice President JD Vance, center, walks up a flight of stairs to meet with … article.story-item > div.main-photo > a > img | /media/image/2026/04/16/Pictures_of_the_Week_Global_Photo... | 12.2 KiB | 8.6 KiB |
In this photo released by the Pakistan Prime Minister Office, Iran's Parli… article.story-item > div.main-photo > a > img | /media/image/2026/04/11/Pakistan_US_Iran_9_4_9_c429-0-204... | 10.1 KiB | 6.5 KiB |
President Donald Trump talks to the media on the South Lawn before departing on… article.story-item > div.main-photo > a > img | /media/image/2026/04/18/Trump_23817_c1000-0-5000-4000_s17... | 10.1 KiB | 6.5 KiB |
Madonna attends The Metropolitan Museum of Art's Costume Institute benefit… article.story-item > div.main-photo > a > img | /media/image/2025/05/05/2025_MET_Museum_Costume_Institute... | 38.8 KiB | 4.5 KiB |
Is the Golden Dome on track? Washington Times National Security Correspondent B… article.story-item > div.main-photo > a > img | /media/image/2026/04/21/2026_04_21_SpaceSymposium2026_L3H... | 35.3 KiB | 4.1 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 |
|---|---|---|
| code.jquery.com/jquery-3.5.1.min.js | 30.5 KiB | 1.4 s |
| cdn.cxense.com/ari-ci.js | 6.3 KiB | 952 ms |
| www.washingtontimes.com/static/sass/twtmain-2-v27.css | 40.3 KiB | 755 ms |
| www.washingtontimes.com/static/js/csrf-setup.js | 2.7 KiB | |
| www.washingtontimes.com/static/js/twt_app.js | 2.8 KiB | 151 ms |
| netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css | 4.8 KiB | 809 ms |
| /css2?family=Literata:opsz,wght@7..72,400;7..72,500;7..72... | 1.2 KiB | 758 ms |
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 |
|---|---|
| washingtontimes.com/ | 1.0 s |
| www.washingtontimes.com/ | 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.washingtontimes.com/static/sass/twtmain-2-v27.css | 40.2 KiB | 35.6 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 | 19.4 s |
| Other | 5.4 s |
| Style & Layout | 3.3 s |
| Script Parsing & Compilation | 2.4 s |
| Rendering | 773 ms |
| Garbage Collection | 599 ms |
| Parse HTML & CSS | 526 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 a sub frame. | Actionable |
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.
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.news-section > h2.block-title > a > img section.news-section > h2.block-title > a > img | /static/images/threat-status/threat-status-mobile.faf39bb... |
Play Daily Online Sudoku figure.photo-zoom > p > a > img | twt-media.washtimes.com/media/image/2014/09/17/sudoku-ad-300.jpg |
Spanberger’s low approval ratings are no mystery li.pn-article-recs__item > a#https://www.washingtontimes.com/news/2026/apr/16/spanbergers-low-approval-ratings-no-mystery/ > div.pn-article-recs__media > img.pn-article-recs__image | /content/dominantthumbnail/2d1546a06adc0cfdb63fe00f144e51... |
Spanberger’s low approval ratings are no mystery li.pn-article-recs__item > a#https://www.washingtontimes.com/news/2026/apr/16/spanbergers-low-approval-ratings-no-mystery/ > div.pn-article-recs__media > img.pn-article-recs__image | /content/dominantthumbnail/2d1546a06adc0cfdb63fe00f144e51... |
Democrats’ war powers resolution dies in Senate, more expected li.pn-article-recs__item > a#https://www.washingtontimes.com/news/2026/apr/15/democrats-war-powers-resolution-dies-senate-expected/ > div.pn-article-recs__media > img.pn-article-recs__image | /content/dominantthumbnail/9c444e9aed7e83b68a645f5ed9e3ab... |
WATCH: Why Hungary’s election is a nightmare for Moscow and a win for the EU li.pn-article-recs__item > a#https://www.washingtontimes.com/news/2026/apr/18/hungarys-election-nightmare-moscow-win-eu/ > div.pn-article-recs__media > img.pn-article-recs__image | /content/dominantthumbnail/2b449804cd8ee73a11dc767cee336d... |
Logo: The Washington Times nav.navbar > div.main-logo > a > img.blacklogo | www.washingtontimes.com/static/img/twt-logo.svg |
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#wrapper > div.globalheader_container > div.header-container > button#mobileMenuButton div#wrapper > div.globalheader_container > div.header-container > button#mobileMenuButton |
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 |
|---|
section.news-section > h2.block-title > a > img section.news-section > h2.block-title > a > img |
figure.photo-zoom > p > a > img figure.photo-zoom > p > a > img |
div.block-content > p > a > img div.block-content > p > a > img |
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#right-column > aside > div#podcast-container > iframe div#right-column > aside > div#podcast-container > iframe |
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 |
|---|
div.news-sections > section.news-section > h2.block-title > a div.news-sections > section.news-section > h2.block-title > a |
div.block-content > figure.photo-zoom > p > a div.block-content > figure.photo-zoom > p > a |
section.block > div.block-content > p > a section.block > div.block-content > p > a |
div#right-column > aside > div.socialbar > a.socialicon div#right-column > aside > div.socialbar > a.socialicon |
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 |
|---|
Advertisement section.top-news > div.show-mobile-only > div#mobile-ad-0 > div.ad-placeholder-text |
Advertisement div.news-sections > div.show-mobile-only > div#mobile-ad-1 > div.ad-placeholder-text |
Advertisement div.news-sections > div.show-mobile-only > div#mobile-ad-2 > div.ad-placeholder-text |
Advertisement aside > div#ad-primary-SB-1 > div#div-gpt-ad-left-sidebar-top > div.ad-placeholder-text |
Advertisement aside > div#ad-primary-SB-3 > div#div-gpt-ad-left-sidebar-bottom > div.ad-placeholder-text |
Advertisement aside > div#ad-primary-SB-4 > div#div-gpt-ad-homepage-bottom-left > div.ad-placeholder-text |
Advertisement aside > div#left-sidebar-sticky-ad > div#div-gpt-ad-left-sidebar-sticky > div.ad-placeholder-text |
Advertisement aside > div#ad-secondary-SB-1 > div#div-gpt-ad-right-sidebar-top > div.ad-placeholder-text |
Advertisement aside > div#ad-secondary-SB-2 > div#div-gpt-ad-right-sidebar-house > div.ad-placeholder-text |
Advertisement aside > div#ad-secondary-SB-3 > div#div-gpt-ad-right-sidebar-bottom > div.ad-placeholder-text |
Accept all div.Card-buoy__sc-1s2p2gv-0 > div.Card__CardHeader-buoy__sc-1s2p2gv-1 > div.Frame-buoy__sc-1d4hofp-0 > button.Button__StyledButton-buoy__sc-a1qza5-0 |
PURPOSES div.Card-buoy__sc-1s2p2gv-0 > div.Frame-buoy__sc-1d4hofp-0 > div.Pills__StyledPills-buoy__sc-pti2cl-0 > button.Pills__StyledPill-buoy__sc-pti2cl-1 |
1725 PARTNERS div.Card-buoy__sc-1s2p2gv-0 > div.Frame-buoy__sc-1d4hofp-0 > div.Pills__StyledPills-buoy__sc-pti2cl-0 > button.Pills__StyledPill-buoy__sc-pti2cl-1 |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Valerie Richardson div.story-details > div.meta > span.byline > a |
Lindsey McPherson div.story-details > div.meta > span.byline > a |
Valerie Richardson div.story-details > div.meta > span.byline > a |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
All site contents © Copyright 2026 The Washington Times, LLC
3600 New York Aven… div.footer-inner > section#colophon > div.container > h6.vcard |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Seen, Heard And Whispered article.story-item > div.story-details > h3.article-headline > a |
The Advocates article.story-item > div.story-details > h3.article-headline > a |
Inside The Ring article.story-item > div.story-details > h3.article-headline > a |
On Background article.story-item > div.story-details > h3.article-headline > a |
Threat Status article.story-item > div.story-details > h3.article-headline > a |
Manage Newsletters div.section-inner > ul.links > li > a |
Newsletter Signup div.section-inner > ul.links > li > a |
Opinion div.section-inner > ul.links > li > a |
Local div.section-inner > ul.links > li > a |
Sports div.section-inner > ul.links > li > a |
Opinion div.row > ul.links > li > a |
Local div.row > ul.links > li > a |
Sports div.row > ul.links > li > a |
These items highlight common accessibility best practices.
Best Practices
Trust and Safety
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| /affiliate_app_confirm.php?mode=js&authResponse=8d38ed43a... | Blocked |
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 | |
| AttributionReporting | |
| Topics | /prebid/9.19.0.js?fork=1&v=bf6611fc0393cee6578a23c9bb5689... line 15, col 33062 |
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 |
|---|---|
/washingtontimes-EIEMcy7goF/washingtontimes-longform/preb... line 1, col 70204 | %cCW display: inline-block; color: #fff; font-size: 9px; background: #61B321; padding: 1px 4px; border-radius: 0; margin-right: 1px; Missing a base prebid mapping for base "pb-slot-mainpage-1" |
Mixed Content: The page at 'https://www.washingtontimes.com/' was loaded over HTTPS, but requested an insecure script 'http://classic.avantlink.com/affiliate_app_confirm.php?mode=js&authResponse=8d38ed43afc8d297e294fc82eafaea2f44c186ec'. This request has been blocked; the content must be served over HTTPS. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Mixed content |
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.washingtontimes.com/opinion/rapid-reactions/ | 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 |
|---|
section.news-section > h2.block-title > a > img section.news-section > h2.block-title > a > img |
figure.photo-zoom > p > a > img figure.photo-zoom > p > a > img |
div.block-content > p > a > img div.block-content > p > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.