Skip to content
https://dc.gov

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
80
GRADE
B
FIX
2
REVIEW
4
PASS
9
INFO
2

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

30
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
88
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
46
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.

1.17 s

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

10.68 s

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

915 ms

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

0.586

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

4.09 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

11.74 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
17
9 PASS 4 REVIEW 2 FIX
D
JS Execution Cost
Action
3404ms total JS execution
FIX
3404ms total JS execution
Warning::
https://dc.gov/sites/all/modules/contrib/jquery_up...: 1556ms CPU time
Warning::
Unattributable: 463ms CPU time
Warning::
https://dc.gov/: 392ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-XLLL...: 256ms CPU time
Info::
https://platform.twitter.com/widgets.js: 224ms CPU time
Info::
Third-party scripts: 1278ms (38% of total)

Main Thread Breakdown

Script Evaluation 67% Other 18% Style & Layout 6% Script Parsing & Compilation 5%
ScriptTotalScriptingParse/CompileParty
https://dc.gov/sites/all/modules/contrib/jquery_update/replace/jquery/1.8/jquery.min.js?v=1.8.31556ms1494ms6ms1st
Unattributable463ms8ms0ms3rd
https://dc.gov/392ms70ms17ms1st
https://www.googletagmanager.com/gtag/js?id=G-XLLLT5975Z256ms208ms47ms3rd
https://platform.twitter.com/widgets.js224ms175ms16ms3rd
https://dc.gov/cdn-cgi/challenge-platform/scripts/jsd/main.js177ms168ms3ms1st
https://js-agent.newrelic.com/nr-rum-1.313.1.min.js127ms109ms6ms3rd
https://cse.google.com/cse.js?cx=012222452693656877933:sul8glk5y2y84ms77ms1ms3rd
https://cdn1.readspeaker.com/script/6295/webReader/webReader.js?pids=wr64ms32ms7ms3rd
https://www.google-analytics.com/analytics.js60ms47ms4ms3rd
D
Page Weight Inventory
Action
136 resources · 1.5 MB · 153 KB savings available
FIX
136 resources · 1.5 MB · 153 KB savings available
Warning::
Page weight 554 KB over 1MB target
Got: 1.5 MB Expected: ≤ 1 MB
Info::
~153 KB of savings available
Warning::
35 third-party resources (44% of weight)
136 resources · 1.5 MiB · 35 third-party 554.2 KiB over 1MB target
Image 40% · 634.6 KiB
JavaScript 36% · 573.5 KiB
Document 9% · 147.7 KiB
Font 7% · 112.9 KiB
CSS 6% · 97.5 KiB
Other 1% · 11.9 KiB

~153.4 KiB of savings available

Remove unused JavaScript: 153.4 KiB
B
Page Weight Budget
1.5 MB transferred, 136 requests
REVIEW
1.5 MB transferred, 136 requests
Info::
Page weighs 3.2 MB (1.5 MB transferred)
Warning::
JavaScript is 571 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 571 KB
Warning::
136 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.32 g CO2 per page load
1.5 MB / 2.4 MB budget
1.5 MB transferred
136 requests
0.32 g CO2 per page load
Images 634.0 KiB 40%
JavaScript 570.8 KiB 36%
HTML 147.2 KiB 9%
Fonts 112.9 KiB 7%
CSS 97.5 KiB 6%
Other 13.7 KiB 1%
Other 1.5 KiB 0%
Other 634 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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

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

