Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
Room to improve — your 23.9s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Mostly accessible, but some users still face barriers.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
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.6 MB (5.9 MB transferred)
Performance issues directly impact user engagement and conversion rates.
12 link(s) with no accessible 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/5062eee6-9278-4475-9d3d-db683e791d72)<a href="https://beavercheck.com/results/5062eee6-9278-4475-9d3d-db683e791d72"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fbreitbart.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fbreitbart.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 23.9s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~29%.
Page takes 23.9s to load
+12% bounceUsers abandon at ~3s — you're 21.4s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 540ms after first paint
Fix: Defer third-party scripts and split large bundles
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
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
12 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
1 broken link(s) on the page
+2% 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.
€425 investment → €1.38/month returns + EUR 120,500,000 risk avoided
€425
5h · 5 findings
€1.38 /mo
~€17 / year
EUR 120,500,000
if kept compliant
€128 — 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 €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,017 / year if left unfixed
€120,500,000
+4 more
€1.38 /mo
18626.8 MB/mo × 0.074 EUR/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.
11.69 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
23.85 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
540 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.465
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.69 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.
27.06 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.
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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
America’s 250th Celebration: President Trump to Read Scripture as Part of ‘Amer… section#gb-2 > article.aw-2 > a.tco > img | media.breitbart.com/media/2026/04/GettyImages-490005148-640x480.png | 510.3 KiB | 460.3 KiB |
MIAMI, FLORIDA - APRIL 11: U.S. President Donald Trump waves to the media after… article.has-thumb > div.side-article-title > a.tco > img | media.breitbart.com/media/2026/04/GettyImages-2270914398-640x480.png | 428.7 KiB | 378.7 KiB |
Iran Escalates Trash Talk as Ceasefire Deadline Looms section#gb-1 > article.aw-2 > a.tco > img | media.breitbart.com/media/2026/04/GettyImages-2271383729-640x480.png | 343.5 KiB | 293.5 KiB |
Traders work on the floor of the New York Stock Exchange during morning trading… section.featured_side > article.has-thumb > a.tco > img | media.breitbart.com/media/2026/04/nyse-4-8-26-getty-420x315.png | 229.5 KiB | 215.9 KiB |
Trump: The U.S. ‘Should Have the Lowest Interest Rate in the World’ section#gb-2 > article.aw-1 > a.tco > img | media.breitbart.com/media/2025/12/Donald-Trump-9-640x480.jpg | 47.1 KiB | 33.6 KiB |
Sydney Sweeney Goes Nude in Latest ‘Euphoria’ Episode section#gb-0 > article.aw-2 > a.tco > img | media.breitbart.com/media/2026/04/euphoriasweeney-640x480.jpg | 69.8 KiB | 19.8 KiB |
A Timeline Leading Up to Singer D4vd’s Murder Charge in the Killing of 14-Year-… section#gb-0 > article.aw-1 > a.tco > img | media.breitbart.com/media/2026/04/D4vdHernandez2-420x315.jpg | 33.1 KiB | 18.7 KiB |
The Associated Press section.featured_side > article.has-thumb > a.tco > img | /media/2026/04/wi/ap/mexico-us-embassy-deaths-68576-mexic... | 28.1 KiB | 16.0 KiB |
U.S. Rep. Sheila Cherfilus-McCormick (D-FLA) appears for a hearing of the House… section.featured_side > article.has-thumb > a.tco > img | media.breitbart.com/media/2026/04/Sheila-Cherfilus-McCormick-1-420x315.jpg | 27.5 KiB | 13.8 KiB |
Title: APTOPIX Virginia Inauguration Image ID: 26017666784985 Article: Virginia… section.featured_side > article.has-thumb > a.tco > img | media.breitbart.com/media/2026/04/AP26017666784985-420x315.jpg | 26.6 KiB | 12.9 KiB |
SAN FRANCISCO, CALIFORNIA - APRIL 13: Bruce Springsteen and the E Street Band p… section.featured_side > article.has-thumb > a.tco > img | media.breitbart.com/media/2026/04/springsteen-1-420x315.jpg | 23.3 KiB | 9.7 KiB |
Klobuchar: Judiciary Committee Must Have an Immediate Hearing with Kash Patel section#gb-2 > article.aw-1 > a.tco > img | media.breitbart.com/media/2025/01/AK-420x315.jpg | 23.6 KiB | 9.3 KiB |
Maddow: ‘Need to Go to the Mullahs in Iran’ to See if Trump’s ‘Just Huffing section#gb-1 > article.aw-1 > a.tco > img | media.breitbart.com/media/2024/12/Rachel-Maddow-hand-up-getty-420x315.jpg | 23.1 KiB | 8.7 KiB |
Report: ‘Call Her Daddy’ Host Alex Cooper’s Media Empire Facing Turmoil, Scanda… section#gb-0 > article.aw-1 > a.tco > img | media.breitbart.com/media/2024/10/alexcooperkamalaharris-420x315.jpg | 22.7 KiB | 8.4 KiB |
Walz: ‘Next Democrat President Better Figure Out a Way to Get Universal Healthc… section#gb-2 > article.aw-1 > a.tco > img | media.breitbart.com/media/2025/04/walz-420x315.jpg | 21.2 KiB | 7.1 KiB |
Marlow: Iran Counting on American Media to Pressure Trump to End War Before Enr… section#gb-1 > article.aw-1 > a.tco > img | /media/2026/04/donald-trump-oval-office-april-13-2026-whi... | 19.7 KiB | 6.6 KiB |
EXCLUSIVE: Rep. Clyde Leads Coalition Urging Trump to Pick an A-G Who Will ‘Imm… article.aw-1 > a.tco > div.overlay-container > img | media.breitbart.com/media/2026/04/Andrew-Clyde-R-420x315.jpg | 19.5 KiB | 6.5 KiB |
Alan Osmond, Oldest Brother in ‘The Osmonds,’ Dead at 76: ‘He Truly Was a Saint… section#gb-0 > article.aw-1 > a.tco > img | media.breitbart.com/media/2026/04/GettyImages-706852517-420x315.jpg | 17.3 KiB | 5.8 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 |
|---|---|---|
| vjs.zencdn.net/7.20.3/video-js.css | 10.9 KiB | 1.1 s |
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.
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 |
|---|---|
| breitbart.com/ | 803 ms |
| www.breitbart.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 |
|---|---|
BREITBART
U.S.-IRAN TALKSWARSH HEARINGSVA GERRYMANDERING SCHEMEMASS AMNESTY PUS… body.home > div#GlobalW | 0.406 |
HomePage
Trump Announces Iran Ceasefire Extension
Blockade Stays
NICK GILBERTS… body.home > div#GlobalW > div#ContentW | 0.059 |
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.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.breitbart.com/t/style-63094108875278243078.css | 47.2 KiB | 35.2 KiB |
| cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css | 14.0 KiB | 14.0 KiB |
| vjs.zencdn.net/7.20.3/video-js.css | 10.7 KiB | 10.7 KiB |
| cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css | 10.2 KiB | 10.2 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 |
|---|---|---|
| /pagead/managed/js/adsense/m202604160101/show_ads_impl_fy... | 177.5 KiB | 155.3 KiB |
| cdn.adpushup.com/47095/adpushup.js | 183.8 KiB | 136.3 KiB |
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 187.4 KiB | 97.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-5PBM4HC45W | 169.9 KiB | 82.3 KiB |
| www.breitbart.com/t/style-63094108875278243078.js | 65.5 KiB | 43.3 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.0 KiB |
| /pagead/js/adsbygoogle.js?client=ca-pub-9229289037503472 | 54.4 KiB | 30.8 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 |
|---|---|---|---|
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 1.7 s | 1.4 s | 55 ms |
| www.breitbart.com/t/style-63094108875278243078.js | 775 ms | 576 ms | 20 ms |
| Unattributable | 774 ms | 25 ms | 0.0 ms |
| www.breitbart.com/ | 730 ms | 163 ms | 17 ms |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 297 ms | 236 ms | 35 ms |
| cdn.adpushup.com/47095/adpushup.js | 271 ms | 151 ms | 106 ms |
| www.googletagmanager.com/gtag/js?id=G-5PBM4HC45W | 183 ms | 131 ms | 39 ms |
| /scripts/25915dba3f71a41b2d6242657214b496c2beb5fd937e3177... | 148 ms | 111 ms | 19 ms |
| /pagead/js/adsbygoogle.js?client=ca-pub-9229289037503472 | 124 ms | 82 ms | 14 ms |
| /pagead/managed/js/adsense/m202604160101/show_ads_impl_fy... | 100 ms | 55 ms | 44 ms |
| /safeframe/1-0-45/html/container.html | 69 ms | 0.2 ms | 0.0 ms |
| pagead2.googlesyndication.com/tag/js/gpt.js | 68 ms | 59 ms | 8.4 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 | 3.1 s |
| Other | 792 ms |
| Style & Layout | 661 ms |
| Script Parsing & Compilation | 379 ms |
| Rendering | 180 ms |
| Garbage Collection | 176 ms |
| Parse HTML & CSS | 87 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|
Sydney Sweeney Goes Nude in Latest ‘Euphoria’ Episode section#gb-0 > article.aw-2 > a.tco > img | media.breitbart.com/media/2026/04/euphoriasweeney-640x480.jpg |
Miss Universe Puerto Rico Announces Second Transgender Contestant Gabriel Rodrí… section#gb-0 > article.aw-2 > a.tco > img | /media/2026/04/GabrielRodríguezVelázquez-640x480.jpg |
Iran Escalates Trash Talk as Ceasefire Deadline Looms section#gb-1 > article.aw-2 > a.tco > img | media.breitbart.com/media/2026/04/GettyImages-2271383729-640x480.png |
Marlow: Democrats Weaponizing Woke Catholic Priests Against Trump to Win Midter… section#gb-2 > article.aw-2 > a.tco > img | media.breitbart.com/media/2026/04/55142580788a242dcece4-640x480.jpg |
America’s 250th Celebration: President Trump to Read Scripture as Part of ‘Amer… section#gb-2 > article.aw-2 > a.tco > img | media.breitbart.com/media/2026/04/GettyImages-490005148-640x480.png |
Trump: The U.S. ‘Should Have the Lowest Interest Rate in the World’ section#gb-2 > article.aw-1 > a.tco > img | media.breitbart.com/media/2025/12/Donald-Trump-9-640x480.jpg |
Alan Osmond, Oldest Brother in ‘The Osmonds,’ Dead at 76: ‘He Truly Was a Saint… section#gb-0 > article.aw-1 > a.tco > img | media.breitbart.com/media/2026/04/GettyImages-706852517-420x315.jpg |
Report: ‘Call Her Daddy’ Host Alex Cooper’s Media Empire Facing Turmoil, Scanda… section#gb-0 > article.aw-1 > a.tco > img | media.breitbart.com/media/2024/10/alexcooperkamalaharris-420x315.jpg |
A Timeline Leading Up to Singer D4vd’s Murder Charge in the Killing of 14-Year-… section#gb-0 > article.aw-1 > a.tco > img | media.breitbart.com/media/2026/04/D4vdHernandez2-420x315.jpg |
Marlow: Iran Counting on American Media to Pressure Trump to End War Before Enr… section#gb-1 > article.aw-1 > a.tco > img | /media/2026/04/donald-trump-oval-office-april-13-2026-whi... |
Maddow: ‘Need to Go to the Mullahs in Iran’ to See if Trump’s ‘Just Huffing section#gb-1 > article.aw-1 > a.tco > img | media.breitbart.com/media/2024/12/Rachel-Maddow-hand-up-getty-420x315.jpg |
Walz: ‘Next Democrat President Better Figure Out a Way to Get Universal Healthc… section#gb-2 > article.aw-1 > a.tco > img | media.breitbart.com/media/2025/04/walz-420x315.jpg |
Klobuchar: Judiciary Committee Must Have an Immediate Hearing with Kash Patel section#gb-2 > article.aw-1 > a.tco > img | media.breitbart.com/media/2025/01/AK-420x315.jpg |
EXCLUSIVE: Rep. Clyde Leads Coalition Urging Trump to Pick an A-G Who Will ‘Imm… article.aw-1 > a.tco > div.overlay-container > img | media.breitbart.com/media/2026/04/Andrew-Clyde-R-420x315.jpg |
Kevin Warsh Faces Senators as Trump’s Pick to Lead the Federal Reserve section#gb-3 > article.aw-2 > a.tco > img | |
U.S. Retail Sales Soar as Consumer Spending Broadly Surges section#gb-3 > article.aw-1 > a.tco > img | |
Apple’s Incoming CEO John Ternus Faces Critical Test in Addressing AI Strategy … section#gb-3 > article.aw-1 > a.tco > img | |
SCOTUS to Decide if Colorado Can Exclude Catholic Schools from Pre-K Program ov… section#gb-4 > article.aw-2 > a.tco > img | |
Nolte: Man Accused of Rubbing Genitals on Woman’s Face in Whole Foods section#gb-4 > article.aw-1 > a.tco > img | |
Labor Secretary Lori Chavez-DeRemer Latest Trump Cabinet Official to Exit section#gb-5 > article.aw-2 > a.tco > img | |
Report: ActBlue Employees Plead the Fifth over 100 Times During House Depositio… section#gb-5 > article.aw-1 > a.tco > img | |
Ossoff: After Midterm Victory, Dems Will Investigate Trump Admin ‘Grotesque Con… section#gb-5 > article.aw-1 > a.tco > img | |
Dem Rep. Subramanyam: I’d Support Dem Who Equated Israel, Hamas, ‘Have to Welco… section#gb-5 > article.aw-1 > a.tco > img | |
Majority of French Think Country Experiencing ‘Great Replacement’ by Non-Europe… section#gb-6 > article.aw-2 > a.tco > img | |
Hungary’s Protection of Minors from LGBTQI+ Dogma Ruled Unlawful by E.U. Court section#gb-6 > article.aw-1 > a.tco > img | |
Spanish Govt. Urging Prisons to Expedite Foreign Inmates’ Amnesty Claims section#gb-6 > article.aw-1 > a.tco > img | |
Homan: China Exploiting Visa Waiver Program, Hope Mullin Makes Changes ‘Soon’ section#gb-6 > article.aw-1 > a.tco > img | |
Trump to Host over 100 NCAA Champions at White House section#gb-7 > article.aw-2 > a.tco > img | |
Mike Vrabel Issues Statement on Intimate Pics with Reporter: ‘I’ve Had Some Dif… section#gb-7 > article.aw-1 > a.tco > img | |
Mike Tomlin Joining NBC Football Night in America as Studio Analyst section#gb-7 > article.aw-1 > a.tco > img | |
Delaware Marathon Runner Celebrates Too Early, Gets Passed at Finish Line section#gb-8 > article.aw-2 > a.tco > img | |
Police: NYC Carjackers Hit 72-Year-Old Woman in Lowe’s Parking Lot section#gb-8 > article.aw-1 > a.tco > img | |
‘Disturbing’: D.C. Officer Celebrated as First Openly Gay Union Leader Accused … section#gb-8 > article.aw-2 > a.tco > img | |
VIDEO — ‘Give This Dog an Award!’: Family’s Beloved Canine Alerts Them to G article.aw-1 > a.tco > div.overlay-container > img | |
Nolte: De Blasio’s NYC Socialist Preschool Scheme Wasted $100M — and Counting —… section#gb-8 > article.aw-1 > a.tco > img | |
Iran’s Top Negotiator Rejects Talks ‘Under Threat’ — Warns Regime ‘Ready to Rev… section#gb-9 > article.aw-2 > a.tco > img | |
Trump: Ceasefire Extension ‘Highly Unlikely’ if No Deal by Wednesday Night section#gb-9 > article.aw-1 > a.tco > img | |
Soleimani’s Successor Appears in Iraq After Mysterious Disappearance During Ira… section#gb-9 > article.aw-1 > a.tco > img | |
Iran Claims It Will Not Join Pakistan Peace Talks section#gb-9 > article.aw-2 > a.tco > img | |
Israel Unmasks Iranian ‘Unit 4000’ Global Terror Network — Top IRGC Commanders … section#gb-9 > article.aw-1 > a.tco > img | |
Syria Claims It Thwarted Iran-Backed Hezbollah Missile Attack on Israel from Sy… section#gb-9 > article.aw-1 > a.tco > img | |
Tuberville: IRGC Can’t Stay in Control of Iran, It’s ‘Devastating’ if They section#gb-9 > article.aw-1 > a.tco > img | |
Exclusive: Dr. Ben Carson Says We ‘Absolutely’ Could Be Close to Prophesied ‘En… section#gb-10 > article.aw-3 > a.tco > img | |
Exclusive — Dr. Ben Carson: Left Trying to Erase the Signature of God in Develo… section#gb-10 > article.aw-3 > a.tco > img | |
Exclusive: ICE Agents Arrest Illegal Aliens Convicted of Rape, Child Sexual Abu… article.aw-2 > a.tco > div.overlay-container > img | |
Pope Leo XIV Zig-Zags on Migration Dilemmas section#gb-11 > article.aw-1 > a.tco > img | |
Poll: Nearly One-Third of Registered Voters Say All Illegal Immigrants Should B… section#gb-11 > article.aw-1 > a.tco > img | |
Tim Walz PAC Launch: ‘Republicans Like JD Vance’ Are ‘Problem Facing Small Town… section#gb-12 > article.aw-1 > a.tco > img | |
Report: Sen. Cornyn’s Failure to Disclose Public Pensions, Perjury Investigatio… section#gb-12 > article.aw-1 > a.tco > img | |
Moulton: Iran Doesn’t Trust U.S. Because We Bombed Them When They Negotiated section#gb-12 > article.aw-1 > a.tco > img | |
Viral DJ Priest Padre Guilherme Remixes Bad Bunny, Changing Lyrics to Promote P… section#gb-13 > article.aw-3 > a.tco > img | |
Milei and Netanyahu Launch ‘Isaac Accords’ Program Between Israel and Western H… section#gb-14 > article.aw-2 > a.tco > img | |
Two Canadian Tourists, Gunman Killed in Shooting Attack at Mexico’s Sun Pyramid… section#gb-14 > article.aw-1 > a.tco > img | |
U.S. and Iran Appear Poised for Round 2 of Talks Despite Mixed Reports section#gb-14 > article.aw-1 > a.tco > img | |
Syria Claims It Thwarted Iran-Backed Hezbollah Missile Attack on Israel from Sy… section#gb-14 > article.aw-1 > a.tco > img | |
Whoopi Goldberg: Trump ‘Planning on a Draft’ for Iran section#gb-15 > article.aw-1 > a.tco > img | |
Nolte: Obamas and Netflix Reportedly Parting Ways section#gb-15 > article.aw-2 > a.tco > img | |
Nolte: Josh Hutcherson Compares Trump Era to His ‘Hunger Games’ Franchise section#gb-15 > article.aw-1 > a.tco > img | |
Singer D4vd Charged With Murder of 14-Year-Old Celeste Rivas Hernandez, Found D… section#gb-15 > article.aw-1 > a.tco > img | |
Tina Fey Celebrates Matt Damon’s Mockery of Brett Kavanaugh on ‘Saturday Night … section#gb-15 > article.aw-2 > a.tco > img | |
Patrick Muldoon, ‘Days of Our Lives’ and ‘Melrose Place’ Star, Dies at 57 section#gb-15 > article.aw-1 > a.tco > img | |
Mayor Mamdani: ‘I’m Proud to Say That I Am Not, and Will Never Be, Running for … section#gb-16 > article.aw-3 > a.tco > img | |
Trump: U.S. Navy Blows a Hole in Iranian Ship, Seizes Vessel — Tehran Threatens… section#gb-17 > article.aw-2 > a.tco > img | |
Trump: I Won’t Let Democrats Rush Me into Iran Deal That Isn’t Optimal section#gb-17 > article.aw-1 > a.tco > img | |
Israeli Soldier Photographed Taking Hammer to Statue of Jesus in Lebanon, IDF C… section#gb-17 > article.aw-1 > a.tco > img | |
Spain to Propose E.U. ‘Breaks’ Association Agreement with Israel section#gb-17 > article.aw-1 > a.tco > img | |
California State Commission Refuses Permit for Charity 4th of July Fireworks Sh… section#gb-18 > article.aw-1 > a.tco > img | |
Report: Gunman Who Killed Eight Children Was Given Probation for Gun Charge in … section#gb-18 > article.aw-2 > a.tco > img | |
Two Dead After ‘Planned Fight’ Escalates into Shootout in North Carolina section#gb-18 > article.aw-1 > a.tco > img | |
Triathlete Drowns During Ironman Competition in Texas section#gb-19 > article.aw-1 > a.tco > img | |
NFL Will Not Investigate Patriots coach Mike Vrabel over Photos with Dianna Rus… section#gb-19 > article.aw-2 > a.tco > img | |
Dodgers Catcher Dalton Rushing Accuses Rockies of Cheating After Loss section#gb-19 > article.aw-2 > a.tco > img | |
Reporter Claims LIV Golf Put a ‘Security Alert’ on Him Amid Shutdown Rumors section#gb-19 > article.aw-1 > a.tco > img | |
Nike Pulls ‘Walkers Tolerated’ ad Amid Accusations of ‘Pace Shaming’ Ahead of B… section#gb-19 > article.aw-1 > a.tco > img |
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.
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 |
|---|
WIRE: CIA Officers Killed in Mexico After Counterdrug Operation div.side-article-title > h2 > a > span |
Report: ActBlue Employees Plead the Fifth over 100 Times During House Depositio… footer > h2 > a > span |
These are opportunities to improve the legibility of your content.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section#social-follow-sidebar-widget > div > div.sbi > a.follow_facebook section#social-follow-sidebar-widget > div > div.sbi > a.follow_facebook |
section#social-follow-sidebar-widget > div > div.sbi > a.follow_twitter section#social-follow-sidebar-widget > div > div.sbi > a.follow_twitter |
section#social-follow-sidebar-widget > div > div.sbi > a.follow_instagram section#social-follow-sidebar-widget > div > div.sbi > a.follow_instagram |
section#social-follow-sidebar-widget > div > div.sbi > a.follow_youtube section#social-follow-sidebar-widget > div > div.sbi > a.follow_youtube |
section#social-follow-sidebar-widget > div > div.sbi > a.follow_truthsocial section#social-follow-sidebar-widget > div > div.sbi > a.follow_truthsocial |
footer#FootW > div#FWI > p#social-follow-footer-icons > a.follow_facebook footer#FootW > div#FWI > p#social-follow-footer-icons > a.follow_facebook |
footer#FootW > div#FWI > p#social-follow-footer-icons > a.follow_twitter footer#FootW > div#FWI > p#social-follow-footer-icons > a.follow_twitter |
footer#FootW > div#FWI > p#social-follow-footer-icons > a.follow_instagram footer#FootW > div#FWI > p#social-follow-footer-icons > a.follow_instagram |
footer#FootW > div#FWI > p#social-follow-footer-icons > a.follow_youtube footer#FootW > div#FWI > p#social-follow-footer-icons > a.follow_youtube |
footer#FootW > div#FWI > p#social-follow-footer-icons > a.follow_truthsocial footer#FootW > div#FWI > p#social-follow-footer-icons > a.follow_truthsocial |
body.home > aside#social-share-mobile-sticky > a.button_facebook body.home > aside#social-share-mobile-sticky > a.button_facebook |
body.home > aside#social-share-mobile-sticky > a.button_twitter body.home > aside#social-share-mobile-sticky > a.button_twitter |
body.home > aside#social-share-mobile-sticky > a.button_email body.home > aside#social-share-mobile-sticky > a.button_email |
body.home > aside#social-share-mobile-sticky > a.button_truthsocial body.home > aside#social-share-mobile-sticky > a.button_truthsocial |
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.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
NICK GILBERTSON div.header_byline > div.main_byline > address > a |
774 section#gb-0 > article.aw-2 > footer > a.byC |
503 section#gb-0 > article.aw-2 > footer > a.byC |
588 section#gb-1 > article.aw-2 > footer > a.byC |
316 section#gb-2 > article.aw-2 > footer > a.byC |
242 section#gb-2 > article.aw-2 > footer > a.byC |
143 section#gb-3 > article.aw-2 > footer > a.byC |
141 section#gb-3 > article.aw-1 > footer > a.byC |
4 section#gb-3 > article.aw-1 > footer > a.byC |
218 section#gb-4 > article.aw-2 > footer > a.byC |
163 section#gb-4 > article.aw-1 > footer > a.byC |
497 section#gb-4 > article.aw-1 > footer > a.byC |
333 section#gb-5 > article.aw-2 > footer > a.byC |
115 section#gb-5 > article.aw-1 > footer > a.byC |
59 section#gb-5 > article.aw-1 > footer > a.byC |
517 section#gb-6 > article.aw-2 > footer > a.byC |
505 section#gb-6 > article.aw-1 > footer > a.byC |
49 section#gb-6 > article.aw-1 > footer > a.byC |
45 section#gb-6 > article.aw-1 > footer > a.byC |
24 section#gb-7 > article.aw-2 > footer > a.byC |
19 section#gb-7 > article.aw-1 > footer > a.byC |
8 section#gb-7 > article.aw-1 > footer > a.byC |
125 section#gb-8 > article.aw-2 > footer > a.byC |
135 section#gb-8 > article.aw-1 > footer > a.byC |
366 section#gb-8 > article.aw-2 > footer > a.byC |
53 section#gb-8 > article.aw-1 > footer > a.byC |
98 section#gb-8 > article.aw-1 > footer > a.byC |
4,003 section#gb-9 > article.aw-2 > footer > a.byC |
2,853 section#gb-9 > article.aw-1 > footer > a.byC |
66 section#gb-9 > article.aw-1 > footer > a.byC |
271 section#gb-9 > article.aw-2 > footer > a.byC |
79 section#gb-9 > article.aw-1 > footer > a.byC |
250 section#gb-9 > article.aw-2 > footer > a.byC |
40 section#gb-9 > article.aw-1 > footer > a.byC |
83 section#gb-9 > article.aw-1 > footer > a.byC |
586 section#gb-10 > article.aw-3 > footer > a.byC |
207 section#gb-10 > article.aw-3 > footer > a.byC |
38 section#gb-11 > article.aw-2 > footer > a.byC |
266 section#gb-11 > article.aw-1 > footer > a.byC |
386 section#gb-11 > article.aw-1 > footer > a.byC |
263 section#gb-12 > article.aw-2 > footer > a.byC |
109 section#gb-12 > article.aw-1 > footer > a.byC |
192 section#gb-12 > article.aw-1 > footer > a.byC |
250 section#gb-12 > article.aw-1 > footer > a.byC |
68 section#gb-13 > article.aw-3 > footer > a.byC |
248 section#gb-14 > article.aw-2 > footer > a.byC |
201 section#gb-14 > article.aw-1 > footer > a.byC |
362 section#gb-14 > article.aw-1 > footer > a.byC |
40 section#gb-14 > article.aw-1 > footer > a.byC |
422 section#gb-15 > article.aw-1 > footer > a.byC |
653 section#gb-15 > article.aw-2 > footer > a.byC |
192 section#gb-15 > article.aw-1 > footer > a.byC |
103 section#gb-15 > article.aw-1 > footer > a.byC |
324 section#gb-15 > article.aw-2 > footer > a.byC |
167 section#gb-15 > article.aw-1 > footer > a.byC |
776 section#gb-16 > article.aw-3 > footer > a.byC |
7,995 section#gb-17 > article.aw-2 > footer > a.byC |
4,202 section#gb-17 > article.aw-1 > footer > a.byC |
1,200 section#gb-17 > article.aw-1 > footer > a.byC |
213 section#gb-17 > article.aw-1 > footer > a.byC |
148 section#gb-18 > article.aw-1 > footer > a.byC |
189 section#gb-18 > article.aw-2 > footer > a.byC |
241 section#gb-18 > article.aw-1 > footer > a.byC |
134 section#gb-19 > article.aw-1 > footer > a.byC |
159 section#gb-19 > article.aw-2 > footer > a.byC |
84 section#gb-19 > article.aw-2 > footer > a.byC |
7 section#gb-19 > article.aw-1 > footer > a.byC |
42 section#gb-19 > article.aw-1 > footer > a.byC |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.not_prem_uat html.not_prem_uat |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
About Us div#FWI > ul#NavF > li > a |
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 |
|---|---|
Access to link element resource at 'https://cdn.cookielaw.org/consent/bea5fecf-7066-4a7e-ad83-51130a031a8a/bea5fecf-7066-4a7e-ad83-51130a031a8a.json' from origin 'https://www.breitbart.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED |
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Enable Accessibility nav.a11y-nav > ul > li > a.usable-ac-link |
Enable Accessibility div#GlobalW > header#HeadW > div#HWI > a.usable-ac-link |
To appear in search results, crawlers need access to your app.
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.28 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.66 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
110 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.176
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.56 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.
4.30 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| cdn.cookielaw.org/scripttemplates/202408.1.0/otBannerSdk.js | 86400.0 s | 110.4 KiB |
| /scripts/25915dba3f71a41b2d6242657214b496c2beb5fd937e3177... | 3600.0 s | 44.3 KiB |
| /pagead/managed/js/adsense/m202604160101/show_ads_impl_fy... | 1209600.0 s | 177.5 KiB |
| vjs.zencdn.net/7.20.3/video-js.css | 0.0 ms | 10.9 KiB |
| cdn.cookielaw.org/scripttemplates/202408.1.0/otTCF.js | 86400.0 s | 17.9 KiB |
| i.ytimg.com/vi/uErIjJtOpjo/default.jpg | 300.0 s | 3.9 KiB |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 86400.0 s | 9.1 KiB |
| /count-data.js?1=32641901&1=32642116&1=32642186&1=3264219... | 600.0 s | 1.6 KiB |
| /count-data.js?1=32608886&1=32628436&1=32635631&1=3263610... | 600.0 s | 1.5 KiB |
| /count-data.js?1=32645486&1=32645546&1=32645631&1=3264574... | 600.0 s | 1.5 KiB |
| /count-data.js?1=32648161&1=32648551&1=32648631&1=3264873... | 600.0 s | 1.2 KiB |
| /polyfill/v3/polyfill.min.js?version=4.8.0&features=defau... | 604800.0 s | 770 B |
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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
America’s 250th Celebration: President Trump to Read Scripture as Part of ‘Amer… section#gb-2 > article.aw-2 > a.tco > img | media.breitbart.com/media/2026/04/GettyImages-490005148-640x480.png | 510.3 KiB | 488.8 KiB |
MIAMI, FLORIDA - APRIL 11: U.S. President Donald Trump waves to the media after… article.has-thumb > div.side-article-title > a.tco > img | media.breitbart.com/media/2026/04/GettyImages-2270914398-640x480.png | 428.7 KiB | 407.2 KiB |
Nolte: Man Accused of Rubbing Genitals on Woman’s Face in Whole Foods section#gb-4 > article.aw-1 > a.tco > img | media.breitbart.com/media/2026/04/Jared-Paul-Estrada-420x315.png | 152.2 KiB | 147.3 KiB |
SCOTUS to Decide if Colorado Can Exclude Catholic Schools from Pre-K Program ov… section#gb-4 > article.aw-2 > a.tco > img | media.breitbart.com/media/2026/04/same-sex-marriage-640x480.jpg | 81.9 KiB | 60.4 KiB |
Sydney Sweeney Goes Nude in Latest ‘Euphoria’ Episode section#gb-0 > article.aw-2 > a.tco > img | media.breitbart.com/media/2026/04/euphoriasweeney-640x480.jpg | 69.8 KiB | 48.3 KiB |
Iran Escalates Trash Talk as Ceasefire Deadline Looms ul > li > a > img | media.breitbart.com/media/2026/04/GettyImages-2271383729-200x150.png | 47.1 KiB | 44.2 KiB |
Kevin Warsh Faces Senators as Trump’s Pick to Lead the Federal Reserve section#gb-3 > article.aw-2 > a.tco > img | media.breitbart.com/media/2026/04/GettyImages-89641587-640x472.jpg | 63.3 KiB | 42.1 KiB |
Trump Announces Ceasefire Extension Until Iran Submits ‘Unified Proposal’ ul > li > a > img | media.breitbart.com/media/2026/04/GettyImages-2270914398-200x150.png | 44.1 KiB | 41.2 KiB |
Trump: I Won’t Let Democrats Rush Me into Iran Deal That Isn’t Optimal ul > li > a > img | media.breitbart.com/media/2026/04/GettyImages-2270719290-200x150.png | 40.8 KiB | 37.9 KiB |
Marlow: Democrats Weaponizing Woke Catholic Priests Against Trump to Win Midter… section#gb-2 > article.aw-2 > a.tco > img | media.breitbart.com/media/2026/04/55142580788a242dcece4-640x480.jpg | 53.8 KiB | 32.3 KiB |
U.S. Retail Sales Soar as Consumer Spending Broadly Surges section#gb-3 > article.aw-1 > a.tco > img | /media/2026/04/GettyImages-2263379490-e1776775746119-420x... | 35.8 KiB | 30.9 KiB |
A Timeline Leading Up to Singer D4vd’s Murder Charge in the Killing of 14-Year-… section#gb-0 > article.aw-1 > a.tco > img | media.breitbart.com/media/2026/04/D4vdHernandez2-420x315.jpg | 33.1 KiB | 28.2 KiB |
Miss Universe Puerto Rico Announces Second Transgender Contestant Gabriel Rodrí… section#gb-0 > article.aw-2 > a.tco > img | /media/2026/04/GabrielRodríguezVelázquez-640x480.jpg | 37.9 KiB | 21.6 KiB |
Energy Crisis Regret: Majority of Germans Think Closing All Nuclear Plants Was … ul > li > a > img | /media/2026/04/GettyImages-113390912-e1776793272258-200x1... | 22.3 KiB | 19.4 KiB |
Klobuchar: Judiciary Committee Must Have an Immediate Hearing with Kash Patel section#gb-2 > article.aw-1 > a.tco > img | media.breitbart.com/media/2025/01/AK-420x315.jpg | 23.6 KiB | 18.8 KiB |
Maddow: ‘Need to Go to the Mullahs in Iran’ to See if Trump’s ‘Just Huffing section#gb-1 > article.aw-1 > a.tco > img | media.breitbart.com/media/2024/12/Rachel-Maddow-hand-up-getty-420x315.jpg | 23.1 KiB | 18.2 KiB |
Report: ‘Call Her Daddy’ Host Alex Cooper’s Media Empire Facing Turmoil, Scanda… section#gb-0 > article.aw-1 > a.tco > img | media.breitbart.com/media/2024/10/alexcooperkamalaharris-420x315.jpg | 22.7 KiB | 17.8 KiB |
Walz: ‘Next Democrat President Better Figure Out a Way to Get Universal Healthc… section#gb-2 > article.aw-1 > a.tco > img | media.breitbart.com/media/2025/04/walz-420x315.jpg | 21.2 KiB | 16.4 KiB |
Marlow: Iran Counting on American Media to Pressure Trump to End War Before Enr… section#gb-1 > article.aw-1 > a.tco > img | /media/2026/04/donald-trump-oval-office-april-13-2026-whi... | 19.7 KiB | 15.2 KiB |
EXCLUSIVE: Rep. Clyde Leads Coalition Urging Trump to Pick an A-G Who Will ‘Imm… article.aw-1 > a.tco > div.overlay-container > img | media.breitbart.com/media/2026/04/Andrew-Clyde-R-420x315.jpg | 19.5 KiB | 15.1 KiB |
Alan Osmond, Oldest Brother in ‘The Osmonds,’ Dead at 76: ‘He Truly Was a Saint… section#gb-0 > article.aw-1 > a.tco > img | media.breitbart.com/media/2026/04/GettyImages-706852517-420x315.jpg | 17.3 KiB | 13.4 KiB |
Apple’s Incoming CEO John Ternus Faces Critical Test in Addressing AI Strategy … section#gb-3 > article.aw-1 > a.tco > img | media.breitbart.com/media/2026/04/John-Ternus-new-CEO-of-Apple-420x315.jpg | 14.8 KiB | 11.5 KiB |
Trump: U.S. Navy Blows a Hole in Iranian Ship, Seizes Vessel — Tehran Threatens… ul > li > a > img | media.breitbart.com/media/2026/04/552116683654ecfbb996d-200x150.jpg | 14.1 KiB | 11.2 KiB |
No Iran Delegation Sent to U.S. Talks Yet as Truce Expiry Nears ul > li > a > img | /media/2026/04/armed-member-Islamic-Revolutionary-Guard-C... | 11.4 KiB | 8.5 KiB |
Iran’s Top Negotiator Rejects Talks ‘Under Threat’ — Warns Regime ‘Ready to Rev… ul > li > a > img | /media/2026/04/apr16-26-Irans-top-negotiator-Mohammad-Bag... | 9.8 KiB | 6.9 KiB |
Dem Rep. Sheila Cherfilus-McCormick Resigns from Congress Moments Before Ethics… ul > li > a > img | media.breitbart.com/media/2026/04/Sheila-Cherfilus-McCormick-1-200x150.jpg | 9.8 KiB | 6.9 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 |
|---|---|---|
| vjs.zencdn.net/7.20.3/video-js.css | 10.9 KiB | 243 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 |
|---|---|
| breitbart.com/ | 252 ms |
| www.breitbart.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 |
|---|---|
HomePage
Trump Announces Iran Ceasefire Extension
Blockade Stays
President Do… body.home > div#GlobalW > div#ContentW | 0.137 |
HomePage
Trump Announces Iran Ceasefire Extension
Blockade Stays
President Do… body.home > div#GlobalW > div#ContentW | 0.033 |
TEACHERS TELL STUDENTS TO PUSH PARENTS TO VOTE ‘YES’ ON VIRGINIA GERRYMANDERING… div#ContainerW > section#MainW > section.featured_side > article.has-thumb | 0.002 |
We Care About Your Privacy
We and our 999 partners store and access personal da… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
We Care About Your Privacy
We and our 999 partners store and access personal da… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
We Care About Your Privacy
We and our 999 partners store and access personal da… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.000 |
We Care About Your Privacy
We and our 999 partners store and access personal da… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.000 |
We Care About Your Privacy
We and our 999 partners store and access personal da… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.000 |
We Care About Your Privacy
We and our 999 partners store and access personal da… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.000 |
We Care About Your Privacy
We and our 999 partners store and access personal da… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.000 |
We Care About Your Privacy
We and our 999 partners store and access personal da… body.home > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.000 |
We and our 999 partners store and access personal data, like browsing data or u… div.ot-sdk-row > div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text | 0.000 |
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.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.breitbart.com/t/style-63094108875278243078.css | 47.2 KiB | 38.6 KiB |
| vjs.zencdn.net/7.20.3/video-js.css | 10.7 KiB | 10.7 KiB |
| cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css | 10.2 KiB | 10.2 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 |
|---|---|---|
| /pagead/managed/js/adsense/m202604160101/show_ads_impl_fy... | 177.5 KiB | 155.4 KiB |
| pagead2.googlesyndication.com/pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 130.9 KiB |
| cdn.cookielaw.org/scripttemplates/202408.1.0/otBannerSdk.js | 110.3 KiB | 62.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-5PBM4HC45W | 169.9 KiB | 62.3 KiB |
| www.breitbart.com/t/style-63094108875278243078.js | 65.5 KiB | 42.8 KiB |
| /pagead/js/adsbygoogle.js?client=ca-pub-9229289037503472 | 54.4 KiB | 28.2 KiB |
| /scripts/25915dba3f71a41b2d6242657214b496c2beb5fd937e3177... | 43.9 KiB | 21.7 KiB |
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 | |
|---|---|
Sydney Sweeney Goes Nude in Latest ‘Euphoria’ Episode section#gb-0 > article.aw-2 > a.tco > img | media.breitbart.com/media/2026/04/euphoriasweeney-640x480.jpg |
Miss Universe Puerto Rico Announces Second Transgender Contestant Gabriel Rodrí… section#gb-0 > article.aw-2 > a.tco > img | /media/2026/04/GabrielRodríguezVelázquez-640x480.jpg |
Marlow: Democrats Weaponizing Woke Catholic Priests Against Trump to Win Midter… section#gb-2 > article.aw-2 > a.tco > img | media.breitbart.com/media/2026/04/55142580788a242dcece4-640x480.jpg |
America’s 250th Celebration: President Trump to Read Scripture as Part of ‘Amer… section#gb-2 > article.aw-2 > a.tco > img | media.breitbart.com/media/2026/04/GettyImages-490005148-640x480.png |
SCOTUS to Decide if Colorado Can Exclude Catholic Schools from Pre-K Program ov… section#gb-4 > article.aw-2 > a.tco > img | media.breitbart.com/media/2026/04/same-sex-marriage-640x480.jpg |
Kevin Warsh Faces Senators as Trump’s Pick to Lead the Federal Reserve section#gb-3 > article.aw-2 > a.tco > img | media.breitbart.com/media/2026/04/GettyImages-89641587-640x472.jpg |
Alan Osmond, Oldest Brother in ‘The Osmonds,’ Dead at 76: ‘He Truly Was a Saint… section#gb-0 > article.aw-1 > a.tco > img | media.breitbart.com/media/2026/04/GettyImages-706852517-420x315.jpg |
Report: ‘Call Her Daddy’ Host Alex Cooper’s Media Empire Facing Turmoil, Scanda… section#gb-0 > article.aw-1 > a.tco > img | media.breitbart.com/media/2024/10/alexcooperkamalaharris-420x315.jpg |
A Timeline Leading Up to Singer D4vd’s Murder Charge in the Killing of 14-Year-… section#gb-0 > article.aw-1 > a.tco > img | media.breitbart.com/media/2026/04/D4vdHernandez2-420x315.jpg |
Marlow: Iran Counting on American Media to Pressure Trump to End War Before Enr… section#gb-1 > article.aw-1 > a.tco > img | /media/2026/04/donald-trump-oval-office-april-13-2026-whi... |
Maddow: ‘Need to Go to the Mullahs in Iran’ to See if Trump’s ‘Just Huffing section#gb-1 > article.aw-1 > a.tco > img | media.breitbart.com/media/2024/12/Rachel-Maddow-hand-up-getty-420x315.jpg |
Walz: ‘Next Democrat President Better Figure Out a Way to Get Universal Healthc… section#gb-2 > article.aw-1 > a.tco > img | media.breitbart.com/media/2025/04/walz-420x315.jpg |
Klobuchar: Judiciary Committee Must Have an Immediate Hearing with Kash Patel section#gb-2 > article.aw-1 > a.tco > img | media.breitbart.com/media/2025/01/AK-420x315.jpg |
EXCLUSIVE: Rep. Clyde Leads Coalition Urging Trump to Pick an A-G Who Will ‘Imm… article.aw-1 > a.tco > div.overlay-container > img | media.breitbart.com/media/2026/04/Andrew-Clyde-R-420x315.jpg |
Apple’s Incoming CEO John Ternus Faces Critical Test in Addressing AI Strategy … section#gb-3 > article.aw-1 > a.tco > img | media.breitbart.com/media/2026/04/John-Ternus-new-CEO-of-Apple-420x315.jpg |
Nolte: Man Accused of Rubbing Genitals on Woman’s Face in Whole Foods section#gb-4 > article.aw-1 > a.tco > img | media.breitbart.com/media/2026/04/Jared-Paul-Estrada-420x315.png |
U.S. Retail Sales Soar as Consumer Spending Broadly Surges section#gb-3 > article.aw-1 > a.tco > img | /media/2026/04/GettyImages-2263379490-e1776775746119-420x... |
Labor Secretary Lori Chavez-DeRemer Latest Trump Cabinet Official to Exit section#gb-5 > article.aw-2 > a.tco > img | |
Dem Rep. Subramanyam: I’d Support Dem Who Equated Israel, Hamas, ‘Have to Welco… section#gb-5 > article.aw-1 > a.tco > img | |
Majority of French Think Country Experiencing ‘Great Replacement’ by Non-Europe… section#gb-6 > article.aw-2 > a.tco > img | |
Hungary’s Protection of Minors from LGBTQI+ Dogma Ruled Unlawful by E.U. Court section#gb-6 > article.aw-1 > a.tco > img | |
Trump to Host over 100 NCAA Champions at White House section#gb-7 > article.aw-2 > a.tco > img | |
Mike Vrabel Issues Statement on Intimate Pics with Reporter: ‘I’ve Had Some Dif… section#gb-7 > article.aw-1 > a.tco > img | |
Mike Tomlin Joining NBC Football Night in America as Studio Analyst section#gb-7 > article.aw-1 > a.tco > img | |
Police: NYC Carjackers Hit 72-Year-Old Woman in Lowe’s Parking Lot section#gb-8 > article.aw-1 > a.tco > img | |
‘Disturbing’: D.C. Officer Celebrated as First Openly Gay Union Leader Accused … section#gb-8 > article.aw-2 > a.tco > img | |
VIDEO — ‘Give This Dog an Award!’: Family’s Beloved Canine Alerts Them to G article.aw-1 > a.tco > div.overlay-container > img | |
Iran’s Top Negotiator Rejects Talks ‘Under Threat’ — Warns Regime ‘Ready to Rev… section#gb-9 > article.aw-2 > a.tco > img | |
Trump: Ceasefire Extension ‘Highly Unlikely’ if No Deal by Wednesday Night section#gb-9 > article.aw-1 > a.tco > img | |
Soleimani’s Successor Appears in Iraq After Mysterious Disappearance During Ira… section#gb-9 > article.aw-1 > a.tco > img | |
Israel Unmasks Iranian ‘Unit 4000’ Global Terror Network — Top IRGC Commanders … section#gb-9 > article.aw-1 > a.tco > img | |
Tuberville: IRGC Can’t Stay in Control of Iran, It’s ‘Devastating’ if They section#gb-9 > article.aw-1 > a.tco > img | |
Exclusive: Dr. Ben Carson Says We ‘Absolutely’ Could Be Close to Prophesied ‘En… section#gb-10 > article.aw-3 > a.tco > img | |
Exclusive: ICE Agents Arrest Illegal Aliens Convicted of Rape, Child Sexual Abu… article.aw-2 > a.tco > div.overlay-container > img | |
Pope Leo XIV Zig-Zags on Migration Dilemmas section#gb-11 > article.aw-1 > a.tco > img | |
Poll: Nearly One-Third of Registered Voters Say All Illegal Immigrants Should B… section#gb-11 > article.aw-1 > a.tco > img | |
Tim Walz PAC Launch: ‘Republicans Like JD Vance’ Are ‘Problem Facing Small Town… section#gb-12 > article.aw-1 > a.tco > img | |
Viral DJ Priest Padre Guilherme Remixes Bad Bunny, Changing Lyrics to Promote P… section#gb-13 > article.aw-3 > a.tco > img | |
Milei and Netanyahu Launch ‘Isaac Accords’ Program Between Israel and Western H… section#gb-14 > article.aw-2 > a.tco > img | |
Two Canadian Tourists, Gunman Killed in Shooting Attack at Mexico’s Sun Pyramid… section#gb-14 > article.aw-1 > a.tco > img | |
Whoopi Goldberg: Trump ‘Planning on a Draft’ for Iran section#gb-15 > article.aw-1 > a.tco > img | |
Nolte: Obamas and Netflix Reportedly Parting Ways section#gb-15 > article.aw-2 > a.tco > img | |
Singer D4vd Charged With Murder of 14-Year-Old Celeste Rivas Hernandez, Found D… section#gb-15 > article.aw-1 > a.tco > img | |
Tina Fey Celebrates Matt Damon’s Mockery of Brett Kavanaugh on ‘Saturday Night … section#gb-15 > article.aw-2 > a.tco > img | |
Patrick Muldoon, ‘Days of Our Lives’ and ‘Melrose Place’ Star, Dies at 57 section#gb-15 > article.aw-1 > a.tco > img | |
Mayor Mamdani: ‘I’m Proud to Say That I Am Not, and Will Never Be, Running for … section#gb-16 > article.aw-3 > a.tco > img | |
Trump: U.S. Navy Blows a Hole in Iranian Ship, Seizes Vessel — Tehran Threatens… section#gb-17 > article.aw-2 > a.tco > img | |
Trump: I Won’t Let Democrats Rush Me into Iran Deal That Isn’t Optimal section#gb-17 > article.aw-1 > a.tco > img | |
California State Commission Refuses Permit for Charity 4th of July Fireworks Sh… section#gb-18 > article.aw-1 > a.tco > img | |
Report: Gunman Who Killed Eight Children Was Given Probation for Gun Charge in … section#gb-18 > article.aw-2 > a.tco > img | |
Two Dead After ‘Planned Fight’ Escalates into Shootout in North Carolina section#gb-18 > article.aw-1 > a.tco > img | |
Triathlete Drowns During Ironman Competition in Texas section#gb-19 > article.aw-1 > a.tco > img | |
Dodgers Catcher Dalton Rushing Accuses Rockies of Cheating After Loss section#gb-19 > article.aw-2 > a.tco > img | |
Nike Pulls ‘Walkers Tolerated’ ad Amid Accusations of ‘Pace Shaming’ Ahead of B… section#gb-19 > article.aw-1 > a.tco > img |
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.
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 |
|---|
WIRE: CIA OFFICERS KILLED IN MEXICO AFTER COUNTERDRUG OPERATION div.side-article-title > h2 > a > span |
Report: ActBlue Employees Plead the Fifth over 100 Times During House Depositio… footer > h2 > a > span |
These are opportunities to improve the legibility of your content.
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 |
|---|
nav#HNAV > ul#NavT > li#bn-premium-navt-fightclub > a.bn-premium-link-fightclub nav#HNAV > ul#NavT > li#bn-premium-navt-fightclub > a.bn-premium-link-fightclub |
section#social-follow-sidebar-widget > div > div.sbi > a.follow_facebook section#social-follow-sidebar-widget > div > div.sbi > a.follow_facebook |
section#social-follow-sidebar-widget > div > div.sbi > a.follow_twitter section#social-follow-sidebar-widget > div > div.sbi > a.follow_twitter |
section#social-follow-sidebar-widget > div > div.sbi > a.follow_instagram section#social-follow-sidebar-widget > div > div.sbi > a.follow_instagram |
section#social-follow-sidebar-widget > div > div.sbi > a.follow_youtube section#social-follow-sidebar-widget > div > div.sbi > a.follow_youtube |
section#social-follow-sidebar-widget > div > div.sbi > a.follow_truthsocial section#social-follow-sidebar-widget > div > div.sbi > a.follow_truthsocial |
footer#FootW > div#FWI > p#social-follow-footer-icons > a.follow_facebook footer#FootW > div#FWI > p#social-follow-footer-icons > a.follow_facebook |
footer#FootW > div#FWI > p#social-follow-footer-icons > a.follow_twitter footer#FootW > div#FWI > p#social-follow-footer-icons > a.follow_twitter |
footer#FootW > div#FWI > p#social-follow-footer-icons > a.follow_instagram footer#FootW > div#FWI > p#social-follow-footer-icons > a.follow_instagram |
footer#FootW > div#FWI > p#social-follow-footer-icons > a.follow_youtube footer#FootW > div#FWI > p#social-follow-footer-icons > a.follow_youtube |
footer#FootW > div#FWI > p#social-follow-footer-icons > a.follow_truthsocial footer#FootW > div#FWI > p#social-follow-footer-icons > a.follow_truthsocial |
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.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
774 section#gb-0 > article.aw-2 > footer > a.byC |
503 section#gb-0 > article.aw-2 > footer > a.byC |
BREITBART NEWS article.aw-2 > footer.jw_video > address.abyl > a |
FRANCES MARTEL article.aw-2 > footer > address.abyl > a |
316 section#gb-2 > article.aw-2 > footer > a.byC |
242 section#gb-2 > article.aw-2 > footer > a.byC |
143 section#gb-3 > article.aw-2 > footer > a.byC |
218 section#gb-4 > article.aw-2 > footer > a.byC |
333 section#gb-5 > article.aw-2 > footer > a.byC |
517 section#gb-6 > article.aw-2 > footer > a.byC |
NICK GILBERTSON article.aw-2 > footer > address.abyl > a |
125 section#gb-8 > article.aw-2 > footer > a.byC |
366 section#gb-8 > article.aw-2 > footer > a.byC |
4,003 section#gb-9 > article.aw-2 > footer > a.byC |
271 section#gb-9 > article.aw-2 > footer > a.byC |
250 section#gb-9 > article.aw-2 > footer > a.byC |
586 section#gb-10 > article.aw-3 > footer > a.byC |
207 section#gb-10 > article.aw-3 > footer > a.byC |
38 section#gb-11 > article.aw-2 > footer > a.byC |
263 section#gb-12 > article.aw-2 > footer > a.byC |
68 section#gb-13 > article.aw-3 > footer > a.byC |
248 section#gb-14 > article.aw-2 > footer > a.byC |
JOHN NOLTE article.aw-2 > footer > address.abyl > a |
324 section#gb-15 > article.aw-2 > footer > a.byC |
167 section#gb-15 > article.aw-1 > footer > a.byC |
776 section#gb-16 > article.aw-3 > footer > a.byC |
7,995 section#gb-17 > article.aw-2 > footer > a.byC |
189 section#gb-18 > article.aw-2 > footer > a.byC |
159 section#gb-19 > article.aw-2 > footer > a.byC |
84 section#gb-19 > article.aw-2 > footer > a.byC |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
About Us div#FWI > ul#NavF > li > a |
Privacy Policy. div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Enable Accessibility nav.a11y-nav > ul > li > a.usable-ac-link |
Enable Accessibility div#GlobalW > header#HeadW > div#HWI > a.usable-ac-link |
To appear in search results, crawlers need access to your app.
Send Feedback