Skip to content
https://rollcall.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
72
GRADE
C
FIX
5
REVIEW
2
PASS
8
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

29
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
93
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

Page Load Progression

447 ms
894 ms
1.3 s
1.8 s
2.2 s
2.7 s
3.1 s
3.6 s
Checks
17
8 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
14.4 MB transferred, 154 requests
FIX
14.4 MB transferred, 154 requests
Critical::
Page weighs 18.8 MB (14.4 MB transferred)
Warning::
Images are 12.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 12.1 MB
Warning::
JavaScript is 1.8 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.8 MB
Info::
Fonts are 203 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 203 KB
Warning::
154 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 3.0 g CO2 per page load
14.4 MB / 2.4 MB budget
14.4 MB transferred
154 requests
3.0 g CO2 per page load
Images 12.1 MiB 84%
JavaScript 1.8 MiB 13%
Fonts 203.2 KiB 1%
CSS 127.8 KiB 1%
Other 89.4 KiB 1%
Other 53.8 KiB 0%
HTML 53.2 KiB 0%
Other 5.6 KiB 0%
Other 905 B 0%
Other 556 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

F
JS Execution Cost
Action
6345ms total JS execution
FIX
6345ms total JS execution
Warning::
Unattributable: 1518ms CPU time
Warning::
https://rollcall.com/: 800ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-HE91...: 718ms CPU time
Warning::
https://c.amazon-adsystem.com/aax2/apstag.js: 623ms CPU time
Warning::
https://hb-rollcall.s3.us-east-2.amazonaws.com/sta...: 501ms CPU time
Warning::
Third-party scripts: 5480ms (86% of total)

Main Thread Breakdown

Script Evaluation 52% Other 23% Script Parsing & Compilation 13% Style & Layout 5%
ScriptTotalScriptingParse/CompileParty
Unattributable1518ms153ms0ms3rd
https://rollcall.com/800ms69ms99ms1st
https://www.googletagmanager.com/gtag/js?id=G-HE91SDD0WW718ms578ms66ms3rd
https://c.amazon-adsystem.com/aax2/apstag.js623ms396ms206ms3rd
https://hb-rollcall.s3.us-east-2.amazonaws.com/staging/asc_prebid.js501ms427ms52ms3rd
https://assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_9e4958801741d4d875ab94da23b6d39a.br.js462ms369ms72ms3rd
https://scripts.webcontentassessor.com/scripts/fce7c2653d47595c0c31803c901a013b1d184d6281d480a92e7f06a9f05c5d26273ms179ms68ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js260ms178ms77ms3rd
https://cds.connatix.com/p/324082750/connatix.player.js?cid=69ef7590-f88b-4a7b-b1ad-bbee64894f4f&pid=9484058d-cb86-4c6b-b476-f5e62bd11798239ms159ms76ms3rd
https://api.bounceexchange.com/state/js?website_id=3112&device_id=1593318742284390999&visit_id=1776896106463317197ms177ms1ms3rd

Showing top 10 of 18 scripts

F
JS Bundles
Action
46 scripts, 922 KB unused
FIX
46 scripts, 922 KB unused
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 455 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cds.connatix.com/p/324082750/connatix.play...: 95 KB unused (68%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://hb-rollcall.s3.us-east-2.amazonaws.com/sta...: 88 KB unused (66%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://assets.bounceexchange.com/assets/smart-tag...: 69 KB unused (59%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-HE91...: 59 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 922 KB
922 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js600 KB455 KB (76%)3rd
https://cds.connatix.com/p/324082750/connatix.player.js?cid=69ef7590-f88b-4a7b-b1ad-bbee64894f4f&pid=9484058d-cb86-4c6b-b476-f5e62bd11798139 KB95 KB (68%)3rd
https://hb-rollcall.s3.us-east-2.amazonaws.com/staging/asc_prebid.js134 KB88 KB (66%)3rd
https://assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_9e4958801741d4d875ab94da23b6d39a.br.js116 KB69 KB (59%)3rd
https://www.googletagmanager.com/gtag/js?id=G-HE91SDD0WW159 KB59 KB (37%)3rd
https://c.amazon-adsystem.com/aax2/apstag.js0 KB52 KB (58%)3rd
https://c.amazon-adsystem.com/aax2/apstag.js91 KB52 KB (58%)3rd
https://assets.bounceexchange.com/assets/smart-tag/versioned/ads-v2_b767962dfef6270095d208e12eace8b4.br.js42 KB31 KB (74%)3rd
https://rollcall.com/wp/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.2128 KB20 KB (73%)1st
https://cd.connatix.com/connatix.player.js?cid=69ef7590-f88b-4a7b-b1ad-bbee64894f4f&pid=9484058d-cb86-4c6b-b476-f5e62bd117981 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

D
Page Weight Inventory
Action
154 resources · 14.4 MB · 922 KB savings available
FIX
154 resources · 14.4 MB · 922 KB savings available
Warning::
Page weight 13.4 MB over 1MB target
Got: 14.4 MB Expected: ≤ 1 MB
Info::
~922 KB of savings available
Info::
92 third-party resources (13% of weight)
Info::
30 resources over 200KB
154 resources · 14.4 MiB · 92 third-party 13.4 MiB over 1MB target
Image 84% · 12.1 MiB
JavaScript 13% · 1.8 MiB
Font 1% · 203.2 KiB
CSS 1% · 127.8 KiB
Other 1% · 118.4 KiB
Document 1% · 79.5 KiB

~922.3 KiB of savings available

Remove unused JavaScript: 922.3 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
50 images, 0 KB saveable
REVIEW
50 images, 0 KB saveable
Warning::
https://rollcall.com/app/uploads/2026/04/041726Hit... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/fuller_BC... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2025/07/CLWPART3.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/sotu_TW_0... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/House_Eth... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/kites_052... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/virginia_... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/VAPOL26_B... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/Cherfilus... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/Cherfilus... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/Arctic_Fr... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/scotus_BC... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/graham_49... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/worker_30... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/thune_BC_... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2025/12/2026Congr... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/hud_heari... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/offerman_... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/iran_dems... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/irs_budge... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/indycar_3... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/warsh_sen... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/mejia_joh... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/carbajal_... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/GettyImag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/02/ATR-Elect... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/sotu_TW_1... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/rfk_BC_04... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/rock_mara... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/Rose_John... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/03/VV-Promo-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/FactbaseH... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/scotus_BC... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/graham_BC... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/02/State-of-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2020/03/rc_121625... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/GettyImag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/ftc_senat... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/GettyImag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/mckinley_... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://rollcall.com/app/uploads/2026/04/scotus_BC... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
50 images 12.1 MB
0 oversized -0 KB
50 legacy format
41 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Third-Party Impact
13% third-party, 0 ms blocking
PASS
13% third-party, 0 ms blocking
Info::
Third-party code accounts for 13% of page weight (1.9 MiB of 14.4 MiB)
Info::
Third-party blocking time is low (0 ms)
87%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
5 fonts (203 KB)
PASS
5 fonts (203 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

203 KB total

Render-blocking

0

of 5

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 6.0 s LCP 13.5 shttps://rollcall.com/app/themes/rollcall/public/fonts/Graphik-Bold.085031.woff2Graphik-Bold.085031.woff2 https://rollcall.com/app/themes/rollcall/public/fonts/Graphik-Bold.085031.woff2 — 36.5 KiB — 805 ms — font-display: swaphttps://rollcall.com/app/themes/rollcall/public/fonts/LyonText-Semibold.5d6068.woff2LyonText-Semibold.5d606... https://rollcall.com/app/themes/rollcall/public/fonts/LyonText-Semibold.5d6068.woff2 — 59.8 KiB — 808 ms — font-display: swaphttps://rollcall.com/app/themes/rollcall/public/fonts/Graphik-Semibold.f9277a.woff2Graphik-Semibold.f9277a... https://rollcall.com/app/themes/rollcall/public/fonts/Graphik-Semibold.f9277a.woff2 — 36.6 KiB — 808 ms — font-display: swaphttps://rollcall.com/app/themes/rollcall/public/fonts/Graphik-Regular.42a9b7.woff2Graphik-Regular.42a9b7.... https://rollcall.com/app/themes/rollcall/public/fonts/Graphik-Regular.42a9b7.woff2 — 33.9 KiB — 808 ms — font-display: swaphttps://rollcall.com/app/themes/rollcall/public/fonts/Graphik-Medium.2b31c0.woff2Graphik-Medium.2b31c0.w... https://rollcall.com/app/themes/rollcall/public/fonts/Graphik-Medium.2b31c0.woff2 — 36.4 KiB — 808 ms — font-display: swap
Graphik-Bold.085031.woff2 woff2 swap
Size 36 KB
Load time 805 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
LyonText-Semibold.5d606... woff2 swap
Size 60 KB
Load time 808 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
Graphik-Semibold.f9277a... woff2 swap
Size 37 KB
Load time 808 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
Graphik-Regular.42a9b7.... woff2 swap
Size 34 KB
Load time 808 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
Graphik-Medium.2b31c0.w... woff2 swap
Size 36 KB
Load time 808 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
11 hints, 0 missing preconnects
PASS
11 hints, 0 missing preconnects
Info::
Page uses 11 resource hint(s)

Current Resource Hints

preconnect
2
preload
dns-prefetch
9
prefetch

11 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
154 requests over 7189ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 6.0 s LCP 13.5 shttps://rollcall.com// https://rollcall.com/ — 200 — 41.6 KiB — 1.3 s — h2https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.css?ver=4cdn.jsdelivr.net/npm/daterangepicke... https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.css?ver=4 — 200 — 2.3 KiB — 39 ms — h2https://media-cdn.factba.se/fontawesome/6.5.2/css/all.min.css?ver=6media-cdn.factba.se/fontawesome/6.5... https://media-cdn.factba.se/fontawesome/6.5.2/css/all.min.css?ver=6 — 200 — 94.9 KiB — 147 ms — h2https://cdn.jsdelivr.net/npm/tooltipster@4.2.8/dist/css/tooltipster.bundle.min.css?ver=2cdn.jsdelivr.net/npm/tooltipster@4.... https://cdn.jsdelivr.net/npm/tooltipster@4.2.8/dist/css/tooltipster.bundle.min.css?ver=2 — 200 — 1.4 KiB — 42 ms — h2https://cdnjs.cloudflare.com/ajax/libs/tooltipster/4.2.8/css/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-borderless.min.css?ver=2cdnjs.cloudflare.com/ajax/libs/tool... https://cdnjs.cloudflare.com/ajax/libs/tooltipster/4.2.8/css/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-borderless.min.css?ver=2 — 200 — 905 B — 32 ms — h3https://z.moatads.com/cqrollcalldfpprebidheader69757261971/moatheader.jsz.moatads.com/cqrollcalldfpprebidhe... https://z.moatads.com/cqrollcalldfpprebidheader69757261971/moatheader.js — -1 — 0 B — 1.1 s — https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css?ver=2cdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css?ver=2 — 200 — 2.1 KiB — 33 ms — h3https://cdnjs.cloudflare.com/ajax/libs/spinkit/2.0.1/spinkit.min.css?ver=2cdnjs.cloudflare.com/ajax/libs/spin... https://cdnjs.cloudflare.com/ajax/libs/spinkit/2.0.1/spinkit.min.css?ver=2 — 200 — 1.9 KiB — 41 ms — h3https://rollcall.com/app/plugins/rollcall-factbase/public/css/rollcall-factbase-public.css?ver=1.0.1/app/plugins/rollcall-factbase/publ... https://rollcall.com/app/plugins/rollcall-factbase/public/css/rollcall-factbase-public.css?ver=1.0.1 — 200 — 605 B — 287 ms — h2https://rollcall.com/app/themes/rollcall/public/css/app.37eb58.css/app/themes/rollcall/public/css/app... https://rollcall.com/app/themes/rollcall/public/css/app.37eb58.css — 200 — 17.1 KiB — 288 ms — h2https://rollcall.com/wp/wp-includes/blocks/paragraph/style.min.css?ver=6.9/wp/wp-includes/blocks/paragraph/st... https://rollcall.com/wp/wp-includes/blocks/paragraph/style.min.css?ver=6.9 — 200 — 649 B — 285 ms — h2https://rollcall.com/wp/wp-includes/js/dist/vendor/moment.min.js?ver=2.30.1/wp/wp-includes/js/dist/vendor/mome... https://rollcall.com/wp/wp-includes/js/dist/vendor/moment.min.js?ver=2.30.1 — 200 — 21.5 KiB — 286 ms — h2https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.js?ver=3cdn.jsdelivr.net/npm/daterangepicke... https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.js?ver=3 — 200 — 8.1 KiB — 33 ms — h2https://rollcall.com/wp/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.21/wp/wp-includes/js/dist/vendor/loda... https://rollcall.com/wp/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.21 — 200 — 28.2 KiB — 797 ms — h2https://unpkg.com/vue@3?ver=3unpkg.com/vue@3?ver=3 https://unpkg.com/vue@3?ver=3 — 302 — 269 B — 53 ms — h3https://rollcall.com/wp/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp/wp-includes/js/jquery/jquery.mi... https://rollcall.com/wp/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 35.0 KiB — 537 ms — h2https://rollcall.com/wp/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp/wp-includes/js/jquery/jquery-mi... https://rollcall.com/wp/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.5 KiB — 537 ms — h2https://cdn.jsdelivr.net/npm/tooltipster@4.2.8/dist/js/tooltipster.bundle.min.js?ver=2cdn.jsdelivr.net/npm/tooltipster@4.... https://cdn.jsdelivr.net/npm/tooltipster@4.2.8/dist/js/tooltipster.bundle.min.js?ver=2 — 200 — 10.7 KiB — 30 ms — h2https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.js?ver=2cdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.js?ver=2 — 200 — 2.0 KiB — 35 ms — h3https://unpkg.com/htmx.org@1.9.11?ver=1unpkg.com/htmx.org@1.9.11?ver=1 https://unpkg.com/htmx.org@1.9.11?ver=1 — 301 — 283 B — 41 ms — h3https://player.vimeo.com/api/player.js?ver=2.18.0player.vimeo.com/api/player.js?ver=... https://player.vimeo.com/api/player.js?ver=2.18.0 — 200 — 9.0 KiB — 47 ms — http/1.1https://rollcall.com/app/plugins/rollcall-factbase/public/js/rollcall-factbase-public.js?ver=1776895507/app/plugins/rollcall-factbase/publ... https://rollcall.com/app/plugins/rollcall-factbase/public/js/rollcall-factbase-public.js?ver=1776895507 — 200 — 11.7 KiB — 540 ms — h2https://cdnjs.cloudflare.com/ajax/libs/js-cookie/latest/js.cookie.min.jscdnjs.cloudflare.com/ajax/libs/js-c... https://cdnjs.cloudflare.com/ajax/libs/js-cookie/latest/js.cookie.min.js — 200 — 1.4 KiB — 32 ms — h3https://rollcall.com/app/themes/rollcall/manifest.json/app/themes/rollcall/manifest.json https://rollcall.com/app/themes/rollcall/manifest.json — 200 — 905 B — 766 ms — h2https://unpkg.com/htmx.org@1.9.11/dist/htmx.min.js?ver=1unpkg.com/htmx.org@1.9.11/dist/htmx... https://unpkg.com/htmx.org@1.9.11/dist/htmx.min.js?ver=1 — 200 — 15.7 KiB — 21 ms — h3https://unpkg.com/vue@3.5.33/dist/vue.global.js?ver=3unpkg.com/vue@3.5.33/dist/vue.globa... https://unpkg.com/vue@3.5.33/dist/vue.global.js?ver=3 — 200 — 127.2 KiB — 75 ms — h3https://rollcall.com/app/uploads/2026/04/Arctic_Frost_414_032426.jpeg?fit=1024,576/app/uploads/2026/04/Arctic_Frost_4... https://rollcall.com/app/uploads/2026/04/Arctic_Frost_414_032426.jpeg?fit=1024,576 — 200 — 195.1 KiB — 860 ms — h2https://rollcall.com/app/uploads/2026/04/041726HitsandMissesWP.prproj-768x513.jpg/app/uploads/2026/04/041726HitsandM... https://rollcall.com/app/uploads/2026/04/041726HitsandMissesWP.prproj-768x513.jpg — 200 — 289.9 KiB — 845 ms — h2https://rollcall.com/app/uploads/2026/04/kites_052_032826.jpg?resize=556,312/app/uploads/2026/04/kites_052_0328... https://rollcall.com/app/uploads/2026/04/kites_052_032826.jpg?resize=556,312 — 200 — 116.3 KiB — 324 ms — h2https://rollcall.com/app/uploads/2026/04/scotus_BC_168_032426.jpg?resize=556,312/app/uploads/2026/04/scotus_BC_168_... https://rollcall.com/app/uploads/2026/04/scotus_BC_168_032426.jpg?resize=556,312 — 200 — 488.4 KiB — 1.5 s — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 6.0 s LCP 13.5 shttps://rollcall.com// https://rollcall.com/ — 200 — 41.6 KiB — 1.3 s — h2https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.css?ver=4cdn.jsdelivr.net/npm/daterangepicke... https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.css?ver=4 — 200 — 2.3 KiB — 39 ms — h2https://media-cdn.factba.se/fontawesome/6.5.2/css/all.min.css?ver=6media-cdn.factba.se/fontawesome/6.5... https://media-cdn.factba.se/fontawesome/6.5.2/css/all.min.css?ver=6 — 200 — 94.9 KiB — 147 ms — h2https://cdn.jsdelivr.net/npm/tooltipster@4.2.8/dist/css/tooltipster.bundle.min.css?ver=2cdn.jsdelivr.net/npm/tooltipster@4.... https://cdn.jsdelivr.net/npm/tooltipster@4.2.8/dist/css/tooltipster.bundle.min.css?ver=2 — 200 — 1.4 KiB — 42 ms — h2https://cdnjs.cloudflare.com/ajax/libs/tooltipster/4.2.8/css/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-borderless.min.css?ver=2cdnjs.cloudflare.com/ajax/libs/tool... https://cdnjs.cloudflare.com/ajax/libs/tooltipster/4.2.8/css/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-borderless.min.css?ver=2 — 200 — 905 B — 32 ms — h3https://z.moatads.com/cqrollcalldfpprebidheader69757261971/moatheader.jsz.moatads.com/cqrollcalldfpprebidhe... https://z.moatads.com/cqrollcalldfpprebidheader69757261971/moatheader.js — -1 — 0 B — 1.1 s — https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css?ver=2cdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css?ver=2 — 200 — 2.1 KiB — 33 ms — h3https://cdnjs.cloudflare.com/ajax/libs/spinkit/2.0.1/spinkit.min.css?ver=2cdnjs.cloudflare.com/ajax/libs/spin... https://cdnjs.cloudflare.com/ajax/libs/spinkit/2.0.1/spinkit.min.css?ver=2 — 200 — 1.9 KiB — 41 ms — h3https://rollcall.com/app/plugins/rollcall-factbase/public/css/rollcall-factbase-public.css?ver=1.0.1/app/plugins/rollcall-factbase/publ... https://rollcall.com/app/plugins/rollcall-factbase/public/css/rollcall-factbase-public.css?ver=1.0.1 — 200 — 605 B — 287 ms — h2https://rollcall.com/app/themes/rollcall/public/css/app.37eb58.css/app/themes/rollcall/public/css/app... https://rollcall.com/app/themes/rollcall/public/css/app.37eb58.css — 200 — 17.1 KiB — 288 ms — h2https://rollcall.com/wp/wp-includes/blocks/paragraph/style.min.css?ver=6.9/wp/wp-includes/blocks/paragraph/st... https://rollcall.com/wp/wp-includes/blocks/paragraph/style.min.css?ver=6.9 — 200 — 649 B — 285 ms — h2https://rollcall.com/wp/wp-includes/js/dist/vendor/moment.min.js?ver=2.30.1/wp/wp-includes/js/dist/vendor/mome... https://rollcall.com/wp/wp-includes/js/dist/vendor/moment.min.js?ver=2.30.1 — 200 — 21.5 KiB — 286 ms — h2https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.js?ver=3cdn.jsdelivr.net/npm/daterangepicke... https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.js?ver=3 — 200 — 8.1 KiB — 33 ms — h2https://rollcall.com/wp/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.21/wp/wp-includes/js/dist/vendor/loda... https://rollcall.com/wp/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.21 — 200 — 28.2 KiB — 797 ms — h2https://unpkg.com/vue@3?ver=3unpkg.com/vue@3?ver=3 https://unpkg.com/vue@3?ver=3 — 302 — 269 B — 53 ms — h3https://rollcall.com/wp/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp/wp-includes/js/jquery/jquery.mi... https://rollcall.com/wp/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 35.0 KiB — 537 ms — h2https://rollcall.com/wp/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp/wp-includes/js/jquery/jquery-mi... https://rollcall.com/wp/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.5 KiB — 537 ms — h2https://cdn.jsdelivr.net/npm/tooltipster@4.2.8/dist/js/tooltipster.bundle.min.js?ver=2cdn.jsdelivr.net/npm/tooltipster@4.... https://cdn.jsdelivr.net/npm/tooltipster@4.2.8/dist/js/tooltipster.bundle.min.js?ver=2 — 200 — 10.7 KiB — 30 ms — h2https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.js?ver=2cdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.js?ver=2 — 200 — 2.0 KiB — 35 ms — h3https://unpkg.com/htmx.org@1.9.11?ver=1unpkg.com/htmx.org@1.9.11?ver=1 https://unpkg.com/htmx.org@1.9.11?ver=1 — 301 — 283 B — 41 ms — h3https://player.vimeo.com/api/player.js?ver=2.18.0player.vimeo.com/api/player.js?ver=... https://player.vimeo.com/api/player.js?ver=2.18.0 — 200 — 9.0 KiB — 47 ms — http/1.1https://rollcall.com/app/plugins/rollcall-factbase/public/js/rollcall-factbase-public.js?ver=1776895507/app/plugins/rollcall-factbase/publ... https://rollcall.com/app/plugins/rollcall-factbase/public/js/rollcall-factbase-public.js?ver=1776895507 — 200 — 11.7 KiB — 540 ms — h2https://cdnjs.cloudflare.com/ajax/libs/js-cookie/latest/js.cookie.min.jscdnjs.cloudflare.com/ajax/libs/js-c... https://cdnjs.cloudflare.com/ajax/libs/js-cookie/latest/js.cookie.min.js — 200 — 1.4 KiB — 32 ms — h3https://rollcall.com/app/themes/rollcall/manifest.json/app/themes/rollcall/manifest.json https://rollcall.com/app/themes/rollcall/manifest.json — 200 — 905 B — 766 ms — h2https://unpkg.com/htmx.org@1.9.11/dist/htmx.min.js?ver=1unpkg.com/htmx.org@1.9.11/dist/htmx... https://unpkg.com/htmx.org@1.9.11/dist/htmx.min.js?ver=1 — 200 — 15.7 KiB — 21 ms — h3https://unpkg.com/vue@3.5.33/dist/vue.global.js?ver=3unpkg.com/vue@3.5.33/dist/vue.globa... https://unpkg.com/vue@3.5.33/dist/vue.global.js?ver=3 — 200 — 127.2 KiB — 75 ms — h3https://rollcall.com/app/uploads/2026/04/Arctic_Frost_414_032426.jpeg?fit=1024,576/app/uploads/2026/04/Arctic_Frost_4... https://rollcall.com/app/uploads/2026/04/Arctic_Frost_414_032426.jpeg?fit=1024,576 — 200 — 195.1 KiB — 860 ms — h2https://rollcall.com/app/uploads/2026/04/041726HitsandMissesWP.prproj-768x513.jpg/app/uploads/2026/04/041726HitsandM... https://rollcall.com/app/uploads/2026/04/041726HitsandMissesWP.prproj-768x513.jpg — 200 — 289.9 KiB — 845 ms — h2https://rollcall.com/app/uploads/2026/04/kites_052_032826.jpg?resize=556,312/app/uploads/2026/04/kites_052_0328... https://rollcall.com/app/uploads/2026/04/kites_052_032826.jpg?resize=556,312 — 200 — 116.3 KiB — 324 ms — h2https://rollcall.com/app/uploads/2026/04/scotus_BC_168_032426.jpg?resize=556,312/app/uploads/2026/04/scotus_BC_168_... https://rollcall.com/app/uploads/2026/04/scotus_BC_168_032426.jpg?resize=556,312 — 200 — 488.4 KiB — 1.5 s — h2https://rollcall.com/app/uploads/2026/04/hud_hearing076_072021.jpg?resize=556,312/app/uploads/2026/04/hud_hearing076... https://rollcall.com/app/uploads/2026/04/hud_hearing076_072021.jpg?resize=556,312 — 200 — 260.9 KiB — 1.7 s — h2https://rollcall.com/app/uploads/2026/04/Rose_Johns_statue_518_121625.jpeg?resize=556,312/app/uploads/2026/04/Rose_Johns_sta... https://rollcall.com/app/uploads/2026/04/Rose_Johns_statue_518_121625.jpeg?resize=556,312 — 200 — 262.9 KiB — 1.7 s — h2https://rollcall.com/app/themes/rollcall/public/js/259.7edc5d.js/app/themes/rollcall/public/js/259.... https://rollcall.com/app/themes/rollcall/public/js/259.7edc5d.js — 200 — 538 B — 660 ms — h2https://rollcall.com/app/themes/rollcall/public/js/app.c23b2d.js/app/themes/rollcall/public/js/app.... https://rollcall.com/app/themes/rollcall/public/js/app.c23b2d.js — 200 — 546 B — 660 ms — h2https://cdnjs.cloudflare.com/ajax/libs/alpinejs/3.13.0/cdn.min.jscdnjs.cloudflare.com/ajax/libs/alpi... https://cdnjs.cloudflare.com/ajax/libs/alpinejs/3.13.0/cdn.min.js — 200 — 14.3 KiB — 45 ms — h3https://cdn.whizzco.com/scripts/widget/widget_v3.jscdn.whizzco.com/scripts/widget/widg... https://cdn.whizzco.com/scripts/widget/widget_v3.js — 200 — 3.6 KiB — 45 ms — h3https://hb-rollcall.s3.us-east-2.amazonaws.com/staging/asc_prebid.jshb-rollcall.s3.us-east-2.amazonaws.... https://hb-rollcall.s3.us-east-2.amazonaws.com/staging/asc_prebid.js — 200 — 134.4 KiB — 2.1 s — http/1.1https://scripts.webcontentassessor.com/scripts/fce7c2653d47595c0c31803c901a013b1d184d6281d480a92e7f06a9f05c5d26scripts.webcontentassessor.com/scri... https://scripts.webcontentassessor.com/scripts/fce7c2653d47595c0c31803c901a013b1d184d6281d480a92e7f06a9f05c5d26 — 200 — 121.5 KiB — 125 ms — h2https://www.googletagmanager.com/gtag/js?id=G-HE91SDD0WWwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-HE91SDD0WW — 200 — 158.5 KiB — 50 ms — h2https://rollcall.com/app/uploads/2026/04/virginia_dnc_542_042226.jpg?resize=1536,864/app/uploads/2026/04/virginia_dnc_5... https://rollcall.com/app/uploads/2026/04/virginia_dnc_542_042226.jpg?resize=1536,864 — 200 — 209.5 KiB — 1.5 s — h2https://rollcall.com/app/uploads/2026/04/VAPOL26_BC_009_041126.jpg?resize=1536,864/app/uploads/2026/04/VAPOL26_BC_009... https://rollcall.com/app/uploads/2026/04/VAPOL26_BC_009_041126.jpg?resize=1536,864 — 200 — 277.5 KiB — 2.2 s — h2https://rollcall.com/app/uploads/2026/03/VV-Promo-2026.png?resize=1536,864/app/uploads/2026/03/VV-Promo-2026.... https://rollcall.com/app/uploads/2026/03/VV-Promo-2026.png?resize=1536,864 — 200 — 2.3 MiB — 1.6 s — h2https://rollcall.com/app/uploads/2026/04/graham_BC_045_030426.jpg?resize=1536,864/app/uploads/2026/04/graham_BC_045_... https://rollcall.com/app/uploads/2026/04/graham_BC_045_030426.jpg?resize=1536,864 — 200 — 283.8 KiB — 1.7 s — h2https://rollcall.com/app/uploads/2026/04/indycar_312_030926.jpg?resize=1536,864/app/uploads/2026/04/indycar_312_03... https://rollcall.com/app/uploads/2026/04/indycar_312_030926.jpg?resize=1536,864 — 200 — 195.2 KiB — 1.9 s — h2https://rollcall.com/app/uploads/2026/04/offerman_BC_041_041526.jpg?resize=1536,864/app/uploads/2026/04/offerman_BC_04... https://rollcall.com/app/uploads/2026/04/offerman_BC_041_041526.jpg?resize=1536,864 — 200 — 356.5 KiB — 1.7 s — h2https://rollcall.com/app/uploads/2026/02/State-of-GA-Report.jpeg?resize=1536,864/app/uploads/2026/02/State-of-GA-Re... https://rollcall.com/app/uploads/2026/02/State-of-GA-Report.jpeg?resize=1536,864 — 200 — 226.0 KiB — 1.7 s — h2https://rollcall.com/app/uploads/2026/04/House_Ethics_445_042126-1.jpg?resize=1536,864/app/uploads/2026/04/House_Ethics_4... https://rollcall.com/app/uploads/2026/04/House_Ethics_445_042126-1.jpg?resize=1536,864 — 200 — 174.7 KiB — 1.7 s — h2https://rollcall.com/app/uploads/2026/04/Cherfilus-McCormick_255_032725.jpg?resize=1536,864/app/uploads/2026/04/Cherfilus-McCo... https://rollcall.com/app/uploads/2026/04/Cherfilus-McCormick_255_032725.jpg?resize=1536,864 — 200 — 270.0 KiB — 1.7 s — h2https://rollcall.com/app/uploads/2026/04/warsh_senate_424_042126.jpg?resize=1536,864/app/uploads/2026/04/warsh_senate_4... https://rollcall.com/app/uploads/2026/04/warsh_senate_424_042126.jpg?resize=1536,864 — 200 — 247.2 KiB — 1.7 s — h2https://rollcall.com/app/uploads/2020/03/rc_121625_00116x9.jpg?resize=1536,864/app/uploads/2020/03/rc_121625_0011... https://rollcall.com/app/uploads/2020/03/rc_121625_00116x9.jpg?resize=1536,864 — 200 — 268.2 KiB — 2.2 s — h2https://rollcall.com/app/uploads/2026/04/mejia_johnson_364_042026.jpg?resize=1536,864/app/uploads/2026/04/mejia_johnson_... https://rollcall.com/app/uploads/2026/04/mejia_johnson_364_042026.jpg?resize=1536,864 — 200 — 310.5 KiB — 2.2 s — h2https://rollcall.com/app/uploads/2026/04/scotus_BC_133_012026-3.jpg?resize=1536,864/app/uploads/2026/04/scotus_BC_133_... https://rollcall.com/app/uploads/2026/04/scotus_BC_133_012026-3.jpg?resize=1536,864 — 200 — 467.6 KiB — 2.2 s — h2https://rollcall.com/app/uploads/2026/04/GettyImages-1225712145.jpg?resize=1536,864/app/uploads/2026/04/GettyImages-12... https://rollcall.com/app/uploads/2026/04/GettyImages-1225712145.jpg?resize=1536,864 — 200 — 147.2 KiB — 1.5 s — h2https://rollcall.com/app/uploads/2026/04/carbajal_BC_076_071124.jpg?resize=1536,864/app/uploads/2026/04/carbajal_BC_07... https://rollcall.com/app/uploads/2026/04/carbajal_BC_076_071124.jpg?resize=1536,864 — 200 — 262.1 KiB — 2.2 s — h2https://rollcall.com/app/uploads/2026/02/ATR-ElectionDay20261620x1080.jpg?resize=1536,864/app/uploads/2026/02/ATR-ElectionDa... https://rollcall.com/app/uploads/2026/02/ATR-ElectionDay20261620x1080.jpg?resize=1536,864 — 200 — 91.5 KiB — 1.1 s — h2https://rollcall.com/app/uploads/2026/04/sotu_TW_119_022426.jpeg?resize=1536,864/app/uploads/2026/04/sotu_TW_119_02... https://rollcall.com/app/uploads/2026/04/sotu_TW_119_022426.jpeg?resize=1536,864 — 200 — 279.1 KiB — 2.2 s — h2https://rollcall.com/app/uploads/2026/04/graham_499_022025.jpg?resize=1536,864/app/uploads/2026/04/graham_499_022... https://rollcall.com/app/uploads/2026/04/graham_499_022025.jpg?resize=1536,864 — 200 — 302.8 KiB — 1.8 s — h2https://rollcall.com/app/uploads/2026/04/worker_307_042026.jpg?resize=1536,864/app/uploads/2026/04/worker_307_042... https://rollcall.com/app/uploads/2026/04/worker_307_042026.jpg?resize=1536,864 — 200 — 299.5 KiB — 1.8 s — h2https://rollcall.com/app/uploads/2026/04/GettyImages-2271167962.jpg?resize=1536,864/app/uploads/2026/04/GettyImages-22... https://rollcall.com/app/uploads/2026/04/GettyImages-2271167962.jpg?resize=1536,864 — 200 — 141.2 KiB — 1.5 s — h2https://rollcall.com/app/uploads/2026/04/iran_dems_348_040926.jpg?resize=1536,864/app/uploads/2026/04/iran_dems_348_... https://rollcall.com/app/uploads/2026/04/iran_dems_348_040926.jpg?resize=1536,864 — 200 — 309.5 KiB — 1.9 s — h2https://rollcall.com/app/uploads/2026/04/Cherfilus_McCormick_184_032626.jpg?resize=1536,864/app/uploads/2026/04/Cherfilus_McCo... https://rollcall.com/app/uploads/2026/04/Cherfilus_McCormick_184_032626.jpg?resize=1536,864 — 200 — 234.0 KiB — 2.2 s — h2https://rollcall.com/app/uploads/2026/04/irs_budget_137_041526.jpg?resize=1536,864/app/uploads/2026/04/irs_budget_137... https://rollcall.com/app/uploads/2026/04/irs_budget_137_041526.jpg?resize=1536,864 — 200 — 237.2 KiB — 2.1 s — h2https://rollcall.com/app/uploads/2026/04/ftc_senate_147_041526.jpg?resize=1536,864/app/uploads/2026/04/ftc_senate_147... https://rollcall.com/app/uploads/2026/04/ftc_senate_147_041526.jpg?resize=1536,864 — 200 — 188.3 KiB — 2.1 s — h2https://rollcall.com/app/uploads/2026/04/scotus_BC_169_032426.jpg?resize=1536,864/app/uploads/2026/04/scotus_BC_169_... https://rollcall.com/app/uploads/2026/04/scotus_BC_169_032426.jpg?resize=1536,864 — 200 — 282.3 KiB — 2.2 s — h2https://rollcall.com/app/uploads/2026/04/thune_BC_010_041426.jpg?resize=1536,864/app/uploads/2026/04/thune_BC_010_0... https://rollcall.com/app/uploads/2026/04/thune_BC_010_041426.jpg?resize=1536,864 — 200 — 224.5 KiB — 1.7 s — h2https://rollcall.com/app/uploads/2026/04/GettyImages-2271843606.jpg?resize=1536,864/app/uploads/2026/04/GettyImages-22... https://rollcall.com/app/uploads/2026/04/GettyImages-2271843606.jpg?resize=1536,864 — 200 — 106.0 KiB — 1.5 s — h2https://rollcall.com/app/uploads/2026/04/mckinley_BC_101217_123.jpg?resize=1536,864/app/uploads/2026/04/mckinley_BC_10... https://rollcall.com/app/uploads/2026/04/mckinley_BC_101217_123.jpg?resize=1536,864 — 200 — 194.6 KiB — 2.2 s — h2https://rollcall.com/app/uploads/2026/04/041726HitsandMissesWP.prproj.jpg?resize=1536,864/app/uploads/2026/04/041726HitsandM... https://rollcall.com/app/uploads/2026/04/041726HitsandMissesWP.prproj.jpg?resize=1536,864 — 200 — 191.7 KiB — 2.1 s — h2https://rollcall.com/app/uploads/2026/04/fuller_BC_022_041426.jpeg?resize=1536,864/app/uploads/2026/04/fuller_BC_022_... https://rollcall.com/app/uploads/2026/04/fuller_BC_022_041426.jpeg?resize=1536,864 — 200 — 328.6 KiB — 1.8 s — h2https://rollcall.com/app/uploads/2026/04/rfk_BC_049_041626.jpg?resize=1536,864/app/uploads/2026/04/rfk_BC_049_041... https://rollcall.com/app/uploads/2026/04/rfk_BC_049_041626.jpg?resize=1536,864 — 200 — 274.3 KiB — 1.9 s — h2https://rollcall.com/app/uploads/2026/04/rock_marathon_265_032126-1.jpg?resize=1536,864/app/uploads/2026/04/rock_marathon_... https://rollcall.com/app/uploads/2026/04/rock_marathon_265_032126-1.jpg?resize=1536,864 — 200 — 164.3 KiB — 1.9 s — h2https://rollcall.com/app/uploads/2026/04/FactbaseHPWidget.jpg/app/uploads/2026/04/FactbaseHPWidg... https://rollcall.com/app/uploads/2026/04/FactbaseHPWidget.jpg — 200 — 230.2 KiB — 2.1 s — h2https://rollcall.com/app/uploads/2025/12/2026CongressionalCalendar.jpg/app/uploads/2025/12/2026Congressio... https://rollcall.com/app/uploads/2025/12/2026CongressionalCalendar.jpg — 200 — 150.0 KiB — 1.8 s — h2https://rollcall.com/app/uploads/2025/07/CLWPART3.jpg/app/uploads/2025/07/CLWPART3.jpg https://rollcall.com/app/uploads/2025/07/CLWPART3.jpg — 200 — 203.2 KiB — 1.8 s — h2https://rollcall.com/app/uploads/2026/04/sotu_TW_029_022426.jpg?fit=1024,576/app/uploads/2026/04/sotu_TW_029_02... https://rollcall.com/app/uploads/2026/04/sotu_TW_029_022426.jpg?fit=1024,576 — 200 — 332.9 KiB — 2.1 s — h2https://writingfort.com/static/js/lf_bzyr2lxrqn.v1.jswritingfort.com/static/js/lf_bzyr2l... https://writingfort.com/static/js/lf_bzyr2lxrqn.v1.js — 200 — 36.2 KiB — 276 ms — h2https://sb.scorecardresearch.com/cs/28839728/beacon.jssb.scorecardresearch.com/cs/2883972... https://sb.scorecardresearch.com/cs/28839728/beacon.js — 302 — 264 B — 211 ms — h2https://tag.wknd.ai/3112/i.jstag.wknd.ai/3112/i.js https://tag.wknd.ai/3112/i.js — 200 — 4.5 KiB — 265 ms — h2https://cd.connatix.com/connatix.player.js?cid=69ef7590-f88b-4a7b-b1ad-bbee64894f4f&pid=9484058d-cb86-4c6b-b476-f5e62bd11798cd.connatix.com/connatix.player.js?... https://cd.connatix.com/connatix.player.js?cid=69ef7590-f88b-4a7b-b1ad-bbee64894f4f&pid=9484058d-cb86-4c6b-b476-f5e62bd11798 — 200 — 1.4 KiB — 32 ms — h2https://cds.connatix.com/p/324082750/elLoader.jscds.connatix.com/p/324082750/elLoad... https://cds.connatix.com/p/324082750/elLoader.js — 200 — 1.8 KiB — 23 ms — h3https://analytics.google.com/g/collect?v=2&tid=G-HE91SDD0WW&gtm=45je64k0v9101973163za200zd9101973163&_p=1776896105014&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&ecid=1873405265&_eu=AAAAAGA&are=1&cid=772531683.1776896105&ec_mode=a&frm=0&pscdl=noapi&rcb=18&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938469~117266401~117384406~117512542~118463262&sid=1776896105&sct=1&seg=0&dl=https%3A%2F%2Frollcall.com%2F&dt=Roll%20Call%20%E2%80%93%20Covering%20Capitol%20Hill%20Since%201955&_tu=QA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&gap.plf=5&ep.anonymize_ip=true&tfd=2124analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-HE91SDD0WW&gtm=45je64k0v9101973163za200zd9101973163&_p=1776896105014&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&ecid=1873405265&_eu=AAAAAGA&are=1&cid=772531683.1776896105&ec_mode=a&frm=0&pscdl=noapi&rcb=18&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938469~117266401~117384406~117512542~118463262&sid=1776896105&sct=1&seg=0&dl=https%3A%2F%2Frollcall.com%2F&dt=Roll%20Call%20%E2%80%93%20Covering%20Capitol%20Hill%20Since%201955&_tu=QA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&gap.plf=5&ep.anonymize_ip=true&tfd=2124 — 204 — 556 B — 56 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-HE91SDD0WW&cid=772531683.1776896105&gtm=45je64k0v9101973163za200zd9101973163&rcb=18&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938465~115938469~117266401~117384406~117512542~118463262stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-HE91SDD0WW&cid=772531683.1776896105&gtm=45je64k0v9101973163za200zd9101973163&rcb=18&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938465~115938469~117266401~117384406~117512542~118463262 — 204 — 556 B — 25 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-CMT17TTFNM&gtm=45je64k0v9101973163za200zd9101973163&_p=1776896105014&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=772531683.1776896105&frm=0&pscdl=noapi&rcb=18&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938469~117266401~117384406~117512542~118463262&sid=1776896105&sct=1&seg=0&dl=https%3A%2F%2Frollcall.com%2F&dt=Roll%20Call%20%E2%80%93%20Covering%20Capitol%20Hill%20Since%201955&_tu=QA&en=page_view&_fv=1&_ss=1&_ee=1&gap.plf=5&ep.anonymize_ip=true&tfd=2136www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-CMT17TTFNM&gtm=45je64k0v9101973163za200zd9101973163&_p=1776896105014&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=772531683.1776896105&frm=0&pscdl=noapi&rcb=18&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938469~117266401~117384406~117512542~118463262&sid=1776896105&sct=1&seg=0&dl=https%3A%2F%2Frollcall.com%2F&dt=Roll%20Call%20%E2%80%93%20Covering%20Capitol%20Hill%20Since%201955&_tu=QA&en=page_view&_fv=1&_ss=1&_ee=1&gap.plf=5&ep.anonymize_ip=true&tfd=2136 — 204 — 556 B — 44 ms — h2https://www.google.com.sg/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-HE91SDD0WW&cid=772531683.1776896105&gtm=45je64k0v9101973163za200zd9101973163&rcb=18&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938465~115938469~117266401~117384406~117512542~118463262&z=82737785www.google.com.sg/ads/ga-audiences?... https://www.google.com.sg/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-HE91SDD0WW&cid=772531683.1776896105&gtm=45je64k0v9101973163za200zd9101973163&rcb=18&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938465~115938469~117266401~117384406~117512542~118463262&z=82737785 — 200 — 408 B — 42 ms — h2https://cds.connatix.com/p/324082750/connatix.player.js?cid=69ef7590-f88b-4a7b-b1ad-bbee64894f4f&pid=9484058d-cb86-4c6b-b476-f5e62bd11798cds.connatix.com/p/324082750/connat... https://cds.connatix.com/p/324082750/connatix.player.js?cid=69ef7590-f88b-4a7b-b1ad-bbee64894f4f&pid=9484058d-cb86-4c6b-b476-f5e62bd11798 — 200 — 139.2 KiB — 41 ms — h3https://sb.scorecardresearch.com/internal-cs/default/beacon-and.jssb.scorecardresearch.com/internal-c... https://sb.scorecardresearch.com/internal-cs/default/beacon-and.js — 200 — 7.8 KiB — 6 ms — h2https://sb.scorecardresearch.com/b?c1=2&c2=28839728&cs_it=m1&cv=4.13.1%2B2508250908&ns__t=1776896105268&ns_c=UTF-8&cs_cfg=1101110&c7=https%3A%2F%2Frollcall.com%2F&c8=Roll%20Call%20%E2%80%93%20Covering%20Capitol%20Hill%20Since%201955&c9=sb.scorecardresearch.com/b?c1=2&c2=... https://sb.scorecardresearch.com/b?c1=2&c2=28839728&cs_it=m1&cv=4.13.1%2B2508250908&ns__t=1776896105268&ns_c=UTF-8&cs_cfg=1101110&c7=https%3A%2F%2Frollcall.com%2F&c8=Roll%20Call%20%E2%80%93%20Covering%20Capitol%20Hill%20Since%201955&c9= — 302 — 590 B — 160 ms — h2https://cds.connatix.com/p/plugins/prebid-cache-scraper-3.jscds.connatix.com/p/plugins/prebid-c... https://cds.connatix.com/p/plugins/prebid-cache-scraper-3.js — 200 — 1.2 KiB — 10 ms — h3https://sb.scorecardresearch.com/b2?c1=2&c2=28839728&cs_it=m1&cv=4.13.1%2B2508250908&ns__t=1776896105268&ns_c=UTF-8&cs_cfg=1101110&c7=https%3A%2F%2Frollcall.com%2F&c8=Roll%20Call%20%E2%80%93%20Covering%20Capitol%20Hill%20Since%201955&c9=sb.scorecardresearch.com/b2?c1=2&c2... https://sb.scorecardresearch.com/b2?c1=2&c2=28839728&cs_it=m1&cv=4.13.1%2B2508250908&ns__t=1776896105268&ns_c=UTF-8&cs_cfg=1101110&c7=https%3A%2F%2Frollcall.com%2F&c8=Roll%20Call%20%E2%80%93%20Covering%20Capitol%20Hill%20Since%201955&c9= — 204 — 223 B — 210 ms — h2https://aax.amazon-adsystem.com/e/dtb/bid/977555.66/0/prebid?adunitid=$rs_300x250_$riaax.amazon-adsystem.com/e/dtb/bid/9... https://aax.amazon-adsystem.com/e/dtb/bid/977555.66/0/prebid?adunitid=$rs_300x250_$ri — 200 — 304 B — 28 ms — h2https://assets.bounceexchange.com/assets/smart-tag/versioned/runtime_c81e76ee00d795b1eebf8d27949f8dc5.br.jsassets.bounceexchange.com/assets/sm... https://assets.bounceexchange.com/assets/smart-tag/versioned/runtime_c81e76ee00d795b1eebf8d27949f8dc5.br.js — 200 — 1.0 KiB — 18 ms — h2https://rollcall.com/app/themes/rollcall/public/fonts/Graphik-Bold.085031.woff2/app/themes/rollcall/public/fonts/G... https://rollcall.com/app/themes/rollcall/public/fonts/Graphik-Bold.085031.woff2 — 200 — 36.5 KiB — 805 ms — h2https://rollcall.com/app/themes/rollcall/public/fonts/LyonText-Semibold.5d6068.woff2/app/themes/rollcall/public/fonts/L... https://rollcall.com/app/themes/rollcall/public/fonts/LyonText-Semibold.5d6068.woff2 — 200 — 59.8 KiB — 808 ms — h2https://rollcall.com/app/themes/rollcall/public/fonts/Graphik-Semibold.f9277a.woff2/app/themes/rollcall/public/fonts/G... https://rollcall.com/app/themes/rollcall/public/fonts/Graphik-Semibold.f9277a.woff2 — 200 — 36.6 KiB — 808 ms — h2https://rollcall.com/app/themes/rollcall/public/fonts/Graphik-Regular.42a9b7.woff2/app/themes/rollcall/public/fonts/G... https://rollcall.com/app/themes/rollcall/public/fonts/Graphik-Regular.42a9b7.woff2 — 200 — 33.9 KiB — 808 ms — h2https://rollcall.com/app/themes/rollcall/public/fonts/Graphik-Medium.2b31c0.woff2/app/themes/rollcall/public/fonts/G... https://rollcall.com/app/themes/rollcall/public/fonts/Graphik-Medium.2b31c0.woff2 — 200 — 36.4 KiB — 808 ms — h2https://assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_9e4958801741d4d875ab94da23b6d39a.br.jsassets.bounceexchange.com/assets/sm... https://assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_9e4958801741d4d875ab94da23b6d39a.br.js — 200 — 116.4 KiB — 15 ms — h2https://assets.bounceexchange.com/assets/smart-tag/versioned/cjs_min_92abedfd1b9757a428bfcd7452d0081f.jsassets.bounceexchange.com/assets/sm... https://assets.bounceexchange.com/assets/smart-tag/versioned/cjs_min_92abedfd1b9757a428bfcd7452d0081f.js — 200 — 16.0 KiB — 16 ms — h2https://assets.bounceexchange.com/assets/smart-tag/versioned/onsite-v2_1238d00d70e4de87443df9eb69ff1a61.br.jsassets.bounceexchange.com/assets/sm... https://assets.bounceexchange.com/assets/smart-tag/versioned/onsite-v2_1238d00d70e4de87443df9eb69ff1a61.br.js — 200 — 5.4 KiB — 12 ms — h3https://assets.bounceexchange.com/assets/smart-tag/versioned/ads-v2_b767962dfef6270095d208e12eace8b4.br.jsassets.bounceexchange.com/assets/sm... https://assets.bounceexchange.com/assets/smart-tag/versioned/ads-v2_b767962dfef6270095d208e12eace8b4.br.js — 200 — 42.1 KiB — 23 ms — h3https://assets.bounceexchange.com/assets/gam/4218/1b9ceee32544e51e64f00814be88a648.br.jsonassets.bounceexchange.com/assets/ga... https://assets.bounceexchange.com/assets/gam/4218/1b9ceee32544e51e64f00814be88a648.br.json — 200 — 365 B — 20 ms — h3https://data.cdnbasket.net/data.cdnbasket.net/ https://data.cdnbasket.net/ — 200 — 361 B — 269 ms — http/1.1https://page.cdnbasket.net/page.cdnbasket.net/ https://page.cdnbasket.net/ — 200 — 361 B — 268 ms — http/1.1https://view.cdnbasket.net/view.cdnbasket.net/ https://view.cdnbasket.net/ — 200 — 361 B — 266 ms — http/1.1https://writingfort.com/p2gkekn2/xumq_vz3pz3zzd91writingfort.com/p2gkekn2/xumq_vz3pz... https://writingfort.com/p2gkekn2/xumq_vz3pz3zzd91 — 200 — 323 B — 271 ms — h3https://assets.bounceexchange.com/cache/3112/website-42190734299afc8a554ce8eda655f75b.jsassets.bounceexchange.com/cache/311... https://assets.bounceexchange.com/cache/3112/website-42190734299afc8a554ce8eda655f75b.js — 200 — 7.9 KiB — 7 ms — h3https://assets.bounceexchange.com/assets/bounce/local_storage_frame17.min.htmlassets.bounceexchange.com/assets/bo... https://assets.bounceexchange.com/assets/bounce/local_storage_frame17.min.html — 200 — 1.4 KiB — 16 ms — h2https://assets.bounceexchange.com/cache/3112/campaign-index-live-dcf69ce82ece4f54e0d304b0c9af3e3d.jsassets.bounceexchange.com/cache/311... https://assets.bounceexchange.com/cache/3112/campaign-index-live-dcf69ce82ece4f54e0d304b0c9af3e3d.js — 200 — 2.3 KiB — 7 ms — h3https://pd.cdnwidget.com/lookup?bxwid=3112&bxdid=1593318742284390999&visitID=1776896106201223&enableUID2=truepd.cdnwidget.com/lookup?bxwid=3112&... https://pd.cdnwidget.com/lookup?bxwid=3112&bxdid=1593318742284390999&visitID=1776896106201223&enableUID2=true — 200 — 339 B — 235 ms — h2https://writingfort.com/p2gkekn2/xumq_vz3pz3zzd91writingfort.com/p2gkekn2/xumq_vz3pz... https://writingfort.com/p2gkekn2/xumq_vz3pz3zzd91 — 200 — 39 B — 67 ms — h3https://api.bounceexchange.com/state/js?website_id=3112&device_id=1593318742284390999&visit_id=1776896106463317api.bounceexchange.com/state/js?web... https://api.bounceexchange.com/state/js?website_id=3112&device_id=1593318742284390999&visit_id=1776896106463317 — 200 — 1003 B — 260 ms — h2https://match.adsrvr.org/track/rid?fmt=json&ttd_tpi=1&ttd_pid=hwsstqv&gdpr=0match.adsrvr.org/track/rid?fmt=json... https://match.adsrvr.org/track/rid?fmt=json&ttd_tpi=1&ttd_pid=hwsstqv&gdpr=0 — 200 — 571 B — 80 ms — h2https://rollcall.com/rss/tag/rss-feed/all-news/rss/tag/rss-feed/all-news https://rollcall.com/rss/tag/rss-feed/all-news — 200 — 79.6 KiB — 440 ms — h2https://js-sec.indexww.com/um/ixmatch.htmljs-sec.indexww.com/um/ixmatch.html https://js-sec.indexww.com/um/ixmatch.html — 200 — 1.6 KiB — 77 ms — h2https://assets.bounceexchange.com/tag/css/creatives-base-styles.a53944a2.min.cssassets.bounceexchange.com/tag/css/c... https://assets.bounceexchange.com/tag/css/creatives-base-styles.a53944a2.min.css — 200 — 5.9 KiB — 11 ms — h3https://events.bouncex.net/track.gif/visit?wklz=G4SwziAuBcCuYFMBOBDA5ggdpAvAWQHsAvEAG1JQFIAmAMQFYA6ABhuYAoAZETWAD0oBmAEJsAgpgAmSAiElsAjAqGjqzALYFIBNmjYAHAgHdkbdmurUAlFfH79pBAHUEAIwDSUGg0EB2RoIAbGbuABIAKnicNADCbKQgANYIbADiCADGiQS2ajEAFjLqKXQKACyBLFWsaoSuZCXMAMooAGYoSCDe9H4BgQBkoBAwSAityKNIOIPgUNAUUjxo+ugIsEikOPmQkPpgND1iB3THtDLkGSjkjBkE6qczw9CjYASksJAgBJh8OGUK1Eecxebw+X0wAE8cAAOaiCIEwDLwbTqYAdEAoVyOMA4Si+VTUDqfDKOAD6KwwNGoQiOlnapEQVNiVMkrX0pKQWIIWSZglp1HppFcKB5lmZlhQknyCAg33JLywkF5-PpjLF1DillAkgQBFJQxAWJK1L5VNVxvF1G1utJPFJRJAJItprpVzV1I1VOteopzpVbotnssBA+YEgoxQ6n1syNyrNAaZvgAIgjoLcCIkQAhcfiWXI45YFPQAJyCQQKaG+MqWaFlQTF5jFptMoNW-NivkKXy+QLQ4uBBTMQIVMtdy36SS0EBIMOcAiS5Xh2AlTXUSR6DtHXOWcAABVGoBDYBiyLupk35st4CasFcYAynVc55NYkvrfA4QQfEgN7vD8Nz40m+q6XBk0qkpA+ybl2PZ9gOQ5lPQvh4kmlqtMASrQd2vb9oOwStigOibjUq6kPoBbUNsuxQYcpynOcpCXNctz3NQ9AnOqq4oFBL4kV6+jAMqyitsAPE0nxlhoA+yp9parG8ZaSAUS2IEYUJ2FwXhloQPIm4ALTCaRalYbBuFDpaukvlS5GcV6ca5smKH9PAyCrNg0CuDIRiIFMBRFAgzk+W5MDAMgsqYDg5SVMw1SBa5GDuQ4KCQK0BBIOoOASNIsiSHFqAJTAOqgBkCCQBC+jZvo+TfAFSJhmeSDQPk3G3JgoVIJACCSDgzD9BgBDQIYYZXLcOo4D0fW6mmUBQk0SwoIYoyTQNrWfJgiqjdmYhNMtaYhtgSAQpgkbZnNmBoAtaUBf1e2wAdEKbTgTSpLttx3eGD0EDqghPaku67RQnyQLAY0KIwZQA98aBQCD2aDoIjDFv0mhjb1Jh3lACByDg5YAgi2MwTh8HDoEo6+P0RWOlj3VFqW5aVtW1C1vWjZNv0vqgAgRgE-0iAAI7LpgJXY71JJZtgnzFMN6j6JFGlmYEvh+P0YuKgtIDteFOCQOg8KUyVOD6P0kD5NOkjkkSEKkvV+UIKSkjgJijjdUuAWQEQBA9SrCSKrAsDY92KDMCgpa+HprK+PQellK40KCHp-YZJIekZGUZTMK09CSAOvYoLzIZIAb6P9MFOAuUgQAevents.bouncex.net/track.gif/visit?... https://events.bouncex.net/track.gif/visit?wklz=G4SwziAuBcCuYFMBOBDA5ggdpAvAWQHsAvEAG1JQFIAmAMQFYA6ABhuYAoAZETWAD0oBmAEJsAgpgAmSAiElsAjAqGjqzALYFIBNmjYAHAgHdkbdmurUAlFfH79pBAHUEAIwDSUGg0EB2RoIAbGbuABIAKnicNADCbKQgANYIbADiCADGiQS2ajEAFjLqKXQKACyBLFWsaoSuZCXMAMooAGYoSCDe9H4BgQBkoBAwSAityKNIOIPgUNAUUjxo+ugIsEikOPmQkPpgND1iB3THtDLkGSjkjBkE6qczw9CjYASksJAgBJh8OGUK1Eecxebw+X0wAE8cAAOaiCIEwDLwbTqYAdEAoVyOMA4Si+VTUDqfDKOAD6KwwNGoQiOlnapEQVNiVMkrX0pKQWIIWSZglp1HppFcKB5lmZlhQknyCAg33JLywkF5-PpjLF1DillAkgQBFJQxAWJK1L5VNVxvF1G1utJPFJRJAJItprpVzV1I1VOteopzpVbotnssBA+YEgoxQ6n1syNyrNAaZvgAIgjoLcCIkQAhcfiWXI45YFPQAJyCQQKaG+MqWaFlQTF5jFptMoNW-NivkKXy+QLQ4uBBTMQIVMtdy36SS0EBIMOcAiS5Xh2AlTXUSR6DtHXOWcAABVGoBDYBiyLupk35st4CasFcYAynVc55NYkvrfA4QQfEgN7vD8Nz40m+q6XBk0qkpA+ybl2PZ9gOQ5lPQvh4kmlqtMASrQd2vb9oOwStigOibjUq6kPoBbUNsuxQYcpynOcpCXNctz3NQ9AnOqq4oFBL4kV6+jAMqyitsAPE0nxlhoA+yp9parG8ZaSAUS2IEYUJ2FwXhloQPIm4ALTCaRalYbBuFDpaukvlS5GcV6ca5smKH9PAyCrNg0CuDIRiIFMBRFAgzk+W5MDAMgsqYDg5SVMw1SBa5GDuQ4KCQK0BBIOoOASNIsiSHFqAJTAOqgBkCCQBC+jZvo+TfAFSJhmeSDQPk3G3JgoVIJACCSDgzD9BgBDQIYYZXLcOo4D0fW6mmUBQk0SwoIYoyTQNrWfJgiqjdmYhNMtaYhtgSAQpgkbZnNmBoAtaUBf1e2wAdEKbTgTSpLttx3eGD0EDqghPaku67RQnyQLAY0KIwZQA98aBQCD2aDoIjDFv0mhjb1Jh3lACByDg5YAgi2MwTh8HDoEo6+P0RWOlj3VFqW5aVtW1C1vWjZNv0vqgAgRgE-0iAAI7LpgJXY71JJZtgnzFMN6j6JFGlmYEvh+P0YuKgtIDteFOCQOg8KUyVOD6P0kD5NOkjkkSEKkvV+UIKSkjgJijjdUuAWQEQBA9SrCSKrAsDY92KDMCgpa+HprK+PQellK40KCHp-YZJIekZGUZTMK09CSAOvYoLzIZIAb6P9MFOAuUgQA — 200 — 98 B — 256 ms — h2https://events.bouncex.net/track.gif/pageview?wklz=A4Qw5gpgbglhDuAuArgJwDYF4AWAXXwAzgKQDMAgsQEwBi1NqA9uugMYgsB0rjAtvQDJQkWAkStkhXHyghUMEACN0EQpmIB2AELUqc3DFYqA+sIi6ylKlQBmHQuevUAwroAmN4MdTLGrANYWFLp2LIogARZUrtYgbtiqMIwAdqaoqhDJuEFWtvaOVC66sG4QjMawhDDKBZYh+VExVCVlxjCp+oYqOfXoDo3FMKXlZj3Wof1O0bqMyLhS6SC8FTBVNWN5fbUaACJC4NBwSDyM-nBVAF4QmKSkAIz7IkfiIMkphhw4+ER1tPRMLHYXB4-FoVAADFQAGz0cEAFnoUxopV4flQIHmAFpWBAVIp0bgIJjYKgwO0FJj0m5Vrh5KwDMkwJj4O1MSBCJiAFYQGw2eSqYmMeAc3ggAAeMF4yF4zLkdnSgjMomOjFOcGM0nK6DkkEwEwgj0OYhOZwgGoAnsBrndgH1DcrxKrTcZLtcqHCABwCEHAcS8YCYcHevi+3CsGyB4P+lCEANBn2IMDAOMCVGlSPwCCKKqEoY3O53KgCSowAxuTB3DQaKEegCcULu4KhcKht0rAlKsBxebuAFZa22PRo4dYPXDSLXwbXp-ajj2BA4AI7ITLd8sPIxwLIGXiqXBLAOV6t1htN4fx9Bb-fAGBQCCoKopTD7sCkDuHHGYYACXDYGCoNxTH0c0XWkdFIGMalCCUFRy1pFcfwuRhI03TJcGQZA80UXt+1KEBezZKFwQ9TE4V7Ug4UxRRSA0VhMQ0CBSHBCBwUUOFFBsDQg0IWZUE-TNFAEA4skwSR7yAAevents.bouncex.net/track.gif/pagevi... https://events.bouncex.net/track.gif/pageview?wklz=A4Qw5gpgbglhDuAuArgJwDYF4AWAXXwAzgKQDMAgsQEwBi1NqA9uugMYgsB0rjAtvQDJQkWAkStkhXHyghUMEACN0EQpmIB2AELUqc3DFYqA+sIi6ylKlQBmHQuevUAwroAmN4MdTLGrANYWFLp2LIogARZUrtYgbtiqMIwAdqaoqhDJuEFWtvaOVC66sG4QjMawhDDKBZYh+VExVCVlxjCp+oYqOfXoDo3FMKXlZj3Wof1O0bqMyLhS6SC8FTBVNWN5fbUaACJC4NBwSDyM-nBVAF4QmKSkAIz7IkfiIMkphhw4+ER1tPRMLHYXB4-FoVAADFQAGz0cEAFnoUxopV4flQIHmAFpWBAVIp0bgIJjYKgwO0FJj0m5Vrh5KwDMkwJj4O1MSBCJiAFYQGw2eSqYmMeAc3ggAAeMF4yF4zLkdnSgjMomOjFOcGM0nK6DkkEwEwgj0OYhOZwgGoAnsBrndgH1DcrxKrTcZLtcqHCABwCEHAcS8YCYcHevi+3CsGyB4P+lCEANBn2IMDAOMCVGlSPwCCKKqEoY3O53KgCSowAxuTB3DQaKEegCcULu4KhcKht0rAlKsBxebuAFZa22PRo4dYPXDSLXwbXp-ajj2BA4AI7ITLd8sPIxwLIGXiqXBLAOV6t1htN4fx9Bb-fAGBQCCoKopTD7sCkDuHHGYYACXDYGCoNxTH0c0XWkdFIGMalCCUFRy1pFcfwuRhI03TJcGQZA80UXt+1KEBezZKFwQ9TE4V7Ug4UxRRSA0VhMQ0CBSHBCBwUUOFFBsDQg0IWZUE-TNFAEA4skwSR7yAA — 200 — 196 B — 254 ms — h2https://eus.rubiconproject.com/usync.html?p=20986&endpoint=us-easteus.rubiconproject.com/usync.html?p... https://eus.rubiconproject.com/usync.html?p=20986&endpoint=us-east — 200 — 379 B — 60 ms — h2https://ids.cdnwidget.com/c?cookieID=&deviceID=&iv=&v=&GCH1=&SCH1=&GCS1=327345450&GCS2=M2VmYjg2MTYtMTI0Ni00MmMwLTkyZTgtZGMyOGZiOGNkMTFhLmxvY2FsLDM4ZmQyNzdkLTZmMmYtNDc5My04NDE4LTgxNGQ1Mjg0ZTFjOS5sb2NhbA==&pe=false&wsid=3112&varID=&log=%7B%22config%22%3A%7B%22gmEN%22%3Afalse%2C%22pixEN%22%3Atrue%7D%2C%22apikey%22%3A%222%5EHIykD%22%2C%22cjsversion%22%3A%221.5.9%22%2C%22wsid%22%3A3112%2C%22loadID%22%3A%22ElKWxgRziSNVq0G%22%2C%22timing%22%3A%7B%22sessionStorageLoad%22%3A65%2C%22IDStageStart%22%3A66%2C%22netComplete%22%3A223%2C%22obsReqview%22%3A339%2C%22obsReqpage%22%3A340%2C%22obsReqdata%22%3A341%2C%22IDStagePrefire%22%3A341%7D%2C%22matches%22%3A%7B%22cookie%22%3Afalse%2C%22LS%22%3Afalse%7D%2C%22info%22%3A%7B%22isSpoofed%22%3Afalse%2C%22PM%22%3Afalse%2C%22DNT%22%3Afalse%2C%22deviceTimezone%22%3A0%2C%22extensionID%22%3Anull%2C%22externalID%22%3Anull%2C%22agent%22%3A%7B%22device%22%3Anull%7D%2C%22firstLoad%22%3Atrue%7D%2C%22deviceid%22%3A%221593318742284390999%22%2C%22visitid%22%3A%221776896106463317%22%7Dids.cdnwidget.com/c?cookieID=&devic... https://ids.cdnwidget.com/c?cookieID=&deviceID=&iv=&v=&GCH1=&SCH1=&GCS1=327345450&GCS2=M2VmYjg2MTYtMTI0Ni00MmMwLTkyZTgtZGMyOGZiOGNkMTFhLmxvY2FsLDM4ZmQyNzdkLTZmMmYtNDc5My04NDE4LTgxNGQ1Mjg0ZTFjOS5sb2NhbA==&pe=false&wsid=3112&varID=&log=%7B%22config%22%3A%7B%22gmEN%22%3Afalse%2C%22pixEN%22%3Atrue%7D%2C%22apikey%22%3A%222%5EHIykD%22%2C%22cjsversion%22%3A%221.5.9%22%2C%22wsid%22%3A3112%2C%22loadID%22%3A%22ElKWxgRziSNVq0G%22%2C%22timing%22%3A%7B%22sessionStorageLoad%22%3A65%2C%22IDStageStart%22%3A66%2C%22netComplete%22%3A223%2C%22obsReqview%22%3A339%2C%22obsReqpage%22%3A340%2C%22obsReqdata%22%3A341%2C%22IDStagePrefire%22%3A341%7D%2C%22matches%22%3A%7B%22cookie%22%3Afalse%2C%22LS%22%3Afalse%7D%2C%22info%22%3A%7B%22isSpoofed%22%3Afalse%2C%22PM%22%3Afalse%2C%22DNT%22%3Afalse%2C%22deviceTimezone%22%3A0%2C%22extensionID%22%3Anull%2C%22externalID%22%3Anull%2C%22agent%22%3A%7B%22device%22%3Anull%7D%2C%22firstLoad%22%3Atrue%7D%2C%22deviceid%22%3A%221593318742284390999%22%2C%22visitid%22%3A%221776896106463317%22%7D — 200 — 788 B — 304 ms — h2https://c.amazon-adsystem.com/aax2/apstag.jsc.amazon-adsystem.com/aax2/apstag.j... https://c.amazon-adsystem.com/aax2/apstag.js — 200 — 90.9 KiB — 95 ms — h2https://ads.pubmatic.com/AdServer/js/user_sync.html?p=156512ads.pubmatic.com/AdServer/js/user_s... https://ads.pubmatic.com/AdServer/js/user_sync.html?p=156512 — 200 — 7.6 KiB — 43 ms — h2https://eus.rubiconproject.com/usync.jseus.rubiconproject.com/usync.js https://eus.rubiconproject.com/usync.js — 200 — 11.5 KiB — 68 ms — h2https://ut.pubmatic.com/geo?pubid=156512ut.pubmatic.com/geo?pubid=156512 https://ut.pubmatic.com/geo?pubid=156512 — 200 — 257 B — 26 ms — http/1.1https://ssum-sec.casalemedia.com/usermatch?d=https%3A%2F%2Frollcall.com%2F&s=184674&cb=https%3A%2F%2Fcdn.indexww.com%2Fht%2Fhtw-pixel.gif%3Fssum-sec.casalemedia.com/usermatch?... https://ssum-sec.casalemedia.com/usermatch?d=https%3A%2F%2Frollcall.com%2F&s=184674&cb=https%3A%2F%2Fcdn.indexww.com%2Fht%2Fhtw-pixel.gif%3F — 302 — 898 B — 32 ms — h3https://ssum-sec.casalemedia.com/usermatch?d=https%3A%2F%2Frollcall.com%2F&s=184674&cb=https%3A%2F%2Fcdn.indexww.com%2Fht%2Fhtw-pixel.gif%3F&C=1ssum-sec.casalemedia.com/usermatch?... https://ssum-sec.casalemedia.com/usermatch?d=https%3A%2F%2Frollcall.com%2F&s=184674&cb=https%3A%2F%2Fcdn.indexww.com%2Fht%2Fhtw-pixel.gif%3F&C=1 — 200 — 557 B — 14 ms — h3https://token.rubiconproject.com/khaos.json?token.rubiconproject.com/khaos.json... https://token.rubiconproject.com/khaos.json? — 200 — 1.2 KiB — 20 ms — http/1.1https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.jsc.amazon-adsystem.com/bao-csm/aps-c... https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.js — 200 — 3.1 KiB — 19 ms — h2https://config.aps.amazon-adsystem.com/configs/e5a6f2d1-7642-4cc5-a917-96dbe8c3ed8fconfig.aps.amazon-adsystem.com/conf... https://config.aps.amazon-adsystem.com/configs/e5a6f2d1-7642-4cc5-a917-96dbe8c3ed8f — 200 — 851 B — 22 ms — h2https://c.amazon-adsystem.com/cdn/prod/config?src=600&u=https%3A%2F%2Frollcall.com&pubid=e5a6f2d1-7642-4cc5-a917-96dbe8c3ed8fc.amazon-adsystem.com/cdn/prod/conf... https://c.amazon-adsystem.com/cdn/prod/config?src=600&u=https%3A%2F%2Frollcall.com&pubid=e5a6f2d1-7642-4cc5-a917-96dbe8c3ed8f — 204 — 307 B — 6 ms — h2https://cdn.indexww.com/ht/htw-pixel.gif?0cdn.indexww.com/ht/htw-pixel.gif?0 https://cdn.indexww.com/ht/htw-pixel.gif?0 — 200 — 228 B — 15 ms — h2https://ut.pubmatic.com/geo?pubid=156512ut.pubmatic.com/geo?pubid=156512 https://ut.pubmatic.com/geo?pubid=156512 — 200 — 0 B — 3 ms — http/1.1https://cloudflare.com/cdn-cgi/tracecloudflare.com/cdn-cgi/trace https://cloudflare.com/cdn-cgi/trace — 200 — 431 B — 19 ms — h3https://c.amazon-adsystem.com/aax2/apstag.jsc.amazon-adsystem.com/aax2/apstag.j... https://c.amazon-adsystem.com/aax2/apstag.js — 200 — 0 B — 0 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.7 KiB — 26 ms — h3https://lexicon.33across.com/v1/envelope?pid=0013300001bYlR3AAK&gdpr=0&src=pbjs&ver=9.53.5&coppa=0lexicon.33across.com/v1/envelope?pi... https://lexicon.33across.com/v1/envelope?pid=0013300001bYlR3AAK&gdpr=0&src=pbjs&ver=9.53.5&coppa=0 — 200 — 201 B — 722 ms — h2https://id5-sync.com/api/config/prebidid5-sync.com/api/config/prebid https://id5-sync.com/api/config/prebid — 200 — 650 B — 528 ms — h2https://cdn.id5-sync.com/api/1.0/id5PrebidModule.jscdn.id5-sync.com/api/1.0/id5PrebidM... https://cdn.id5-sync.com/api/1.0/id5PrebidModule.js — 200 — 29.5 KiB — 37 ms — h2https://match.adsrvr.org/track/rid?ttd_pid=q82i15a&fmt=jsonmatch.adsrvr.org/track/rid?ttd_pid=... https://match.adsrvr.org/track/rid?ttd_pid=q82i15a&fmt=json — 200 — 570 B — 9 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.jssecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js — 200 — 599.9 KiB — 54 ms — h3https://config.aps.amazon-adsystem.com/configs/8f781d25-b703-4fd5-9ae5-ec7750ede51bconfig.aps.amazon-adsystem.com/conf... https://config.aps.amazon-adsystem.com/configs/8f781d25-b703-4fd5-9ae5-ec7750ede51b — 200 — 707 B — 5 ms — h2https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.jsc.amazon-adsystem.com/bao-csm/aps-c... https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.js — 200 — 0 B — 2 ms — h2https://rollcall.com/app/themes/rollcall/public/favicon.dfdc32.ico/app/themes/rollcall/public/favicon... https://rollcall.com/app/themes/rollcall/public/favicon.dfdc32.ico — 200 — 2.2 KiB — 265 ms — h2https://rollcall.com/app/themes/rollcall/public/icon-192.png/app/themes/rollcall/public/icon-19... https://rollcall.com/app/themes/rollcall/public/icon-192.png — 404 — 26.4 KiB — 415 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 7 ms — h3https://api.id5-sync.com/analytics/336/id5-api-jsapi.id5-sync.com/analytics/336/id5-... https://api.id5-sync.com/analytics/336/id5-api-js — 200 — 681 B — 527 ms — h2https://events.bouncex.net/track.gif/id_sync?id_sync:id_type=sid&id_sync:id_source=graph&soft_id=3CjPf9EaMm126lN0q9j69OemhON&source=web&agent=cjs&deviceid=1593318742284390999&visitid=1776896106463317&websiteid=3112&pageviewid=1&sequenceid=1events.bouncex.net/track.gif/id_syn... https://events.bouncex.net/track.gif/id_sync?id_sync:id_type=sid&id_sync:id_source=graph&soft_id=3CjPf9EaMm126lN0q9j69OemhON&source=web&agent=cjs&deviceid=1593318742284390999&visitid=1776896106463317&websiteid=3112&pageviewid=1&sequenceid=1 — 200 — 96 B — 213 ms — h2https://events.bouncex.net/track.gif/reloadcampaigns?wklz=E4UwNg9ghgJgxlAtgBygSwOYDsDOAuOAVxwBcJEA3KYNKAIzBBwF4BSAdgCFWAmH6kmjiMA+qgwhePVgGYAglIBmUMDkl9eAYSkxFyEcAYQ4AaymyFfZWDB0op8z219YACyZoIWMaDVYS5vJKKmqOzjwUaDAgECKROGgM6tJBViHJWlKR0bFo3gJCjIGWPNahGk5ZUTFiUBLFwaoZlXwQhCSkoEhxaAlJDWlN5uwAIgBkoJCwCCjo2PhYSCDMVDT0jBPg0PBIqJi4eCQAnsjLuvqGkKZjiBDRzAAMYwDuIHQJJCBRzDIAjL88MbxNCCGDMX7sdgANgAHABOKG-B5QgAsUJkf3YY2ikTgXzBvwArHCMb8YewUXwYSiZHCHnCGWNxCBIiBnt9fmM1ABHQggLB476A4RofkkQSIJgkXbgyGwhFImE8eljEViqDINAUEDABJeZjSjAybEsoTLZBjEiuNDAGC1YDHESkCDAOogEQwXrrEBgkjAPmWgBeEEeqrAov8hEI32JhKhdABcIAtIpFIS4EmUfSoUnqcik78szDFDx-jw6IycG1gHjmK86GM3f5mMQdVyIIoSCJvjJNAArAAKijhAFEoABZRAAqFgAByD25cL7ULhAHkQIhXKvZ2NXNQ7T3+0O4exA1ABwB1CgwPsAJUJAHFoFgUQAtACqs9X7EIQAevents.bouncex.net/track.gif/reload... https://events.bouncex.net/track.gif/reloadcampaigns?wklz=E4UwNg9ghgJgxlAtgBygSwOYDsDOAuOAVxwBcJEA3KYNKAIzBBwF4BSAdgCFWAmH6kmjiMA+qgwhePVgGYAglIBmUMDkl9eAYSkxFyEcAYQ4AaymyFfZWDB0op8z219YACyZoIWMaDVYS5vJKKmqOzjwUaDAgECKROGgM6tJBViHJWlKR0bFo3gJCjIGWPNahGk5ZUTFiUBLFwaoZlXwQhCSkoEhxaAlJDWlN5uwAIgBkoJCwCCjo2PhYSCDMVDT0jBPg0PBIqJi4eCQAnsjLuvqGkKZjiBDRzAAMYwDuIHQJJCBRzDIAjL88MbxNCCGDMX7sdgANgAHABOKG-B5QgAsUJkf3YY2ikTgXzBvwArHCMb8YewUXwYSiZHCHnCGWNxCBIiBnt9fmM1ABHQggLB476A4RofkkQSIJgkXbgyGwhFImE8eljEViqDINAUEDABJeZjSjAybEsoTLZBjEiuNDAGC1YDHESkCDAOogEQwXrrEBgkjAPmWgBeEEeqrAov8hEI32JhKhdABcIAtIpFIS4EmUfSoUnqcik78szDFDx-jw6IycG1gHjmK86GM3f5mMQdVyIIoSCJvjJNAArAAKijhAFEoABZRAAqFgAByD25cL7ULhAHkQIhXKvZ2NXNQ7T3+0O4exA1ABwB1CgwPsAJUJAHFoFgUQAtACqs9X7EIQA — 200 — 61 B — 239 ms — h3https://id5-sync.com/bounceid5-sync.com/bounce https://id5-sync.com/bounce — 200 — 520 B — 173 ms — h2https://lbs.eu-1-id5-sync.com/lbs/v1lbs.eu-1-id5-sync.com/lbs/v1 https://lbs.eu-1-id5-sync.com/lbs/v1 — 200 — 157 B — 486 ms — h2https://lb.eu-1-id5-sync.com/lb/v1lb.eu-1-id5-sync.com/lb/v1 https://lb.eu-1-id5-sync.com/lb/v1 — 200 — 331 B — 520 ms — h2https://id5-sync.com/gm/v3id5-sync.com/gm/v3 https://id5-sync.com/gm/v3 — 200 — 2.3 KiB — 173 ms — h2https://events.bouncex.net/track.gif/reloadcampaigns?wklz=E4UwNg9ghgJgxlAtgBygSwOYDsDOAuOAVxwBcJEA3KYNKAIzBBwF4BSAdgCFWAmH6kmjiMA+qgwhePVgGYAglIBmUMDkl9eAYSkxFyEcAYQ4AaymyFfLBBIGQsAJ7me2vrAAWTNBCxjQarBJzeSUVNWdXHgo0GBAIEWicNAZ1aRC+ZVVUrSlo2Pi0XwEhRmDLHkzwjRdcmLixKAky0KyIqQhCElJQJAS0JJTmjLDs9gARADJQSFgEFHRsfCwkEGYqGnpGKfBoeCRUTFw8EgdkVd19Q0hTCcQIWOYABgmAdxA6JJIQGOYZAEY-jwJok0IIYMw-ux2AA2AAcAE5oX9HtCACzQmT-dgTWLRODfcF-ACs8Mxf1h7FRfFhqJk8Me8MZE3EIGiIBePz+EzUAEdCCAsPifjIJsI0AKSIJEEwSPsIVC4YjkfCeI9sWKJVBkGgKCBgEkfMxZRgRbihKtkBMSO40MAYA1gCcRKQIMBGiARDB+psQOCSMB+VaAF4QJ6isDiwKEQic+EA9hQWGwgC0sKJMhgydRinhKcR0J4yZg0IZjyJsJAPGh7Fh3I6wHxzDedAm7sCzGIerrilsws0ACsAAo5gCiUAAsohAdCwAA5R48+H96HwgDyIEQ7lXs4m7mo9r7Q5z7CDUEHAHUKDB+wAlIkAcWgWFRAC0AKqz1fsQhAAevents.bouncex.net/track.gif/reload... https://events.bouncex.net/track.gif/reloadcampaigns?wklz=E4UwNg9ghgJgxlAtgBygSwOYDsDOAuOAVxwBcJEA3KYNKAIzBBwF4BSAdgCFWAmH6kmjiMA+qgwhePVgGYAglIBmUMDkl9eAYSkxFyEcAYQ4AaymyFfLBBIGQsAJ7me2vrAAWTNBCxjQarBJzeSUVNWdXHgo0GBAIEWicNAZ1aRC+ZVVUrSlo2Pi0XwEhRmDLHkzwjRdcmLixKAky0KyIqQhCElJQJAS0JJTmjLDs9gARADJQSFgEFHRsfCwkEGYqGnpGKfBoeCRUTFw8EgdkVd19Q0hTCcQIWOYABgmAdxA6JJIQGOYZAEY-jwJok0IIYMw-ux2AA2AAcAE5oX9HtCACzQmT-dgTWLRODfcF-ACs8Mxf1h7FRfFhqJk8Me8MZE3EIGiIBePz+EzUAEdCCAsPifjIJsI0AKSIJEEwSPsIVC4YjkfCeI9sWKJVBkGgKCBgEkfMxZRgRbihKtkBMSO40MAYA1gCcRKQIMBGiARDB+psQOCSMB+VaAF4QJ6isDiwKEQic+EA9hQWGwgC0sKJMhgydRinhKcR0J4yZg0IZjyJsJAPGh7Fh3I6wHxzDedAm7sCzGIerrilsws0ACsAAo5gCiUAAsohAdCwAA5R48+H96HwgDyIEQ7lXs4m7mo9r7Q5z7CDUEHAHUKDB+wAlIkAcWgWFRAC0AKqz1fsQhAA — 200 — 61 B — 261 ms — h3https://analytics.google.com/g/collect?v=2&tid=G-HE91SDD0WW&gtm=45je64k0v9101973163za200zd9101973163&_p=1776896105014&gcd=13l3l3l3l1l1&npa=0&dma=0&ecid=1873405265&_eu=AEAAAGQ&ae=a&are=1&cid=772531683.1776896105&frm=0&pscdl=noapi&rcb=18&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=2&tag_exp=0~115616985~115938465~115938469~117266401~117384406~117512542~118463262&sid=1776896105&sct=1&seg=0&dl=https%3A%2F%2Frollcall.com%2F&dt=Roll%20Call%20%E2%80%93%20Covering%20Capitol%20Hill%20Since%201955&_tu=QA&en=scroll&gap.plf=5&ep.anonymize_ip=true&epn.percent_scrolled=90&_et=26&tfd=7158analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-HE91SDD0WW&gtm=45je64k0v9101973163za200zd9101973163&_p=1776896105014&gcd=13l3l3l3l1l1&npa=0&dma=0&ecid=1873405265&_eu=AEAAAGQ&ae=a&are=1&cid=772531683.1776896105&frm=0&pscdl=noapi&rcb=18&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=2&tag_exp=0~115616985~115938465~115938469~117266401~117384406~117512542~118463262&sid=1776896105&sct=1&seg=0&dl=https%3A%2F%2Frollcall.com%2F&dt=Roll%20Call%20%E2%80%93%20Covering%20Capitol%20Hill%20Since%201955&_tu=QA&en=scroll&gap.plf=5&ep.anonymize_ip=true&epn.percent_scrolled=90&_et=26&tfd=7158 — 204 — 48 B — 18 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-CMT17TTFNM&gtm=45je64k0v9101973163za200zd9101973163&_p=1776896105014&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AEAAAAQ&ae=a&are=1&cid=772531683.1776896105&frm=0&pscdl=noapi&rcb=18&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=2&tag_exp=0~115616985~115938465~115938469~117266401~117384406~117512542~118463262&sid=1776896105&sct=1&seg=0&dl=https%3A%2F%2Frollcall.com%2F&dt=Roll%20Call%20%E2%80%93%20Covering%20Capitol%20Hill%20Since%201955&_tu=QA&en=scroll&gap.plf=5&ep.anonymize_ip=true&epn.percent_scrolled=90&_et=25&tfd=7174www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-CMT17TTFNM&gtm=45je64k0v9101973163za200zd9101973163&_p=1776896105014&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AEAAAAQ&ae=a&are=1&cid=772531683.1776896105&frm=0&pscdl=noapi&rcb=18&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=2&tag_exp=0~115616985~115938465~115938469~117266401~117384406~117512542~118463262&sid=1776896105&sct=1&seg=0&dl=https%3A%2F%2Frollcall.com%2F&dt=Roll%20Call%20%E2%80%93%20Covering%20Capitol%20Hill%20Since%201955&_tu=QA&en=scroll&gap.plf=5&ep.anonymize_ip=true&epn.percent_scrolled=90&_et=25&tfd=7174 — 204 — 48 B — 14 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
86% of JavaScript execution is third-party
First-party Third-party 5480ms · 1524KB · $22/mo
Unattributable
Other
Costly
Execution 1518ms
Transfer 0 KB
Monthly Cost $6/mo
Google Tag Manager
Tag Manager
Costly
Execution 718ms
Transfer 159 KB
Unused 37%
Monthly Cost $3/mo
c.amazon-adsystem.com
Other
Costly
Execution 623ms
Transfer 0 KB
Unused 58%
Monthly Cost $2/mo
hb-rollcall.s3.us-east-2.amazonaws.com
Other
Costly
Execution 501ms
Transfer 134 KB
Unused 66%
Monthly Cost $2/mo
assets.bounceexchange.com
Other
Costly
Execution 462ms
Transfer 116 KB
Unused 59%
Monthly Cost $2/mo
scripts.webcontentassessor.com
Other
Costly
Execution 273ms
Transfer 121 KB
Monthly Cost $1/mo
securepubads.g.doubleclick.net
Other
Costly
Execution 260ms
Transfer 600 KB
Unused 76%
Monthly Cost $1/mo
cds.connatix.com
Other
Costly
Execution 239ms
Transfer 139 KB
Unused 68%
Monthly Cost $1/mo
api.bounceexchange.com
Other
Optional
Execution 197ms
Transfer 1 KB
Monthly Cost $1/mo
assets.bounceexchange.com
Other
Optional
Execution 177ms
Transfer 16 KB
Monthly Cost $1/mo
assets.bounceexchange.com
Other
Optional
Execution 134ms
Transfer 42 KB
Unused 74%
Monthly Cost $1/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 107ms
Transfer 34 KB
Monthly Cost $0/mo
cdn.id5-sync.com
Other
Optional
Execution 91ms
Transfer 30 KB
Monthly Cost $0/mo
media-cdn.factba.se
Other
Optional
Execution 65ms
Transfer 95 KB
Monthly Cost $0/mo
writingfort.com
Other
Optional
Execution 63ms
Transfer 36 KB
Monthly Cost $0/mo
config.aps.amazon-adsystem.com
Other
Optional
Execution 54ms
Transfer 1 KB
Monthly Cost $0/mo

These scripts may cost more than they're worth

  • Unattributable adds 1518ms and costs ~$6/month
  • Google Tag Manager adds 718ms and costs ~$3/month
  • c.amazon-adsystem.com adds 623ms and costs ~$2/month
  • hb-rollcall.s3.us-east-2.amazonaws.com adds 501ms and costs ~$2/month
  • assets.bounceexchange.com adds 462ms and costs ~$2/month
  • scripts.webcontentassessor.com adds 273ms and costs ~$1/month
  • securepubads.g.doubleclick.net adds 260ms and costs ~$1/month
  • cds.connatix.com adds 239ms and costs ~$1/month

86% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

Unattributable takes 1518ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Google Tag Manager takes 718ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

c.amazon-adsystem.com takes 623ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

58% of c.amazon-adsystem.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

hb-rollcall.s3.us-east-2.amazonaws.com takes 501ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

66% of hb-rollcall.s3.us-east-2.amazonaws.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

assets.bounceexchange.com takes 462ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

59% of assets.bounceexchange.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

scripts.webcontentassessor.com takes 273ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

securepubads.g.doubleclick.net takes 260ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

76% of securepubads.g.doubleclick.net's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

cds.connatix.com takes 239ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

68% of cds.connatix.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

74% of assets.bounceexchange.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback