Skip to content
https://washingtonian.com

Performance

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

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

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

938 ms

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

4.15 s

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

8 ms

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

0.009

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

2.82 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.66 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
7 PASS 3 REVIEW 3 FIX
F
Page Weight Budget
Action
7.2 MB transferred, 202 requests
FIX
7.2 MB transferred, 202 requests
Critical::
Page weighs 12.8 MB (7.2 MB transferred)
Warning::
Images are 4.6 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 4.6 MB
Warning::
JavaScript is 1.9 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.9 MB
Info::
Fonts are 473 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 473 KB
Warning::
202 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.5 g CO2 per page load
7.2 MB / 2.4 MB budget
7.2 MB transferred
202 requests
1.5 g CO2 per page load
Images 4.6 MiB 64%
JavaScript 1.9 MiB 27%
Fonts 472.8 KiB 6%
CSS 126.2 KiB 2%
HTML 40.0 KiB 1%
Other 27.0 KiB 0%
Other 7.8 KiB 0%
Other 3.7 KiB 0%
Other 796 B 0%
Other 559 B 0%
Other 0 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 Bundles
Action
57 scripts, 1.0 MB unused
FIX
57 scripts, 1.0 MB unused
Warning::
https://cdn.intergient.com/prebid/prebid.05eaa3284...: 190 KB unused (86%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 137 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.intergient.com/pageos/V.20260421.1/mai...: 133 KB unused (78%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://washingtonian.com/wp-content/themes/washin...: 113 KB unused (80%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-668...: 102 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.0 MB
1071 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdn.intergient.com/prebid/prebid.05eaa3284c60ad6e334d.js222 KB190 KB (86%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js188 KB137 KB (73%)3rd
https://cdn.intergient.com/pageos/V.20260421.1/main.282c283e39679935e999.js171 KB133 KB (78%)3rd
https://washingtonian.com/wp-content/themes/washingtonian/assets/js/vendor-legacy-DT63QILT.js141 KB113 KB (80%)1st
https://www.googletagmanager.com/gtag/js?id=AW-668459169&cx=c&gtm=4e64k1h1134 KB102 KB (76%)3rd
https://www.googletagmanager.com/gtag/js?id=G-BFFGEV9BP0163 KB65 KB (40%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-668459169134 KB61 KB (46%)3rd
https://washingtonian.com/wp-content/themes/washingtonian/assets/js/vendor-algolia-legacy-DemuvmpK.js64 KB59 KB (92%)1st
https://c.amazon-adsystem.com/aax2/apstag.js91 KB58 KB (64%)3rd
https://washingtonian.com/wp-content/plugins/ajax-load-more/build/frontend/ajax-load-more.min.js?ver=7.8.491 KB56 KB (62%)1st

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
202 resources · 7.2 MB · 1.0 MB savings available
FIX
202 resources · 7.2 MB · 1.0 MB savings available
Warning::
Page weight 6.2 MB over 1MB target
Got: 7.2 MB Expected: ≤ 1 MB
Info::
~1.0 MB of savings available
Info::
117 third-party resources (28% of weight)
Info::
11 resources over 200KB
202 resources · 7.2 MiB · 117 third-party 6.2 MiB over 1MB target
Image 64% · 4.6 MiB
JavaScript 27% · 1.9 MiB
Font 6% · 472.8 KiB
CSS 2% · 126.2 KiB
Document 1% · 40.6 KiB
Other 0% · 26.4 KiB

~1.0 MiB of savings available

Remove unused JavaScript: 1.0 MiB
B
Image Optimization
54 images, 0 KB saveable
REVIEW
54 images, 0 KB saveable
Warning::
https://washingtonian.com/wp-content/themes/washin... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
54 images 4.6 MB
0 oversized -0 KB
25 legacy format
1 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

C
JS Execution Cost
Action
1231ms total JS execution
REVIEW
1231ms total JS execution
Warning::
https://washingtonian.com/: 356ms CPU time
Warning::
Unattributable: 287ms CPU time
Info::
https://fundingchoicesmessages.google.com/f/AGSKWx...: 174ms CPU time
Info::
https://script.hotjar.com/modules.6a0f3932cb1341a3...: 102ms CPU time
Info::
https://securepubads.g.doubleclick.net/pagead/mana...: 72ms CPU time
Warning::
Third-party scripts: 816ms (66% of total)

Main Thread Breakdown

Script Evaluation 47% Other 22% Style & Layout 13% Script Parsing & Compilation 10% Rendering 4% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
https://washingtonian.com/356ms41ms4ms1st
Unattributable287ms8ms0ms3rd
https://fundingchoicesmessages.google.com/f/AGSKWxUfn6Hx5vriIqzVd6S1T0N1fwvNB3OicF0xR90qSMqz-RcD_0yixjDqXJJqTpX-ClEZ8-HqvSNzQ6Lnw2rKaKrAIiT5s2c-n9mS_9vmgBgQV3wf-eSLBPYzoxoIWxmJgSp9JbEs?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2OTAyMzM4LDExNjAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93YXNoaW5ndG9uaWFuLmNvbS8iLG51bGwsW1s4LCJwU0prbzE5NklIMCJdLFs5LCJlbi1VUyJdLFsxOCwiW1tbbnVsbCwxNDEwXV1dIl0sWzM1LCIxNzc2OTAyMzM4Il0sWzE5LCIxIl0sWzE3LCJbMF0iXSxbMjQsIiJdLFsyOSwidHJ1ZSJdXV0174ms125ms12ms3rd
https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js102ms86ms5ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js72ms50ms13ms3rd
https://cdn.intergient.com/pageos/V.20260421.1/main.282c283e39679935e999.js67ms53ms10ms3rd
https://www.googletagmanager.com/gtag/js?id=G-BFFGEV9BP061ms45ms12ms3rd
https://washingtonian.com/wp-content/themes/washingtonian/assets/js/vendor-legacy-DT63QILT.js59ms33ms10ms1st
https://fundingchoicesmessages.google.com/i/22466671215?ers=354ms49ms4ms3rd
B
HTTP Caching
public, max-age=0, s-maxage=2592000
REVIEW
public, max-age=0, s-maxage=2592000
Info::
Cache-Control header is set
Got: public, max-age=0, s-maxage=2592000
Info::
CDN TTL: 4 weeks (s-maxage=2592000)
Info::
Last-Modified header present
Cache-Control

public, max-age=0, s-maxage=2592000

DirectiveValueMeaning
publicAny cache may store this response
max-age0Cache for 0 seconds
s-maxage2592000CDN caches for 4 weeks
A
Third-Party Impact
28% third-party, 0 ms blocking
PASS
28% third-party, 0 ms blocking
Info::
Third-party code accounts for 28% of page weight (2.0 MiB of 7.2 MiB)
Info::
Third-party blocking time is low (0 ms)
72%
28%
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
10 fonts (473 KB)
PASS
10 fonts (473 KB)
Info::
10 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

10

473 KB total

Render-blocking

0

of 10

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 FCP 938 ms LCP 4.2 shttps://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.1/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.1/webfonts/fa-solid-900.woff2 — 153.2 KiB — 31 ms — font-display: swaphttps://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMwr7I_FMl_E.woff20QIvMX1D_JOuMwr7I_FMl_E... https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMwr7I_FMl_E.woff2 — 36.9 KiB — 85 ms — font-display: swaphttps://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wXiWtFCc.woff2S6uyw4BMUTPHjx4wXiWtFCc... https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wXiWtFCc.woff2 — 13.7 KiB — 50 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.0 KiB — 86 ms — font-display: swaphttps://fonts.gstatic.com/s/josefinsans/v34/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2Qw3PZQNVED7rKGKxtqIqX5E... https://fonts.gstatic.com/s/josefinsans/v34/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2 — 12.2 KiB — 67 ms — font-display: swaphttps://fonts.gstatic.com/s/librebaskerville/v24/kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNZaxMaC82U.woff2kmKnZrc3Hgbbcjq75U4usly... https://fonts.gstatic.com/s/librebaskerville/v24/kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNZaxMaC82U.woff2 — 33.1 KiB — 84 ms — font-display: swaphttps://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.1/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.1/webfonts/fa-brands-400.woff2 — 115.0 KiB — 23 ms — font-display: swaphttps://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiZSSUhiCXAA.woff2TK3_WkUHHAIjg75cFRf3bXL... https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiZSSUhiCXAA.woff2 — 12.1 KiB — 30 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.1 KiB — 31 ms — font-display: swaphttps://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvsUZiZSSUhiCXAA.woff2TK3_WkUHHAIjg75cFRf3bXL... https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvsUZiZSSUhiCXAA.woff2 — 12.5 KiB — 29 ms — font-display: swap
fa-solid-900.woff2 woff2 swap
Size 153 KB
Load time 31 ms
Start 739 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
0QIvMX1D_JOuMwr7I_FMl_E... woff2 swap
Size 37 KB
Load time 85 ms
Start 740 ms
Risk FOUT — text flashes from fallback to web font
S6uyw4BMUTPHjx4wXiWtFCc... woff2 swap
Size 14 KB
Load time 50 ms
Start 740 ms
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 86 ms
Start 740 ms
Risk FOUT — text flashes from fallback to web font
Qw3PZQNVED7rKGKxtqIqX5E... woff2 swap
Size 12 KB
Load time 67 ms
Start 741 ms
Risk FOUT — text flashes from fallback to web font
kmKnZrc3Hgbbcjq75U4usly... woff2 swap
Size 33 KB
Load time 84 ms
Start 741 ms
Risk FOUT — text flashes from fallback to web font
fa-brands-400.woff2 woff2 swap
Size 115 KB
Load time 23 ms
Start 741 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
TK3_WkUHHAIjg75cFRf3bXL... woff2 swap
Size 12 KB
Load time 30 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 31 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
TK3_WkUHHAIjg75cFRf3bXL... woff2 swap
Size 13 KB
Load time 29 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 ~134 KB and ~268 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
202 requests over 6889ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 938 ms LCP 4.2 shttps://washingtonian.com// https://washingtonian.com/ — 200 — 36.0 KiB — 67 ms — h2https://tracely.cloud/js/tracely/1/bKRYnaKE1ThT.jstracely.cloud/js/tracely/1/bKRYnaKE... https://tracely.cloud/js/tracely/1/bKRYnaKE1ThT.js — 200 — 20.2 KiB — 243 ms — h3https://washingtonian.com/wp-content/uploads/2026/03/Stocksy_txp54b97d35xmE400_OriginalDelivery_1354173-thumbnail-1500x1000.jpg/wp-content/uploads/2026/03/Stocksy... https://washingtonian.com/wp-content/uploads/2026/03/Stocksy_txp54b97d35xmE400_OriginalDelivery_1354173-thumbnail-1500x1000.jpg — 200 — 103.7 KiB — 52 ms — h2https://dev.visualwebsiteoptimizer.com/j.php?a=883747&u=https%3A%2F%2Fwashingtonian.com%2F&vn=2.2&ph=1&p=web&st=83.89999961853027&x=truedev.visualwebsiteoptimizer.com/j.ph... https://dev.visualwebsiteoptimizer.com/j.php?a=883747&u=https%3A%2F%2Fwashingtonian.com%2F&vn=2.2&ph=1&p=web&st=83.89999961853027&x=true — 200 — 3.8 KiB — 74 ms — h2https://cdn.jsdelivr.net/npm/instantsearch.js@4.69.0/dist/instantsearch.min.css?ver=6.9.4cdn.jsdelivr.net/npm/instantsearch.... https://cdn.jsdelivr.net/npm/instantsearch.js@4.69.0/dist/instantsearch.min.css?ver=6.9.4 — -1 — 0 B — 26 ms — https://cdn.jsdelivr.net/npm/instantsearch.js@4.69.0/dist/instantsearch-theme-algolia.min.css?ver=6.9.4cdn.jsdelivr.net/npm/instantsearch.... https://cdn.jsdelivr.net/npm/instantsearch.js@4.69.0/dist/instantsearch-theme-algolia.min.css?ver=6.9.4 — -1 — 0 B — 25 ms — https://washingtonian.com/wp-content/plugins/wash-separators/wash-separators.css?ver=2.0.0/wp-content/plugins/wash-separators... https://washingtonian.com/wp-content/plugins/wash-separators/wash-separators.css?ver=2.0.0 — 200 — 352 B — 43 ms — h2https://washingtonian.com/wp-content/plugins/ml-slider/admin/assets/dist/css/editor-block.css?ver=3.108.0/wp-content/plugins/ml-slider/admin... https://washingtonian.com/wp-content/plugins/ml-slider/admin/assets/dist/css/editor-block.css?ver=3.108.0 — 200 — 560 B — 48 ms — h2https://washingtonian.com/wp-content/plugins/easy-image-collage/css/public.css?ver=1.13.6/wp-content/plugins/easy-image-coll... https://washingtonian.com/wp-content/plugins/easy-image-collage/css/public.css?ver=1.13.6 — 200 — 585 B — 51 ms — h2https://washingtonian.com/wp-content/plugins/wash-pullquotes/wash-pullquotes.css?ver=2.0.0/wp-content/plugins/wash-pullquotes... https://washingtonian.com/wp-content/plugins/wash-pullquotes/wash-pullquotes.css?ver=2.0.0 — 200 — 1.1 KiB — 54 ms — h2https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/css/leaflet.css?ver=1553797872/wp-content/plugins/wp-mapit/wp_map... https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/css/leaflet.css?ver=1553797872 — 200 — 3.6 KiB — 48 ms — h2https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/css/leaflet.responsive.popup.css?ver=1553797872/wp-content/plugins/wp-mapit/wp_map... https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/css/leaflet.responsive.popup.css?ver=1553797872 — 200 — 701 B — 52 ms — h2https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/css/leaflet-gesture-handling.css?ver=1555836936/wp-content/plugins/wp-mapit/wp_map... https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/css/leaflet-gesture-handling.css?ver=1555836936 — 200 — 521 B — 43 ms — h2https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/css/leaflet.fullscreen.css?ver=1580051664/wp-content/plugins/wp-mapit/wp_map... https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/css/leaflet.fullscreen.css?ver=1580051664 — 200 — 476 B — 44 ms — h2https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/css/wp_mapit.css?ver=1569474324/wp-content/plugins/wp-mapit/wp_map... https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/css/wp_mapit.css?ver=1569474324 — 200 — 138 B — 50 ms — h2https://washingtonian.com/wp-content/themes/washingtonian/assets/css/style.Bs5xhPGS.css?v=1776796593/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/css/style.Bs5xhPGS.css?v=1776796593 — 200 — 56.4 KiB — 63 ms — h2https://washingtonian.com/wp-content/themes/washingtonian/assets/css/tailwind.CMFsNdNF.css?v=1776796593/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/css/tailwind.CMFsNdNF.css?v=1776796593 — 200 — 8.2 KiB — 54 ms — h2https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css?ver=6.9.4cdn.jsdelivr.net/npm/slick-carousel... https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css?ver=6.9.4 — 200 — 651 B — 20 ms — h2https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css?ver=6.9.4cdn.jsdelivr.net/npm/slick-carousel... https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css?ver=6.9.4 — 200 — 1.3 KiB — 17 ms — h2https://unpkg.com/leaflet@1.9.4/dist/leaflet.css?ver=6.9.4unpkg.com/leaflet@1.9.4/dist/leafle... https://unpkg.com/leaflet@1.9.4/dist/leaflet.css?ver=6.9.4 — 200 — 3.9 KiB — 61 ms — h3https://fonts.googleapis.com/css?family=Lora%3A400%2C400i%2C700&subset=latin-ext&ver=6.9.4fonts.googleapis.com/css?family=Lor... https://fonts.googleapis.com/css?family=Lora%3A400%2C400i%2C700&subset=latin-ext&ver=6.9.4 — 200 — 2.1 KiB — 115 ms — h2https://fonts.googleapis.com/css?family=Josefin+Sans%3A400%7CLibre+Baskerville%3A400%2C400i%2C700%7COpen+Sans%3A400%2C700%7COswald%3A400&ver=6.9.4fonts.googleapis.com/css?family=Jos... https://fonts.googleapis.com/css?family=Josefin+Sans%3A400%7CLibre+Baskerville%3A400%2C400i%2C700%7COpen+Sans%3A400%2C700%7COswald%3A400&ver=6.9.4 — 200 — 2.1 KiB — 116 ms — h2https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.1/css/all.min.css?ver=6.9.4cdn.jsdelivr.net/npm/@fortawesome/f... https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.1/css/all.min.css?ver=6.9.4 — 200 — 22.9 KiB — 21 ms — h2https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.1.25/jquery.fancybox.min.css?ver=6.9.4cdnjs.cloudflare.com/ajax/libs/fanc... https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.1.25/jquery.fancybox.min.css?ver=6.9.4 — 200 — 3.5 KiB — 56 ms — h3https://cdnjs.cloudflare.com/ajax/libs/flexslider/2.6.3/flexslider.css?ver=6.9.4cdnjs.cloudflare.com/ajax/libs/flex... https://cdnjs.cloudflare.com/ajax/libs/flexslider/2.6.3/flexslider.css?ver=6.9.4 — 200 — 1.9 KiB — 56 ms — h3https://washingtonian.com/wp-content/plugins/a3-lazy-load/assets/css/jquery.lazyloadxt.spinner.css?ver=6.9.4/wp-content/plugins/a3-lazy-load/as... https://washingtonian.com/wp-content/plugins/a3-lazy-load/assets/css/jquery.lazyloadxt.spinner.css?ver=6.9.4 — 200 — 287 B — 41 ms — h2https://washingtonian.com/wp-content/uploads/sass/a3_lazy_load.min.css?ver=1773159213/wp-content/uploads/sass/a3_lazy_lo... https://washingtonian.com/wp-content/uploads/sass/a3_lazy_load.min.css?ver=1773159213 — 200 — 197 B — 42 ms — h2https://www.googletagmanager.com/gtag/js?id=G-BFFGEV9BP0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-BFFGEV9BP0 — 200 — 162.8 KiB — 178 ms — h2https://washingtonian.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://washingtonian.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 31.8 KiB — 65 ms — h3https://washingtonian.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://washingtonian.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.3 KiB — 26 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 938 ms LCP 4.2 shttps://washingtonian.com// https://washingtonian.com/ — 200 — 36.0 KiB — 67 ms — h2https://tracely.cloud/js/tracely/1/bKRYnaKE1ThT.jstracely.cloud/js/tracely/1/bKRYnaKE... https://tracely.cloud/js/tracely/1/bKRYnaKE1ThT.js — 200 — 20.2 KiB — 243 ms — h3https://washingtonian.com/wp-content/uploads/2026/03/Stocksy_txp54b97d35xmE400_OriginalDelivery_1354173-thumbnail-1500x1000.jpg/wp-content/uploads/2026/03/Stocksy... https://washingtonian.com/wp-content/uploads/2026/03/Stocksy_txp54b97d35xmE400_OriginalDelivery_1354173-thumbnail-1500x1000.jpg — 200 — 103.7 KiB — 52 ms — h2https://dev.visualwebsiteoptimizer.com/j.php?a=883747&u=https%3A%2F%2Fwashingtonian.com%2F&vn=2.2&ph=1&p=web&st=83.89999961853027&x=truedev.visualwebsiteoptimizer.com/j.ph... https://dev.visualwebsiteoptimizer.com/j.php?a=883747&u=https%3A%2F%2Fwashingtonian.com%2F&vn=2.2&ph=1&p=web&st=83.89999961853027&x=true — 200 — 3.8 KiB — 74 ms — h2https://cdn.jsdelivr.net/npm/instantsearch.js@4.69.0/dist/instantsearch.min.css?ver=6.9.4cdn.jsdelivr.net/npm/instantsearch.... https://cdn.jsdelivr.net/npm/instantsearch.js@4.69.0/dist/instantsearch.min.css?ver=6.9.4 — -1 — 0 B — 26 ms — https://cdn.jsdelivr.net/npm/instantsearch.js@4.69.0/dist/instantsearch-theme-algolia.min.css?ver=6.9.4cdn.jsdelivr.net/npm/instantsearch.... https://cdn.jsdelivr.net/npm/instantsearch.js@4.69.0/dist/instantsearch-theme-algolia.min.css?ver=6.9.4 — -1 — 0 B — 25 ms — https://washingtonian.com/wp-content/plugins/wash-separators/wash-separators.css?ver=2.0.0/wp-content/plugins/wash-separators... https://washingtonian.com/wp-content/plugins/wash-separators/wash-separators.css?ver=2.0.0 — 200 — 352 B — 43 ms — h2https://washingtonian.com/wp-content/plugins/ml-slider/admin/assets/dist/css/editor-block.css?ver=3.108.0/wp-content/plugins/ml-slider/admin... https://washingtonian.com/wp-content/plugins/ml-slider/admin/assets/dist/css/editor-block.css?ver=3.108.0 — 200 — 560 B — 48 ms — h2https://washingtonian.com/wp-content/plugins/easy-image-collage/css/public.css?ver=1.13.6/wp-content/plugins/easy-image-coll... https://washingtonian.com/wp-content/plugins/easy-image-collage/css/public.css?ver=1.13.6 — 200 — 585 B — 51 ms — h2https://washingtonian.com/wp-content/plugins/wash-pullquotes/wash-pullquotes.css?ver=2.0.0/wp-content/plugins/wash-pullquotes... https://washingtonian.com/wp-content/plugins/wash-pullquotes/wash-pullquotes.css?ver=2.0.0 — 200 — 1.1 KiB — 54 ms — h2https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/css/leaflet.css?ver=1553797872/wp-content/plugins/wp-mapit/wp_map... https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/css/leaflet.css?ver=1553797872 — 200 — 3.6 KiB — 48 ms — h2https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/css/leaflet.responsive.popup.css?ver=1553797872/wp-content/plugins/wp-mapit/wp_map... https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/css/leaflet.responsive.popup.css?ver=1553797872 — 200 — 701 B — 52 ms — h2https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/css/leaflet-gesture-handling.css?ver=1555836936/wp-content/plugins/wp-mapit/wp_map... https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/css/leaflet-gesture-handling.css?ver=1555836936 — 200 — 521 B — 43 ms — h2https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/css/leaflet.fullscreen.css?ver=1580051664/wp-content/plugins/wp-mapit/wp_map... https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/css/leaflet.fullscreen.css?ver=1580051664 — 200 — 476 B — 44 ms — h2https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/css/wp_mapit.css?ver=1569474324/wp-content/plugins/wp-mapit/wp_map... https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/css/wp_mapit.css?ver=1569474324 — 200 — 138 B — 50 ms — h2https://washingtonian.com/wp-content/themes/washingtonian/assets/css/style.Bs5xhPGS.css?v=1776796593/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/css/style.Bs5xhPGS.css?v=1776796593 — 200 — 56.4 KiB — 63 ms — h2https://washingtonian.com/wp-content/themes/washingtonian/assets/css/tailwind.CMFsNdNF.css?v=1776796593/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/css/tailwind.CMFsNdNF.css?v=1776796593 — 200 — 8.2 KiB — 54 ms — h2https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css?ver=6.9.4cdn.jsdelivr.net/npm/slick-carousel... https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css?ver=6.9.4 — 200 — 651 B — 20 ms — h2https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css?ver=6.9.4cdn.jsdelivr.net/npm/slick-carousel... https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css?ver=6.9.4 — 200 — 1.3 KiB — 17 ms — h2https://unpkg.com/leaflet@1.9.4/dist/leaflet.css?ver=6.9.4unpkg.com/leaflet@1.9.4/dist/leafle... https://unpkg.com/leaflet@1.9.4/dist/leaflet.css?ver=6.9.4 — 200 — 3.9 KiB — 61 ms — h3https://fonts.googleapis.com/css?family=Lora%3A400%2C400i%2C700&subset=latin-ext&ver=6.9.4fonts.googleapis.com/css?family=Lor... https://fonts.googleapis.com/css?family=Lora%3A400%2C400i%2C700&subset=latin-ext&ver=6.9.4 — 200 — 2.1 KiB — 115 ms — h2https://fonts.googleapis.com/css?family=Josefin+Sans%3A400%7CLibre+Baskerville%3A400%2C400i%2C700%7COpen+Sans%3A400%2C700%7COswald%3A400&ver=6.9.4fonts.googleapis.com/css?family=Jos... https://fonts.googleapis.com/css?family=Josefin+Sans%3A400%7CLibre+Baskerville%3A400%2C400i%2C700%7COpen+Sans%3A400%2C700%7COswald%3A400&ver=6.9.4 — 200 — 2.1 KiB — 116 ms — h2https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.1/css/all.min.css?ver=6.9.4cdn.jsdelivr.net/npm/@fortawesome/f... https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.1/css/all.min.css?ver=6.9.4 — 200 — 22.9 KiB — 21 ms — h2https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.1.25/jquery.fancybox.min.css?ver=6.9.4cdnjs.cloudflare.com/ajax/libs/fanc... https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.1.25/jquery.fancybox.min.css?ver=6.9.4 — 200 — 3.5 KiB — 56 ms — h3https://cdnjs.cloudflare.com/ajax/libs/flexslider/2.6.3/flexslider.css?ver=6.9.4cdnjs.cloudflare.com/ajax/libs/flex... https://cdnjs.cloudflare.com/ajax/libs/flexslider/2.6.3/flexslider.css?ver=6.9.4 — 200 — 1.9 KiB — 56 ms — h3https://washingtonian.com/wp-content/plugins/a3-lazy-load/assets/css/jquery.lazyloadxt.spinner.css?ver=6.9.4/wp-content/plugins/a3-lazy-load/as... https://washingtonian.com/wp-content/plugins/a3-lazy-load/assets/css/jquery.lazyloadxt.spinner.css?ver=6.9.4 — 200 — 287 B — 41 ms — h2https://washingtonian.com/wp-content/uploads/sass/a3_lazy_load.min.css?ver=1773159213/wp-content/uploads/sass/a3_lazy_lo... https://washingtonian.com/wp-content/uploads/sass/a3_lazy_load.min.css?ver=1773159213 — 200 — 197 B — 42 ms — h2https://www.googletagmanager.com/gtag/js?id=G-BFFGEV9BP0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-BFFGEV9BP0 — 200 — 162.8 KiB — 178 ms — h2https://washingtonian.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://washingtonian.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 31.8 KiB — 65 ms — h3https://washingtonian.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://washingtonian.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.3 KiB — 26 ms — h3https://washingtonian.com/wp-content/plugins/wp-google-maps/wpgmza_data.js?ver=6.9.4/wp-content/plugins/wp-google-maps/... https://washingtonian.com/wp-content/plugins/wp-google-maps/wpgmza_data.js?ver=6.9.4 — 200 — 553 B — 27 ms — h3https://washingtonian.com/wp-content/plugins/google-analytics-premium/assets/js/frontend-gtag.min.js?ver=10.1.2/wp-content/plugins/google-analytic... https://washingtonian.com/wp-content/plugins/google-analytics-premium/assets/js/frontend-gtag.min.js?ver=10.1.2 — 200 — 3.6 KiB — 28 ms — h3https://cdnjs.cloudflare.com/ajax/libs/stupidtable/0.0.1/stupidtable.min.js?ver=6.9.4cdnjs.cloudflare.com/ajax/libs/stup... https://cdnjs.cloudflare.com/ajax/libs/stupidtable/0.0.1/stupidtable.min.js?ver=6.9.4 — 200 — 1.3 KiB — 25 ms — h3https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js?ver=6.9.4cdnjs.cloudflare.com/ajax/libs/twit... https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js?ver=6.9.4 — 200 — 9.1 KiB — 25 ms — h3https://dev.visualwebsiteoptimizer.com/v.gif?cd=0&a=883747&d=washingtonian.com&u=D202A8E4CC5AD286527464B9E4BCEBFE0&h=53e12bd04136b1dcc114f07257e0594b&t=falsedev.visualwebsiteoptimizer.com/v.gi... https://dev.visualwebsiteoptimizer.com/v.gif?cd=0&a=883747&d=washingtonian.com&u=D202A8E4CC5AD286527464B9E4BCEBFE0&h=53e12bd04136b1dcc114f07257e0594b&t=false — 200 — 147 B — 102 ms — h2https://washingtonian.com/wp-content/themes/washingtonian/assets/css/print.C3sOW5oX.css?v=1776796593/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/css/print.C3sOW5oX.css?v=1776796593 — 200 — 608 B — 41 ms — h3https://region1.analytics.google.com/g/collect?v=2&tid=G-BFFGEV9BP0&gtm=45je64k1h1v9186370568za200zd9186370568&_p=1776902336534&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dZGIzZG&_eu=AAAAAGA&are=1&cid=265066399.1776902337&frm=0&pscdl=noapi&rcb=12&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938468~117266401~117512543&sid=1776902336&sct=1&seg=0&dl=https%3A%2F%2Fwashingtonian.com%2F&dt=Washingtonian%20-%20The%20website%20that%20Washington%20lives%20by.&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.forceSSL=true&ep.anonymize_ip=true&tfd=453region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-BFFGEV9BP0&gtm=45je64k1h1v9186370568za200zd9186370568&_p=1776902336534&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dZGIzZG&_eu=AAAAAGA&are=1&cid=265066399.1776902337&frm=0&pscdl=noapi&rcb=12&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938468~117266401~117512543&sid=1776902336&sct=1&seg=0&dl=https%3A%2F%2Fwashingtonian.com%2F&dt=Washingtonian%20-%20The%20website%20that%20Washington%20lives%20by.&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.forceSSL=true&ep.anonymize_ip=true&tfd=453 — 204 — 550 B — 87 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-BFFGEV9BP0&cid=265066399.1776902337&gtm=45je64k1h1v9186370568za200zd9186370568&rcb=12&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938468~117266401~117512543stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-BFFGEV9BP0&cid=265066399.1776902337&gtm=45je64k1h1v9186370568za200zd9186370568&rcb=12&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938468~117266401~117512543 — 204 — 559 B — 84 ms — h2https://cdnjs.cloudflare.com/ajax/libs/pagePiling.js/1.5.6/jquery.pagepiling.min.js?ver=6.9.4cdnjs.cloudflare.com/ajax/libs/page... https://cdnjs.cloudflare.com/ajax/libs/pagePiling.js/1.5.6/jquery.pagepiling.min.js?ver=6.9.4 — 200 — 3.8 KiB — 26 ms — h3https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-BFFGEV9BP0&cid=265066399.1776902337&gtm=45je64k1h1v9186370568za200zd9186370568&rcb=12&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938468~117266401~117512543&z=802087386www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-BFFGEV9BP0&cid=265066399.1776902337&gtm=45je64k1h1v9186370568za200zd9186370568&rcb=12&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938468~117266401~117512543&z=802087386 — 200 — 408 B — 95 ms — h2https://cdn.jsdelivr.net/npm/js-cookie@rc/dist/js.cookie.min.js?ver=6.9.4cdn.jsdelivr.net/npm/js-cookie@rc/d... https://cdn.jsdelivr.net/npm/js-cookie@rc/dist/js.cookie.min.js?ver=6.9.4 — 200 — 1.2 KiB — 3 ms — h2https://washingtonian.com/wp-content/themes/washingtonian/assets/ads.js?ver=1776796544/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/ads.js?ver=1776796544 — 200 — 338 B — 28 ms — h3https://unpkg.com/alpinejs@3.10.3/dist/cdn.min.js?ver=6.9.4unpkg.com/alpinejs@3.10.3/dist/cdn.... https://unpkg.com/alpinejs@3.10.3/dist/cdn.min.js?ver=6.9.4 — 200 — 14.7 KiB — 47 ms — h3https://s.skimresources.com/js/123456.skimlinks.jss.skimresources.com/js/123456.skiml... https://s.skimresources.com/js/123456.skimlinks.js — -1 — 0 B — 361 ms — https://fonts.googleapis.com/css?family=Lato:400,700,800,900&display=swapfonts.googleapis.com/css?family=Lat... https://fonts.googleapis.com/css?family=Lato:400,700,800,900&display=swap — 200 — 520 B — 32 ms — h2https://washingtonian.com/wp-content/themes/washingtonian/assets/webmanifest.json/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/webmanifest.json — 200 — 796 B — 145 ms — h3https://use.typekit.net/nlv4yfp.cssuse.typekit.net/nlv4yfp.css https://use.typekit.net/nlv4yfp.css — 200 — 962 B — 18 ms — h2https://fonts.googleapis.com/icon?family=Material+Iconsfonts.googleapis.com/icon?family=Ma... https://fonts.googleapis.com/icon?family=Material+Icons — 200 — 469 B — 31 ms — h2https://use.typekit.net/pxa3jxr.cssuse.typekit.net/pxa3jxr.css https://use.typekit.net/pxa3jxr.css — 200 — 1.1 KiB — 19 ms — h2https://use.typekit.net/mma3ocn.cssuse.typekit.net/mma3ocn.css https://use.typekit.net/mma3ocn.css — 200 — 1.1 KiB — 18 ms — h2https://p.typekit.net/p.css?s=1&k=nlv4yfp&ht=tk&f=6839.6840.17262&a=87803011&app=typekit&e=cssp.typekit.net/p.css?s=1&k=nlv4yfp&h... https://p.typekit.net/p.css?s=1&k=nlv4yfp&ht=tk&f=6839.6840.17262&a=87803011&app=typekit&e=css — 200 — 172 B — 55 ms — h2https://p.typekit.net/p.css?s=1&k=pxa3jxr&ht=tk&f=39494.39495.39500.39501.39504.39505.39508.39509&a=88808992&app=typekit&e=cssp.typekit.net/p.css?s=1&k=pxa3jxr&h... https://p.typekit.net/p.css?s=1&k=pxa3jxr&ht=tk&f=39494.39495.39500.39501.39504.39505.39508.39509&a=88808992&app=typekit&e=css — 200 — 172 B — 53 ms — h2https://p.typekit.net/p.css?s=1&k=mma3ocn&ht=tk&f=10881.10882.10884.10885.32874.32875&a=87803011&app=typekit&e=cssp.typekit.net/p.css?s=1&k=mma3ocn&h... https://p.typekit.net/p.css?s=1&k=mma3ocn&ht=tk&f=10881.10882.10884.10885.32874.32875&a=87803011&app=typekit&e=css — 200 — 172 B — 51 ms — h2https://static.chartbeat.com/js/chartbeat.jsstatic.chartbeat.com/js/chartbeat.j... https://static.chartbeat.com/js/chartbeat.js — 200 — 16.1 KiB — 59 ms — h2https://static.chartbeat.com/js/chartbeat_mab.jsstatic.chartbeat.com/js/chartbeat_m... https://static.chartbeat.com/js/chartbeat_mab.js — 200 — 10.1 KiB — 60 ms — h2https://static.hotjar.com/c/hotjar-2617416.js?sv=6static.hotjar.com/c/hotjar-2617416.... https://static.hotjar.com/c/hotjar-2617416.js?sv=6 — 200 — 6.2 KiB — 58 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-668459169www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-668459169 — 200 — 134.1 KiB — 69 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-668459169&cx=c&gtm=4e64k1h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-668459169&cx=c&gtm=4e64k1h1 — 200 — 134.0 KiB — 74 ms — h2https://washingtonian.com/wp-content/themes/washingtonian/assets/img/wash_logo_dark_blue.png/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/img/wash_logo_dark_blue.png — 200 — 26.1 KiB — 67 ms — h3https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_calendar-333.svg/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_calendar-333.svg — 200 — 622 B — 57 ms — h3https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_restaurants-333.svg/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_restaurants-333.svg — 200 — 746 B — 42 ms — h3https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_doctors-333.svg/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_doctors-333.svg — 200 — 476 B — 67 ms — h3https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_dentists-333.svg/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_dentists-333.svg — 200 — 524 B — 49 ms — h3https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_lawyers-333.svg/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_lawyers-333.svg — 200 — 652 B — 30 ms — h3https://washingtonian.com/wp-content/themes/washingtonian/assets/img/Icon_financialadvisers-333.svg/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/img/Icon_financialadvisers-333.svg — 200 — 1.2 KiB — 47 ms — h3https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_weddingvendors-333.svg/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_weddingvendors-333.svg — 200 — 515 B — 59 ms — h3https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_more-333.svg/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_more-333.svg — 200 — 784 B — 62 ms — h3https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_healthexperts-333333.svg/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_healthexperts-333333.svg — 200 — 495 B — 30 ms — h3https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_homeresources-333.svg/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_homeresources-333.svg — 200 — 992 B — 31 ms — h3https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_industryleaders-333.svg/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_industryleaders-333.svg — 200 — 899 B — 65 ms — h3https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_apartmentrentals-333.svg/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_apartmentrentals-333.svg — 200 — 405 B — 64 ms — h3https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_petcare-333.svg/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_petcare-333.svg — 200 — 702 B — 64 ms — h3https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_privateschools-333.svg/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_privateschools-333.svg — 200 — 561 B — 61 ms — h3https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_realestateagents-333.svg/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_realestateagents-333.svg — 200 — 671 B — 61 ms — h3https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_retirementcommunitiesheart-333.svg/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_retirementcommunitiesheart-333.svg — 200 — 813 B — 61 ms — h3https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_dctravelguide-333.svg/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/img/icon_dctravelguide-333.svg — 200 — 600 B — 54 ms — h3https://washingtonian.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif/wp-content/plugins/a3-lazy-load/as... https://washingtonian.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif — 200 — 290 B — 63 ms — h3https://cdn.intergient.com/1025552/75922/ramp.jscdn.intergient.com/1025552/75922/ra... https://cdn.intergient.com/1025552/75922/ramp.js — 200 — 9.1 KiB — 125 ms — h2https://washingtonian.com/wp-content/plugins/easy-image-collage/js/public.js?ver=1.13.6/wp-content/plugins/easy-image-coll... https://washingtonian.com/wp-content/plugins/easy-image-collage/js/public.js?ver=1.13.6 — 200 — 2.6 KiB — 63 ms — h3https://washingtonian.com/wp-content/plugins/a3-lazy-load/assets/css/loading.gif/wp-content/plugins/a3-lazy-load/as... https://washingtonian.com/wp-content/plugins/a3-lazy-load/assets/css/loading.gif — 200 — 1.9 KiB — 45 ms — h3https://washingtonian.com/wp-content/uploads/2026/04/Women-in-Journalism-thumbnail-2.png/wp-content/uploads/2026/04/Women-i... https://washingtonian.com/wp-content/uploads/2026/04/Women-in-Journalism-thumbnail-2.png — 200 — 51.3 KiB — 244 ms — h3https://washingtonian.com/wp-content/uploads/2026/04/Lokas_Highway_16-thumbnail-2-1500x854.jpg/wp-content/uploads/2026/04/Lokas_H... https://washingtonian.com/wp-content/uploads/2026/04/Lokas_Highway_16-thumbnail-2-1500x854.jpg — 200 — 288.5 KiB — 225 ms — h3https://washingtonian.com/wp-content/uploads/2026/04/Chris-Lake-PGF-2025-1500x1000.jpg/wp-content/uploads/2026/04/Chris-L... https://washingtonian.com/wp-content/uploads/2026/04/Chris-Lake-PGF-2025-1500x1000.jpg — 200 — 131.3 KiB — 186 ms — h3https://washingtonian.com/wp-content/uploads/2026/03/GettyImages-1763975847-thumbnail.jpg/wp-content/uploads/2026/03/GettyIm... https://washingtonian.com/wp-content/uploads/2026/03/GettyImages-1763975847-thumbnail.jpg — 200 — 72.2 KiB — 177 ms — h3https://washingtonian.com/wp-content/uploads/2026/04/001_2107_wyoming_ave_nw_washington_dc_20008_-_0005_890-1500x1000.jpg/wp-content/uploads/2026/04/001_210... https://washingtonian.com/wp-content/uploads/2026/04/001_2107_wyoming_ave_nw_washington_dc_20008_-_0005_890-1500x1000.jpg — 200 — 391.9 KiB — 235 ms — h3https://washingtonian.com/wp-content/uploads/2026/04/mark-jacobson-spy-museum-thumb-1022x1000.jpg/wp-content/uploads/2026/04/mark-ja... https://washingtonian.com/wp-content/uploads/2026/04/mark-jacobson-spy-museum-thumb-1022x1000.jpg — 200 — 91.3 KiB — 181 ms — h3https://washingtonian.com/wp-content/uploads/2025/09/WashingtonianToday_Fall-01.png/wp-content/uploads/2025/09/Washing... https://washingtonian.com/wp-content/uploads/2025/09/WashingtonianToday_Fall-01.png — 200 — 321.1 KiB — 253 ms — h3https://washingtonian.com/wp-content/uploads/2026/04/Sophie-and-John-Engagement-Session-168-1139x1000.jpg/wp-content/uploads/2026/04/Sophie-... https://washingtonian.com/wp-content/uploads/2026/04/Sophie-and-John-Engagement-Session-168-1139x1000.jpg — 200 — 85.4 KiB — 176 ms — h3https://washingtonian.com/wp-content/uploads/2026/04/Nash-IMG_20250426_122327-1500x1000.jpg/wp-content/uploads/2026/04/Nash-IM... https://washingtonian.com/wp-content/uploads/2026/04/Nash-IMG_20250426_122327-1500x1000.jpg — 200 — 392.5 KiB — 231 ms — h3https://washingtonian.com/wp-content/uploads/2026/04/Milkshake-and-Fries-1500x1000.jpg/wp-content/uploads/2026/04/Milksha... https://washingtonian.com/wp-content/uploads/2026/04/Milkshake-and-Fries-1500x1000.jpg — 200 — 191.8 KiB — 192 ms — h3https://washingtonian.com/wp-content/uploads/2024/06/52472620736_2f636fc488_o-1500x1000.jpg/wp-content/uploads/2024/06/5247262... https://washingtonian.com/wp-content/uploads/2024/06/52472620736_2f636fc488_o-1500x1000.jpg — 200 — 281.3 KiB — 214 ms — h3https://washingtonian.com/wp-content/uploads/2025/04/washingtonian-today-meridian-hill-small.png/wp-content/uploads/2025/04/washing... https://washingtonian.com/wp-content/uploads/2025/04/washingtonian-today-meridian-hill-small.png — 200 — 233.0 KiB — 262 ms — h3https://washingtonian.com/wp-content/uploads/2026/04/3D5A7841-social-1500x1000.jpg/wp-content/uploads/2026/04/3D5A784... https://washingtonian.com/wp-content/uploads/2026/04/3D5A7841-social-1500x1000.jpg — 200 — 316.3 KiB — 223 ms — h3https://washingtonian.com/wp-content/uploads/2026/04/Image-4-17-26-at-201-PM-1500x1000.png/wp-content/uploads/2026/04/Image-4... https://washingtonian.com/wp-content/uploads/2026/04/Image-4-17-26-at-201-PM-1500x1000.png — 200 — 152.9 KiB — 246 ms — h3https://washingtonian.com/wp-content/uploads/2022/08/washingtonian-generic-logo-circle-square-994x994-1-e1605810308248.webp/wp-content/uploads/2022/08/washing... https://washingtonian.com/wp-content/uploads/2022/08/washingtonian-generic-logo-circle-square-994x994-1-e1605810308248.webp — 200 — 12.4 KiB — 240 ms — h3https://washingtonian.com/wp-content/uploads/2023/04/chris_chern_for_georgetown_bid_crowd-1500x1000.jpg/wp-content/uploads/2023/04/chris_c... https://washingtonian.com/wp-content/uploads/2023/04/chris_chern_for_georgetown_bid_crowd-1500x1000.jpg — 200 — 421.3 KiB — 238 ms — h3https://washingtonian.com/wp-content/uploads/2026/04/kash-patel-GETTY.jpg/wp-content/uploads/2026/04/kash-pa... https://washingtonian.com/wp-content/uploads/2026/04/kash-patel-GETTY.jpg — 200 — 71.7 KiB — 179 ms — h3https://washingtonian.com/wp-content/uploads/2025/09/MikesTreehouse_EXT_DroneEvening_1-social-1500x1000.jpg/wp-content/uploads/2025/09/MikesTr... https://washingtonian.com/wp-content/uploads/2025/09/MikesTreehouse_EXT_DroneEvening_1-social-1500x1000.jpg — 200 — 423.9 KiB — 226 ms — h3https://washingtonian.com/wp-content/uploads/2025/09/Susie-Wiles14496v2-flat-FINAL-2-thumbnail-update-1500x1000.jpg/wp-content/uploads/2025/09/Susie-W... https://washingtonian.com/wp-content/uploads/2025/09/Susie-Wiles14496v2-flat-FINAL-2-thumbnail-update-1500x1000.jpg — 200 — 51.8 KiB — 164 ms — h3https://washingtonian.com/wp-content/uploads/2025/08/IMG_4750-Edit-Exposure-5and3-1500x1000.jpg/wp-content/uploads/2025/08/IMG_475... https://washingtonian.com/wp-content/uploads/2025/08/IMG_4750-Edit-Exposure-5and3-1500x1000.jpg — 200 — 277.1 KiB — 212 ms — h3https://washingtonian.com/wp-content/uploads/2025/09/Tech-Titans-202510932-cropped-1500x1000.jpg/wp-content/uploads/2025/09/Tech-Ti... https://washingtonian.com/wp-content/uploads/2025/09/Tech-Titans-202510932-cropped-1500x1000.jpg — 200 — 44.3 KiB — 209 ms — h3https://washingtonian.com/wp-content/uploads/2025/08/250627_GK_CraigHolman075-scaled-down-1500x1000.jpg/wp-content/uploads/2025/08/250627_... https://washingtonian.com/wp-content/uploads/2025/08/250627_GK_CraigHolman075-scaled-down-1500x1000.jpg — 200 — 104.1 KiB — 210 ms — h3https://washingtonian.com/wp-content/uploads/2025/09/NearDeath.layout_opening-photo-scaled-down-cropped-1500x1000.jpg/wp-content/uploads/2025/09/NearDea... https://washingtonian.com/wp-content/uploads/2025/09/NearDeath.layout_opening-photo-scaled-down-cropped-1500x1000.jpg — 200 — 40.3 KiB — 150 ms — h3https://washingtonian.com/wp-content/uploads/2025/09/PIW-collage_1-social-1500x967.jpg/wp-content/uploads/2025/09/PIW-col... https://washingtonian.com/wp-content/uploads/2025/09/PIW-collage_1-social-1500x967.jpg — 200 — 145.2 KiB — 215 ms — h3https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.1/webfonts/fa-solid-900.woff2cdn.jsdelivr.net/npm/@fortawesome/f... https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.1/webfonts/fa-solid-900.woff2 — 200 — 153.2 KiB — 31 ms — h3https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMwr7I_FMl_E.woff2fonts.gstatic.com/s/lora/v37/0QIvMX... https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMwr7I_FMl_E.woff2 — 200 — 36.9 KiB — 85 ms — h3https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wXiWtFCc.woff2fonts.gstatic.com/s/lato/v25/S6uyw4... https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wXiWtFCc.woff2 — 200 — 13.7 KiB — 50 ms — h3https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.0 KiB — 86 ms — h3https://fonts.gstatic.com/s/josefinsans/v34/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2fonts.gstatic.com/s/josefinsans/v34... https://fonts.gstatic.com/s/josefinsans/v34/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhLybpUVzEEQ.woff2 — 200 — 12.2 KiB — 67 ms — h3https://fonts.gstatic.com/s/librebaskerville/v24/kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNZaxMaC82U.woff2fonts.gstatic.com/s/librebaskervill... https://fonts.gstatic.com/s/librebaskerville/v24/kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNZaxMaC82U.woff2 — 200 — 33.1 KiB — 84 ms — h3https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.1/webfonts/fa-brands-400.woff2cdn.jsdelivr.net/npm/@fortawesome/f... https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.1/webfonts/fa-brands-400.woff2 — 200 — 115.0 KiB — 23 ms — h3https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/js/leaflet.js?ver=1553797872/wp-content/plugins/wp-mapit/wp_map... https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/js/leaflet.js?ver=1553797872 — 200 — 42.7 KiB — 75 ms — h3https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/js/leaflet.responsive.popup.js?ver=1553797872/wp-content/plugins/wp-mapit/wp_map... https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/js/leaflet.responsive.popup.js?ver=1553797872 — 200 — 2.8 KiB — 44 ms — h3https://script.hotjar.com/modules.6a0f3932cb1341a35c18.jsscript.hotjar.com/modules.6a0f3932c... https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js — 200 — 56.6 KiB — 76 ms — h2https://mab.chartbeat.com/mab_strategy/headline_testing/get_strategy/?host=washingtonian.com&domain=washingtonian.com&path=%2Fmab.chartbeat.com/mab_strategy/head... https://mab.chartbeat.com/mab_strategy/headline_testing/get_strategy/?host=washingtonian.com&domain=washingtonian.com&path=%2F — 200 — 517 B — 50 ms — h2https://www.google.com/ccm/collect?rcb=2&frm=0&en=page_view&dl=https%3A%2F%2Fwashingtonian.com%2F&scrsrc=www.googletagmanager.com&rnd=513912122.1776902338&dt=Washingtonian%20-%20The%20website%20that%20Washington%20lives%20by.&auid=951552823.1776902338&navt=n&npa=1&did=dZGIzZG&gdid=dZGIzZG&gtm=45be64k1za200zb9186370568zd9186370568xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401~117384406~118463262&apve=1&apvf=f&apvc=1&tids=AW-668459169&tid=AW-668459169&tft=1776902337517&tfd=1069www.google.com/ccm/collect?rcb=2&fr... https://www.google.com/ccm/collect?rcb=2&frm=0&en=page_view&dl=https%3A%2F%2Fwashingtonian.com%2F&scrsrc=www.googletagmanager.com&rnd=513912122.1776902338&dt=Washingtonian%20-%20The%20website%20that%20Washington%20lives%20by.&auid=951552823.1776902338&navt=n&npa=1&did=dZGIzZG&gdid=dZGIzZG&gtm=45be64k1za200zb9186370568zd9186370568xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401~117384406~118463262&apve=1&apvf=f&apvc=1&tids=AW-668459169&tid=AW-668459169&tft=1776902337517&tfd=1069 — 200 — 21 B — 71 ms — h3https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/js/leaflet-gesture-handling.js?ver=1555836936/wp-content/plugins/wp-mapit/wp_map... https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/js/leaflet-gesture-handling.js?ver=1555836936 — 200 — 8.7 KiB — 29 ms — h3https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 34.1 KiB — 110 ms — h3https://cdn.intergient.com/prebid/prebid.05eaa3284c60ad6e334d.jscdn.intergient.com/prebid/prebid.05... https://cdn.intergient.com/prebid/prebid.05eaa3284c60ad6e334d.js — 200 — 222.2 KiB — 79 ms — h2https://cdn.intergient.com/ramp_core.jscdn.intergient.com/ramp_core.js https://cdn.intergient.com/ramp_core.js — 200 — 1.6 KiB — 23 ms — h2https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/js/Leaflet.fullscreen.min.js?ver=1580051664/wp-content/plugins/wp-mapit/wp_map... https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/js/Leaflet.fullscreen.min.js?ver=1580051664 — 200 — 1.2 KiB — 40 ms — h3https://cdn.intergient.com/pageos/V.20260421.1/pageos.jscdn.intergient.com/pageos/V.2026042... https://cdn.intergient.com/pageos/V.20260421.1/pageos.js — 200 — 608 B — 49 ms — h2https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/js/wp_mapit.js?ver=1598284276/wp-content/plugins/wp-mapit/wp_map... https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/js/wp_mapit.js?ver=1598284276 — 200 — 1.5 KiB — 41 ms — h3https://cdn.intergient.com/pageos/V.20260421.1/runtime.04ca972e510171386322.jscdn.intergient.com/pageos/V.2026042... https://cdn.intergient.com/pageos/V.20260421.1/runtime.04ca972e510171386322.js — 200 — 2.3 KiB — 26 ms — h2https://cdn.intergient.com/pageos/V.20260421.1/main.282c283e39679935e999.jscdn.intergient.com/pageos/V.2026042... https://cdn.intergient.com/pageos/V.20260421.1/main.282c283e39679935e999.js — 200 — 171.4 KiB — 44 ms — h2https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/js/wp_mapit_multipin.js?ver=1598284276/wp-content/plugins/wp-mapit/wp_map... https://washingtonian.com/wp-content/plugins/wp-mapit/wp_mapit/js/wp_mapit_multipin.js?ver=1598284276 — 200 — 1.5 KiB — 26 ms — h3https://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 — 187.7 KiB — 84 ms — h3https://cdn.intergient.com/pageos/V.20260421.1/videoCard.cea8a6bd8cad3ad73428.jscdn.intergient.com/pageos/V.2026042... https://cdn.intergient.com/pageos/V.20260421.1/videoCard.cea8a6bd8cad3ad73428.js — 200 — 675 B — 27 ms — h2https://config.playwire.com/1025552/v2/websites/75922/styles.cssconfig.playwire.com/1025552/v2/webs... https://config.playwire.com/1025552/v2/websites/75922/styles.css — 200 — 772 B — 349 ms — h3https://cdn.intergient.com/pageos/V.20260421.1/gdpr.c683187f44571d134588.jscdn.intergient.com/pageos/V.2026042... https://cdn.intergient.com/pageos/V.20260421.1/gdpr.c683187f44571d134588.js — 200 — 2.2 KiB — 24 ms — h2https://cdn.intergient.com/pageos/V.20260421.1/iframe/iframe.htmlcdn.intergient.com/pageos/V.2026042... https://cdn.intergient.com/pageos/V.20260421.1/iframe/iframe.html — 200 — 1.0 KiB — 80 ms — h2https://btloader.com/tag?o=5150306120761344&upapi=truebtloader.com/tag?o=5150306120761344... https://btloader.com/tag?o=5150306120761344&upapi=true — 200 — 50.2 KiB — 81 ms — h2https://raw.githubusercontent.com/easylist/easylist/master/docs/1x1.gifraw.githubusercontent.com/easylist/... https://raw.githubusercontent.com/easylist/easylist/master/docs/1x1.gif — 200 — 581 B — 6 ms — h2https://washingtonian.com/wp-content/themes/washingtonian/assets/js/polyfills-legacy.js?v=1776796593&ver=1776796593/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/js/polyfills-legacy.js?v=1776796593&ver=1776796593 — 200 — 23.1 KiB — 29 ms — h3https://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 — 43 ms — h3https://cdn.intergient.com/pageos/V.20260421.1/iframe/iframe.jscdn.intergient.com/pageos/V.2026042... https://cdn.intergient.com/pageos/V.20260421.1/iframe/iframe.js — 200 — 7.2 KiB — 27 ms — h2https://fundingchoicesmessages.google.com/i/22466671215?ers=3fundingchoicesmessages.google.com/i... https://fundingchoicesmessages.google.com/i/22466671215?ers=3 — 200 — 70.0 KiB — 155 ms — h2https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiZSSUhiCXAA.woff2fonts.gstatic.com/s/oswald/v57/TK3_... https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiZSSUhiCXAA.woff2 — 200 — 12.1 KiB — 30 ms — h3https://washingtonian.com/wp-content/themes/washingtonian/assets/js/app-legacy.js?v=1776796593&ver=1776796593/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/js/app-legacy.js?v=1776796593&ver=1776796593 — 200 — 10.7 KiB — 43 ms — h3https://cdn.intergient.com/cdn-cgi/challenge-platform/scripts/jsd/main.jscdn.intergient.com/cdn-cgi/challeng... https://cdn.intergient.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 373 B — 19 ms — h2https://ad-delivery.net/px.gif?ch=2&e=0.002641128790412006ad-delivery.net/px.gif?ch=2&e=0.002... https://ad-delivery.net/px.gif?ch=2&e=0.002641128790412006 — 200 — 109 B — 76 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.10172869159422648ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.10172869159422648 — 200 — 129 B — 58 ms — h3https://ad-delivery.net/px.gif?ch=1&e=0.8909377181978754ad-delivery.net/px.gif?ch=1&e=0.890... https://ad-delivery.net/px.gif?ch=1&e=0.8909377181978754 — 200 — 615 B — 72 ms — h2https://ab.dns-finder.com/meta/dnsab.dns-finder.com/meta/dns https://ab.dns-finder.com/meta/dns — 200 — 233 B — 170 ms — h2https://cdn.btloader.com/cchecker.html?upapi=truecdn.btloader.com/cchecker.html?upap... https://cdn.btloader.com/cchecker.html?upapi=true — 200 — 778 B — 71 ms — h2https://cdn.intergient.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?cdn.intergient.com/cdn-cgi/challeng... https://cdn.intergient.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — -1 — 0 B — 0 ms — https://btloader.com/trustedIframe.html?o=5150306120761344&upapi=truebtloader.com/trustedIframe.html?o=5... https://btloader.com/trustedIframe.html?o=5150306120761344&upapi=true — 200 — 2.2 KiB — 68 ms — h2https://cdn.api.btloader.com/device?orgid=5150306120761344&platformVersion=10.15.7&fullVersionList=%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5Dcdn.api.btloader.com/device?orgid=5... https://cdn.api.btloader.com/device?orgid=5150306120761344&platformVersion=10.15.7&fullVersionList=%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D — 403 — 237 B — 106 ms — h2https://washingtonian.com/wp-content/themes/washingtonian/assets/js/vendor-legacy-DT63QILT.js/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/js/vendor-legacy-DT63QILT.js — 200 — 141.3 KiB — 74 ms — h3https://washingtonian.com/wp-content/themes/washingtonian/assets/js/algolia-finders-legacy-DMewYTJA.js/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/js/algolia-finders-legacy-DMewYTJA.js — 200 — 22.0 KiB — 44 ms — h3https://washingtonian.com/wp-content/themes/washingtonian/assets/js/vendor-ui-legacy-Dnt4k-i6.js/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/js/vendor-ui-legacy-Dnt4k-i6.js — 200 — 14.1 KiB — 41 ms — h3https://washingtonian.com/wp-content/themes/washingtonian/assets/js/vendor-algolia-legacy-DemuvmpK.js/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/js/vendor-algolia-legacy-DemuvmpK.js — 200 — 64.3 KiB — 54 ms — h3https://a.omappapi.com/app/js/api.min.jsa.omappapi.com/app/js/api.min.js https://a.omappapi.com/app/js/api.min.js — 200 — 16.6 KiB — 105 ms — h2https://washingtonian.com/wp-content/plugins/a3-lazy-load/assets/js/jquery.lazyloadxt.extra.min.js?ver=2.7.7/wp-content/plugins/a3-lazy-load/as... https://washingtonian.com/wp-content/plugins/a3-lazy-load/assets/js/jquery.lazyloadxt.extra.min.js?ver=2.7.7 — 200 — 1.8 KiB — 47 ms — h3https://washingtonian.com/wp-content/plugins/a3-lazy-load/assets/js/jquery.lazyloadxt.srcset.min.js?ver=2.7.7/wp-content/plugins/a3-lazy-load/as... https://washingtonian.com/wp-content/plugins/a3-lazy-load/assets/js/jquery.lazyloadxt.srcset.min.js?ver=2.7.7 — 200 — 1.0 KiB — 44 ms — h3https://washingtonian.com/wp-content/plugins/a3-lazy-load/assets/js/jquery.lazyloadxt.extend.js?ver=2.7.7/wp-content/plugins/a3-lazy-load/as... https://washingtonian.com/wp-content/plugins/a3-lazy-load/assets/js/jquery.lazyloadxt.extend.js?ver=2.7.7 — 200 — 675 B — 41 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxWG0jtX7boN7m5Qkq80SYcYFHachcoU7e63pSovcnN_QuCNNOqiljOWnmxZLU0lDgUZVwY1XDd9MTM7alP8PloFEJ1hNK3m4tCBJ0RDSDWMf19sfCb8NhWpsjq0isiCuf37vysIfundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxWG0jtX7boN7m5Qkq80SYcYFHachcoU7e63pSovcnN_QuCNNOqiljOWnmxZLU0lDgUZVwY1XDd9MTM7alP8PloFEJ1hNK3m4tCBJ0RDSDWMf19sfCb8NhWpsjq0isiCuf37vysI — 204 — 28 B — 91 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxWG0jtX7boN7m5Qkq80SYcYFHachcoU7e63pSovcnN_QuCNNOqiljOWnmxZLU0lDgUZVwY1XDd9MTM7alP8PloFEJ1hNK3m4tCBJ0RDSDWMf19sfCb8NhWpsjq0isiCuf37vysIfundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxWG0jtX7boN7m5Qkq80SYcYFHachcoU7e63pSovcnN_QuCNNOqiljOWnmxZLU0lDgUZVwY1XDd9MTM7alP8PloFEJ1hNK3m4tCBJ0RDSDWMf19sfCb8NhWpsjq0isiCuf37vysI — 204 — 28 B — 86 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxWG0jtX7boN7m5Qkq80SYcYFHachcoU7e63pSovcnN_QuCNNOqiljOWnmxZLU0lDgUZVwY1XDd9MTM7alP8PloFEJ1hNK3m4tCBJ0RDSDWMf19sfCb8NhWpsjq0isiCuf37vysIfundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxWG0jtX7boN7m5Qkq80SYcYFHachcoU7e63pSovcnN_QuCNNOqiljOWnmxZLU0lDgUZVwY1XDd9MTM7alP8PloFEJ1hNK3m4tCBJ0RDSDWMf19sfCb8NhWpsjq0isiCuf37vysI — 204 — 28 B — 75 ms — h3https://fundingchoicesmessages.google.com/f/AGSKWxUfn6Hx5vriIqzVd6S1T0N1fwvNB3OicF0xR90qSMqz-RcD_0yixjDqXJJqTpX-ClEZ8-HqvSNzQ6Lnw2rKaKrAIiT5s2c-n9mS_9vmgBgQV3wf-eSLBPYzoxoIWxmJgSp9JbEs?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2OTAyMzM4LDExNjAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93YXNoaW5ndG9uaWFuLmNvbS8iLG51bGwsW1s4LCJwU0prbzE5NklIMCJdLFs5LCJlbi1VUyJdLFsxOCwiW1tbbnVsbCwxNDEwXV1dIl0sWzM1LCIxNzc2OTAyMzM4Il0sWzE5LCIxIl0sWzE3LCJbMF0iXSxbMjQsIiJdLFsyOSwidHJ1ZSJdXV0fundingchoicesmessages.google.com/f... https://fundingchoicesmessages.google.com/f/AGSKWxUfn6Hx5vriIqzVd6S1T0N1fwvNB3OicF0xR90qSMqz-RcD_0yixjDqXJJqTpX-ClEZ8-HqvSNzQ6Lnw2rKaKrAIiT5s2c-n9mS_9vmgBgQV3wf-eSLBPYzoxoIWxmJgSp9JbEs?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2OTAyMzM4LDExNjAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93YXNoaW5ndG9uaWFuLmNvbS8iLG51bGwsW1s4LCJwU0prbzE5NklIMCJdLFs5LCJlbi1VUyJdLFsxOCwiW1tbbnVsbCwxNDEwXV1dIl0sWzM1LCIxNzc2OTAyMzM4Il0sWzE5LCIxIl0sWzE3LCJbMF0iXSxbMjQsIiJdLFsyOSwidHJ1ZSJdXV0 — 200 — 66.6 KiB — 80 ms — h2https://washingtonian.com/wp-content/plugins/ajax-load-more/build/frontend/ajax-load-more.min.js?ver=7.8.4/wp-content/plugins/ajax-load-more/... https://washingtonian.com/wp-content/plugins/ajax-load-more/build/frontend/ajax-load-more.min.js?ver=7.8.4 — 200 — 90.8 KiB — 50 ms — h3https://a.omappapi.com/app/js/api.min.cssa.omappapi.com/app/js/api.min.css https://a.omappapi.com/app/js/api.min.css — 200 — 2.9 KiB — 27 ms — h2https://ad-delivery.net/px.gif?ch=1&e=0.2941002353579423ad-delivery.net/px.gif?ch=1&e=0.294... https://ad-delivery.net/px.gif?ch=1&e=0.2941002353579423 — 200 — 133 B — 23 ms — h2https://cdn.cityspark.com/wid/get.js?ver=1cdn.cityspark.com/wid/get.js?ver=1 https://cdn.cityspark.com/wid/get.js?ver=1 — 200 — 2.8 KiB — 89 ms — h2https://geoedge.com/geo.jsgeoedge.com/geo.js https://geoedge.com/geo.js — 301 — 420 B — 34 ms — h2https://www.geoedge.com/geo.jswww.geoedge.com/geo.js https://www.geoedge.com/geo.js — -1 — 0 B — 47 ms — https://fonts.googleapis.com/css?family=Archivo:400,500|Arimo:400,500|Bitter:400,500|EB+Garamond:400,500|Lato|Libre+Baskervill|Libre+Franklin:400,500|Lora:400,500|Google+Sans:regular,medium:400,500|Material+Icons|Google+Symbols|Merriweather|Montserrat:400,500|Mukta:400,500|Muli:400,500|Nunito:400,500|Open+Sans:400,500,600|Open+Sans+Condensed:400,600|Oswald:500|Playfair+Display:400,500|Poppins:400,500|Raleway:400,500|Roboto:400,500|Roboto+Condensed:400,500|Roboto+Slab:400,500|Slabo+27px|Source+Sans+Pro|Ubuntu:400,500|Volkhov&display=swapfonts.googleapis.com/css?family=Arc... https://fonts.googleapis.com/css?family=Archivo:400,500|Arimo:400,500|Bitter:400,500|EB+Garamond:400,500|Lato|Libre+Baskervill|Libre+Franklin:400,500|Lora:400,500|Google+Sans:regular,medium:400,500|Material+Icons|Google+Symbols|Merriweather|Montserrat:400,500|Mukta:400,500|Muli:400,500|Nunito:400,500|Open+Sans:400,500,600|Open+Sans+Condensed:400,600|Oswald:500|Playfair+Display:400,500|Poppins:400,500|Raleway:400,500|Roboto:400,500|Roboto+Condensed:400,500|Roboto+Slab:400,500|Slabo+27px|Source+Sans+Pro|Ubuntu:400,500|Volkhov&display=swap — 200 — 6.2 KiB — 37 ms — h3https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v40/me... https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.1 KiB — 31 ms — h3https://content.hotjar.io/?site_id=2617416&gzip=1content.hotjar.io/?site_id=2617416&... https://content.hotjar.io/?site_id=2617416&gzip=1 — 200 — 171 B — 240 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 — 75 ms — h2https://fundingchoicesmessages.google.com/el/AGSKWxWG0jtX7boN7m5Qkq80SYcYFHachcoU7e63pSovcnN_QuCNNOqiljOWnmxZLU0lDgUZVwY1XDd9MTM7alP8PloFEJ1hNK3m4tCBJ0RDSDWMf19sfCb8NhWpsjq0isiCuf37vysIfundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxWG0jtX7boN7m5Qkq80SYcYFHachcoU7e63pSovcnN_QuCNNOqiljOWnmxZLU0lDgUZVwY1XDd9MTM7alP8PloFEJ1hNK3m4tCBJ0RDSDWMf19sfCb8NhWpsjq0isiCuf37vysI — 204 — 28 B — 33 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxWG0jtX7boN7m5Qkq80SYcYFHachcoU7e63pSovcnN_QuCNNOqiljOWnmxZLU0lDgUZVwY1XDd9MTM7alP8PloFEJ1hNK3m4tCBJ0RDSDWMf19sfCb8NhWpsjq0isiCuf37vysIfundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxWG0jtX7boN7m5Qkq80SYcYFHachcoU7e63pSovcnN_QuCNNOqiljOWnmxZLU0lDgUZVwY1XDd9MTM7alP8PloFEJ1hNK3m4tCBJ0RDSDWMf19sfCb8NhWpsjq0isiCuf37vysI — 204 — 28 B — 37 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxWG0jtX7boN7m5Qkq80SYcYFHachcoU7e63pSovcnN_QuCNNOqiljOWnmxZLU0lDgUZVwY1XDd9MTM7alP8PloFEJ1hNK3m4tCBJ0RDSDWMf19sfCb8NhWpsjq0isiCuf37vysIfundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxWG0jtX7boN7m5Qkq80SYcYFHachcoU7e63pSovcnN_QuCNNOqiljOWnmxZLU0lDgUZVwY1XDd9MTM7alP8PloFEJ1hNK3m4tCBJ0RDSDWMf19sfCb8NhWpsjq0isiCuf37vysI — 204 — 28 B — 34 ms — h3https://ping.chartbeat.net/ping?h=washingtonian.com&p=%2F&u=CRUrafCbyon8B5zthq&d=washingtonian.com&g=64344&g0=News%20%26amp%3B%20Politics&g1=Damare%20Baker%2CKate%20Corliss&n=1&f=00001&c=0&x=0&m=0&y=5583&o=1350&w=940&j=45&R=1&W=0&I=0&E=0&e=0&r=&PA=https%3A%2F%2Fwashingtonian.com%2F&b=2112&t=sFQXuCANKDODev3LKCtGCJ2C3sIH5&V=150&i=Washingtonian%20-%20The%20website%20that%20Washington%20lives%20by.&tz=0&sn=1&sv=CGz2nCuGHTiDeYKuvB6HQt8DLYEnR&sr=external&sd=1&im=067b2fff&_ping.chartbeat.net/ping?h=washingto... https://ping.chartbeat.net/ping?h=washingtonian.com&p=%2F&u=CRUrafCbyon8B5zthq&d=washingtonian.com&g=64344&g0=News%20%26amp%3B%20Politics&g1=Damare%20Baker%2CKate%20Corliss&n=1&f=00001&c=0&x=0&m=0&y=5583&o=1350&w=940&j=45&R=1&W=0&I=0&E=0&e=0&r=&PA=https%3A%2F%2Fwashingtonian.com%2F&b=2112&t=sFQXuCANKDODev3LKCtGCJ2C3sIH5&V=150&i=Washingtonian%20-%20The%20website%20that%20Washington%20lives%20by.&tz=0&sn=1&sv=CGz2nCuGHTiDeYKuvB6HQt8DLYEnR&sr=external&sd=1&im=067b2fff&_ — 200 — 201 B — 330 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAQAAABGtvB0AAADzklEQVR42rWYy28bVRSHv7FnnMnDc…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAQAAABGtvB0AAADzklEQVR42rWYy28bVRSHv7FnnMnDc… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAQAAABGtvB0AAADxklEQVR42rWYy09cZRiHn3MZOAMMA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAQAAABGtvB0AAADxklEQVR42rWYy09cZRiHn3MZOAMMA… — 200 — 0 B — 0 ms — datahttps://washingtonian.com/wp-content/themes/washingtonian/assets/assets/loading-BY_-FGaJ.gif/wp-content/themes/washingtonian/as... https://washingtonian.com/wp-content/themes/washingtonian/assets/assets/loading-BY_-FGaJ.gif — 404 — 198 B — 1.1 s — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAQAAAAn3TzeAAAAq0lEQVR42qXUQQ6DIBAF0NnbbT1TM…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAQAAAAn3TzeAAAAq0lEQVR42qXUQQ6DIBAF0NnbbT1TM… — 200 — 0 B — 0 ms — datadata:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw== — 200 — 0 B — 0 ms — datahttps://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.3175843639693293ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.3175843639693293 — 200 — 129 B — 30 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.7684714862984452ad-delivery.net/px.gif?ch=2&e=0.768... https://ad-delivery.net/px.gif?ch=2&e=0.7684714862984452 — 200 — 116 B — 22 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 — 3.1 KiB — 55 ms — h2https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 62 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.7942147403023532ad-delivery.net/px.gif?ch=2&e=0.794... https://ad-delivery.net/px.gif?ch=2&e=0.7942147403023532 — 200 — 133 B — 24 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.9687926288180666ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.9687926288180666 — 200 — 129 B — 30 ms — h3https://ad-delivery.net/px.gif?ch=1&e=0.5031574647403001ad-delivery.net/px.gif?ch=1&e=0.503... https://ad-delivery.net/px.gif?ch=1&e=0.5031574647403001 — 200 — 110 B — 24 ms — h2https://ab.dns-finder.com/meta/dnsab.dns-finder.com/meta/dns https://ab.dns-finder.com/meta/dns — 200 — 0 B — 3 ms — h2https://ad-delivery.net/px.gif?ch=1&e=0.010487141966404212ad-delivery.net/px.gif?ch=1&e=0.010... https://ad-delivery.net/px.gif?ch=1&e=0.010487141966404212 — 200 — 110 B — 22 ms — h2https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvsUZiZSSUhiCXAA.woff2fonts.gstatic.com/s/oswald/v57/TK3_... https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvsUZiZSSUhiCXAA.woff2 — 200 — 12.5 KiB — 29 ms — h3https://washingtonian.com/wp-content/themes/washingtonian/favicon.ico/wp-content/themes/washingtonian/fa... https://washingtonian.com/wp-content/themes/washingtonian/favicon.ico — 200 — 3.2 KiB — 28 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.8799312865056698ad-delivery.net/px.gif?ch=2&e=0.879... https://ad-delivery.net/px.gif?ch=2&e=0.8799312865056698 — 200 — 117 B — 22 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.7411398174564984ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.7411398174564984 — 200 — 129 B — 29 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.21762188370898639ad-delivery.net/px.gif?ch=2&e=0.217... https://ad-delivery.net/px.gif?ch=2&e=0.21762188370898639 — 200 — 133 B — 23 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.5702932439531387ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.5702932439531387 — 200 — 129 B — 29 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.3040454408421077ad-delivery.net/px.gif?ch=2&e=0.304... https://ad-delivery.net/px.gif?ch=2&e=0.3040454408421077 — 200 — 116 B — 23 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.6504120778506933ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.6504120778506933 — 200 — 129 B — 29 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.6026441149250845ad-delivery.net/px.gif?ch=2&e=0.602... https://ad-delivery.net/px.gif?ch=2&e=0.6026441149250845 — 200 — 110 B — 23 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.6281575341828175ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.6281575341828175 — 200 — 129 B — 30 ms — h3https://tracely.cloud/api/i/mtracely.cloud/api/i/m https://tracely.cloud/api/i/m — -1 — 0 B — 0 ms — https://tracely.cloud/api/i/mtracely.cloud/api/i/m https://tracely.cloud/api/i/m — 204 — 0 B — 198 ms — h3https://tracely.cloud/api/i/btracely.cloud/api/i/b https://tracely.cloud/api/i/b — -1 — 0 B — 0 ms — https://tracely.cloud/api/i/btracely.cloud/api/i/b https://tracely.cloud/api/i/b — -1 — 0 B — 0 ms —
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
66% of JavaScript execution is third-party
First-party Third-party 816ms · 715KB · $11/mo
Unattributable
Other
Costly
Execution 287ms
Transfer 0 KB
Monthly Cost $4/mo
fundingchoicesmessages.google.com
Other
Optional
Execution 174ms
Transfer 67 KB
Monthly Cost $2/mo
Hotjar
Session Replay
Optional
Execution 102ms
Transfer 57 KB
Unused 47%
Monthly Cost $1/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 72ms
Transfer 188 KB
Unused 73%
Monthly Cost $1/mo
cdn.intergient.com
Other
Optional
Execution 67ms
Transfer 171 KB
Unused 78%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 61ms
Transfer 163 KB
Unused 40%
Monthly Cost $1/mo
fundingchoicesmessages.google.com
Other
Optional
Execution 54ms
Transfer 70 KB
Unused 52%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 287ms and costs ~$4/month

66% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

Unattributable takes 287ms 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

73% 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

78% of cdn.intergient.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

52% of fundingchoicesmessages.google.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