B
Third-Party Impact
44% third-party, 0 ms blocking
REVIEW
44% third-party, 0 ms blocking
Info::
Third-party code accounts for 44% of page weight (691.9 KiB of 1.5 MiB)
Info::
Third-party blocking time is low (0 ms)
56%
44%
First-party Third-party
C
Image Optimization
Action
30 images, 0 KB saveable
REVIEW
30 images, 0 KB saveable
Warning::
https://dc.gov/sites/default/files/dc/dcgovhr.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dc.gov/sites/default/files/dc/shared_asset... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dc.gov/sites/default/files/dc/shared_asset... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
30 images 634 KB
0 oversized -0 KB
29 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 Bundles
Action
40 scripts, 153 KB unused
REVIEW
40 scripts, 153 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-XLLL...: 71 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.google.com/cse/static/element/dc329f57...: 51 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cse.google.com/adsense/search/async-ads.js: 32 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 153 KB
153 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-XLLLT5975Z174 KB71 KB (41%)3rd
https://www.google.com/cse/static/element/dc329f57de078f5d/cse_element__en.js?usqp=CAM%3D103 KB51 KB (49%)3rd
https://cse.google.com/adsense/search/async-ads.js44 KB32 KB (73%)3rd
https://dc.gov/sites/all/themes/dc_home_omega/js/dcHome.js?szii6f4 KB1st
https://dc.gov/sites/all/themes/omega/omega/js/jquery.formalize.js?szii6f1 KB1st
https://dc.gov/misc/drupal.js?szii6f7 KB1st
https://dc.gov/sites/all/modules/contrib/jquery_update/replace/ui/external/jquery.cookie.js?v=67fb34f6a866c40d05701 KB1st
https://dc.gov/sites/all/modules/contrib/jquery_update/replace/misc/jquery.form.min.js?v=2.694 KB1st
https://dc.gov/sites/all/themes/omega/omega/js/omega-mediaqueries.js?szii6f1 KB1st
https://dc.gov/sites/all/modules/contrib/jquery_update/js/jquery_update.js?v=0.0.10 KB1st

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

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
3 fonts (113 KB)
PASS
3 fonts (113 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

113 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 1.2 s LCP 10.7 shttps://dc.gov/sites/all/themes/dc_home_omega/fonts/Roboto-Regular.ttfRoboto-Regular.ttf https://dc.gov/sites/all/themes/dc_home_omega/fonts/Roboto-Regular.ttf — 75.1 KiB — 55 ms — font-display: swapdata:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SDFEAAAC8AAAAYGNtYXDfzt66AA…x-font-ttf;charset=utf-... data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SDFEAAAC8AAAAYGNtYXDfzt66AA… — 12.7 KiB — 56 ms — font-display: swapdata:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAGR0ABMAAAAAtxAAAQAAAAAAAAAAAAAAAAAAAAA…font-woff;charset=utf-8... data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAGR0ABMAAAAAtxAAAQAAAAAAAAAAAAAAAAAAAAA… — 25.1 KiB — 56 ms — font-display: swap
Roboto-Regular.ttf ttf swap
Size 75 KB
Load time 55 ms
Start 251 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
x-font-ttf;charset=utf-... unknown swap
Size 13 KB
Load time 56 ms
Start 434 ms
Risk FOUT — text flashes from fallback to web font
font-woff;charset=utf-8... woff swap
Size 25 KB
Load time 56 ms
Start 434 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
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 ~34 KB and ~68 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+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
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

A+
HTTP Caching
max-age=21600 (6 hours)
PASS
max-age=21600 (6 hours)
Info::
Cache-Control header is set
Got: public, max-age=21600
Info::
Effective TTL: 6 hours (max-age=21600)
Info::
Last-Modified header present
Cache-Control

public, max-age=21600

DirectiveValueMeaning
publicAny cache may store this response
max-age21600Cache for 6 hours
Effective TTL: 21600 seconds
Network Waterfall
136 requests over 2225ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 1.2 s LCP 10.7 shttps://dc.gov// https://dc.gov/ — 200 — 24.5 KiB — 82 ms — h2https://dc.gov/modules/system/system.base.css?szii6f/modules/system/system.base.css?szi... https://dc.gov/modules/system/system.base.css?szii6f — 200 — 1.9 KiB — 58 ms — h2https://dc.gov/modules/system/system.menus.css?szii6f/modules/system/system.menus.css?sz... https://dc.gov/modules/system/system.menus.css?szii6f — 200 — 850 B — 56 ms — h2https://dc.gov/modules/system/system.messages.css?szii6f/modules/system/system.messages.css... https://dc.gov/modules/system/system.messages.css?szii6f — 200 — 536 B — 57 ms — h2https://dc.gov/modules/system/system.theme.css?szii6f/modules/system/system.theme.css?sz... https://dc.gov/modules/system/system.theme.css?szii6f — 200 — 1.3 KiB — 58 ms — h2https://dc.gov/modules/book/book.css?szii6f/modules/book/book.css?szii6f https://dc.gov/modules/book/book.css?szii6f — 200 — 543 B — 60 ms — h2https://dc.gov/modules/comment/comment.css?szii6f/modules/comment/comment.css?szii6f https://dc.gov/modules/comment/comment.css?szii6f — 200 — 271 B — 59 ms — h2https://dc.gov/sites/all/modules/date/date_popup/themes/datepicker.1.7.css?szii6f/sites/all/modules/date/date_popup/... https://dc.gov/sites/all/modules/date/date_popup/themes/datepicker.1.7.css?szii6f — 200 — 1.0 KiB — 65 ms — h2https://dc.gov/sites/all/modules/date/date_repeat_field/date_repeat_field.css?szii6f/sites/all/modules/date/date_repeat... https://dc.gov/sites/all/modules/date/date_repeat_field/date_repeat_field.css?szii6f — 200 — 677 B — 66 ms — h2https://dc.gov/sites/all/modules/domain/domain_nav/domain_nav.css?szii6f/sites/all/modules/domain/domain_na... https://dc.gov/sites/all/modules/domain/domain_nav/domain_nav.css?szii6f — 200 — 223 B — 69 ms — h2https://dc.gov/modules/field/theme/field.css?szii6f/modules/field/theme/field.css?szii... https://dc.gov/modules/field/theme/field.css?szii6f — 200 — 365 B — 62 ms — h2https://dc.gov/modules/node/node.css?szii6f/modules/node/node.css?szii6f https://dc.gov/modules/node/node.css?szii6f — 200 — 219 B — 63 ms — h2https://dc.gov/modules/search/search.css?szii6f/modules/search/search.css?szii6f https://dc.gov/modules/search/search.css?szii6f — 200 — 362 B — 60 ms — h2https://dc.gov/modules/user/user.css?szii6f/modules/user/user.css?szii6f https://dc.gov/modules/user/user.css?szii6f — 200 — 838 B — 59 ms — h2https://dc.gov/sites/all/modules/views/css/views.css?szii6f/sites/all/modules/views/css/views.... https://dc.gov/sites/all/modules/views/css/views.css?szii6f — 200 — 439 B — 69 ms — h2https://dc.gov/sites/all/modules/ckeditor/css/ckeditor.css?szii6f/sites/all/modules/ckeditor/css/cke... https://dc.gov/sites/all/modules/ckeditor/css/ckeditor.css?szii6f — 200 — 332 B — 65 ms — h2https://dc.gov/sites/all/modules/ctools/css/ctools.css?szii6f/sites/all/modules/ctools/css/ctool... https://dc.gov/sites/all/modules/ctools/css/ctools.css?szii6f — 200 — 405 B — 65 ms — h2https://dc.gov/sites/all/modules/contrib/flickrgallery/flickrgallery.css?szii6f/sites/all/modules/contrib/flickrga... https://dc.gov/sites/all/modules/contrib/flickrgallery/flickrgallery.css?szii6f — 200 — 367 B — 75 ms — h2https://dc.gov/sites/all/modules/panels/css/panels.css?szii6f/sites/all/modules/panels/css/panel... https://dc.gov/sites/all/modules/panels/css/panels.css?szii6f — 200 — 460 B — 67 ms — h2https://dc.gov/sites/all/modules/rate/rate.css?szii6f/sites/all/modules/rate/rate.css?sz... https://dc.gov/sites/all/modules/rate/rate.css?szii6f — 200 — 199 B — 69 ms — h2https://dc.gov/sites/all/modules/text_resize/text_resize.css?szii6f/sites/all/modules/text_resize/text... https://dc.gov/sites/all/modules/text_resize/text_resize.css?szii6f — 200 — 395 B — 70 ms — h2https://dc.gov/sites/all/modules/extlink/extlink.css?szii6f/sites/all/modules/extlink/extlink.... https://dc.gov/sites/all/modules/extlink/extlink.css?szii6f — 200 — 317 B — 71 ms — h2https://dc.gov/sites/all/modules/quicktabs/css/quicktabs.css?szii6f/sites/all/modules/quicktabs/css/qu... https://dc.gov/sites/all/modules/quicktabs/css/quicktabs.css?szii6f — 200 — 289 B — 72 ms — h2https://dc.gov/sites/all/modules/quicktabs/quicktabs_tabstyles/tabstyles/basic/basic.css?szii6f/sites/all/modules/quicktabs/quickt... https://dc.gov/sites/all/modules/quicktabs/quicktabs_tabstyles/tabstyles/basic/basic.css?szii6f — 200 — 493 B — 75 ms — h2https://dc.gov/sites/all/themes/dc_home_omega/js/bxslider/jquery.bxslider.css?szii6f/sites/all/themes/dc_home_omega/js/... https://dc.gov/sites/all/themes/dc_home_omega/js/bxslider/jquery.bxslider.css?szii6f — 200 — 1.3 KiB — 87 ms — h2https://dc.gov/sites/all/themes/dc_home_omega/css/normalize.css?szii6f/sites/all/themes/dc_home_omega/css... https://dc.gov/sites/all/themes/dc_home_omega/css/normalize.css?szii6f — 200 — 2.3 KiB — 90 ms — h2https://dc.gov/sites/all/themes/omega/alpha/css/alpha-reset.css?szii6f/sites/all/themes/omega/alpha/css/a... https://dc.gov/sites/all/themes/omega/alpha/css/alpha-reset.css?szii6f — 200 — 862 B — 79 ms — h2https://dc.gov/sites/all/themes/omega/alpha/css/alpha-mobile.css?szii6f/sites/all/themes/omega/alpha/css/a... https://dc.gov/sites/all/themes/omega/alpha/css/alpha-mobile.css?szii6f — 200 — 468 B — 84 ms — h2https://dc.gov/sites/all/themes/omega/omega/css/formalize.css?szii6f/sites/all/themes/omega/omega/css/f... https://dc.gov/sites/all/themes/omega/omega/css/formalize.css?szii6f — 200 — 1.5 KiB — 91 ms — h2https://dc.gov/sites/all/themes/omega/omega/css/omega-text.css?szii6f/sites/all/themes/omega/omega/css/o... https://dc.gov/sites/all/themes/omega/omega/css/omega-text.css?szii6f — 200 — 747 B — 83 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 1.2 s LCP 10.7 shttps://dc.gov// https://dc.gov/ — 200 — 24.5 KiB — 82 ms — h2https://dc.gov/modules/system/system.base.css?szii6f/modules/system/system.base.css?szi... https://dc.gov/modules/system/system.base.css?szii6f — 200 — 1.9 KiB — 58 ms — h2https://dc.gov/modules/system/system.menus.css?szii6f/modules/system/system.menus.css?sz... https://dc.gov/modules/system/system.menus.css?szii6f — 200 — 850 B — 56 ms — h2https://dc.gov/modules/system/system.messages.css?szii6f/modules/system/system.messages.css... https://dc.gov/modules/system/system.messages.css?szii6f — 200 — 536 B — 57 ms — h2https://dc.gov/modules/system/system.theme.css?szii6f/modules/system/system.theme.css?sz... https://dc.gov/modules/system/system.theme.css?szii6f — 200 — 1.3 KiB — 58 ms — h2https://dc.gov/modules/book/book.css?szii6f/modules/book/book.css?szii6f https://dc.gov/modules/book/book.css?szii6f — 200 — 543 B — 60 ms — h2https://dc.gov/modules/comment/comment.css?szii6f/modules/comment/comment.css?szii6f https://dc.gov/modules/comment/comment.css?szii6f — 200 — 271 B — 59 ms — h2https://dc.gov/sites/all/modules/date/date_popup/themes/datepicker.1.7.css?szii6f/sites/all/modules/date/date_popup/... https://dc.gov/sites/all/modules/date/date_popup/themes/datepicker.1.7.css?szii6f — 200 — 1.0 KiB — 65 ms — h2https://dc.gov/sites/all/modules/date/date_repeat_field/date_repeat_field.css?szii6f/sites/all/modules/date/date_repeat... https://dc.gov/sites/all/modules/date/date_repeat_field/date_repeat_field.css?szii6f — 200 — 677 B — 66 ms — h2https://dc.gov/sites/all/modules/domain/domain_nav/domain_nav.css?szii6f/sites/all/modules/domain/domain_na... https://dc.gov/sites/all/modules/domain/domain_nav/domain_nav.css?szii6f — 200 — 223 B — 69 ms — h2https://dc.gov/modules/field/theme/field.css?szii6f/modules/field/theme/field.css?szii... https://dc.gov/modules/field/theme/field.css?szii6f — 200 — 365 B — 62 ms — h2https://dc.gov/modules/node/node.css?szii6f/modules/node/node.css?szii6f https://dc.gov/modules/node/node.css?szii6f — 200 — 219 B — 63 ms — h2https://dc.gov/modules/search/search.css?szii6f/modules/search/search.css?szii6f https://dc.gov/modules/search/search.css?szii6f — 200 — 362 B — 60 ms — h2https://dc.gov/modules/user/user.css?szii6f/modules/user/user.css?szii6f https://dc.gov/modules/user/user.css?szii6f — 200 — 838 B — 59 ms — h2https://dc.gov/sites/all/modules/views/css/views.css?szii6f/sites/all/modules/views/css/views.... https://dc.gov/sites/all/modules/views/css/views.css?szii6f — 200 — 439 B — 69 ms — h2https://dc.gov/sites/all/modules/ckeditor/css/ckeditor.css?szii6f/sites/all/modules/ckeditor/css/cke... https://dc.gov/sites/all/modules/ckeditor/css/ckeditor.css?szii6f — 200 — 332 B — 65 ms — h2https://dc.gov/sites/all/modules/ctools/css/ctools.css?szii6f/sites/all/modules/ctools/css/ctool... https://dc.gov/sites/all/modules/ctools/css/ctools.css?szii6f — 200 — 405 B — 65 ms — h2https://dc.gov/sites/all/modules/contrib/flickrgallery/flickrgallery.css?szii6f/sites/all/modules/contrib/flickrga... https://dc.gov/sites/all/modules/contrib/flickrgallery/flickrgallery.css?szii6f — 200 — 367 B — 75 ms — h2https://dc.gov/sites/all/modules/panels/css/panels.css?szii6f/sites/all/modules/panels/css/panel... https://dc.gov/sites/all/modules/panels/css/panels.css?szii6f — 200 — 460 B — 67 ms — h2https://dc.gov/sites/all/modules/rate/rate.css?szii6f/sites/all/modules/rate/rate.css?sz... https://dc.gov/sites/all/modules/rate/rate.css?szii6f — 200 — 199 B — 69 ms — h2https://dc.gov/sites/all/modules/text_resize/text_resize.css?szii6f/sites/all/modules/text_resize/text... https://dc.gov/sites/all/modules/text_resize/text_resize.css?szii6f — 200 — 395 B — 70 ms — h2https://dc.gov/sites/all/modules/extlink/extlink.css?szii6f/sites/all/modules/extlink/extlink.... https://dc.gov/sites/all/modules/extlink/extlink.css?szii6f — 200 — 317 B — 71 ms — h2https://dc.gov/sites/all/modules/quicktabs/css/quicktabs.css?szii6f/sites/all/modules/quicktabs/css/qu... https://dc.gov/sites/all/modules/quicktabs/css/quicktabs.css?szii6f — 200 — 289 B — 72 ms — h2https://dc.gov/sites/all/modules/quicktabs/quicktabs_tabstyles/tabstyles/basic/basic.css?szii6f/sites/all/modules/quicktabs/quickt... https://dc.gov/sites/all/modules/quicktabs/quicktabs_tabstyles/tabstyles/basic/basic.css?szii6f — 200 — 493 B — 75 ms — h2https://dc.gov/sites/all/themes/dc_home_omega/js/bxslider/jquery.bxslider.css?szii6f/sites/all/themes/dc_home_omega/js/... https://dc.gov/sites/all/themes/dc_home_omega/js/bxslider/jquery.bxslider.css?szii6f — 200 — 1.3 KiB — 87 ms — h2https://dc.gov/sites/all/themes/dc_home_omega/css/normalize.css?szii6f/sites/all/themes/dc_home_omega/css... https://dc.gov/sites/all/themes/dc_home_omega/css/normalize.css?szii6f — 200 — 2.3 KiB — 90 ms — h2https://dc.gov/sites/all/themes/omega/alpha/css/alpha-reset.css?szii6f/sites/all/themes/omega/alpha/css/a... https://dc.gov/sites/all/themes/omega/alpha/css/alpha-reset.css?szii6f — 200 — 862 B — 79 ms — h2https://dc.gov/sites/all/themes/omega/alpha/css/alpha-mobile.css?szii6f/sites/all/themes/omega/alpha/css/a... https://dc.gov/sites/all/themes/omega/alpha/css/alpha-mobile.css?szii6f — 200 — 468 B — 84 ms — h2https://dc.gov/sites/all/themes/omega/omega/css/formalize.css?szii6f/sites/all/themes/omega/omega/css/f... https://dc.gov/sites/all/themes/omega/omega/css/formalize.css?szii6f — 200 — 1.5 KiB — 91 ms — h2https://dc.gov/sites/all/themes/omega/omega/css/omega-text.css?szii6f/sites/all/themes/omega/omega/css/o... https://dc.gov/sites/all/themes/omega/omega/css/omega-text.css?szii6f — 200 — 747 B — 83 ms — h2https://dc.gov/sites/all/themes/omega/omega/css/omega-branding.css?szii6f/sites/all/themes/omega/omega/css/o... https://dc.gov/sites/all/themes/omega/omega/css/omega-branding.css?szii6f — 200 — 290 B — 88 ms — h2https://dc.gov/sites/all/themes/omega/omega/css/omega-forms.css?szii6f/sites/all/themes/omega/omega/css/o... https://dc.gov/sites/all/themes/omega/omega/css/omega-forms.css?szii6f — 200 — 301 B — 79 ms — h2https://dc.gov/sites/all/themes/dc_home_omega/css/global.css?szii6f/sites/all/themes/dc_home_omega/css... https://dc.gov/sites/all/themes/dc_home_omega/css/global.css?szii6f — 200 — 7.9 KiB — 85 ms — h2https://dc.gov/sites/all/themes/dc_home_omega/css/dc-home-omega-alpha-default.css?szii6f/sites/all/themes/dc_home_omega/css... https://dc.gov/sites/all/themes/dc_home_omega/css/dc-home-omega-alpha-default.css?szii6f — 200 — 1.5 KiB — 81 ms — h2https://dc.gov/sites/all/themes/dc_home_omega/css/dc-home-omega-alpha-default-narrow.css?szii6f/sites/all/themes/dc_home_omega/css... https://dc.gov/sites/all/themes/dc_home_omega/css/dc-home-omega-alpha-default-narrow.css?szii6f — 200 — 869 B — 80 ms — h2https://dc.gov/sites/all/themes/omega/alpha/css/grid/alpha_default/narrow/alpha-default-narrow-24.css?szii6f/sites/all/themes/omega/alpha/css/g... https://dc.gov/sites/all/themes/omega/alpha/css/grid/alpha_default/narrow/alpha-default-narrow-24.css?szii6f — 200 — 1.2 KiB — 96 ms — h2https://dc.gov/sites/all/themes/omega/alpha/css/grid/alpha_default/narrow/alpha-default-narrow-12.css?szii6f/sites/all/themes/omega/alpha/css/g... https://dc.gov/sites/all/themes/omega/alpha/css/grid/alpha_default/narrow/alpha-default-narrow-12.css?szii6f — 200 — 854 B — 91 ms — h2https://dc.gov/sites/all/themes/dc_home_omega/css/dc-home-omega-alpha-default-normal.css?szii6f/sites/all/themes/dc_home_omega/css... https://dc.gov/sites/all/themes/dc_home_omega/css/dc-home-omega-alpha-default-normal.css?szii6f — 200 — 4.6 KiB — 89 ms — h2https://dc.gov/sites/all/themes/omega/alpha/css/grid/alpha_default/normal/alpha-default-normal-24.css?szii6f/sites/all/themes/omega/alpha/css/g... https://dc.gov/sites/all/themes/omega/alpha/css/grid/alpha_default/normal/alpha-default-normal-24.css?szii6f — 200 — 1.2 KiB — 93 ms — h2https://dc.gov/sites/all/themes/omega/alpha/css/grid/alpha_default/normal/alpha-default-normal-12.css?szii6f/sites/all/themes/omega/alpha/css/g... https://dc.gov/sites/all/themes/omega/alpha/css/grid/alpha_default/normal/alpha-default-normal-12.css?szii6f — 200 — 823 B — 91 ms — h2https://dc.gov/sites/all/themes/dc_home_omega/css/dc-home-omega-alpha-default-wide.css?szii6f/sites/all/themes/dc_home_omega/css... https://dc.gov/sites/all/themes/dc_home_omega/css/dc-home-omega-alpha-default-wide.css?szii6f — 200 — 1.4 KiB — 94 ms — h2https://dc.gov/sites/all/themes/omega/alpha/css/grid/alpha_default/wide/alpha-default-wide-24.css?szii6f/sites/all/themes/omega/alpha/css/g... https://dc.gov/sites/all/themes/omega/alpha/css/grid/alpha_default/wide/alpha-default-wide-24.css?szii6f — 200 — 1.2 KiB — 91 ms — h2https://dc.gov/sites/all/themes/omega/alpha/css/grid/alpha_default/wide/alpha-default-wide-12.css?szii6f/sites/all/themes/omega/alpha/css/g... https://dc.gov/sites/all/themes/omega/alpha/css/grid/alpha_default/wide/alpha-default-wide-12.css?szii6f — 200 — 872 B — 95 ms — h2https://dc.gov/sites/default/files/dc/shared_assets/dc_home_logo2_small.png/sites/default/files/dc/shared_asse... https://dc.gov/sites/default/files/dc/shared_assets/dc_home_logo2_small.png — 200 — 7.0 KiB — 98 ms — h2https://dc.gov/sites/default/files/dc/shared_assets/search2.png/sites/default/files/dc/shared_asse... https://dc.gov/sites/default/files/dc/shared_assets/search2.png — 200 — 1.6 KiB — 99 ms — h2https://dc.gov/sites/default/files/dc/dcgov_logo.jpg/sites/default/files/dc/dcgov_logo.... https://dc.gov/sites/default/files/dc/dcgov_logo.jpg — 200 — 44.2 KiB — 108 ms — h2https://dc.gov/sites/default/files/dc/shared_assets/mayor-bowser-logo.jpg/sites/default/files/dc/shared_asse... https://dc.gov/sites/default/files/dc/shared_assets/mayor-bowser-logo.jpg — 200 — 36.7 KiB — 94 ms — h2https://cdn1.readspeaker.com/script/6295/webReader/webReader.js?pids=wrcdn1.readspeaker.com/script/6295/we... https://cdn1.readspeaker.com/script/6295/webReader/webReader.js?pids=wr — 200 — 28.2 KiB — 250 ms — h2https://dc.gov/sites/default/files/styles/dc_home_feature/public/dc/sites/doh/featured_content/images/Free-CO-detector.png?itok=6JzkwG-c/sites/default/files/styles/dc_home... https://dc.gov/sites/default/files/styles/dc_home_feature/public/dc/sites/doh/featured_content/images/Free-CO-detector.png?itok=6JzkwG-c — 200 — 55.3 KiB — 128 ms — h2https://dc.gov/sites/all/modules/contrib/jquery_update/replace/jquery/1.8/jquery.min.js?v=1.8.3/sites/all/modules/contrib/jquery_u... https://dc.gov/sites/all/modules/contrib/jquery_update/replace/jquery/1.8/jquery.min.js?v=1.8.3 — 200 — 32.8 KiB — 147 ms — h2https://dc.gov/misc/jquery-extend-3.4.0.js?v=1.8.3/misc/jquery-extend-3.4.0.js?v=1.8.... https://dc.gov/misc/jquery-extend-3.4.0.js?v=1.8.3 — 200 — 1.4 KiB — 106 ms — h2https://dc.gov/misc/jquery-html-prefilter-3.5.0-backport.js?v=1.8.3/misc/jquery-html-prefilter-3.5.0-b... https://dc.gov/misc/jquery-html-prefilter-3.5.0-backport.js?v=1.8.3 — 200 — 4.5 KiB — 124 ms — h2https://dc.gov/misc/jquery.once.js?v=1.2/misc/jquery.once.js?v=1.2 https://dc.gov/misc/jquery.once.js?v=1.2 — 200 — 1.2 KiB — 93 ms — h2https://dc.gov/misc/drupal.js?szii6f/misc/drupal.js?szii6f https://dc.gov/misc/drupal.js?szii6f — 200 — 6.9 KiB — 127 ms — h2https://dc.gov/sites/all/modules/contrib/jquery_update/replace/ui/external/jquery.cookie.js?v=67fb34f6a866c40d0570/sites/all/modules/contrib/jquery_u... https://dc.gov/sites/all/modules/contrib/jquery_update/replace/ui/external/jquery.cookie.js?v=67fb34f6a866c40d0570 — 200 — 1.4 KiB — 127 ms — h2https://dc.gov/sites/all/modules/contrib/jquery_update/replace/misc/jquery.form.min.js?v=2.69/sites/all/modules/contrib/jquery_u... https://dc.gov/sites/all/modules/contrib/jquery_update/replace/misc/jquery.form.min.js?v=2.69 — 200 — 4.2 KiB — 127 ms — h2https://dc.gov/misc/ajax.js?v=7.82/misc/ajax.js?v=7.82 https://dc.gov/misc/ajax.js?v=7.82 — 200 — 8.3 KiB — 129 ms — h2https://dc.gov/sites/all/modules/contrib/jquery_update/js/jquery_update.js?v=0.0.1/sites/all/modules/contrib/jquery_u... https://dc.gov/sites/all/modules/contrib/jquery_update/js/jquery_update.js?v=0.0.1 — 200 — 335 B — 130 ms — h2https://dc.gov/misc/progress.js?szii6f/misc/progress.js?szii6f https://dc.gov/misc/progress.js?szii6f — 200 — 1.3 KiB — 130 ms — h2https://dc.gov/sites/all/modules/contrib/seckit/js/seckit.document_write.js/sites/all/modules/contrib/seckit/j... https://dc.gov/sites/all/modules/contrib/seckit/js/seckit.document_write.js — 200 — 273 B — 131 ms — h2https://dc.gov/sites/all/modules/contrib/seckit/css/seckit.no_body.css/sites/all/modules/contrib/seckit/c... https://dc.gov/sites/all/modules/contrib/seckit/css/seckit.no_body.css — 200 — 254 B — 131 ms — h2https://dc.gov/sites/all/modules/text_resize/jquery.cookie.js?szii6f/sites/all/modules/text_resize/jque... https://dc.gov/sites/all/modules/text_resize/jquery.cookie.js?szii6f — 200 — 1.7 KiB — 131 ms — h2https://dc.gov/sites/all/modules/text_resize/text_resize.js?szii6f/sites/all/modules/text_resize/text... https://dc.gov/sites/all/modules/text_resize/text_resize.js?szii6f — 200 — 1.4 KiB — 132 ms — h2https://dc.gov/sites/all/modules/extlink/extlink.js?szii6f/sites/all/modules/extlink/extlink.... https://dc.gov/sites/all/modules/extlink/extlink.js?szii6f — 200 — 1.6 KiB — 128 ms — h2https://dc.gov/sites/all/modules/quicktabs/js/quicktabs.js?szii6f/sites/all/modules/quicktabs/js/qui... https://dc.gov/sites/all/modules/quicktabs/js/quicktabs.js?szii6f — 200 — 1.5 KiB — 174 ms — h2https://dc.gov/sites/all/modules/google_analytics/googleanalytics.js?szii6f/sites/all/modules/google_analytics... https://dc.gov/sites/all/modules/google_analytics/googleanalytics.js?szii6f — 200 — 2.0 KiB — 128 ms — h2https://dc.gov/sites/all/themes/dc_home_omega/js/bxslider/jquery.bxslider.js?szii6f/sites/all/themes/dc_home_omega/js/... https://dc.gov/sites/all/themes/dc_home_omega/js/bxslider/jquery.bxslider.js?szii6f — 200 — 11.5 KiB — 165 ms — h2https://dc.gov/sites/all/modules/views/js/base.js?szii6f/sites/all/modules/views/js/base.js... https://dc.gov/sites/all/modules/views/js/base.js?szii6f — 200 — 1.3 KiB — 133 ms — h2https://dc.gov/sites/all/modules/views/js/ajax_view.js?szii6f/sites/all/modules/views/js/ajax_vi... https://dc.gov/sites/all/modules/views/js/ajax_view.js?szii6f — 200 — 2.1 KiB — 132 ms — h2https://dc.gov/sites/all/themes/dc_home_omega/js/dcHome.js?szii6f/sites/all/themes/dc_home_omega/js/... https://dc.gov/sites/all/themes/dc_home_omega/js/dcHome.js?szii6f — 200 — 4.2 KiB — 170 ms — h2https://dc.gov/sites/all/themes/dc_home_omega/js/voc.js?szii6f/sites/all/themes/dc_home_omega/js/... https://dc.gov/sites/all/themes/dc_home_omega/js/voc.js?szii6f — 200 — 370 B — 134 ms — h2https://dc.gov/sites/all/themes/omega/omega/js/jquery.formalize.js?szii6f/sites/all/themes/omega/omega/js/jq... https://dc.gov/sites/all/themes/omega/omega/js/jquery.formalize.js?szii6f — 200 — 1.3 KiB — 138 ms — h2https://dc.gov/sites/all/themes/omega/omega/js/omega-mediaqueries.js?szii6f/sites/all/themes/omega/omega/js/om... https://dc.gov/sites/all/themes/omega/omega/js/omega-mediaqueries.js?szii6f — 200 — 1.0 KiB — 137 ms — h2https://cse.google.com/cse.js?cx=012222452693656877933:sul8glk5y2ycse.google.com/cse.js?cx=0122224526... https://cse.google.com/cse.js?cx=012222452693656877933:sul8glk5y2y — 200 — 3.7 KiB — 199 ms — h2https://www.googletagmanager.com/gtag/js?id=G-XLLLT5975Zwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-XLLLT5975Z — 200 — 173.9 KiB — 267 ms — h2https://dc.gov/sites/default/files/styles/dc_home_feature/public/dc/sites/dpr/featured_content/images/rotator_02_FDIAprograms2025.jpg?itok=ygNpSkJ-/sites/default/files/styles/dc_home... https://dc.gov/sites/default/files/styles/dc_home_feature/public/dc/sites/dpr/featured_content/images/rotator_02_FDIAprograms2025.jpg?itok=ygNpSkJ- — 200 — 14.4 KiB — 164 ms — h2https://dc.gov/sites/default/files/styles/dc_home_feature/public/dc/sites/DC/featured_content/images/Decade%20of%20Delivering_418%20X%20268%20%281%29.jpg?itok=DeTt99Hm/sites/default/files/styles/dc_home... https://dc.gov/sites/default/files/styles/dc_home_feature/public/dc/sites/DC/featured_content/images/Decade%20of%20Delivering_418%20X%20268%20%281%29.jpg?itok=DeTt99Hm — 200 — 18.0 KiB — 164 ms — h2https://dc.gov/sites/default/files/dc/shared_assets/topic_icon_set/tickets-fines.png/sites/default/files/dc/shared_asse... https://dc.gov/sites/default/files/dc/shared_assets/topic_icon_set/tickets-fines.png — 200 — 97.2 KiB — 173 ms — h2https://dc.gov/sites/default/files/dc/shared_assets/topic_icon_set/transportation-motor-vehicles.png/sites/default/files/dc/shared_asse... https://dc.gov/sites/default/files/dc/shared_assets/topic_icon_set/transportation-motor-vehicles.png — 200 — 92.9 KiB — 176 ms — h2https://dc.gov/sites/default/files/training-professional-certification_0.png/sites/default/files/training-profe... https://dc.gov/sites/default/files/training-professional-certification_0.png — 200 — 93.2 KiB — 165 ms — h2https://dc.gov/sites/default/files/styles/dc_home_highlights/public/dc/sites/opgs/featured_content/images/zero113.jpg?itok=Gp41MSq1/sites/default/files/styles/dc_home... https://dc.gov/sites/default/files/styles/dc_home_highlights/public/dc/sites/opgs/featured_content/images/zero113.jpg?itok=Gp41MSq1 — 200 — 3.2 KiB — 172 ms — h2https://dc.gov/sites/all/themes/dc_home_omega/templates/twitterfeed/twitterfeed.js/sites/all/themes/dc_home_omega/tem... https://dc.gov/sites/all/themes/dc_home_omega/templates/twitterfeed/twitterfeed.js — 200 — 2.8 KiB — 172 ms — h2https://dc.gov/sites/default/files/dc/shared_assets/map_icon_footer.png/sites/default/files/dc/shared_asse... https://dc.gov/sites/default/files/dc/shared_assets/map_icon_footer.png — 200 — 5.8 KiB — 172 ms — h2https://dc.gov/sites/default/files/dc/shared_assets/infoCenter_icon_footer.png/sites/default/files/dc/shared_asse... https://dc.gov/sites/default/files/dc/shared_assets/infoCenter_icon_footer.png — 200 — 1.9 KiB — 172 ms — h2https://dc.gov/sites/default/files/dc/shared_assets/community_icon_footer.png/sites/default/files/dc/shared_asse... https://dc.gov/sites/default/files/dc/shared_assets/community_icon_footer.png — 200 — 1.9 KiB — 172 ms — h2https://dc.gov/sites/default/files/dc/shared_assets/contact_footer_icon.png/sites/default/files/dc/shared_asse... https://dc.gov/sites/default/files/dc/shared_assets/contact_footer_icon.png — 200 — 1.9 KiB — 172 ms — h2https://dc.gov/sites/default/files/dc/shared_assets/BOW14_Winner.png/sites/default/files/dc/shared_asse... https://dc.gov/sites/default/files/dc/shared_assets/BOW14_Winner.png — 200 — 26.7 KiB — 172 ms — h2https://dc.gov/sites/default/files/dc/shared_assets/BOW13_final.jpg/sites/default/files/dc/shared_asse... https://dc.gov/sites/default/files/dc/shared_assets/BOW13_final.jpg — 200 — 48.7 KiB — 172 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 188 ms — h2https://dc.gov/sites/default/files/dc/shared_assets/dot.png/sites/default/files/dc/shared_asse... https://dc.gov/sites/default/files/dc/shared_assets/dot.png — 200 — 1.1 KiB — 79 ms — h2https://dc.gov/sites/default/files/dc/shared_assets/h2stars.png/sites/default/files/dc/shared_asse... https://dc.gov/sites/default/files/dc/shared_assets/h2stars.png — 200 — 1.4 KiB — 61 ms — h2https://dc.gov/sites/all/themes/dc_home_omega/fonts/Roboto-Regular.ttf/sites/all/themes/dc_home_omega/fon... https://dc.gov/sites/all/themes/dc_home_omega/fonts/Roboto-Regular.ttf — 200 — 75.1 KiB — 55 ms — h2https://www.google.com/cse/static/element/dc329f57de078f5d/cse_element__en.js?usqp=CAM%3Dwww.google.com/cse/static/element/d... https://www.google.com/cse/static/element/dc329f57de078f5d/cse_element__en.js?usqp=CAM%3D — 200 — 102.7 KiB — 94 ms — h3https://www.google.com/cse/static/element/dc329f57de078f5d/default_v6+en.csswww.google.com/cse/static/element/d... https://www.google.com/cse/static/element/dc329f57de078f5d/default_v6+en.css — 200 — 12.0 KiB — 68 ms — h3https://www.google.com/cse/static/style/look/v6/default.csswww.google.com/cse/static/style/loo... https://www.google.com/cse/static/style/look/v6/default.css — 200 — 1.2 KiB — 54 ms — h3https://cdn1.readspeaker.com/script/6295/webReader/r/r2889/ReadSpeaker.Styles-Button.css?v=3.8.9.2889cdn1.readspeaker.com/script/6295/we... https://cdn1.readspeaker.com/script/6295/webReader/r/r2889/ReadSpeaker.Styles-Button.css?v=3.8.9.2889 — 200 — 39.9 KiB — 51 ms — h2https://platform.twitter.com/widgets.jsplatform.twitter.com/widgets.js https://platform.twitter.com/widgets.js — 200 — 27.3 KiB — 123 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 84 ms — h2https://d2rnkf2kqy5m6h.cloudfront.net/vxc/uwxO-8vMSgaKorrjBbcQ1A/surveys.js?1776813138434d2rnkf2kqy5m6h.cloudfront.net/vxc/u... https://d2rnkf2kqy5m6h.cloudfront.net/vxc/uwxO-8vMSgaKorrjBbcQ1A/surveys.js?1776813138434 — -1 — 0 B — 73 ms — https://d2rnkf2kqy5m6h.cloudfront.net/vxc/kUZ26L84RxSdYa0RqRuEuQ/surveys.js?1776813138445d2rnkf2kqy5m6h.cloudfront.net/vxc/k... https://d2rnkf2kqy5m6h.cloudfront.net/vxc/kUZ26L84RxSdYa0RqRuEuQ/surveys.js?1776813138445 — -1 — 0 B — 61 ms — data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SDFEAAAC8AAAAYGNtYXDfzt66AA…data:application/x-font-ttf;charset... data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SDFEAAAC8AAAAYGNtYXDfzt66AA… — 200 — 12.7 KiB — 56 ms — datadata:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAGR0ABMAAAAAtxAAAQAAAAAAAAAAAAAAAAAAAAA…data:application/font-woff;charset=... data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAGR0ABMAAAAAtxAAAQAAAAAAAAAAAAAAAAAAAAA… — 200 — 25.1 KiB — 56 ms — datahttps://dc.gov/sites/all/themes/dc_home_omega/templates/twitterfeed/twitterResults.php/sites/all/themes/dc_home_omega/tem... https://dc.gov/sites/all/themes/dc_home_omega/templates/twitterfeed/twitterResults.php — 200 — 261 B — 35 ms — h2https://dc.gov/sites/all/themes/dc_home_omega/js/bxslider/images/bx_loader.gif/sites/all/themes/dc_home_omega/js/... https://dc.gov/sites/all/themes/dc_home_omega/js/bxslider/images/bx_loader.gif — 200 — 8.6 KiB — 34 ms — h2https://dc.gov/sites/all/themes/dc_home_omega/templates/twitterfeed/images/ajax-loader.gif/sites/all/themes/dc_home_omega/tem... https://dc.gov/sites/all/themes/dc_home_omega/templates/twitterfeed/images/ajax-loader.gif — 200 — 3.3 KiB — 34 ms — h2https://dc.gov/sites/default/files/styles/dc_home_feature/public/dc/sites/doh/featured_content/images/Free-CO-detector.png?itok=6JzkwG-c?timestamp=1776813138491/sites/default/files/styles/dc_home... https://dc.gov/sites/default/files/styles/dc_home_feature/public/dc/sites/doh/featured_content/images/Free-CO-detector.png?itok=6JzkwG-c?timestamp=1776813138491 — 200 — 55.3 KiB — 556 ms — h2https://dc.gov/cdn-cgi/challenge-platform/scripts/jsd/main.js/cdn-cgi/challenge-platform/scripts... https://dc.gov/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 367 B — 362 ms — h2https://dc.gov/sites/all/themes/dc_home_omega/js/bxslider/images/controls.png/sites/all/themes/dc_home_omega/js/... https://dc.gov/sites/all/themes/dc_home_omega/js/bxslider/images/controls.png — 200 — 2.9 KiB — 32 ms — h2https://dc.gov/sites/all/themes/dc_home_omega/templates/twitterfeed/twitterfeed.js?_=1776813138508/sites/all/themes/dc_home_omega/tem... https://dc.gov/sites/all/themes/dc_home_omega/templates/twitterfeed/twitterfeed.js?_=1776813138508 — 200 — 2.7 KiB — 334 ms — h2https://dc.gov/sites/all/themes/dc_home_omega/templates/twitterfeed/twitterResults.php/sites/all/themes/dc_home_omega/tem... https://dc.gov/sites/all/themes/dc_home_omega/templates/twitterfeed/twitterResults.php — 200 — 275 B — 49 ms — h2https://dc.gov/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?/cdn-cgi/challenge-platform/h/b/scr... https://dc.gov/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 13.4 KiB — 33 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-XLLLT5975Z&gtm=45je64h1v898517650za200zd898517650&_p=1776813138236&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1308046450.1776813139&frm=0&pscdl=noapi&rcb=16&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468~117266400&sid=1776813138&sct=1&seg=0&dl=https%3A%2F%2Fdc.gov%2F&dt=%7C%20DC&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=906region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-XLLLT5975Z&gtm=45je64h1v898517650za200zd898517650&_p=1776813138236&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1308046450.1776813139&frm=0&pscdl=noapi&rcb=16&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468~117266400&sid=1776813138&sct=1&seg=0&dl=https%3A%2F%2Fdc.gov%2F&dt=%7C%20DC&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=906 — 204 — 543 B — 94 ms — h2https://dc.gov/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.6688030970413026:1776809557:O7rLN3nqnRpqq1ETlvF4OHvbb1xtfdyTnSr74k0fOwE/9f0012a0ec0c99bd/cdn-cgi/challenge-platform/h/b/jsd... https://dc.gov/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.6688030970413026:1776809557:O7rLN3nqnRpqq1ETlvF4OHvbb1xtfdyTnSr74k0fOwE/9f0012a0ec0c99bd — 200 — 968 B — 40 ms — h2https://www.google.com/cse/static/element/dc329f57de078f5d/mobile_v6+en.csswww.google.com/cse/static/element/d... https://www.google.com/cse/static/element/dc329f57de078f5d/mobile_v6+en.css — 200 — 1.5 KiB — 25 ms — h3https://cse.google.com/adsense/search/async-ads.jscse.google.com/adsense/search/async... https://cse.google.com/adsense/search/async-ads.js — 200 — 43.6 KiB — 53 ms — h2https://www.google.com/cse/static/images/2x/en/branding.pngwww.google.com/cse/static/images/2x... https://www.google.com/cse/static/images/2x/en/branding.png — 200 — 3.3 KiB — 20 ms — h3https://clients1.google.com/generate_204clients1.google.com/generate_204 https://clients1.google.com/generate_204 — 204 — 117 B — 92 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&a=577720754&t=pageview&_s=1&dl=https%3A%2F%2Fdc.gov%2F&ul=en-us&dt=%7C%20DC&sr=412x823&vp=412x823&_u=IADAAEABAAAAACAAI~&jid=1061342871&gjid=1196444330&cid=1308046450.1776813139&tid=UA-2638726-1&_gid=18978704.1776813139&_r=1&_slc=1&z=2040701864www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=577720754&t=pageview&_s=1&dl=https%3A%2F%2Fdc.gov%2F&ul=en-us&dt=%7C%20DC&sr=412x823&vp=412x823&_u=IADAAEABAAAAACAAI~&jid=1061342871&gjid=1196444330&cid=1308046450.1776813139&tid=UA-2638726-1&_gid=18978704.1776813139&_r=1&_slc=1&z=2040701864 — 200 — 446 B — 25 ms — h2https://platform.twitter.com/widgets/widget_iframe.2f70fb173b9000da126c79afe2098f02.html?origin=https%3A%2F%2Fdc.govplatform.twitter.com/widgets/widget... https://platform.twitter.com/widgets/widget_iframe.2f70fb173b9000da126c79afe2098f02.html?origin=https%3A%2F%2Fdc.gov — 200 — 103.4 KiB — 129 ms — h2https://syndication.twitter.com/settings?session_id=5acec8b3a2672e62650921ec36ac5e7a8653e7b5syndication.twitter.com/settings?se... https://syndication.twitter.com/settings?session_id=5acec8b3a2672e62650921ec36ac5e7a8653e7b5 — 200 — 951 B — 191 ms — h2https://js-agent.newrelic.com/nr-rum-1.313.1.min.jsjs-agent.newrelic.com/nr-rum-1.313.... https://js-agent.newrelic.com/nr-rum-1.313.1.min.js — 200 — 18.7 KiB — 25 ms — h2https://dc.gov/sites/default/files/dc/dcgovhr.png/sites/default/files/dc/dcgovhr.png https://dc.gov/sites/default/files/dc/dcgovhr.png — 200 — 7.1 KiB — 30 ms — h2https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=afs&tv=1234567890&st=env&sjk=pNKz5od5ST+Se1N1IJ3SoA==&sde=1ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=afs&tv=1234567890&st=env&sjk=pNKz5od5ST+Se1N1IJ3SoA==&sde=1 — 200 — 7.9 KiB — 93 ms — h3https://dc.gov/cdn-cgi/rum?/cdn-cgi/rum? https://dc.gov/cdn-cgi/rum? — 204 — 143 B — 23 ms — h2https://dc.gov/sites/default/files/favicon_0.ico/sites/default/files/favicon_0.ico https://dc.gov/sites/default/files/favicon_0.ico — 200 — 267 B — 30 ms — h2https://bam.nr-data.net/1/348872d504?a=496267014&v=1.313.1&to=YVYAZxQEC0EHBhVYWVgcI1ASDApcSRUAVlNpXgNdBwIAQDkVAFZTaVYaVgUQEVc%3D&rst=1240&ck=0&s=88f8b9d6727ff2b2&ref=https://dc.gov/&ptid=436fc3f9077d8ca9&qt=21&ap=336&be=82&fe=1115&dc=399&at=TREXEVweGB5EBEMLTUtO&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776813138013,%22n%22:0,%22f%22:1,%22dn%22:2,%22dne%22:6,%22c%22:6,%22s%22:22,%22ce%22:43,%22rq%22:43,%22rp%22:82,%22rpe%22:84,%22di%22:445,%22ds%22:447,%22de%22:481,%22dc%22:1190,%22l%22:1193,%22le%22:1197%7D,%22navigation%22:%7B%7D%7D&fp=228&fcp=248bam.nr-data.net/1/348872d504?a=4962... https://bam.nr-data.net/1/348872d504?a=496267014&v=1.313.1&to=YVYAZxQEC0EHBhVYWVgcI1ASDApcSRUAVlNpXgNdBwIAQDkVAFZTaVYaVgUQEVc%3D&rst=1240&ck=0&s=88f8b9d6727ff2b2&ref=https://dc.gov/&ptid=436fc3f9077d8ca9&qt=21&ap=336&be=82&fe=1115&dc=399&at=TREXEVweGB5EBEMLTUtO&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776813138013,%22n%22:0,%22f%22:1,%22dn%22:2,%22dne%22:6,%22c%22:6,%22s%22:22,%22ce%22:43,%22rq%22:43,%22rp%22:82,%22rpe%22:84,%22di%22:445,%22ds%22:447,%22de%22:481,%22dc%22:1190,%22l%22:1193,%22le%22:1197%7D,%22navigation%22:%7B%7D%7D&fp=228&fcp=248 — 200 — 708 B — 241 ms — http/1.1https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 95 ms — h2https://platform.twitter.com/js/button.856debeac157d9669cf51e73a08fbc93.jsplatform.twitter.com/js/button.856d... https://platform.twitter.com/js/button.856debeac157d9669cf51e73a08fbc93.js — 200 — 2.7 KiB — 30 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 5.8 KiB — 70 ms — h2https://syndication.twitter.com/i/jot/embeds?dnt=1&l=%7B%22widget_origin%22%3A%22https%3A%2F%2Fdc.gov%2Fportalwip%22%2C%22widget_frame%22%3Afalse%2C%22language%22%3A%22en%22%2C%22message%22%3A%22m%3Awithcount%3A%22%2C%22_category_%22%3A%22tfw_client_event%22%2C%22triggered_on%22%3A1776813139454%2C%22dnt%22%3Atrue%2C%22client_version%22%3A%222615f7e52b7e0%3A1702314776716%22%2C%22format_version%22%3A1%2C%22event_namespace%22%3A%7B%22client%22%3A%22tfw%22%2C%22page%22%3A%22button%22%2C%22section%22%3A%22follow%22%2C%22action%22%3A%22impression%22%7D%7D&session_id=5acec8b3a2672e62650921ec36ac5e7a8653e7b5syndication.twitter.com/i/jot/embed... https://syndication.twitter.com/i/jot/embeds?dnt=1&l=%7B%22widget_origin%22%3A%22https%3A%2F%2Fdc.gov%2Fportalwip%22%2C%22widget_frame%22%3Afalse%2C%22language%22%3A%22en%22%2C%22message%22%3A%22m%3Awithcount%3A%22%2C%22_category_%22%3A%22tfw_client_event%22%2C%22triggered_on%22%3A1776813139454%2C%22dnt%22%3Atrue%2C%22client_version%22%3A%222615f7e52b7e0%3A1702314776716%22%2C%22format_version%22%3A1%2C%22event_namespace%22%3A%7B%22client%22%3A%22tfw%22%2C%22page%22%3A%22button%22%2C%22section%22%3A%22follow%22%2C%22action%22%3A%22impression%22%7D%7D&session_id=5acec8b3a2672e62650921ec36ac5e7a8653e7b5 — 200 — 575 B — 169 ms — h2https://platform.twitter.com/widgets/follow_button.2f70fb173b9000da126c79afe2098f02.en.htmlplatform.twitter.com/widgets/follow... https://platform.twitter.com/widgets/follow_button.2f70fb173b9000da126c79afe2098f02.en.html — 200 — 13.5 KiB — 30 ms — h2https://bam.nr-data.net/events/1/348872d504?a=496267014&v=1.313.1&to=YVYAZxQEC0EHBhVYWVgcI1ASDApcSRUAVlNpXgNdBwIAQDkVAFZTaVYaVgUQEVc%3D&rst=1496&ck=0&s=88f8b9d6727ff2b2&ref=https://dc.gov/&ptid=436fc3f9077d8ca9bam.nr-data.net/events/1/348872d504... https://bam.nr-data.net/events/1/348872d504?a=496267014&v=1.313.1&to=YVYAZxQEC0EHBhVYWVgcI1ASDApcSRUAVlNpXgNdBwIAQDkVAFZTaVYaVgUQEVc%3D&rst=1496&ck=0&s=88f8b9d6727ff2b2&ref=https://dc.gov/&ptid=436fc3f9077d8ca9 — 200 — 408 B — 340 ms — http/1.1data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 32 32' fill='n…data:image/svg+xml,%3C%3Fxml versio... data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 32 32' fill='n… — 200 — 0 B — 0 ms — datahttps://pagead2.googlesyndication.com/bg/dj12lhpBI2WR1GQ6n5lcmp69XlpHOiTAWO7c9b6NTo0.jspagead2.googlesyndication.com/bg/dj... https://pagead2.googlesyndication.com/bg/dj12lhpBI2WR1GQ6n5lcmp69XlpHOiTAWO7c9b6NTo0.js — 200 — 21.6 KiB — 79 ms — h3https://ep2.adtrafficquality.google/generate_204?cDb_DAep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?cDb_DA — 204 — 40 B — 24 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=afs_1234567890&jk=pNKz5od5ST%2BSe1N1IJ3SoA%3D%3D&bg=!HxylHH7NAAY2C5OeFgs7AEcBe5WfOPM4H6_QJkgFcOgPd89DnIyXAOOP-RoNrp6oxChNnLL7-FjJsFnsllCgiEUFeERgEAmQrlNG8N5AiMWgXP-0WcIdNwIAAAA_UgAAAANoAQd-ABuW7QCfClR1N3LiAXdYvNbpAemcgZ8a8X-mpAUKAC5SbZ9GCG8Eimbkr4OTBsmI80y7XXbcuHNdxRZMPMPn7qYhLZ15hJSUiT7i8wenmQIHZhxmhl1vZ-2ZDGCv_JhfJ8ch4ISWN0dc2p4XL8U48x2hz-Ole76dwbCH3tr67FlUhJtik5jm0s3sapxQxmSR9hm3SkxUytpcIjqGIH262PPfPdq4i_7SOmeIaLQwHbBXvcCFKtCNOTPrK7pbDvxeoaYBeyVsuqcuAFR4cS5mm7CrF_cMvboNz4PxKEtY1IpLlQjrT_Kuig7vfeyN_KAwKDoP1jatN4pi_JkKWmtDXuYWOwuMQJQPgi2igcRac6DMEcqBgfIyi-EVINanR8YA9nYy8hxQ5oAHkDB8qCzgCApBSg33yjX5W2YzficspshidgGO58YMdl01Z0SxJZkaQybYOkiMfz0kozMXM4b6b9solbSVRrrCcnpRflurxrK1YYmUa8aiPqpkjytWNTIqkm59wcWwxCI3yoZ028Rvmw92XX8hwez9ntY0HADsi5eLUEMKKl25palaZOA7dbAXGWbLkVJjcoA2Iru4FlhXDjWLSpBc9w5oFS_NniXIQcPltOowABRfZOb_oF8p3mWILvjMouf4ir3C90QkdsqAc8VTTaEQdXYzKPnTwT-LXx0yMaJCSplLmjyfT9zMWxaVpdh9cAUuVf03SjXJ3-t4Ayt6YOoMOcPOboRVGr60FcfMOvxlG1ZNpMZkaVYdNEf7TjFDNSZnqmUeLjLiCLOdzD0waODnU9Azep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=afs_1234567890&jk=pNKz5od5ST%2BSe1N1IJ3SoA%3D%3D&bg=!HxylHH7NAAY2C5OeFgs7AEcBe5WfOPM4H6_QJkgFcOgPd89DnIyXAOOP-RoNrp6oxChNnLL7-FjJsFnsllCgiEUFeERgEAmQrlNG8N5AiMWgXP-0WcIdNwIAAAA_UgAAAANoAQd-ABuW7QCfClR1N3LiAXdYvNbpAemcgZ8a8X-mpAUKAC5SbZ9GCG8Eimbkr4OTBsmI80y7XXbcuHNdxRZMPMPn7qYhLZ15hJSUiT7i8wenmQIHZhxmhl1vZ-2ZDGCv_JhfJ8ch4ISWN0dc2p4XL8U48x2hz-Ole76dwbCH3tr67FlUhJtik5jm0s3sapxQxmSR9hm3SkxUytpcIjqGIH262PPfPdq4i_7SOmeIaLQwHbBXvcCFKtCNOTPrK7pbDvxeoaYBeyVsuqcuAFR4cS5mm7CrF_cMvboNz4PxKEtY1IpLlQjrT_Kuig7vfeyN_KAwKDoP1jatN4pi_JkKWmtDXuYWOwuMQJQPgi2igcRac6DMEcqBgfIyi-EVINanR8YA9nYy8hxQ5oAHkDB8qCzgCApBSg33yjX5W2YzficspshidgGO58YMdl01Z0SxJZkaQybYOkiMfz0kozMXM4b6b9solbSVRrrCcnpRflurxrK1YYmUa8aiPqpkjytWNTIqkm59wcWwxCI3yoZ028Rvmw92XX8hwez9ntY0HADsi5eLUEMKKl25palaZOA7dbAXGWbLkVJjcoA2Iru4FlhXDjWLSpBc9w5oFS_NniXIQcPltOowABRfZOb_oF8p3mWILvjMouf4ir3C90QkdsqAc8VTTaEQdXYzKPnTwT-LXx0yMaJCSplLmjyfT9zMWxaVpdh9cAUuVf03SjXJ3-t4Ayt6YOoMOcPOboRVGr60FcfMOvxlG1ZNpMZkaVYdNEf7TjFDNSZnqmUeLjLiCLOdzD0waODnU9Az — 204 — 17 B — 47 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
38% of JavaScript execution is third-party
First-party Third-party 1278ms · 273KB · €14/mo
Unattributable
Other
Costly
Execution 463ms
Transfer 0 KB
Monthly Cost €5/mo
Google Tag Manager
Tag Manager
Costly
Execution 256ms
Transfer 174 KB
Unused 41%
Monthly Cost €3/mo
Twitter/X Embed
Social
Costly
Execution 224ms
Transfer 27 KB
Monthly Cost €2/mo
js-agent.newrelic.com
Other
Optional
Execution 127ms
Transfer 19 KB
Monthly Cost €1/mo
cse.google.com
Other
Optional
Execution 84ms
Transfer 4 KB
Monthly Cost €1/mo
cdn1.readspeaker.com
Other
Optional
Execution 64ms
Transfer 28 KB
Monthly Cost €1/mo
Google Analytics
Analytics
Optional
Execution 60ms
Transfer 21 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • Unattributable adds 463ms and costs ~€5/month
  • Google Tag Manager adds 256ms and costs ~€3/month
  • Twitter/X Embed adds 224ms and costs ~€2/month

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

Why this matters

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

Source: web.dev

Google Tag Manager takes 256ms 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

Twitter/X Embed takes 224ms 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

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