Skip to content
https://umd.edu

Performance

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

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

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

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

2.87 s

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

16.39 s

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

2.01 s

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

0.016

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

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

17.38 s

Page Load Progression

644 ms
1.3 s
1.9 s
2.6 s
3.2 s
3.9 s
4.5 s
5.1 s
Checks
17
8 PASS 3 REVIEW 4 FIX
F
Page Weight Budget
Action
3.2 MB transferred, 74 requests
FIX
3.2 MB transferred, 74 requests
Warning::
Page weighs 5.7 MB (3.2 MB transferred)
Warning::
Images are 1.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.3 MB
Warning::
JavaScript is 1.3 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.3 MB
Info::
CSS is 432 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 432 KB
Info::
Fonts are 234 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 234 KB
Info::
74 HTTP requests
Info::
Estimated 0.68 g CO2 per page load
3.2 MB / 2.4 MB budget
3.2 MB transferred
74 requests
0.68 g CO2 per page load
Images 1.3 MiB 40%
JavaScript 1.3 MiB 39%
CSS 431.8 KiB 13%
Fonts 234.0 KiB 7%
HTML 18.2 KiB 1%
Other 3.4 KiB 0%
Other 2.9 KiB 0%
Other 631 B 0%
Other 617 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

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

Why this matters

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

Source: web.dev

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

F
JS Execution Cost
Action
8652ms total JS execution
FIX
8652ms total JS execution
Warning::
https://umd.edu/shellcraft/shared/umd-slots.NF3Yw8...: 4946ms CPU time
Warning::
https://umd.edu/: 1056ms CPU time
Warning::
https://script.hotjar.com/modules.6a0f3932cb1341a3...: 925ms CPU time
Warning::
Unattributable: 712ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-GYM8...: 432ms CPU time
Info::
Third-party scripts: 2521ms (29% of total)

Main Thread Breakdown

Script Evaluation 68% Other 17% Style & Layout 7%
ScriptTotalScriptingParse/CompileParty
https://umd.edu/shellcraft/shared/umd-slots.NF3Yw89Z.js4946ms4345ms3ms1st
https://umd.edu/1056ms12ms3ms1st
https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js925ms768ms26ms3rd
Unattributable712ms31ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-GYM82Z681N&cx=c&gtm=4e64h1432ms378ms51ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KKDTNDW311ms257ms45ms3rd
https://www.google-analytics.com/analytics.js89ms52ms5ms3rd
https://umd.edu/shellcraft/shared/umd-shell-fonts.Daxn0L-A.js69ms32ms3ms1st
https://umd.edu/shellcraft/shared/umd-navigation.CZkfo_gW.js59ms47ms1ms1st
https://siteimproveanalytics.com/js/siteanalyze_90779855.js53ms36ms15ms3rd
D
Page Weight Inventory
Action
74 resources · 3.2 MB · 298 KB savings available
FIX
74 resources · 3.2 MB · 298 KB savings available
Warning::
Page weight 2.2 MB over 1MB target
Got: 3.2 MB Expected: ≤ 1 MB
Info::
~298 KB of savings available
Warning::
39 third-party resources (60% of weight)
Info::
5 resources over 200KB
74 resources · 3.2 MiB · 39 third-party 2.2 MiB over 1MB target
Image 40% · 1.3 MiB
JavaScript 39% · 1.3 MiB
CSS 13% · 431.8 KiB
Font 7% · 234.0 KiB
Document 1% · 18.2 KiB
Other 0% · 4.1 KiB

~298.3 KiB of savings available

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

No Cache-Control header

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

B
Third-Party Impact
60% third-party, 0 ms blocking
REVIEW
60% third-party, 0 ms blocking
Warning::
Third-party code accounts for 60% of page weight (1.9 MiB of 3.2 MiB)
Info::
Third-party blocking time is low (0 ms)
40%
60%
First-party Third-party
C
JS Bundles
Action
36 scripts, 298 KB unused
REVIEW
36 scripts, 298 KB unused
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-KKD...: 66 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-GYM8...: 65 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://umd.edu/shellcraft/shared/umd-slots.NF3Yw8...: 49 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://umd.edu/shellcraft/shared/umd-interactive....: 38 KB unused (25%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://umd.edu/shellcraft/shared/umd-navigation.C...: 29 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 298 KB
298 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtm.js?id=GTM-KKDTNDW142 KB66 KB (47%)3rd
https://www.googletagmanager.com/gtag/js?id=G-GYM82Z681N&cx=c&gtm=4e64h1160 KB65 KB (41%)3rd
https://umd.edu/shellcraft/shared/umd-slots.NF3Yw89Z.js99 KB49 KB (50%)1st
https://umd.edu/shellcraft/shared/umd-interactive._0wNjgeo.js152 KB38 KB (25%)1st
https://umd.edu/shellcraft/shared/umd-navigation.CZkfo_gW.js42 KB29 KB (69%)1st
https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js57 KB26 KB (46%)3rd
https://umd.edu/shellcraft/shared/umd-shell-fonts.Daxn0L-A.js447 KB24 KB (5%)1st
https://umd.edu/shellcraft/shared/umd-loader-Tsve07Xr.wwQr6clf.js30 KB1st
https://umd.edu/shellcraft/shared/umd-getValidatedSlotImage.BhUeygEI.js1 KB1st
https://www.google-analytics.com/analytics.js21 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

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

Green Hosting

No green hosting detected

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
Image Optimization
19 images, 0 KB saveable
PASS
19 images, 0 KB saveable
Warning::
https://umd-main.files.svdcdn.com/production/umd/l... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
19 images 1.3 MB
0 oversized -0 KB
2 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

