Mobile 375 × 812

Desktop 1440 × 900

Score: 66 / 100
Based on 8 categories, 0 sections
Room to improve — your 4.9s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 15.7 MB (3.9 MB transferred)
Performance issues directly impact user engagement and conversion rates.
14 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/fe48f3ba-0dee-45e0-a3de-fa2972bba810)<a href="https://beavercheck.com/results/fe48f3ba-0dee-45e0-a3de-fa2972bba810"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fpolitifact.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fpolitifact.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 4.9s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~34%.
Page takes 4.9s to load
+12% bounceUsers abandon at ~3s — you're 2.4s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 19.9s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
2 form field(s) without a label
+4% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
11 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
7 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $3,723/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$3,723 /mo
~$44,677 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,512 / year if left unfixed
$157,500
+8 more
$0.98 /mo
12294.9 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.07 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.94 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
19.89 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.89 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
60.72 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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 | |
|---|---|---|---|
pants-fire div.m-statement__meter > div.c-image > picture > img.c-image__original | static.politifact.com/politifact/rulings/tom_ruling_pof.png | 92.7 KiB | 86.3 KiB |
mostly-true div.m-statement__meter > div.c-image > picture > img.c-image__original | static.politifact.com/politifact/rulings/meter-mostly-true.jpg | 39.1 KiB | 32.7 KiB |
half-true div.m-statement__meter > div.c-image > picture > img.c-image__original | static.politifact.com/politifact/rulings/meter-half-true.jpg | 38.3 KiB | 31.9 KiB |
false div.m-statement__meter > div.c-image > picture > img.c-image__original | static.politifact.com/politifact/rulings/meter-false.jpg | 36.4 KiB | 30.0 KiB |
You can’t get vaccinated from food. But here’s how plant science is helping vac… div.c-image > a > picture > img.c-image__original | /CACHE/images/politifact/photos/AP685575817320/710ffb822a... | 16.2 KiB | 9.7 KiB |
Did Disney eliminate and then reinstate ‘ladies and gentleman’ wording in its m… div.c-image > a > picture > img.c-image__original | /CACHE/images/politifact/photos/walt_disney_world_orlando... | 15.2 KiB | 8.8 KiB |
Is Florida’s mid-decade redistricting plan ‘illegal,’ as some Democrats say? div.c-image > a > picture > img.c-image__original | /CACHE/images/politifact/photos/Florida_middecade_redistr... | 13.8 KiB | 7.3 KiB |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original | /CACHE/images/politifact/mugs/socialmedia3/dd55caa1d27710... | 12.3 KiB | 6.8 KiB |
Trump tax cuts: Sorting truth versus spin on tips, overtime, Social Security po… div.c-image > a > picture > img.c-image__original | /CACHE/images/politifact/photos/AP25025760257602/a6793551... | 12.0 KiB | 5.5 KiB |
Social media clips of crying U.S. soldiers may be AI-generated. Here’s how to s… div.c-image > a > picture > img.c-image__original | /CACHE/images/politifact/photos/Woman_checking_phone_in_T... | 11.2 KiB | 4.7 KiB |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb | /CACHE/images/politifact/mugs/socialmedia3/e9244e14452703... | 5.5 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 |
|---|---|---|
| d283fm003ll1xs.cloudfront.net/script.js | 71.9 KiB | 2.1 s |
| static.politifact.com/assets/main-CiDydm0l.css | 22.6 KiB | 1.0 s |
| static.politifact.com/js/sharethefacts-v1.js | 2.0 KiB | 769 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 |
|---|---|
| politifact.com/ | 812 ms |
| www.politifact.com/ | 0.0 ms |
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 | 31.1 s |
| Other | 7.6 s |
| Script Parsing & Compilation | 1.8 s |
| Style & Layout | 1.0 s |
| Garbage Collection | 845 ms |
| Parse HTML & CSS | 429 ms |
| Rendering | 352 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 the main frame. | Actionable |
| An iframe on the page started a navigation that did not complete. | Not actionable |
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 |
|---|---|---|
| static.politifact.com/assets/main-CiDydm0l.css | 21.8 KiB | 17.9 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
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 | |
|---|---|
div.m-meta > div.m-meta__inner > div.m-meta__item > img div.m-meta > div.m-meta__inner > div.m-meta__item > img | static.politifact.com/img/logo-footer.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
STATE EDITIONS
California
Florida
Iowa
Michigan
New Hampshire
New York
North Ca… div.o-menu-list > div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist |
ISSUES
All Issues
Online hoaxes
Coronavirus
Health Care
Immigration
Extremism
T… div.o-menu-list > div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist |
PEOPLE
Donald Trump
JD Vance
Mitch McConnell
Mike Johnson
Joe Biden div.o-menu-list > div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist |
MEDIA
PunditFact
Tucker Carlson
Sean Hannity
Rachel Maddow
Bloggers
PolitiFact … div.o-menu-list > div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist |
CAMPAIGNS
2024 Elections div.o-menu-list > div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist |
TRUTH-O-METER
True
Mostly True
Half True
Mostly False
False
Pants on Fire div.o-menu-list > div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist |
PROMISES
MAGA-Meter
Biden Promise Tracker
Trump-O-Meter
Obameter
Latest Promises div.o-menu-list > div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist |
ABOUT US
Our Process
Our Staff
En Español
Who pays for PolitiFact?
Advertise wi… div.o-menu-list > div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist |
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
California
Florida
Iowa
Michigan
New Hampshire
New York
North Carolina
Pennsylv… div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist > div.m-togglist__panel |
All Issues
Online hoaxes
Coronavirus
Health Care
Immigration
Extremism
Taxes
Ma… div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist > div.m-togglist__panel |
Donald Trump
JD Vance
Mitch McConnell
Mike Johnson
Joe Biden div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist > div.m-togglist__panel |
PunditFact
Tucker Carlson
Sean Hannity
Rachel Maddow
Bloggers
PolitiFact Videos div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist > div.m-togglist__panel |
2024 Elections div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist > div.m-togglist__panel |
True
Mostly True
Half True
Mostly False
False
Pants on Fire div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist > div.m-togglist__panel |
MAGA-Meter
Biden Promise Tracker
Trump-O-Meter
Obameter
Latest Promises div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist > div.m-togglist__panel |
Our Process
Our Staff
En Español
Who pays for PolitiFact?
Advertise with Us
Sug… div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist > div.m-togglist__panel |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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.embla > div.embla__viewport > div.embla-button-container > button.embla__button div.embla > div.embla__viewport > div.embla-button-container > button.embla__button |
div.embla > div.embla__viewport > div.embla-button-container > button.embla__button div.embla > div.embla__viewport > div.embla-button-container > button.embla__button |
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 |
|---|
div.o-mammoth__img > div.c-image > a > img.c-image__thumb div.o-mammoth__img > div.c-image > a > img.c-image__thumb |
div.c-image > a > picture > img.c-image__original div.c-image > a > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-teaser__img > div.c-image > a > img.c-image__thumb div.m-teaser__img > div.c-image > a > img.c-image__thumb |
div.c-image > a > picture > img.c-image__original div.c-image > a > picture > img.c-image__original |
div.m-teaser__img > div.c-image > a > img.c-image__thumb div.m-teaser__img > div.c-image > a > img.c-image__thumb |
div.c-image > a > picture > img.c-image__original div.c-image > a > picture > img.c-image__original |
div.m-teaser__img > div.c-image > a > img.c-image__thumb div.m-teaser__img > div.c-image > a > img.c-image__thumb |
div.c-image > a > picture > img.c-image__original div.c-image > a > picture > img.c-image__original |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.o-header__search > div.m-search > form > input#search_form div.o-header__search > div.m-search > form > input#search_form |
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 |
|---|
One Time
Monthly
Yearly div.m-disruptor-form__item > label.c-select > div.c-select__inner > select |
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 |
|---|
header.o-header > div.o-header__inner > div.o-header__branding > a header.o-header > div.o-header__inner > div.o-header__branding > a |
div.o-mammoth__inner > div.o-mammoth__img > div.c-image > a div.o-mammoth__inner > div.o-mammoth__img > div.c-image > a |
div.m-teaser > div.m-teaser__img > div.c-image > a div.m-teaser > div.m-teaser__img > div.c-image > a |
div.m-teaser > div.m-teaser__img > div.c-image > a div.m-teaser > div.m-teaser__img > div.c-image > a |
div.m-teaser > div.m-teaser__img > div.c-image > a div.m-teaser > div.m-teaser__img > div.c-image > 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.
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
| Topics | tag.ops.co/10110001/prebid_20260113_163742.js line 4, col 34576 |
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 |
|---|---|
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 () | |
www.politifact.com/ line 2863, col 18 | TypeError: Cannot read properties of undefined (reading 'callbacks')
at https://www.politifact.com/:2864:19 |
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.
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.politifact.com/membership/ | More Info |
| www.politifact.com/factchecks/list/ | Read More |
| www.politifact.com/factchecks/list/ | Read More |
| www.politifact.com/article/list/ | Read More |
| www.politifact.com/article/list/ | Read More |
| www.politifact.com/factchecks/list/?speaker_type=SOCIAL | Read More |
| www.politifact.com/factchecks/list/?speaker_type=SOCIAL | Read More |
| www.politifact.com/truth-o-meter/promises/list/ | 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 |
|---|
div.o-mammoth__img > div.c-image > a > img.c-image__thumb div.o-mammoth__img > div.c-image > a > img.c-image__thumb |
div.c-image > a > picture > img.c-image__original div.c-image > a > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-teaser__img > div.c-image > a > img.c-image__thumb div.m-teaser__img > div.c-image > a > img.c-image__thumb |
div.c-image > a > picture > img.c-image__original div.c-image > a > picture > img.c-image__original |
div.m-teaser__img > div.c-image > a > img.c-image__thumb div.m-teaser__img > div.c-image > a > img.c-image__thumb |
div.c-image > a > picture > img.c-image__original div.c-image > a > picture > img.c-image__original |
div.m-teaser__img > div.c-image > a > img.c-image__thumb div.m-teaser__img > div.c-image > a > img.c-image__thumb |
div.c-image > a > picture > img.c-image__original div.c-image > a > picture > img.c-image__original |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.10 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.83 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.46 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.24 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
12.02 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
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 |
|---|---|---|
| d283fm003ll1xs.cloudfront.net/script.js | 71.9 KiB | 521 ms |
| static.politifact.com/js/sharethefacts-v1.js | 2.0 KiB | 248 ms |
| static.politifact.com/assets/main-CiDydm0l.css | 22.4 KiB | 325 ms |
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 | |
|---|---|---|---|
| tpc.googlesyndication.com/simgad/5866521875802918187 | 432.4 KiB | 276.7 KiB | |
pants-fire div.m-statement__meter > div.c-image > picture > img.c-image__original | static.politifact.com/politifact/rulings/tom_ruling_pof.png | 92.7 KiB | 90.6 KiB |
mostly-true div.m-statement__meter > div.c-image > picture > img.c-image__original | static.politifact.com/politifact/rulings/meter-mostly-true.jpg | 39.1 KiB | 37.0 KiB |
half-true div.m-statement__meter > div.c-image > picture > img.c-image__original | static.politifact.com/politifact/rulings/meter-half-true.jpg | 38.3 KiB | 36.2 KiB |
false div.m-statement__meter > div.c-image > picture > img.c-image__original | static.politifact.com/politifact/rulings/meter-false.jpg | 36.4 KiB | 34.3 KiB |
body > div#google_image_div > a#aw0 > img.img_ad body > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/15515634924884831790 | 23.8 KiB | 11.5 KiB |
You can’t get vaccinated from food. But here’s how plant science is helping vac… div.c-image > a > picture > img.c-image__original | /CACHE/images/politifact/photos/AP685575817320/710ffb822a... | 16.2 KiB | 9.7 KiB |
Did Disney eliminate and then reinstate ‘ladies and gentleman’ wording in its m… div.c-image > a > picture > img.c-image__original | /CACHE/images/politifact/photos/walt_disney_world_orlando... | 15.2 KiB | 8.8 KiB |
Is Florida’s mid-decade redistricting plan ‘illegal,’ as some Democrats say? div.c-image > a > picture > img.c-image__original | /CACHE/images/politifact/photos/Florida_middecade_redistr... | 13.8 KiB | 7.3 KiB |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original | /CACHE/images/politifact/mugs/socialmedia3/dd55caa1d27710... | 12.3 KiB | 6.8 KiB |
Trump tax cuts: Sorting truth versus spin on tips, overtime, Social Security po… div.c-image > a > picture > img.c-image__original | /CACHE/images/politifact/photos/AP25025760257602/a6793551... | 12.0 KiB | 5.5 KiB |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb | /CACHE/images/politifact/mugs/socialmedia3/e9244e14452703... | 5.5 KiB | 4.9 KiB |
Social media clips of crying U.S. soldiers may be AI-generated. Here’s how to s… div.c-image > a > picture > img.c-image__original | /CACHE/images/politifact/photos/Woman_checking_phone_in_T... | 11.2 KiB | 4.7 KiB |
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.
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 |
|---|---|
| politifact.com/ | 267 ms |
| www.politifact.com/ | 0.0 ms |
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.
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 |
|---|---|---|
| static.politifact.com/assets/main-CiDydm0l.css | 21.7 KiB | 15.7 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-EDXB0TJGGY&cx=c>m=4e64h1 | 173.5 KiB | 116.0 KiB |
| /pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... | 187.7 KiB | 99.9 KiB |
| /pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... | 187.7 KiB | 93.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-EDXB0TJGGY | 173.4 KiB | 71.4 KiB |
| www.googletagmanager.com/gtag/js?id=UA-35156640-2 | 116.5 KiB | 62.9 KiB |
| tag.ops.co/10110003/prebid_20260113_163443.js | 120.0 KiB | 55.4 KiB |
| /prebidlink/31ee76261d87fed8cb9d4c465c48158c/hbp_master_7... | 159.2 KiB | 55.0 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 77.6 KiB | 53.9 KiB |
| ads.pubmatic.com/AdServer/js/pwt/157898/3581/pwt.js | 64.3 KiB | 44.9 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.0 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 30.9 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 30.1 KiB |
| static.politifact.com/js/bundle.min.js | 35.2 KiB | 23.9 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| d283fm003ll1xs.cloudfront.net/script.js | 3.4 s | 3.2 s | 114 ms |
| Unattributable | 2.6 s | 856 ms | 0.0 ms |
| /pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... | 1.2 s | 1.1 s | 55 ms |
| www.politifact.com/ | 521 ms | 180 ms | 3.1 ms |
| player.hbmp.ops.co/prebidlink/a1gkm/hbw_master_779253_23204.js | 518 ms | 445 ms | 4.8 ms |
| tag.ops.co/10110003/placement_20260113_163443.js | 381 ms | 322 ms | 2.0 ms |
| /prebidlink/31ee76261d87fed8cb9d4c465c48158c/hbp_master_7... | 245 ms | 227 ms | 12 ms |
| tag.ops.co/10110003/prebid_20260113_163443.js | 141 ms | 116 ms | 9.1 ms |
| ep2.adtrafficquality.google/sodar/sodar2.js | 114 ms | 104 ms | 7.2 ms |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 110 ms | 96 ms | 9.0 ms |
| securepubads.g.doubleclick.net/tag/js/gpt.js | 72 ms | 61 ms | 9.2 ms |
| tag.ops.co/10110003/index.js | 69 ms | 66 ms | 1.5 ms |
| static.politifact.com/js/bundle.min.js | 67 ms | 22 ms | 4.8 ms |
| securepubads.g.doubleclick.net/pagead/js/rum.js | 57 ms | 45 ms | 12 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 | 7.0 s |
| Other | 1.9 s |
| Script Parsing & Compilation | 299 ms |
| Garbage Collection | 251 ms |
| Style & Layout | 233 ms |
| Rendering | 76 ms |
| Parse HTML & CSS | 70 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 the main frame. | Actionable |
| An iframe on the page started a navigation that did not complete. | 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.
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 | |
|---|---|
div.m-meta > div.m-meta__inner > div.m-meta__item > img div.m-meta > div.m-meta__inner > div.m-meta__item > img | static.politifact.com/img/logo-footer.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
STATE EDITIONS
California
Florida
Iowa
Michigan
New Hampshire
New York
North Ca… div.o-menu-list > div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist |
ISSUES
All Issues
Online hoaxes
Coronavirus
Health Care
Immigration
Extremism
T… div.o-menu-list > div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist |
PEOPLE
Donald Trump
JD Vance
Mitch McConnell
Mike Johnson
Joe Biden div.o-menu-list > div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist |
MEDIA
PunditFact
Tucker Carlson
Sean Hannity
Rachel Maddow
Bloggers
PolitiFact … div.o-menu-list > div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist |
CAMPAIGNS
2024 Elections div.o-menu-list > div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist |
TRUTH-O-METER
True
Mostly True
Half True
Mostly False
False
Pants on Fire div.o-menu-list > div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist |
PROMISES
MAGA-Meter
Biden Promise Tracker
Trump-O-Meter
Obameter
Latest Promises div.o-menu-list > div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist |
ABOUT US
Our Process
Our Staff
En Español
Who pays for PolitiFact?
Advertise wi… div.o-menu-list > div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist |
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
California
Florida
Iowa
Michigan
New Hampshire
New York
North Carolina
Pennsylv… div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist > div.m-togglist__panel |
All Issues
Online hoaxes
Coronavirus
Health Care
Immigration
Extremism
Taxes
Ma… div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist > div.m-togglist__panel |
Donald Trump
JD Vance
Mitch McConnell
Mike Johnson
Joe Biden div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist > div.m-togglist__panel |
PunditFact
Tucker Carlson
Sean Hannity
Rachel Maddow
Bloggers
PolitiFact Videos div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist > div.m-togglist__panel |
2024 Elections div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist > div.m-togglist__panel |
True
Mostly True
Half True
Mostly False
False
Pants on Fire div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist > div.m-togglist__panel |
MAGA-Meter
Biden Promise Tracker
Trump-O-Meter
Obameter
Latest Promises div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist > div.m-togglist__panel |
Our Process
Our Staff
En Español
Who pays for PolitiFact?
Advertise with Us
Sug… div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist > div.m-togglist__panel |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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.embla > div.embla__viewport > div.embla-button-container > button.embla__button div.embla > div.embla__viewport > div.embla-button-container > button.embla__button |
div.embla > div.embla__viewport > div.embla-button-container > button.embla__button div.embla > div.embla__viewport > div.embla-button-container > button.embla__button |
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 |
|---|
div.o-mammoth__img > div.c-image > a > img.c-image__thumb div.o-mammoth__img > div.c-image > a > img.c-image__thumb |
div.c-image > a > picture > img.c-image__original div.c-image > a > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-teaser__img > div.c-image > a > img.c-image__thumb div.m-teaser__img > div.c-image > a > img.c-image__thumb |
div.c-image > a > picture > img.c-image__original div.c-image > a > picture > img.c-image__original |
div.m-teaser__img > div.c-image > a > img.c-image__thumb div.m-teaser__img > div.c-image > a > img.c-image__thumb |
div.c-image > a > picture > img.c-image__original div.c-image > a > picture > img.c-image__original |
div.m-teaser__img > div.c-image > a > img.c-image__thumb div.m-teaser__img > div.c-image > a > img.c-image__thumb |
div.c-image > a > picture > img.c-image__original div.c-image > a > picture > img.c-image__original |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.o-header__search > div.m-search > form > input#search_form div.o-header__search > div.m-search > form > input#search_form |
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 |
|---|
One Time
Monthly
Yearly div.m-disruptor-form__item > label.c-select > div.c-select__inner > select |
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.o-mammoth__inner > div.o-mammoth__img > div.c-image > a div.o-mammoth__inner > div.o-mammoth__img > div.c-image > a |
div.m-teaser > div.m-teaser__img > div.c-image > a div.m-teaser > div.m-teaser__img > div.c-image > a |
div.m-teaser > div.m-teaser__img > div.c-image > a div.m-teaser > div.m-teaser__img > div.c-image > a |
div.m-teaser > div.m-teaser__img > div.c-image > a div.m-teaser > div.m-teaser__img > div.c-image > 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.
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 |
|---|
Donate header.o-header > div.o-header__inner > div.o-header__donate > a.c-button |
English div#top > div.lang-sub-nav > strong > a |
Español body > div#top > div.lang-sub-nav > a |
More Info div.o-disruptor__content > div.m-disruptor-content > p > a.m-disruptor-content__link |
Join Now div.o-disruptor__form > div.m-disruptor-form > form > button.c-button |
ADVERTISEMENT div#top > main.global-content > section.m-billboard > div.m-billboard__meta |
Social Media article.m-statement > div.m-statement__author > div.m-statement__meta > a.m-statement__name |
By Loreben Tuquero • April 20, 2026 article.m-statement > div.m-statement__content > div.m-statement__body > footer.m-statement__footer |
Social Media article.m-statement > div.m-statement__author > div.m-statement__meta > a.m-statement__name |
By Maria Briceño • April 8, 2026 article.m-statement > div.m-statement__content > div.m-statement__body > footer.m-statement__footer |
Social Media article.m-statement > div.m-statement__author > div.m-statement__meta > a.m-statement__name |
By Loreben Tuquero • April 7, 2026 article.m-statement > div.m-statement__content > div.m-statement__body > footer.m-statement__footer |
Social Media article.m-statement > div.m-statement__author > div.m-statement__meta > a.m-statement__name |
By Maria Briceño • April 6, 2026 article.m-statement > div.m-statement__content > div.m-statement__body > footer.m-statement__footer |
By Maria Briceño • March 30, 2026 article.m-statement > div.m-statement__content > div.m-statement__body > footer.m-statement__footer |
Read More div.t-row__center > div.home-section > header.home-title > a.view-all |
Democratic National Committee article.m-statement > div.m-statement__author > div.m-statement__meta > a.m-statement__name |
By Zoe Weyand • April 20, 2026 article.m-statement > div.m-statement__content > div.m-statement__body > footer.m-statement__footer |
Restoration of America article.m-statement > div.m-statement__author > div.m-statement__meta > a.m-statement__name |
By Amy Sherman • April 17, 2026 article.m-statement > div.m-statement__content > div.m-statement__body > footer.m-statement__footer |
Donald Trump article.m-statement > div.m-statement__author > div.m-statement__meta > a.m-statement__name |
By Louis Jacobson • April 15, 2026 article.m-statement > div.m-statement__content > div.m-statement__body > footer.m-statement__footer |
Byron Donalds article.m-statement > div.m-statement__author > div.m-statement__meta > a.m-statement__name |
By Louis Jacobson • April 14, 2026 article.m-statement > div.m-statement__content > div.m-statement__body > footer.m-statement__footer |
Brandon Gill article.m-statement > div.m-statement__author > div.m-statement__meta > a.m-statement__name |
By Samantha Putterman • April 13, 2026 article.m-statement > div.m-statement__content > div.m-statement__body > footer.m-statement__footer |
Donald Trump article.m-statement > div.m-statement__author > div.m-statement__meta > a.m-statement__name |
By Maria Briceño • April 13, 2026 article.m-statement > div.m-statement__content > div.m-statement__body > footer.m-statement__footer |
Read More div.t-row__center > div.home-section > footer > a.view-all |
Sign Up div.m-borderbox > div.m-borderbox__content > div > a#mc-embedded-subscribe |
Read More div.t-row__center > div.home-section > header.home-title > a.view-all |
By Maria Briceño • April 17, 2026 div.grid-container > div.grid-listing__item > div.content > footer.m-statement__footer |
By Jeff Cercone • April 17, 2026 div.grid-container > div.grid-listing__item > div.content > footer.m-statement__footer |
By Grace Abels • April 16, 2026 div.grid-container > div.grid-listing__item > div.content > footer.m-statement__footer |
By Loreben Tuquero • April 16, 2026 div.grid-container > div.grid-listing__item > div.content > footer.m-statement__footer |
By Samantha Putterman • April 15, 2026 div.grid-container > div.grid-listing__item > div.content > footer.m-statement__footer |
By Amy Sherman • April 14, 2026 div.grid-container > div.grid-listing__item > div.content > footer.m-statement__footer |
Read More div.t-row__center > div.home-section > footer > a.view-all |
Read More div.t-row__center > div.home-section > header.home-title > a.view-all |
Facebook posts article.m-statement > div.m-statement__author > div.m-statement__meta > a.m-statement__name |
By Loreben Tuquero • April 21, 2026 article.m-statement > div.m-statement__content > div.m-statement__body > footer.m-statement__footer |
Social Media article.m-statement > div.m-statement__author > div.m-statement__meta > a.m-statement__name |
By Loreben Tuquero • April 20, 2026 article.m-statement > div.m-statement__content > div.m-statement__body > footer.m-statement__footer |
Social Media article.m-statement > div.m-statement__author > div.m-statement__meta > a.m-statement__name |
By Maria Briceño • April 8, 2026 article.m-statement > div.m-statement__content > div.m-statement__body > footer.m-statement__footer |
Social Media article.m-statement > div.m-statement__author > div.m-statement__meta > a.m-statement__name |
By Loreben Tuquero • April 7, 2026 article.m-statement > div.m-statement__content > div.m-statement__body > footer.m-statement__footer |
Social Media article.m-statement > div.m-statement__author > div.m-statement__meta > a.m-statement__name |
By Maria Briceño • April 6, 2026 article.m-statement > div.m-statement__content > div.m-statement__body > footer.m-statement__footer |
Facebook posts article.m-statement > div.m-statement__author > div.m-statement__meta > a.m-statement__name |
By Maria Briceño • March 30, 2026 article.m-statement > div.m-statement__content > div.m-statement__body > footer.m-statement__footer |
Read More div.t-row__center > div.home-section > footer > a.view-all |
Donald Trump article.m-statement > div.m-statement__author > div.m-statement__meta > a.m-statement__name |
Trump seeks an end to offshore wind energy, but courts have disagreed | April 1… article.m-statement > div.m-statement__content > div.m-statement__body > footer.m-statement__footer |
Donald Trump article.m-statement > div.m-statement__author > div.m-statement__meta > a.m-statement__name |
Iran war pushes gasoline prices past $4 per gallon | April 10, 2026 article.m-statement > div.m-statement__content > div.m-statement__body > footer.m-statement__footer |
Donald Trump article.m-statement > div.m-statement__author > div.m-statement__meta > a.m-statement__name |
Spending poised to rise under White House budget proposal | April 10, 2026 article.m-statement > div.m-statement__content > div.m-statement__body > footer.m-statement__footer |
Read More div.o-platform__inner > div.o-platform__footer > footer > a.view-all |
div.m-borderbox > div.m-borderbox__content > div.m-borderbox__cta > input#mc-embedded-subscribe div.m-borderbox > div.m-borderbox__content > div.m-borderbox__cta > input#mc-embedded-subscribe |
Sign me up div.m-supporter__content > article.m-supporter__body > p > a.c-button |
form#mc-embedded-subscribe-form-footer > label.c-input > div.c-input__inner > input.c-input__field form#mc-embedded-subscribe-form-footer > label.c-input > div.c-input__inner > input.c-input__field |
These are opportunities to improve the legibility of your content.
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
| Topics | tag.ops.co/10110003/prebid_20260113_163443.js line 4, col 34576 |
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 |
|---|---|
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 () | |
www.politifact.com/ line 2863, col 18 | TypeError: Cannot read properties of undefined (reading 'callbacks')
at https://www.politifact.com/:2864:19 |
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.
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.politifact.com/membership/ | More Info |
| www.politifact.com/factchecks/list/ | Read More |
| www.politifact.com/factchecks/list/ | Read More |
| www.politifact.com/article/list/ | Read More |
| www.politifact.com/article/list/ | Read More |
| www.politifact.com/factchecks/list/?speaker_type=SOCIAL | Read More |
| www.politifact.com/factchecks/list/?speaker_type=SOCIAL | Read More |
| www.politifact.com/truth-o-meter/promises/list/ | 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 |
|---|
div.o-mammoth__img > div.c-image > a > img.c-image__thumb div.o-mammoth__img > div.c-image > a > img.c-image__thumb |
div.c-image > a > picture > img.c-image__original div.c-image > a > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-teaser__img > div.c-image > a > img.c-image__thumb div.m-teaser__img > div.c-image > a > img.c-image__thumb |
div.c-image > a > picture > img.c-image__original div.c-image > a > picture > img.c-image__original |
div.m-teaser__img > div.c-image > a > img.c-image__thumb div.m-teaser__img > div.c-image > a > img.c-image__thumb |
div.c-image > a > picture > img.c-image__original div.c-image > a > picture > img.c-image__original |
div.m-teaser__img > div.c-image > a > img.c-image__thumb div.m-teaser__img > div.c-image > a > img.c-image__thumb |
div.c-image > a > picture > img.c-image__original div.c-image > a > picture > img.c-image__original |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback