Skip to content
https://virginia.edu

Performance

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

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

52
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.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

3.01 s

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

9.78 s

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

436 ms

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

0.020

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

7.31 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.98 s

Page Load Progression

571 ms
1.1 s
1.7 s
2.3 s
2.9 s
3.4 s
4.0 s
4.6 s
Checks
17
7 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
9.0 MB transferred, 109 requests
FIX
9.0 MB transferred, 109 requests
Critical::
Page weighs 11.4 MB (9.0 MB transferred)
Warning::
Images are 2.7 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.7 MB
Info::
Fonts are 890 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 890 KB
Warning::
JavaScript is 557 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 557 KB
Warning::
109 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.9 g CO2 per page load
9.0 MB / 2.4 MB budget
9.0 MB transferred
109 requests
1.9 g CO2 per page load
Other 4.8 MiB 54%
Images 2.7 MiB 29%
Fonts 890.3 KiB 10%
JavaScript 556.8 KiB 6%
CSS 53.8 KiB 1%
Other 22.4 KiB 0%
HTML 11.9 KiB 0%
Other 7.4 KiB 0%
Other 2.1 KiB 0%
Other 559 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

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

D
Third-Party Impact
Action
70% third-party, 0 ms blocking
FIX
70% third-party, 0 ms blocking
Warning::
Third-party code accounts for 70% of page weight (6.3 MiB of 9.0 MiB)
Info::
Third-party blocking time is low (0 ms)
30%
70%
First-party Third-party
D
JS Execution Cost
Action
2829ms total JS execution
FIX
2829ms total JS execution
Warning::
https://www.virginia.edu/: 749ms CPU time
Warning::
Unattributable: 655ms CPU time
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-58V...: 409ms CPU time
Warning::
https://script.crazyegg.com/pages/versioned/common...: 366ms CPU time
Warning::
https://ajax.googleapis.com/ajax/libs/jquery/3.7.1...: 320ms CPU time
Warning::
Third-party scripts: 2079ms (74% of total)

Main Thread Breakdown

Script Evaluation 45% Other 29% Style & Layout 14% Script Parsing & Compilation 5% Rendering 5%
ScriptTotalScriptingParse/CompileParty
https://www.virginia.edu/749ms47ms3ms1st
Unattributable655ms18ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-58VK8DX409ms343ms49ms3rd
https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js366ms330ms12ms3rd
https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js320ms218ms8ms3rd
https://www.googletagmanager.com/gtag/js?id=G-J44315NZPS&cx=c&gtm=4e64h1221ms171ms47ms3rd
https://cdn.parsely.com/keys/virginia.edu/p.js108ms100ms3ms3rd
D
Page Weight Inventory
Action
109 resources · 9.0 MB · 170 KB savings available
FIX
109 resources · 9.0 MB · 170 KB savings available
Warning::
Page weight 8.0 MB over 1MB target
Got: 9.0 MB Expected: ≤ 1 MB
Info::
~170 KB of savings available
Warning::
67 third-party resources (70% of weight)
Info::
7 resources over 200KB
109 resources · 9.0 MiB · 67 third-party 8.0 MiB over 1MB target
Media 54% · 4.8 MiB
Image 30% · 2.7 MiB
Font 10% · 890.3 KiB
JavaScript 6% · 556.8 KiB
CSS 1% · 53.8 KiB
Other 0% · 25.3 KiB
Document 0% · 11.9 KiB

~169.7 KiB of savings available

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

No Cache-Control header

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

