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.
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.
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.
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 |
|---|---|---|
| /css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700... | 2.5 KiB | 763 ms |
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 |
|---|---|
| undotrump.com/ | 1.2 s |
| www.undotrump.com/ | 0.0 ms |
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 |
|---|---|
Search →
FILTER:
Active
In Courts
Partially Undone
Undone
Pending
Expired
Term … body > div.search-bar | 0.170 |
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.
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 |
|---|
ACTIONS TRACKED div.container > div.stat-strip-inner > div.stat-item > div.stat-label |
STILL ACTIVE div.container > div.stat-strip-inner > div.stat-item > div.stat-label |
IN THE COURTS div.container > div.stat-strip-inner > div.stat-item > div.stat-label |
RESTORED div.container > div.stat-strip-inner > div.stat-item > div.stat-label |
475 div.container > div.stat-strip-inner > div.stat-item > div.stat-number |
DAYS TRACKING div.container > div.stat-strip-inner > div.stat-item > div.stat-label |
🌍 ENVIRONMENT nav.nav-bar > div.container > div.nav-inner > a.nav-item |
🏥 HEALTHCARE nav.nav-bar > div.container > div.nav-inner > a.nav-item |
FILTER: div.search-bar > div.container > div.filter-pills > span |
ACTIVE main > article.action-card > div.card-meta > span.status-badge |
CORRUPTION main > article.action-card > div.card-tags > a.card-tag |
ETHICS OVERSIGHT main > article.action-card > div.card-tags > a.card-tag |
EXECUTIVE_POWER main > article.action-card > div.card-tags > a.card-tag |
GOVERNMENT_ACCOUNTABILITY main > article.action-card > div.card-tags > a.card-tag |
PARDONS main > article.action-card > div.card-tags > a.card-tag |
WATCHDOG ELIMINATION main > article.action-card > div.card-tags > a.card-tag |
Tracked 2 days · 🤖 AI-categorized main > article.action-card > div.card-footer > span.card-tracking |
Tracked 3 days · 🤖 AI-categorized main > article.action-card > div.card-footer > span.card-tracking |
Tracked 4 days · 🤖 AI-categorized main > article.action-card > div.card-footer > span.card-tracking |
Tracked 5 days · 🤖 AI-categorized main > article.action-card > div.card-footer > span.card-tracking |
Tracked 5 days · 🤖 AI-categorized main > article.action-card > div.card-footer > span.card-tracking |
Tracked 5 days · 🤖 AI-categorized main > article.action-card > div.card-footer > span.card-tracking |
Tracked 5 days · 🤖 AI-categorized main > article.action-card > div.card-footer > span.card-tracking |
Tracked 6 days · 🤖 AI-categorized main > article.action-card > div.card-footer > span.card-tracking |
Tracked 8 days · 🤖 AI-categorized main > article.action-card > div.card-footer > span.card-tracking |
Tracked 8 days · 🤖 AI-categorized main > article.action-card > div.card-footer > span.card-tracking |
Environment · May 9, 2026 div.sidebar-widget > div.activity-feed > div.activity-item > div.activity-meta |
Immigration · May 9, 2026 div.sidebar-widget > div.activity-feed > div.activity-item > div.activity-meta |
Foreign Policy · May 9, 2026 div.sidebar-widget > div.activity-feed > div.activity-item > div.activity-meta |
A nonpartisan civic record of actions taken against American institutions, valu… div.container > div.footer-inner > div > p.footer-tagline |
Admin ↗ div.footer-inner > div > div.footer-links > a.footer-link |
© 2026 UNDOTRUMP.COM · NONPARTISAN CIVIC TRACKER · DATA IS NOT PARTISAN — I… footer.site-footer > div.container > div.footer-bottom > span.footer-copy |
Restoring America, one record at a time. footer.site-footer > div.container > div.footer-bottom > span.footer-pledge |
These are opportunities to improve the legibility of your content.
Names and labels
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
⚡ All Actions (1,032)
🌍 Environment (65)
🏥 Healthcare (75)
🗽 Immigration (96)
✊… aside.sidebar > div.sidebar-widget > div.cat-mobile-select > select.cat-select |
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
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.