Skip to content
https://epi.org

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
70
GRADE
C
FIX
5
REVIEW
2
PASS
6
INFO
2

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

59
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
82
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
58
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
77
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.

2.37 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

6.30 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

14 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.076

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

3.00 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.

6.33 s

Page Load Progression

439 ms
878 ms
1.3 s
1.8 s
2.2 s
2.6 s
3.1 s
3.5 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
4.4 MB transferred, 177 requests
FIX
4.4 MB transferred, 177 requests
Critical::
Page weighs 8.3 MB (4.4 MB transferred)
Warning::
JavaScript is 1.3 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.3 MB
Warning::
Images are 1.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.2 MB
Info::
Fonts are 938 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 938 KB
Info::
CSS is 810 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 810 KB
Warning::
177 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.91 g CO2 per page load
4.4 MB / 2.4 MB budget
4.4 MB transferred
177 requests
0.91 g CO2 per page load
JavaScript 1.3 MiB 29%
Images 1.2 MiB 28%
Fonts 937.8 KiB 21%
CSS 810.2 KiB 18%
HTML 140.9 KiB 3%
Other 5.2 KiB 0%
Other 4.4 KiB 0%
Other 1.9 KiB 0%
Other 1.1 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

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

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

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

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

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (4.4 MiB of 4.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
72 scripts, 405 KB unused
FIX
72 scripts, 405 KB unused
Warning::
https://s3.amazonaws.com/downloads.mailchimp.com/j...: 90 KB unused (65%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://form-assets.mailchimp.com/snippet/account/...: 73 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.epi.org/stas/: 59 KB unused (32%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://connect.facebook.net/en_US/bundle/sdk.js/: 54 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://script.hotjar.com/modules.6a0f3932cb1341a3...: 38 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 405 KB
405 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js140 KB90 KB (65%)3rd
https://form-assets.mailchimp.com/snippet/account/8216701?site=33fa77dfa783aab4139e286a9109 KB73 KB (67%)3rd
https://www.epi.org/stas/186 KB59 KB (32%)3rd
https://connect.facebook.net/en_US/bundle/sdk.js/78 KB54 KB (69%)3rd
https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js57 KB38 KB (67%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TMRN68M131 KB36 KB (48%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB34 KB (35%)3rd
https://static.addtoany.com/menu/modules/core.ydpp7jcu.js26 KB21 KB (82%)3rd
https://www.epi.org/wp-content/mu-plugins/epi-base-functions/royalSlider/jquery.royalslider.min.js?ver=0309-09093117 KB3rd
https://www.epi.org/wp-content/themes/epi/js/requirejs/epi_main.js?ver=0309-0910182 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

F
Page Weight Inventory
Action
177 resources · 4.4 MB · 405 KB savings available
FIX
177 resources · 4.4 MB · 405 KB savings available
Warning::
Page weight 3.4 MB over 1MB target
Got: 4.4 MB Expected: ≤ 1 MB
Info::
~405 KB of savings available
Warning::
176 third-party resources (100% of weight)
Info::
2 resources over 200KB
177 resources · 4.4 MiB · 176 third-party 3.4 MiB over 1MB target
JavaScript 29% · 1.3 MiB
Image 28% · 1.2 MiB
Font 21% · 937.8 KiB
CSS 18% · 810.2 KiB
Document 3% · 141.2 KiB
Other 0% · 7.9 KiB

~404.6 KiB of savings available

Remove unused JavaScript: 404.6 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
32 images, 0 KB saveable
REVIEW
32 images, 0 KB saveable
Warning::
https://files.epi.org/uploads/candid-seal-gold-202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://files.epi.org/uploads/Data-Lib-Award-Winni... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://files.epi.org/uploads/Four-Star-Rating-Bad... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
32 images 1.2 MB
0 oversized -0 KB
31 legacy format
3 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

C
JS Execution Cost
Action
1090ms total JS execution
REVIEW
1090ms total JS execution
Warning::
Unattributable: 333ms CPU time
Warning::
https://www.epi.org/: 276ms CPU time
Info::
https://www.epi.org/stas/: 128ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-TMR...: 119ms CPU time
Info::
https://www.epi.org/cdn-cgi/challenge-platform/scr...: 92ms CPU time
Warning::
Third-party scripts: 1090ms (100% of total)

Main Thread Breakdown

Script Evaluation 48% Other 23% Style & Layout 13% Script Parsing & Compilation 9% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
Unattributable333ms18ms0ms3rd
https://www.epi.org/276ms20ms4ms3rd
https://www.epi.org/stas/128ms94ms21ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TMRN68M119ms104ms14ms3rd
https://www.epi.org/cdn-cgi/challenge-platform/scripts/jsd/main.js92ms88ms1ms3rd
https://www.epi.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.187ms67ms3ms3rd
https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js53ms44ms8ms3rd
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
35 fonts (938 KB)
PASS
35 fonts (938 KB)
Info::
35 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

35

938 KB total

Render-blocking

0

of 35

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 2.4 s LCP 6.3 shttps://use.typekit.com/af/773235/00000000000000003b9b0934/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.com/af/773235/00000000000000003b9b0934/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 32.1 KiB — 62 ms — font-display: swapdata:font/opentype;base64,T1RUTwALAIAAAwAwQ0ZGIP7SlcQAAA4kAAD4dEdQT1NpGUGBAAEx+AAAtzZHU1VCpu7axwABE…opentype;base64,T1RUTwA... data:font/opentype;base64,T1RUTwALAIAAAwAwQ0ZGIP7SlcQAAA4kAAD4dEdQT1NpGUGBAAEx+AAAtzZHU1VCpu7axwABE… — 122.3 KiB — 88 ms — font-display: swaphttps://use.typekit.com/af/56978c/00000000000000003b9b0935/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3l https://use.typekit.com/af/56978c/00000000000000003b9b0935/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3 — 33.8 KiB — 49 ms — font-display: swaphttps://use.typekit.com/af/1f7f57/00000000000000003b9b093b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.com/af/1f7f57/00000000000000003b9b093b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 33.1 KiB — 26 ms — font-display: swaphttps://use.typekit.com/af/1f55cd/00000000000000003b9b0932/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3l https://use.typekit.com/af/1f55cd/00000000000000003b9b0932/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3 — 31.9 KiB — 33 ms — font-display: swaphttps://www.epi.org/wp-content/themes/epi/dist/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0fontawesome-webfont.woff2 https://www.epi.org/wp-content/themes/epi/dist/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0 — 75.6 KiB — 100 ms — font-display: swaphttps://use.typekit.com/af/69b489/0000000000000000000170b3/27/l?subset_id=2&fvd=n7&v=3l https://use.typekit.com/af/69b489/0000000000000000000170b3/27/l?subset_id=2&fvd=n7&v=3 — 17.6 KiB — 29 ms — font-display: swaphttps://use.typekit.com/af/c1298f/0000000000000000000170ae/27/l?subset_id=2&fvd=n4&v=3l https://use.typekit.com/af/c1298f/0000000000000000000170ae/27/l?subset_id=2&fvd=n4&v=3 — 17.7 KiB — 33 ms — font-display: swaphttps://use.typekit.com/af/a51230/0000000000000000000170b0/27/l?subset_id=2&fvd=i4&v=3l https://use.typekit.com/af/a51230/0000000000000000000170b0/27/l?subset_id=2&fvd=i4&v=3 — 18.0 KiB — 35 ms — font-display: swaphttps://use.typekit.com/af/fb6723/0000000000000000000170b4/27/l?subset_id=2&fvd=i7&v=3l https://use.typekit.com/af/fb6723/0000000000000000000170b4/27/l?subset_id=2&fvd=i7&v=3 — 17.8 KiB — 38 ms — font-display: swaphttps://use.typekit.com/af/9a5180/00000000000000000001709e/27/l?subset_id=2&fvd=n7&v=3l https://use.typekit.com/af/9a5180/00000000000000000001709e/27/l?subset_id=2&fvd=n7&v=3 — 17.6 KiB — 24 ms — font-display: swaphttps://use.typekit.com/af/04a489/00000000000000000001709f/27/l?subset_id=2&fvd=i7&v=3l https://use.typekit.com/af/04a489/00000000000000000001709f/27/l?subset_id=2&fvd=i7&v=3 — 17.9 KiB — 44 ms — font-display: swaphttps://use.typekit.com/af/bce065/00000000000000000001709b/27/l?subset_id=2&fvd=i4&v=3l https://use.typekit.com/af/bce065/00000000000000000001709b/27/l?subset_id=2&fvd=i4&v=3 — 18.1 KiB — 48 ms — font-display: swaphttps://use.typekit.com/af/341571/000000000000000000017098/27/l?subset_id=2&fvd=n3&v=3l https://use.typekit.com/af/341571/000000000000000000017098/27/l?subset_id=2&fvd=n3&v=3 — 17.7 KiB — 49 ms — font-display: swaphttps://use.typekit.com/af/1ec8cf/000000000000000000017099/27/l?subset_id=2&fvd=i3&v=3l https://use.typekit.com/af/1ec8cf/000000000000000000017099/27/l?subset_id=2&fvd=i3&v=3 — 17.9 KiB — 117 ms — font-display: swaphttps://use.typekit.com/af/8cf19a/00000000000000000001709a/27/l?subset_id=2&fvd=n4&v=3l https://use.typekit.com/af/8cf19a/00000000000000000001709a/27/l?subset_id=2&fvd=n4&v=3 — 17.8 KiB — 56 ms — font-display: swaphttps://use.typekit.com/af/ae1174/00000000000000003b9acadd/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.com/af/ae1174/00000000000000003b9acadd/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 21.0 KiB — 104 ms — font-display: swaphttps://use.typekit.com/af/a20313/00000000000000003b9acade/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3l https://use.typekit.com/af/a20313/00000000000000003b9acade/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3 — 22.0 KiB — 62 ms — font-display: swaphttps://use.typekit.com/af/d7a560/00000000000000003b9acae1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.com/af/d7a560/00000000000000003b9acae1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 21.8 KiB — 106 ms — font-display: swaphttps://use.typekit.com/af/fce0a9/00000000000000003b9acae2/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3l https://use.typekit.com/af/fce0a9/00000000000000003b9acae2/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3 — 28.6 KiB — 110 ms — font-display: swaphttps://use.typekit.com/af/f6d549/00000000000000000000e7fe/27/l?subset_id=2&fvd=n3&v=3l https://use.typekit.com/af/f6d549/00000000000000000000e7fe/27/l?subset_id=2&fvd=n3&v=3 — 14.2 KiB — 81 ms — font-display: swaphttps://use.typekit.com/af/55aa58/00000000000000000000e802/27/l?subset_id=2&fvd=i3&v=3l https://use.typekit.com/af/55aa58/00000000000000000000e802/27/l?subset_id=2&fvd=i3&v=3 — 15.0 KiB — 66 ms — font-display: swaphttps://use.typekit.com/af/c2dac6/00000000000000000000e805/27/l?subset_id=2&fvd=n7&v=3l https://use.typekit.com/af/c2dac6/00000000000000000000e805/27/l?subset_id=2&fvd=n7&v=3 — 14.2 KiB — 67 ms — font-display: swaphttps://use.typekit.com/af/dc6ba3/00000000000000000000e806/27/l?subset_id=2&fvd=i7&v=3l https://use.typekit.com/af/dc6ba3/00000000000000000000e806/27/l?subset_id=2&fvd=i7&v=3 — 15.1 KiB — 79 ms — font-display: swaphttps://use.typekit.com/af/f0a7c7/00000000000000000000e807/27/l?subset_id=2&fvd=n9&v=3l https://use.typekit.com/af/f0a7c7/00000000000000000000e807/27/l?subset_id=2&fvd=n9&v=3 — 14.1 KiB — 81 ms — font-display: swaphttps://use.typekit.com/af/f8c331/0000000000000000000100fe/27/l?subset_id=2&fvd=n3&v=3l https://use.typekit.com/af/f8c331/0000000000000000000100fe/27/l?subset_id=2&fvd=n3&v=3 — 16.1 KiB — 89 ms — font-display: swaphttps://use.typekit.com/af/810490/000000000000000000010141/27/l?subset_id=2&fvd=i3&v=3l https://use.typekit.com/af/810490/000000000000000000010141/27/l?subset_id=2&fvd=i3&v=3 — 16.4 KiB — 91 ms — font-display: swaphttps://use.typekit.com/af/1b8c3f/000000000000000000011aff/27/l?subset_id=2&fvd=n7&v=3l https://use.typekit.com/af/1b8c3f/000000000000000000011aff/27/l?subset_id=2&fvd=n7&v=3 — 15.9 KiB — 106 ms — font-display: swaphttps://use.typekit.com/af/3a798d/00000000000000000000ec0a/27/l?subset_id=2&fvd=i7&v=3l https://use.typekit.com/af/3a798d/00000000000000000000ec0a/27/l?subset_id=2&fvd=i7&v=3 — 16.6 KiB — 111 ms — font-display: swaphttps://use.typekit.com/af/ba66d8/00000000000000003b9b093a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3l https://use.typekit.com/af/ba66d8/00000000000000003b9b093a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3 — 34.5 KiB — 115 ms — font-display: swaphttps://use.typekit.com/af/bb2e37/00000000000000003b9b094b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.com/af/bb2e37/00000000000000003b9b094b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 32.7 KiB — 119 ms — font-display: swaphttps://use.typekit.com/af/3ad9c9/00000000000000003b9b094a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3l https://use.typekit.com/af/3ad9c9/00000000000000003b9b094a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3 — 34.5 KiB — 143 ms — font-display: swaphttps://use.typekit.com/af/976aa6/00000000000000003b9b0943/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3l https://use.typekit.com/af/976aa6/00000000000000003b9b0943/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3 — 32.2 KiB — 130 ms — font-display: swaphttps://use.typekit.com/af/5bf3eb/00000000000000003b9b0944/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.com/af/5bf3eb/00000000000000003b9b0944/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 32.1 KiB — 131 ms — font-display: swaphttps://use.typekit.com/af/5b14cd/00000000000000003b9b0945/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3l https://use.typekit.com/af/5b14cd/00000000000000003b9b0945/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3 — 33.8 KiB — 139 ms — font-display: swap
l woff2 swap
Size 32 KB
Load time 62 ms
Start 820 ms
Risk FOUT — text flashes from fallback to web font
opentype;base64,T1RUTwA... unknown swap
Size 122 KB
Load time 88 ms
Start 850 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
l woff2 swap
Size 34 KB
Load time 49 ms
Start 942 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 33 KB
Load time 26 ms
Start 942 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 32 KB
Load time 33 ms
Start 943 ms
Risk FOUT — text flashes from fallback to web font
fontawesome-webfont.woff2 woff2 swap
Size 76 KB
Load time 100 ms
Start 943 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 18 KB
Load time 29 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 18 KB
Load time 33 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 18 KB
Load time 35 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 18 KB
Load time 38 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 18 KB
Load time 24 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 18 KB
Load time 44 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 18 KB
Load time 48 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 18 KB
Load time 49 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 18 KB
Load time 117 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 18 KB
Load time 56 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 21 KB
Load time 104 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 22 KB
Load time 62 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 22 KB
Load time 106 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 29 KB
Load time 110 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 14 KB
Load time 81 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 15 KB
Load time 66 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 14 KB
Load time 67 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 15 KB
Load time 79 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 14 KB
Load time 81 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 16 KB
Load time 89 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 16 KB
Load time 91 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 16 KB
Load time 106 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 17 KB
Load time 111 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 35 KB
Load time 115 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 33 KB
Load time 119 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 35 KB
Load time 143 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 32 KB
Load time 130 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 32 KB
Load time 131 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 34 KB
Load time 139 ms
Start 3.2 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)

Fixing the unchecked items could save ~98 KB and ~196 ms

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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
177 requests over 6299ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 2.4 s LCP 6.3 shttps://epi.org// https://epi.org/ — 301 — 337 B — 375 ms — h3http://www.epi.org/www.epi.org/ http://www.epi.org/ — 307 — 0 B — 2 ms — http/1.1https://www.epi.org/www.epi.org/ https://www.epi.org/ — 200 — 36.5 KiB — 44 ms — h3https://www.epi.org/cdn-cgi/speculationwww.epi.org/cdn-cgi/speculation https://www.epi.org/cdn-cgi/speculation — 200 — 283 B — 38 ms — h3https://www.epi.org/stas/www.epi.org/stas/ https://www.epi.org/stas/ — 200 — 185.7 KiB — 159 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-charts/dist/css/epi-charts.min.css?ver=7bd9db06f3aaba4cdd4c3c4fdb8b7e3a5d2c7aadwww.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-charts/dist/css/epi-charts.min.css?ver=7bd9db06f3aaba4cdd4c3c4fdb8b7e3a5d2c7aad — 200 — 19.3 KiB — 39 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-charts/dist/css/epi-charts--map.min.css?ver=71add4e10796500ec4b7dce5bd488619982c6fe7www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-charts/dist/css/epi-charts--map.min.css?ver=71add4e10796500ec4b7dce5bd488619982c6fe7 — 200 — 14.3 KiB — 44 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-shortcodes/dist/css/epi-shortcodes.min.css?ver=03b18ac6552c66781f8e3fac8591ff559440def1www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-shortcodes/dist/css/epi-shortcodes.min.css?ver=03b18ac6552c66781f8e3fac8591ff559440def1 — 200 — 13.1 KiB — 40 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-manage-content/dist/css/epi-manage-content.css?ver=76076e0f8a6b5ef450f82a0d945df6c395b08cb6www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-manage-content/dist/css/epi-manage-content.css?ver=76076e0f8a6b5ef450f82a0d945df6c395b08cb6 — 200 — 1.4 KiB — 43 ms — h3https://www.epi.org/wp-content/themes/epi/dist/css/front-page-slider.css?ver=ecc88ee1843a1798aa6041776d7af81a420a9554www.epi.org/wp-content/themes/epi/d... https://www.epi.org/wp-content/themes/epi/dist/css/front-page-slider.css?ver=ecc88ee1843a1798aa6041776d7af81a420a9554 — 200 — 11.2 KiB — 46 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-data-library/dist/css/epi-data-library.min.css?ver=931bee2fd033f3efb29bd5ede8f207638f991052www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-data-library/dist/css/epi-data-library.min.css?ver=931bee2fd033f3efb29bd5ede8f207638f991052 — 200 — 1.9 KiB — 48 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-issue-tags/dist/css/epi-issue-tags.min.css?ver=848f6a60bafcb306d6a0a1f992ff57418e657652www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-issue-tags/dist/css/epi-issue-tags.min.css?ver=848f6a60bafcb306d6a0a1f992ff57418e657652 — 200 — 1.5 KiB — 49 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-modals/dist/css/epi-modals.min.css?ver=88f14328690917f509cf430d6fd66315b2909814www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-modals/dist/css/epi-modals.min.css?ver=88f14328690917f509cf430d6fd66315b2909814 — 200 — 1.1 KiB — 51 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-automated-screenshots/dist/css/epi-automated-screenshots--frontend.css?ver=1678396170www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-automated-screenshots/dist/css/epi-automated-screenshots--frontend.css?ver=1678396170 — 200 — 1.7 KiB — 54 ms — h3https://www.epi.org/wp-content/themes/epi/dist/css/epi-main.css?ver=04bf9473634a2c024b9d305032f42f40089af9a3www.epi.org/wp-content/themes/epi/d... https://www.epi.org/wp-content/themes/epi/dist/css/epi-main.css?ver=04bf9473634a2c024b9d305032f42f40089af9a3 — 200 — 705.0 KiB — 185 ms — h3https://www.epi.org/wp-includes/css/dashicons.min.css?ver=1764012632www.epi.org/wp-includes/css/dashico... https://www.epi.org/wp-includes/css/dashicons.min.css?ver=1764012632 — 200 — 35.0 KiB — 105 ms — h3https://www.epi.org/wp-content/themes/epi/dist/css/font-ss-standard.css?ver=8ae8309d467363fd8e58b9ba6ae75f224e2e7e74www.epi.org/wp-content/themes/epi/d... https://www.epi.org/wp-content/themes/epi/dist/css/font-ss-standard.css?ver=8ae8309d467363fd8e58b9ba6ae75f224e2e7e74 — 200 — 2.4 KiB — 58 ms — h3https://www.epi.org/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70www.epi.org/wp-content/plugins/wp-p... https://www.epi.org/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70 — 200 — 506 B — 64 ms — h3https://www.epi.org/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.16www.epi.org/wp-content/plugins/add-... https://www.epi.org/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.16 — 200 — 800 B — 66 ms — h3https://www.epi.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.epi.org/wp-includes/js/jquery/j... https://www.epi.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 30.2 KiB — 104 ms — h3https://www.epi.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1www.epi.org/wp-includes/js/jquery/j... https://www.epi.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.0 KiB — 93 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-charts/js/epi/epi.namespace.js?ver=1678396179www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-charts/js/epi/epi.namespace.js?ver=1678396179 — 200 — 509 B — 94 ms — h3https://www.epi.org/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.21www.epi.org/wp-includes/js/dist/ven... https://www.epi.org/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.21 — 200 — 24.8 KiB — 103 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-charts/js/epi/epi.utility.js?ver=1678396179www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-charts/js/epi/epi.utility.js?ver=1678396179 — 200 — 3.1 KiB — 93 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-charts/js/requirejs/vendor/require.js?ver=1678396179www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-charts/js/requirejs/vendor/require.js?ver=1678396179 — 200 — 20.8 KiB — 99 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-charts/js/requirejs/requirejs-config.js?ver=1678396179www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-charts/js/requirejs/requirejs-config.js?ver=1678396179 — 200 — 333 B — 93 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-charts/js/requirejs/epi_main.js?ver=1678396179www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-charts/js/requirejs/epi_main.js?ver=1678396179 — 200 — 483 B — 91 ms — h3https://www.googleadservices.com/pagead/conversion_async.jswww.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion_async.js — 200 — 22.8 KiB — 92 ms — h3https://use.typekit.com/uhs7xha.jsuse.typekit.com/uhs7xha.js https://use.typekit.com/uhs7xha.js — 200 — 7.2 KiB — 125 ms — h2https://use.typekit.com/mez6pee.jsuse.typekit.com/mez6pee.js https://use.typekit.com/mez6pee.js — 200 — 6.9 KiB — 125 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 2.4 s LCP 6.3 shttps://epi.org// https://epi.org/ — 301 — 337 B — 375 ms — h3http://www.epi.org/www.epi.org/ http://www.epi.org/ — 307 — 0 B — 2 ms — http/1.1https://www.epi.org/www.epi.org/ https://www.epi.org/ — 200 — 36.5 KiB — 44 ms — h3https://www.epi.org/cdn-cgi/speculationwww.epi.org/cdn-cgi/speculation https://www.epi.org/cdn-cgi/speculation — 200 — 283 B — 38 ms — h3https://www.epi.org/stas/www.epi.org/stas/ https://www.epi.org/stas/ — 200 — 185.7 KiB — 159 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-charts/dist/css/epi-charts.min.css?ver=7bd9db06f3aaba4cdd4c3c4fdb8b7e3a5d2c7aadwww.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-charts/dist/css/epi-charts.min.css?ver=7bd9db06f3aaba4cdd4c3c4fdb8b7e3a5d2c7aad — 200 — 19.3 KiB — 39 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-charts/dist/css/epi-charts--map.min.css?ver=71add4e10796500ec4b7dce5bd488619982c6fe7www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-charts/dist/css/epi-charts--map.min.css?ver=71add4e10796500ec4b7dce5bd488619982c6fe7 — 200 — 14.3 KiB — 44 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-shortcodes/dist/css/epi-shortcodes.min.css?ver=03b18ac6552c66781f8e3fac8591ff559440def1www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-shortcodes/dist/css/epi-shortcodes.min.css?ver=03b18ac6552c66781f8e3fac8591ff559440def1 — 200 — 13.1 KiB — 40 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-manage-content/dist/css/epi-manage-content.css?ver=76076e0f8a6b5ef450f82a0d945df6c395b08cb6www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-manage-content/dist/css/epi-manage-content.css?ver=76076e0f8a6b5ef450f82a0d945df6c395b08cb6 — 200 — 1.4 KiB — 43 ms — h3https://www.epi.org/wp-content/themes/epi/dist/css/front-page-slider.css?ver=ecc88ee1843a1798aa6041776d7af81a420a9554www.epi.org/wp-content/themes/epi/d... https://www.epi.org/wp-content/themes/epi/dist/css/front-page-slider.css?ver=ecc88ee1843a1798aa6041776d7af81a420a9554 — 200 — 11.2 KiB — 46 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-data-library/dist/css/epi-data-library.min.css?ver=931bee2fd033f3efb29bd5ede8f207638f991052www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-data-library/dist/css/epi-data-library.min.css?ver=931bee2fd033f3efb29bd5ede8f207638f991052 — 200 — 1.9 KiB — 48 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-issue-tags/dist/css/epi-issue-tags.min.css?ver=848f6a60bafcb306d6a0a1f992ff57418e657652www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-issue-tags/dist/css/epi-issue-tags.min.css?ver=848f6a60bafcb306d6a0a1f992ff57418e657652 — 200 — 1.5 KiB — 49 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-modals/dist/css/epi-modals.min.css?ver=88f14328690917f509cf430d6fd66315b2909814www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-modals/dist/css/epi-modals.min.css?ver=88f14328690917f509cf430d6fd66315b2909814 — 200 — 1.1 KiB — 51 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-automated-screenshots/dist/css/epi-automated-screenshots--frontend.css?ver=1678396170www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-automated-screenshots/dist/css/epi-automated-screenshots--frontend.css?ver=1678396170 — 200 — 1.7 KiB — 54 ms — h3https://www.epi.org/wp-content/themes/epi/dist/css/epi-main.css?ver=04bf9473634a2c024b9d305032f42f40089af9a3www.epi.org/wp-content/themes/epi/d... https://www.epi.org/wp-content/themes/epi/dist/css/epi-main.css?ver=04bf9473634a2c024b9d305032f42f40089af9a3 — 200 — 705.0 KiB — 185 ms — h3https://www.epi.org/wp-includes/css/dashicons.min.css?ver=1764012632www.epi.org/wp-includes/css/dashico... https://www.epi.org/wp-includes/css/dashicons.min.css?ver=1764012632 — 200 — 35.0 KiB — 105 ms — h3https://www.epi.org/wp-content/themes/epi/dist/css/font-ss-standard.css?ver=8ae8309d467363fd8e58b9ba6ae75f224e2e7e74www.epi.org/wp-content/themes/epi/d... https://www.epi.org/wp-content/themes/epi/dist/css/font-ss-standard.css?ver=8ae8309d467363fd8e58b9ba6ae75f224e2e7e74 — 200 — 2.4 KiB — 58 ms — h3https://www.epi.org/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70www.epi.org/wp-content/plugins/wp-p... https://www.epi.org/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70 — 200 — 506 B — 64 ms — h3https://www.epi.org/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.16www.epi.org/wp-content/plugins/add-... https://www.epi.org/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.16 — 200 — 800 B — 66 ms — h3https://www.epi.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.epi.org/wp-includes/js/jquery/j... https://www.epi.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 30.2 KiB — 104 ms — h3https://www.epi.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1www.epi.org/wp-includes/js/jquery/j... https://www.epi.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.0 KiB — 93 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-charts/js/epi/epi.namespace.js?ver=1678396179www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-charts/js/epi/epi.namespace.js?ver=1678396179 — 200 — 509 B — 94 ms — h3https://www.epi.org/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.21www.epi.org/wp-includes/js/dist/ven... https://www.epi.org/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.21 — 200 — 24.8 KiB — 103 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-charts/js/epi/epi.utility.js?ver=1678396179www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-charts/js/epi/epi.utility.js?ver=1678396179 — 200 — 3.1 KiB — 93 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-charts/js/requirejs/vendor/require.js?ver=1678396179www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-charts/js/requirejs/vendor/require.js?ver=1678396179 — 200 — 20.8 KiB — 99 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-charts/js/requirejs/requirejs-config.js?ver=1678396179www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-charts/js/requirejs/requirejs-config.js?ver=1678396179 — 200 — 333 B — 93 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-charts/js/requirejs/epi_main.js?ver=1678396179www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-charts/js/requirejs/epi_main.js?ver=1678396179 — 200 — 483 B — 91 ms — h3https://www.googleadservices.com/pagead/conversion_async.jswww.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion_async.js — 200 — 22.8 KiB — 92 ms — h3https://use.typekit.com/uhs7xha.jsuse.typekit.com/uhs7xha.js https://use.typekit.com/uhs7xha.js — 200 — 7.2 KiB — 125 ms — h2https://use.typekit.com/mez6pee.jsuse.typekit.com/mez6pee.js https://use.typekit.com/mez6pee.js — 200 — 6.9 KiB — 125 ms — h2https://use.typekit.com/gfy6bkz.jsuse.typekit.com/gfy6bkz.js https://use.typekit.com/gfy6bkz.js — 200 — 7.0 KiB — 126 ms — h2https://files.epi.org/uploads/chandler-denise-Lgaw-BnaAAI-unsplash-650x433.jpgfiles.epi.org/uploads/chandler-deni... https://files.epi.org/uploads/chandler-denise-Lgaw-BnaAAI-unsplash-650x433.jpg — 200 — 42.7 KiB — 105 ms — h3https://files.epi.org/uploads/shutterstock_2145740941-650x468.jpgfiles.epi.org/uploads/shutterstock_... https://files.epi.org/uploads/shutterstock_2145740941-650x468.jpg — 200 — 63.7 KiB — 108 ms — h3https://files.epi.org/uploads/U.S.-born-unemployment-is-higher-under-Trump.pngfiles.epi.org/uploads/U.S.-born-une... https://files.epi.org/uploads/U.S.-born-unemployment-is-higher-under-Trump.png — 200 — 38.1 KiB — 109 ms — h3https://files.epi.org/uploads/shutterstock_2643127869-650x343.jpgfiles.epi.org/uploads/shutterstock_... https://files.epi.org/uploads/shutterstock_2643127869-650x343.jpg — 200 — 26.1 KiB — 27 ms — h3https://files.epi.org/uploads/Data-Lib-Award-Winning.pngfiles.epi.org/uploads/Data-Lib-Awar... https://files.epi.org/uploads/Data-Lib-Award-Winning.png — 200 — 323.4 KiB — 65 ms — h3https://s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.jss3.amazonaws.com/downloads.mailchim... https://s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js — 200 — 140.3 KiB — 2.4 s — http/1.1https://www.epi.org/wp-content/mu-plugins/epi-charts/js/epi/jquery.table2csv.js?ver=1678396179www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-charts/js/epi/jquery.table2csv.js?ver=1678396179 — 200 — 1.1 KiB — 13 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-charts/js/epi/chart-features.js?ver=1689870076www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-charts/js/epi/chart-features.js?ver=1689870076 — 200 — 3.5 KiB — 12 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-charts/js/epi/chart-table-overflow.js?ver=1678396179www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-charts/js/epi/chart-table-overflow.js?ver=1678396179 — 200 — 979 B — 47 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-search//vendor/selectize/selectize.js?ver=1678396198www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-search//vendor/selectize/selectize.js?ver=1678396198 — 200 — 25.4 KiB — 159 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-base-functions/royalSlider/jquery.royalslider.min.js?ver=0309-090931www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-base-functions/royalSlider/jquery.royalslider.min.js?ver=0309-090931 — 200 — 16.7 KiB — 66 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-charts/js/autoregister/epi-chart-helper-shortcodes.js?ver=1678396178www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-charts/js/autoregister/epi-chart-helper-shortcodes.js?ver=1678396178 — 200 — 4.8 KiB — 78 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-issue-tags/dist/js/epi-issue-tags.min.js?ver=242f74b44b70e4b7eaccf2bdafc0d674de91f602www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-issue-tags/dist/js/epi-issue-tags.min.js?ver=242f74b44b70e4b7eaccf2bdafc0d674de91f602 — 200 — 2.7 KiB — 158 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-modals/dist/js/epi-modals--colorbox.min.js?ver=eacad129944022584889c8374f9a74716b3d2d90www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-modals/dist/js/epi-modals--colorbox.min.js?ver=eacad129944022584889c8374f9a74716b3d2d90 — 200 — 65.6 KiB — 223 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-modals/dist/js/epi-modals.min.js?ver=367700bd50cba260edff92a18d5468978a75002bwww.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-modals/dist/js/epi-modals.min.js?ver=367700bd50cba260edff92a18d5468978a75002b — 200 — 7.0 KiB — 158 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-modals/dist/js/epi-modals--email-signup.min.js?ver=bd2afc9eec66ed4a550fae1b81669d073be184b3www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-modals/dist/js/epi-modals--email-signup.min.js?ver=bd2afc9eec66ed4a550fae1b81669d073be184b3 — 200 — 26.7 KiB — 172 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-automated-screenshots/dist/js/epi-automated-screenshots--frontend.js?ver=1678396170www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-automated-screenshots/dist/js/epi-automated-screenshots--frontend.js?ver=1678396170 — 200 — 2.0 KiB — 159 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-charts/js/autoregister/numeral.min.js?ver=1678396178www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-charts/js/autoregister/numeral.min.js?ver=1678396178 — 200 — 2.7 KiB — 158 ms — h3https://www.epi.org/wp-includes/js/jquery/jquery.color.min.js?ver=3.0.0www.epi.org/wp-includes/js/jquery/j... https://www.epi.org/wp-includes/js/jquery/jquery.color.min.js?ver=3.0.0 — 200 — 2.9 KiB — 159 ms — h3https://www.epi.org/wp-content/themes/epi/js/epi/epi.namespace.js?ver=0309-091018www.epi.org/wp-content/themes/epi/j... https://www.epi.org/wp-content/themes/epi/js/epi/epi.namespace.js?ver=0309-091018 — 200 — 484 B — 157 ms — h3https://www.epi.org/wp-content/themes/epi/js/epi/epi.utility.js?ver=0309-091018www.epi.org/wp-content/themes/epi/j... https://www.epi.org/wp-content/themes/epi/js/epi/epi.utility.js?ver=0309-091018 — 200 — 3.1 KiB — 158 ms — h3https://www.epi.org/wp-content/themes/epi/js/autoregister/modernizr.min.js?ver=0309-091017www.epi.org/wp-content/themes/epi/j... https://www.epi.org/wp-content/themes/epi/js/autoregister/modernizr.min.js?ver=0309-091017 — 200 — 6.4 KiB — 158 ms — h3https://www.epi.org/wp-content/themes/epi/js/autoregister/jquery.backstretch.min.js?ver=0309-091017www.epi.org/wp-content/themes/epi/j... https://www.epi.org/wp-content/themes/epi/js/autoregister/jquery.backstretch.min.js?ver=0309-091017 — 200 — 2.0 KiB — 159 ms — h3https://www.epi.org/wp-content/mu-plugins/epi-charts/js/autoregister/jquery.columnizer.min.js?ver=1678396178www.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-charts/js/autoregister/jquery.columnizer.min.js?ver=1678396178 — 200 — 3.9 KiB — 155 ms — h3https://www.epi.org/wp-content/themes/epi/js/autoregister/jquery.countTo.js?ver=0309-091017www.epi.org/wp-content/themes/epi/j... https://www.epi.org/wp-content/themes/epi/js/autoregister/jquery.countTo.js?ver=0309-091017 — 200 — 1.9 KiB — 162 ms — h3https://www.epi.org/wp-content/themes/epi/js/autoregister/jquery.tableofcontents.min.js?ver=0309-091017www.epi.org/wp-content/themes/epi/j... https://www.epi.org/wp-content/themes/epi/js/autoregister/jquery.tableofcontents.min.js?ver=0309-091017 — 200 — 1.7 KiB — 157 ms — h3https://www.epi.org/wp-content/themes/epi/js/autoregister/jquery.replacetext.min.js?ver=0309-091017www.epi.org/wp-content/themes/epi/j... https://www.epi.org/wp-content/themes/epi/js/autoregister/jquery.replacetext.min.js?ver=0309-091017 — 200 — 642 B — 158 ms — h3https://www.epi.org/wp-content/themes/epi/js/autoregister/jquery.initialLetter.min.js?ver=0309-091017www.epi.org/wp-content/themes/epi/j... https://www.epi.org/wp-content/themes/epi/js/autoregister/jquery.initialLetter.min.js?ver=0309-091017 — 200 — 489 B — 156 ms — h3https://www.epi.org/wp-content/themes/epi/js/autoregister/jquery.flexVerticalCenter.js?ver=0309-091017www.epi.org/wp-content/themes/epi/j... https://www.epi.org/wp-content/themes/epi/js/autoregister/jquery.flexVerticalCenter.js?ver=0309-091017 — 200 — 866 B — 158 ms — h3https://www.epi.org/wp-content/themes/epi/js/autoregister/jquery.clearfield.js?ver=0309-091017www.epi.org/wp-content/themes/epi/j... https://www.epi.org/wp-content/themes/epi/js/autoregister/jquery.clearfield.js?ver=0309-091017 — 200 — 687 B — 158 ms — h3https://www.epi.org/wp-content/themes/epi/dist/js/site.min.js?ver=20260422-154114www.epi.org/wp-content/themes/epi/d... https://www.epi.org/wp-content/themes/epi/dist/js/site.min.js?ver=20260422-154114 — 200 — 2.4 KiB — 156 ms — h3https://www.epi.org/wp-content/themes/epi/js/requirejs/vendor/require.js?ver=0309-091018www.epi.org/wp-content/themes/epi/j... https://www.epi.org/wp-content/themes/epi/js/requirejs/vendor/require.js?ver=0309-091018 — 200 — 20.8 KiB — 170 ms — h3https://www.epi.org/wp-content/themes/epi/js/requirejs/requirejs-config.js?ver=0309-091018www.epi.org/wp-content/themes/epi/j... https://www.epi.org/wp-content/themes/epi/js/requirejs/requirejs-config.js?ver=0309-091018 — 200 — 317 B — 164 ms — h3https://www.epi.org/wp-content/themes/epi/js/requirejs/epi_main.js?ver=0309-091018www.epi.org/wp-content/themes/epi/j... https://www.epi.org/wp-content/themes/epi/js/requirejs/epi_main.js?ver=0309-091018 — 200 — 1.6 KiB — 164 ms — h3https://static.addtoany.com/menu/page.js?ver=04222026static.addtoany.com/menu/page.js?ve... https://static.addtoany.com/menu/page.js?ver=04222026 — 200 — 2.2 KiB — 155 ms — h3https://www.epi.org/wp-content/plugins/add-to-any/addtoany.min.js?ver=1.1www.epi.org/wp-content/plugins/add-... https://www.epi.org/wp-content/plugins/add-to-any/addtoany.min.js?ver=1.1 — 200 — 328 B — 156 ms — h3https://analytics.ahrefs.com/analytics.jsanalytics.ahrefs.com/analytics.js https://analytics.ahrefs.com/analytics.js — 200 — 3.0 KiB — 159 ms — h3https://files.epi.org/uploads/candid-seal-gold-2025.pngfiles.epi.org/uploads/candid-seal-g... https://files.epi.org/uploads/candid-seal-gold-2025.png — 200 — 13.1 KiB — 155 ms — h3https://files.epi.org/uploads/Four-Star-Rating-Badge-Full-Color-1.webpfiles.epi.org/uploads/Four-Star-Rat... https://files.epi.org/uploads/Four-Star-Rating-Badge-Full-Color-1.webp — 200 — 33.5 KiB — 162 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 210 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-970728362&gtg_health=1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-970728362&gtg_health=1 — 200 — 392 B — 206 ms — h2https://connect.facebook.net/en_US/sdk.jsconnect.facebook.net/en_US/sdk.js https://connect.facebook.net/en_US/sdk.js — 200 — 5.0 KiB — 149 ms — h3https://platform.twitter.com/widgets.jsplatform.twitter.com/widgets.js https://platform.twitter.com/widgets.js — 200 — 27.3 KiB — 213 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 218 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-TMRN68Mwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TMRN68M — 200 — 131.1 KiB — 220 ms — h2https://chimpstatic.com/mcjs-connected/js/users/ec2361f981a14ee1d45cccaa9/33fa77dfa783aab4139e286a9.jschimpstatic.com/mcjs-connected/js/u... https://chimpstatic.com/mcjs-connected/js/users/ec2361f981a14ee1d45cccaa9/33fa77dfa783aab4139e286a9.js — 200 — 1.9 KiB — 207 ms — http/1.1https://www.epi.org/wp-content/themes/epi/dist/css/print.css?ver=a965c670cbd9e3a9ddd2d165b81f707742b07ee5www.epi.org/wp-content/themes/epi/d... https://www.epi.org/wp-content/themes/epi/dist/css/print.css?ver=a965c670cbd9e3a9ddd2d165b81f707742b07ee5 — 200 — 932 B — 226 ms — h3https://www.epi.org/wp-content/themes/epi/img/logos/epi-wordmark-stacked.svgwww.epi.org/wp-content/themes/epi/i... https://www.epi.org/wp-content/themes/epi/img/logos/epi-wordmark-stacked.svg — 200 — 3.7 KiB — 151 ms — h3https://www.epi.org/wp-content/themes/epi/img/logos/epi-wordmark-horizontal.svgwww.epi.org/wp-content/themes/epi/i... https://www.epi.org/wp-content/themes/epi/img/logos/epi-wordmark-horizontal.svg — 200 — 2.8 KiB — 150 ms — h3https://use.typekit.com/af/773235/00000000000000003b9b0934/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.com/af/773235/000000000... https://use.typekit.com/af/773235/00000000000000003b9b0934/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 32.1 KiB — 62 ms — h2https://www.epi.org/wp-content/mu-plugins/epi-charts/js/requirejs/namespace.jswww.epi.org/wp-content/mu-plugins/e... https://www.epi.org/wp-content/mu-plugins/epi-charts/js/requirejs/namespace.js — 200 — 331 B — 187 ms — h3https://www.epi.org/wp-content/themes/epi/img/slider/image_gradient.pngwww.epi.org/wp-content/themes/epi/i... https://www.epi.org/wp-content/themes/epi/img/slider/image_gradient.png — 200 — 840 B — 172 ms — h3https://files.epi.org/uploads/no-tax-on-tips-button-e1770902303121.pngfiles.epi.org/uploads/no-tax-on-tip... https://files.epi.org/uploads/no-tax-on-tips-button-e1770902303121.png — 200 — 116.7 KiB — 201 ms — h3https://files.epi.org/uploads/notaxonot.pngfiles.epi.org/uploads/notaxonot.png https://files.epi.org/uploads/notaxonot.png — 200 — 179.3 KiB — 205 ms — h3https://files.epi.org/uploads/401k-button.pngfiles.epi.org/uploads/401k-button.p... https://files.epi.org/uploads/401k-button.png — 200 — 40.1 KiB — 179 ms — h3https://files.epi.org/uploads/immigration-faq_red.pngfiles.epi.org/uploads/immigration-f... https://files.epi.org/uploads/immigration-faq_red.png — 200 — 12.7 KiB — 164 ms — h3https://files.epi.org/uploads/childcare-faq_red.pngfiles.epi.org/uploads/childcare-faq... https://files.epi.org/uploads/childcare-faq_red.png — 200 — 3.6 KiB — 164 ms — h3https://files.epi.org/uploads/social-security-faq_red.pngfiles.epi.org/uploads/social-securi... https://files.epi.org/uploads/social-security-faq_red.png — 200 — 15.4 KiB — 164 ms — h3data:font/opentype;base64,T1RUTwALAIAAAwAwQ0ZGIP7SlcQAAA4kAAD4dEdQT1NpGUGBAAEx+AAAtzZHU1VCpu7axwABE…data:font/opentype;base64,T1RUTwALA... data:font/opentype;base64,T1RUTwALAIAAAwAwQ0ZGIP7SlcQAAA4kAAD4dEdQT1NpGUGBAAEx+AAAtzZHU1VCpu7axwABE… — 200 — 122.3 KiB — 88 ms — datahttps://files.epi.org/uploads/recession-faq_red.pngfiles.epi.org/uploads/recession-faq... https://files.epi.org/uploads/recession-faq_red.png — 200 — 10.1 KiB — 181 ms — h3https://files.epi.org/uploads/tariffs-faq_red.pngfiles.epi.org/uploads/tariffs-faq_r... https://files.epi.org/uploads/tariffs-faq_red.png — 200 — 17.5 KiB — 186 ms — h3https://files.epi.org/uploads/Holding-the-line-bg.pngfiles.epi.org/uploads/Holding-the-l... https://files.epi.org/uploads/Holding-the-line-bg.png — 200 — 52.4 KiB — 186 ms — h3https://use.typekit.com/af/56978c/00000000000000003b9b0935/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3use.typekit.com/af/56978c/000000000... https://use.typekit.com/af/56978c/00000000000000003b9b0935/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3 — 200 — 33.8 KiB — 49 ms — h2https://use.typekit.com/af/1f7f57/00000000000000003b9b093b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.com/af/1f7f57/000000000... https://use.typekit.com/af/1f7f57/00000000000000003b9b093b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 33.1 KiB — 26 ms — h2https://use.typekit.com/af/1f55cd/00000000000000003b9b0932/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3use.typekit.com/af/1f55cd/000000000... https://use.typekit.com/af/1f55cd/00000000000000003b9b0932/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3 — 200 — 31.9 KiB — 33 ms — h2https://www.epi.org/wp-content/themes/epi/dist/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0www.epi.org/wp-content/themes/epi/d... https://www.epi.org/wp-content/themes/epi/dist/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0 — 200 — 75.6 KiB — 100 ms — h3https://connect.facebook.net/en_US/bundle/sdk.js/connect.facebook.net/en_US/bundle/s... https://connect.facebook.net/en_US/bundle/sdk.js/ — 200 — 77.8 KiB — 30 ms — h3https://analytics.ahrefs.com/api/eventanalytics.ahrefs.com/api/event https://analytics.ahrefs.com/api/event — 200 — 307 B — 37 ms — h3https://form-assets.mailchimp.com/snippet/account/8216701?site=33fa77dfa783aab4139e286a9form-assets.mailchimp.com/snippet/a... https://form-assets.mailchimp.com/snippet/account/8216701?site=33fa77dfa783aab4139e286a9 — 200 — 109.1 KiB — 264 ms — h2https://connect.facebook.net/signals/config/322603365198568?v=2.9.303&r=stable&domain=www.epi.org&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/322603365198568?v=2.9.303&r=stable&domain=www.epi.org&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 46.2 KiB — 275 ms — h3https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 13 ms — h2https://static.hotjar.com/c/hotjar-3572713.js?sv=7static.hotjar.com/c/hotjar-3572713.... https://static.hotjar.com/c/hotjar-3572713.js?sv=7 — 200 — 6.2 KiB — 17 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/970728362/?random=1776891753070&cv=11&fst=1776891753070&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45892e64k0v9218431248z89106897822za204zd9218431248xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118167058&u_w=800&u_h=600&url=https%3A%2F%2Fwww.epi.org%2F&rcb=17&frm=0&tiba=Economic%20Policy%20Institute%20%7C%20Research%20and%20Ideas%20for%20Shared%20Prosperity&did=dY2E1Nz&gdid=dY2E1Nz.dNzQzZD&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=813572489.1776891753&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gap.gtb=2&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/970728362/?random=1776891753070&cv=11&fst=1776891753070&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45892e64k0v9218431248z89106897822za204zd9218431248xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118167058&u_w=800&u_h=600&url=https%3A%2F%2Fwww.epi.org%2F&rcb=17&frm=0&tiba=Economic%20Policy%20Institute%20%7C%20Research%20and%20Ideas%20for%20Shared%20Prosperity&did=dY2E1Nz&gdid=dY2E1Nz.dNzQzZD&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=813572489.1776891753&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gap.gtb=2&rfmt=3&fmt=4 — 200 — 2.2 KiB — 23 ms — h3https://www.google.com/rmkt/collect/970728362/?random=1776891753070&cv=11&fst=1776891753070&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45892e64k0v9218431248z89106897822za204zd9218431248xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118167058&u_w=800&u_h=600&url=https%3A%2F%2Fwww.epi.org%2F&rcb=17&frm=0&tiba=Economic%20Policy%20Institute%20%7C%20Research%20and%20Ideas%20for%20Shared%20Prosperity&did=dY2E1Nz&gdid=dY2E1Nz.dNzQzZD&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=813572489.1776891753&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gap.gtb=2&gcp=5www.google.com/rmkt/collect/9707283... https://www.google.com/rmkt/collect/970728362/?random=1776891753070&cv=11&fst=1776891753070&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45892e64k0v9218431248z89106897822za204zd9218431248xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118167058&u_w=800&u_h=600&url=https%3A%2F%2Fwww.epi.org%2F&rcb=17&frm=0&tiba=Economic%20Policy%20Institute%20%7C%20Research%20and%20Ideas%20for%20Shared%20Prosperity&did=dY2E1Nz&gdid=dY2E1Nz.dNzQzZD&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=813572489.1776891753&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gap.gtb=2&gcp=5 — 200 — 20 B — 28 ms — h3https://www.epi.org/stas/ag/g/c?v=2&tid=G-WEFYC926YG&gtm=45892e64k0v9218431248za204zd9218431248&_p=1776891752284&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&gdid=dY2E1Nz.dNzQzZD&_eu=AEAEAGA&_uip=%3A%3A&ae=a&are=1&cid=1817841353.1776891753&fp=1&frm=0&pscdl=noapi&rcb=17&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=SG&_gsid=tqjtl3RE31KJfRU1emObBlp9OzZ7z-Uuww&_s=1&tag_exp=0~115938465~115938468~117266401~117512542~118167058&sid=1776891752&sct=1&seg=0&dl=https%3A%2F%2Fwww.epi.org%2F&dt=Economic%20Policy%20Institute%20%7C%20Research%20and%20Ideas%20for%20Shared%20Prosperity&en=scroll&_fv=1&_nsi=1&_ss=1&gap.gtb=2&epn.percent_scrolled=90&tfd=1267www.epi.org/stas/ag/g/c?v=2&tid=G-W... https://www.epi.org/stas/ag/g/c?v=2&tid=G-WEFYC926YG&gtm=45892e64k0v9218431248za204zd9218431248&_p=1776891752284&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&gdid=dY2E1Nz.dNzQzZD&_eu=AEAEAGA&_uip=%3A%3A&ae=a&are=1&cid=1817841353.1776891753&fp=1&frm=0&pscdl=noapi&rcb=17&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=SG&_gsid=tqjtl3RE31KJfRU1emObBlp9OzZ7z-Uuww&_s=1&tag_exp=0~115938465~115938468~117266401~117512542~118167058&sid=1776891752&sct=1&seg=0&dl=https%3A%2F%2Fwww.epi.org%2F&dt=Economic%20Policy%20Institute%20%7C%20Research%20and%20Ideas%20for%20Shared%20Prosperity&en=scroll&_fv=1&_nsi=1&_ss=1&gap.gtb=2&epn.percent_scrolled=90&tfd=1267 — 204 — 565 B — 45 ms — h3https://stats.g.doubleclick.net/g/collect?v=2&tid=G-WEFYC926YG&cid=1817841353.1776891753&gtm=45892e64k0v9218431248za204zd9218431248&rcb=17&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117266401~117512542~118167058stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-WEFYC926YG&cid=1817841353.1776891753&gtm=45892e64k0v9218431248za204zd9218431248&rcb=17&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117266401~117512542~118167058 — 204 — 555 B — 26 ms — h2https://analytics.google.com/g/s/collect?_gsid=tqjtl3RE31KJfRU1emObBlp9OzZ7z-Uuww&gtm=45892e64k0v9218431248za204zd9218431248analytics.google.com/g/s/collect?_g... https://analytics.google.com/g/s/collect?_gsid=tqjtl3RE31KJfRU1emObBlp9OzZ7z-Uuww&gtm=45892e64k0v9218431248za204zd9218431248 — 204 — 546 B — 19 ms — h2https://www.google.com/ccm/collect?rcb=17&frm=0&en=page_view&dl=https%3A%2F%2Fwww.epi.org%2F&scrsrc=www.epi.org&rnd=1644862648.1776891753&dt=Economic%20Policy%20Institute%20%7C%20Research%20and%20Ideas%20for%20Shared%20Prosperity&auid=813572489.1776891753&navt=n&npa=0&did=dY2E1Nz&gdid=dY2E1Nz.dNzQzZD&gtm=45892e64k0v9218431248z89106897822za204zd9218431248xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118167058&apve=1&apvf=f&gap.gtb=2&apvc=1&tids=AW-970728362&tid=AW-970728362&tft=1776891753110&tfd=1278www.google.com/ccm/collect?rcb=17&f... https://www.google.com/ccm/collect?rcb=17&frm=0&en=page_view&dl=https%3A%2F%2Fwww.epi.org%2F&scrsrc=www.epi.org&rnd=1644862648.1776891753&dt=Economic%20Policy%20Institute%20%7C%20Research%20and%20Ideas%20for%20Shared%20Prosperity&auid=813572489.1776891753&navt=n&npa=0&did=dY2E1Nz&gdid=dY2E1Nz.dNzQzZD&gtm=45892e64k0v9218431248z89106897822za204zd9218431248xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118167058&apve=1&apvf=f&gap.gtb=2&apvc=1&tids=AW-970728362&tid=AW-970728362&tft=1776891753110&tfd=1278 — 200 — 21 B — 34 ms — h3https://www.google.com.sg/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-WEFYC926YG&cid=1817841353.1776891753&gtm=45892e64k0v9218431248za204zd9218431248&rcb=17&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117266401~117512542~118167058&z=286987812www.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-WEFYC926YG&cid=1817841353.1776891753&gtm=45892e64k0v9218431248za204zd9218431248&rcb=17&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117266401~117512542~118167058&z=286987812 — 200 — 408 B — 26 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1934148849&t=pageview&_s=1&dl=https%3A%2F%2Fwww.epi.org%2F&ul=en-us&dt=Economic%20Policy%20Institute%20%7C%20Research%20and%20Ideas%20for%20Shared%20Prosperity&sr=800x600&vp=1350x940&_u=YADAAEABAAAAACAAI~&jid=988769893&gjid=2069508413&cid=1817841353.1776891753&tid=UA-5401971-1&_gid=284824957.1776891753&_r=1&_slc=1&gtm=45He64k0n81TMRN68Mv9106897822za200zd9106897822&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266401&z=1784691087www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1934148849&t=pageview&_s=1&dl=https%3A%2F%2Fwww.epi.org%2F&ul=en-us&dt=Economic%20Policy%20Institute%20%7C%20Research%20and%20Ideas%20for%20Shared%20Prosperity&sr=800x600&vp=1350x940&_u=YADAAEABAAAAACAAI~&jid=988769893&gjid=2069508413&cid=1817841353.1776891753&tid=UA-5401971-1&_gid=284824957.1776891753&_r=1&_slc=1&gtm=45He64k0n81TMRN68Mv9106897822za200zd9106897822&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266401&z=1784691087 — 200 — 449 B — 13 ms — h2https://script.hotjar.com/modules.6a0f3932cb1341a35c18.jsscript.hotjar.com/modules.6a0f3932c... https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js — 200 — 56.6 KiB — 33 ms — h2https://www.google.com/pagead/1p-user-list/970728362/?random=1776891753070&cv=11&fst=1776891600000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45892e64k0v9218431248z89106897822za204zd9218431248xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118167058&u_w=800&u_h=600&url=https%3A%2F%2Fwww.epi.org%2F&rcb=17&frm=0&tiba=Economic%20Policy%20Institute%20%7C%20Research%20and%20Ideas%20for%20Shared%20Prosperity&did=dY2E1Nz&gdid=dY2E1Nz.dNzQzZD&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=813572489.1776891753&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gap.gtb=2&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfY1pIqfHm8XQ97_4vMZRffGSJdVVYSGTWiFTSFbHXbfHIVzwdj6XU_aBBhk-j69dEyLdPLJ2WHQayoj9dOPpPZFCiiiacufmRGBT0QsenJ-2lA7pzVehgcXh_QXYWsEovIjBU2tqccK6hne91dAeAMUam4pKORIDhXBQ-sQV4UNLAfNRlJIPEf-tCCG_BI3NgmbXKivJCDssNoPc5iCYuaBGfDuSn2W0uVf0C7qaKPbJTq-MXJDjjUr8bln9sM_dEEWGkA&random=695606905&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/970728362/?random=1776891753070&cv=11&fst=1776891600000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45892e64k0v9218431248z89106897822za204zd9218431248xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118167058&u_w=800&u_h=600&url=https%3A%2F%2Fwww.epi.org%2F&rcb=17&frm=0&tiba=Economic%20Policy%20Institute%20%7C%20Research%20and%20Ideas%20for%20Shared%20Prosperity&did=dY2E1Nz&gdid=dY2E1Nz.dNzQzZD&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=813572489.1776891753&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gap.gtb=2&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfY1pIqfHm8XQ97_4vMZRffGSJdVVYSGTWiFTSFbHXbfHIVzwdj6XU_aBBhk-j69dEyLdPLJ2WHQayoj9dOPpPZFCiiiacufmRGBT0QsenJ-2lA7pzVehgcXh_QXYWsEovIjBU2tqccK6hne91dAeAMUam4pKORIDhXBQ-sQV4UNLAfNRlJIPEf-tCCG_BI3NgmbXKivJCDssNoPc5iCYuaBGfDuSn2W0uVf0C7qaKPbJTq-MXJDjjUr8bln9sM_dEEWGkA&random=695606905&rmt_tld=0&ipr=y — 200 — 64 B — 19 ms — h3https://www.google.com.sg/pagead/1p-user-list/970728362/?random=1776891753070&cv=11&fst=1776891600000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45892e64k0v9218431248z89106897822za204zd9218431248xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118167058&u_w=800&u_h=600&url=https%3A%2F%2Fwww.epi.org%2F&rcb=17&frm=0&tiba=Economic%20Policy%20Institute%20%7C%20Research%20and%20Ideas%20for%20Shared%20Prosperity&did=dY2E1Nz&gdid=dY2E1Nz.dNzQzZD&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=813572489.1776891753&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gap.gtb=2&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfY1pIqfHm8XQ97_4vMZRffGSJdVVYSGTWiFTSFbHXbfHIVzwdj6XU_aBBhk-j69dEyLdPLJ2WHQayoj9dOPpPZFCiiiacufmRGBT0QsenJ-2lA7pzVehgcXh_QXYWsEovIjBU2tqccK6hne91dAeAMUam4pKORIDhXBQ-sQV4UNLAfNRlJIPEf-tCCG_BI3NgmbXKivJCDssNoPc5iCYuaBGfDuSn2W0uVf0C7qaKPbJTq-MXJDjjUr8bln9sM_dEEWGkA&random=695606905&rmt_tld=1&ipr=ywww.google.com.sg/pagead/1p-user-li... https://www.google.com.sg/pagead/1p-user-list/970728362/?random=1776891753070&cv=11&fst=1776891600000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45892e64k0v9218431248z89106897822za204zd9218431248xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118167058&u_w=800&u_h=600&url=https%3A%2F%2Fwww.epi.org%2F&rcb=17&frm=0&tiba=Economic%20Policy%20Institute%20%7C%20Research%20and%20Ideas%20for%20Shared%20Prosperity&did=dY2E1Nz&gdid=dY2E1Nz.dNzQzZD&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=813572489.1776891753&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gap.gtb=2&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfY1pIqfHm8XQ97_4vMZRffGSJdVVYSGTWiFTSFbHXbfHIVzwdj6XU_aBBhk-j69dEyLdPLJ2WHQayoj9dOPpPZFCiiiacufmRGBT0QsenJ-2lA7pzVehgcXh_QXYWsEovIjBU2tqccK6hne91dAeAMUam4pKORIDhXBQ-sQV4UNLAfNRlJIPEf-tCCG_BI3NgmbXKivJCDssNoPc5iCYuaBGfDuSn2W0uVf0C7qaKPbJTq-MXJDjjUr8bln9sM_dEEWGkA&random=695606905&rmt_tld=1&ipr=y — 200 — 154 B — 21 ms — h2https://www.facebook.com/tr/?id=322603365198568&ev=PageView&dl=https%3A%2F%2Fwww.epi.org%2F&rl=&if=false&ts=1776891753330&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.1.1776891753320.326095324765094376&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Economic%20Policy%20Institute%20%7C%20Research%20and%20Ideas%20for%20Shared%20Prosperity&pmd[locale]=en_US&it=1776891752991&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&expv2[7]=pt1&rqm=GETwww.facebook.com/tr/?id=32260336519... https://www.facebook.com/tr/?id=322603365198568&ev=PageView&dl=https%3A%2F%2Fwww.epi.org%2F&rl=&if=false&ts=1776891753330&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.1.1776891753320.326095324765094376&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Economic%20Policy%20Institute%20%7C%20Research%20and%20Ideas%20for%20Shared%20Prosperity&pmd[locale]=en_US&it=1776891752991&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&expv2[7]=pt1&rqm=GET — 200 — 19 B — 12 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=322603365198568&ev=PageView&dl=https%3A%2F%2Fwww.epi.org%2F&rl=&if=false&ts=1776891753330&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.1.1776891753320.326095324765094376&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Economic%20Policy%20Institute%20%7C%20Research%20and%20Ideas%20for%20Shared%20Prosperity&pmd[locale]=en_US&it=1776891752991&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&expv2[7]=pt1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=322603365198568&ev=PageView&dl=https%3A%2F%2Fwww.epi.org%2F&rl=&if=false&ts=1776891753330&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.1.1776891753320.326095324765094376&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Economic%20Policy%20Institute%20%7C%20Research%20and%20Ideas%20for%20Shared%20Prosperity&pmd[locale]=en_US&it=1776891752991&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&expv2[7]=pt1&rqm=FGET — 200 — 201 B — 231 ms — h3https://www.epi.org/wp-content/themes/epi/img/logos/npeu/npeu-logo.pngwww.epi.org/wp-content/themes/epi/i... https://www.epi.org/wp-content/themes/epi/img/logos/npeu/npeu-logo.png — 200 — 12.7 KiB — 13 ms — h3https://www.epi.org/wp-content/themes/epi/js/requirejs/namespace.jswww.epi.org/wp-content/themes/epi/j... https://www.epi.org/wp-content/themes/epi/js/requirejs/namespace.js — 200 — 326 B — 40 ms — h3https://www.epi.org/wp-content/themes/epi/js/requirejs/lib/cookies.jswww.epi.org/wp-content/themes/epi/j... https://www.epi.org/wp-content/themes/epi/js/requirejs/lib/cookies.js — 200 — 702 B — 40 ms — h3https://www.epi.org/wp-content/themes/epi/js/requirejs/components/logger.jswww.epi.org/wp-content/themes/epi/j... https://www.epi.org/wp-content/themes/epi/js/requirejs/components/logger.js — 200 — 1.0 KiB — 28 ms — h3https://static.addtoany.com/menu/modules/core.ydpp7jcu.jsstatic.addtoany.com/menu/modules/co... https://static.addtoany.com/menu/modules/core.ydpp7jcu.js — 200 — 26.2 KiB — 89 ms — h3https://static.addtoany.com/menu/sm.25.htmlstatic.addtoany.com/menu/sm.25.html https://static.addtoany.com/menu/sm.25.html — 200 — 988 B — 31 ms — h3https://platform.twitter.com/widgets/widget_iframe.2f70fb173b9000da126c79afe2098f02.html?origin=https%3A%2F%2Fwww.epi.orgplatform.twitter.com/widgets/widget... https://platform.twitter.com/widgets/widget_iframe.2f70fb173b9000da126c79afe2098f02.html?origin=https%3A%2F%2Fwww.epi.org — 200 — 103.4 KiB — 83 ms — h2https://form-assets.mailchimp.com/snippet/config/8216701?site=33fa77dfa783aab4139e286a9form-assets.mailchimp.com/snippet/c... https://form-assets.mailchimp.com/snippet/config/8216701?site=33fa77dfa783aab4139e286a9 — 200 — 2.3 KiB — 281 ms — h2https://www.epi.org/cdn-cgi/challenge-platform/scripts/jsd/main.jswww.epi.org/cdn-cgi/challenge-platf... https://www.epi.org/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 223 B — 92 ms — h3https://use.typekit.com/af/69b489/0000000000000000000170b3/27/l?subset_id=2&fvd=n7&v=3use.typekit.com/af/69b489/000000000... https://use.typekit.com/af/69b489/0000000000000000000170b3/27/l?subset_id=2&fvd=n7&v=3 — 200 — 17.6 KiB — 29 ms — h2https://use.typekit.com/af/c1298f/0000000000000000000170ae/27/l?subset_id=2&fvd=n4&v=3use.typekit.com/af/c1298f/000000000... https://use.typekit.com/af/c1298f/0000000000000000000170ae/27/l?subset_id=2&fvd=n4&v=3 — 200 — 17.7 KiB — 33 ms — h2https://use.typekit.com/af/a51230/0000000000000000000170b0/27/l?subset_id=2&fvd=i4&v=3use.typekit.com/af/a51230/000000000... https://use.typekit.com/af/a51230/0000000000000000000170b0/27/l?subset_id=2&fvd=i4&v=3 — 200 — 18.0 KiB — 35 ms — h2https://use.typekit.com/af/fb6723/0000000000000000000170b4/27/l?subset_id=2&fvd=i7&v=3use.typekit.com/af/fb6723/000000000... https://use.typekit.com/af/fb6723/0000000000000000000170b4/27/l?subset_id=2&fvd=i7&v=3 — 200 — 17.8 KiB — 38 ms — h2https://use.typekit.com/af/9a5180/00000000000000000001709e/27/l?subset_id=2&fvd=n7&v=3use.typekit.com/af/9a5180/000000000... https://use.typekit.com/af/9a5180/00000000000000000001709e/27/l?subset_id=2&fvd=n7&v=3 — 200 — 17.6 KiB — 24 ms — h2https://use.typekit.com/af/04a489/00000000000000000001709f/27/l?subset_id=2&fvd=i7&v=3use.typekit.com/af/04a489/000000000... https://use.typekit.com/af/04a489/00000000000000000001709f/27/l?subset_id=2&fvd=i7&v=3 — 200 — 17.9 KiB — 44 ms — h2https://use.typekit.com/af/bce065/00000000000000000001709b/27/l?subset_id=2&fvd=i4&v=3use.typekit.com/af/bce065/000000000... https://use.typekit.com/af/bce065/00000000000000000001709b/27/l?subset_id=2&fvd=i4&v=3 — 200 — 18.1 KiB — 48 ms — h2https://use.typekit.com/af/341571/000000000000000000017098/27/l?subset_id=2&fvd=n3&v=3use.typekit.com/af/341571/000000000... https://use.typekit.com/af/341571/000000000000000000017098/27/l?subset_id=2&fvd=n3&v=3 — 200 — 17.7 KiB — 49 ms — h2https://use.typekit.com/af/1ec8cf/000000000000000000017099/27/l?subset_id=2&fvd=i3&v=3use.typekit.com/af/1ec8cf/000000000... https://use.typekit.com/af/1ec8cf/000000000000000000017099/27/l?subset_id=2&fvd=i3&v=3 — 200 — 17.9 KiB — 117 ms — h2https://use.typekit.com/af/8cf19a/00000000000000000001709a/27/l?subset_id=2&fvd=n4&v=3use.typekit.com/af/8cf19a/000000000... https://use.typekit.com/af/8cf19a/00000000000000000001709a/27/l?subset_id=2&fvd=n4&v=3 — 200 — 17.8 KiB — 56 ms — h2https://use.typekit.com/af/ae1174/00000000000000003b9acadd/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.com/af/ae1174/000000000... https://use.typekit.com/af/ae1174/00000000000000003b9acadd/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 21.0 KiB — 104 ms — h2https://use.typekit.com/af/a20313/00000000000000003b9acade/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3use.typekit.com/af/a20313/000000000... https://use.typekit.com/af/a20313/00000000000000003b9acade/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3 — 200 — 22.0 KiB — 62 ms — h2https://use.typekit.com/af/d7a560/00000000000000003b9acae1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.com/af/d7a560/000000000... https://use.typekit.com/af/d7a560/00000000000000003b9acae1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 21.8 KiB — 106 ms — h2https://use.typekit.com/af/fce0a9/00000000000000003b9acae2/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3use.typekit.com/af/fce0a9/000000000... https://use.typekit.com/af/fce0a9/00000000000000003b9acae2/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3 — 200 — 28.6 KiB — 110 ms — h2https://use.typekit.com/af/f6d549/00000000000000000000e7fe/27/l?subset_id=2&fvd=n3&v=3use.typekit.com/af/f6d549/000000000... https://use.typekit.com/af/f6d549/00000000000000000000e7fe/27/l?subset_id=2&fvd=n3&v=3 — 200 — 14.2 KiB — 81 ms — h2https://use.typekit.com/af/55aa58/00000000000000000000e802/27/l?subset_id=2&fvd=i3&v=3use.typekit.com/af/55aa58/000000000... https://use.typekit.com/af/55aa58/00000000000000000000e802/27/l?subset_id=2&fvd=i3&v=3 — 200 — 15.0 KiB — 66 ms — h2https://use.typekit.com/af/c2dac6/00000000000000000000e805/27/l?subset_id=2&fvd=n7&v=3use.typekit.com/af/c2dac6/000000000... https://use.typekit.com/af/c2dac6/00000000000000000000e805/27/l?subset_id=2&fvd=n7&v=3 — 200 — 14.2 KiB — 67 ms — h2https://use.typekit.com/af/dc6ba3/00000000000000000000e806/27/l?subset_id=2&fvd=i7&v=3use.typekit.com/af/dc6ba3/000000000... https://use.typekit.com/af/dc6ba3/00000000000000000000e806/27/l?subset_id=2&fvd=i7&v=3 — 200 — 15.1 KiB — 79 ms — h2https://use.typekit.com/af/f0a7c7/00000000000000000000e807/27/l?subset_id=2&fvd=n9&v=3use.typekit.com/af/f0a7c7/000000000... https://use.typekit.com/af/f0a7c7/00000000000000000000e807/27/l?subset_id=2&fvd=n9&v=3 — 200 — 14.1 KiB — 81 ms — h2https://use.typekit.com/af/f8c331/0000000000000000000100fe/27/l?subset_id=2&fvd=n3&v=3use.typekit.com/af/f8c331/000000000... https://use.typekit.com/af/f8c331/0000000000000000000100fe/27/l?subset_id=2&fvd=n3&v=3 — 200 — 16.1 KiB — 89 ms — h2https://use.typekit.com/af/810490/000000000000000000010141/27/l?subset_id=2&fvd=i3&v=3use.typekit.com/af/810490/000000000... https://use.typekit.com/af/810490/000000000000000000010141/27/l?subset_id=2&fvd=i3&v=3 — 200 — 16.4 KiB — 91 ms — h2https://use.typekit.com/af/1b8c3f/000000000000000000011aff/27/l?subset_id=2&fvd=n7&v=3use.typekit.com/af/1b8c3f/000000000... https://use.typekit.com/af/1b8c3f/000000000000000000011aff/27/l?subset_id=2&fvd=n7&v=3 — 200 — 15.9 KiB — 106 ms — h2https://use.typekit.com/af/3a798d/00000000000000000000ec0a/27/l?subset_id=2&fvd=i7&v=3use.typekit.com/af/3a798d/000000000... https://use.typekit.com/af/3a798d/00000000000000000000ec0a/27/l?subset_id=2&fvd=i7&v=3 — 200 — 16.6 KiB — 111 ms — h2https://use.typekit.com/af/ba66d8/00000000000000003b9b093a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3use.typekit.com/af/ba66d8/000000000... https://use.typekit.com/af/ba66d8/00000000000000003b9b093a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3 — 200 — 34.5 KiB — 115 ms — h2https://use.typekit.com/af/bb2e37/00000000000000003b9b094b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.com/af/bb2e37/000000000... https://use.typekit.com/af/bb2e37/00000000000000003b9b094b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 32.7 KiB — 119 ms — h2https://use.typekit.com/af/3ad9c9/00000000000000003b9b094a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3use.typekit.com/af/3ad9c9/000000000... https://use.typekit.com/af/3ad9c9/00000000000000003b9b094a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3 — 200 — 34.5 KiB — 143 ms — h2https://use.typekit.com/af/976aa6/00000000000000003b9b0943/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3use.typekit.com/af/976aa6/000000000... https://use.typekit.com/af/976aa6/00000000000000003b9b0943/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3 — 200 — 32.2 KiB — 130 ms — h2https://use.typekit.com/af/5bf3eb/00000000000000003b9b0944/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.com/af/5bf3eb/000000000... https://use.typekit.com/af/5bf3eb/00000000000000003b9b0944/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 32.1 KiB — 131 ms — h2https://use.typekit.com/af/5b14cd/00000000000000003b9b0945/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3use.typekit.com/af/5b14cd/000000000... https://use.typekit.com/af/5b14cd/00000000000000003b9b0945/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3 — 200 — 33.8 KiB — 139 ms — h2https://www.epi.org/wp-content/themes/epi/img/slider/slider-arrows.pngwww.epi.org/wp-content/themes/epi/i... https://www.epi.org/wp-content/themes/epi/img/slider/slider-arrows.png — 200 — 2.3 KiB — 57 ms — h3https://files.epi.org/uploads/chandler-denise-Lgaw-BnaAAI-unsplash-950x633.jpgfiles.epi.org/uploads/chandler-deni... https://files.epi.org/uploads/chandler-denise-Lgaw-BnaAAI-unsplash-950x633.jpg — 200 — 79.9 KiB — 76 ms — h3https://files.epi.org/uploads/shutterstock_2145740941-950x684.jpgfiles.epi.org/uploads/shutterstock_... https://files.epi.org/uploads/shutterstock_2145740941-950x684.jpg — 200 — 111.1 KiB — 101 ms — h3https://files.epi.org/uploads/shutterstock_2643127869-950x501.jpgfiles.epi.org/uploads/shutterstock_... https://files.epi.org/uploads/shutterstock_2643127869-950x501.jpg — 200 — 44.0 KiB — 97 ms — h3https://www.epi.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?www.epi.org/cdn-cgi/challenge-platf... https://www.epi.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 11.5 KiB — 54 ms — h3https://syndication.twitter.com/settings?session_id=40145669cf43e670a6efbf694d8f7b6f742c45c2syndication.twitter.com/settings?se... https://syndication.twitter.com/settings?session_id=40145669cf43e670a6efbf694d8f7b6f742c45c2 — 200 — 952 B — 324 ms — h2https://www.epi.org/wp-content/themes/epi/js/requirejs/lib/uber.jswww.epi.org/wp-content/themes/epi/j... https://www.epi.org/wp-content/themes/epi/js/requirejs/lib/uber.js — 200 — 1.7 KiB — 21 ms — h3https://www.epi.org/wp-content/themes/epi/js/requirejs/lib/curry.jswww.epi.org/wp-content/themes/epi/j... https://www.epi.org/wp-content/themes/epi/js/requirejs/lib/curry.js — 200 — 987 B — 24 ms — h3https://p.typekit.net/p.gif?s=1&k=uhs7xha&ht=tk&h=www.epi.org&f=6801.6805.6806.9945.6846.6847.6848.6849.6850.6851.9882.9883.9884.9885&a=502125&js=1.21.0&app=typekit&e=js&_=1776891755190p.typekit.net/p.gif?s=1&k=uhs7xha&h... https://p.typekit.net/p.gif?s=1&k=uhs7xha&ht=tk&h=www.epi.org&f=6801.6805.6806.9945.6846.6847.6848.6849.6850.6851.9882.9883.9884.9885&a=502125&js=1.21.0&app=typekit&e=js&_=1776891755190 — 200 — 205 B — 21 ms — h2https://p.typekit.net/p.gif?s=1&k=mez6pee&ht=tk&h=www.epi.org&f=2005.2006.2009.2010.2011.2028.2029.2032.2033&a=502125&js=1.21.0&app=typekit&e=js&_=1776891755191p.typekit.net/p.gif?s=1&k=mez6pee&h... https://p.typekit.net/p.gif?s=1&k=mez6pee&ht=tk&h=www.epi.org&f=2005.2006.2009.2010.2011.2028.2029.2032.2033&a=502125&js=1.21.0&app=typekit&e=js&_=1776891755191 — 200 — 205 B — 19 ms — h2https://p.typekit.net/p.gif?s=1&k=gfy6bkz&ht=tk&h=www.epi.org&f=139.140.175.176.5474.143.144.145.147.148&a=502125&js=1.21.0&app=typekit&e=js&_=1776891755218p.typekit.net/p.gif?s=1&k=gfy6bkz&h... https://p.typekit.net/p.gif?s=1&k=gfy6bkz&ht=tk&h=www.epi.org&f=139.140.175.176.5474.143.144.145.147.148&a=502125&js=1.21.0&app=typekit&e=js&_=1776891755218 — 200 — 205 B — 4 ms — h2https://www.epi.org/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.26267945896456757:1776888748:d8ZJUSqLLzxkOsprZnYwJCPyd_cwcfeIlxdsgOjd-T0/9f0791eb4f509d0cwww.epi.org/cdn-cgi/challenge-platf... https://www.epi.org/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.26267945896456757:1776888748:d8ZJUSqLLzxkOsprZnYwJCPyd_cwcfeIlxdsgOjd-T0/9f0791eb4f509d0c — 200 — 829 B — 10 ms — h3https://www.epi.org/cdn-cgi/rum?www.epi.org/cdn-cgi/rum? https://www.epi.org/cdn-cgi/rum? — 204 — 195 B — 7 ms — h3https://form-assets.mailchimp.com/snippet/account/bundle/493.0cde6ee378046aa9da16.jsform-assets.mailchimp.com/snippet/a... https://form-assets.mailchimp.com/snippet/account/bundle/493.0cde6ee378046aa9da16.js — 200 — 2.6 KiB — 6 ms — h2https://www.epi.org/wp-content/themes/epi/img/favicons/epi-favicon.pngwww.epi.org/wp-content/themes/epi/i... https://www.epi.org/wp-content/themes/epi/img/favicons/epi-favicon.png — 200 — 476 B — 13 ms — h3https://form-assets.mailchimp.com/snippet/account/bundle/347.f663a6f1eac10e7f264d.jsform-assets.mailchimp.com/snippet/a... https://form-assets.mailchimp.com/snippet/account/bundle/347.f663a6f1eac10e7f264d.js — 200 — 1.5 KiB — 5 ms — h2https://files.epi.org/uploads/cropped-EPI-favicon-32x32.webpfiles.epi.org/uploads/cropped-EPI-f... https://files.epi.org/uploads/cropped-EPI-favicon-32x32.webp — 200 — 3.9 KiB — 14 ms — h3https://form-assets.mailchimp.com/snippet/account/bundle/874.49e6d9ac7d69f563111d.jsform-assets.mailchimp.com/snippet/a... https://form-assets.mailchimp.com/snippet/account/bundle/874.49e6d9ac7d69f563111d.js — 200 — 2.0 KiB — 8 ms — h2https://form-assets.mailchimp.com/snippet/account/bundle/701.017a3a3a0e8e2415a5ac.jsform-assets.mailchimp.com/snippet/a... https://form-assets.mailchimp.com/snippet/account/bundle/701.017a3a3a0e8e2415a5ac.js — 200 — 1.8 KiB — 5 ms — h2https://form-assets.mailchimp.com/snippet/account/bundle/889.e3af24df8a59650dd81d.jsform-assets.mailchimp.com/snippet/a... https://form-assets.mailchimp.com/snippet/account/bundle/889.e3af24df8a59650dd81d.js — 200 — 1.6 KiB — 5 ms — h2https://eventcollector.mcf-prod.a.intuit.com/collecteventcollector.mcf-prod.a.intuit.co... https://eventcollector.mcf-prod.a.intuit.com/collect — 204 — 0 B — 798 ms — h2https://eventcollector.mcf-prod.a.intuit.com/collecteventcollector.mcf-prod.a.intuit.co... https://eventcollector.mcf-prod.a.intuit.com/collect — 204 — 208 B — 302 ms — h2https://www.epi.org/stas/ag/g/c?v=2&tid=G-WEFYC926YG&gtm=45892e64k0v9218431248z89106897822za204zd9218431248&_p=1776891752284&gcd=13l3l3l3l1l1&npa=0&dma=0&gdid=dY2E1Nz.dNzQzZD&_eu=AAAAAGQ&_uip=%3A%3A&are=1&cid=1817841353.1776891753&fp=1&frm=0&pscdl=noapi&rcb=17&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=SG&_gsid=tqjtl3RE31KJfRU1emObBlp9OzZ7z-Uuww&tag_exp=0~115938465~115938468~117266401~117512542~118167058&sid=1776891752&sct=1&seg=1&dl=https%3A%2F%2Fwww.epi.org%2F&dt=Economic%20Policy%20Institute%20%7C%20Research%20and%20Ideas%20for%20Shared%20Prosperity&_s=2&tfd=6278www.epi.org/stas/ag/g/c?v=2&tid=G-W... https://www.epi.org/stas/ag/g/c?v=2&tid=G-WEFYC926YG&gtm=45892e64k0v9218431248z89106897822za204zd9218431248&_p=1776891752284&gcd=13l3l3l3l1l1&npa=0&dma=0&gdid=dY2E1Nz.dNzQzZD&_eu=AAAAAGQ&_uip=%3A%3A&are=1&cid=1817841353.1776891753&fp=1&frm=0&pscdl=noapi&rcb=17&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=SG&_gsid=tqjtl3RE31KJfRU1emObBlp9OzZ7z-Uuww&tag_exp=0~115938465~115938468~117266401~117512542~118167058&sid=1776891752&sct=1&seg=1&dl=https%3A%2F%2Fwww.epi.org%2F&dt=Economic%20Policy%20Institute%20%7C%20Research%20and%20Ideas%20for%20Shared%20Prosperity&_s=2&tfd=6278 — 204 — 565 B — 21 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1090ms · 440KB · $14/mo
Unattributable
Other
Costly
Execution 333ms
Transfer 0 KB
Monthly Cost $4/mo
www.epi.org
Other
Costly
Execution 276ms
Transfer 37 KB
Monthly Cost $4/mo
www.epi.org
Other
Optional
Execution 128ms
Transfer 186 KB
Unused 32%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 119ms
Transfer 131 KB
Unused 48%
Monthly Cost $2/mo
www.epi.org
Other
Optional
Execution 92ms
Transfer 0 KB
Monthly Cost $1/mo
www.epi.org
Other
Optional
Execution 87ms
Transfer 30 KB
Monthly Cost $1/mo
Hotjar
Session Replay
Optional
Execution 53ms
Transfer 57 KB
Unused 67%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 333ms and costs ~$4/month
  • www.epi.org adds 276ms and costs ~$4/month

100% 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 333ms 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

www.epi.org takes 276ms 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

67% of Hotjar'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