Skip to content
https://washington.edu

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
67
GRADE
D
FIX
5
REVIEW
2
PASS
8
INFO
2

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

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

7.67 s

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

33.06 s

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

1.79 s

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

0.001

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

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

37.23 s

Page Load Progression

407 ms
814 ms
1.2 s
1.6 s
2.0 s
2.4 s
2.8 s
3.3 s
Checks
17
8 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
5.1 MB transferred, 129 requests
FIX
5.1 MB transferred, 129 requests
Critical::
Page weighs 7.6 MB (5.1 MB transferred)
Warning::
Images are 2.9 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.9 MB
Warning::
JavaScript is 1.7 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.7 MB
Info::
CSS is 228 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 228 KB
Info::
Fonts are 204 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 204 KB
Warning::
129 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.1 MB / 2.4 MB budget
5.1 MB transferred
129 requests
1.1 g CO2 per page load
Images 2.9 MiB 57%
JavaScript 1.7 MiB 33%
CSS 228.1 KiB 4%
Fonts 204.2 KiB 4%
HTML 81.7 KiB 2%
Other 8.0 KiB 0%
Other 6.5 KiB 0%
Other 2.3 KiB 0%
Other 318 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

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.1 MiB of 5.1 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
6254ms total JS execution
FIX
6254ms total JS execution
Warning::
Unattributable: 781ms CPU time
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-KQ6...: 775ms CPU time
Warning::
https://www.washington.edu/: 717ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-166...: 505ms CPU time
Warning::
https://script.crazyegg.com/pages/versioned/common...: 411ms CPU time
Warning::
Third-party scripts: 6254ms (100% of total)

Main Thread Breakdown

Script Evaluation 61% Other 16% Script Parsing & Compilation 10% Style & Layout 8%
ScriptTotalScriptingParse/CompileParty
Unattributable781ms41ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KQ6QQBT775ms657ms81ms3rd
https://www.washington.edu/717ms11ms3ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-16646132057&cx=c&gtm=4e64f0&bs=ctrl2505ms379ms71ms3rd
https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js411ms362ms28ms3rd
https://www.googletagmanager.com/gtag/js?id=G-JLHM9WH4JV&cx=c&gtm=4e64f0&bs=ctrl2397ms321ms73ms3rd
https://www.googletagmanager.com/gtag/js?id=G-3T65WK0BM8&cx=c&gtm=4e64f0&bs=ctrl2347ms280ms64ms3rd
https://www.washington.edu/static/home/wp-content/themes/uw-2014/js/site.js?ver=3.1338ms251ms21ms3rd
https://info.discoveruw.org/mtc.js318ms223ms2ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-11078980387&cx=c&gtm=4e64f0&bs=ctrl2317ms259ms54ms3rd

Showing top 10 of 18 scripts

F
JS Bundles
Action
38 scripts, 631 KB unused
FIX
38 scripts, 631 KB unused
Warning::
https://www.washington.edu/static/home/wp-content/...: 113 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.washington.edu/static/home/wp-includes...: 95 KB unused (34%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.washington.edu/static/home/wp-includes...: unminified — 142 KB could be saved
Warning::
https://www.googletagmanager.com/gtag/js?id=G-JLHM...: 70 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-3T65...: 66 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-KQ6...: 61 KB unused (36%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 631 KB
631 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.washington.edu/static/home/wp-content/themes/uw-2014/js/site.js?ver=3.1164 KB113 KB (69%)3rd
https://www.washington.edu/static/home/wp-includes/js/jquery/jquery.js?9583878279 KB95 KB (34%)3rd
https://www.googletagmanager.com/gtag/js?id=G-JLHM9WH4JV&cx=c&gtm=4e64f0&bs=ctrl2175 KB70 KB (40%)3rd
https://www.googletagmanager.com/gtag/js?id=G-3T65WK0BM8&cx=c&gtm=4e64f0&bs=ctrl2157 KB66 KB (42%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KQ6QQBT169 KB61 KB (36%)3rd
https://www.googletagmanager.com/gtag/js?id=DC-4532109&cx=c&gtm=4e64f0&bs=ctrl2129 KB57 KB (44%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-11078980387&cx=c&gtm=4e64f0&bs=ctrl2140 KB55 KB (40%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-16646132057&cx=c&gtm=4e64f0&bs=ctrl2148 KB52 KB (35%)3rd
https://connect.facebook.net/en_US/fbevents.js96 KB33 KB (34%)3rd
https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js55 KB29 KB (53%)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
129 resources · 5.1 MB · 631 KB savings available
FIX
129 resources · 5.1 MB · 631 KB savings available
Warning::
Page weight 4.1 MB over 1MB target
Got: 5.1 MB Expected: ≤ 1 MB
Info::
~631 KB of savings available
Warning::
128 third-party resources (100% of weight)
Info::
5 resources over 200KB
129 resources · 5.1 MiB · 128 third-party 4.1 MiB over 1MB target
Image 57% · 2.9 MiB
JavaScript 33% · 1.7 MiB
CSS 4% · 228.1 KiB
Font 4% · 204.2 KiB
Document 2% · 81.8 KiB
Other 0% · 15.6 KiB

~631.4 KiB of savings available

Remove unused JavaScript: 631.4 KiB
C
Image Optimization
Action
35 images, 0 KB saveable
REVIEW
35 images, 0 KB saveable
Warning::
https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
35 images 2.9 MB
0 oversized -0 KB
35 legacy format
2 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

B
HTTP Caching
no-cache
REVIEW
no-cache
Info::
Cache-Control header is set
Got: no-cache
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-cache