C
Image Optimization
Action
31 images, 0 KB saveable
REVIEW
31 images, 0 KB saveable
Warning::
https://www.virginia.edu/assets/images/homepage/lg... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.virginia.edu/assets/images/decour/HP-D... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.virginia.edu/assets/images/homepage/lg... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.virginia.edu/assets/images/decour/HP-D... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.virginia.edu/assets/images/logo-horizo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.virginia.edu/assets/images/logo-primar... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.virginia.edu/assets/images/decour/HP-D... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.virginia.edu/assets/images/logo-primar... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
31 images 2.7 MB
0 oversized -0 KB
30 legacy format
9 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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
23 scripts, 170 KB unused
REVIEW
23 scripts, 170 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-J443...: 69 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-58V...: 48 KB unused (32%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://script.crazyegg.com/pages/versioned/common...: 27 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://customer.cludo.com/scripts/bundles/search-...: 26 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 170 KB
170 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-J44315NZPS&cx=c&gtm=4e64h1170 KB69 KB (40%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-58VK8DX150 KB48 KB (32%)3rd
https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js55 KB27 KB (50%)3rd
https://customer.cludo.com/scripts/bundles/search-script.min.js51 KB26 KB (52%)3rd
https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js11 KB3rd
https://script.crazyegg.com/pages/scripts/0090/5137.js3 KB3rd
https://www.virginia.edu/assets/js/calendar-feed.js1 KB1st
https://www.virginia.edu/assets/js/search_functions_v2.js?12 KB1st
https://cdn.parsely.com/keys/virginia.edu/p.js19 KB3rd
https://www.virginia.edu/assets/js/mobile-submenu-toggle.js1 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

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+
Font Loading
30 fonts (890 KB)
PASS
30 fonts (890 KB)
Info::
30 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

30

890 KB total

Render-blocking

0

of 30

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 3.0 s LCP 9.8 shttps://use.typekit.net/af/82db8a/000000000000000077359dfa/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/82db8a/000000000000000077359dfa/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 35.9 KiB — 28 ms — font-display: swaphttps://use.typekit.net/af/9cb78a/0000000000000000000118ad/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/9cb78a/0000000000000000000118ad/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 16.0 KiB — 23 ms — font-display: swaphttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-solid-900.woff2 — 153.6 KiB — 93 ms — font-display: swaphttps://use.typekit.net/af/a2031c/0000000000000000000118b9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/a2031c/0000000000000000000118b9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 14.8 KiB — 20 ms — font-display: swaphttps://use.typekit.net/af/c7b613/0000000000000000000118b3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3l https://use.typekit.net/af/c7b613/0000000000000000000118b3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3 — 12.3 KiB — 23 ms — font-display: swaphttps://use.typekit.net/af/d7062a/000000000000000000012d66/27/l?primer=388f68b35a7cbf1ee3543172445c23e26935269fadd3b392a13ac7b2903677eb&fvd=i7&v=3l https://use.typekit.net/af/d7062a/000000000000000000012d66/27/l?primer=388f68b35a7cbf1ee3543172445c23e26935269fadd3b392a13ac7b2903677eb&fvd=i7&v=3 — 89.1 KiB — 33 ms — font-display: swaphttps://use.typekit.net/af/3cbd9b/000000000000000000012d68/27/l?primer=388f68b35a7cbf1ee3543172445c23e26935269fadd3b392a13ac7b2903677eb&fvd=n4&v=3l https://use.typekit.net/af/3cbd9b/000000000000000000012d68/27/l?primer=388f68b35a7cbf1ee3543172445c23e26935269fadd3b392a13ac7b2903677eb&fvd=n4&v=3 — 87.9 KiB — 32 ms — font-display: swaphttps://use.typekit.net/af/b825af/0000000000000000000118b1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/b825af/0000000000000000000118b1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 15.4 KiB — 23 ms — font-display: swaphttps://use.typekit.net/af/0de2a8/0000000000000000000118c0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/0de2a8/0000000000000000000118c0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 11.7 KiB — 25 ms — font-display: swaphttps://use.typekit.net/af/ed9e57/000000000000000000012d65/27/l?primer=388f68b35a7cbf1ee3543172445c23e26935269fadd3b392a13ac7b2903677eb&fvd=n7&v=3l https://use.typekit.net/af/ed9e57/000000000000000000012d65/27/l?primer=388f68b35a7cbf1ee3543172445c23e26935269fadd3b392a13ac7b2903677eb&fvd=n7&v=3 — 82.6 KiB — 77 ms — font-display: swaphttps://use.typekit.net/af/68efc1/000000000000000000012d69/27/l?primer=388f68b35a7cbf1ee3543172445c23e26935269fadd3b392a13ac7b2903677eb&fvd=n6&v=3l https://use.typekit.net/af/68efc1/000000000000000000012d69/27/l?primer=388f68b35a7cbf1ee3543172445c23e26935269fadd3b392a13ac7b2903677eb&fvd=n6&v=3 — 89.2 KiB — 73 ms — font-display: swaphttps://use.typekit.net/af/2e6f07/000000000000000000011ce6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3l https://use.typekit.net/af/2e6f07/000000000000000000011ce6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3 — 15.5 KiB — 18 ms — font-display: swaphttps://use.typekit.net/af/07d425/0000000000000000000118ae/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3l https://use.typekit.net/af/07d425/0000000000000000000118ae/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3 — 15.8 KiB — 28 ms — font-display: swaphttps://use.typekit.net/af/a5188d/0000000000000000000118b0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3l https://use.typekit.net/af/a5188d/0000000000000000000118b0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3 — 15.7 KiB — 20 ms — font-display: swaphttps://use.typekit.net/af/9a7284/0000000000000000000118b2/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3l https://use.typekit.net/af/9a7284/0000000000000000000118b2/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3 — 15.8 KiB — 22 ms — font-display: swaphttps://use.typekit.net/af/5b1404/0000000000000000000118b4/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3l https://use.typekit.net/af/5b1404/0000000000000000000118b4/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3 — 13.7 KiB — 25 ms — font-display: swaphttps://use.typekit.net/af/4dc82a/000000000000000077359e9b/30/l?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=n4&v=3l https://use.typekit.net/af/4dc82a/000000000000000077359e9b/30/l?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=n4&v=3 — 16.9 KiB — 74 ms — font-display: swaphttps://use.typekit.net/af/4d7df9/000000000000000077359ea3/30/l?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=n7&v=3l https://use.typekit.net/af/4d7df9/000000000000000077359ea3/30/l?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=n7&v=3 — 16.7 KiB — 33 ms — font-display: swaphttps://use.typekit.net/af/cb5984/000000000000000077359eab/30/l?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=i4&v=3l https://use.typekit.net/af/cb5984/000000000000000077359eab/30/l?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=i4&v=3 — 16.8 KiB — 70 ms — font-display: swaphttps://use.typekit.net/af/f36f8c/000000000000000077359eb0/30/l?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=i7&v=3l https://use.typekit.net/af/f36f8c/000000000000000077359eb0/30/l?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=i7&v=3 — 17.4 KiB — 71 ms — font-display: swaphttps://use.typekit.net/af/755bca/000000000000000077359eb1/30/l?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=i8&v=3l https://use.typekit.net/af/755bca/000000000000000077359eb1/30/l?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=i8&v=3 — 18.0 KiB — 72 ms — font-display: swaphttps://use.typekit.net/af/8d9b32/0000000000000000000118bf/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/8d9b32/0000000000000000000118bf/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 11.7 KiB — 39 ms — font-display: swaphttps://use.typekit.net/af/2d0302/0000000000000000000118b6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3l https://use.typekit.net/af/2d0302/0000000000000000000118b6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3 — 15.3 KiB — 43 ms — font-display: swaphttps://use.typekit.net/af/ce6b1d/0000000000000000000118ba/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3l https://use.typekit.net/af/ce6b1d/0000000000000000000118ba/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3 — 15.1 KiB — 33 ms — font-display: swaphttps://use.typekit.net/af/63b6fe/0000000000000000000118bb/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/63b6fe/0000000000000000000118bb/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 11.6 KiB — 48 ms — font-display: swaphttps://use.typekit.net/af/7bc359/0000000000000000000118bd/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/7bc359/0000000000000000000118bd/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 12.1 KiB — 33 ms — font-display: swaphttps://use.typekit.net/af/01ad8b/0000000000000000000118bc/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3l https://use.typekit.net/af/01ad8b/0000000000000000000118bc/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3 — 12.7 KiB — 44 ms — font-display: swaphttps://use.typekit.net/af/e5e7a7/0000000000000000000118be/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3l https://use.typekit.net/af/e5e7a7/0000000000000000000118be/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3 — 13.7 KiB — 25 ms — font-display: swaphttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-regular-400.woff2fa-regular-400.woff2 https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-regular-400.woff2 — 25.5 KiB — 35 ms — font-display: swaphttps://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/fonts/slick.woffslick.woff https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/fonts/slick.woff — 1.7 KiB — 4 ms — font-display: swap
l woff2 swap
Size 36 KB
Load time 28 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 16 KB
Load time 23 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 154 KB
Load time 93 ms
Start 1.1 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
l woff2 swap
Size 15 KB
Load time 20 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 12 KB
Load time 23 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 89 KB
Load time 33 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 88 KB
Load time 32 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 15 KB
Load time 23 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 12 KB
Load time 25 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 83 KB
Load time 77 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 89 KB
Load time 73 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 15 KB
Load time 18 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 16 KB
Load time 28 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 16 KB
Load time 20 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 16 KB
Load time 22 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 14 KB
Load time 25 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 17 KB
Load time 74 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 17 KB
Load time 33 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 17 KB
Load time 70 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 17 KB
Load time 71 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 18 KB
Load time 72 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 12 KB
Load time 39 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 15 KB
Load time 43 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 15 KB
Load time 33 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 12 KB
Load time 48 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 12 KB
Load time 33 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 13 KB
Load time 44 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 14 KB
Load time 25 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
fa-regular-400.woff2 woff2 swap
Size 26 KB
Load time 35 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
slick.woff woff swap
Size 2 KB
Load time 4 ms
Start 2.1 s
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 ~77 KB and ~154 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
109 requests over 2263ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 3.0 s LCP 9.8 shttps://www.virginia.edu// https://www.virginia.edu/ — 200 — 11.9 KiB — 659 ms — h2https://use.typekit.net/tgy5tlj.js?1use.typekit.net/tgy5tlj.js?1 https://use.typekit.net/tgy5tlj.js?1 — 200 — 7.8 KiB — 54 ms — h2https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.csscdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css — 200 — 19.1 KiB — 93 ms — h3https://www.virginia.edu/assets/css/styles.css?1/assets/css/styles.css?1 https://www.virginia.edu/assets/css/styles.css?1 — 200 — 22.8 KiB — 183 ms — h2https://www.virginia.edu/assets/css/rss-reader.css/assets/css/rss-reader.css https://www.virginia.edu/assets/css/rss-reader.css — 200 — 1.5 KiB — 182 ms — h2https://www.virginia.edu/assets/css/fbp.css/assets/css/fbp.css https://www.virginia.edu/assets/css/fbp.css — 200 — 850 B — 346 ms — h2https://www.virginia.edu/assets/js/fbp.js?1/assets/js/fbp.js?1 https://www.virginia.edu/assets/js/fbp.js?1 — 200 — 1.0 KiB — 182 ms — h2https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js — 200 — 30.4 KiB — 114 ms — h2https://www.virginia.edu/assets/js/rave_alert.js?1/assets/js/rave_alert.js?1 https://www.virginia.edu/assets/js/rave_alert.js?1 — 200 — 2.0 KiB — 344 ms — h2https://www.virginia.edu/assets/js/search_functions_v2.js?1/assets/js/search_functions_v2.js?1 https://www.virginia.edu/assets/js/search_functions_v2.js?1 — 200 — 2.5 KiB — 339 ms — h2https://customer.cludo.com/assets/10000068/10000076/cludo-search.min.csscustomer.cludo.com/assets/10000068/... https://customer.cludo.com/assets/10000068/10000076/cludo-search.min.css — 200 — 2.7 KiB — 88 ms — h2https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.csscdn.jsdelivr.net/npm/slick-carousel... https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css — 200 — 651 B — 38 ms — h2https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.csscdn.jsdelivr.net/npm/slick-carousel... https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css — 200 — 1.3 KiB — 38 ms — h2https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.jscdn.jsdelivr.net/npm/slick-carousel... https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js — 200 — 10.8 KiB — 39 ms — h2https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.csscdn.jsdelivr.net/npm/swiper@11/swip... https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css — 200 — 4.8 KiB — 37 ms — h2https://www.virginia.edu/assets/js/calendar-feed.js/assets/js/calendar-feed.js https://www.virginia.edu/assets/js/calendar-feed.js — 200 — 1.0 KiB — 344 ms — h2https://www.virginia.edu/assets/images/logo-horizontal-ko.png/assets/images/logo-horizontal-ko.p... https://www.virginia.edu/assets/images/logo-horizontal-ko.png — 200 — 20.1 KiB — 345 ms — h2https://www.virginia.edu/assets/images/logo-primary-ko.png/assets/images/logo-primary-ko.png https://www.virginia.edu/assets/images/logo-primary-ko.png — 200 — 9.0 KiB — 346 ms — h2https://www.virginia.edu/assets/images/logo-primary-blue.png/assets/images/logo-primary-blue.pn... https://www.virginia.edu/assets/images/logo-primary-blue.png — 200 — 9.8 KiB — 171 ms — h2https://www.virginia.edu/assets/images/homepage/poster-image.jpg/assets/images/homepage/poster-imag... https://www.virginia.edu/assets/images/homepage/poster-image.jpg — 200 — 569.5 KiB — 565 ms — h2https://www.virginia.edu/core/cached-events.json/core/cached-events.json https://www.virginia.edu/core/cached-events.json — 200 — 7.8 KiB — 562 ms — h2https://customer.cludo.com/scripts/bundles/search-script.min.jscustomer.cludo.com/scripts/bundles/... https://customer.cludo.com/scripts/bundles/search-script.min.js — 200 — 51.1 KiB — 41 ms — h2https://cdn.parsely.com/keys/virginia.edu/p.jscdn.parsely.com/keys/virginia.edu/p... https://cdn.parsely.com/keys/virginia.edu/p.js — 200 — 19.5 KiB — 35 ms — h2https://www.virginia.edu/assets/js/mobile-submenu-toggle.js/assets/js/mobile-submenu-toggle.js https://www.virginia.edu/assets/js/mobile-submenu-toggle.js — 200 — 1.1 KiB — 561 ms — h2https://www.virginia.edu/assets/js/getting-started-links-v2.js/assets/js/getting-started-links-v2... https://www.virginia.edu/assets/js/getting-started-links-v2.js — 200 — 2.3 KiB — 561 ms — h2https://www.virginia.edu/assets/js/slideshow.js/assets/js/slideshow.js https://www.virginia.edu/assets/js/slideshow.js — 200 — 1.6 KiB — 561 ms — h2https://www.virginia.edu/assets/js/vertical-youtube-block-v2.js/assets/js/vertical-youtube-block-v... https://www.virginia.edu/assets/js/vertical-youtube-block-v2.js — 200 — 2.6 KiB — 561 ms — h2https://script.crazyegg.com/pages/scripts/0090/5137.jsscript.crazyegg.com/pages/scripts/0... https://script.crazyegg.com/pages/scripts/0090/5137.js — 200 — 2.7 KiB — 75 ms — h3https://www.virginia.edu/assets/images/homepage/lgDR-Founders.jpg/assets/images/homepage/lgDR-Founde... https://www.virginia.edu/assets/images/homepage/lgDR-Founders.jpg — 200 — 98.4 KiB — 675 ms — h2https://www.virginia.edu/assets/images/decour/HP-DECOR-Bottom-Right-Corner.svg/assets/images/decour/HP-DECOR-Bott... https://www.virginia.edu/assets/images/decour/HP-DECOR-Bottom-Right-Corner.svg — 200 — 413 B — 658 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 3.0 s LCP 9.8 shttps://www.virginia.edu// https://www.virginia.edu/ — 200 — 11.9 KiB — 659 ms — h2https://use.typekit.net/tgy5tlj.js?1use.typekit.net/tgy5tlj.js?1 https://use.typekit.net/tgy5tlj.js?1 — 200 — 7.8 KiB — 54 ms — h2https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.csscdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css — 200 — 19.1 KiB — 93 ms — h3https://www.virginia.edu/assets/css/styles.css?1/assets/css/styles.css?1 https://www.virginia.edu/assets/css/styles.css?1 — 200 — 22.8 KiB — 183 ms — h2https://www.virginia.edu/assets/css/rss-reader.css/assets/css/rss-reader.css https://www.virginia.edu/assets/css/rss-reader.css — 200 — 1.5 KiB — 182 ms — h2https://www.virginia.edu/assets/css/fbp.css/assets/css/fbp.css https://www.virginia.edu/assets/css/fbp.css — 200 — 850 B — 346 ms — h2https://www.virginia.edu/assets/js/fbp.js?1/assets/js/fbp.js?1 https://www.virginia.edu/assets/js/fbp.js?1 — 200 — 1.0 KiB — 182 ms — h2https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js — 200 — 30.4 KiB — 114 ms — h2https://www.virginia.edu/assets/js/rave_alert.js?1/assets/js/rave_alert.js?1 https://www.virginia.edu/assets/js/rave_alert.js?1 — 200 — 2.0 KiB — 344 ms — h2https://www.virginia.edu/assets/js/search_functions_v2.js?1/assets/js/search_functions_v2.js?1 https://www.virginia.edu/assets/js/search_functions_v2.js?1 — 200 — 2.5 KiB — 339 ms — h2https://customer.cludo.com/assets/10000068/10000076/cludo-search.min.csscustomer.cludo.com/assets/10000068/... https://customer.cludo.com/assets/10000068/10000076/cludo-search.min.css — 200 — 2.7 KiB — 88 ms — h2https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.csscdn.jsdelivr.net/npm/slick-carousel... https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css — 200 — 651 B — 38 ms — h2https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.csscdn.jsdelivr.net/npm/slick-carousel... https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css — 200 — 1.3 KiB — 38 ms — h2https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.jscdn.jsdelivr.net/npm/slick-carousel... https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js — 200 — 10.8 KiB — 39 ms — h2https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.csscdn.jsdelivr.net/npm/swiper@11/swip... https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css — 200 — 4.8 KiB — 37 ms — h2https://www.virginia.edu/assets/js/calendar-feed.js/assets/js/calendar-feed.js https://www.virginia.edu/assets/js/calendar-feed.js — 200 — 1.0 KiB — 344 ms — h2https://www.virginia.edu/assets/images/logo-horizontal-ko.png/assets/images/logo-horizontal-ko.p... https://www.virginia.edu/assets/images/logo-horizontal-ko.png — 200 — 20.1 KiB — 345 ms — h2https://www.virginia.edu/assets/images/logo-primary-ko.png/assets/images/logo-primary-ko.png https://www.virginia.edu/assets/images/logo-primary-ko.png — 200 — 9.0 KiB — 346 ms — h2https://www.virginia.edu/assets/images/logo-primary-blue.png/assets/images/logo-primary-blue.pn... https://www.virginia.edu/assets/images/logo-primary-blue.png — 200 — 9.8 KiB — 171 ms — h2https://www.virginia.edu/assets/images/homepage/poster-image.jpg/assets/images/homepage/poster-imag... https://www.virginia.edu/assets/images/homepage/poster-image.jpg — 200 — 569.5 KiB — 565 ms — h2https://www.virginia.edu/core/cached-events.json/core/cached-events.json https://www.virginia.edu/core/cached-events.json — 200 — 7.8 KiB — 562 ms — h2https://customer.cludo.com/scripts/bundles/search-script.min.jscustomer.cludo.com/scripts/bundles/... https://customer.cludo.com/scripts/bundles/search-script.min.js — 200 — 51.1 KiB — 41 ms — h2https://cdn.parsely.com/keys/virginia.edu/p.jscdn.parsely.com/keys/virginia.edu/p... https://cdn.parsely.com/keys/virginia.edu/p.js — 200 — 19.5 KiB — 35 ms — h2https://www.virginia.edu/assets/js/mobile-submenu-toggle.js/assets/js/mobile-submenu-toggle.js https://www.virginia.edu/assets/js/mobile-submenu-toggle.js — 200 — 1.1 KiB — 561 ms — h2https://www.virginia.edu/assets/js/getting-started-links-v2.js/assets/js/getting-started-links-v2... https://www.virginia.edu/assets/js/getting-started-links-v2.js — 200 — 2.3 KiB — 561 ms — h2https://www.virginia.edu/assets/js/slideshow.js/assets/js/slideshow.js https://www.virginia.edu/assets/js/slideshow.js — 200 — 1.6 KiB — 561 ms — h2https://www.virginia.edu/assets/js/vertical-youtube-block-v2.js/assets/js/vertical-youtube-block-v... https://www.virginia.edu/assets/js/vertical-youtube-block-v2.js — 200 — 2.6 KiB — 561 ms — h2https://script.crazyegg.com/pages/scripts/0090/5137.jsscript.crazyegg.com/pages/scripts/0... https://script.crazyegg.com/pages/scripts/0090/5137.js — 200 — 2.7 KiB — 75 ms — h3https://www.virginia.edu/assets/images/homepage/lgDR-Founders.jpg/assets/images/homepage/lgDR-Founde... https://www.virginia.edu/assets/images/homepage/lgDR-Founders.jpg — 200 — 98.4 KiB — 675 ms — h2https://www.virginia.edu/assets/images/decour/HP-DECOR-Bottom-Right-Corner.svg/assets/images/decour/HP-DECOR-Bott... https://www.virginia.edu/assets/images/decour/HP-DECOR-Bottom-Right-Corner.svg — 200 — 413 B — 658 ms — h2https://www.virginia.edu/assets/images/homepage/lgDR-Rousell.jpg/assets/images/homepage/lgDR-Rousel... https://www.virginia.edu/assets/images/homepage/lgDR-Rousell.jpg — 200 — 81.4 KiB — 675 ms — h2https://www.virginia.edu/assets/images/homepage/Radio-telescope-on-tractor_1600x1200.jpg/assets/images/homepage/Radio-teles... https://www.virginia.edu/assets/images/homepage/Radio-telescope-on-tractor_1600x1200.jpg — 200 — 394.1 KiB — 683 ms — h2https://www.virginia.edu/assets/images/homepage/HP-Homepage-A-student-sings-the-Good-Old-Song-into-a-microphone-on-grounds-600x1067.jpg/assets/images/homepage/HP-Homepage... https://www.virginia.edu/assets/images/homepage/HP-Homepage-A-student-sings-the-Good-Old-Song-into-a-microphone-on-grounds-600x1067.jpg — 200 — 96.6 KiB — 710 ms — h2https://www.virginia.edu/assets/images/homepage/Home_is_Where_The_Hoos_Are_600x1067.jpg/assets/images/homepage/Home_is_Whe... https://www.virginia.edu/assets/images/homepage/Home_is_Where_The_Hoos_Are_600x1067.jpg — 200 — 313.3 KiB — 822 ms — h2https://www.virginia.edu/assets/images/homepage/HP_Monticello_600x1067.jpg/assets/images/homepage/HP_Monticel... https://www.virginia.edu/assets/images/homepage/HP_Monticello_600x1067.jpg — 200 — 216.2 KiB — 827 ms — h2https://www.virginia.edu/assets/images/homepage/HP_This_Is_Virginia_600x1067.jpg/assets/images/homepage/HP_This_Is_... https://www.virginia.edu/assets/images/homepage/HP_This_Is_Virginia_600x1067.jpg — 200 — 210.2 KiB — 833 ms — h2https://www.virginia.edu/assets/images/decour/HP-DECOR-Curved-Lines.svg/assets/images/decour/HP-DECOR-Curv... https://www.virginia.edu/assets/images/decour/HP-DECOR-Curved-Lines.svg — 200 — 454 B — 833 ms — h2https://www.virginia.edu/assets/images/decour/HP-DECOR-Filigree-Oculus.svg/assets/images/decour/HP-DECOR-Fili... https://www.virginia.edu/assets/images/decour/HP-DECOR-Filigree-Oculus.svg — 200 — 1.7 KiB — 833 ms — h2https://www.virginia.edu/assets/images/decour/HP-DECOR-Filigree-Weave-Pattern.svg/assets/images/decour/HP-DECOR-Fili... https://www.virginia.edu/assets/images/decour/HP-DECOR-Filigree-Weave-Pattern.svg — 200 — 3.8 KiB — 833 ms — h2https://tags.srv.stackadapt.com/events.jstags.srv.stackadapt.com/events.js https://tags.srv.stackadapt.com/events.js — 200 — 7.7 KiB — 322 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-58VK8DXwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-58VK8DX — 200 — 150.4 KiB — 192 ms — h2https://www.virginia.edu/assets/images/decour/sprite-985586fbdbcf2ddaa034fd951fb4835a.png/assets/images/decour/sprite-985586... https://www.virginia.edu/assets/images/decour/sprite-985586fbdbcf2ddaa034fd951fb4835a.png — 200 — 674.3 KiB — 966 ms — h2https://www.virginia.edu/assets/images/decour/white_arrow_down.png/assets/images/decour/white_arrow_d... https://www.virginia.edu/assets/images/decour/white_arrow_down.png — 200 — 533 B — 961 ms — h2https://www.virginia.edu/assets/images/decour/HP-DECOR-Curved-Arrow-Right-white.svg/assets/images/decour/HP-DECOR-Curv... https://www.virginia.edu/assets/images/decour/HP-DECOR-Curved-Arrow-Right-white.svg — 200 — 495 B — 961 ms — h2https://www.virginia.edu/assets/images/decour/HP-DECOR-Curved-Arrow-Right.svg/assets/images/decour/HP-DECOR-Curv... https://www.virginia.edu/assets/images/decour/HP-DECOR-Curved-Arrow-Right.svg — 200 — 407 B — 961 ms — h2https://www.virginia.edu/assets/images/decour/HP-DECOR-Curved-Arrow-Right-Corner.svg/assets/images/decour/HP-DECOR-Curv... https://www.virginia.edu/assets/images/decour/HP-DECOR-Curved-Arrow-Right-Corner.svg — 200 — 493 B — 960 ms — h2https://www.virginia.edu/assets/images/decour/corner-top-left-orange.svg/assets/images/decour/corner-top-le... https://www.virginia.edu/assets/images/decour/corner-top-left-orange.svg — 200 — 394 B — 960 ms — h2https://www.virginia.edu/assets/images/decour/HP-DECOR-Curved-Arrow-Right-orange.svg/assets/images/decour/HP-DECOR-Curv... https://www.virginia.edu/assets/images/decour/HP-DECOR-Curved-Arrow-Right-orange.svg — 200 — 497 B — 960 ms — h2https://www.virginia.edu/assets/images/decour/corner-top-left-white.png/assets/images/decour/corner-top-le... https://www.virginia.edu/assets/images/decour/corner-top-left-white.png — 200 — 5.5 KiB — 960 ms — h2https://www.virginia.edu/assets/images/decour/corner-bottom-right-white.png/assets/images/decour/corner-bottom... https://www.virginia.edu/assets/images/decour/corner-bottom-right-white.png — 200 — 2.9 KiB — 960 ms — h2https://use.typekit.net/af/82db8a/000000000000000077359dfa/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/82db8a/000000000... https://use.typekit.net/af/82db8a/000000000000000077359dfa/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 35.9 KiB — 28 ms — h2https://use.typekit.net/af/9cb78a/0000000000000000000118ad/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/9cb78a/000000000... https://use.typekit.net/af/9cb78a/0000000000000000000118ad/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 16.0 KiB — 23 ms — h2https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-solid-900.woff2cdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-solid-900.woff2 — 200 — 153.6 KiB — 93 ms — h3https://use.typekit.net/af/a2031c/0000000000000000000118b9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/a2031c/000000000... https://use.typekit.net/af/a2031c/0000000000000000000118b9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 14.8 KiB — 20 ms — h2https://use.typekit.net/af/c7b613/0000000000000000000118b3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3use.typekit.net/af/c7b613/000000000... https://use.typekit.net/af/c7b613/0000000000000000000118b3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3 — 200 — 12.3 KiB — 23 ms — h2https://use.typekit.net/af/d7062a/000000000000000000012d66/27/l?primer=388f68b35a7cbf1ee3543172445c23e26935269fadd3b392a13ac7b2903677eb&fvd=i7&v=3use.typekit.net/af/d7062a/000000000... https://use.typekit.net/af/d7062a/000000000000000000012d66/27/l?primer=388f68b35a7cbf1ee3543172445c23e26935269fadd3b392a13ac7b2903677eb&fvd=i7&v=3 — 200 — 89.1 KiB — 33 ms — h2https://use.typekit.net/af/3cbd9b/000000000000000000012d68/27/l?primer=388f68b35a7cbf1ee3543172445c23e26935269fadd3b392a13ac7b2903677eb&fvd=n4&v=3use.typekit.net/af/3cbd9b/000000000... https://use.typekit.net/af/3cbd9b/000000000000000000012d68/27/l?primer=388f68b35a7cbf1ee3543172445c23e26935269fadd3b392a13ac7b2903677eb&fvd=n4&v=3 — 200 — 87.9 KiB — 32 ms — h2https://use.typekit.net/af/b825af/0000000000000000000118b1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/b825af/000000000... https://use.typekit.net/af/b825af/0000000000000000000118b1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 15.4 KiB — 23 ms — h2https://use.typekit.net/af/0de2a8/0000000000000000000118c0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/0de2a8/000000000... https://use.typekit.net/af/0de2a8/0000000000000000000118c0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 11.7 KiB — 25 ms — h2https://player.vimeo.com/progressive_redirect/playback/1168547077/rendition/720p/file.mp4%20%28720p%29.mp4?loc=external&log_user=0&signature=ec2ff3a458d14e248ff196ff9e570c5063cdfa5632a8475fb1368c1f88c1bc1bplayer.vimeo.com/progressive_redire... https://player.vimeo.com/progressive_redirect/playback/1168547077/rendition/720p/file.mp4%20%28720p%29.mp4?loc=external&log_user=0&signature=ec2ff3a458d14e248ff196ff9e570c5063cdfa5632a8475fb1368c1f88c1bc1b — 302 — 1.8 KiB — 236 ms — http/1.1https://p1.parsely.com/plogger/?rand=1776799752425&plid=01eb328c-f963-47ae-9544-34947addfe5b&idsite=virginia.edu&url=https%3A%2F%2Fwww.virginia.edu%2F&urlref=&screen=412x823%7C412x823%7C24&data=%7B%7D&sid=1&surl=https%3A%2F%2Fwww.virginia.edu%2F&sref=&sts=1776799752421&slts=0&title=The+University+of+Virginia&date=Tue+Apr+21+2026+19%3A29%3A12+GMT%2B0000+(Coordinated+Universal+Time)&action=pageview&pvid=9638d0b1-fb5c-4a90-b9d6-ba3923bfbc1b&u=pid%3D9f98509e-4b06-4e62-9aea-8ea7b959a86bp1.parsely.com/plogger/?rand=177679... https://p1.parsely.com/plogger/?rand=1776799752425&plid=01eb328c-f963-47ae-9544-34947addfe5b&idsite=virginia.edu&url=https%3A%2F%2Fwww.virginia.edu%2F&urlref=&screen=412x823%7C412x823%7C24&data=%7B%7D&sid=1&surl=https%3A%2F%2Fwww.virginia.edu%2F&sref=&sts=1776799752421&slts=0&title=The+University+of+Virginia&date=Tue+Apr+21+2026+19%3A29%3A12+GMT%2B0000+(Coordinated+Universal+Time)&action=pageview&pvid=9638d0b1-fb5c-4a90-b9d6-ba3923bfbc1b&u=pid%3D9f98509e-4b06-4e62-9aea-8ea7b959a86b — 200 — 258 B — 172 ms — http/1.1https://script.crazyegg.com/pages/data-scripts/0090/5137/site/www.virginia.edu.json?t=1script.crazyegg.com/pages/data-scri... https://script.crazyegg.com/pages/data-scripts/0090/5137/site/www.virginia.edu.json?t=1 — 200 — 3.1 KiB — 46 ms — h3https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.jsscript.crazyegg.com/pages/versioned... https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js — 200 — 55.3 KiB — 58 ms — h3https://www.googletagmanager.com/gtag/js?id=G-J44315NZPS&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-J44315NZPS&cx=c&gtm=4e64h1 — 200 — 170.4 KiB — 58 ms — h2https://download-video-ak.vimeocdn.com/v3-1/playback/aea2802b-e494-4d2a-8b98-824b56fc1503/836a780c-ece4be48?__token__=st=1776799752~exp=1776803352~acl=%2Fv3-1%2Fplayback%2Faea2802b-e494-4d2a-8b98-824b56fc1503%2F836a780c-ece4be48%2A~hmac=d185a32743f74a748631b03bbad8cdbe994d8609d64d6632f2f8b2294b06c155&r=dXMtZWFzdDE%3Ddownload-video-ak.vimeocdn.com/v3-1... https://download-video-ak.vimeocdn.com/v3-1/playback/aea2802b-e494-4d2a-8b98-824b56fc1503/836a780c-ece4be48?__token__=st=1776799752~exp=1776803352~acl=%2Fv3-1%2Fplayback%2Faea2802b-e494-4d2a-8b98-824b56fc1503%2F836a780c-ece4be48%2A~hmac=d185a32743f74a748631b03bbad8cdbe994d8609d64d6632f2f8b2294b06c155&r=dXMtZWFzdDE%3D — 206 — 4.8 MiB — 126 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-J44315NZPS&gtm=45je64h1v9116077930z8812170391za20gzb812170391zd812170391&_p=1776799752311&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=188481674.1776799753&frm=0&pscdl=noapi&rcb=3&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~115938465~115938469~117266401~117384406&sid=1776799752&sct=1&seg=0&dl=https%3A%2F%2Fwww.virginia.edu%2F&dt=The%20University%20of%20Virginia&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1407region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-J44315NZPS&gtm=45je64h1v9116077930z8812170391za20gzb812170391zd812170391&_p=1776799752311&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=188481674.1776799753&frm=0&pscdl=noapi&rcb=3&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~115938465~115938469~117266401~117384406&sid=1776799752&sct=1&seg=0&dl=https%3A%2F%2Fwww.virginia.edu%2F&dt=The%20University%20of%20Virginia&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1407 — 204 — 550 B — 89 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-J44315NZPS&cid=188481674.1776799753&gtm=45je64h1v9116077930z8812170391za20gzb812170391zd812170391&rcb=3&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266401~117384406stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-J44315NZPS&cid=188481674.1776799753&gtm=45je64h1v9116077930z8812170391za20gzb812170391zd812170391&rcb=3&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266401~117384406 — 204 — 559 B — 92 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-J44315NZPS&cid=188481674.1776799753&gtm=45je64h1v9116077930z8812170391za20gzb812170391zd812170391&rcb=3&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266401~117384406&z=8574453www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-J44315NZPS&cid=188481674.1776799753&gtm=45je64h1v9116077930z8812170391za20gzb812170391zd812170391&rcb=3&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266401~117384406&z=8574453 — 200 — 408 B — 97 ms — h2https://tags.srv.stackadapt.com/sa.csstags.srv.stackadapt.com/sa.css https://tags.srv.stackadapt.com/sa.css — 200 — 165 B — 98 ms — h2https://tags.srv.stackadapt.com/sa.jpegtags.srv.stackadapt.com/sa.jpeg https://tags.srv.stackadapt.com/sa.jpeg — 200 — 1.6 KiB — 298 ms — h2https://script.crazyegg.com/pages/data-scripts/0090/5137/sampling/www.virginia.edu.json?t=1script.crazyegg.com/pages/data-scri... https://script.crazyegg.com/pages/data-scripts/0090/5137/sampling/www.virginia.edu.json?t=1 — 200 — 400 B — 31 ms — h3https://use.typekit.net/af/ed9e57/000000000000000000012d65/27/l?primer=388f68b35a7cbf1ee3543172445c23e26935269fadd3b392a13ac7b2903677eb&fvd=n7&v=3use.typekit.net/af/ed9e57/000000000... https://use.typekit.net/af/ed9e57/000000000000000000012d65/27/l?primer=388f68b35a7cbf1ee3543172445c23e26935269fadd3b392a13ac7b2903677eb&fvd=n7&v=3 — 200 — 82.6 KiB — 77 ms — h2https://use.typekit.net/af/68efc1/000000000000000000012d69/27/l?primer=388f68b35a7cbf1ee3543172445c23e26935269fadd3b392a13ac7b2903677eb&fvd=n6&v=3use.typekit.net/af/68efc1/000000000... https://use.typekit.net/af/68efc1/000000000000000000012d69/27/l?primer=388f68b35a7cbf1ee3543172445c23e26935269fadd3b392a13ac7b2903677eb&fvd=n6&v=3 — 200 — 89.2 KiB — 73 ms — h2https://use.typekit.net/af/2e6f07/000000000000000000011ce6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3use.typekit.net/af/2e6f07/000000000... https://use.typekit.net/af/2e6f07/000000000000000000011ce6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3 — 200 — 15.5 KiB — 18 ms — h2https://use.typekit.net/af/07d425/0000000000000000000118ae/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3use.typekit.net/af/07d425/000000000... https://use.typekit.net/af/07d425/0000000000000000000118ae/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3 — 200 — 15.8 KiB — 28 ms — h2https://use.typekit.net/af/a5188d/0000000000000000000118b0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3use.typekit.net/af/a5188d/000000000... https://use.typekit.net/af/a5188d/0000000000000000000118b0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3 — 200 — 15.7 KiB — 20 ms — h2https://use.typekit.net/af/9a7284/0000000000000000000118b2/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3use.typekit.net/af/9a7284/000000000... https://use.typekit.net/af/9a7284/0000000000000000000118b2/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3 — 200 — 15.8 KiB — 22 ms — h2https://use.typekit.net/af/5b1404/0000000000000000000118b4/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3use.typekit.net/af/5b1404/000000000... https://use.typekit.net/af/5b1404/0000000000000000000118b4/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3 — 200 — 13.7 KiB — 25 ms — h2https://use.typekit.net/af/4dc82a/000000000000000077359e9b/30/l?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=n4&v=3use.typekit.net/af/4dc82a/000000000... https://use.typekit.net/af/4dc82a/000000000000000077359e9b/30/l?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=n4&v=3 — 200 — 16.9 KiB — 74 ms — h2https://use.typekit.net/af/4d7df9/000000000000000077359ea3/30/l?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=n7&v=3use.typekit.net/af/4d7df9/000000000... https://use.typekit.net/af/4d7df9/000000000000000077359ea3/30/l?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=n7&v=3 — 200 — 16.7 KiB — 33 ms — h2https://use.typekit.net/af/cb5984/000000000000000077359eab/30/l?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=i4&v=3use.typekit.net/af/cb5984/000000000... https://use.typekit.net/af/cb5984/000000000000000077359eab/30/l?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=i4&v=3 — 200 — 16.8 KiB — 70 ms — h2https://use.typekit.net/af/f36f8c/000000000000000077359eb0/30/l?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=i7&v=3use.typekit.net/af/f36f8c/000000000... https://use.typekit.net/af/f36f8c/000000000000000077359eb0/30/l?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=i7&v=3 — 200 — 17.4 KiB — 71 ms — h2https://use.typekit.net/af/755bca/000000000000000077359eb1/30/l?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=i8&v=3use.typekit.net/af/755bca/000000000... https://use.typekit.net/af/755bca/000000000000000077359eb1/30/l?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=i8&v=3 — 200 — 18.0 KiB — 72 ms — h2https://use.typekit.net/af/8d9b32/0000000000000000000118bf/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/8d9b32/000000000... https://use.typekit.net/af/8d9b32/0000000000000000000118bf/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 11.7 KiB — 39 ms — h2https://use.typekit.net/af/2d0302/0000000000000000000118b6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3use.typekit.net/af/2d0302/000000000... https://use.typekit.net/af/2d0302/0000000000000000000118b6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3 — 200 — 15.3 KiB — 43 ms — h2https://use.typekit.net/af/ce6b1d/0000000000000000000118ba/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3use.typekit.net/af/ce6b1d/000000000... https://use.typekit.net/af/ce6b1d/0000000000000000000118ba/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3 — 200 — 15.1 KiB — 33 ms — h2https://use.typekit.net/af/63b6fe/0000000000000000000118bb/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/63b6fe/000000000... https://use.typekit.net/af/63b6fe/0000000000000000000118bb/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 11.6 KiB — 48 ms — h2https://use.typekit.net/af/7bc359/0000000000000000000118bd/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/7bc359/000000000... https://use.typekit.net/af/7bc359/0000000000000000000118bd/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 12.1 KiB — 33 ms — h2https://use.typekit.net/af/01ad8b/0000000000000000000118bc/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3use.typekit.net/af/01ad8b/000000000... https://use.typekit.net/af/01ad8b/0000000000000000000118bc/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3 — 200 — 12.7 KiB — 44 ms — h2https://use.typekit.net/af/e5e7a7/0000000000000000000118be/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3use.typekit.net/af/e5e7a7/000000000... https://use.typekit.net/af/e5e7a7/0000000000000000000118be/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3 — 200 — 13.7 KiB — 25 ms — h2https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-regular-400.woff2cdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-regular-400.woff2 — 200 — 25.5 KiB — 35 ms — h3https://www.virginia.edu/assets/slideshow-data/slides.json/assets/slideshow-data/slides.json https://www.virginia.edu/assets/slideshow-data/slides.json — 200 — 3.4 KiB — 338 ms — h2https://www.virginia.edu/assets/transcripts/hp-video-transcripts.json/assets/transcripts/hp-video-transc... https://www.virginia.edu/assets/transcripts/hp-video-transcripts.json — 200 — 6.3 KiB — 336 ms — h2https://tracking.crazyegg.com/clock?u=905137&st=341667&t=1776799752987&tk=a046fc576d62502ac54cddc8ea01e4dctracking.crazyegg.com/clock?u=90513... https://tracking.crazyegg.com/clock?u=905137&st=341667&t=1776799752987&tk=a046fc576d62502ac54cddc8ea01e4dc — 204 — 0 B — 159 ms — h2https://pagestates-tracking.crazyegg.com/healthcheckpagestates-tracking.crazyegg.com/he... https://pagestates-tracking.crazyegg.com/healthcheck — 200 — 463 B — 95 ms — h2https://assets-tracking.crazyegg.com/healthcheckassets-tracking.crazyegg.com/health... https://assets-tracking.crazyegg.com/healthcheck — 200 — 461 B — 99 ms — h2blob:https://www.virginia.edu/a482c9ea-0ef8-4457-8559-535b48e2ab80www.virginia.edu/a482c9ea-0ef8-4457... blob:https://www.virginia.edu/a482c9ea-0ef8-4457-8559-535b48e2ab80 — 200 — -1 B — 37 ms — blobhttps://p.typekit.net/p.gif?s=1&k=tgy5tlj&ht=tk&h=www.virginia.edu&f=8482.8484.8485.8486.12784.12785.12786.12787.12788.12789.12790.12791.11258.11260.11263.11265.11266.10419.10421.12093.12095.12096.12098.10415.10416.10417.10418&a=1824955&js=1.21.0&app=typekit&e=js&_=1776799753022p.typekit.net/p.gif?s=1&k=tgy5tlj&h... https://p.typekit.net/p.gif?s=1&k=tgy5tlj&ht=tk&h=www.virginia.edu&f=8482.8484.8485.8486.12784.12785.12786.12787.12788.12789.12790.12791.11258.11260.11263.11265.11266.10419.10421.12093.12095.12096.12098.10415.10416.10417.10418&a=1824955&js=1.21.0&app=typekit&e=js&_=1776799753022 — 200 — 205 B — 37 ms — h2https://tags.srv.stackadapt.com/saq_pxl?uid=KgCy54VE3idKutg4HO77NQ&is_js=true&landing_url=https%3A%2F%2Fwww.virginia.edu%2F&t=The%20University%20of%20Virginia&tip=gG5UzvmylhB7-NUOrbRsthX9WUpPScpCozj-emHUc4E&host=https%3A%2F%2Fwww.virginia.edu&sa_conv_data_css_value=%27%27&sa_conv_data_image_value=ffd8ffe000104a46494600010101006000600000ffdb004300080606070605080707070909080a0c140d0c0b0b0c1912130f141d1a1f1e1d1a1c1c20242e2720222c231c1c2837292c30313434341f27393d38323c2e333432ffdb0043010909090c0b0c180d0d1832211c213232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232ffc00011080001000103012200021101031101ffc4001f0000010501010101010100000000000000000102030405060708090a0bffc400b5100002010303020403050504040000017d01020300041105122131410613516107227114328191a1082342b1c11552d1f02433627282090a161718191a25262728292a3435363738393a434445464748494a535455565758595a636465666768696a737475767778797a838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae1e2e3e4e5e6e7e8e9eaf1f2f3f4f5f6f7f8f9faffc4001f0100030101010101010101010000000000000102030405060708090a0bffc400b51100020102040403040705040400010277000102031104052131061241510761711322328108144291a1b1c109233352f0156272d10a162434e125f11718191a262728292a35363738393a434445464748494a535455565758595a636465666768696a737475767778797a82838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae2e3e4e5e6e7e8e9eaf2f3f4f5f6f7f8f9faffda000c03010002110311003f00f7fa28a2803fffd9142f482249815ff343e356bd7c584dac8de3bc78&l_src=&l_src_d=&u_src=&u_src_d=&shop=false&sa-user-id-v4=s%253A.o6W7wkJsHSTU4%252BLlDruZ%252FwNjVcUZZMvakQpSatDoAgo&sa-user-id-v3=s%253AAQAKIMz7w0Tes9NSh8BHTm419nBOZxhape7G7k2vLxGgVAa4EOwBGAQgiKCfzwYwAToEp97kxkIE1zMI9g.aaMJ7al5aAoODSiBgUBlPtfuhWUT7JifhJ1fo3QObDE&sa-user-id-v2=s%253AFC9IIkmBX_ND41a9fFhNrI3jvHg.jEG8gRn3Z3DAztMLpmvpUGxSeCA%252BU1VlmOtnzDUKJD4&sa-user-id=s%253A0-142f4822-4981-5ff3-43e3-56bd7c584dac.7Yj6nXAj8Qqf0zG2suegCWdjxDiT7BGYUK%252B6zY11AUstags.srv.stackadapt.com/saq_pxl?uid... https://tags.srv.stackadapt.com/saq_pxl?uid=KgCy54VE3idKutg4HO77NQ&is_js=true&landing_url=https%3A%2F%2Fwww.virginia.edu%2F&t=The%20University%20of%20Virginia&tip=gG5UzvmylhB7-NUOrbRsthX9WUpPScpCozj-emHUc4E&host=https%3A%2F%2Fwww.virginia.edu&sa_conv_data_css_value=%27%27&sa_conv_data_image_value=ffd8ffe000104a46494600010101006000600000ffdb004300080606070605080707070909080a0c140d0c0b0b0c1912130f141d1a1f1e1d1a1c1c20242e2720222c231c1c2837292c30313434341f27393d38323c2e333432ffdb0043010909090c0b0c180d0d1832211c213232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232ffc00011080001000103012200021101031101ffc4001f0000010501010101010100000000000000000102030405060708090a0bffc400b5100002010303020403050504040000017d01020300041105122131410613516107227114328191a1082342b1c11552d1f02433627282090a161718191a25262728292a3435363738393a434445464748494a535455565758595a636465666768696a737475767778797a838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae1e2e3e4e5e6e7e8e9eaf1f2f3f4f5f6f7f8f9faffc4001f0100030101010101010101010000000000000102030405060708090a0bffc400b51100020102040403040705040400010277000102031104052131061241510761711322328108144291a1b1c109233352f0156272d10a162434e125f11718191a262728292a35363738393a434445464748494a535455565758595a636465666768696a737475767778797a82838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae2e3e4e5e6e7e8e9eaf2f3f4f5f6f7f8f9faffda000c03010002110311003f00f7fa28a2803fffd9142f482249815ff343e356bd7c584dac8de3bc78&l_src=&l_src_d=&u_src=&u_src_d=&shop=false&sa-user-id-v4=s%253A.o6W7wkJsHSTU4%252BLlDruZ%252FwNjVcUZZMvakQpSatDoAgo&sa-user-id-v3=s%253AAQAKIMz7w0Tes9NSh8BHTm419nBOZxhape7G7k2vLxGgVAa4EOwBGAQgiKCfzwYwAToEp97kxkIE1zMI9g.aaMJ7al5aAoODSiBgUBlPtfuhWUT7JifhJ1fo3QObDE&sa-user-id-v2=s%253AFC9IIkmBX_ND41a9fFhNrI3jvHg.jEG8gRn3Z3DAztMLpmvpUGxSeCA%252BU1VlmOtnzDUKJD4&sa-user-id=s%253A0-142f4822-4981-5ff3-43e3-56bd7c584dac.7Yj6nXAj8Qqf0zG2suegCWdjxDiT7BGYUK%252B6zY11AUs — 200 — 358 B — 99 ms — h2https://tracking.crazyegg.com/clock?u=905137&st=341667&t=1776799752987&tk=a046fc576d62502ac54cddc8ea01e4dctracking.crazyegg.com/clock?u=90513... https://tracking.crazyegg.com/clock?u=905137&st=341667&t=1776799752987&tk=a046fc576d62502ac54cddc8ea01e4dc — 200 — 147 B — 77 ms — h2blob:https://www.virginia.edu/4c02a6a9-f859-4c56-a5df-469e97e70709www.virginia.edu/4c02a6a9-f859-4c56... blob:https://www.virginia.edu/4c02a6a9-f859-4c56-a5df-469e97e70709 — -1 — 0 B — 0 ms — https://script.crazyegg.com/pages/versioned/tracking-scripts/158692313dc4b9f2e28d9e9025e38d6b.jsscript.crazyegg.com/pages/versioned... https://script.crazyegg.com/pages/versioned/tracking-scripts/158692313dc4b9f2e28d9e9025e38d6b.js — 200 — 22.6 KiB — 24 ms — h3https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 3.5 KiB — 135 ms — h2https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/ajax-loader.gifcdn.jsdelivr.net/npm/slick-carousel... https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/ajax-loader.gif — 200 — 4.2 KiB — 3 ms — h2https://www.virginia.edu/assets/images/decour/HP-DECOR-Curved-Arrow-Circle-Left-Active.svg/assets/images/decour/HP-DECOR-Curv... https://www.virginia.edu/assets/images/decour/HP-DECOR-Curved-Arrow-Circle-Left-Active.svg — 200 — 485 B — 174 ms — h2https://www.virginia.edu/assets/images/decour/HP-DECOR-Curved-Arrow-Circle-Right-Active.svg/assets/images/decour/HP-DECOR-Curv... https://www.virginia.edu/assets/images/decour/HP-DECOR-Curved-Arrow-Circle-Right-Active.svg — 200 — 449 B — 171 ms — h2https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/fonts/slick.woffcdn.jsdelivr.net/npm/slick-carousel... https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/fonts/slick.woff — 200 — 1.7 KiB — 4 ms — h3https://www.virginia.edu/assets/images/favicon.ico/assets/images/favicon.ico https://www.virginia.edu/assets/images/favicon.ico — 200 — 5.6 KiB — 172 ms — h2https://www.youtube.com/s/player/218d9d92/www-widgetapi.vflset/www-widgetapi.jswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-widgetapi.vflset/www-widgetapi.js — 200 — 10.6 KiB — 28 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
74% of JavaScript execution is third-party
First-party Third-party 2079ms · 426KB · $28/mo
Unattributable
Other
Costly
Execution 655ms
Transfer 0 KB
Monthly Cost $9/mo
Google Tag Manager
Tag Manager
Costly
Execution 409ms
Transfer 150 KB
Unused 32%
Monthly Cost $5/mo
script.crazyegg.com
Other
Costly
Execution 366ms
Transfer 55 KB
Unused 50%
Monthly Cost $5/mo
ajax.googleapis.com
Other
Costly
Execution 320ms
Transfer 30 KB
Monthly Cost $4/mo
Google Tag Manager
Tag Manager
Costly
Execution 221ms
Transfer 170 KB
Unused 40%
Monthly Cost $3/mo
cdn.parsely.com
Other
Optional
Execution 108ms
Transfer 19 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 655ms and costs ~$9/month
  • Google Tag Manager adds 409ms and costs ~$5/month
  • script.crazyegg.com adds 366ms and costs ~$5/month
  • ajax.googleapis.com adds 320ms and costs ~$4/month
  • Google Tag Manager adds 221ms and costs ~$3/month

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

Why this matters

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

Learn more

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

Source: web.dev

Unattributable takes 655ms 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 409ms 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

script.crazyegg.com takes 366ms 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

ajax.googleapis.com takes 320ms 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 221ms 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