Skip to content
https://vt.edu

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
68
GRADE
D
FIX
4
REVIEW
3
PASS
6
INFO
2

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

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

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

1.24 s

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

4.11 s

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

338 ms

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

0.608

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

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

7.39 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
6 PASS 3 REVIEW 4 FIX
F
Page Weight Budget
Action
5.3 MB transferred, 140 requests
FIX
5.3 MB transferred, 140 requests
Critical::
Page weighs 13.5 MB (5.3 MB transferred)
Warning::
JavaScript is 3.3 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 3.3 MB
Warning::
Images are 1.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.2 MB
Info::
Fonts are 618 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 618 KB
Warning::
140 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.1 g CO2 per page load
5.3 MB / 2.4 MB budget
5.3 MB transferred
140 requests
1.1 g CO2 per page load
JavaScript 3.3 MiB 63%
Images 1.2 MiB 22%
Fonts 618.3 KiB 11%
CSS 155.3 KiB 3%
HTML 17.1 KiB 0%
Other 9.4 KiB 0%
Other 4.4 KiB 0%
Other 3.6 KiB 0%
Other 892 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

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

Why this matters

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

Source: web.dev

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (5.3 MiB of 5.3 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
36 scripts, 598 KB unused
FIX
36 scripts, 598 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-5Z60...: 71 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-171...: 62 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-177...: 62 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-DTEQ...: 62 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-P6F...: 57 KB unused (28%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 598 KB
598 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-5Z60EH83Q9&cx=c&gtm=4e64h1174 KB71 KB (41%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-17193693909&cx=c&gtm=4e64h1145 KB62 KB (43%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-17728352691&cx=c&gtm=4e64h1145 KB62 KB (43%)3rd
https://www.googletagmanager.com/gtag/js?id=G-DTEQ1JM2SG&cx=c&gtm=4e64h1156 KB62 KB (40%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-P6F85Q5206 KB57 KB (28%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-1030829117&cx=c&gtm=4e64h1145 KB55 KB (38%)3rd
https://www.googletagmanager.com/gtag/js?id=DC-15114839&cx=c&gtm=4e64h1131 KB55 KB (42%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB33 KB (35%)3rd
https://www.vt.edu/global_assets/templates/one/js/root.min.js48 KB33 KB (70%)3rd
https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js55 KB30 KB (54%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
140 resources · 5.3 MB · 598 KB savings available
FIX
140 resources · 5.3 MB · 598 KB savings available
Warning::
Page weight 4.3 MB over 1MB target
Got: 5.3 MB Expected: ≤ 1 MB
Info::
~598 KB of savings available
Warning::
139 third-party resources (100% of weight)
Info::
3 resources over 200KB
140 resources · 5.3 MiB · 139 third-party 4.3 MiB over 1MB target
JavaScript 63% · 3.3 MiB
Image 22% · 1.2 MiB
Font 11% · 618.3 KiB
CSS 3% · 155.3 KiB
Document 0% · 19.0 KiB
Other 0% · 14.2 KiB

~598.0 KiB of savings available

Remove unused JavaScript: 598.0 KiB
C
Image Optimization
Action
31 images, 0 KB saveable
REVIEW
31 images, 0 KB saveable
Warning::
https://www.assets.cms.vt.edu/images/vt-campuses.s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.assets.cms.vt.edu/images/logo-maroon-w... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.assets.cms.vt.edu/images/logo-white-bl... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
31 images 1.2 MB
0 oversized -0 KB
31 legacy format
3 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1522ms total JS execution
REVIEW
1522ms total JS execution
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-P6F...: 256ms CPU time
Info::
https://www.assets.cms.vt.edu/font-awesome/archive...: 191ms CPU time
Info::
https://www.vt.edu/: 167ms CPU time
Info::
Unattributable: 149ms CPU time
Info::
https://www.vt.edu/global_assets/templates/one/js/...: 103ms CPU time
Warning::
Third-party scripts: 1522ms (100% of total)

Main Thread Breakdown

Script Evaluation 56% Script Parsing & Compilation 17% Other 14% Style & Layout 9%
ScriptTotalScriptingParse/CompileParty
https://www.googletagmanager.com/gtm.js?id=GTM-P6F85Q5256ms213ms24ms3rd
https://www.assets.cms.vt.edu/font-awesome/archives-pro/5.latest/js/all.min.js191ms27ms148ms3rd
https://www.vt.edu/167ms5ms1ms3rd
Unattributable149ms7ms0ms3rd
https://www.vt.edu/global_assets/templates/one/js/root.min.js103ms22ms5ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-1030829117&cx=c&gtm=4e64h186ms74ms11ms3rd
https://www.googletagmanager.com/gtag/js?id=G-5Z60EH83Q9&cx=c&gtm=4e64h181ms63ms10ms3rd
https://www.assets.cms.vt.edu/jquery/archives/jquery-3.cms.min.js80ms62ms2ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-17728352691&cx=c&gtm=4e64h176ms63ms13ms3rd
https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js70ms62ms5ms3rd

Showing top 10 of 14 scripts

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

Web fonts

14

618 KB total

Render-blocking

0

of 14

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.2 s LCP 4.1 shttps://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_regular.woff2acherusgrotesque_regula... https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_regular.woff2 — 25.1 KiB — 75 ms — font-display: swaphttps://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_light.woff2acherusgrotesque_light.... https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_light.woff2 — 26.1 KiB — 95 ms — font-display: swaphttps://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConDem.woff2Gineso-ConDem.woff2 https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConDem.woff2 — 49.3 KiB — 89 ms — font-display: swaphttps://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConDemIt.woff2Gineso-ConDemIt.woff2 https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConDemIt.woff2 — 58.9 KiB — 103 ms — font-display: swaphttps://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConLigIt.woff2Gineso-ConLigIt.woff2 https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConLigIt.woff2 — 58.8 KiB — 46 ms — font-display: swaphttps://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Medium.woff2Rubik-Medium.woff2 https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Medium.woff2 — 43.7 KiB — 67 ms — font-display: swaphttps://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Regular.woff2Rubik-Regular.woff2 https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Regular.woff2 — 43.5 KiB — 55 ms — font-display: swaphttps://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConBol.woff2Gineso-ConBol.woff2 https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConBol.woff2 — 47.7 KiB — 39 ms — font-display: swaphttps://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_extrabold.woff2acherusgrotesque_extrab... https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_extrabold.woff2 — 25.7 KiB — 56 ms — font-display: swaphttps://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConReg.woff2Gineso-ConReg.woff2 https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConReg.woff2 — 47.2 KiB — 56 ms — font-display: swaphttps://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Light.woff2Rubik-Light.woff2 https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Light.woff2 — 40.1 KiB — 59 ms — font-display: swaphttps://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConBoo.woff2Gineso-ConBoo.woff2 https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConBoo.woff2 — 48.8 KiB — 34 ms — font-display: swaphttps://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConRegIt.woff2Gineso-ConRegIt.woff2 https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConRegIt.woff2 — 59.7 KiB — 47 ms — font-display: swaphttps://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Bold.woff2Rubik-Bold.woff2 https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Bold.woff2 — 43.8 KiB — 24 ms — font-display: swap
acherusgrotesque_regula... woff2 swap
Size 25 KB
Load time 75 ms
Start 687 ms
Risk FOUT — text flashes from fallback to web font
acherusgrotesque_light.... woff2 swap
Size 26 KB
Load time 95 ms
Start 687 ms
Risk FOUT — text flashes from fallback to web font
Gineso-ConDem.woff2 woff2 swap
Size 49 KB
Load time 89 ms
Start 688 ms
Risk FOUT — text flashes from fallback to web font
Gineso-ConDemIt.woff2 woff2 swap
Size 59 KB
Load time 103 ms
Start 688 ms
Risk FOUT — text flashes from fallback to web font
Gineso-ConLigIt.woff2 woff2 swap
Size 59 KB
Load time 46 ms
Start 797 ms
Risk FOUT — text flashes from fallback to web font
Rubik-Medium.woff2 woff2 swap
Size 44 KB
Load time 67 ms
Start 798 ms
Risk FOUT — text flashes from fallback to web font
Rubik-Regular.woff2 woff2 swap
Size 43 KB
Load time 55 ms
Start 798 ms
Risk FOUT — text flashes from fallback to web font
Gineso-ConBol.woff2 woff2 swap
Size 48 KB
Load time 39 ms
Start 800 ms
Risk FOUT — text flashes from fallback to web font
acherusgrotesque_extrab... woff2 swap
Size 26 KB
Load time 56 ms
Start 801 ms
Risk FOUT — text flashes from fallback to web font
Gineso-ConReg.woff2 woff2 swap
Size 47 KB
Load time 56 ms
Start 801 ms
Risk FOUT — text flashes from fallback to web font
Rubik-Light.woff2 woff2 swap
Size 40 KB
Load time 59 ms
Start 802 ms
Risk FOUT — text flashes from fallback to web font
Gineso-ConBoo.woff2 woff2 swap
Size 49 KB
Load time 34 ms
Start 803 ms
Risk FOUT — text flashes from fallback to web font
Gineso-ConRegIt.woff2 woff2 swap
Size 60 KB
Load time 47 ms
Start 803 ms
Risk FOUT — text flashes from fallback to web font
Rubik-Bold.woff2 woff2 swap
Size 44 KB
Load time 24 ms
Start 1.1 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)
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
HTTP Caching
max-age=600 (10 minutes)
PASS
max-age=600 (10 minutes)
Info::
Cache-Control header is set
Got: max-age=600
Info::
Effective TTL: 10 minutes (max-age=600)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=600

DirectiveValueMeaning
max-age600Cache for 10 minutes
Effective TTL: 600 seconds
Network Waterfall
140 requests over 3473ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.2 s LCP 4.1 shttps://vt.edu// https://vt.edu/ — 301 — 377 B — 317 ms — http/1.1https://www.vt.edu/www.vt.edu/ https://www.vt.edu/ — 200 — 16.0 KiB — 63 ms — h2https://www.assets.cms.vt.edu/jquery/archives/jquery-3.cms.min.jswww.assets.cms.vt.edu/jquery/archiv... https://www.assets.cms.vt.edu/jquery/archives/jquery-3.cms.min.js — 200 — 30.3 KiB — 78 ms — h2https://www.assets.cms.vt.edu/js/popper/archives/1.16.1/popper.min.jswww.assets.cms.vt.edu/js/popper/arc... https://www.assets.cms.vt.edu/js/popper/archives/1.16.1/popper.min.js — 200 — 7.9 KiB — 86 ms — h2https://www.assets.cms.vt.edu/bootstrap/archives/4.5.latest/js/bootstrap.min.jswww.assets.cms.vt.edu/bootstrap/arc... https://www.assets.cms.vt.edu/bootstrap/archives/4.5.latest/js/bootstrap.min.js — 200 — 15.2 KiB — 88 ms — h2https://www.assets.cms.vt.edu/bootstrap/bootstrap-responsive-tabs/js/responsive-tabs.jswww.assets.cms.vt.edu/bootstrap/boo... https://www.assets.cms.vt.edu/bootstrap/bootstrap-responsive-tabs/js/responsive-tabs.js — 200 — 2.1 KiB — 81 ms — h2https://www.vt.edu/etc/clientlibs/vtlibs/main.lc-hash-lc.csswww.vt.edu/etc/clientlibs/vtlibs/ma... https://www.vt.edu/etc/clientlibs/vtlibs/main.lc-hash-lc.css — 200 — 6.3 KiB — 35 ms — h2https://www.vt.edu/etc/clientlibs/vtlibs/main.lc-hash-lc.jswww.vt.edu/etc/clientlibs/vtlibs/ma... https://www.vt.edu/etc/clientlibs/vtlibs/main.lc-hash-lc.js — 200 — 17.3 KiB — 36 ms — h2https://www.vt.edu/etc/designs/vt-designs/vt-one.csswww.vt.edu/etc/designs/vt-designs/v... https://www.vt.edu/etc/designs/vt-designs/vt-one.css — 200 — 1.0 KiB — 33 ms — h2https://www.vt.edu/global_assets/templates/one/css/root.min.csswww.vt.edu/global_assets/templates/... https://www.vt.edu/global_assets/templates/one/css/root.min.css — 200 — 109.9 KiB — 59 ms — h2https://www.vt.edu/local_assets/www.vt.edu/modifyGlobalTemplate.csswww.vt.edu/local_assets/www.vt.edu/... https://www.vt.edu/local_assets/www.vt.edu/modifyGlobalTemplate.css — 200 — 1.9 KiB — 32 ms — h2https://www.vt.edu/local_assets/www.vt.edu/modifyGlobalJS.jswww.vt.edu/local_assets/www.vt.edu/... https://www.vt.edu/local_assets/www.vt.edu/modifyGlobalJS.js — 200 — 1.7 KiB — 58 ms — h2https://www.assets.cms.vt.edu/images/whiteVTonTransparent.svgwww.assets.cms.vt.edu/images/whiteV... https://www.assets.cms.vt.edu/images/whiteVTonTransparent.svg — 200 — 1.6 KiB — 80 ms — h2https://www.assets.cms.vt.edu/images/accessibility_icon_white.svgwww.assets.cms.vt.edu/images/access... https://www.assets.cms.vt.edu/images/accessibility_icon_white.svg — 200 — 1.5 KiB — 76 ms — h2https://www.assets.cms.vt.edu/images/vt-accessibility_report-barrier.svgwww.assets.cms.vt.edu/images/vt-acc... https://www.assets.cms.vt.edu/images/vt-accessibility_report-barrier.svg — 200 — 933 B — 23 ms — h2https://www.assets.cms.vt.edu/images/vt-accessibility_accessibility-portal.svgwww.assets.cms.vt.edu/images/vt-acc... https://www.assets.cms.vt.edu/images/vt-accessibility_accessibility-portal.svg — 200 — 1.7 KiB — 21 ms — h2https://www.vt.edu/local_assets/www.marcomm.edm.vt.edu/units/oua/modifyGlobalTemplate.csswww.vt.edu/local_assets/www.marcomm... https://www.vt.edu/local_assets/www.marcomm.edm.vt.edu/units/oua/modifyGlobalTemplate.css — 200 — 1.6 KiB — 22 ms — h2https://www.assets.cms.vt.edu/images/toggle_slider_off-01.svgwww.assets.cms.vt.edu/images/toggle... https://www.assets.cms.vt.edu/images/toggle_slider_off-01.svg — 200 — 2.1 KiB — 27 ms — h2https://www.assets.cms.vt.edu/js/x509/x509.jswww.assets.cms.vt.edu/js/x509/x509.... https://www.assets.cms.vt.edu/js/x509/x509.js — 200 — 48.2 KiB — 31 ms — h2https://www.vt.edu/local_assets/www.marcomm.edm.vt.edu/units/oua/oua-styles.csswww.vt.edu/local_assets/www.marcomm... https://www.vt.edu/local_assets/www.marcomm.edm.vt.edu/units/oua/oua-styles.css — 200 — 3.2 KiB — 39 ms — h2https://www.vt.edu/local_assets/www.marcomm.edm.vt.edu/units/oua/oua-bci.csswww.vt.edu/local_assets/www.marcomm... https://www.vt.edu/local_assets/www.marcomm.edm.vt.edu/units/oua/oua-bci.css — 200 — 1.5 KiB — 39 ms — h2https://www.vt.edu/local_assets/www.marcomm.edm.vt.edu/modifyGlobalTemplate.csswww.vt.edu/local_assets/www.marcomm... https://www.vt.edu/local_assets/www.marcomm.edm.vt.edu/modifyGlobalTemplate.css — 200 — 2.6 KiB — 39 ms — h2https://www.vt.edu/local_assets/www.vt.edu/admissions/ugadmiss.csswww.vt.edu/local_assets/www.vt.edu/... https://www.vt.edu/local_assets/www.vt.edu/admissions/ugadmiss.css — 200 — 3.3 KiB — 43 ms — h2https://www.vt.edu/local_assets/www.vt.edu/admissions/res-table.csswww.vt.edu/local_assets/www.vt.edu/... https://www.vt.edu/local_assets/www.vt.edu/admissions/res-table.css — 200 — 1.8 KiB — 42 ms — h2https://www.vt.edu/local_assets/www.vt.edu/admissions/ugadmiss-diversity.csswww.vt.edu/local_assets/www.vt.edu/... https://www.vt.edu/local_assets/www.vt.edu/admissions/ugadmiss-diversity.css — 200 — 3.5 KiB — 43 ms — h2https://www.vt.edu/local_assets/www.vt.edu/admissions/dev/vt-gsheet-data.csswww.vt.edu/local_assets/www.vt.edu/... https://www.vt.edu/local_assets/www.vt.edu/admissions/dev/vt-gsheet-data.css — 200 — 1.1 KiB — 46 ms — h2https://www.vt.edu/local_assets/www.vt.edu/admissions/dev/oua-utprosim.csswww.vt.edu/local_assets/www.vt.edu/... https://www.vt.edu/local_assets/www.vt.edu/admissions/dev/oua-utprosim.css — 200 — 1.3 KiB — 47 ms — h2https://www.vt.edu/local_assets/www.vt.edu/admissions/dev/oua-panelCard.csswww.vt.edu/local_assets/www.vt.edu/... https://www.vt.edu/local_assets/www.vt.edu/admissions/dev/oua-panelCard.css — 200 — 2.8 KiB — 47 ms — h2https://www.vt.edu/local_assets/www.vt.edu/admissions/dev/oua-layout-tiles.csswww.vt.edu/local_assets/www.vt.edu/... https://www.vt.edu/local_assets/www.vt.edu/admissions/dev/oua-layout-tiles.css — 200 — 2.4 KiB — 46 ms — h2https://www.vt.edu/local_assets/www.vt.edu/admissions/dev/oua-page-events.csswww.vt.edu/local_assets/www.vt.edu/... https://www.vt.edu/local_assets/www.vt.edu/admissions/dev/oua-page-events.css — 200 — 1.2 KiB — 52 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.2 s LCP 4.1 shttps://vt.edu// https://vt.edu/ — 301 — 377 B — 317 ms — http/1.1https://www.vt.edu/www.vt.edu/ https://www.vt.edu/ — 200 — 16.0 KiB — 63 ms — h2https://www.assets.cms.vt.edu/jquery/archives/jquery-3.cms.min.jswww.assets.cms.vt.edu/jquery/archiv... https://www.assets.cms.vt.edu/jquery/archives/jquery-3.cms.min.js — 200 — 30.3 KiB — 78 ms — h2https://www.assets.cms.vt.edu/js/popper/archives/1.16.1/popper.min.jswww.assets.cms.vt.edu/js/popper/arc... https://www.assets.cms.vt.edu/js/popper/archives/1.16.1/popper.min.js — 200 — 7.9 KiB — 86 ms — h2https://www.assets.cms.vt.edu/bootstrap/archives/4.5.latest/js/bootstrap.min.jswww.assets.cms.vt.edu/bootstrap/arc... https://www.assets.cms.vt.edu/bootstrap/archives/4.5.latest/js/bootstrap.min.js — 200 — 15.2 KiB — 88 ms — h2https://www.assets.cms.vt.edu/bootstrap/bootstrap-responsive-tabs/js/responsive-tabs.jswww.assets.cms.vt.edu/bootstrap/boo... https://www.assets.cms.vt.edu/bootstrap/bootstrap-responsive-tabs/js/responsive-tabs.js — 200 — 2.1 KiB — 81 ms — h2https://www.vt.edu/etc/clientlibs/vtlibs/main.lc-hash-lc.csswww.vt.edu/etc/clientlibs/vtlibs/ma... https://www.vt.edu/etc/clientlibs/vtlibs/main.lc-hash-lc.css — 200 — 6.3 KiB — 35 ms — h2https://www.vt.edu/etc/clientlibs/vtlibs/main.lc-hash-lc.jswww.vt.edu/etc/clientlibs/vtlibs/ma... https://www.vt.edu/etc/clientlibs/vtlibs/main.lc-hash-lc.js — 200 — 17.3 KiB — 36 ms — h2https://www.vt.edu/etc/designs/vt-designs/vt-one.csswww.vt.edu/etc/designs/vt-designs/v... https://www.vt.edu/etc/designs/vt-designs/vt-one.css — 200 — 1.0 KiB — 33 ms — h2https://www.vt.edu/global_assets/templates/one/css/root.min.csswww.vt.edu/global_assets/templates/... https://www.vt.edu/global_assets/templates/one/css/root.min.css — 200 — 109.9 KiB — 59 ms — h2https://www.vt.edu/local_assets/www.vt.edu/modifyGlobalTemplate.csswww.vt.edu/local_assets/www.vt.edu/... https://www.vt.edu/local_assets/www.vt.edu/modifyGlobalTemplate.css — 200 — 1.9 KiB — 32 ms — h2https://www.vt.edu/local_assets/www.vt.edu/modifyGlobalJS.jswww.vt.edu/local_assets/www.vt.edu/... https://www.vt.edu/local_assets/www.vt.edu/modifyGlobalJS.js — 200 — 1.7 KiB — 58 ms — h2https://www.assets.cms.vt.edu/images/whiteVTonTransparent.svgwww.assets.cms.vt.edu/images/whiteV... https://www.assets.cms.vt.edu/images/whiteVTonTransparent.svg — 200 — 1.6 KiB — 80 ms — h2https://www.assets.cms.vt.edu/images/accessibility_icon_white.svgwww.assets.cms.vt.edu/images/access... https://www.assets.cms.vt.edu/images/accessibility_icon_white.svg — 200 — 1.5 KiB — 76 ms — h2https://www.assets.cms.vt.edu/images/vt-accessibility_report-barrier.svgwww.assets.cms.vt.edu/images/vt-acc... https://www.assets.cms.vt.edu/images/vt-accessibility_report-barrier.svg — 200 — 933 B — 23 ms — h2https://www.assets.cms.vt.edu/images/vt-accessibility_accessibility-portal.svgwww.assets.cms.vt.edu/images/vt-acc... https://www.assets.cms.vt.edu/images/vt-accessibility_accessibility-portal.svg — 200 — 1.7 KiB — 21 ms — h2https://www.vt.edu/local_assets/www.marcomm.edm.vt.edu/units/oua/modifyGlobalTemplate.csswww.vt.edu/local_assets/www.marcomm... https://www.vt.edu/local_assets/www.marcomm.edm.vt.edu/units/oua/modifyGlobalTemplate.css — 200 — 1.6 KiB — 22 ms — h2https://www.assets.cms.vt.edu/images/toggle_slider_off-01.svgwww.assets.cms.vt.edu/images/toggle... https://www.assets.cms.vt.edu/images/toggle_slider_off-01.svg — 200 — 2.1 KiB — 27 ms — h2https://www.assets.cms.vt.edu/js/x509/x509.jswww.assets.cms.vt.edu/js/x509/x509.... https://www.assets.cms.vt.edu/js/x509/x509.js — 200 — 48.2 KiB — 31 ms — h2https://www.vt.edu/local_assets/www.marcomm.edm.vt.edu/units/oua/oua-styles.csswww.vt.edu/local_assets/www.marcomm... https://www.vt.edu/local_assets/www.marcomm.edm.vt.edu/units/oua/oua-styles.css — 200 — 3.2 KiB — 39 ms — h2https://www.vt.edu/local_assets/www.marcomm.edm.vt.edu/units/oua/oua-bci.csswww.vt.edu/local_assets/www.marcomm... https://www.vt.edu/local_assets/www.marcomm.edm.vt.edu/units/oua/oua-bci.css — 200 — 1.5 KiB — 39 ms — h2https://www.vt.edu/local_assets/www.marcomm.edm.vt.edu/modifyGlobalTemplate.csswww.vt.edu/local_assets/www.marcomm... https://www.vt.edu/local_assets/www.marcomm.edm.vt.edu/modifyGlobalTemplate.css — 200 — 2.6 KiB — 39 ms — h2https://www.vt.edu/local_assets/www.vt.edu/admissions/ugadmiss.csswww.vt.edu/local_assets/www.vt.edu/... https://www.vt.edu/local_assets/www.vt.edu/admissions/ugadmiss.css — 200 — 3.3 KiB — 43 ms — h2https://www.vt.edu/local_assets/www.vt.edu/admissions/res-table.csswww.vt.edu/local_assets/www.vt.edu/... https://www.vt.edu/local_assets/www.vt.edu/admissions/res-table.css — 200 — 1.8 KiB — 42 ms — h2https://www.vt.edu/local_assets/www.vt.edu/admissions/ugadmiss-diversity.csswww.vt.edu/local_assets/www.vt.edu/... https://www.vt.edu/local_assets/www.vt.edu/admissions/ugadmiss-diversity.css — 200 — 3.5 KiB — 43 ms — h2https://www.vt.edu/local_assets/www.vt.edu/admissions/dev/vt-gsheet-data.csswww.vt.edu/local_assets/www.vt.edu/... https://www.vt.edu/local_assets/www.vt.edu/admissions/dev/vt-gsheet-data.css — 200 — 1.1 KiB — 46 ms — h2https://www.vt.edu/local_assets/www.vt.edu/admissions/dev/oua-utprosim.csswww.vt.edu/local_assets/www.vt.edu/... https://www.vt.edu/local_assets/www.vt.edu/admissions/dev/oua-utprosim.css — 200 — 1.3 KiB — 47 ms — h2https://www.vt.edu/local_assets/www.vt.edu/admissions/dev/oua-panelCard.csswww.vt.edu/local_assets/www.vt.edu/... https://www.vt.edu/local_assets/www.vt.edu/admissions/dev/oua-panelCard.css — 200 — 2.8 KiB — 47 ms — h2https://www.vt.edu/local_assets/www.vt.edu/admissions/dev/oua-layout-tiles.csswww.vt.edu/local_assets/www.vt.edu/... https://www.vt.edu/local_assets/www.vt.edu/admissions/dev/oua-layout-tiles.css — 200 — 2.4 KiB — 46 ms — h2https://www.vt.edu/local_assets/www.vt.edu/admissions/dev/oua-page-events.csswww.vt.edu/local_assets/www.vt.edu/... https://www.vt.edu/local_assets/www.vt.edu/admissions/dev/oua-page-events.css — 200 — 1.2 KiB — 52 ms — h2https://www.vt.edu/local_assets/www.vt.edu/admissions/dev/oua-page-hokiefocus.csswww.vt.edu/local_assets/www.vt.edu/... https://www.vt.edu/local_assets/www.vt.edu/admissions/dev/oua-page-hokiefocus.css — 200 — 919 B — 39 ms — h2https://www.vt.edu/local_assets/www.vt.edu/admissions/dev/oua-page-bci.csswww.vt.edu/local_assets/www.vt.edu/... https://www.vt.edu/local_assets/www.vt.edu/admissions/dev/oua-page-bci.css — 200 — 939 B — 40 ms — h2https://www.vt.edu/local_assets/www.vt.edu/admissions/dev/oua-page-downloads.csswww.vt.edu/local_assets/www.vt.edu/... https://www.vt.edu/local_assets/www.vt.edu/admissions/dev/oua-page-downloads.css — 200 — 917 B — 46 ms — h2https://www.vt.edu/global_assets/templates/one/js/root.min.jswww.vt.edu/global_assets/templates/... https://www.vt.edu/global_assets/templates/one/js/root.min.js — 200 — 47.9 KiB — 49 ms — h2https://www.vt.edu/local_assets/www.vt.edu/modifyGlobalJS_body.jswww.vt.edu/local_assets/www.vt.edu/... https://www.vt.edu/local_assets/www.vt.edu/modifyGlobalJS_body.js — 200 — 1.2 KiB — 36 ms — h2https://www.vt.edu/local_assets/www.marcomm.edm.vt.edu/dev/forms/default.csswww.vt.edu/local_assets/www.marcomm... https://www.vt.edu/local_assets/www.marcomm.edm.vt.edu/dev/forms/default.css — 200 — 1.8 KiB — 29 ms — h2https://www.vt.edu/local_assets/www.marcomm.edm.vt.edu/dev/secm-panelCard.csswww.vt.edu/local_assets/www.marcomm... https://www.vt.edu/local_assets/www.marcomm.edm.vt.edu/dev/secm-panelCard.css — 200 — 2.9 KiB — 27 ms — h2https://www.vt.edu/local_assets/www.vt.edu/admissions/ugadmiss-diversity-sd.csswww.vt.edu/local_assets/www.vt.edu/... https://www.vt.edu/local_assets/www.vt.edu/admissions/ugadmiss-diversity-sd.css — 200 — 2.3 KiB — 29 ms — h2https://www.assets.cms.vt.edu/font-awesome/archives-pro/5.latest/js/all.min.jswww.assets.cms.vt.edu/font-awesome/... https://www.assets.cms.vt.edu/font-awesome/archives-pro/5.latest/js/all.min.js — 200 — 1.7 MiB — 110 ms — h2https://www.assets.cms.vt.edu/images/toggle_slider_on-01.svgwww.assets.cms.vt.edu/images/toggle... https://www.assets.cms.vt.edu/images/toggle_slider_on-01.svg — 200 — 3.2 KiB — 24 ms — h2https://www.vt.edu/content/dam/news_vt_edu/articles/2026/01/simba-srivastava.jpg.transform/xl-medium/image.jpgwww.vt.edu/content/dam/news_vt_edu/... https://www.vt.edu/content/dam/news_vt_edu/articles/2026/01/simba-srivastava.jpg.transform/xl-medium/image.jpg — 200 — 110.9 KiB — 62 ms — h2https://www.vt.edu/content/dam/news_vt_edu/articles/2026/04/Ozzie%20Abaye%20cornfield.jpg.transform/xl-medium/image.jpgwww.vt.edu/content/dam/news_vt_edu/... https://www.vt.edu/content/dam/news_vt_edu/articles/2026/04/Ozzie%20Abaye%20cornfield.jpg.transform/xl-medium/image.jpg — 200 — 173.0 KiB — 38 ms — h2https://www.vt.edu/content/dam/news_vt_edu/articles/2025/20250129_Naren_Ramakrishnan_cn_007.jpg.transform/xl-medium/image.jpgwww.vt.edu/content/dam/news_vt_edu/... https://www.vt.edu/content/dam/news_vt_edu/articles/2025/20250129_Naren_Ramakrishnan_cn_007.jpg.transform/xl-medium/image.jpg — 200 — 154.1 KiB — 52 ms — h2https://www.vt.edu/content/dam/news_vt_edu/articles/2026/04/warren-dixon-8.jpg.transform/m-medium/image.jpgwww.vt.edu/content/dam/news_vt_edu/... https://www.vt.edu/content/dam/news_vt_edu/articles/2026/04/warren-dixon-8.jpg.transform/m-medium/image.jpg — 200 — 41.9 KiB — 55 ms — h2https://www.vt.edu/content/dam/news_vt_edu/articles/2026/04/bov-appreciation.jpg.transform/m-medium/image.jpgwww.vt.edu/content/dam/news_vt_edu/... https://www.vt.edu/content/dam/news_vt_edu/articles/2026/04/bov-appreciation.jpg.transform/m-medium/image.jpg — 200 — 59.7 KiB — 65 ms — h2https://www.vt.edu/content/news_vt_edu/en/articles/2026/04/cm-bovtuition-041426/_jcr_content/article-image.transform/m-medium/image.jpgwww.vt.edu/content/news_vt_edu/en/a... https://www.vt.edu/content/news_vt_edu/en/articles/2026/04/cm-bovtuition-041426/_jcr_content/article-image.transform/m-medium/image.jpg — 200 — 99.5 KiB — 70 ms — h2https://www.assets.cms.vt.edu/images/vt-campuses.svgwww.assets.cms.vt.edu/images/vt-cam... https://www.assets.cms.vt.edu/images/vt-campuses.svg — 200 — 14.1 KiB — 82 ms — h2https://www.assets.cms.vt.edu/images/logo-white-black.svgwww.assets.cms.vt.edu/images/logo-w... https://www.assets.cms.vt.edu/images/logo-white-black.svg — 200 — 7.6 KiB — 78 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-P6F85Q5www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-P6F85Q5 — 200 — 206.2 KiB — 167 ms — h2https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_regular.woff2www.assets.cms.vt.edu/fonts/acherus... https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_regular.woff2 — 200 — 25.1 KiB — 75 ms — h2https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_light.woff2www.assets.cms.vt.edu/fonts/acherus... https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_light.woff2 — 200 — 26.1 KiB — 95 ms — h2https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConDem.woff2www.assets.cms.vt.edu/fonts/gineso-... https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConDem.woff2 — 200 — 49.3 KiB — 89 ms — h2https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConDemIt.woff2www.assets.cms.vt.edu/fonts/gineso-... https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConDemIt.woff2 — 200 — 58.9 KiB — 103 ms — h2https://www.assets.cms.vt.edu/search-help/search-help-snippet.jsonwww.assets.cms.vt.edu/search-help/s... https://www.assets.cms.vt.edu/search-help/search-help-snippet.json — 200 — 4.8 KiB — 92 ms — h2https://www.assets.cms.vt.edu/search-data/frequent-searches.jsonwww.assets.cms.vt.edu/search-data/f... https://www.assets.cms.vt.edu/search-data/frequent-searches.json — 200 — 772 B — 91 ms — h2https://www.vt.edu/content/dam/vt_edu/stripe_background.pngwww.vt.edu/content/dam/vt_edu/strip... https://www.vt.edu/content/dam/vt_edu/stripe_background.png — 200 — 235.1 KiB — 30 ms — h2https://www.vt.edu/global_assets/images/vt-2016-ribbon.svgwww.vt.edu/global_assets/images/vt-... https://www.vt.edu/global_assets/images/vt-2016-ribbon.svg — 200 — 1.6 KiB — 30 ms — h2https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConLigIt.woff2www.assets.cms.vt.edu/fonts/gineso-... https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConLigIt.woff2 — 200 — 58.8 KiB — 46 ms — h2https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Medium.woff2www.assets.cms.vt.edu/fonts/rubik-w... https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Medium.woff2 — 200 — 43.7 KiB — 67 ms — h2https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Regular.woff2www.assets.cms.vt.edu/fonts/rubik-w... https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Regular.woff2 — 200 — 43.5 KiB — 55 ms — h2https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConBol.woff2www.assets.cms.vt.edu/fonts/gineso-... https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConBol.woff2 — 200 — 47.7 KiB — 39 ms — h2https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_extrabold.woff2www.assets.cms.vt.edu/fonts/acherus... https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_extrabold.woff2 — 200 — 25.7 KiB — 56 ms — h2https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConReg.woff2www.assets.cms.vt.edu/fonts/gineso-... https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConReg.woff2 — 200 — 47.2 KiB — 56 ms — h2https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Light.woff2www.assets.cms.vt.edu/fonts/rubik-w... https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Light.woff2 — 200 — 40.1 KiB — 59 ms — h2https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConBoo.woff2www.assets.cms.vt.edu/fonts/gineso-... https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConBoo.woff2 — 200 — 48.8 KiB — 34 ms — h2https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConRegIt.woff2www.assets.cms.vt.edu/fonts/gineso-... https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConRegIt.woff2 — 200 — 59.7 KiB — 47 ms — h2https://www.assets.cms.vt.edu/search-help/search_options.jpgwww.assets.cms.vt.edu/search-help/s... https://www.assets.cms.vt.edu/search-help/search_options.jpg — 200 — 75.0 KiB — 32 ms — h2https://www.assets.cms.vt.edu/search-help/results_example.jpgwww.assets.cms.vt.edu/search-help/r... https://www.assets.cms.vt.edu/search-help/results_example.jpg — 200 — 189.2 KiB — 33 ms — h2https://www.assets.cms.vt.edu/images/logo-maroon-whiteBG.svgwww.assets.cms.vt.edu/images/logo-m... https://www.assets.cms.vt.edu/images/logo-maroon-whiteBG.svg — 200 — 7.8 KiB — 25 ms — h2https://www.assets.cms.vt.edu/js/datatables/archive/DataTables-1.10.19/jquery.dataTables.min.js?_=1776801518171www.assets.cms.vt.edu/js/datatables... https://www.assets.cms.vt.edu/js/datatables/archive/DataTables-1.10.19/jquery.dataTables.min.js?_=1776801518171 — 200 — 28.0 KiB — 209 ms — h2https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Bold.woff2www.assets.cms.vt.edu/fonts/rubik-w... https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Bold.woff2 — 200 — 43.8 KiB — 24 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-1030829117&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-1030829117&cx=c&gtm=4e64h1 — 200 — 144.7 KiB — 41 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-15114839&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-15114839&cx=c&gtm=4e64h1 — 200 — 130.9 KiB — 55 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-17193693909&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-17193693909&cx=c&gtm=4e64h1 — 200 — 144.7 KiB — 72 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-17728352691&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-17728352691&cx=c&gtm=4e64h1 — 200 — 145.1 KiB — 70 ms — h2https://script.crazyegg.com/pages/scripts/0031/1200.jsscript.crazyegg.com/pages/scripts/0... https://script.crazyegg.com/pages/scripts/0031/1200.js — 200 — 2.7 KiB — 53 ms — h3https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 78 ms — h3https://static.ads-twitter.com/uwt.jsstatic.ads-twitter.com/uwt.js https://static.ads-twitter.com/uwt.js — 200 — 13.4 KiB — 99 ms — h2https://js.adsrvr.org/up_loader.1.1.0.jsjs.adsrvr.org/up_loader.1.1.0.js https://js.adsrvr.org/up_loader.1.1.0.js — 200 — 12.3 KiB — 98 ms — http/1.1https://applyto.graduateschool.vt.edu/pingapplyto.graduateschool.vt.edu/ping https://applyto.graduateschool.vt.edu/ping — 200 — 969 B — 294 ms — h2https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 125 ms — h2https://www.redditstatic.com/ads/pixel.jswww.redditstatic.com/ads/pixel.js https://www.redditstatic.com/ads/pixel.js — 200 — 19.0 KiB — 47 ms — h2https://pixel.byspotify.com/ping.min.jspixel.byspotify.com/ping.min.js https://pixel.byspotify.com/ping.min.js — 200 — 10.2 KiB — 76 ms — h2https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 18.7 KiB — 57 ms — h2https://admit.vt.edu/pingadmit.vt.edu/ping https://admit.vt.edu/ping — 200 — 947 B — 321 ms — h2https://www.google.com/ccm/collect?rcb=1&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.vt.edu%2F&scrsrc=www.googletagmanager.com&rnd=742327683.1776801519&dt=Home%20%7C%20Virginia%20Tech&auid=1109887286.1776801519&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v79712638za200zd79712638xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400~117884344&apve=1&apvf=f&apvc=1&tft=1776801518992&tfd=1314www.google.com/ccm/collect?rcb=1&fr... https://www.google.com/ccm/collect?rcb=1&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.vt.edu%2F&scrsrc=www.googletagmanager.com&rnd=742327683.1776801519&dt=Home%20%7C%20Virginia%20Tech&auid=1109887286.1776801519&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v79712638za200zd79712638xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400~117884344&apve=1&apvf=f&apvc=1&tft=1776801518992&tfd=1314 — 200 — 21 B — 120 ms — h3https://www.googletagmanager.com/gtag/js?id=G-5Z60EH83Q9&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-5Z60EH83Q9&cx=c&gtm=4e64h1 — 200 — 173.7 KiB — 107 ms — h3https://www.googletagmanager.com/gtag/js?id=G-DTEQ1JM2SG&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-DTEQ1JM2SG&cx=c&gtm=4e64h1 — 200 — 156.3 KiB — 101 ms — h3https://www.googleadservices.com/pagead/conversion/1030829117/?random=1776801519097&cv=11&fst=1776801519097&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9214326619z879712638za20gzb79712638zd79712638xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vt.edu%2F&rcb=15&label=XYYlCKn-5q0DEL3oxOsD&capi=1&frm=0&tiba=Home%20%7C%20Virginia%20Tech&bttype=purchase&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1109887286.1776801519&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=7www.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion/1030829117/?random=1776801519097&cv=11&fst=1776801519097&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9214326619z879712638za20gzb79712638zd79712638xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vt.edu%2F&rcb=15&label=XYYlCKn-5q0DEL3oxOsD&capi=1&frm=0&tiba=Home%20%7C%20Virginia%20Tech&bttype=purchase&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1109887286.1776801519&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=7 — 200 — 1.1 KiB — 60 ms — h3https://www.google.com/ccm/collect?rcb=15&frm=0&en=page_view&dl=https%3A%2F%2Fwww.vt.edu%2F&scrsrc=www.googletagmanager.com&rnd=742327683.1776801519&dt=Home%20%7C%20Virginia%20Tech&auid=1109887286.1776801519&navt=n&npa=1&gtm=45be64h1v9214326619z879712638za20gzb79712638zd79712638xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400~117884344&apve=1&apvf=f&apvc=0&tids=AW-1030829117&tid=AW-1030829117&tft=1776801519108&tfd=1430www.google.com/ccm/collect?rcb=15&f... https://www.google.com/ccm/collect?rcb=15&frm=0&en=page_view&dl=https%3A%2F%2Fwww.vt.edu%2F&scrsrc=www.googletagmanager.com&rnd=742327683.1776801519&dt=Home%20%7C%20Virginia%20Tech&auid=1109887286.1776801519&navt=n&npa=1&gtm=45be64h1v9214326619z879712638za20gzb79712638zd79712638xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400~117884344&apve=1&apvf=f&apvc=0&tids=AW-1030829117&tid=AW-1030829117&tft=1776801519108&tfd=1430 — 200 — 21 B — 77 ms — h3https://www.google.com/ccm/collect?rcb=8&frm=0&en=page_view&dl=https%3A%2F%2Fwww.vt.edu%2F&scrsrc=www.googletagmanager.com&rnd=742327683.1776801519&dt=Home%20%7C%20Virginia%20Tech&auid=1109887286.1776801519&navt=n&npa=1&ep.user_data_mode=a&gtm=45fe64h1v9202465338z879712638za20gzb79712638zd79712638xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266401~118128923~118463262&apve=1&apvf=f&apvc=0&tids=DC-15114839&tid=DC-15114839&tft=1776801519177&tfd=1499www.google.com/ccm/collect?rcb=8&fr... https://www.google.com/ccm/collect?rcb=8&frm=0&en=page_view&dl=https%3A%2F%2Fwww.vt.edu%2F&scrsrc=www.googletagmanager.com&rnd=742327683.1776801519&dt=Home%20%7C%20Virginia%20Tech&auid=1109887286.1776801519&navt=n&npa=1&ep.user_data_mode=a&gtm=45fe64h1v9202465338z879712638za20gzb79712638zd79712638xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266401~118128923~118463262&apve=1&apvf=f&apvc=0&tids=DC-15114839&tid=DC-15114839&tft=1776801519177&tfd=1499 — 200 — 21 B — 92 ms — h3https://ad.doubleclick.net/activity;src=15114839;type=conve0;cat=nn-fl0;rcb=8;ord=1;num=502611544111;npa=1;auiddc=1109887286.1776801519;u1=%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KJA;gtm=45fe64h1v9202465338z879712638za20gzb79712638zd79712638xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938465~115938469~117266401~118128923~118463262;epver=2;em=tv.1;dc_random=1776801519_IsV2Q9meR06Dmu_OP7b702awVmByfiUo2Q;~oref=https%3A%2F%2Fwww.vt.edu%2F?ad.doubleclick.net/activity;src=151... https://ad.doubleclick.net/activity;src=15114839;type=conve0;cat=nn-fl0;rcb=8;ord=1;num=502611544111;npa=1;auiddc=1109887286.1776801519;u1=%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KJA;gtm=45fe64h1v9202465338z879712638za20gzb79712638zd79712638xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938465~115938469~117266401~118128923~118463262;epver=2;em=tv.1;dc_random=1776801519_IsV2Q9meR06Dmu_OP7b702awVmByfiUo2Q;~oref=https%3A%2F%2Fwww.vt.edu%2F? — 302 — 22 B — 255 ms — h3https://15114839.fls.doubleclick.net/activityi;src=15114839;type=conve0;cat=nn-fl0;rcb=8;ord=1;num=502611544111;npa=1;auiddc=1109887286.1776801519;u1=%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KJA;gtm=45fe64h1v9202465338z879712638za20gzb79712638zd79712638xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938469~117266401~118128923~118463262;epver=2;em=tv.1;dc_random=1776801519_IsV2Q9meR06Dmu_OP7b702awVmByfiUo2Q;_dc_test=1;~oref=https%3A%2F%2Fwww.vt.edu%2F?15114839.fls.doubleclick.net/activi... https://15114839.fls.doubleclick.net/activityi;src=15114839;type=conve0;cat=nn-fl0;rcb=8;ord=1;num=502611544111;npa=1;auiddc=1109887286.1776801519;u1=%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KJA;gtm=45fe64h1v9202465338z879712638za20gzb79712638zd79712638xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938469~117266401~118128923~118463262;epver=2;em=tv.1;dc_random=1776801519_IsV2Q9meR06Dmu_OP7b702awVmByfiUo2Q;_dc_test=1;~oref=https%3A%2F%2Fwww.vt.edu%2F? — 302 — 904 B — 96 ms — h2https://script.crazyegg.com/pages/data-scripts/0031/1200/site/www.vt.edu.json?t=1script.crazyegg.com/pages/data-scri... https://script.crazyegg.com/pages/data-scripts/0031/1200/site/www.vt.edu.json?t=1 — 200 — 2.0 KiB — 47 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1030829117/?random=397340713&cv=11&fst=1776801519097&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9214326619z879712638za20gzb79712638zd79712638xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vt.edu%2F&rcb=15&label=XYYlCKn-5q0DEL3oxOsD&capi=1&frm=0&tiba=Home%20%7C%20Virginia%20Tech&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1109887286.1776801519&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKGXRyaWdnZXI9bmF2aWdhdGlvbi1zb3VyY2VaAwoBAWIDCgED&cerd=CgSO4b0t&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxQb2wTSq-OeXxpTFplneZnxOh6o_XAes7A&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6W4IPqEdubPKbTcudjtu9fszi8OfvRUKAmDYYXDZgt0rIfg8ysUFchoCKao&pscrd=IhMI_ZaKu93_kwMVxCv7Ax0mjgK9MgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAQldDaEFJOE1DY3p3WVFvT2U1N092Vm5yb2VFaTBBdHR2bjBSODhjTGNDcVdOakhTZDFlMW1OZnBTUlBoUzdCMDhRd1piX1BlaHZZMGEwZFdsaHlXbnNwWE16DAgJYggIABAAGAAgAAgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1030829117/?random=397340713&cv=11&fst=1776801519097&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9214326619z879712638za20gzb79712638zd79712638xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vt.edu%2F&rcb=15&label=XYYlCKn-5q0DEL3oxOsD&capi=1&frm=0&tiba=Home%20%7C%20Virginia%20Tech&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1109887286.1776801519&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKGXRyaWdnZXI9bmF2aWdhdGlvbi1zb3VyY2VaAwoBAWIDCgED&cerd=CgSO4b0t&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxQb2wTSq-OeXxpTFplneZnxOh6o_XAes7A&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6W4IPqEdubPKbTcudjtu9fszi8OfvRUKAmDYYXDZgt0rIfg8ysUFchoCKao&pscrd=IhMI_ZaKu93_kwMVxCv7Ax0mjgK9MgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAQldDaEFJOE1DY3p3WVFvT2U1N092Vm5yb2VFaTBBdHR2bjBSODhjTGNDcVdOakhTZDFlMW1OZnBTUlBoUzdCMDhRd1piX1BlaHZZMGEwZFdsaHlXbnNwWE16DAgJYggIABAAGAAgAA — 302 — 23 B — 229 ms — h3https://www.google.com/ccm/collect?rcb=9&frm=0&en=page_view&dl=https%3A%2F%2Fwww.vt.edu%2F&scrsrc=www.googletagmanager.com&rnd=742327683.1776801519&dt=Home%20%7C%20Virginia%20Tech&auid=1109887286.1776801519&navt=n&npa=1&gtm=45be64h1v9238051353z879712638za20gzb79712638zd79712638xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&apve=1&apvf=f&apvc=0&tids=AW-17728352691&tid=AW-17728352691&tft=1776801519265&tfd=1587www.google.com/ccm/collect?rcb=9&fr... https://www.google.com/ccm/collect?rcb=9&frm=0&en=page_view&dl=https%3A%2F%2Fwww.vt.edu%2F&scrsrc=www.googletagmanager.com&rnd=742327683.1776801519&dt=Home%20%7C%20Virginia%20Tech&auid=1109887286.1776801519&navt=n&npa=1&gtm=45be64h1v9238051353z879712638za20gzb79712638zd79712638xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&apve=1&apvf=f&apvc=0&tids=AW-17728352691&tid=AW-17728352691&tft=1776801519265&tfd=1587 — 200 — 21 B — 73 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://15114839.fls.doubleclick.net/activityi;dc_pre=CLO9kbvd_5MDFbrsEQgdYCUHQg;src=15114839;type=conve0;cat=nn-fl0;rcb=8;ord=1;num=502611544111;npa=1;auiddc=1109887286.1776801519;u1=%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KJA;gtm=45fe64h1v9202465338z879712638za20gzb79712638zd79712638xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938469~117266401~118128923~118463262;epver=2;em=tv.1;dc_random=1776801519_IsV2Q9meR06Dmu_OP7b702awVmByfiUo2Q;_dc_test=1;~oref=https%3A%2F%2Fwww.vt.edu%2F?15114839.fls.doubleclick.net/activi... https://15114839.fls.doubleclick.net/activityi;dc_pre=CLO9kbvd_5MDFbrsEQgdYCUHQg;src=15114839;type=conve0;cat=nn-fl0;rcb=8;ord=1;num=502611544111;npa=1;auiddc=1109887286.1776801519;u1=%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KJA;gtm=45fe64h1v9202465338z879712638za20gzb79712638zd79712638xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938469~117266401~118128923~118463262;epver=2;em=tv.1;dc_random=1776801519_IsV2Q9meR06Dmu_OP7b702awVmByfiUo2Q;_dc_test=1;~oref=https%3A%2F%2Fwww.vt.edu%2F? — 200 — 718 B — 59 ms — h2https://www.google.com/pagead/1p-conversion/1030829117/?random=397340713&cv=11&fst=1776801519097&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9214326619z879712638za20gzb79712638zd79712638xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vt.edu%2F&rcb=15&label=XYYlCKn-5q0DEL3oxOsD&capi=1&frm=0&tiba=Home%20%7C%20Virginia%20Tech&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1109887286.1776801519&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKGXRyaWdnZXI9bmF2aWdhdGlvbi1zb3VyY2VaAwoBAWIDCgED&cerd=CgSO4b0t&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6W4IPqEdubPKbTcudjtu9fszi8OfvRUKAmDYYXDZgt0rIfg8ysUFchoCKao&pscrd=IhMI_ZaKu93_kwMVxCv7Ax0mjgK9MgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAQldDaEFJOE1DY3p3WVFvT2U1N092Vm5yb2VFaTBBdHR2bjBSODhjTGNDcVdOakhTZDFlMW1OZnBTUlBoUzdCMDhRd1piX1BlaHZZMGEwZFdsaHlXbnNwWE16DAgJYggIABAAGAAgAA&is_vtc=1&cid=CAQSWwAFq6B9lCqoIhvPzft4Dp4IvbhIu_PWqxB8JjAmdnJzr0G97jRr3amvEO3E6y0JAB-JtB1BaFWDHGGSq1D6x2MW-1F8O_c7io9nqwNGCcnbWuwNi__oG1C6B4I&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxW0gb9UtmZxjL1RHeAqEtQngVpFefdML5A&random=2137880620www.google.com/pagead/1p-conversion... https://www.google.com/pagead/1p-conversion/1030829117/?random=397340713&cv=11&fst=1776801519097&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9214326619z879712638za20gzb79712638zd79712638xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vt.edu%2F&rcb=15&label=XYYlCKn-5q0DEL3oxOsD&capi=1&frm=0&tiba=Home%20%7C%20Virginia%20Tech&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1109887286.1776801519&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKGXRyaWdnZXI9bmF2aWdhdGlvbi1zb3VyY2VaAwoBAWIDCgED&cerd=CgSO4b0t&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6W4IPqEdubPKbTcudjtu9fszi8OfvRUKAmDYYXDZgt0rIfg8ysUFchoCKao&pscrd=IhMI_ZaKu93_kwMVxCv7Ax0mjgK9MgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAQldDaEFJOE1DY3p3WVFvT2U1N092Vm5yb2VFaTBBdHR2bjBSODhjTGNDcVdOakhTZDFlMW1OZnBTUlBoUzdCMDhRd1piX1BlaHZZMGEwZFdsaHlXbnNwWE16DAgJYggIABAAGAAgAA&is_vtc=1&cid=CAQSWwAFq6B9lCqoIhvPzft4Dp4IvbhIu_PWqxB8JjAmdnJzr0G97jRr3amvEO3E6y0JAB-JtB1BaFWDHGGSq1D6x2MW-1F8O_c7io9nqwNGCcnbWuwNi__oG1C6B4I&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxW0gb9UtmZxjL1RHeAqEtQngVpFefdML5A&random=2137880620 — 302 — 22 B — 132 ms — h3https://ad.doubleclick.net/activity;dc_pre=CPbdkbvd_5MDFQDPOwIdBMUj4g;src=15114839;type=conve0;cat=nn-fl0;rcb=8;ord=1;num=502611544111;npa=1;auiddc=1109887286.1776801519;u1=%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KJA;gtm=45fe64h1v9202465338z879712638za20gzb79712638zd79712638xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938465~115938469~117266401~118128923~118463262;epver=2;em=tv.1;dc_random=1776801519_IsV2Q9meR06Dmu_OP7b702awVmByfiUo2Q;~oref=https%3A%2F%2Fwww.vt.edu%2F?ad.doubleclick.net/activity;dc_pre=... https://ad.doubleclick.net/activity;dc_pre=CPbdkbvd_5MDFQDPOwIdBMUj4g;src=15114839;type=conve0;cat=nn-fl0;rcb=8;ord=1;num=502611544111;npa=1;auiddc=1109887286.1776801519;u1=%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KJA;gtm=45fe64h1v9202465338z879712638za20gzb79712638zd79712638xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938465~115938469~117266401~118128923~118463262;epver=2;em=tv.1;dc_random=1776801519_IsV2Q9meR06Dmu_OP7b702awVmByfiUo2Q;~oref=https%3A%2F%2Fwww.vt.edu%2F? — 200 — 64 B — 129 ms — h3https://www.google.com/ccm/collect?rcb=13&frm=0&en=page_view&dl=https%3A%2F%2Fwww.vt.edu%2F&scrsrc=www.googletagmanager.com&rnd=742327683.1776801519&dt=Home%20%7C%20Virginia%20Tech&auid=1109887286.1776801519&navt=n&npa=1&gtm=45be64h1v9223825631z879712638za20gzb79712638zd79712638xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-17193693909&tid=AW-17193693909&tft=1776801519335&tfd=1657www.google.com/ccm/collect?rcb=13&f... https://www.google.com/ccm/collect?rcb=13&frm=0&en=page_view&dl=https%3A%2F%2Fwww.vt.edu%2F&scrsrc=www.googletagmanager.com&rnd=742327683.1776801519&dt=Home%20%7C%20Virginia%20Tech&auid=1109887286.1776801519&navt=n&npa=1&gtm=45be64h1v9223825631z879712638za20gzb79712638zd79712638xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-17193693909&tid=AW-17193693909&tft=1776801519335&tfd=1657 — 200 — 21 B — 55 ms — h3https://www.google.es/pagead/1p-conversion/1030829117/?random=397340713&cv=11&fst=1776801519097&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9214326619z879712638za20gzb79712638zd79712638xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vt.edu%2F&rcb=15&label=XYYlCKn-5q0DEL3oxOsD&capi=1&frm=0&tiba=Home%20%7C%20Virginia%20Tech&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1109887286.1776801519&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKGXRyaWdnZXI9bmF2aWdhdGlvbi1zb3VyY2VaAwoBAWIDCgED&cerd=CgSO4b0t&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6W4IPqEdubPKbTcudjtu9fszi8OfvRUKAmDYYXDZgt0rIfg8ysUFchoCKao&is_vtc=1&cid=CAQSWwAFq6B9lCqoIhvPzft4Dp4IvbhIu_PWqxB8JjAmdnJzr0G97jRr3amvEO3E6y0JAB-JtB1BaFWDHGGSq1D6x2MW-1F8O_c7io9nqwNGCcnbWuwNi__oG1C6B4I&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxW0gb9UtmZxjL1RHeAqEtQngVpFefdML5A&random=2137880620&ipr=y&pscrd=IhMI_ZaKu93_kwMVxCv7Ax0mjgK9MgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAQldDaEFJOE1DY3p3WVFvT2U1N092Vm5yb2VFaTBBdHR2bjBSODhjTGNDcVdOakhTZDFlMW1OZnBTUlBoUzdCMDhRd1piX1BlaHZZMGEwZFdsaHlXbnNwWE16DAgJYggIABAAGAAgAAwww.google.es/pagead/1p-conversion/... https://www.google.es/pagead/1p-conversion/1030829117/?random=397340713&cv=11&fst=1776801519097&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9214326619z879712638za20gzb79712638zd79712638xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400~117884344&u_w=800&u_h=600&url=https%3A%2F%2Fwww.vt.edu%2F&rcb=15&label=XYYlCKn-5q0DEL3oxOsD&capi=1&frm=0&tiba=Home%20%7C%20Virginia%20Tech&value=0&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1109887286.1776801519&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&_tu=CA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKGXRyaWdnZXI9bmF2aWdhdGlvbi1zb3VyY2VaAwoBAWIDCgED&cerd=CgSO4b0t&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6W4IPqEdubPKbTcudjtu9fszi8OfvRUKAmDYYXDZgt0rIfg8ysUFchoCKao&is_vtc=1&cid=CAQSWwAFq6B9lCqoIhvPzft4Dp4IvbhIu_PWqxB8JjAmdnJzr0G97jRr3amvEO3E6y0JAB-JtB1BaFWDHGGSq1D6x2MW-1F8O_c7io9nqwNGCcnbWuwNi__oG1C6B4I&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxW0gb9UtmZxjL1RHeAqEtQngVpFefdML5A&random=2137880620&ipr=y&pscrd=IhMI_ZaKu93_kwMVxCv7Ax0mjgK9MgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAQldDaEFJOE1DY3p3WVFvT2U1N092Vm5yb2VFaTBBdHR2bjBSODhjTGNDcVdOakhTZDFlMW1OZnBTUlBoUzdCMDhRd1piX1BlaHZZMGEwZFdsaHlXbnNwWE16DAgJYggIABAAGAAgAA — 200 — 405 B — 90 ms — h2https://mx.technolutions.net/ping?id=1c555932-ed23-735e-0f5e-9d759c86d7e1&sid=ewD10Y-gU7zTrkke30LkGUOYT0JYM4TnjAvfSk8Iw2-WulrmOR0b7YWFwXBZGGyG9eRAHyntS_y3X_Fr9tgvRLfwsBo3xjKZ2rtRtA5BBEtZ5Ud5-3RjZNpPDr-6hpJE&hid=ffab2ccb-83e6-39ba-c6da-3974a906a3fcmx.technolutions.net/ping?id=1c5559... https://mx.technolutions.net/ping?id=1c555932-ed23-735e-0f5e-9d759c86d7e1&sid=ewD10Y-gU7zTrkke30LkGUOYT0JYM4TnjAvfSk8Iw2-WulrmOR0b7YWFwXBZGGyG9eRAHyntS_y3X_Fr9tgvRLfwsBo3xjKZ2rtRtA5BBEtZ5Ud5-3RjZNpPDr-6hpJE&hid=ffab2ccb-83e6-39ba-c6da-3974a906a3fc — 200 — 3.7 KiB — 95 ms — h2https://mx.technolutions.net/ping?id=967b5144-103b-c778-0c5a-2d261ad3708e&sid=KteHd1GktqIQGyZQz8eYCggoqOfO8nTzSdhKVe_r44qREiGWQz3VWZNjp4ht1fVK6enTwnebPikJcowDszhQ1VdXZL4mD6OOiZe_wsrwbUo&hid=431d11cc-6fab-45ac-ceec-2914c5994ec9mx.technolutions.net/ping?id=967b51... https://mx.technolutions.net/ping?id=967b5144-103b-c778-0c5a-2d261ad3708e&sid=KteHd1GktqIQGyZQz8eYCggoqOfO8nTzSdhKVe_r44qREiGWQz3VWZNjp4ht1fVK6enTwnebPikJcowDszhQ1VdXZL4mD6OOiZe_wsrwbUo&hid=431d11cc-6fab-45ac-ceec-2914c5994ec9 — 200 — 3.6 KiB — 97 ms — h2https://pixel-config.reddit.com/pixels/a2_h9mab4r89lbj/configpixel-config.reddit.com/pixels/a2_h... https://pixel-config.reddit.com/pixels/a2_h9mab4r89lbj/config — 200 — 215 B — 60 ms — h2https://alb.reddit.com/rp.gif?ts=1776801519348&id=a2_h9mab4r89lbj&event=PageVisit&m.itemCount=&m.value=&m.valueDecimal=&m.currency=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=d0d328bf-e044-4a6a-9528-e8bbbbe0de20&aaid=&external_id=&idfa=&integration=reddit&partner=&partner_version=&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc=alb.reddit.com/rp.gif?ts=1776801519... https://alb.reddit.com/rp.gif?ts=1776801519348&id=a2_h9mab4r89lbj&event=PageVisit&m.itemCount=&m.value=&m.valueDecimal=&m.currency=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=d0d328bf-e044-4a6a-9528-e8bbbbe0de20&aaid=&external_id=&idfa=&integration=reddit&partner=&partner_version=&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc= — 200 — 666 B — 125 ms — h2https://alb.reddit.com/rp.gif?ts=1776801519351&id=a2_gbbaplrfn50e&event=PageVisit&m.itemCount=&m.value=&m.valueDecimal=&m.currency=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=d0d328bf-e044-4a6a-9528-e8bbbbe0de20&aaid=&external_id=&idfa=&integration=reddit&partner=&partner_version=&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc=alb.reddit.com/rp.gif?ts=1776801519... https://alb.reddit.com/rp.gif?ts=1776801519351&id=a2_gbbaplrfn50e&event=PageVisit&m.itemCount=&m.value=&m.valueDecimal=&m.currency=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=d0d328bf-e044-4a6a-9528-e8bbbbe0de20&aaid=&external_id=&idfa=&integration=reddit&partner=&partner_version=&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc= — 200 — 76 B — 127 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=8349802&time=1776801519354&url=https%3A%2F%2Fwww.vt.edu%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=8349802&time=1776801519354&url=https%3A%2F%2Fwww.vt.edu%2F — 200 — 840 B — 258 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=8349802&time=1776801519354&url=https%3A%2F%2Fwww.vt.edu%2Fpx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=8349802&time=1776801519354&url=https%3A%2F%2Fwww.vt.edu%2F — 302 — 821 B — 261 ms — h2https://adservice.google.com/ddm/fls/z/dc_pre=CLO9kbvd_5MDFbrsEQgdYCUHQg;src=15114839;type=conve0;cat=nn-fl0;rcb=8;ord=1;num=502611544111;npa=1;auiddc=*;u1=%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KJA;gtm=45fe64h1v9202465338z879712638za20gzb79712638zd79712638xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938469~117266401~118128923~118463262;epver=2;em=tv.*;dc_random=1776801519_IsV2Q9meR06Dmu_OP7b702awVmByfiUo2Q;_dc_test=1;~oref=https%3A%2F%2Fwww.vt.edu%2Fadservice.google.com/ddm/fls/z/dc_p... https://adservice.google.com/ddm/fls/z/dc_pre=CLO9kbvd_5MDFbrsEQgdYCUHQg;src=15114839;type=conve0;cat=nn-fl0;rcb=8;ord=1;num=502611544111;npa=1;auiddc=*;u1=%2F;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KJA;gtm=45fe64h1v9202465338z879712638za20gzb79712638zd79712638xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938469~117266401~118128923~118463262;epver=2;em=tv.*;dc_random=1776801519_IsV2Q9meR06Dmu_OP7b702awVmByfiUo2Q;_dc_test=1;~oref=https%3A%2F%2Fwww.vt.edu%2F — 200 — 63 B — 112 ms — h3https://connect.facebook.net/signals/config/282814799027940?v=2.9.303&r=stable&domain=www.vt.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/282814799027940?v=2.9.303&r=stable&domain=www.vt.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 46.1 KiB — 28 ms — h3https://pixels.spotify.com/v1/config/c9aaff672a604f7f8ca458c75b413941pixels.spotify.com/v1/config/c9aaff... https://pixels.spotify.com/v1/config/c9aaff672a604f7f8ca458c75b413941 — 200 — 265 B — 86 ms — h2https://pixels.spotify.com/v1/ingestpixels.spotify.com/v1/ingest https://pixels.spotify.com/v1/ingest — 200 — 0 B — 82 ms — h2https://t.co/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=2&event_id=6c7d31d2-abe5-4497-a116-59ab7219276b&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=0fb4111c-8e2c-4f56-b88b-5f30d4c401db&pt=Home%20%7C%20Virginia%20Tech&tw_document_href=https%3A%2F%2Fwww.vt.edu%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776801519405.411872783395758802&txn_id=o5ejn&type=javascript&version=2.3.53t.co/i/adsct?bci=3&dv=UTC%26en-US%2... https://t.co/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=2&event_id=6c7d31d2-abe5-4497-a116-59ab7219276b&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=0fb4111c-8e2c-4f56-b88b-5f30d4c401db&pt=Home%20%7C%20Virginia%20Tech&tw_document_href=https%3A%2F%2Fwww.vt.edu%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776801519405.411872783395758802&txn_id=o5ejn&type=javascript&version=2.3.53 — 200 — 658 B — 243 ms — h2https://analytics.twitter.com/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=2&event_id=6c7d31d2-abe5-4497-a116-59ab7219276b&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=0fb4111c-8e2c-4f56-b88b-5f30d4c401db&pt=Home%20%7C%20Virginia%20Tech&tw_document_href=https%3A%2F%2Fwww.vt.edu%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776801519405.411872783395758802&txn_id=o5ejn&type=javascript&version=2.3.53analytics.twitter.com/i/adsct?bci=3... https://analytics.twitter.com/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=2&event_id=6c7d31d2-abe5-4497-a116-59ab7219276b&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=0fb4111c-8e2c-4f56-b88b-5f30d4c401db&pt=Home%20%7C%20Virginia%20Tech&tw_document_href=https%3A%2F%2Fwww.vt.edu%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776801519405.411872783395758802&txn_id=o5ejn&type=javascript&version=2.3.53 — 200 — 675 B — 298 ms — h2https://bat.bing.com/p/action/343199719.jsbat.bing.com/p/action/343199719.js https://bat.bing.com/p/action/343199719.js — 200 — 429 B — 39 ms — h2https://pixels.spotify.com/v1/ingestpixels.spotify.com/v1/ingest https://pixels.spotify.com/v1/ingest — 200 — 125 B — 32 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-DTEQ1JM2SG&gtm=45je64h1v891015313z879712638za20gzb79712638zd79712638&_p=1776801518206&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1042522864.1776801519&frm=0&pscdl=noapi&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938468~117266400~117512542&sid=1776801519&sct=1&seg=0&dl=https%3A%2F%2Fwww.vt.edu%2F&dt=Home%20%7C%20Virginia%20Tech&_tu=KA&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1820region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-DTEQ1JM2SG&gtm=45je64h1v891015313z879712638za20gzb79712638zd79712638&_p=1776801518206&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1042522864.1776801519&frm=0&pscdl=noapi&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938468~117266400~117512542&sid=1776801519&sct=1&seg=0&dl=https%3A%2F%2Fwww.vt.edu%2F&dt=Home%20%7C%20Virginia%20Tech&_tu=KA&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1820 — 204 — 546 B — 90 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-5Z60EH83Q9&gtm=45je64h1v886812205z879712638za20gzb79712638zd79712638&_p=1776801518206&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=1042522864.1776801519&frm=0&pscdl=noapi&rcb=8&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~117266401~117512542~118463262&sid=1776801519&sct=1&seg=0&dl=https%3A%2F%2Fwww.vt.edu%2F&dt=Home%20%7C%20Virginia%20Tech&_tu=CA&en=vt_page_metadata_keywords&_fv=1&_ss=1&ep.VT_Article_Path=https%3A%2F%2Fwww.vt.edu%2F&ep.fullPageUrl=https%3A%2F%2Fwww.vt.edu%2F&tfd=1885region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-5Z60EH83Q9&gtm=45je64h1v886812205z879712638za20gzb79712638zd79712638&_p=1776801518206&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=1042522864.1776801519&frm=0&pscdl=noapi&rcb=8&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~117266401~117512542~118463262&sid=1776801519&sct=1&seg=0&dl=https%3A%2F%2Fwww.vt.edu%2F&dt=Home%20%7C%20Virginia%20Tech&_tu=CA&en=vt_page_metadata_keywords&_fv=1&_ss=1&ep.VT_Article_Path=https%3A%2F%2Fwww.vt.edu%2F&ep.fullPageUrl=https%3A%2F%2Fwww.vt.edu%2F&tfd=1885 — 204 — 290 B — 68 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-5Z60EH83Q9&cid=1042522864.1776801519&gtm=45je64h1v886812205z879712638za20gzb79712638zd79712638&rcb=8&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938469~117266401~117512542~118463262stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-5Z60EH83Q9&cid=1042522864.1776801519&gtm=45je64h1v886812205z879712638za20gzb79712638zd79712638&rcb=8&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938469~117266401~117512542~118463262 — 204 — 546 B — 95 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-5Z60EH83Q9&cid=1042522864.1776801519&gtm=45je64h1v886812205z879712638za20gzb79712638zd79712638&rcb=8&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938469~117266401~117512542~118463262&z=1715315855www.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-5Z60EH83Q9&cid=1042522864.1776801519&gtm=45je64h1v886812205z879712638za20gzb79712638zd79712638&rcb=8&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938469~117266401~117512542~118463262&z=1715315855 — 200 — 118 B — 31 ms — h2https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=8349802&time=1776801519354&url=https%3A%2F%2Fwww.vt.edu%2F&e_ipv6=AQKdo6F9FBN8GwAAAZ2xn5eTDGOjB9esMvPynB1RFtN4zeQMpcxTW_vztX8AuorE4DwxFXgv4MQRpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=8349802&time=1776801519354&url=https%3A%2F%2Fwww.vt.edu%2F&e_ipv6=AQKdo6F9FBN8GwAAAZ2xn5eTDGOjB9esMvPynB1RFtN4zeQMpcxTW_vztX8AuorE4DwxFXgv4MQR — 200 — 909 B — 190 ms — h2https://script.crazyegg.com/pages/data-scripts/0031/1200/sampling/www.vt.edu.json?t=1script.crazyegg.com/pages/data-scri... https://script.crazyegg.com/pages/data-scripts/0031/1200/sampling/www.vt.edu.json?t=1 — 200 — 378 B — 27 ms — h3https://connect.facebook.net/signals/config/1343646813402002?v=2.9.303&r=stable&domain=www.vt.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C233%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C210%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/1343646813402002?v=2.9.303&r=stable&domain=www.vt.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C233%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C210%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245 — 200 — 96.7 KiB — 30 ms — h3https://www.facebook.com/tr/?id=282814799027940&ev=PageView&dl=https%3A%2F%2Fwww.vt.edu%2F&rl=&if=false&ts=1776801519667&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776801519657.558087893369398995&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Home%20%7C%20Virginia%20Tech&pmd[locale]=en&plt=1004.6999998092651&it=1776801519387&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=28281479902... https://www.facebook.com/tr/?id=282814799027940&ev=PageView&dl=https%3A%2F%2Fwww.vt.edu%2F&rl=&if=false&ts=1776801519667&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776801519657.558087893369398995&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Home%20%7C%20Virginia%20Tech&pmd[locale]=en&plt=1004.6999998092651&it=1776801519387&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=GET — 200 — 16 B — 45 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=282814799027940&ev=PageView&dl=https%3A%2F%2Fwww.vt.edu%2F&rl=&if=false&ts=1776801519667&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776801519657.558087893369398995&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Home%20%7C%20Virginia%20Tech&pmd[locale]=en&plt=1004.6999998092651&it=1776801519387&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=282814799027940&ev=PageView&dl=https%3A%2F%2Fwww.vt.edu%2F&rl=&if=false&ts=1776801519667&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776801519657.558087893369398995&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Home%20%7C%20Virginia%20Tech&pmd[locale]=en&plt=1004.6999998092651&it=1776801519387&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=FGET — 200 — 203 B — 175 ms — h3https://tracking.crazyegg.com/clock?u=311200&st=279989&t=1776801519684&tk=b84ac4094dbf70f557e05a8279f1d8f0tracking.crazyegg.com/clock?u=31120... https://tracking.crazyegg.com/clock?u=311200&st=279989&t=1776801519684&tk=b84ac4094dbf70f557e05a8279f1d8f0 — 204 — 0 B — 117 ms — h2https://bat.bing.net/actionp/0?ti=343199719&Ver=2&mid=0ff6ce71-8411-4f54-b576-90f6155757d1&bo=1&evt=consent&src=enforced&cdb=AQAY&asc=Dbat.bing.net/actionp/0?ti=343199719... https://bat.bing.net/actionp/0?ti=343199719&Ver=2&mid=0ff6ce71-8411-4f54-b576-90f6155757d1&bo=1&evt=consent&src=enforced&cdb=AQAY&asc=D — 204 — 346 B — 134 ms — h2https://bat.bing.net/action/0?ti=343199719&Ver=2&mid=0ff6ce71-8411-4f54-b576-90f6155757d1&bo=2&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=Home%20%7C%20Virginia%20Tech&p=https%3A%2F%2Fwww.vt.edu%2F&r=&lt=1005&evt=pageLoad&sv=2&asc=D&cdb=AQAY&rn=388809bat.bing.net/action/0?ti=343199719&... https://bat.bing.net/action/0?ti=343199719&Ver=2&mid=0ff6ce71-8411-4f54-b576-90f6155757d1&bo=2&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=Home%20%7C%20Virginia%20Tech&p=https%3A%2F%2Fwww.vt.edu%2F&r=&lt=1005&evt=pageLoad&sv=2&asc=D&cdb=AQAY&rn=388809 — 204 — 120 B — 129 ms — h2https://2c-1138a2e087744ef69e662051fe044c44.ecs.us-west-1.on.aws/events?cee=no2c-1138a2e087744ef69e662051fe044c44... https://2c-1138a2e087744ef69e662051fe044c44.ecs.us-west-1.on.aws/events?cee=no — 200 — 160 B — 513 ms — h2https://www.facebook.com/tr/?id=1343646813402002&ev=PageView&dl=https%3A%2F%2Fwww.vt.edu%2F&rl=&if=false&ts=1776801519762&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776801519657.558087893369398995&ler=empty&cdl=API_unavailable&pmd[title]=Home%20%7C%20Virginia%20Tech&pmd[locale]=en&plt=1004.6999998092651&eid=ob3_plugin-set_c02dacd8b56775ddeebe5d9683e402b5b698f47714dfae858855ca6c9959370d&it=1776801519387&coo=false&cf=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=13436468134... https://www.facebook.com/tr/?id=1343646813402002&ev=PageView&dl=https%3A%2F%2Fwww.vt.edu%2F&rl=&if=false&ts=1776801519762&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776801519657.558087893369398995&ler=empty&cdl=API_unavailable&pmd[title]=Home%20%7C%20Virginia%20Tech&pmd[locale]=en&plt=1004.6999998092651&eid=ob3_plugin-set_c02dacd8b56775ddeebe5d9683e402b5b698f47714dfae858855ca6c9959370d&it=1776801519387&coo=false&cf=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=GET — 200 — 16 B — 19 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1343646813402002&ev=PageView&dl=https%3A%2F%2Fwww.vt.edu%2F&rl=&if=false&ts=1776801519762&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776801519657.558087893369398995&ler=empty&cdl=API_unavailable&pmd[title]=Home%20%7C%20Virginia%20Tech&pmd[locale]=en&plt=1004.6999998092651&eid=ob3_plugin-set_c02dacd8b56775ddeebe5d9683e402b5b698f47714dfae858855ca6c9959370d&it=1776801519387&coo=false&cf=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1343646813402002&ev=PageView&dl=https%3A%2F%2Fwww.vt.edu%2F&rl=&if=false&ts=1776801519762&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776801519657.558087893369398995&ler=empty&cdl=API_unavailable&pmd[title]=Home%20%7C%20Virginia%20Tech&pmd[locale]=en&plt=1004.6999998092651&eid=ob3_plugin-set_c02dacd8b56775ddeebe5d9683e402b5b698f47714dfae858855ca6c9959370d&it=1776801519387&coo=false&cf=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=FGET — 200 — 192 B — 136 ms — h3https://tracking.crazyegg.com/clock?u=311200&st=279989&t=1776801519684&tk=b84ac4094dbf70f557e05a8279f1d8f0tracking.crazyegg.com/clock?u=31120... https://tracking.crazyegg.com/clock?u=311200&st=279989&t=1776801519684&tk=b84ac4094dbf70f557e05a8279f1d8f0 — 200 — 147 B — 60 ms — h2https://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 611 B — 151 ms — h2https://insight.adsrvr.org/track/cei?advertiser_id=o2nxhnn&cookie_sync=1&upv=3.0.0&upid=xqmevzn&ref=https://www.vt.edu/insight.adsrvr.org/track/cei?advert... https://insight.adsrvr.org/track/cei?advertiser_id=o2nxhnn&cookie_sync=1&upv=3.0.0&upid=xqmevzn&ref=https://www.vt.edu/ — 302 — 165 B — 120 ms — h2https://assets.cms.vt.edu/favicon/favicon.icoassets.cms.vt.edu/favicon/favicon.i... https://assets.cms.vt.edu/favicon/favicon.ico — 200 — 2.1 KiB — 26 ms — h2https://match.adsrvr.org/track/cei?advertiser_id=o2nxhnn&cookie_sync=1&upv=3.0.0&upid=xqmevzn&ref=https%3a%2f%2fwww.vt.edu&redirect=1match.adsrvr.org/track/cei?advertis... https://match.adsrvr.org/track/cei?advertiser_id=o2nxhnn&cookie_sync=1&upv=3.0.0&upid=xqmevzn&ref=https%3a%2f%2fwww.vt.edu&redirect=1 — 200 — 369 B — 42 ms — h2https://js.adsrvr.org/universal_pixel.jsjs.adsrvr.org/universal_pixel.js https://js.adsrvr.org/universal_pixel.js — 200 — 935 B — 55 ms — http/1.1https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 0 B — 118 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 347 B — 115 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1522ms · 3052KB · $20/mo
Google Tag Manager
Tag Manager
Costly
Execution 256ms
Transfer 206 KB
Unused 28%
Monthly Cost $3/mo
www.assets.cms.vt.edu
Other
Optional
Execution 191ms
Transfer 1704 KB
Monthly Cost $3/mo
www.vt.edu
Other
Optional
Execution 167ms
Transfer 16 KB
Monthly Cost $2/mo
Unattributable
Other
Optional
Execution 149ms
Transfer 0 KB
Monthly Cost $2/mo
www.vt.edu
Other
Optional
Execution 103ms
Transfer 48 KB
Unused 70%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 86ms
Transfer 145 KB
Unused 38%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 81ms
Transfer 174 KB
Unused 41%
Monthly Cost $1/mo
www.assets.cms.vt.edu
Other
Optional
Execution 80ms
Transfer 30 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 76ms
Transfer 145 KB
Unused 43%
Monthly Cost $1/mo
script.crazyegg.com
Other
Optional
Execution 70ms
Transfer 55 KB
Unused 54%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 66ms
Transfer 145 KB
Unused 43%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 66ms
Transfer 156 KB
Unused 40%
Monthly Cost $1/mo
Facebook Pixel
Advertising
Optional
Execution 66ms
Transfer 97 KB
Unused 28%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 66ms
Transfer 131 KB
Unused 42%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Google Tag Manager adds 256ms and costs ~$3/month

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

Why this matters

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

Learn more

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

Source: web.dev

Google Tag Manager takes 256ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

70% of www.vt.edu's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

54% of script.crazyegg.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback