Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
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 18.8 MB (14.4 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 control(s) without accessible label
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/09df079b-45ca-4f4d-b3b7-b1cd8ddaaada)<a href="https://beavercheck.com/results/09df079b-45ca-4f4d-b3b7-b1cd8ddaaada"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Frollcall.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Frollcall.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 13.5s 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 ~31%.
Page takes 13.5s to load
+12% bounceUsers abandon at ~3s — you're 11.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.0s
+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
1 form field(s) without a label
+2% 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
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
7 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
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 → $1,611/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$1,611 /mo
~$19,335 / 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,129 / month at risk
~$157,544 / year if left unfixed
$157,500
+38 more
$3.63 /mo
45435.1 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.
6.02 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.46 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.02 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.
9.17 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.
23.48 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.
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.
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 | |
|---|---|---|---|
a.block > figure#post-809444 > span.static > img.river a.block > figure#post-809444 > span.static > img.river | rollcall.com/app/uploads/2026/03/VV-Promo-2026.png?resize=1536,864 | 2.3 MiB | 2.2 MiB |
Cherry blossoms bloom outside of the Supreme Court building last month. a.block > figure#post-812268 > span.static > img.gridOneQuarter | rollcall.com/app/uploads/2026/04/scotus_BC_168_032426.jpg?resize=556,312 | 487.5 KiB | 442.0 KiB |
The American flag flies in front of the Supreme Court. a.block > figure#post-812127 > span.static > img.river | rollcall.com/app/uploads/2026/04/scotus_BC_133_012026-3.jpg?resize=1536,864 | 466.8 KiB | 421.3 KiB |
Historian Candice Millard and actor Nick Offerman discuss “Death by Lightning” … a.block > figure#post-812198 > span.static > img.river | rollcall.com/app/uploads/2026/04/offerman_BC_041_041526.jpg?resize=1536,864 | 355.8 KiB | 310.4 KiB |
Speaker Mike Johnson on Tuesday said he was “open” to tightening rules around s… a.block > figure#post-812132 > span.static > img.river | rollcall.com/app/uploads/2026/04/mejia_johnson_364_042026.jpg?resize=1536,864 | 309.8 KiB | 264.4 KiB |
Sen. Lindsey Graham, R-S.C., seen leaving the Senate Republicans’ lunch meetin… a.block > figure#post-812225 > span.static > img.river | rollcall.com/app/uploads/2026/04/graham_BC_045_030426.jpg?resize=1536,864 | 283.2 KiB | 238.0 KiB |
a.block > figure#post-802209 > span.static > img.river a.block > figure#post-802209 > span.static > img.river | rollcall.com/app/uploads/2020/03/rc_121625_00116x9.jpg?resize=1536,864 | 267.6 KiB | 237.2 KiB |
Former Virginia Rep. Tom Perriello speaks at a pro-redistricting rally in Charl… a.block > figure#post-812240 > span.static > img.river | rollcall.com/app/uploads/2026/04/VAPOL26_BC_009_041126.jpg?resize=1536,864 | 276.9 KiB | 231.4 KiB |
Rep. Sheila Cherfilus-McCormick, D-Fla., leaves the Capitol after the last vote… a.block > figure#post-812183 > span.static > img.river | /app/uploads/2026/04/Cherfilus-McCormick_255_032725.jpg?r... | 269.4 KiB | 226.4 KiB |
Then-Gov.-elect Abigail Spanberger, former Gov. Ralph Northam, left, and Rep. J… a.block > figure#post-812169 > span.static > img.gridOneQuarter | /app/uploads/2026/04/Rose_Johns_statue_518_121625.jpeg?re... | 262.3 KiB | 220.4 KiB |
Rep. David Scott, D-Ga., pictured here in 2021, has died at age 80. He was the … a.block > figure#post-812261 > span.static > img.gridOneQuarter | rollcall.com/app/uploads/2026/04/hud_hearing076_072021.jpg?resize=556,312 | 260.3 KiB | 218.7 KiB |
Kevin Warsh, right, nominee to chairman of the Federal Reserve, talks with Sena… a.block > figure#post-812147 > span.static > img.river | rollcall.com/app/uploads/2026/04/warsh_senate_424_042126.jpg?resize=1536,864 | 246.6 KiB | 207.2 KiB |
a.block > figure#post-806124 > span.static > img.river a.block > figure#post-806124 > span.static > img.river | rollcall.com/app/uploads/2026/02/State-of-GA-Report.jpeg?resize=1536,864 | 225.5 KiB | 199.9 KiB |
Transportation Secretary Sean Duffy speaks during an event to announce the Free… a.block > figure#post-812211 > span.static > img.river | rollcall.com/app/uploads/2026/04/indycar_312_030926.jpg?resize=1536,864 | 194.7 KiB | 163.6 KiB |
House Minority Leader Hakeem Jeffries attends a news conference Wednesday at th… a.block > figure#post-812323 > span.static > img.river | rollcall.com/app/uploads/2026/04/virginia_dnc_542_042226.jpg?resize=1536,864 | 209.0 KiB | 163.5 KiB |
Sen. Mike Lee, seen here in March, had called for a show of Senate force on an … a.block > figure#post-812185 > span.block > img.content_single | rollcall.com/app/uploads/2026/04/Arctic_Frost_414_032426.jpeg?fit=1024,576 | 194.6 KiB | 163.1 KiB |
a.block > figure#post-812189 > span.static > img.river a.block > figure#post-812189 > span.static > img.river | rollcall.com/app/uploads/2026/04/House_Ethics_445_042126-1.jpg?resize=1536,864 | 174.3 KiB | 146.4 KiB |
Our country’s leaders should be brave enough to confront uncomfortable history,… a.block > figure#post-812119 > span.static > img.river | rollcall.com/app/uploads/2026/04/GettyImages-1225712145.jpg?resize=1536,864 | 146.8 KiB | 101.1 KiB |
An eagle kite flies near the Capitol on March 28 during the Blossom Kite Festiv… a.block > figure#post-812300 > span.static > img.gridOneQuarter | rollcall.com/app/uploads/2026/04/kites_052_032826.jpg?resize=556,312 | 115.9 KiB | 82.1 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.
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.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| unpkg.com/vue@3?ver=3 | 126.8 KiB | 43.7 KiB |
| /app/plugins/rollcall-factbase/public/js/rollcall-factbas... | 11.4 KiB | 11.1 KiB |
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 |
|---|---|---|
| media-cdn.factba.se/fontawesome/6.5.2/css/all.min.css?ver=6 | 94.5 KiB | 94.3 KiB |
| :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspe… | 17.3 KiB | 14.5 KiB |
| rollcall.com/app/themes/rollcall/public/css/app.37eb58.css | 16.8 KiB | 14.4 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/gpt/m202604160201/pubads_impl.js | 599.8 KiB | 454.9 KiB |
| unpkg.com/vue@3?ver=3 | 126.8 KiB | 112.9 KiB |
| /p/324082750/connatix.player.js?cid=69ef7590-f88b-4a7b-b1... | 138.6 KiB | 94.8 KiB |
| hb-rollcall.s3.us-east-2.amazonaws.com/staging/asc_prebid.js | 133.9 KiB | 88.4 KiB |
| /assets/smart-tag/versioned/main-v2_9e4958801741d4d875ab9... | 116.1 KiB | 68.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-HE91SDD0WW | 158.2 KiB | 59.2 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 53.0 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 52.4 KiB |
| /assets/smart-tag/versioned/ads-v2_b767962dfef6270095d208... | 42.1 KiB | 31.1 KiB |
| rollcall.com/wp/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.21 | 27.9 KiB | 20.3 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 3.5 s |
| Other | 1.6 s |
| Script Parsing & Compilation | 884 ms |
| Style & Layout | 363 ms |
| Rendering | 162 ms |
| Parse HTML & CSS | 156 ms |
| Garbage Collection | 102 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 | |
|---|---|
Track Trump at Factba.se div.bg-white > div.border-t > a > img | rollcall.com/app/uploads/2026/04/FactbaseHPWidget.jpg |
click to view or download the Congressional Calendar div.bg-white > div.border-t > a > img | rollcall.com/app/uploads/2025/12/2026CongressionalCalendar.jpg |
click to view or download the Casualty List div.bg-white > div.border-t > a > img | rollcall.com/app/uploads/2025/07/CLWPART3.jpg |
President Donald Trump speaks Friday during a Turning Point USA event at the Dr… a.block > figure#post-811977 > span.static > img.river | rollcall.com/app/uploads/2026/04/GettyImages-2271843606.jpg?resize=1536,864 |
Sen. Mike Lee, seen here in March, had called for a show of Senate force on an … a.block > figure#post-812185 > span.block > img.content_single | rollcall.com/app/uploads/2026/04/Arctic_Frost_414_032426.jpeg?fit=1024,576 |
Our country’s leaders should be brave enough to confront uncomfortable history,… a.block > figure#post-812119 > span.static > img.river | rollcall.com/app/uploads/2026/04/GettyImages-1225712145.jpg?resize=1536,864 |
An eagle kite flies near the Capitol on March 28 during the Blossom Kite Festiv… a.block > figure#post-812300 > span.static > img.gridOneQuarter | rollcall.com/app/uploads/2026/04/kites_052_032826.jpg?resize=556,312 |
Cherry blossoms bloom outside of the Supreme Court building last month. a.block > figure#post-812268 > span.static > img.gridOneQuarter | rollcall.com/app/uploads/2026/04/scotus_BC_168_032426.jpg?resize=556,312 |
Rep. David Scott, D-Ga., pictured here in 2021, has died at age 80. He was the … a.block > figure#post-812261 > span.static > img.gridOneQuarter | rollcall.com/app/uploads/2026/04/hud_hearing076_072021.jpg?resize=556,312 |
Then-Gov.-elect Abigail Spanberger, former Gov. Ralph Northam, left, and Rep. J… a.block > figure#post-812169 > span.static > img.gridOneQuarter | /app/uploads/2026/04/Rose_Johns_statue_518_121625.jpeg?re... |
House Minority Leader Hakeem Jeffries attends a news conference Wednesday at th… a.block > figure#post-812323 > span.static > img.river | rollcall.com/app/uploads/2026/04/virginia_dnc_542_042226.jpg?resize=1536,864 |
Former Virginia Rep. Tom Perriello speaks at a pro-redistricting rally in Charl… a.block > figure#post-812240 > span.static > img.river | rollcall.com/app/uploads/2026/04/VAPOL26_BC_009_041126.jpg?resize=1536,864 |
Sen. Lindsey Graham, R-S.C., seen leaving the Senate Republicans’ lunch meetin… a.block > figure#post-812225 > span.static > img.river | rollcall.com/app/uploads/2026/04/graham_BC_045_030426.jpg?resize=1536,864 |
Transportation Secretary Sean Duffy speaks during an event to announce the Free… a.block > figure#post-812211 > span.static > img.river | rollcall.com/app/uploads/2026/04/indycar_312_030926.jpg?resize=1536,864 |
Historian Candice Millard and actor Nick Offerman discuss “Death by Lightning” … a.block > figure#post-812198 > span.static > img.river | rollcall.com/app/uploads/2026/04/offerman_BC_041_041526.jpg?resize=1536,864 |
a.block > figure#post-812189 > span.static > img.river a.block > figure#post-812189 > span.static > img.river | rollcall.com/app/uploads/2026/04/House_Ethics_445_042126-1.jpg?resize=1536,864 |
Rep. Sheila Cherfilus-McCormick, D-Fla., leaves the Capitol after the last vote… a.block > figure#post-812183 > span.static > img.river | /app/uploads/2026/04/Cherfilus-McCormick_255_032725.jpg?r... |
Kevin Warsh, right, nominee to chairman of the Federal Reserve, talks with Sena… a.block > figure#post-812147 > span.static > img.river | rollcall.com/app/uploads/2026/04/warsh_senate_424_042126.jpg?resize=1536,864 |
Speaker Mike Johnson on Tuesday said he was “open” to tightening rules around s… a.block > figure#post-812132 > span.static > img.river | rollcall.com/app/uploads/2026/04/mejia_johnson_364_042026.jpg?resize=1536,864 |
The American flag flies in front of the Supreme Court. a.block > figure#post-812127 > span.static > img.river | rollcall.com/app/uploads/2026/04/scotus_BC_133_012026-3.jpg?resize=1536,864 |
Rep. Salud Carbajal, D-Calif., worked with stakeholders to clarify his amendmen… a.block > figure#post-812046 > span.static > img.river | rollcall.com/app/uploads/2026/04/carbajal_BC_076_071124.jpg?resize=1536,864 |
a.block > figure#post-807884 > span.static > img.river a.block > figure#post-807884 > span.static > img.river | /app/uploads/2026/02/ATR-ElectionDay20261620x1080.jpg?res... |
Labor Secretary Lori Chavez-DeRemer arrives for President Donald Trump’s State … a.block > figure#post-812090 > span.static > img.river | rollcall.com/app/uploads/2026/04/sotu_TW_119_022426.jpeg?resize=1536,864 |
Sen. Lindsey Graham, R-S.C., will play a central role in the Republican push to… a.block > figure#post-812089 > span.static > img.river | rollcall.com/app/uploads/2026/04/graham_499_022025.jpg?resize=1536,864 |
A worker takes a break on scaffolding outside of Russell Senate Office Building… a.block > figure#post-812065 > span.static > img.river | rollcall.com/app/uploads/2026/04/worker_307_042026.jpg?resize=1536,864 |
Texas state Rep. James Talarico, the Democratic nominee for Senate, speaks at a… a.block > figure#post-811832 > span.static > img.river | rollcall.com/app/uploads/2026/04/GettyImages-2271167962.jpg?resize=1536,864 |
Pennsylvania Rep. Madeleine Dean, center — seen at a news conference at the Cap… a.block > figure#post-812068 > span.static > img.river | rollcall.com/app/uploads/2026/04/iran_dems_348_040926.jpg?resize=1536,864 |
Rep. Sheila Cherfilus-McCormick, D-Fla., attends her House Ethics adjudicatory … a.block > figure#post-812053 > span.static > img.river | /app/uploads/2026/04/Cherfilus_McCormick_184_032626.jpg?r... |
Senate Banking ranking member Elizabeth Warren, D-Mass., plans to question Kevi… a.block > figure#post-812031 > span.static > img.river | rollcall.com/app/uploads/2026/04/irs_budget_137_041526.jpg?resize=1536,864 |
Sen. Marsha Blackburn, R-Tenn., attends a Senate Commerce hearing on April 15. a.block > figure#post-812026 > span.static > img.river | rollcall.com/app/uploads/2026/04/ftc_senate_147_041526.jpg?resize=1536,864 |
Cherry blossoms bloom outside of the Supreme Court building last month. a.block > figure#post-812013 > span.static > img.river | rollcall.com/app/uploads/2026/04/scotus_BC_169_032426.jpg?resize=1536,864 |
Senate Majority Leader John Thune, R-S.D., said the Senate could move ahead wit… a.block > figure#post-812001 > span.static > img.river | rollcall.com/app/uploads/2026/04/thune_BC_010_041426.jpg?resize=1536,864 |
McKinley listens during a House Energy and Commerce Committee hearing on Oct. 1… a.block > figure#post-811974 > span.static > img.river | rollcall.com/app/uploads/2026/04/mckinley_BC_101217_123.jpg?resize=1536,864 |
A Cannon House Office Building exit door is seen in 2023. a.block > figure#post-811958 > span.static > img.river | /app/uploads/2026/04/041726HitsandMissesWP.prproj.jpg?res... |
Republicans struggled with passing long-term extensions of FISA and the distrac… a.block > figure#post-811940 > span.static > img.river | rollcall.com/app/uploads/2026/04/fuller_BC_022_041426.jpeg?resize=1536,864 |
Secretary of Health and Human Services Robert F. Kennedy Jr. arrives to testify… a.block > figure#post-811935 > span.static > img.river | rollcall.com/app/uploads/2026/04/rfk_BC_049_041626.jpg?resize=1536,864 |
Spectators are seen on North Capitol Street during the Rock 'n' Roll half marat… a.block > figure#post-811923 > span.static > img.river | rollcall.com/app/uploads/2026/04/rock_marathon_265_032126-1.jpg?resize=1536,864 |
a.block > figure#post-809444 > span.static > img.river a.block > figure#post-809444 > span.static > img.river | rollcall.com/app/uploads/2026/03/VV-Promo-2026.png?resize=1536,864 |
a.block > figure#post-806124 > span.static > img.river a.block > figure#post-806124 > span.static > img.river | rollcall.com/app/uploads/2026/02/State-of-GA-Report.jpeg?resize=1536,864 |
a.block > figure#post-802209 > span.static > img.river a.block > figure#post-802209 > span.static > img.river | rollcall.com/app/uploads/2020/03/rc_121625_00116x9.jpg?resize=1536,864 |
President Donald Trump delivers his State of the Union address to Congress on F… a.block > figure#post-811908 > span.block > img.content_single | rollcall.com/app/uploads/2026/04/sotu_TW_029_022426.jpg?fit=1024,576 |
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.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
POLICY div.block > div.relative > div.eyebrow > h4 |
CONGRESS div.block > div.relative > div.eyebrow > h4 |
OPINION div.block > div.relative > div.eyebrow > h4 |
These are opportunities to improve keyboard navigation in your application.
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.col-span-2 > div.block > div.relative > a.block div.col-span-2 > div.block > div.relative > a.block |
div.col-span-2 > div.block > div.relative > a.block div.col-span-2 > div.block > div.relative > a.block |
div.col-span-2 > div.block > div.relative > a.block div.col-span-2 > div.block > div.relative > a.block |
div.col-span-2 > div.block > div.relative > a.block div.col-span-2 > div.block > div.relative > a.block |
div.col-span-2 > div.block > div.relative > a.block div.col-span-2 > div.block > div.relative > a.block |
div.max-w-7xl > div.basis-2/4 > div.border-l-0 > a div.max-w-7xl > div.basis-2/4 > div.border-l-0 > 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.
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: the server responded with a status of 404 () | |
cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.js?ver=3 line 13, col 32032 | Uncaught TypeError: Cannot read properties of undefined (reading 'fn') |
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.
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.
4.81 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.57 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
338 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.007
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.16 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.
11.58 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.
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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.
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.
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 | |
|---|---|---|---|
Sen. Mike Lee, seen here in March, had called for a show of Senate force on an … a.block > figure#post-812185 > span.block > img.content_single | rollcall.com/app/uploads/2026/04/Arctic_Frost_414_032426.jpeg?fit=1240,698 | 194.6 KiB | 144.2 KiB |
An eagle kite flies near the Capitol on March 28 during the Blossom Kite Festiv… a.block > figure#post-812300 > span.static > img.gridOneQuarter | rollcall.com/app/uploads/2026/04/kites_052_032826.jpg?resize=278,156 | 115.9 KiB | 109.4 KiB |
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.
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 |
|---|---|---|
| media-cdn.factba.se/fontawesome/6.5.2/css/all.min.css?ver=6 | 94.5 KiB | 94.3 KiB |
| :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspe… | 17.3 KiB | 14.5 KiB |
| rollcall.com/app/themes/rollcall/public/css/app.37eb58.css | 16.8 KiB | 14.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 |
|---|---|---|
| unpkg.com/vue@3?ver=3 | 126.8 KiB | 112.9 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... | 187.7 KiB | 96.6 KiB |
| /p/323954724/connatix.player.js?cid=69ef7590-f88b-4a7b-b1... | 138.5 KiB | 94.7 KiB |
| /assets/smart-tag/versioned/main-v2_9e4958801741d4d875ab9... | 116.1 KiB | 68.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-HE91SDD0WW | 158.2 KiB | 60.0 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 53.5 KiB |
| hb-rollcall.s3.us-east-2.amazonaws.com/staging/asc_prebid.js | 133.9 KiB | 51.0 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 38.2 KiB |
| /assets/smart-tag/versioned/ads-v2_b767962dfef6270095d208... | 42.1 KiB | 31.1 KiB |
| rollcall.com/wp/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.21 | 27.9 KiB | 20.3 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 |
|---|---|---|---|
| Unattributable | 519 ms | 59 ms | 0.0 ms |
| cdnjs.cloudflare.com/ajax/libs/alpinejs/3.13.0/cdn.min.js | 477 ms | 467 ms | 1.5 ms |
| hb-rollcall.s3.us-east-2.amazonaws.com/staging/asc_prebid.js | 339 ms | 298 ms | 14 ms |
| rollcall.com/ | 329 ms | 44 ms | 24 ms |
| www.googletagmanager.com/gtag/js?id=G-HE91SDD0WW | 202 ms | 159 ms | 16 ms |
| c.amazon-adsystem.com/aax2/apstag.js | 191 ms | 117 ms | 59 ms |
| /assets/smart-tag/versioned/main-v2_9e4958801741d4d875ab9... | 150 ms | 124 ms | 18 ms |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... | 109 ms | 82 ms | 20 ms |
| /scripts/fce7c2653d47595c0c31803c901a013b1d184d6281d480a9... | 70 ms | 45 ms | 16 ms |
| /state/js?website_id=3112&device_id=4136310700442189119&v... | 59 ms | 51 ms | 0.1 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.7 s |
| Other | 582 ms |
| Script Parsing & Compilation | 225 ms |
| Style & Layout | 120 ms |
| Rendering | 79 ms |
| Garbage Collection | 58 ms |
| Parse HTML & CSS | 48 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| unpkg.com/vue@3?ver=3 | 126.8 KiB | 43.7 KiB |
| /app/plugins/rollcall-factbase/public/js/rollcall-factbas... | 11.4 KiB | 11.1 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 | |
|---|---|
Sen. Mike Lee, seen here in March, had called for a show of Senate force on an … a.block > figure#post-812185 > span.block > img.content_single | rollcall.com/app/uploads/2026/04/Arctic_Frost_414_032426.jpeg?fit=1240,698 |
An eagle kite flies near the Capitol on March 28 during the Blossom Kite Festiv… a.block > figure#post-812300 > span.static > img.gridOneQuarter | rollcall.com/app/uploads/2026/04/kites_052_032826.jpg?resize=278,156 |
Cherry blossoms bloom outside of the Supreme Court building last month. a.block > figure#post-812268 > span.static > img.gridOneQuarter | rollcall.com/app/uploads/2026/04/scotus_BC_168_032426.jpg?resize=278,156 |
Rep. David Scott, D-Ga., pictured here in 2021, has died at age 80. He was the … a.block > figure#post-812261 > span.static > img.gridOneQuarter | rollcall.com/app/uploads/2026/04/hud_hearing076_072021.jpg?resize=278,156 |
Then-Gov.-elect Abigail Spanberger, former Gov. Ralph Northam, left, and Rep. J… a.block > figure#post-812169 > span.static > img.gridOneQuarter | /app/uploads/2026/04/Rose_Johns_statue_518_121625.jpeg?re... |
Track Trump at Factba.se div.bg-white > div.border-t > a > img | |
click to view or download the Congressional Calendar div.bg-white > div.border-t > a > img | |
click to view or download the Casualty List div.bg-white > div.border-t > a > img | |
President Donald Trump delivers his State of the Union address to Congress on F… a.block > figure#post-811908 > span.block > img.content_single |
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.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
POLICY div.block > div.relative > div.eyebrow > h4 |
CONGRESS div.block > div.relative > div.eyebrow > h4 |
OPINION div.block > div.relative > div.eyebrow > h4 |
CAMPAIGNS div.block > div.block > div.eyebrow > h4 |
CAMPAIGNS div.block > div.block > div.eyebrow > h4 |
PRODUCT div.block > div.block > div.eyebrow > h4 |
CONGRESS div.block > div.block > div.eyebrow > h4 |
POLICY div.block > div.block > div.eyebrow > h4 |
HEARD ON THE HILL div.block > div.block > div.eyebrow > h4 |
REPORT div.block > div.block > div.eyebrow > h4 |
HEARD ON THE HILL div.block > div.block > div.eyebrow > h4 |
CONGRESS div.block > div.block > div.eyebrow > h4 |
WHITE HOUSE div.block > div.block > div.eyebrow > h4 |
ROLL CALL NEWSPAPER div.block > div.block > div.eyebrow > h4 |
CONGRESS div.block > div.block > div.eyebrow > h4 |
POLICY div.block > div.block > div.eyebrow > h4 |
OPINION div.block > div.block > div.eyebrow > h4 |
POLICY div.block > div.block > div.eyebrow > h4 |
CAMPAIGNS div.block > div.block > div.eyebrow > h4 |
WHITE HOUSE div.block > div.block > div.eyebrow > h4 |
POLICY div.block > div.block > div.eyebrow > h4 |
CONGRESS div.block > div.block > div.eyebrow > h4 |
CAMPAIGNS div.block > div.block > div.eyebrow > h4 |
POLICY div.block > div.block > div.eyebrow > h4 |
CONGRESS div.block > div.block > div.eyebrow > h4 |
WHITE HOUSE div.block > div.block > div.eyebrow > h4 |
CONGRESS div.block > div.block > div.eyebrow > h4 |
POLICY div.block > div.block > div.eyebrow > h4 |
CONGRESS div.block > div.block > div.eyebrow > h4 |
WHITE HOUSE div.block > div.block > div.eyebrow > h4 |
CONGRESS div.block > div.block > div.eyebrow > h4 |
VIDEO div.block > div.block > div.eyebrow > h4 |
CONGRESS div.block > div.block > div.eyebrow > h4 |
CONGRESS div.block > div.block > div.eyebrow > h4 |
CONGRESS div.block > div.block > div.eyebrow > h4 |
These are opportunities to improve keyboard navigation in your application.
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.col-span-2 > div.block > div.relative > a.block div.col-span-2 > div.block > div.relative > a.block |
div.col-span-2 > div.block > div.relative > a.block div.col-span-2 > div.block > div.relative > a.block |
div.col-span-2 > div.block > div.relative > a.block div.col-span-2 > div.block > div.relative > a.block |
div.col-span-2 > div.block > div.relative > a.block div.col-span-2 > div.block > div.relative > a.block |
div.col-span-2 > div.block > div.relative > a.block div.col-span-2 > div.block > div.relative > a.block |
div.max-w-7xl > div.basis-2/4 > div.border-l-0 > a div.max-w-7xl > div.basis-2/4 > div.border-l-0 > 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 |
|---|---|
| Topics | hb-rollcall.s3.us-east-2.amazonaws.com/staging/asc_prebid.js line 12, col 33003 |
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 fetch at 'https://hb-api.omnitagjs.com/hb-api/prebid/v1?RefererUrl=https%3A%2F%2Frollcall.com%2F&PageUrl=https%3A%2F%2Frollcall.com%2F&PageReferrer=https%3A%2F%2Frollcall.com%2F&CanonicalUrl=https%3A%2F%2Frollcall.com%2F2026%2F04%2F22%2Fdemocrats-celebrate-virginia-redistricting-win-as-jeffries-vows-maximum-warfare%2F' from origin 'https://rollcall.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 | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.js?ver=3 line 13, col 32032 | Uncaught TypeError: Cannot read properties of undefined (reading 'fn') |
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.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
To appear in search results, crawlers need access to your app.
Send Feedback