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.
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 |
|---|---|---|
| www.infowars.com/_astro/index.BxwEkdLS.css | 5.7 KiB | |
| fonts.googleapis.com/css2?family=Rubik:wght@300..900&display=swap | 1.2 KiB | 758 ms |
| www.infowars.com/_astro/index.C-jKHGLw.css | 197 B | |
| www.infowars.com/_astro/index.D77BVDmQ.css | 503 B | |
| www.infowars.com/_astro/about.BbDaAZHH.css | 4.9 KiB |
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.
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 | |
|---|---|---|---|
div.topAd > ins#revive-0-0 > a > img div.topAd > ins#revive-0-0 > a > img | media.americanmediabroadcast.com/www/images/c46b4f772568e695991d849da620a5d7.png | 1.9 MiB | 1.9 MiB |
Image for UFO Expert David Wilcock Allegedly Commits Suicide — The Internet Isn… ul#featuredSplide-list > li#featuredSplide-slide06 > a.mySlides__image > img | /4632bbb0-d77f-445b-b22a-148e3e52f26c/iw/2026/04/wilcock.png | 355.9 KiB | 312.8 KiB |
Image for DICE: Alex Jones Was Right (Again) – The Billion Dollar Scheme to Pus… ul#featuredSplide-list > li#featuredSplide-slide08 > a.mySlides__image > img | /4632bbb0-d77f-445b-b22a-148e3e52f26c/iw/2026/04/jones236... | 195.8 KiB | 152.7 KiB |
Image for Rogan Says YouTube Banning Nick Fuentes Made Him Blow Up On Rumble ar… ul#featuredSplide-list > li#featuredSplide-slide05 > a.mySlides__image > img | /4632bbb0-d77f-445b-b22a-148e3e52f26c/iw/2026/04/rogan511... | 153.8 KiB | 110.7 KiB |
Image for Alex Jones Exposes SPLC Involvement In Charlottesville article ul#featuredSplide-list > li#featuredSplide-slide03 > a.mySlides__image > img | /4632bbb0-d77f-445b-b22a-148e3e52f26c/iw/2026/04/Charlott... | 134.0 KiB | 95.5 KiB |
Image for ⚠️EXTREME VIEWER DISCRETION ADVISED: The Man Hired By The Onion To Tak… ul#featuredSplide-list > li#featuredSplide-slide01 > a.mySlides__image > img | /4632bbb0-d77f-445b-b22a-148e3e52f26c/iw/2026/04/timeric2... | 135.9 KiB | 92.8 KiB |
Image for BREAKING: Major New Information Released PROVING That The SPLC Runs E… div.special-reports > div.special-reports__latest > a.special-reports__latest-image > img | /4632bbb0-d77f-445b-b22a-148e3e52f26c/iw/2026/04/splc2312... | 121.2 KiB | 78.1 KiB |
div#image-carousel-track > ul#image-carousel-list > li#image-carousel-slide01 > img div#image-carousel-track > ul#image-carousel-list > li#image-carousel-slide01 > img | /4632bbb0-d77f-445b-b22a-148e3e52f26c/iw/2026/04/414421_i... | 135.6 KiB | 73.2 KiB |
Image for Fraud? Citizen Journalist Probes Restaurant Operating at Address Ilha… ul#featuredSplide-list > li#featuredSplide-slide02 > a.mySlides__image > img | /4632bbb0-d77f-445b-b22a-148e3e52f26c/iw/2026/04/report46... | 111.2 KiB | 68.1 KiB |
Image for Wednesday War Room LIVE: DOJ Indicts Marxist SPLC on 11-Counts, Inclu… ul#featuredSplide-list > li#featuredSplide-slide07 > a.mySlides__image > img | /4632bbb0-d77f-445b-b22a-148e3e52f26c/iw/2025/08/world256... | 84.1 KiB | 41.0 KiB |
Image for Trump Considers Iran Nuclear Deal With Many Of The Same Points He Cri… ul#featuredSplide-list > li#featuredSplide-slide04 > a.mySlides__image > img | /4632bbb0-d77f-445b-b22a-148e3e52f26c/iw/2026/04/TrumpPup... | 67.7 KiB | 24.6 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
| infowars.com/ | 760 ms |
| www.infowars.com/ | 0.0 ms |
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.
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
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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.infowars.com/_astro/splide.esm.BUlXYiLa.js | 1.1 s | 327 ms | 0.4 ms |
| www.infowars.com/ | 887 ms | 163 ms | 18 ms |
| Unattributable | 841 ms | 68 ms | 0.0 ms |
| www.infowars.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 436 ms | 418 ms | 4.4 ms |
| www.infowars.com/~partytown/partytown-sandbox-sw.html?1776901401183 | 388 ms | 307 ms | 8.7 ms |
| /_astro/ClientRouter.astro_astro_type_script_index_0_lang... | 156 ms | 121 ms | 0.4 ms |
| www.infowars.com/_astro/client.CQYjX9dY.js | 79 ms | 69 ms | 1.2 ms |
| /beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312... | 59 ms | 34 ms | 5.2 ms |
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 | 1.5 s |
| Other | 1.5 s |
| Style & Layout | 700 ms |
| Rendering | 163 ms |
| Parse HTML & CSS | 105 ms |
| Script Parsing & Compilation | 44 ms |
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
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 |
|---|
body > div.topAd > ins#revive-0-0 > a body > div.topAd > ins#revive-0-0 > a |
div#main-header > div.main-header__left > div.main-header__shop > a.link div#main-header > div.main-header__left > div.main-header__shop > a.link |
div#main-header > div.main-header__left > div.main-header__mobileSearch > a#toggleSearch div#main-header > div.main-header__left > div.main-header__mobileSearch > a#toggleSearch |
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 |
|---|
Terms of Service body > section.footer > p.footer-links > a |
DMCA body > section.footer > p.footer-links > a |
Media Inquiries body > section.footer > p.footer-links > a |
About body > section.footer > p.footer-links > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.light html.light |
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| AttributionReporting | www.infowars.com/~partytown/partytown-sandbox-sw.html?1776901401183 line 1, col 11622 |
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.