A+
Font Loading
6 fonts (234 KB)
PASS
6 fonts (234 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

234 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s FCP 2.9 s LCP 16.4 sdata:font/opentype;base64,T1RUTwAMAIAAAwBAQ0ZGIOH65dQAAAasAAAoaURTSUcAAAABAABg3AAAAAhHUE9TAdfx/gAAL…gAAL… data:font/opentype;base64,T1RUTwAMAIAAAwBAQ0ZGIOH65dQAAAasAAAoaURTSUcAAAABAABg3AAAAAhHUE9TAdfx/gAAL… — 25.0 KiB — 41 ms — font-display: swapdata:font/ttf;base64,AAEAAAARAQAABAAQR0RFRjhoOOEAAAN4AAAA+EdQT1Pt5lybAABPZAAAM+pHU1VCwR+4DgAALIQAAA…ttf;base64,AAEAAAARAQAA... data:font/ttf;base64,AAEAAAARAQAABAAQR0RFRjhoOOEAAAN4AAAA+EdQT1Pt5lybAABPZAAAM+pHU1VCwR+4DgAALIQAAA… — 103.9 KiB — 41 ms — font-display: swapdata:font/opentype;base64,T1RUTwAMAIAAAwBAQ0ZGIHAxhMAAAAagAAAoJkRTSUcAAAABAABguAAAAAhHUE9TBJ70YgAAL…opentype;base64,T1RUTwA... data:font/opentype;base64,T1RUTwAMAIAAAwBAQ0ZGIHAxhMAAAAagAAAoJkRTSUcAAAABAABguAAAAAhHUE9TBJ70YgAAL… — 25.0 KiB — 40 ms — font-display: swapdata:font/opentype;base64,T1RUTwAMAIAAAwBAQ0ZGIDblmcoAAAckAAAoO0RTSUcAAAABAABhdAAAAAhHUE9TEqP3wAAAL…opentype;base64,T1RUTwA... data:font/opentype;base64,T1RUTwAMAIAAAwBAQ0ZGIDblmcoAAAckAAAoO0RTSUcAAAABAABhdAAAAAhHUE9TEqP3wAAAL… — 25.1 KiB — 38 ms — font-display: swapdata:font/opentype;base64,T1RUTwAMAIAAAwBAQ0ZGICNKjZwAAAaoAAAsRkRTSUcAAAABAABqvAAAAAhHUE9TiuCeEwAAM…opentype;base64,T1RUTwA... data:font/opentype;base64,T1RUTwAMAIAAAwBAQ0ZGICNKjZwAAAaoAAAsRkRTSUcAAAABAABqvAAAAAhHUE9TiuCeEwAAM… — 27.5 KiB — 35 ms — font-display: swapdata:font/opentype;base64,T1RUTwAMAIAAAwBAQ0ZGIEmdW4wAAAbcAAArzURTSUcAAAABAABrRAAAAAhHUE9TsvXIMQAAM…opentype;base64,T1RUTwA... data:font/opentype;base64,T1RUTwAMAIAAAwBAQ0ZGIEmdW4wAAAbcAAArzURTSUcAAAABAABrRAAAAAhHUE9TsvXIMQAAM… — 27.6 KiB — 49 ms — font-display: swap
gAAL… unknown swap
Size 25 KB
Load time 41 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
ttf;base64,AAEAAAARAQAA... unknown swap
Size 104 KB
Load time 41 ms
Start 1.9 s
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
opentype;base64,T1RUTwA... unknown swap
Size 25 KB
Load time 40 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
opentype;base64,T1RUTwA... unknown swap
Size 25 KB
Load time 38 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
opentype;base64,T1RUTwA... unknown swap
Size 27 KB
Load time 35 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
opentype;base64,T1RUTwA... unknown swap
Size 28 KB
Load time 49 ms
Start 4.3 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 ~122 KB and ~244 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
Network Waterfall
74 requests over 5210ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s FCP 2.9 s LCP 16.4 shttps://umd.edu// https://umd.edu/ — 200 — 18.2 KiB — 119 ms — h2https://www.googletagmanager.com/gtag/js?id=G-RQC4EESGS6www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-RQC4EESGS6 — -1 — 0 B — 96 ms — https://umd-main.files.svdcdn.com/production/umd/logos/default/primary-logo-dark.svg?dm=1722455539umd-main.files.svdcdn.com/productio... https://umd-main.files.svdcdn.com/production/umd/logos/default/primary-logo-dark.svg?dm=1722455539 — 200 — 5.8 KiB — 66 ms — h2https://umd-main.transforms.svdcdn.com/production/umd/images/default/dancers-in-silo.jpg?w=600&h=600&q=80&fm=webp&fit=max&dm=1731088507&s=5ca792efd6f112d17de0c00d0b80b461umd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/images/default/dancers-in-silo.jpg?w=600&h=600&q=80&fm=webp&fit=max&dm=1731088507&s=5ca792efd6f112d17de0c00d0b80b461 — 200 — 13.5 KiB — 140 ms — h2https://umd-main.transforms.svdcdn.com/production/umd/heroes/default/ThurgoodMarshallHall_DoGood_05222023_JC_9303-1980x1080.jpg?w=1920&h=1920&q=80&fm=webp&fit=max&dm=1775245488&s=f81a2cd297ed648702b95e4d2d85883dumd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/heroes/default/ThurgoodMarshallHall_DoGood_05222023_JC_9303-1980x1080.jpg?w=1920&h=1920&q=80&fm=webp&fit=max&dm=1775245488&s=f81a2cd297ed648702b95e4d2d85883d — 200 — 293.6 KiB — 140 ms — h2https://umd-main.transforms.svdcdn.com/production/umd/images/default/54470009827_1ee9031b4f_k_2026-02-05-190340_tgkr.webp?w=1024&h=1024&q=80&fm=webp&fit=max&dm=1775147057&s=1deb17273673fccf588cb5acc2bb9ac4umd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/images/default/54470009827_1ee9031b4f_k_2026-02-05-190340_tgkr.webp?w=1024&h=1024&q=80&fm=webp&fit=max&dm=1775147057&s=1deb17273673fccf588cb5acc2bb9ac4 — 200 — 26.7 KiB — 139 ms — h2https://umd.edu/main/app.js?v=305e494bb96f1ab0518478347fafcf6e78a95ff5/main/app.js?v=305e494bb96f1ab05184... https://umd.edu/main/app.js?v=305e494bb96f1ab0518478347fafcf6e78a95ff5 — 200 — 336 B — 89 ms — h2https://umd.edu/main/home.js?v=305e494bb96f1ab0518478347fafcf6e78a95ff5/main/home.js?v=305e494bb96f1ab0518... https://umd.edu/main/home.js?v=305e494bb96f1ab0518478347fafcf6e78a95ff5 — 200 — 453 B — 218 ms — h2https://umd.edu/shellcraft/umdApp.js?v=305e494bb96f1ab0518478347fafcf6e78a95ff5/shellcraft/umdApp.js?v=305e494bb96... https://umd.edu/shellcraft/umdApp.js?v=305e494bb96f1ab0518478347fafcf6e78a95ff5 — 200 — 1.6 KiB — 230 ms — h2https://umd.edu/main/home.css?v=305e494bb96f1ab0518478347fafcf6e78a95ff5/main/home.css?v=305e494bb96f1ab051... https://umd.edu/main/home.css?v=305e494bb96f1ab0518478347fafcf6e78a95ff5 — 200 — 205.8 KiB — 356 ms — h2https://umd.edu/shellcraft/umdApp-release-116.css?v=305e494bb96f1ab0518478347fafcf6e78a95ff5/shellcraft/umdApp-release-116.css?... https://umd.edu/shellcraft/umdApp-release-116.css?v=305e494bb96f1ab0518478347fafcf6e78a95ff5 — 200 — 226.0 KiB — 379 ms — h2https://umd-main.transforms.svdcdn.com/production/umd/images/default/TV-Screen-Graphics-and-Yard-Sign-DG-Service-Challange.webp?w=600&h=600&q=80&fm=webp&fit=max&dm=1775419862&s=574c7f3fe304800b6199062721b3a180umd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/images/default/TV-Screen-Graphics-and-Yard-Sign-DG-Service-Challange.webp?w=600&h=600&q=80&fm=webp&fit=max&dm=1775419862&s=574c7f3fe304800b6199062721b3a180 — 200 — 48.9 KiB — 124 ms — h2https://umd-main.transforms.svdcdn.com/production/umd/images/default/UMD19_Digital_DoGood_Service-Month_Social_Cover-FB-1.webp?w=600&h=600&q=80&fm=webp&fit=max&dm=1775482454&s=2d5dd008f4e64a06e2e98e9fa4ff536fumd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/images/default/UMD19_Digital_DoGood_Service-Month_Social_Cover-FB-1.webp?w=600&h=600&q=80&fm=webp&fit=max&dm=1775482454&s=2d5dd008f4e64a06e2e98e9fa4ff536f — 200 — 10.2 KiB — 123 ms — h2https://umd-main.transforms.svdcdn.com/production/umd/images/default/MarylandDay_04262025_JC_4491_2025-06-23-141816_cylg.webp?w=600&h=600&q=80&fm=webp&fit=max&dm=1775420266&s=29c93fa67e52716142f69a179486057cumd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/images/default/MarylandDay_04262025_JC_4491_2025-06-23-141816_cylg.webp?w=600&h=600&q=80&fm=webp&fit=max&dm=1775420266&s=29c93fa67e52716142f69a179486057c — 200 — 48.0 KiB — 120 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-KKDTNDWwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KKDTNDW — 200 — 141.7 KiB — 162 ms — h2https://static.hotjar.com/c/hotjar-3609113.js?sv=6static.hotjar.com/c/hotjar-3609113.... https://static.hotjar.com/c/hotjar-3609113.js?sv=6 — 200 — 6.2 KiB — 167 ms — h2https://umd.edu/default/static/manifest.webmanifest/default/static/manifest.webmanifes... https://umd.edu/default/static/manifest.webmanifest — 200 — 631 B — 231 ms — h3https://umd-main.transforms.svdcdn.com/production/umd/images/default/placeholder-2.webp?w=600&h=600&q=80&fm=webp&fit=max&dm=1775419419&s=183c0048e9f244024624ece87b270af3umd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/images/default/placeholder-2.webp?w=600&h=600&q=80&fm=webp&fit=max&dm=1775419419&s=183c0048e9f244024624ece87b270af3 — 200 — 51.4 KiB — 77 ms — h2https://umd-main.transforms.svdcdn.com/production/umd/images/default/ThurgoodMarshallHall_12052025_SC_7478.JPG?w=800&h=800&q=80&fm=webp&fit=max&dm=1775245696&s=f18a34b6da77a9ccda931daade6d18b4umd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/images/default/ThurgoodMarshallHall_12052025_SC_7478.JPG?w=800&h=800&q=80&fm=webp&fit=max&dm=1775245696&s=f18a34b6da77a9ccda931daade6d18b4 — 200 — 43.3 KiB — 78 ms — h2https://umd-main.transforms.svdcdn.com/production/umd/images/default/2018-do-good-challenge_26986124817_o.jpg?w=800&h=800&q=80&fm=webp&fit=max&dm=1775483476&s=6eca3104a439219972f51b15fd274ba9umd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/images/default/2018-do-good-challenge_26986124817_o.jpg?w=800&h=800&q=80&fm=webp&fit=max&dm=1775483476&s=6eca3104a439219972f51b15fd274ba9 — 200 — 65.2 KiB — 94 ms — h2https://umd-main.transforms.svdcdn.com/production/umd/images/default/2019-Do-Good-Accelerator-1.jpg?w=800&h=800&q=80&fm=webp&fit=max&dm=1775421533&s=89869dfd90825df532ea0f9cbab6100bumd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/images/default/2019-Do-Good-Accelerator-1.jpg?w=800&h=800&q=80&fm=webp&fit=max&dm=1775421533&s=89869dfd90825df532ea0f9cbab6100b — 200 — 64.1 KiB — 95 ms — h2https://umd-main.transforms.svdcdn.com/production/umd/images/default/LeenaMalayil_RiannaMurray_WaterLab_DoGood_working_02202024_JC_9735.jpg?w=800&h=800&q=80&fm=webp&fit=max&dm=1746037193&s=1581389d70063c594fca76c2cff65bdcumd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/images/default/LeenaMalayil_RiannaMurray_WaterLab_DoGood_working_02202024_JC_9735.jpg?w=800&h=800&q=80&fm=webp&fit=max&dm=1746037193&s=1581389d70063c594fca76c2cff65bdc — 200 — 41.6 KiB — 95 ms — h2https://umd-main.transforms.svdcdn.com/production/umd/images/default/2-students-walking.jpg?w=1920&h=1920&q=80&fm=webp&fit=max&dm=1758808399&s=92f2485e6e2d4344a04dca0423ef97e5umd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/images/default/2-students-walking.jpg?w=1920&h=1920&q=80&fm=webp&fit=max&dm=1758808399&s=92f2485e6e2d4344a04dca0423ef97e5 — 200 — 320.0 KiB — 119 ms — h2https://umd-main.transforms.svdcdn.com/production/umd/images/default/forward-square.jpg?w=1920&h=1920&q=80&fm=webp&fit=max&dm=1775490078&s=f8ef849bbea5b608a4307a92c4e2c0caumd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/images/default/forward-square.jpg?w=1920&h=1920&q=80&fm=webp&fit=max&dm=1775490078&s=f8ef849bbea5b608a4307a92c4e2c0ca — 200 — 78.7 KiB — 113 ms — h2https://umd-main.transforms.svdcdn.com/production/umd/people/default/DarryllPines_05262020_JC_7405_Final-square.webp?w=600&h=600&q=80&fm=webp&fit=max&dm=1723126787&s=e7a44d081f1ccc6679880685b60ac5dcumd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/people/default/DarryllPines_05262020_JC_7405_Final-square.webp?w=600&h=600&q=80&fm=webp&fit=max&dm=1723126787&s=e7a44d081f1ccc6679880685b60ac5dc — 200 — 19.6 KiB — 104 ms — h2https://umd-main.transforms.svdcdn.com/production/umd/heroes/default/mM.jpg?w=1920&h=1920&q=80&fm=webp&fit=max&dm=1730997649&s=3d22462680db40112719f6f46fd75050umd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/heroes/default/mM.jpg?w=1920&h=1920&q=80&fm=webp&fit=max&dm=1730997649&s=3d22462680db40112719f6f46fd75050 — 200 — 193.9 KiB — 116 ms — h2https://umd.edu/main/shared/umd-main-campus-alerts.CU8UuebX.js/main/shared/umd-main-campus-alerts... https://umd.edu/main/shared/umd-main-campus-alerts.CU8UuebX.js — 200 — 3.0 KiB — 221 ms — h3https://script.hotjar.com/modules.6a0f3932cb1341a35c18.jsscript.hotjar.com/modules.6a0f3932c... https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js — 200 — 56.6 KiB — 32 ms — h2https://www.googletagmanager.com/gtag/js?id=G-GYM82Z681N&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-GYM82Z681N&cx=c&gtm=4e64h1 — 200 — 160.0 KiB — 154 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 31 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s FCP 2.9 s LCP 16.4 shttps://umd.edu// https://umd.edu/ — 200 — 18.2 KiB — 119 ms — h2https://www.googletagmanager.com/gtag/js?id=G-RQC4EESGS6www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-RQC4EESGS6 — -1 — 0 B — 96 ms — https://umd-main.files.svdcdn.com/production/umd/logos/default/primary-logo-dark.svg?dm=1722455539umd-main.files.svdcdn.com/productio... https://umd-main.files.svdcdn.com/production/umd/logos/default/primary-logo-dark.svg?dm=1722455539 — 200 — 5.8 KiB — 66 ms — h2https://umd-main.transforms.svdcdn.com/production/umd/images/default/dancers-in-silo.jpg?w=600&h=600&q=80&fm=webp&fit=max&dm=1731088507&s=5ca792efd6f112d17de0c00d0b80b461umd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/images/default/dancers-in-silo.jpg?w=600&h=600&q=80&fm=webp&fit=max&dm=1731088507&s=5ca792efd6f112d17de0c00d0b80b461 — 200 — 13.5 KiB — 140 ms — h2https://umd-main.transforms.svdcdn.com/production/umd/heroes/default/ThurgoodMarshallHall_DoGood_05222023_JC_9303-1980x1080.jpg?w=1920&h=1920&q=80&fm=webp&fit=max&dm=1775245488&s=f81a2cd297ed648702b95e4d2d85883dumd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/heroes/default/ThurgoodMarshallHall_DoGood_05222023_JC_9303-1980x1080.jpg?w=1920&h=1920&q=80&fm=webp&fit=max&dm=1775245488&s=f81a2cd297ed648702b95e4d2d85883d — 200 — 293.6 KiB — 140 ms — h2https://umd-main.transforms.svdcdn.com/production/umd/images/default/54470009827_1ee9031b4f_k_2026-02-05-190340_tgkr.webp?w=1024&h=1024&q=80&fm=webp&fit=max&dm=1775147057&s=1deb17273673fccf588cb5acc2bb9ac4umd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/images/default/54470009827_1ee9031b4f_k_2026-02-05-190340_tgkr.webp?w=1024&h=1024&q=80&fm=webp&fit=max&dm=1775147057&s=1deb17273673fccf588cb5acc2bb9ac4 — 200 — 26.7 KiB — 139 ms — h2https://umd.edu/main/app.js?v=305e494bb96f1ab0518478347fafcf6e78a95ff5/main/app.js?v=305e494bb96f1ab05184... https://umd.edu/main/app.js?v=305e494bb96f1ab0518478347fafcf6e78a95ff5 — 200 — 336 B — 89 ms — h2https://umd.edu/main/home.js?v=305e494bb96f1ab0518478347fafcf6e78a95ff5/main/home.js?v=305e494bb96f1ab0518... https://umd.edu/main/home.js?v=305e494bb96f1ab0518478347fafcf6e78a95ff5 — 200 — 453 B — 218 ms — h2https://umd.edu/shellcraft/umdApp.js?v=305e494bb96f1ab0518478347fafcf6e78a95ff5/shellcraft/umdApp.js?v=305e494bb96... https://umd.edu/shellcraft/umdApp.js?v=305e494bb96f1ab0518478347fafcf6e78a95ff5 — 200 — 1.6 KiB — 230 ms — h2https://umd.edu/main/home.css?v=305e494bb96f1ab0518478347fafcf6e78a95ff5/main/home.css?v=305e494bb96f1ab051... https://umd.edu/main/home.css?v=305e494bb96f1ab0518478347fafcf6e78a95ff5 — 200 — 205.8 KiB — 356 ms — h2https://umd.edu/shellcraft/umdApp-release-116.css?v=305e494bb96f1ab0518478347fafcf6e78a95ff5/shellcraft/umdApp-release-116.css?... https://umd.edu/shellcraft/umdApp-release-116.css?v=305e494bb96f1ab0518478347fafcf6e78a95ff5 — 200 — 226.0 KiB — 379 ms — h2https://umd-main.transforms.svdcdn.com/production/umd/images/default/TV-Screen-Graphics-and-Yard-Sign-DG-Service-Challange.webp?w=600&h=600&q=80&fm=webp&fit=max&dm=1775419862&s=574c7f3fe304800b6199062721b3a180umd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/images/default/TV-Screen-Graphics-and-Yard-Sign-DG-Service-Challange.webp?w=600&h=600&q=80&fm=webp&fit=max&dm=1775419862&s=574c7f3fe304800b6199062721b3a180 — 200 — 48.9 KiB — 124 ms — h2https://umd-main.transforms.svdcdn.com/production/umd/images/default/UMD19_Digital_DoGood_Service-Month_Social_Cover-FB-1.webp?w=600&h=600&q=80&fm=webp&fit=max&dm=1775482454&s=2d5dd008f4e64a06e2e98e9fa4ff536fumd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/images/default/UMD19_Digital_DoGood_Service-Month_Social_Cover-FB-1.webp?w=600&h=600&q=80&fm=webp&fit=max&dm=1775482454&s=2d5dd008f4e64a06e2e98e9fa4ff536f — 200 — 10.2 KiB — 123 ms — h2https://umd-main.transforms.svdcdn.com/production/umd/images/default/MarylandDay_04262025_JC_4491_2025-06-23-141816_cylg.webp?w=600&h=600&q=80&fm=webp&fit=max&dm=1775420266&s=29c93fa67e52716142f69a179486057cumd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/images/default/MarylandDay_04262025_JC_4491_2025-06-23-141816_cylg.webp?w=600&h=600&q=80&fm=webp&fit=max&dm=1775420266&s=29c93fa67e52716142f69a179486057c — 200 — 48.0 KiB — 120 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-KKDTNDWwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KKDTNDW — 200 — 141.7 KiB — 162 ms — h2https://static.hotjar.com/c/hotjar-3609113.js?sv=6static.hotjar.com/c/hotjar-3609113.... https://static.hotjar.com/c/hotjar-3609113.js?sv=6 — 200 — 6.2 KiB — 167 ms — h2https://umd.edu/default/static/manifest.webmanifest/default/static/manifest.webmanifes... https://umd.edu/default/static/manifest.webmanifest — 200 — 631 B — 231 ms — h3https://umd-main.transforms.svdcdn.com/production/umd/images/default/placeholder-2.webp?w=600&h=600&q=80&fm=webp&fit=max&dm=1775419419&s=183c0048e9f244024624ece87b270af3umd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/images/default/placeholder-2.webp?w=600&h=600&q=80&fm=webp&fit=max&dm=1775419419&s=183c0048e9f244024624ece87b270af3 — 200 — 51.4 KiB — 77 ms — h2https://umd-main.transforms.svdcdn.com/production/umd/images/default/ThurgoodMarshallHall_12052025_SC_7478.JPG?w=800&h=800&q=80&fm=webp&fit=max&dm=1775245696&s=f18a34b6da77a9ccda931daade6d18b4umd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/images/default/ThurgoodMarshallHall_12052025_SC_7478.JPG?w=800&h=800&q=80&fm=webp&fit=max&dm=1775245696&s=f18a34b6da77a9ccda931daade6d18b4 — 200 — 43.3 KiB — 78 ms — h2https://umd-main.transforms.svdcdn.com/production/umd/images/default/2018-do-good-challenge_26986124817_o.jpg?w=800&h=800&q=80&fm=webp&fit=max&dm=1775483476&s=6eca3104a439219972f51b15fd274ba9umd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/images/default/2018-do-good-challenge_26986124817_o.jpg?w=800&h=800&q=80&fm=webp&fit=max&dm=1775483476&s=6eca3104a439219972f51b15fd274ba9 — 200 — 65.2 KiB — 94 ms — h2https://umd-main.transforms.svdcdn.com/production/umd/images/default/2019-Do-Good-Accelerator-1.jpg?w=800&h=800&q=80&fm=webp&fit=max&dm=1775421533&s=89869dfd90825df532ea0f9cbab6100bumd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/images/default/2019-Do-Good-Accelerator-1.jpg?w=800&h=800&q=80&fm=webp&fit=max&dm=1775421533&s=89869dfd90825df532ea0f9cbab6100b — 200 — 64.1 KiB — 95 ms — h2https://umd-main.transforms.svdcdn.com/production/umd/images/default/LeenaMalayil_RiannaMurray_WaterLab_DoGood_working_02202024_JC_9735.jpg?w=800&h=800&q=80&fm=webp&fit=max&dm=1746037193&s=1581389d70063c594fca76c2cff65bdcumd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/images/default/LeenaMalayil_RiannaMurray_WaterLab_DoGood_working_02202024_JC_9735.jpg?w=800&h=800&q=80&fm=webp&fit=max&dm=1746037193&s=1581389d70063c594fca76c2cff65bdc — 200 — 41.6 KiB — 95 ms — h2https://umd-main.transforms.svdcdn.com/production/umd/images/default/2-students-walking.jpg?w=1920&h=1920&q=80&fm=webp&fit=max&dm=1758808399&s=92f2485e6e2d4344a04dca0423ef97e5umd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/images/default/2-students-walking.jpg?w=1920&h=1920&q=80&fm=webp&fit=max&dm=1758808399&s=92f2485e6e2d4344a04dca0423ef97e5 — 200 — 320.0 KiB — 119 ms — h2https://umd-main.transforms.svdcdn.com/production/umd/images/default/forward-square.jpg?w=1920&h=1920&q=80&fm=webp&fit=max&dm=1775490078&s=f8ef849bbea5b608a4307a92c4e2c0caumd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/images/default/forward-square.jpg?w=1920&h=1920&q=80&fm=webp&fit=max&dm=1775490078&s=f8ef849bbea5b608a4307a92c4e2c0ca — 200 — 78.7 KiB — 113 ms — h2https://umd-main.transforms.svdcdn.com/production/umd/people/default/DarryllPines_05262020_JC_7405_Final-square.webp?w=600&h=600&q=80&fm=webp&fit=max&dm=1723126787&s=e7a44d081f1ccc6679880685b60ac5dcumd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/people/default/DarryllPines_05262020_JC_7405_Final-square.webp?w=600&h=600&q=80&fm=webp&fit=max&dm=1723126787&s=e7a44d081f1ccc6679880685b60ac5dc — 200 — 19.6 KiB — 104 ms — h2https://umd-main.transforms.svdcdn.com/production/umd/heroes/default/mM.jpg?w=1920&h=1920&q=80&fm=webp&fit=max&dm=1730997649&s=3d22462680db40112719f6f46fd75050umd-main.transforms.svdcdn.com/prod... https://umd-main.transforms.svdcdn.com/production/umd/heroes/default/mM.jpg?w=1920&h=1920&q=80&fm=webp&fit=max&dm=1730997649&s=3d22462680db40112719f6f46fd75050 — 200 — 193.9 KiB — 116 ms — h2https://umd.edu/main/shared/umd-main-campus-alerts.CU8UuebX.js/main/shared/umd-main-campus-alerts... https://umd.edu/main/shared/umd-main-campus-alerts.CU8UuebX.js — 200 — 3.0 KiB — 221 ms — h3https://script.hotjar.com/modules.6a0f3932cb1341a35c18.jsscript.hotjar.com/modules.6a0f3932c... https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js — 200 — 56.6 KiB — 32 ms — h2https://www.googletagmanager.com/gtag/js?id=G-GYM82Z681N&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-GYM82Z681N&cx=c&gtm=4e64h1 — 200 — 160.0 KiB — 154 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 31 ms — h2https://siteimproveanalytics.com/js/siteanalyze_90779855.jssiteimproveanalytics.com/js/siteana... https://siteimproveanalytics.com/js/siteanalyze_90779855.js — 200 — 27.4 KiB — 34 ms — h3https://umd.edu/shellcraft/shared/umd-shell-sidebar.BEGhoUF6.js/shellcraft/shared/umd-shell-sideba... https://umd.edu/shellcraft/shared/umd-shell-sidebar.BEGhoUF6.js — 200 — 1.8 KiB — 89 ms — h3https://content.hotjar.io/?site_id=3609113&gzip=1content.hotjar.io/?site_id=3609113&... https://content.hotjar.io/?site_id=3609113&gzip=1 — 200 — 171 B — 609 ms — h2https://umd.edu/shellcraft/shared/umd-structural.Bb_qaNW0.js/shellcraft/shared/umd-structural.B... https://umd.edu/shellcraft/shared/umd-structural.Bb_qaNW0.js — 200 — 5.7 KiB — 101 ms — h3https://umd.edu/shellcraft/shared/umd-actions.CQYcqzOL.js/shellcraft/shared/umd-actions.CQYc... https://umd.edu/shellcraft/shared/umd-actions.CQYcqzOL.js — 200 — 919 B — 220 ms — h3https://umd.edu/shellcraft/shared/umd-slots.NF3Yw89Z.js/shellcraft/shared/umd-slots.NF3Yw8... https://umd.edu/shellcraft/shared/umd-slots.NF3Yw89Z.js — 200 — 98.9 KiB — 164 ms — h3https://umd.edu/shellcraft/shared/umd-shell-fonts.Daxn0L-A.js/shellcraft/shared/umd-shell-fonts.... https://umd.edu/shellcraft/shared/umd-shell-fonts.Daxn0L-A.js — 200 — 446.8 KiB — 411 ms — h3https://umd.edu/shellcraft/shared/umd-wrapLinkForAnimation.BBTTQNay.js/shellcraft/shared/umd-wrapLinkForA... https://umd.edu/shellcraft/shared/umd-wrapLinkForAnimation.BBTTQNay.js — 200 — 20.7 KiB — 292 ms — h3https://umd.edu/shellcraft/shared/umd-shell-rich-text.Ps3gFwMA.js/shellcraft/shared/umd-shell-rich-t... https://umd.edu/shellcraft/shared/umd-shell-rich-text.Ps3gFwMA.js — 200 — 792 B — 258 ms — h3https://umd.edu/shellcraft/shared/umd-loader-Tsve07Xr.wwQr6clf.js/shellcraft/shared/umd-loader-Tsve0... https://umd.edu/shellcraft/shared/umd-loader-Tsve07Xr.wwQr6clf.js — 200 — 30.5 KiB — 291 ms — h3https://umd.edu/shellcraft/shared/umd-events.YRNjlaN-.js/shellcraft/shared/umd-events.YRNjl... https://umd.edu/shellcraft/shared/umd-events.YRNjlaN-.js — 200 — 33.4 KiB — 299 ms — h3https://umd.edu/shellcraft/shared/umd-shell-header.CzKspeMq.js/shellcraft/shared/umd-shell-header... https://umd.edu/shellcraft/shared/umd-shell-header.CzKspeMq.js — 200 — 1.2 KiB — 273 ms — h3https://umd.edu/shellcraft/shared/umd-image.5dqCaKMQ.js/shellcraft/shared/umd-image.5dqCaK... https://umd.edu/shellcraft/shared/umd-image.5dqCaKMQ.js — 200 — 5.3 KiB — 277 ms — h3https://umd.edu/shellcraft/shared/umd-getValidatedSlotImage.BhUeygEI.js/shellcraft/shared/umd-getValidated... https://umd.edu/shellcraft/shared/umd-getValidatedSlotImage.BhUeygEI.js — 200 — 981 B — 283 ms — h3https://umd.edu/shellcraft/shared/umd-tabular.Cm0JD0LM.js/shellcraft/shared/umd-tabular.Cm0J... https://umd.edu/shellcraft/shared/umd-tabular.Cm0JD0LM.js — 200 — 9.0 KiB — 284 ms — h3https://umd.edu/shellcraft/shared/umd-navigation.CZkfo_gW.js/shellcraft/shared/umd-navigation.C... https://umd.edu/shellcraft/shared/umd-navigation.CZkfo_gW.js — 200 — 41.9 KiB — 293 ms — h3https://umd.edu/shellcraft/shared/umd-_event-B6QDfDPW.BQ0Xe7ll.js/shellcraft/shared/umd-_event-B6QDf... https://umd.edu/shellcraft/shared/umd-_event-B6QDfDPW.BQ0Xe7ll.js — 200 — 1.1 KiB — 283 ms — h3https://umd.edu/main/shared/umd-network.CUH_o1pY.js/main/shared/umd-network.CUH_o1pY.j... https://umd.edu/main/shared/umd-network.CUH_o1pY.js — 200 — 656 B — 270 ms — h3https://www.google-analytics.com/j/collect?v=1&_v=j102&a=612111689&t=pageview&_s=1&dl=https%3A%2F%2Fumd.edu%2F&ul=en-us&dt=April%20is%20Do%20Good%20Month%20%7C%20University%20of%20Maryland&sr=412x823&vp=412x823&_u=YEBAAEABAAAAACAAI~&jid=653794317&gjid=952441647&cid=1043398172.1776798915&tid=UA-48344270-2&_gid=148837885.1776798915&_r=1&_slc=1&gtm=45He64h1n81KKDTNDWv810790094za200zd810790094&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266401&z=889129003www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=612111689&t=pageview&_s=1&dl=https%3A%2F%2Fumd.edu%2F&ul=en-us&dt=April%20is%20Do%20Good%20Month%20%7C%20University%20of%20Maryland&sr=412x823&vp=412x823&_u=YEBAAEABAAAAACAAI~&jid=653794317&gjid=952441647&cid=1043398172.1776798915&tid=UA-48344270-2&_gid=148837885.1776798915&_r=1&_slc=1&gtm=45He64h1n81KKDTNDWv810790094za200zd810790094&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266401&z=889129003 — 200 — 446 B — 27 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-GYM82Z681N&gtm=45je64h1v888148359z8810790094za20gzb810790094zd810790094&_p=1776798914264&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=1043398172.1776798915&frm=0&pscdl=noapi&rcb=7&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~117266400~117512542~118463262&sid=1776798914&sct=1&seg=0&dl=https%3A%2F%2Fumd.edu%2F&dt=April%20is%20Do%20Good%20Month%20%7C%20University%20of%20Maryland&en=page_view&_fv=1&_ss=1&tfd=693www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-GYM82Z681N&gtm=45je64h1v888148359z8810790094za20gzb810790094zd810790094&_p=1776798914264&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=1043398172.1776798915&frm=0&pscdl=noapi&rcb=7&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~117266400~117512542~118463262&sid=1776798914&sct=1&seg=0&dl=https%3A%2F%2Fumd.edu%2F&dt=April%20is%20Do%20Good%20Month%20%7C%20University%20of%20Maryland&en=page_view&_fv=1&_ss=1&tfd=693 — 204 — 20 B — 53 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-RQC4EESGS6&gtm=45je64h1v888148359z8810790094za20gzb810790094zd810790094&_p=1776798914264&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=1043398172.1776798915&frm=0&pscdl=noapi&rcb=7&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~117266400~117512542~118463262&sid=1776798914&sct=1&seg=0&dl=https%3A%2F%2Fumd.edu%2F&dt=April%20is%20Do%20Good%20Month%20%7C%20University%20of%20Maryland&en=page_view&_fv=1&_ss=1&tfd=705www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-RQC4EESGS6&gtm=45je64h1v888148359z8810790094za20gzb810790094zd810790094&_p=1776798914264&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=1043398172.1776798915&frm=0&pscdl=noapi&rcb=7&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~117266400~117512542~118463262&sid=1776798914&sct=1&seg=0&dl=https%3A%2F%2Fumd.edu%2F&dt=April%20is%20Do%20Good%20Month%20%7C%20University%20of%20Maryland&en=page_view&_fv=1&_ss=1&tfd=705 — 204 — 20 B — 44 ms — h3https://90779855.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fumd.edu%2F&title=April%20is%20Do%20Good%20Month%20%7C%20University%20of%20Maryland&res=412x823&accountid=90779855&rt=603&prev=269a71f5-6ae9-dd16-580b-097690223682&luid=c31cb46d-809a-43b2-7eb8-f767c0ebd78a&rnd=5368190779855.global.siteimproveanalytic... https://90779855.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fumd.edu%2F&title=April%20is%20Do%20Good%20Month%20%7C%20University%20of%20Maryland&res=412x823&accountid=90779855&rt=603&prev=269a71f5-6ae9-dd16-580b-097690223682&luid=c31cb46d-809a-43b2-7eb8-f767c0ebd78a&rnd=53681 — 200 — 210 B — 98 ms — h2https://umd.edu/default/static/favicon.ico/default/static/favicon.ico https://umd.edu/default/static/favicon.ico — 200 — 3.4 KiB — 95 ms — h3https://umd.edu/api/v2/api/v2 https://umd.edu/api/v2 — 200 — 358 B — 265 ms — h3https://umd.edu/shellcraft/shared/umd-shell-elements-sticky.DN_Ced7y.js/shellcraft/shared/umd-shell-elemen... https://umd.edu/shellcraft/shared/umd-shell-elements-sticky.DN_Ced7y.js — 200 — 472 B — 90 ms — h3data:font/opentype;base64,T1RUTwAMAIAAAwBAQ0ZGIOH65dQAAAasAAAoaURTSUcAAAABAABg3AAAAAhHUE9TAdfx/gAAL…data:font/opentype;base64,T1RUTwAMA... data:font/opentype;base64,T1RUTwAMAIAAAwBAQ0ZGIOH65dQAAAasAAAoaURTSUcAAAABAABg3AAAAAhHUE9TAdfx/gAAL… — 200 — 25.0 KiB — 41 ms — datadata:font/ttf;base64,AAEAAAARAQAABAAQR0RFRjhoOOEAAAN4AAAA+EdQT1Pt5lybAABPZAAAM+pHU1VCwR+4DgAALIQAAA…data:font/ttf;base64,AAEAAAARAQAABA... data:font/ttf;base64,AAEAAAARAQAABAAQR0RFRjhoOOEAAAN4AAAA+EdQT1Pt5lybAABPZAAAM+pHU1VCwR+4DgAALIQAAA… — 200 — 103.9 KiB — 41 ms — datadata:font/opentype;base64,T1RUTwAMAIAAAwBAQ0ZGIHAxhMAAAAagAAAoJkRTSUcAAAABAABguAAAAAhHUE9TBJ70YgAAL…data:font/opentype;base64,T1RUTwAMA... data:font/opentype;base64,T1RUTwAMAIAAAwBAQ0ZGIHAxhMAAAAagAAAoJkRTSUcAAAABAABguAAAAAhHUE9TBJ70YgAAL… — 200 — 25.0 KiB — 40 ms — datadata:font/opentype;base64,T1RUTwAMAIAAAwBAQ0ZGIDblmcoAAAckAAAoO0RTSUcAAAABAABhdAAAAAhHUE9TEqP3wAAAL…data:font/opentype;base64,T1RUTwAMA... data:font/opentype;base64,T1RUTwAMAIAAAwBAQ0ZGIDblmcoAAAckAAAoO0RTSUcAAAABAABhdAAAAAhHUE9TEqP3wAAAL… — 200 — 25.1 KiB — 38 ms — datadata:font/opentype;base64,T1RUTwAMAIAAAwBAQ0ZGICNKjZwAAAaoAAAsRkRTSUcAAAABAABqvAAAAAhHUE9TiuCeEwAAM…data:font/opentype;base64,T1RUTwAMA... data:font/opentype;base64,T1RUTwAMAIAAAwBAQ0ZGICNKjZwAAAaoAAAsRkRTSUcAAAABAABqvAAAAAhHUE9TiuCeEwAAM… — 200 — 27.5 KiB — 35 ms — datahttps://umd.edu/shellcraft/shared/umd-animation._amZowEX.js/shellcraft/shared/umd-animation._a... https://umd.edu/shellcraft/shared/umd-animation._amZowEX.js — 200 — 1.2 KiB — 101 ms — h3https://umd.edu/shellcraft/shared/umd-shrinkThenRemove.ChuvXro5.js/shellcraft/shared/umd-shrinkThenRe... https://umd.edu/shellcraft/shared/umd-shrinkThenRemove.ChuvXro5.js — 200 — 552 B — 101 ms — h3https://umd.edu/shellcraft/shared/umd-smoothScrollToElement.KudZE7W_.js/shellcraft/shared/umd-smoothScroll... https://umd.edu/shellcraft/shared/umd-smoothScrollToElement.KudZE7W_.js — 200 — 621 B — 100 ms — h3https://umd.edu/shellcraft/shared/umd-content.Ce67yTzI.js/shellcraft/shared/umd-content.Ce67... https://umd.edu/shellcraft/shared/umd-content.Ce67yTzI.js — 200 — 8.6 KiB — 98 ms — h3https://umd.edu/shellcraft/shared/umd-card.wbaLW6k1.js/shellcraft/shared/umd-card.wbaLW6k... https://umd.edu/shellcraft/shared/umd-card.wbaLW6k1.js — 200 — 2.6 KiB — 97 ms — h3https://umd.edu/shellcraft/shared/umd-person.BQuT92R7.js/shellcraft/shared/umd-person.BQuT9... https://umd.edu/shellcraft/shared/umd-person.BQuT92R7.js — 200 — 2.9 KiB — 108 ms — h3https://umd.edu/shellcraft/shared/umd-interactive._0wNjgeo.js/shellcraft/shared/umd-interactive.... https://umd.edu/shellcraft/shared/umd-interactive._0wNjgeo.js — 200 — 151.6 KiB — 182 ms — h3https://umd.edu/shellcraft/shared/umd-feed.C1qcPyhc.js/shellcraft/shared/umd-feed.C1qcPyh... https://umd.edu/shellcraft/shared/umd-feed.C1qcPyhc.js — 200 — 9.5 KiB — 111 ms — h3data:font/opentype;base64,T1RUTwAMAIAAAwBAQ0ZGIEmdW4wAAAbcAAArzURTSUcAAAABAABrRAAAAAhHUE9TsvXIMQAAM…data:font/opentype;base64,T1RUTwAMA... data:font/opentype;base64,T1RUTwAMAIAAAwBAQ0ZGIEmdW4wAAAbcAAArzURTSUcAAAABAABrRAAAAAhHUE9TsvXIMQAAM… — 200 — 27.6 KiB — 49 ms — datadata:image/svg+xml;base64,PHN2ZyBpZD0icXVvdGVfYmFja2dyb3VuZF9saWdodCIgYXJpYS1oaWRkZW49InRydWUiIHRpd…data:image/svg+xml;base64,PHN2ZyBpZ... data:image/svg+xml;base64,PHN2ZyBpZD0icXVvdGVfYmFja2dyb3VuZF9saWdodCIgYXJpYS1oaWRkZW49InRydWUiIHRpd… — 200 — 0 B — 0 ms — datahttps://today.umd.edu/graphqltoday.umd.edu/graphql https://today.umd.edu/graphql — 200 — 0 B — 427 ms — h2data:image/svg+xml;base64,PHN2ZyB0aXRsZT0idW1kIGNhbXBhaWduIGxvZ28iIGFyaWEtaGlkZGVuPSJ0cnVlIiB3aWR0a…data:image/svg+xml;base64,PHN2ZyB0a... data:image/svg+xml;base64,PHN2ZyB0aXRsZT0idW1kIGNhbXBhaWduIGxvZ28iIGFyaWEtaGlkZGVuPSJ0cnVlIiB3aWR0a… — 200 — 0 B — 0 ms — datahttps://today.umd.edu/graphqltoday.umd.edu/graphql https://today.umd.edu/graphql — 200 — 2.5 KiB — 372 ms — h2https://today.umd.edu/graphqltoday.umd.edu/graphql https://today.umd.edu/graphql — -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
29% of JavaScript execution is third-party
First-party Third-party 2521ms · 407KB · $33/mo
Hotjar
Session Replay
Costly
Execution 925ms
Transfer 57 KB
Unused 46%
Monthly Cost $12/mo
Unattributable
Other
Costly
Execution 712ms
Transfer 0 KB
Monthly Cost $9/mo
Google Tag Manager
Tag Manager
Costly
Execution 432ms
Transfer 160 KB
Unused 41%
Monthly Cost $6/mo
Google Tag Manager
Tag Manager
Costly
Execution 311ms
Transfer 142 KB
Unused 47%
Monthly Cost $4/mo
Google Analytics
Analytics
Optional
Execution 89ms
Transfer 21 KB
Monthly Cost $1/mo
siteimproveanalytics.com
Other
Optional
Execution 53ms
Transfer 27 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Hotjar adds 925ms and costs ~$12/month
  • Unattributable adds 712ms and costs ~$9/month
  • Google Tag Manager adds 432ms and costs ~$6/month
  • Google Tag Manager adds 311ms and costs ~$4/month

Hotjar takes 925ms 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

Unattributable takes 712ms 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 432ms 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 311ms 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