DirectiveValueMeaning
no-cacheCache but always revalidate first
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
6 fonts (204 KB)
PASS
6 fonts (204 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

204 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s FCP 7.7 s LCP 33.1 shttps://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/fonts/encodesanscondensed-400-regular-webfont.woffencodesanscondensed-400... https://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/fonts/encodesanscondensed-400-regular-webfont.woff — 33.6 KiB — 208 ms — font-display: swaphttps://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/fonts/encodesanscompressed-800-extrabold-webfont.woffencodesanscompressed-80... https://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/fonts/encodesanscompressed-800-extrabold-webfont.woff — 32.5 KiB — 200 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.0 KiB — 6 ms — font-display: swaphttps://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/fonts/encodesanscompressed-600-semibold-webfont.woffencodesanscompressed-60... https://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/fonts/encodesanscompressed-600-semibold-webfont.woff — 32.9 KiB — 224 ms — font-display: swaphttps://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/fonts/encodesanscompressed-900-black-webfont.woffencodesanscompressed-90... https://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/fonts/encodesanscompressed-900-black-webfont.woff — 30.9 KiB — 216 ms — font-display: swaphttps://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/fonts/encodesanscompressed-700-bold-webfont.woffencodesanscompressed-70... https://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/fonts/encodesanscompressed-700-bold-webfont.woff — 32.3 KiB — 223 ms — font-display: swap
encodesanscondensed-400... woff swap
Size 34 KB
Load time 208 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
encodesanscompressed-80... woff swap
Size 32 KB
Load time 200 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 6 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
encodesanscompressed-60... woff swap
Size 33 KB
Load time 224 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
encodesanscompressed-90... woff swap
Size 31 KB
Load time 216 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
encodesanscompressed-70... woff swap
Size 32 KB
Load time 223 ms
Start 2.2 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 ~49 KB and ~98 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
2 hints, 0 missing preconnects
PASS
2 hints, 0 missing preconnects
Info::
Page uses 2 resource hint(s)

Current Resource Hints

preconnect
preload
dns-prefetch
2
prefetch

2 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Google Cloud

Network Waterfall
129 requests over 8103ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s FCP 7.7 s LCP 33.1 shttps://washington.edu// https://washington.edu/ — 302 — 57 B — 714 ms — h2https://www.washington.edu/www.washington.edu/ https://www.washington.edu/ — 200 — 80.2 KiB — 816 ms — h2https://www.washington.edu/static/home/wp-content/themes/uw-2014/style.css?ver=3.1www.washington.edu/static/home/wp-c... https://www.washington.edu/static/home/wp-content/themes/uw-2014/style.css?ver=3.1 — 200 — 198.7 KiB — 702 ms — h2https://fonts.googleapis.com/css?family=Open+Sans%3A400italic%2C700italic%2C400%2C700&ver=3.6?9583878fonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans%3A400italic%2C700italic%2C400%2C700&ver=3.6?9583878 — 200 — 2.3 KiB — 127 ms — h2https://www.washington.edu/static/home/wp-content/themes/boundless/style.css?9583878www.washington.edu/static/home/wp-c... https://www.washington.edu/static/home/wp-content/themes/boundless/style.css?9583878 — 200 — 27.0 KiB — 493 ms — h2https://www.washington.edu/static/home/wp-includes/js/underscore.min.js?9583878www.washington.edu/static/home/wp-i... https://www.washington.edu/static/home/wp-includes/js/underscore.min.js?9583878 — 200 — 18.6 KiB — 492 ms — h2https://www.washington.edu/static/home/wp-includes/js/jquery/jquery.js?9583878www.washington.edu/static/home/wp-i... https://www.washington.edu/static/home/wp-includes/js/jquery/jquery.js?9583878 — 200 — 279.1 KiB — 703 ms — h2https://www.washington.edu/static/home/wp-includes/js/jquery/jquery-migrate.js?9583878www.washington.edu/static/home/wp-i... https://www.washington.edu/static/home/wp-includes/js/jquery/jquery-migrate.js?9583878 — 200 — 31.4 KiB — 492 ms — h2https://www.washington.edu/static/home/wp-includes/js/backbone.min.js?9583878www.washington.edu/static/home/wp-i... https://www.washington.edu/static/home/wp-includes/js/backbone.min.js?9583878 — 200 — 23.9 KiB — 492 ms — h2https://www.washington.edu/static/home/wp-content/themes/uw-2014/js/site.js?ver=3.1www.washington.edu/static/home/wp-c... https://www.washington.edu/static/home/wp-content/themes/uw-2014/js/site.js?ver=3.1 — 200 — 164.2 KiB — 669 ms — h2https://www.washington.edu/static/home/wp-content/themes/boundless/js/homepage.js?9583878www.washington.edu/static/home/wp-c... https://www.washington.edu/static/home/wp-content/themes/boundless/js/homepage.js?9583878 — 200 — 3.0 KiB — 358 ms — h2https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/04/15134254/HGD-tile.pnguw-s3-cdn.s3.us-west-2.amazonaws.co... https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/04/15134254/HGD-tile.png — 200 — 6.2 KiB — 615 ms — http/1.1https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/04/13101442/earth-day-2026-tile.pnguw-s3-cdn.s3.us-west-2.amazonaws.co... https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/04/13101442/earth-day-2026-tile.png — 200 — 11.8 KiB — 636 ms — http/1.1https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/03/24191337/260313_Tri-Campus-Web-Image_600x358_1-379x160.jpguw-s3-cdn.s3.us-west-2.amazonaws.co... https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/03/24191337/260313_Tri-Campus-Web-Image_600x358_1-379x160.jpg — 200 — 29.3 KiB — 829 ms — http/1.1https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/03/30111350/975ee603-5b0f-42f1-8325-08592ea293af.pnguw-s3-cdn.s3.us-west-2.amazonaws.co... https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/03/30111350/975ee603-5b0f-42f1-8325-08592ea293af.png — 200 — 40.4 KiB — 425 ms — http/1.1https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2025/12/19100038/251218_FastFacts_TOP-10-value.pnguw-s3-cdn.s3.us-west-2.amazonaws.co... https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2025/12/19100038/251218_FastFacts_TOP-10-value.png — 200 — 34.3 KiB — 460 ms — http/1.1https://www.washington.edu/static/home/wp-content/plugins/duracelltomi-google-tag-manager/js/gtm4wp-form-move-tracker.js?9583878www.washington.edu/static/home/wp-c... https://www.washington.edu/static/home/wp-content/plugins/duracelltomi-google-tag-manager/js/gtm4wp-form-move-tracker.js?9583878 — 200 — 1.6 KiB — 179 ms — h2https://www.washington.edu/static/home/wp-content/themes/boundless/js/homepage-event-tracking.js?9583878www.washington.edu/static/home/wp-c... https://www.washington.edu/static/home/wp-content/themes/boundless/js/homepage-event-tracking.js?9583878 — 200 — 11.3 KiB — 181 ms — h2https://www.clarity.ms/tag/ops6ogokc6?ref=wordpresswww.clarity.ms/tag/ops6ogokc6?ref=w... https://www.clarity.ms/tag/ops6ogokc6?ref=wordpress — 200 — 1.1 KiB — 23 ms — http/1.1https://www.googletagmanager.com/gtm.js?id=GTM-KQ6QQBTwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KQ6QQBT — 200 — 168.8 KiB — 361 ms — h2https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/03/22185003/battery-research-MAR_23_DESKTOP.jpguw-s3-cdn.s3.us-west-2.amazonaws.co... https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/03/22185003/battery-research-MAR_23_DESKTOP.jpg — 200 — 541.5 KiB — 984 ms — http/1.1https://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/svg/uw-sprite.svgwww.washington.edu/static/home/wp-c... https://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/svg/uw-sprite.svg — 200 — 46.2 KiB — 197 ms — h2https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/03/16085331/salmon-MAR_16_MOBILE.jpguw-s3-cdn.s3.us-west-2.amazonaws.co... https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/03/16085331/salmon-MAR_16_MOBILE.jpg — 200 — 271.4 KiB — 1.1 s — http/1.1https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/04/13085259/uncommon-grounds-APR-13_MOBILE-02.jpguw-s3-cdn.s3.us-west-2.amazonaws.co... https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/04/13085259/uncommon-grounds-APR-13_MOBILE-02.jpg — 200 — 84.6 KiB — 946 ms — http/1.1https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/03/27134337/MAR-30_MOBILE-01.jpguw-s3-cdn.s3.us-west-2.amazonaws.co... https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/03/27134337/MAR-30_MOBILE-01.jpg — 200 — 97.9 KiB — 764 ms — http/1.1https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/03/22185021/battery-research-MAR_23_MOBILE.jpguw-s3-cdn.s3.us-west-2.amazonaws.co... https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/03/22185021/battery-research-MAR_23_MOBILE.jpg — 200 — 122.7 KiB — 1.0 s — http/1.1https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/04/03153541/mickey-ruiz-APR-6_MOBILE-01.jpguw-s3-cdn.s3.us-west-2.amazonaws.co... https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/04/03153541/mickey-ruiz-APR-6_MOBILE-01.jpg — 200 — 108.8 KiB — 1.0 s — http/1.1https://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/images/stripes-dark-tile.svgwww.washington.edu/static/home/wp-c... https://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/images/stripes-dark-tile.svg — 200 — 1.6 KiB — 181 ms — h2https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/04/03153501/mickey-ruiz-APR-6_DESKTOP-01.jpguw-s3-cdn.s3.us-west-2.amazonaws.co... https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/04/03153501/mickey-ruiz-APR-6_DESKTOP-01.jpg — 200 — 210.0 KiB — 1.2 s — http/1.1https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/04/13085248/uncommon-grounds-APR-13_DESKTOP-02.jpguw-s3-cdn.s3.us-west-2.amazonaws.co... https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/04/13085248/uncommon-grounds-APR-13_DESKTOP-02.jpg — 200 — 155.9 KiB — 1.4 s — http/1.1
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s FCP 7.7 s LCP 33.1 shttps://washington.edu// https://washington.edu/ — 302 — 57 B — 714 ms — h2https://www.washington.edu/www.washington.edu/ https://www.washington.edu/ — 200 — 80.2 KiB — 816 ms — h2https://www.washington.edu/static/home/wp-content/themes/uw-2014/style.css?ver=3.1www.washington.edu/static/home/wp-c... https://www.washington.edu/static/home/wp-content/themes/uw-2014/style.css?ver=3.1 — 200 — 198.7 KiB — 702 ms — h2https://fonts.googleapis.com/css?family=Open+Sans%3A400italic%2C700italic%2C400%2C700&ver=3.6?9583878fonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans%3A400italic%2C700italic%2C400%2C700&ver=3.6?9583878 — 200 — 2.3 KiB — 127 ms — h2https://www.washington.edu/static/home/wp-content/themes/boundless/style.css?9583878www.washington.edu/static/home/wp-c... https://www.washington.edu/static/home/wp-content/themes/boundless/style.css?9583878 — 200 — 27.0 KiB — 493 ms — h2https://www.washington.edu/static/home/wp-includes/js/underscore.min.js?9583878www.washington.edu/static/home/wp-i... https://www.washington.edu/static/home/wp-includes/js/underscore.min.js?9583878 — 200 — 18.6 KiB — 492 ms — h2https://www.washington.edu/static/home/wp-includes/js/jquery/jquery.js?9583878www.washington.edu/static/home/wp-i... https://www.washington.edu/static/home/wp-includes/js/jquery/jquery.js?9583878 — 200 — 279.1 KiB — 703 ms — h2https://www.washington.edu/static/home/wp-includes/js/jquery/jquery-migrate.js?9583878www.washington.edu/static/home/wp-i... https://www.washington.edu/static/home/wp-includes/js/jquery/jquery-migrate.js?9583878 — 200 — 31.4 KiB — 492 ms — h2https://www.washington.edu/static/home/wp-includes/js/backbone.min.js?9583878www.washington.edu/static/home/wp-i... https://www.washington.edu/static/home/wp-includes/js/backbone.min.js?9583878 — 200 — 23.9 KiB — 492 ms — h2https://www.washington.edu/static/home/wp-content/themes/uw-2014/js/site.js?ver=3.1www.washington.edu/static/home/wp-c... https://www.washington.edu/static/home/wp-content/themes/uw-2014/js/site.js?ver=3.1 — 200 — 164.2 KiB — 669 ms — h2https://www.washington.edu/static/home/wp-content/themes/boundless/js/homepage.js?9583878www.washington.edu/static/home/wp-c... https://www.washington.edu/static/home/wp-content/themes/boundless/js/homepage.js?9583878 — 200 — 3.0 KiB — 358 ms — h2https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/04/15134254/HGD-tile.pnguw-s3-cdn.s3.us-west-2.amazonaws.co... https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/04/15134254/HGD-tile.png — 200 — 6.2 KiB — 615 ms — http/1.1https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/04/13101442/earth-day-2026-tile.pnguw-s3-cdn.s3.us-west-2.amazonaws.co... https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/04/13101442/earth-day-2026-tile.png — 200 — 11.8 KiB — 636 ms — http/1.1https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/03/24191337/260313_Tri-Campus-Web-Image_600x358_1-379x160.jpguw-s3-cdn.s3.us-west-2.amazonaws.co... https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/03/24191337/260313_Tri-Campus-Web-Image_600x358_1-379x160.jpg — 200 — 29.3 KiB — 829 ms — http/1.1https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/03/30111350/975ee603-5b0f-42f1-8325-08592ea293af.pnguw-s3-cdn.s3.us-west-2.amazonaws.co... https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/03/30111350/975ee603-5b0f-42f1-8325-08592ea293af.png — 200 — 40.4 KiB — 425 ms — http/1.1https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2025/12/19100038/251218_FastFacts_TOP-10-value.pnguw-s3-cdn.s3.us-west-2.amazonaws.co... https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2025/12/19100038/251218_FastFacts_TOP-10-value.png — 200 — 34.3 KiB — 460 ms — http/1.1https://www.washington.edu/static/home/wp-content/plugins/duracelltomi-google-tag-manager/js/gtm4wp-form-move-tracker.js?9583878www.washington.edu/static/home/wp-c... https://www.washington.edu/static/home/wp-content/plugins/duracelltomi-google-tag-manager/js/gtm4wp-form-move-tracker.js?9583878 — 200 — 1.6 KiB — 179 ms — h2https://www.washington.edu/static/home/wp-content/themes/boundless/js/homepage-event-tracking.js?9583878www.washington.edu/static/home/wp-c... https://www.washington.edu/static/home/wp-content/themes/boundless/js/homepage-event-tracking.js?9583878 — 200 — 11.3 KiB — 181 ms — h2https://www.clarity.ms/tag/ops6ogokc6?ref=wordpresswww.clarity.ms/tag/ops6ogokc6?ref=w... https://www.clarity.ms/tag/ops6ogokc6?ref=wordpress — 200 — 1.1 KiB — 23 ms — http/1.1https://www.googletagmanager.com/gtm.js?id=GTM-KQ6QQBTwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KQ6QQBT — 200 — 168.8 KiB — 361 ms — h2https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/03/22185003/battery-research-MAR_23_DESKTOP.jpguw-s3-cdn.s3.us-west-2.amazonaws.co... https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/03/22185003/battery-research-MAR_23_DESKTOP.jpg — 200 — 541.5 KiB — 984 ms — http/1.1https://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/svg/uw-sprite.svgwww.washington.edu/static/home/wp-c... https://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/svg/uw-sprite.svg — 200 — 46.2 KiB — 197 ms — h2https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/03/16085331/salmon-MAR_16_MOBILE.jpguw-s3-cdn.s3.us-west-2.amazonaws.co... https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/03/16085331/salmon-MAR_16_MOBILE.jpg — 200 — 271.4 KiB — 1.1 s — http/1.1https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/04/13085259/uncommon-grounds-APR-13_MOBILE-02.jpguw-s3-cdn.s3.us-west-2.amazonaws.co... https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/04/13085259/uncommon-grounds-APR-13_MOBILE-02.jpg — 200 — 84.6 KiB — 946 ms — http/1.1https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/03/27134337/MAR-30_MOBILE-01.jpguw-s3-cdn.s3.us-west-2.amazonaws.co... https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/03/27134337/MAR-30_MOBILE-01.jpg — 200 — 97.9 KiB — 764 ms — http/1.1https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/03/22185021/battery-research-MAR_23_MOBILE.jpguw-s3-cdn.s3.us-west-2.amazonaws.co... https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/03/22185021/battery-research-MAR_23_MOBILE.jpg — 200 — 122.7 KiB — 1.0 s — http/1.1https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/04/03153541/mickey-ruiz-APR-6_MOBILE-01.jpguw-s3-cdn.s3.us-west-2.amazonaws.co... https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/04/03153541/mickey-ruiz-APR-6_MOBILE-01.jpg — 200 — 108.8 KiB — 1.0 s — http/1.1https://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/images/stripes-dark-tile.svgwww.washington.edu/static/home/wp-c... https://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/images/stripes-dark-tile.svg — 200 — 1.6 KiB — 181 ms — h2https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/04/03153501/mickey-ruiz-APR-6_DESKTOP-01.jpguw-s3-cdn.s3.us-west-2.amazonaws.co... https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/04/03153501/mickey-ruiz-APR-6_DESKTOP-01.jpg — 200 — 210.0 KiB — 1.2 s — http/1.1https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/04/13085248/uncommon-grounds-APR-13_DESKTOP-02.jpguw-s3-cdn.s3.us-west-2.amazonaws.co... https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/04/13085248/uncommon-grounds-APR-13_DESKTOP-02.jpg — 200 — 155.9 KiB — 1.4 s — http/1.1https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/03/27134336/MAR-30_DESKTOP-01.jpguw-s3-cdn.s3.us-west-2.amazonaws.co... https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/03/27134336/MAR-30_DESKTOP-01.jpg — 200 — 161.4 KiB — 1.2 s — http/1.1https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/03/16085309/salmon-MAR_16_DESKTOP.jpguw-s3-cdn.s3.us-west-2.amazonaws.co... https://uw-s3-cdn.s3.us-west-2.amazonaws.com/wp-content/uploads/sites/81/2026/03/16085309/salmon-MAR_16_DESKTOP.jpg — 200 — 952.9 KiB — 3.0 s — http/1.1https://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/fonts/encodesanscondensed-400-regular-webfont.woffwww.washington.edu/static/home/wp-c... https://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/fonts/encodesanscondensed-400-regular-webfont.woff — 200 — 33.6 KiB — 208 ms — h2https://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/fonts/encodesanscompressed-800-extrabold-webfont.woffwww.washington.edu/static/home/wp-c... https://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/fonts/encodesanscompressed-800-extrabold-webfont.woff — 200 — 32.5 KiB — 200 ms — h2https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.0 KiB — 6 ms — h3https://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/fonts/encodesanscompressed-600-semibold-webfont.woffwww.washington.edu/static/home/wp-c... https://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/fonts/encodesanscompressed-600-semibold-webfont.woff — 200 — 32.9 KiB — 224 ms — h2https://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/fonts/encodesanscompressed-900-black-webfont.woffwww.washington.edu/static/home/wp-c... https://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/fonts/encodesanscompressed-900-black-webfont.woff — 200 — 30.9 KiB — 216 ms — h2https://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/fonts/encodesanscompressed-700-bold-webfont.woffwww.washington.edu/static/home/wp-c... https://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/fonts/encodesanscompressed-700-bold-webfont.woff — 200 — 32.3 KiB — 223 ms — h2https://public-api.wordpress.com/rest/v1/sites/uwemergency.wordpress.com/posts/?c=%3F&test=true&number=1&type=post&status=publish&dataType=jsonpublic-api.wordpress.com/rest/v1/si... https://public-api.wordpress.com/rest/v1/sites/uwemergency.wordpress.com/posts/?c=%3F&test=true&number=1&type=post&status=publish&dataType=json — 200 — 1.9 KiB — 270 ms — h2https://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/svg/search.svgwww.washington.edu/static/home/wp-c... https://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/svg/search.svg — 200 — 1.1 KiB — 202 ms — h2https://www.washington.edu/static/home/wp-content/themes/boundless/assets/images/quad.jpgwww.washington.edu/static/home/wp-c... https://www.washington.edu/static/home/wp-content/themes/boundless/assets/images/quad.jpg — 200 — 62.4 KiB — 193 ms — h2https://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/images/footer.jpgwww.washington.edu/static/home/wp-c... https://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/images/footer.jpg — 200 — 29.3 KiB — 201 ms — h2https://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/images/boundless.pngwww.washington.edu/static/home/wp-c... https://www.washington.edu/static/home/wp-content/themes/uw-2014/assets/images/boundless.png — 200 — 3.6 KiB — 189 ms — h2https://scripts.clarity.ms/0.8.59/clarity.jsscripts.clarity.ms/0.8.59/clarity.j... https://scripts.clarity.ms/0.8.59/clarity.js — 200 — 26.2 KiB — 42 ms — h2https://www.googletagmanager.com/gtag/js?id=G-3T65WK0BM8&cx=c&gtm=4e64f0&bs=ctrl2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-3T65WK0BM8&cx=c&gtm=4e64f0&bs=ctrl2 — 200 — 157.4 KiB — 303 ms — h2https://www.googletagmanager.com/gtag/js?id=G-JLHM9WH4JV&cx=c&gtm=4e64f0&bs=ctrl2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-JLHM9WH4JV&cx=c&gtm=4e64f0&bs=ctrl2 — 200 — 174.9 KiB — 213 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-16646132057&cx=c&gtm=4e64f0&bs=ctrl2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-16646132057&cx=c&gtm=4e64f0&bs=ctrl2 — 200 — 148.4 KiB — 221 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-11078980387&cx=c&gtm=4e64f0&bs=ctrl2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-11078980387&cx=c&gtm=4e64f0&bs=ctrl2 — 200 — 139.9 KiB — 221 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-4532109&cx=c&gtm=4e64f0&bs=ctrl2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-4532109&cx=c&gtm=4e64f0&bs=ctrl2 — 200 — 129.3 KiB — 208 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 — 29 ms — h2https://script.crazyegg.com/pages/scripts/0128/7159.jsscript.crazyegg.com/pages/scripts/0... https://script.crazyegg.com/pages/scripts/0128/7159.js — 200 — 2.7 KiB — 21 ms — h3https://subscribe.gifts.washington.edu/Scripts/uwmunchkin/uwmunchkin.min.jssubscribe.gifts.washington.edu/Scri... https://subscribe.gifts.washington.edu/Scripts/uwmunchkin/uwmunchkin.min.js — 200 — 2.7 KiB — 1.1 s — http/1.1https://siteimproveanalytics.com/js/siteanalyze_47642.jssiteimproveanalytics.com/js/siteana... https://siteimproveanalytics.com/js/siteanalyze_47642.js — 200 — 9.0 KiB — 121 ms — h3https://www.clarity.ms/tag/9gkmyab2zhwww.clarity.ms/tag/9gkmyab2zh https://www.clarity.ms/tag/9gkmyab2zh — 200 — 1.1 KiB — 64 ms — http/1.1https://nexus.ensighten.com/choozle/17098/Bootstrap.jsnexus.ensighten.com/choozle/17098/B... https://nexus.ensighten.com/choozle/17098/Bootstrap.js — 200 — 9.4 KiB — 114 ms — h3https://up.pixel.ad/assets/up.js?um=1up.pixel.ad/assets/up.js?um=1 https://up.pixel.ad/assets/up.js?um=1 — 200 — 3.1 KiB — 125 ms — http/1.1https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.4 KiB — 156 ms — h3https://adp.eab.com/js/adp.min.jsadp.eab.com/js/adp.min.js https://adp.eab.com/js/adp.min.js — 200 — 498 B — 473 ms — h2https://www.google.com/ccm/collect?rcb=1&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.washington.edu%2F&scrsrc=www.googletagmanager.com&rnd=32669153.1776363083&dt=UW%20Homepage&auid=628301981.1776363083&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He64f0v830688434za200zd830688434xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118131810~118289195&apve=1&apvf=f&apvc=1&tft=1776363083184&tfd=2687www.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.washington.edu%2F&scrsrc=www.googletagmanager.com&rnd=32669153.1776363083&dt=UW%20Homepage&auid=628301981.1776363083&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He64f0v830688434za200zd830688434xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118131810~118289195&apve=1&apvf=f&apvc=1&tft=1776363083184&tfd=2687 — 200 — 21 B — 156 ms — h3https://d.agkn.com/pixel/16400/?che=&gtmcb=680195020d.agkn.com/pixel/16400/?che=&gtmcb=... https://d.agkn.com/pixel/16400/?che=&gtmcb=680195020 — 200 — 563 B — 231 ms — h2https://di.rlcdn.com/406006.gif?pdata=partner%3Dtap373787%2Cdata%3Dtype%3Asite%24audience%3ASS_UniversityofWashington_ClientSite_Controldi.rlcdn.com/406006.gif?pdata=partn... https://di.rlcdn.com/406006.gif?pdata=partner%3Dtap373787%2Cdata%3Dtype%3Asite%24audience%3ASS_UniversityofWashington_ClientSite_Control — 451 — 220 B — 261 ms — h2https://script.crazyegg.com/pages/data-scripts/0128/7159/site/www.washington.edu.json?t=1script.crazyegg.com/pages/data-scri... https://script.crazyegg.com/pages/data-scripts/0128/7159/site/www.washington.edu.json?t=1 — 200 — 2.1 KiB — 79 ms — h3https://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 — 481 B — 308 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=1010489&time=1776363083229&url=https%3A%2F%2Fwww.washington.edu%2F&tm=gtmv2px.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=1010489&time=1776363083229&url=https%3A%2F%2Fwww.washington.edu%2F&tm=gtmv2 — 200 — 811 B — 280 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=1010489&time=1776363083229&li_adsId=4d453587-adac-451f-a7a1-733d15d17afd&url=https%3A%2F%2Fwww.washington.edu%2F&tm=gtmv2px.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=1010489&time=1776363083229&li_adsId=4d453587-adac-451f-a7a1-733d15d17afd&url=https%3A%2F%2Fwww.washington.edu%2F&tm=gtmv2 — 302 — 982 B — 297 ms — h2https://b.clarity.ms/collectb.clarity.ms/collect https://b.clarity.ms/collect — 204 — 282 B — 507 ms — http/1.1https://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 — 34 ms — h3https://nexus.ensighten.com/choozle/17098/serverComponent.php?namespace=Bootstrapper&staticJsPath=nexus.ensighten.com/choozle/17098/code/&publishedOn=Sun%20Oct%2029%2012:45:46%20GMT%202023&ClientID=923&PageID=https%3A%2F%2Fwww.washington.edu%2Fnexus.ensighten.com/choozle/17098/s... https://nexus.ensighten.com/choozle/17098/serverComponent.php?namespace=Bootstrapper&staticJsPath=nexus.ensighten.com/choozle/17098/code/&publishedOn=Sun%20Oct%2029%2012:45:46%20GMT%202023&ClientID=923&PageID=https%3A%2F%2Fwww.washington.edu%2F — 200 — 680 B — 40 ms — h3https://47642.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fwww.washington.edu%2F&title=UW%20Homepage&res=412x823&accountid=47642&rt=2822&prev=9d11b193-e6ca-6d0a-e9c6-7d687feb0642&luid=cd758bcb-5178-2182-bb31-2eb3a4afca4b&rnd=7400847642.global.siteimproveanalytics.i... https://47642.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fwww.washington.edu%2F&title=UW%20Homepage&res=412x823&accountid=47642&rt=2822&prev=9d11b193-e6ca-6d0a-e9c6-7d687feb0642&luid=cd758bcb-5178-2182-bb31-2eb3a4afca4b&rnd=74008 — 200 — 210 B — 406 ms — h2https://connect.facebook.net/signals/config/399563999042319?v=2.9.298&r=stable&domain=www.washington.edu&hme=c048e760b3fdc0fbdc117d7607b2c36e13eff2660c515ac72e86dac5ba060bb9&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%2C277%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%2C264%2C265%2C263%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%2C279%2C294%2C212%2C201%2C202%2C200%2C297%2C289%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/399563999042319?v=2.9.298&r=stable&domain=www.washington.edu&hme=c048e760b3fdc0fbdc117d7607b2c36e13eff2660c515ac72e86dac5ba060bb9&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%2C277%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%2C264%2C265%2C263%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%2C279%2C294%2C212%2C201%2C202%2C200%2C297%2C289%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.0 KiB — 277 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-JLHM9WH4JV&gtm=45je64f0v870837996z8830688434za20gzb830688434zd830688434&_p=1776363082626&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=1439458632.1776363084&frm=0&pscdl=noapi&rcb=15&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266400~118289195&sid=1776363083&sct=1&seg=0&dl=https%3A%2F%2Fwww.washington.edu%2F&dt=UW%20Homepage&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=3025www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-JLHM9WH4JV&gtm=45je64f0v870837996z8830688434za20gzb830688434zd830688434&_p=1776363082626&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=1439458632.1776363084&frm=0&pscdl=noapi&rcb=15&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266400~118289195&sid=1776363083&sct=1&seg=0&dl=https%3A%2F%2Fwww.washington.edu%2F&dt=UW%20Homepage&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=3025 — 204 — 551 B — 213 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=1010489&time=1776363083229&li_adsId=4d453587-adac-451f-a7a1-733d15d17afd&url=https%3A%2F%2Fwww.washington.edu%2F&tm=gtmv2&cookiesTest=truepx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=1010489&time=1776363083229&li_adsId=4d453587-adac-451f-a7a1-733d15d17afd&url=https%3A%2F%2Fwww.washington.edu%2F&tm=gtmv2&cookiesTest=true — 200 — 306 B — 195 ms — h2https://ad.doubleclick.net/activity;src=4532109;type=ip156748;cat=ip1560;rcb=13;ord=7053641763757;npa=0;auiddc=628301981.1776363083;uaa=;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64f0v9189012624z8830688434za20gzb830688434zd830688434xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=6;tag_exp=0~115938465~115938468~117266401~118128922~118289195;dc_random=1776363083_fp1rGnbB8-YVLn24ty7uKYPNRKdZX7AQYw;epver=2?ad.doubleclick.net/activity;src=453... https://ad.doubleclick.net/activity;src=4532109;type=ip156748;cat=ip1560;rcb=13;ord=7053641763757;npa=0;auiddc=628301981.1776363083;uaa=;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64f0v9189012624z8830688434za20gzb830688434zd830688434xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=6;tag_exp=0~115938465~115938468~117266401~118128922~118289195;dc_random=1776363083_fp1rGnbB8-YVLn24ty7uKYPNRKdZX7AQYw;epver=2? — 302 — 21 B — 909 ms — h3https://www.google.com/ccm/collect?rcb=13&frm=0&en=page_view&dl=https%3A%2F%2Fwww.washington.edu%2F&scrsrc=www.googletagmanager.com&rnd=32669153.1776363083&dt=UW%20Homepage&auid=628301981.1776363083&navt=n&npa=0&gtm=45fe64f0v9189012624z8830688434za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128922~118289195&apve=1&apvf=f&apvc=0&tids=DC-4532109&tid=DC-4532109&tft=1776363083598&tfd=3102www.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.washington.edu%2F&scrsrc=www.googletagmanager.com&rnd=32669153.1776363083&dt=UW%20Homepage&auid=628301981.1776363083&navt=n&npa=0&gtm=45fe64f0v9189012624z8830688434za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118128922~118289195&apve=1&apvf=f&apvc=0&tids=DC-4532109&tid=DC-4532109&tft=1776363083598&tfd=3102 — 200 — 21 B — 141 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/16646132057/?random=1776363083655&cv=11&fst=1776363083655&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9191271682z8830688434za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118289195&u_w=412&u_h=823&url=https%3A%2F%2Fwww.washington.edu%2F&rcb=8&frm=0&tiba=UW%20Homepage&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=628301981.1776363083&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/16646132057/?random=1776363083655&cv=11&fst=1776363083655&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9191271682z8830688434za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118289195&u_w=412&u_h=823&url=https%3A%2F%2Fwww.washington.edu%2F&rcb=8&frm=0&tiba=UW%20Homepage&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=628301981.1776363083&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4 — 200 — 2.2 KiB — 143 ms — h3https://www.google.com/rmkt/collect/16646132057/?random=1776363083655&cv=11&fst=1776363083655&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9191271682z8830688434za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118289195&u_w=412&u_h=823&url=https%3A%2F%2Fwww.washington.edu%2F&rcb=8&frm=0&tiba=UW%20Homepage&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=628301981.1776363083&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&gcp=5www.google.com/rmkt/collect/1664613... https://www.google.com/rmkt/collect/16646132057/?random=1776363083655&cv=11&fst=1776363083655&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9191271682z8830688434za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118289195&u_w=412&u_h=823&url=https%3A%2F%2Fwww.washington.edu%2F&rcb=8&frm=0&tiba=UW%20Homepage&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=628301981.1776363083&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&gcp=5 — 200 — 20 B — 140 ms — h3https://www.googleadservices.com/pagead/conversion/16646132057/?random=1776363083707&cv=11&fst=1776363083707&bg=ffffff&guid=ON&async=1&en=page_view&gtm=45be64f0v9191271682za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118289195&u_w=412&u_h=823&url=https%3A%2F%2Fwww.washington.edu%2F&rcb=8&capi=1&frm=0&tiba=UW%20Homepage&npa=0&pscdl=noapi&auid=628301981.1776363083&label=AXYqCNCd2s4ZENmiv4E-&hn=www.googleadservices.com&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&ec_mode=a&gcl_ctr=1~0~0~0&data=event%3Dgtag.config&category=acrcp_v1_512&em=tv.1&fmt=7www.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion/16646132057/?random=1776363083707&cv=11&fst=1776363083707&bg=ffffff&guid=ON&async=1&en=page_view&gtm=45be64f0v9191271682za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118289195&u_w=412&u_h=823&url=https%3A%2F%2Fwww.washington.edu%2F&rcb=8&capi=1&frm=0&tiba=UW%20Homepage&npa=0&pscdl=noapi&auid=628301981.1776363083&label=AXYqCNCd2s4ZENmiv4E-&hn=www.googleadservices.com&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&ec_mode=a&gcl_ctr=1~0~0~0&data=event%3Dgtag.config&category=acrcp_v1_512&em=tv.1&fmt=7 — 200 — 1.1 KiB — 128 ms — h3https://www.google.com/ccm/collect?rcb=8&frm=0&en=page_view&dl=https%3A%2F%2Fwww.washington.edu%2F&scrsrc=www.googletagmanager.com&rnd=32669153.1776363083&dt=UW%20Homepage&auid=628301981.1776363083&navt=n&npa=0&gtm=45be64f0v9191271682z8830688434za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118289195&apve=1&apvf=f&apvc=0&tids=AW-16646132057&tid=AW-16646132057&tft=1776363083720&tfd=3223www.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.washington.edu%2F&scrsrc=www.googletagmanager.com&rnd=32669153.1776363083&dt=UW%20Homepage&auid=628301981.1776363083&navt=n&npa=0&gtm=45be64f0v9191271682z8830688434za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118289195&apve=1&apvf=f&apvc=0&tids=AW-16646132057&tid=AW-16646132057&tft=1776363083720&tfd=3223 — 200 — 21 B — 124 ms — h3https://info.discoveruw.org/mtc.jsinfo.discoveruw.org/mtc.js https://info.discoveruw.org/mtc.js — 200 — 4.2 KiB — 692 ms — h2https://nexus.ensighten.com/choozle/17098/code/d3d14424fac71699bdbff068d9b1184b.js?conditionId0=421905nexus.ensighten.com/choozle/17098/c... https://nexus.ensighten.com/choozle/17098/code/d3d14424fac71699bdbff068d9b1184b.js?conditionId0=421905 — 200 — 850 B — 10 ms — h3https://nexus.ensighten.com/choozle/17098/code/1fc8553a686089c9698160748311de5d.js?conditionId0=4947114&conditionId1=4934733nexus.ensighten.com/choozle/17098/c... https://nexus.ensighten.com/choozle/17098/code/1fc8553a686089c9698160748311de5d.js?conditionId0=4947114&conditionId1=4934733 — 200 — 831 B — 10 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/11078980387/?random=1776363083792&cv=11&fst=1776363083792&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9101346136z8830688434za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401~118289195&u_w=412&u_h=823&url=https%3A%2F%2Fwww.washington.edu%2F&rcb=1&frm=0&tiba=UW%20Homepage&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=628301981.1776363083&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/11078980387/?random=1776363083792&cv=11&fst=1776363083792&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9101346136z8830688434za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401~118289195&u_w=412&u_h=823&url=https%3A%2F%2Fwww.washington.edu%2F&rcb=1&frm=0&tiba=UW%20Homepage&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=628301981.1776363083&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4 — 200 — 2.2 KiB — 68 ms — h3https://www.google.com/rmkt/collect/11078980387/?random=1776363083792&cv=11&fst=1776363083792&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9101346136z8830688434za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401~118289195&u_w=412&u_h=823&url=https%3A%2F%2Fwww.washington.edu%2F&rcb=1&frm=0&tiba=UW%20Homepage&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=628301981.1776363083&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&gcp=5www.google.com/rmkt/collect/1107898... https://www.google.com/rmkt/collect/11078980387/?random=1776363083792&cv=11&fst=1776363083792&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9101346136z8830688434za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401~118289195&u_w=412&u_h=823&url=https%3A%2F%2Fwww.washington.edu%2F&rcb=1&frm=0&tiba=UW%20Homepage&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=628301981.1776363083&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&gcp=5 — 200 — 20 B — 107 ms — h3https://www.google.com/ccm/collect?rcb=1&frm=0&en=page_view&dl=https%3A%2F%2Fwww.washington.edu%2F&scrsrc=www.googletagmanager.com&rnd=32669153.1776363083&dt=UW%20Homepage&auid=628301981.1776363083&navt=n&npa=0&gtm=45be64f0v9101346136z8830688434za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401~118289195&apve=1&apvf=f&apvc=0&tids=AW-11078980387&tid=AW-11078980387&tft=1776363083820&tfd=3323www.google.com/ccm/collect?rcb=1&fr... https://www.google.com/ccm/collect?rcb=1&frm=0&en=page_view&dl=https%3A%2F%2Fwww.washington.edu%2F&scrsrc=www.googletagmanager.com&rnd=32669153.1776363083&dt=UW%20Homepage&auid=628301981.1776363083&navt=n&npa=0&gtm=45be64f0v9101346136z8830688434za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401~118289195&apve=1&apvf=f&apvc=0&tids=AW-11078980387&tid=AW-11078980387&tft=1776363083820&tfd=3323 — 200 — 21 B — 103 ms — h3https://pixel.sitescout.com/up/9dc70c63eb4a60df?cntr_url=https%3A%2F%2Fwww.washington.edu%2Fpixel.sitescout.com/up/9dc70c63eb4a... https://pixel.sitescout.com/up/9dc70c63eb4a60df?cntr_url=https%3A%2F%2Fwww.washington.edu%2F — 302 — 327 B — 386 ms — h2https://pixel-sync.sitescout.com/dmp/asyncPixelSyncpixel-sync.sitescout.com/dmp/asyncP... https://pixel-sync.sitescout.com/dmp/asyncPixelSync — 302 — 270 B — 192 ms — h2https://www.google.com/gmp/conversion/_dc_unique_id=5099541504881837255;_dc_ptd=ChEI8JGCzwYQy4musMGWzaLRARIfACfpm3fPsaOn2wkzg20SfcEnWs91DJG2fgTnMJxY7A;_dc_time=1776363083;src=4532109;type=ip156748;cat=ip1560;rcb=13;ord=7053641763757;npa=0;auiddc=628301981.1776363083;uaa=;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64f0v9189012624z8830688434za20gzb830688434zd830688434xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=6;tag_exp=0~115938465~115938468~117266401~118128922~118289195;dc_random=1776363083_fp1rGnbB8-YVLn24ty7uKYPNRKdZX7AQYw;epver=2?www.google.com/gmp/conversion/_dc_u... https://www.google.com/gmp/conversion/_dc_unique_id=5099541504881837255;_dc_ptd=ChEI8JGCzwYQy4musMGWzaLRARIfACfpm3fPsaOn2wkzg20SfcEnWs91DJG2fgTnMJxY7A;_dc_time=1776363083;src=4532109;type=ip156748;cat=ip1560;rcb=13;ord=7053641763757;npa=0;auiddc=628301981.1776363083;uaa=;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;_tu=KFA;gtm=45fe64f0v9189012624z8830688434za20gzb830688434zd830688434xea;gcd=13l3l3l3l1l1;dma=0;dc_fmt=6;tag_exp=0~115938465~115938468~117266401~118128922~118289195;dc_random=1776363083_fp1rGnbB8-YVLn24ty7uKYPNRKdZX7AQYw;epver=2? — 200 — 63 B — 647 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/16646132057/?random=1346819500&cv=11&fst=1776363083707&bg=ffffff&guid=ON&async=1&en=page_view&gtm=45be64f0v9191271682za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118289195&u_w=412&u_h=823&url=https%3A%2F%2Fwww.washington.edu%2F&rcb=8&capi=1&frm=0&tiba=UW%20Homepage&npa=0&pscdl=noapi&auid=628301981.1776363083&label=AXYqCNCd2s4ZENmiv4E-&hn=www.googleadservices.com&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&ec_mode=a&gcl_ctr=1~0~0~0&data=event%3Dgtag.config&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJnRyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2U7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgEA&fsk=ChAI8JGCzwYQwIjskZPdy-4oEiwAZi6KIIa_w1QdzWmxoEyEWjU0CeT3PlXXUaCsrDlxcxZ_YDu6VmDq9-CnPxoCUfE&pscrd=IhMIwoXplPzykwMVX2DdAh1cAS1JMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhtodHRwczovL3d3dy53YXNoaW5ndG9uLmVkdS9CV0NoRUk4SkdDendZUThwdnMxTUhubzk2OUFSSXNBRUlfZW1vSC1pNnVQclhRam41V1B0b3ZyTDB3bVBWRGV1dU1aM283SDJWVm5HWFFFQ0E5NXJjc0VqMHoMCAliCAgAEAAYACAAgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/16646132057/?random=1346819500&cv=11&fst=1776363083707&bg=ffffff&guid=ON&async=1&en=page_view&gtm=45be64f0v9191271682za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118289195&u_w=412&u_h=823&url=https%3A%2F%2Fwww.washington.edu%2F&rcb=8&capi=1&frm=0&tiba=UW%20Homepage&npa=0&pscdl=noapi&auid=628301981.1776363083&label=AXYqCNCd2s4ZENmiv4E-&hn=www.googleadservices.com&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&ec_mode=a&gcl_ctr=1~0~0~0&data=event%3Dgtag.config&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJnRyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2U7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgEA&fsk=ChAI8JGCzwYQwIjskZPdy-4oEiwAZi6KIIa_w1QdzWmxoEyEWjU0CeT3PlXXUaCsrDlxcxZ_YDu6VmDq9-CnPxoCUfE&pscrd=IhMIwoXplPzykwMVX2DdAh1cAS1JMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhtodHRwczovL3d3dy53YXNoaW5ndG9uLmVkdS9CV0NoRUk4SkdDendZUThwdnMxTUhubzk2OUFSSXNBRUlfZW1vSC1pNnVQclhRam41V1B0b3ZyTDB3bVBWRGV1dU1aM283SDJWVm5HWFFFQ0E5NXJjc0VqMHoMCAliCAgAEAAYACAA — 302 — 23 B — 327 ms — h3https://script.crazyegg.com/pages/data-scripts/0128/7159/sampling/www.washington.edu.json?t=1script.crazyegg.com/pages/data-scri... https://script.crazyegg.com/pages/data-scripts/0128/7159/sampling/www.washington.edu.json?t=1 — 200 — 400 B — 9 ms — h3https://www.google.com/pagead/1p-conversion/16646132057/?random=1346819500&cv=11&fst=1776363083707&bg=ffffff&guid=ON&async=1&en=page_view&gtm=45be64f0v9191271682za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118289195&u_w=412&u_h=823&url=https%3A%2F%2Fwww.washington.edu%2F&rcb=8&capi=1&frm=0&tiba=UW%20Homepage&npa=0&pscdl=noapi&auid=628301981.1776363083&label=AXYqCNCd2s4ZENmiv4E-&hn=www.googleadservices.com&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&ec_mode=a&gcl_ctr=1~0~0~0&data=event%3Dgtag.config&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJnRyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2U7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgEA&fsk=ChAI8JGCzwYQwIjskZPdy-4oEiwAZi6KIIa_w1QdzWmxoEyEWjU0CeT3PlXXUaCsrDlxcxZ_YDu6VmDq9-CnPxoCUfE&pscrd=IhMIwoXplPzykwMVX2DdAh1cAS1JMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhtodHRwczovL3d3dy53YXNoaW5ndG9uLmVkdS9CV0NoRUk4SkdDendZUThwdnMxTUhubzk2OUFSSXNBRUlfZW1vSC1pNnVQclhRam41V1B0b3ZyTDB3bVBWRGV1dU1aM283SDJWVm5HWFFFQ0E5NXJjc0VqMHoMCAliCAgAEAAYACAA&is_vtc=1&cid=CAQSyQEABaugfc1eVrtmiO4DTtLZi93pjH1g9G-QL8c2GuQLA_GE7lHuTC42hqz3X89OyA82Htd7r4FND5WdP1GKAkgy-Qp2ad6Cdg7DWjbiCYOcJzGD62OTbBq1XfYmeP0qZKHl82jpyl9Ywa3LZKfDP_JnVHyRlWkrl5ulm4Qq9dpODQNLMTlZ6f56DFfRSOq1fG3VgoTJ3qsgR1fwO3bFIzs-EX69CbsjyaNWMQZKmAxi928cTCaGNSH3EbV7SqpvT7-7tYRc-14Dty0&random=2628941884www.google.com/pagead/1p-conversion... https://www.google.com/pagead/1p-conversion/16646132057/?random=1346819500&cv=11&fst=1776363083707&bg=ffffff&guid=ON&async=1&en=page_view&gtm=45be64f0v9191271682za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118289195&u_w=412&u_h=823&url=https%3A%2F%2Fwww.washington.edu%2F&rcb=8&capi=1&frm=0&tiba=UW%20Homepage&npa=0&pscdl=noapi&auid=628301981.1776363083&label=AXYqCNCd2s4ZENmiv4E-&hn=www.googleadservices.com&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&ec_mode=a&gcl_ctr=1~0~0~0&data=event%3Dgtag.config&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJnRyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2U7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgEA&fsk=ChAI8JGCzwYQwIjskZPdy-4oEiwAZi6KIIa_w1QdzWmxoEyEWjU0CeT3PlXXUaCsrDlxcxZ_YDu6VmDq9-CnPxoCUfE&pscrd=IhMIwoXplPzykwMVX2DdAh1cAS1JMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhtodHRwczovL3d3dy53YXNoaW5ndG9uLmVkdS9CV0NoRUk4SkdDendZUThwdnMxTUhubzk2OUFSSXNBRUlfZW1vSC1pNnVQclhRam41V1B0b3ZyTDB3bVBWRGV1dU1aM283SDJWVm5HWFFFQ0E5NXJjc0VqMHoMCAliCAgAEAAYACAA&is_vtc=1&cid=CAQSyQEABaugfc1eVrtmiO4DTtLZi93pjH1g9G-QL8c2GuQLA_GE7lHuTC42hqz3X89OyA82Htd7r4FND5WdP1GKAkgy-Qp2ad6Cdg7DWjbiCYOcJzGD62OTbBq1XfYmeP0qZKHl82jpyl9Ywa3LZKfDP_JnVHyRlWkrl5ulm4Qq9dpODQNLMTlZ6f56DFfRSOq1fG3VgoTJ3qsgR1fwO3bFIzs-EX69CbsjyaNWMQZKmAxi928cTCaGNSH3EbV7SqpvT7-7tYRc-14Dty0&random=2628941884 — 302 — 22 B — 262 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-3T65WK0BM8&gtm=45je64f0v870836477z8830688434za20gzb830688434zd830688434&_p=1776363082626&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=1439458632.1776363084&frm=0&pscdl=noapi&rcb=3&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938468~117266401~118289195&sid=1776363083&sct=1&seg=0&dl=https%3A%2F%2Fwww.washington.edu%2F&dt=UW%20Homepage&en=page_view&_fv=1&_ss=1&gap.plf=5&tfd=3504www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-3T65WK0BM8&gtm=45je64f0v870836477z8830688434za20gzb830688434zd830688434&_p=1776363082626&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=1439458632.1776363084&frm=0&pscdl=noapi&rcb=3&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938468~117266401~118289195&sid=1776363083&sct=1&seg=0&dl=https%3A%2F%2Fwww.washington.edu%2F&dt=UW%20Homepage&en=page_view&_fv=1&_ss=1&gap.plf=5&tfd=3504 — 204 — 48 B — 81 ms — h2https://tracking.crazyegg.com/clock?u=1287159&st=458693&t=1776363084020&tk=dcbb2ac14eeeb171911bd9c07ca17f6dtracking.crazyegg.com/clock?u=12871... https://tracking.crazyegg.com/clock?u=1287159&st=458693&t=1776363084020&tk=dcbb2ac14eeeb171911bd9c07ca17f6d — 204 — 0 B — 40 ms — h2https://pagestates-tracking.crazyegg.com/healthcheckpagestates-tracking.crazyegg.com/he... https://pagestates-tracking.crazyegg.com/healthcheck — 200 — 461 B — 20 ms — h2https://assets-tracking.crazyegg.com/healthcheckassets-tracking.crazyegg.com/health... https://assets-tracking.crazyegg.com/healthcheck — 200 — 462 B — 21 ms — h2blob:https://www.washington.edu/1528922a-1268-4924-8bb3-985c412546f7www.washington.edu/1528922a-1268-49... blob:https://www.washington.edu/1528922a-1268-4924-8bb3-985c412546f7 — 200 — -1 B — 16 ms — blobhttps://pixel-sync.sitescout.com/dmp/asyncPixelSync?cookieQ=1pixel-sync.sitescout.com/dmp/asyncP... https://pixel-sync.sitescout.com/dmp/asyncPixelSync?cookieQ=1 — 204 — 154 B — 128 ms — h2https://tracking.crazyegg.com/clock?u=1287159&st=458693&t=1776363084020&tk=dcbb2ac14eeeb171911bd9c07ca17f6dtracking.crazyegg.com/clock?u=12871... https://tracking.crazyegg.com/clock?u=1287159&st=458693&t=1776363084020&tk=dcbb2ac14eeeb171911bd9c07ca17f6d — 200 — 146 B — 60 ms — h2https://www.facebook.com/tr/?id=399563999042319&ev=PageView&dl=https%3A%2F%2Fwww.washington.edu%2F&rl=&if=false&ts=1776363084073&sw=412&sh=823&v=2.9.298&r=stable&ec=0&o=4126&fbp=fb.1.1776363084060.300369751746516083&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=UW%20Homepage&pmd[locale]=en&pmd[description]=University%20of%20Washington&plt=2334.100000023842&it=1776363083432&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=39956399904... https://www.facebook.com/tr/?id=399563999042319&ev=PageView&dl=https%3A%2F%2Fwww.washington.edu%2F&rl=&if=false&ts=1776363084073&sw=412&sh=823&v=2.9.298&r=stable&ec=0&o=4126&fbp=fb.1.1776363084060.300369751746516083&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=UW%20Homepage&pmd[locale]=en&pmd[description]=University%20of%20Washington&plt=2334.100000023842&it=1776363083432&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf1&rqm=GET — 200 — 19 B — 21 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=399563999042319&ev=PageView&dl=https%3A%2F%2Fwww.washington.edu%2F&rl=&if=false&ts=1776363084073&sw=412&sh=823&v=2.9.298&r=stable&ec=0&o=4126&fbp=fb.1.1776363084060.300369751746516083&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=UW%20Homepage&pmd[locale]=en&pmd[description]=University%20of%20Washington&plt=2334.100000023842&it=1776363083432&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=399563999042319&ev=PageView&dl=https%3A%2F%2Fwww.washington.edu%2F&rl=&if=false&ts=1776363084073&sw=412&sh=823&v=2.9.298&r=stable&ec=0&o=4126&fbp=fb.1.1776363084060.300369751746516083&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=UW%20Homepage&pmd[locale]=en&pmd[description]=University%20of%20Washington&plt=2334.100000023842&it=1776363083432&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf1&rqm=FGET — 200 — 198 B — 198 ms — h3https://www.google.com/pagead/1p-user-list/16646132057/?random=1776363083655&cv=11&fst=1776362400000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9191271682z8830688434za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118289195&u_w=412&u_h=823&url=https%3A%2F%2Fwww.washington.edu%2F&rcb=8&frm=0&tiba=UW%20Homepage&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=628301981.1776363083&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyQEABaugfWlMgf2sCPU9pSr_xHOSEUCkP-v3_T63w1_oGQIC1Y6Eh0gYSNLaE40wRxfMaAWwbwrszflpco4PitT9TzA3hOKE-xTU0Q8jNYGZ2MhRhLcLv57z7dTGsGnNxoqPaK2hiGF-eReaONWAC4kYv6C2TM1LsLrrKyr_8WVChtg8pO1Z9h6YG8B-x9fXWZyB8Gga3ya0fInaano442kGxkQ_wMmb6RoBSz1JaRVoM54ndd_Essj2FV_sxyMbzBY2iE6_kN4Efz4&random=3061195650&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/16646132057/?random=1776363083655&cv=11&fst=1776362400000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9191271682z8830688434za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118289195&u_w=412&u_h=823&url=https%3A%2F%2Fwww.washington.edu%2F&rcb=8&frm=0&tiba=UW%20Homepage&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=628301981.1776363083&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyQEABaugfWlMgf2sCPU9pSr_xHOSEUCkP-v3_T63w1_oGQIC1Y6Eh0gYSNLaE40wRxfMaAWwbwrszflpco4PitT9TzA3hOKE-xTU0Q8jNYGZ2MhRhLcLv57z7dTGsGnNxoqPaK2hiGF-eReaONWAC4kYv6C2TM1LsLrrKyr_8WVChtg8pO1Z9h6YG8B-x9fXWZyB8Gga3ya0fInaano442kGxkQ_wMmb6RoBSz1JaRVoM54ndd_Essj2FV_sxyMbzBY2iE6_kN4Efz4&random=3061195650&rmt_tld=0&ipr=y — 200 — 64 B — 66 ms — h3https://www.google.com.br/pagead/1p-user-list/16646132057/?random=1776363083655&cv=11&fst=1776362400000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9191271682z8830688434za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118289195&u_w=412&u_h=823&url=https%3A%2F%2Fwww.washington.edu%2F&rcb=8&frm=0&tiba=UW%20Homepage&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=628301981.1776363083&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyQEABaugfWlMgf2sCPU9pSr_xHOSEUCkP-v3_T63w1_oGQIC1Y6Eh0gYSNLaE40wRxfMaAWwbwrszflpco4PitT9TzA3hOKE-xTU0Q8jNYGZ2MhRhLcLv57z7dTGsGnNxoqPaK2hiGF-eReaONWAC4kYv6C2TM1LsLrrKyr_8WVChtg8pO1Z9h6YG8B-x9fXWZyB8Gga3ya0fInaano442kGxkQ_wMmb6RoBSz1JaRVoM54ndd_Essj2FV_sxyMbzBY2iE6_kN4Efz4&random=3061195650&rmt_tld=1&ipr=ywww.google.com.br/pagead/1p-user-li... https://www.google.com.br/pagead/1p-user-list/16646132057/?random=1776363083655&cv=11&fst=1776362400000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9191271682z8830688434za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118289195&u_w=412&u_h=823&url=https%3A%2F%2Fwww.washington.edu%2F&rcb=8&frm=0&tiba=UW%20Homepage&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=628301981.1776363083&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyQEABaugfWlMgf2sCPU9pSr_xHOSEUCkP-v3_T63w1_oGQIC1Y6Eh0gYSNLaE40wRxfMaAWwbwrszflpco4PitT9TzA3hOKE-xTU0Q8jNYGZ2MhRhLcLv57z7dTGsGnNxoqPaK2hiGF-eReaONWAC4kYv6C2TM1LsLrrKyr_8WVChtg8pO1Z9h6YG8B-x9fXWZyB8Gga3ya0fInaano442kGxkQ_wMmb6RoBSz1JaRVoM54ndd_Essj2FV_sxyMbzBY2iE6_kN4Efz4&random=3061195650&rmt_tld=1&ipr=y — 200 — 64 B — 122 ms — h3https://www.google.com/pagead/1p-user-list/11078980387/?random=1776363083792&cv=11&fst=1776362400000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9101346136z8830688434za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401~118289195&u_w=412&u_h=823&url=https%3A%2F%2Fwww.washington.edu%2F&rcb=1&frm=0&tiba=UW%20Homepage&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=628301981.1776363083&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyQEABaugfccxXsOCJyr96Yh1G63gixB5LzH9cUa_UH1T6IIDVYbAoZ-jDZ7-Sl2dO6O9VazTKpCr9OFzJdJoqGvvOHjT2HWSs0yYFpMHRFSMqVuq5CTxixkSPWmtMa1g3nbhMHRKuNnSCMD3MwhuSjUH4P49oaKJbIeLV4KBershku96XBZ3uyJNlQUDHyqHH3C2yGQ1U6wgFMVXq-J5IwacFLQlF3Ou6jCxOVZ6kVVtLpYK_nA7rUMgCoCMu2g0hEiotld-GzN-_zY&random=1545722222&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/11078980387/?random=1776363083792&cv=11&fst=1776362400000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9101346136z8830688434za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401~118289195&u_w=412&u_h=823&url=https%3A%2F%2Fwww.washington.edu%2F&rcb=1&frm=0&tiba=UW%20Homepage&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=628301981.1776363083&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyQEABaugfccxXsOCJyr96Yh1G63gixB5LzH9cUa_UH1T6IIDVYbAoZ-jDZ7-Sl2dO6O9VazTKpCr9OFzJdJoqGvvOHjT2HWSs0yYFpMHRFSMqVuq5CTxixkSPWmtMa1g3nbhMHRKuNnSCMD3MwhuSjUH4P49oaKJbIeLV4KBershku96XBZ3uyJNlQUDHyqHH3C2yGQ1U6wgFMVXq-J5IwacFLQlF3Ou6jCxOVZ6kVVtLpYK_nA7rUMgCoCMu2g0hEiotld-GzN-_zY&random=1545722222&rmt_tld=0&ipr=y — 200 — 64 B — 65 ms — h3https://www.google.com.br/pagead/1p-user-list/11078980387/?random=1776363083792&cv=11&fst=1776362400000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9101346136z8830688434za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401~118289195&u_w=412&u_h=823&url=https%3A%2F%2Fwww.washington.edu%2F&rcb=1&frm=0&tiba=UW%20Homepage&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=628301981.1776363083&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyQEABaugfccxXsOCJyr96Yh1G63gixB5LzH9cUa_UH1T6IIDVYbAoZ-jDZ7-Sl2dO6O9VazTKpCr9OFzJdJoqGvvOHjT2HWSs0yYFpMHRFSMqVuq5CTxixkSPWmtMa1g3nbhMHRKuNnSCMD3MwhuSjUH4P49oaKJbIeLV4KBershku96XBZ3uyJNlQUDHyqHH3C2yGQ1U6wgFMVXq-J5IwacFLQlF3Ou6jCxOVZ6kVVtLpYK_nA7rUMgCoCMu2g0hEiotld-GzN-_zY&random=1545722222&rmt_tld=1&ipr=ywww.google.com.br/pagead/1p-user-li... https://www.google.com.br/pagead/1p-user-list/11078980387/?random=1776363083792&cv=11&fst=1776362400000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9101346136z8830688434za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~117266401~118289195&u_w=412&u_h=823&url=https%3A%2F%2Fwww.washington.edu%2F&rcb=1&frm=0&tiba=UW%20Homepage&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=628301981.1776363083&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyQEABaugfccxXsOCJyr96Yh1G63gixB5LzH9cUa_UH1T6IIDVYbAoZ-jDZ7-Sl2dO6O9VazTKpCr9OFzJdJoqGvvOHjT2HWSs0yYFpMHRFSMqVuq5CTxixkSPWmtMa1g3nbhMHRKuNnSCMD3MwhuSjUH4P49oaKJbIeLV4KBershku96XBZ3uyJNlQUDHyqHH3C2yGQ1U6wgFMVXq-J5IwacFLQlF3Ou6jCxOVZ6kVVtLpYK_nA7rUMgCoCMu2g0hEiotld-GzN-_zY&random=1545722222&rmt_tld=1&ipr=y — 200 — 64 B — 127 ms — h3blob:https://www.washington.edu/fdbc796c-53e6-40b1-beaa-eb0f838325edwww.washington.edu/fdbc796c-53e6-40... blob:https://www.washington.edu/fdbc796c-53e6-40b1-beaa-eb0f838325ed — -1 — 0 B — 0 ms — https://www.google.com.br/pagead/1p-conversion/16646132057/?random=1346819500&cv=11&fst=1776363083707&bg=ffffff&guid=ON&async=1&en=page_view&gtm=45be64f0v9191271682za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118289195&u_w=412&u_h=823&url=https%3A%2F%2Fwww.washington.edu%2F&rcb=8&capi=1&frm=0&tiba=UW%20Homepage&npa=0&pscdl=noapi&auid=628301981.1776363083&label=AXYqCNCd2s4ZENmiv4E-&hn=www.googleadservices.com&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&ec_mode=a&gcl_ctr=1~0~0~0&data=event%3Dgtag.config&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJnRyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2U7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgEA&fsk=ChAI8JGCzwYQwIjskZPdy-4oEiwAZi6KIIa_w1QdzWmxoEyEWjU0CeT3PlXXUaCsrDlxcxZ_YDu6VmDq9-CnPxoCUfE&is_vtc=1&cid=CAQSyQEABaugfc1eVrtmiO4DTtLZi93pjH1g9G-QL8c2GuQLA_GE7lHuTC42hqz3X89OyA82Htd7r4FND5WdP1GKAkgy-Qp2ad6Cdg7DWjbiCYOcJzGD62OTbBq1XfYmeP0qZKHl82jpyl9Ywa3LZKfDP_JnVHyRlWkrl5ulm4Qq9dpODQNLMTlZ6f56DFfRSOq1fG3VgoTJ3qsgR1fwO3bFIzs-EX69CbsjyaNWMQZKmAxi928cTCaGNSH3EbV7SqpvT7-7tYRc-14Dty0&random=2628941884&ipr=y&pscrd=IhMIwoXplPzykwMVX2DdAh1cAS1JMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhtodHRwczovL3d3dy53YXNoaW5ndG9uLmVkdS9CV0NoRUk4SkdDendZUThwdnMxTUhubzk2OUFSSXNBRUlfZW1vSC1pNnVQclhRam41V1B0b3ZyTDB3bVBWRGV1dU1aM283SDJWVm5HWFFFQ0E5NXJjc0VqMHoMCAliCAgAEAAYACAAggEFcAGIAQEwww.google.com.br/pagead/1p-convers... https://www.google.com.br/pagead/1p-conversion/16646132057/?random=1346819500&cv=11&fst=1776363083707&bg=ffffff&guid=ON&async=1&en=page_view&gtm=45be64f0v9191271682za20gzb830688434zd830688434xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~118289195&u_w=412&u_h=823&url=https%3A%2F%2Fwww.washington.edu%2F&rcb=8&capi=1&frm=0&tiba=UW%20Homepage&npa=0&pscdl=noapi&auid=628301981.1776363083&label=AXYqCNCd2s4ZENmiv4E-&hn=www.googleadservices.com&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&ec_mode=a&gcl_ctr=1~0~0~0&data=event%3Dgtag.config&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJnRyaWdnZXI7bmF2aWdhdGlvbi1zb3VyY2U7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgEA&fsk=ChAI8JGCzwYQwIjskZPdy-4oEiwAZi6KIIa_w1QdzWmxoEyEWjU0CeT3PlXXUaCsrDlxcxZ_YDu6VmDq9-CnPxoCUfE&is_vtc=1&cid=CAQSyQEABaugfc1eVrtmiO4DTtLZi93pjH1g9G-QL8c2GuQLA_GE7lHuTC42hqz3X89OyA82Htd7r4FND5WdP1GKAkgy-Qp2ad6Cdg7DWjbiCYOcJzGD62OTbBq1XfYmeP0qZKHl82jpyl9Ywa3LZKfDP_JnVHyRlWkrl5ulm4Qq9dpODQNLMTlZ6f56DFfRSOq1fG3VgoTJ3qsgR1fwO3bFIzs-EX69CbsjyaNWMQZKmAxi928cTCaGNSH3EbV7SqpvT7-7tYRc-14Dty0&random=2628941884&ipr=y&pscrd=IhMIwoXplPzykwMVX2DdAh1cAS1JMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhtodHRwczovL3d3dy53YXNoaW5ndG9uLmVkdS9CV0NoRUk4SkdDendZUThwdnMxTUhubzk2OUFSSXNBRUlfZW1vSC1pNnVQclhRam41V1B0b3ZyTDB3bVBWRGV1dU1aM283SDJWVm5HWFFFQ0E5NXJjc0VqMHoMCAliCAgAEAAYACAAggEFcAGIAQE — 200 — 20 B — 76 ms — h3https://pixel.sitescout.com/up/9dc70c63eb4a60df?cookieQ=1&cntr_url=https%3A%2F%2Fwww.washington.edu%2Fpixel.sitescout.com/up/9dc70c63eb4a... https://pixel.sitescout.com/up/9dc70c63eb4a60df?cookieQ=1&cntr_url=https%3A%2F%2Fwww.washington.edu%2F — 200 — 258 B — 127 ms — h2https://munchkin.marketo.net/munchkin.jsmunchkin.marketo.net/munchkin.js https://munchkin.marketo.net/munchkin.js — 200 — 1.2 KiB — 13 ms — http/1.1https://api.gifts.washington.edu/GDPR/v1/Location/IsGDPR?key=555556api.gifts.washington.edu/GDPR/v1/Lo... https://api.gifts.washington.edu/GDPR/v1/Location/IsGDPR?key=555556 — 200 — 339 B — 944 ms — http/1.1https://b.clarity.ms/collectb.clarity.ms/collect https://b.clarity.ms/collect — 204 — 282 B — 121 ms — http/1.1https://insight.adsrvr.org/tags/2mz4nfn/45jvqu5/iframeinsight.adsrvr.org/tags/2mz4nfn/45j... https://insight.adsrvr.org/tags/2mz4nfn/45jvqu5/iframe — 301 — 86 B — 22 ms — h2https://insight.adsrvr.org/tags/2mz4nfn/v4ju21m/iframeinsight.adsrvr.org/tags/2mz4nfn/v4j... https://insight.adsrvr.org/tags/2mz4nfn/v4ju21m/iframe — 301 — 87 B — 8 ms — h2https://d1eoo1tco6rr5e.cloudfront.net/2mz4nfn/v4ju21m/iframed1eoo1tco6rr5e.cloudfront.net/2mz4n... https://d1eoo1tco6rr5e.cloudfront.net/2mz4nfn/v4ju21m/iframe — 200 — 667 B — 26 ms — http/1.1https://d1eoo1tco6rr5e.cloudfront.net/2mz4nfn/45jvqu5/iframed1eoo1tco6rr5e.cloudfront.net/2mz4n... https://d1eoo1tco6rr5e.cloudfront.net/2mz4nfn/45jvqu5/iframe — 200 — 667 B — 23 ms — http/1.1https://info.discoveruw.org/mtc/eventinfo.discoveruw.org/mtc/event https://info.discoveruw.org/mtc/event — 204 — 0 B — 397 ms — h2https://insight.adsrvr.org/track/pxl/?adv=2mz4nfn&ct=0:45jvqu5&fmt=3insight.adsrvr.org/track/pxl/?adv=2... https://insight.adsrvr.org/track/pxl/?adv=2mz4nfn&ct=0:45jvqu5&fmt=3 — 302 — 443 B — 8 ms — h2https://insight.adsrvr.org/track/pxl/?adv=2mz4nfn&ct=0:v4ju21m&fmt=3insight.adsrvr.org/track/pxl/?adv=2... https://insight.adsrvr.org/track/pxl/?adv=2mz4nfn&ct=0:v4ju21m&fmt=3 — 302 — 442 B — 5 ms — h2https://dpm.demdex.net/ibs:dpid=903&dpuuid=3e4ffae9-0975-4a98-8dd6-82dc8654ee8f&gdpr=0&gdpr_consent=&redir=https%3A%2F%2Fmatch.adsrvr.org%2Ftrack%2Fcmf%2Fgeneric%3Fttd_pid%3Daamdpm.demdex.net/ibs:dpid=903&dpuuid=... https://dpm.demdex.net/ibs:dpid=903&dpuuid=3e4ffae9-0975-4a98-8dd6-82dc8654ee8f&gdpr=0&gdpr_consent=&redir=https%3A%2F%2Fmatch.adsrvr.org%2Ftrack%2Fcmf%2Fgeneric%3Fttd_pid%3Daam — 302 — 616 B — 18 ms — h2https://dpm.demdex.net/ibs:dpid=903&dpuuid=c08ed165-06d5-4670-854c-7bec177d067f&gdpr=0&gdpr_consent=&redir=https%3A%2F%2Fmatch.adsrvr.org%2Ftrack%2Fcmf%2Fgeneric%3Fttd_pid%3Daamdpm.demdex.net/ibs:dpid=903&dpuuid=... https://dpm.demdex.net/ibs:dpid=903&dpuuid=c08ed165-06d5-4670-854c-7bec177d067f&gdpr=0&gdpr_consent=&redir=https%3A%2F%2Fmatch.adsrvr.org%2Ftrack%2Fcmf%2Fgeneric%3Fttd_pid%3Daam — 302 — 615 B — 16 ms — h2https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=903&dpuuid=3e4ffae9-0975-4a98-8dd6-82dc8654ee8f&gdpr=0&gdpr_consent=&redir=https%3A%2F%2Fmatch.adsrvr.org%2Ftrack%2Fcmf%2Fgeneric%3Fttd_pid%3Daamdpm.demdex.net/demconf.jpg?et:ibs%7... https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=903&dpuuid=3e4ffae9-0975-4a98-8dd6-82dc8654ee8f&gdpr=0&gdpr_consent=&redir=https%3A%2F%2Fmatch.adsrvr.org%2Ftrack%2Fcmf%2Fgeneric%3Fttd_pid%3Daam — 200 — 468 B — 6 ms — h2https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=903&dpuuid=c08ed165-06d5-4670-854c-7bec177d067f&gdpr=0&gdpr_consent=&redir=https%3A%2F%2Fmatch.adsrvr.org%2Ftrack%2Fcmf%2Fgeneric%3Fttd_pid%3Daamdpm.demdex.net/demconf.jpg?et:ibs%7... https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=903&dpuuid=c08ed165-06d5-4670-854c-7bec177d067f&gdpr=0&gdpr_consent=&redir=https%3A%2F%2Fmatch.adsrvr.org%2Ftrack%2Fcmf%2Fgeneric%3Fttd_pid%3Daam — 200 — 468 B — 6 ms — h2https://info.discoveruw.org/mtc/eventinfo.discoveruw.org/mtc/event https://info.discoveruw.org/mtc/event — 200 — 747 B — 430 ms — h2https://munchkin.marketo.net/164/munchkin.jsmunchkin.marketo.net/164/munchkin.j... https://munchkin.marketo.net/164/munchkin.js — 200 — 5.2 KiB — 6 ms — http/1.1https://131-aqo-225.mktoresp.com/webevents/visitWebPage?_mchNc=1776363085273&_mchCn=&_mchId=131-AQO-225&_mchTk=_mch-washington.edu-e561b922abcb5978c18ef5553dc269a3&_mchHo=www.washington.edu&_mchPo=&_mchRu=%2F&_mchPc=https%3A&_mchVr=164&_mchEcid=&_mchHa=&_mchRe=&_mchQp=131-aqo-225.mktoresp.com/webevents/... https://131-aqo-225.mktoresp.com/webevents/visitWebPage?_mchNc=1776363085273&_mchCn=&_mchId=131-AQO-225&_mchTk=_mch-washington.edu-e561b922abcb5978c18ef5553dc269a3&_mchHo=www.washington.edu&_mchPo=&_mchRu=%2F&_mchPc=https%3A&_mchVr=164&_mchEcid=&_mchHa=&_mchRe=&_mchQp= — 200 — 318 B — 1.2 s — http/1.1https://c.clarity.ms/c.gifc.clarity.ms/c.gif https://c.clarity.ms/c.gif — 302 — 516 B — 142 ms — h2https://www.washington.edu/favicon.icowww.washington.edu/favicon.ico https://www.washington.edu/favicon.ico — 200 — 1.3 KiB — 179 ms — h2https://c.bing.com/c.gif?ctsa=mr&CtsSyncId=823B9556A16D47599F6E1021DD3911E3&RedC=c.clarity.ms&MXFR=1B64E2C225666E7E0AF1F5FF216660D8c.bing.com/c.gif?ctsa=mr&CtsSyncId=... https://c.bing.com/c.gif?ctsa=mr&CtsSyncId=823B9556A16D47599F6E1021DD3911E3&RedC=c.clarity.ms&MXFR=1B64E2C225666E7E0AF1F5FF216660D8 — 302 — 760 B — 135 ms — h2https://c.clarity.ms/c.gif?ctsa=mr&CtsSyncId=823B9556A16D47599F6E1021DD3911E3&MUID=227BF02F030B67D83240E712027266FBc.clarity.ms/c.gif?ctsa=mr&CtsSyncI... https://c.clarity.ms/c.gif?ctsa=mr&CtsSyncId=823B9556A16D47599F6E1021DD3911E3&MUID=227BF02F030B67D83240E712027266FB — 200 — 466 B — 120 ms — h2https://b.clarity.ms/collectb.clarity.ms/collect https://b.clarity.ms/collect — 204 — 282 B — 120 ms — http/1.1https://www.google-analytics.com/g/collect?v=2&tid=G-JLHM9WH4JV&gtm=45je64f0v870837996z8830688434za20gzb830688434zd830688434&_p=1776363082626&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAAQ&are=1&cid=1439458632.1776363084&frm=0&pscdl=noapi&rcb=15&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&tag_exp=0~115938465~115938469~117266400~117971173~118289195&sid=1776363083&sct=1&seg=0&dl=https%3A%2F%2Fwww.washington.edu%2F&dt=UW%20Homepage&_s=2&tfd=8038www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-JLHM9WH4JV&gtm=45je64f0v870837996z8830688434za20gzb830688434zd830688434&_p=1776363082626&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAAQ&are=1&cid=1439458632.1776363084&frm=0&pscdl=noapi&rcb=15&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&tag_exp=0~115938465~115938469~117266400~117971173~118289195&sid=1776363083&sct=1&seg=0&dl=https%3A%2F%2Fwww.washington.edu%2F&dt=UW%20Homepage&_s=2&tfd=8038 — 204 — 20 B — 65 ms — h3
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 6254ms · 1693KB · $83/mo
Unattributable
Other
Costly
Execution 781ms
Transfer 0 KB
Monthly Cost $10/mo
Google Tag Manager
Tag Manager
Costly
Execution 775ms
Transfer 169 KB
Unused 36%
Monthly Cost $10/mo
www.washington.edu
Other
Costly
Execution 717ms
Transfer 80 KB
Monthly Cost $10/mo
Google Tag Manager
Tag Manager
Costly
Execution 505ms
Transfer 148 KB
Unused 35%
Monthly Cost $7/mo
script.crazyegg.com
Other
Costly
Execution 411ms
Transfer 55 KB
Unused 53%
Monthly Cost $5/mo
Google Tag Manager
Tag Manager
Costly
Execution 397ms
Transfer 175 KB
Unused 40%
Monthly Cost $5/mo
Google Tag Manager
Tag Manager
Costly
Execution 347ms
Transfer 157 KB
Unused 42%
Monthly Cost $5/mo
www.washington.edu
Other
Costly
Execution 338ms
Transfer 164 KB
Unused 69%
Monthly Cost $4/mo
info.discoveruw.org
Other
Costly
Execution 318ms
Transfer 4 KB
Monthly Cost $4/mo
Google Tag Manager
Tag Manager
Costly
Execution 317ms
Transfer 140 KB
Unused 40%
Monthly Cost $4/mo
www.washington.edu
Other
Costly
Execution 287ms
Transfer 279 KB
Unused 34%
Monthly Cost $4/mo
Google Tag Manager
Tag Manager
Costly
Execution 238ms
Transfer 129 KB
Unused 44%
Monthly Cost $3/mo
Microsoft Clarity
Session Replay
Costly
Execution 216ms
Transfer 26 KB
Monthly Cost $3/mo
Facebook Pixel
Advertising
Costly
Execution 206ms
Transfer 96 KB
Unused 34%
Monthly Cost $3/mo
Facebook Pixel
Advertising
Optional
Execution 180ms
Transfer 46 KB
Monthly Cost $2/mo
nexus.ensighten.com
Other
Optional
Execution 105ms
Transfer 1 KB
Monthly Cost $1/mo
LinkedIn Insight
Advertising
Optional
Execution 59ms
Transfer 19 KB
Monthly Cost $1/mo
up.pixel.ad
Other
Optional
Execution 57ms
Transfer 3 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 781ms and costs ~$10/month
  • Google Tag Manager adds 775ms and costs ~$10/month
  • www.washington.edu adds 717ms and costs ~$10/month
  • Google Tag Manager adds 505ms and costs ~$7/month
  • script.crazyegg.com adds 411ms and costs ~$5/month
  • Google Tag Manager adds 397ms and costs ~$5/month
  • Google Tag Manager adds 347ms and costs ~$5/month
  • www.washington.edu adds 338ms and costs ~$4/month
  • info.discoveruw.org adds 318ms and costs ~$4/month
  • Google Tag Manager adds 317ms and costs ~$4/month
  • www.washington.edu adds 287ms and costs ~$4/month
  • Google Tag Manager adds 238ms and costs ~$3/month
  • Microsoft Clarity adds 216ms and costs ~$3/month
  • Facebook Pixel adds 206ms 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

Unattributable takes 781ms 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 775ms 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

www.washington.edu takes 717ms 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 505ms 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 411ms 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

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

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

www.washington.edu takes 338ms 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

69% of www.washington.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

info.discoveruw.org takes 318ms 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 317ms 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

www.washington.edu takes 287ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

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

Microsoft Clarity takes 216ms 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

Facebook Pixel takes 206ms 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