Skip to content
https://uaf.edu

Performance

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

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

37
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
100
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.

3.76 s

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

7.30 s

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

4 ms

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

0.384

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

5.35 s

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

7.31 s

Page Load Progression

662 ms
1.3 s
2.0 s
2.6 s
3.3 s
4.0 s
4.6 s
5.3 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
7.3 MB transferred, 154 requests
FIX
7.3 MB transferred, 154 requests
Critical::
Page weighs 11.1 MB (7.3 MB transferred)
Warning::
Images are 5.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 5.1 MB
Warning::
JavaScript is 1.5 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.5 MB
Info::
Fonts are 300 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 300 KB
Warning::
154 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.5 g CO2 per page load
7.3 MB / 2.4 MB budget
7.3 MB transferred
154 requests
1.5 g CO2 per page load
Images 5.1 MiB 70%
JavaScript 1.5 MiB 21%
Fonts 300.1 KiB 4%
CSS 127.4 KiB 2%
Other 95.1 KiB 1%
HTML 73.1 KiB 1%
Other 69.8 KiB 1%
Other 8.4 KiB 0%
Other 470 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

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 (7.3 MiB of 7.3 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
47 scripts, 620 KB unused
FIX
47 scripts, 620 KB unused
Warning::
https://www.googletagmanager.com/gtag/destination?...: 69 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-T2C...: 67 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/destination?...: 67 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/destination?...: 67 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-MDZV...: 65 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 620 KB
620 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/destination?id=AW-16796757444&cx=c&gtm=4e64m0h2143 KB69 KB (48%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-T2CCCXQ164 KB67 KB (41%)3rd
https://www.googletagmanager.com/gtag/destination?id=AW-860962464&cx=c&gtm=4e64m0h2133 KB67 KB (50%)3rd
https://www.googletagmanager.com/gtag/destination?id=AW-691427613&cx=c&gtm=4e64m0h2137 KB67 KB (49%)3rd
https://www.googletagmanager.com/gtag/js?id=G-MDZVJDPE5D177 KB65 KB (37%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-31913734-2&cx=c&gtm=4e64k1116 KB64 KB (55%)3rd
https://www.google.com/cse/static/element/b33cba5881f68fbf/cse_element__en.js?usqp=CAI%3D98 KB48 KB (49%)3rd
https://www.uaf.edu/_resources/js/slick/slick.min.js43 KB40 KB (93%)3rd
https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js57 KB37 KB (66%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB35 KB (36%)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
154 resources · 7.3 MB · 620 KB savings available
FIX
154 resources · 7.3 MB · 620 KB savings available
Warning::
Page weight 6.3 MB over 1MB target
Got: 7.3 MB Expected: ≤ 1 MB
Info::
~620 KB of savings available
Warning::
153 third-party resources (100% of weight)
Info::
7 resources over 200KB
154 resources · 7.3 MiB · 153 third-party 6.3 MiB over 1MB target
Image 70% · 5.1 MiB
JavaScript 22% · 1.6 MiB
Font 4% · 300.1 KiB
CSS 3% · 221.3 KiB
Document 1% · 74.1 KiB
Other 0% · 13.9 KiB

~620.3 KiB of savings available

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

No Cache-Control header

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

C
Image Optimization
Action
42 images, 0 KB saveable
REVIEW
42 images, 0 KB saveable
Warning::
https://www.uaf.edu/_resources/images/uaf-logo-tex... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uaf.edu/news/georgia-houde.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uaf.edu/uaf/images/Alaska_state_UAF_ca... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uaf.edu/_resources/images/uaflogoBlue.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.uaf.edu/news/wild-iris.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
42 images 5.1 MB
0 oversized -0 KB
39 legacy format
5 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

B
JS Execution Cost
693ms total JS execution
REVIEW
693ms total JS execution
Info::
https://www.uaf.edu/uaf/: 243ms CPU time
Info::
Unattributable: 209ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-MDZV...: 138ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-T2C...: 103ms CPU time
Warning::
Third-party scripts: 693ms (100% of total)

Main Thread Breakdown

Script Evaluation 50% Other 20% Style & Layout 13% Script Parsing & Compilation 10%
ScriptTotalScriptingParse/CompileParty
https://www.uaf.edu/uaf/243ms19ms4ms3rd
Unattributable209ms8ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-MDZVJDPE5D138ms98ms13ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-T2CCCXQ103ms87ms13ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
19 fonts (300 KB)
PASS
19 fonts (300 KB)
Info::
19 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

19

300 KB total

Render-blocking

0

of 19

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 3.8 s LCP 7.3 shttps://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff27cHqv4kjgoGqM7E3_-gs51o... https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2 — 15.3 KiB — 42 ms — font-display: swaphttps://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-13.woff2pro-fa-solid-900-13.woff2 https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-13.woff2 — 13.4 KiB — 32 ms — font-display: swaphttps://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-12.woff2pro-fa-solid-900-12.woff2 https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-12.woff2 — 16.2 KiB — 30 ms — font-display: swaphttps://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff27cHqv4kjgoGqM7E3t-4s51o... https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2 — 15.4 KiB — 39 ms — font-display: swaphttps://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-22.woff2pro-fa-solid-900-22.woff2 https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-22.woff2 — 16.6 KiB — 36 ms — font-display: swaphttps://use.typekit.net/af/981a99/00000000000000007735a62a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/981a99/00000000000000007735a62a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 20.9 KiB — 29 ms — font-display: swaphttps://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-sharp-light-300-20.woff2pro-fa-sharp-light-300-... https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-sharp-light-300-20.woff2 — 27.3 KiB — 29 ms — font-display: swaphttps://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-sharp-light-300-5.woff2pro-fa-sharp-light-300-... https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-sharp-light-300-5.woff2 — 21.4 KiB — 34 ms — font-display: swaphttps://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-sharp-light-300-1.woff2pro-fa-sharp-light-300-... https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-sharp-light-300-1.woff2 — 15.0 KiB — 33 ms — font-display: swaphttps://use.typekit.net/af/e74541/00000000000000007735c16d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/e74541/00000000000000007735c16d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 14.0 KiB — 29 ms — font-display: swaphttps://use.typekit.net/af/bb5537/00000000000000007735a625/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3l https://use.typekit.net/af/bb5537/00000000000000007735a625/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3 — 21.4 KiB — 43 ms — font-display: swaphttps://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-0.woff2pro-fa-solid-900-0.woff2 https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-0.woff2 — 11.8 KiB — 30 ms — font-display: swaphttps://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-brands-400-0.woff2pro-fa-brands-400-0.woff2 https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-brands-400-0.woff2 — 36.9 KiB — 32 ms — font-display: swaphttps://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-brands-400-2.woff2pro-fa-brands-400-2.woff2 https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-brands-400-2.woff2 — 39.1 KiB — 33 ms — font-display: swaphttps://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff27cHqv4kjgoGqM7E3_-gs51o... https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2 — 0 B — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff27cHqv4kjgoGqM7E3t-4s51o... https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2 — 0 B — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff27cHqv4kjgoGqM7E3_-gs51o... https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2 — 0 B — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff27cHqv4kjgoGqM7E3t-4s51o... https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2 — 0 B — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/barlow/v13/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff27cHpv4kjgoGqM7E_DMs5yng... https://fonts.gstatic.com/s/barlow/v13/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2 — 15.3 KiB — 29 ms — font-display: swap
7cHqv4kjgoGqM7E3_-gs51o... woff2 swap
Size 15 KB
Load time 42 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
pro-fa-solid-900-13.woff2 woff2 swap
Size 13 KB
Load time 32 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
pro-fa-solid-900-12.woff2 woff2 swap
Size 16 KB
Load time 30 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
7cHqv4kjgoGqM7E3t-4s51o... woff2 swap
Size 15 KB
Load time 39 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
pro-fa-solid-900-22.woff2 woff2 swap
Size 17 KB
Load time 36 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 21 KB
Load time 29 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
pro-fa-sharp-light-300-... woff2 swap
Size 27 KB
Load time 29 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
pro-fa-sharp-light-300-... woff2 swap
Size 21 KB
Load time 34 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
pro-fa-sharp-light-300-... woff2 swap
Size 15 KB
Load time 33 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 14 KB
Load time 29 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 21 KB
Load time 43 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
pro-fa-solid-900-0.woff2 woff2 swap
Size 12 KB
Load time 30 ms
Start 3.2 s
Risk FOUT — text flashes from fallback to web font
pro-fa-brands-400-0.woff2 woff2 swap
Size 37 KB
Load time 32 ms
Start 3.3 s
Risk FOUT — text flashes from fallback to web font
pro-fa-brands-400-2.woff2 woff2 swap
Size 39 KB
Load time 33 ms
Start 3.3 s
Risk FOUT — text flashes from fallback to web font
7cHqv4kjgoGqM7E3_-gs51o... woff2 swap
Size 0 KB
Load time 0 ms
Start 3.8 s
Risk FOUT — text flashes from fallback to web font
7cHqv4kjgoGqM7E3t-4s51o... woff2 swap
Size 0 KB
Load time 0 ms
Start 3.8 s
Risk FOUT — text flashes from fallback to web font
7cHqv4kjgoGqM7E3_-gs51o... woff2 swap
Size 0 KB
Load time 0 ms
Start 4.0 s
Risk FOUT — text flashes from fallback to web font
7cHqv4kjgoGqM7E3t-4s51o... woff2 swap
Size 0 KB
Load time 0 ms
Start 4.0 s
Risk FOUT — text flashes from fallback to web font
7cHpv4kjgoGqM7E_DMs5yng... woff2 swap
Size 15 KB
Load time 29 ms
Start 4.0 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
154 requests over 7237ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 3.8 s LCP 7.3 shttps://uaf.edu// https://uaf.edu/ — 301 — 266 B — 829 ms — http/1.1https://www.uaf.edu/www.uaf.edu/ https://www.uaf.edu/ — 302 — 258 B — 838 ms — http/1.1https://www.uaf.edu/uaf/www.uaf.edu/uaf/ https://www.uaf.edu/uaf/ — 200 — 67.3 KiB — 639 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-MDZVJDPE5Dwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-MDZVJDPE5D — 200 — 176.7 KiB — 181 ms — h2https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.csscdn.jsdelivr.net/npm/bootstrap@4.6.... https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css — 200 — 26.2 KiB — 16 ms — h2https://kit.fontawesome.com/03f3fd53ff.jskit.fontawesome.com/03f3fd53ff.js https://kit.fontawesome.com/03f3fd53ff.js — 200 — 5.7 KiB — 81 ms — h2https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,500;0,700;1,500;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Zilla+Slab:ital,wght@0,700;1,700&family=Merriweather:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swapfonts.googleapis.com/css2?family=Ba... https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,500;0,700;1,500;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Zilla+Slab:ital,wght@0,700;1,700&family=Merriweather:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap — 200 — 1.8 KiB — 91 ms — h2https://use.typekit.net/dki6bqo.cssuse.typekit.net/dki6bqo.css https://use.typekit.net/dki6bqo.css — 200 — 1.5 KiB — 14 ms — h2https://www.uaf.edu/_resources/css/global.css?v=2.2.3www.uaf.edu/_resources/css/global.c... https://www.uaf.edu/_resources/css/global.css?v=2.2.3 — 200 — 38.2 KiB — 823 ms — http/1.1https://www.uaf.edu/_resources/css/uaf.css?v=2.8.6www.uaf.edu/_resources/css/uaf.css?... https://www.uaf.edu/_resources/css/uaf.css?v=2.8.6 — 200 — 33.2 KiB — 624 ms — http/1.1https://www.uaf.edu/_resources/css/oustyles.csswww.uaf.edu/_resources/css/oustyles... https://www.uaf.edu/_resources/css/oustyles.css — 200 — 493 B — 833 ms — http/1.1https://www.uaf.edu/_resources/css/uaf-brand-blue.csswww.uaf.edu/_resources/css/uaf-bran... https://www.uaf.edu/_resources/css/uaf-brand-blue.css — 200 — 5.7 KiB — 1.0 s — http/1.1https://www.uaf.edu/uaf/files/css/local-styles.csswww.uaf.edu/uaf/files/css/local-sty... https://www.uaf.edu/uaf/files/css/local-styles.css — 200 — 3.3 KiB — 1.0 s — http/1.1https://25livepub.collegenet.com/scripts/spuds.js25livepub.collegenet.com/scripts/sp... https://25livepub.collegenet.com/scripts/spuds.js — 200 — 12.6 KiB — 886 ms — h2https://unpkg.com/aos@2.3.0/dist/aos.cssunpkg.com/aos@2.3.0/dist/aos.css https://unpkg.com/aos@2.3.0/dist/aos.css — 200 — 2.6 KiB — 59 ms — h3https://ka-p.fontawesome.com/releases/v6.7.2/css/pro.min.css?token=03f3fd53ffka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro.min.css?token=03f3fd53ff — 200 — 80.7 KiB — 53 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-shims.min.css?token=03f3fd53ffka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-shims.min.css?token=03f3fd53ff — 200 — 4.2 KiB — 32 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v5-font-face.min.css?token=03f3fd53ffka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v5-font-face.min.css?token=03f3fd53ff — 200 — 7.1 KiB — 52 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-font-face.min.css?token=03f3fd53ffka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-font-face.min.css?token=03f3fd53ff — 200 — 1.8 KiB — 34 ms — h2https://kit.fontawesome.com/03f3fd53ff/77467038/kit-upload.csskit.fontawesome.com/03f3fd53ff/7746... https://kit.fontawesome.com/03f3fd53ff/77467038/kit-upload.css — 200 — 124 B — 33 ms — h2https://p.typekit.net/p.css?s=1&k=dki6bqo&ht=tk&f=25269.25271.37201.37202.37203.37204.37215.37216.37217.37218.37229.37230.37231.37232.44561.44562&a=248406604&app=typekit&e=cssp.typekit.net/p.css?s=1&k=dki6bqo&h... https://p.typekit.net/p.css?s=1&k=dki6bqo&ht=tk&f=25269.25271.37201.37202.37203.37204.37215.37216.37217.37218.37229.37230.37231.37232.44561.44562&a=248406604&app=typekit&e=css — 200 — 172 B — 12 ms — h2https://www.uaf.edu/cms-p13n.jswww.uaf.edu/cms-p13n.js https://www.uaf.edu/cms-p13n.js — 200 — 5.0 KiB — 1.0 s — http/1.1https://matomo.personalization.moderncampus.net/matomo.jsmatomo.personalization.moderncampus... https://matomo.personalization.moderncampus.net/matomo.js — 200 — 25.8 KiB — 706 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-MDZVJDPE5D&gtm=45je64k1v889380391za200zd889380391&_p=1776901302676&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1239243978.1776901303&frm=0&pscdl=noapi&rcb=4&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~117512542&sid=1776901302&sct=1&seg=0&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&dt=&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=2163region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-MDZVJDPE5D&gtm=45je64k1v889380391za200zd889380391&_p=1776901302676&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1239243978.1776901303&frm=0&pscdl=noapi&rcb=4&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~117512542&sid=1776901302&sct=1&seg=0&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&dt=&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=2163 — 204 — 547 B — 89 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-SE7R1K6PWW&gtm=45je64k1v889380391za200zd889380391&_p=1776901302676&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1239243978.1776901303&frm=0&pscdl=noapi&rcb=4&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~117512542&sid=1776901302&sct=1&seg=0&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&dt=&en=page_view&_fv=1&_ss=1&_ee=1&tfd=2168region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-SE7R1K6PWW&gtm=45je64k1v889380391za200zd889380391&_p=1776901302676&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1239243978.1776901303&frm=0&pscdl=noapi&rcb=4&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~117512542&sid=1776901302&sct=1&seg=0&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&dt=&en=page_view&_fv=1&_ss=1&_ee=1&tfd=2168 — 204 — 48 B — 86 ms — h2https://www.uaf.edu/_resources/images/uaflogoBlue.pngwww.uaf.edu/_resources/images/uaflo... https://www.uaf.edu/_resources/images/uaflogoBlue.png — 200 — 4.2 KiB — 637 ms — http/1.1https://www.uaf.edu/_resources/images/uaf-logo-text.pngwww.uaf.edu/_resources/images/uaf-l... https://www.uaf.edu/_resources/images/uaf-logo-text.png — 200 — 5.1 KiB — 440 ms — http/1.1https://www.uaf.edu/uaf/images/carousel/2025/26Jan-VT-1.jpgwww.uaf.edu/uaf/images/carousel/202... https://www.uaf.edu/uaf/images/carousel/2025/26Jan-VT-1.jpg — 200 — 431.4 KiB — 827 ms — http/1.1https://www.uaf.edu/uaf/images/carousel/2025/26Jan-AR-1.jpgwww.uaf.edu/uaf/images/carousel/202... https://www.uaf.edu/uaf/images/carousel/2025/26Jan-AR-1.jpg — 200 — 506.3 KiB — 1.2 s — http/1.1https://www.uaf.edu/uaf/images/carousel/2025/FINAL_1225_Homepage_Carousel_AAU_Landscape.jpgwww.uaf.edu/uaf/images/carousel/202... https://www.uaf.edu/uaf/images/carousel/2025/FINAL_1225_Homepage_Carousel_AAU_Landscape.jpg — 200 — 226.7 KiB — 1.1 s — http/1.1
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 3.8 s LCP 7.3 shttps://uaf.edu// https://uaf.edu/ — 301 — 266 B — 829 ms — http/1.1https://www.uaf.edu/www.uaf.edu/ https://www.uaf.edu/ — 302 — 258 B — 838 ms — http/1.1https://www.uaf.edu/uaf/www.uaf.edu/uaf/ https://www.uaf.edu/uaf/ — 200 — 67.3 KiB — 639 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-MDZVJDPE5Dwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-MDZVJDPE5D — 200 — 176.7 KiB — 181 ms — h2https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.csscdn.jsdelivr.net/npm/bootstrap@4.6.... https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css — 200 — 26.2 KiB — 16 ms — h2https://kit.fontawesome.com/03f3fd53ff.jskit.fontawesome.com/03f3fd53ff.js https://kit.fontawesome.com/03f3fd53ff.js — 200 — 5.7 KiB — 81 ms — h2https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,500;0,700;1,500;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Zilla+Slab:ital,wght@0,700;1,700&family=Merriweather:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swapfonts.googleapis.com/css2?family=Ba... https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,500;0,700;1,500;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Zilla+Slab:ital,wght@0,700;1,700&family=Merriweather:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap — 200 — 1.8 KiB — 91 ms — h2https://use.typekit.net/dki6bqo.cssuse.typekit.net/dki6bqo.css https://use.typekit.net/dki6bqo.css — 200 — 1.5 KiB — 14 ms — h2https://www.uaf.edu/_resources/css/global.css?v=2.2.3www.uaf.edu/_resources/css/global.c... https://www.uaf.edu/_resources/css/global.css?v=2.2.3 — 200 — 38.2 KiB — 823 ms — http/1.1https://www.uaf.edu/_resources/css/uaf.css?v=2.8.6www.uaf.edu/_resources/css/uaf.css?... https://www.uaf.edu/_resources/css/uaf.css?v=2.8.6 — 200 — 33.2 KiB — 624 ms — http/1.1https://www.uaf.edu/_resources/css/oustyles.csswww.uaf.edu/_resources/css/oustyles... https://www.uaf.edu/_resources/css/oustyles.css — 200 — 493 B — 833 ms — http/1.1https://www.uaf.edu/_resources/css/uaf-brand-blue.csswww.uaf.edu/_resources/css/uaf-bran... https://www.uaf.edu/_resources/css/uaf-brand-blue.css — 200 — 5.7 KiB — 1.0 s — http/1.1https://www.uaf.edu/uaf/files/css/local-styles.csswww.uaf.edu/uaf/files/css/local-sty... https://www.uaf.edu/uaf/files/css/local-styles.css — 200 — 3.3 KiB — 1.0 s — http/1.1https://25livepub.collegenet.com/scripts/spuds.js25livepub.collegenet.com/scripts/sp... https://25livepub.collegenet.com/scripts/spuds.js — 200 — 12.6 KiB — 886 ms — h2https://unpkg.com/aos@2.3.0/dist/aos.cssunpkg.com/aos@2.3.0/dist/aos.css https://unpkg.com/aos@2.3.0/dist/aos.css — 200 — 2.6 KiB — 59 ms — h3https://ka-p.fontawesome.com/releases/v6.7.2/css/pro.min.css?token=03f3fd53ffka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro.min.css?token=03f3fd53ff — 200 — 80.7 KiB — 53 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-shims.min.css?token=03f3fd53ffka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-shims.min.css?token=03f3fd53ff — 200 — 4.2 KiB — 32 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v5-font-face.min.css?token=03f3fd53ffka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v5-font-face.min.css?token=03f3fd53ff — 200 — 7.1 KiB — 52 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-font-face.min.css?token=03f3fd53ffka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-font-face.min.css?token=03f3fd53ff — 200 — 1.8 KiB — 34 ms — h2https://kit.fontawesome.com/03f3fd53ff/77467038/kit-upload.csskit.fontawesome.com/03f3fd53ff/7746... https://kit.fontawesome.com/03f3fd53ff/77467038/kit-upload.css — 200 — 124 B — 33 ms — h2https://p.typekit.net/p.css?s=1&k=dki6bqo&ht=tk&f=25269.25271.37201.37202.37203.37204.37215.37216.37217.37218.37229.37230.37231.37232.44561.44562&a=248406604&app=typekit&e=cssp.typekit.net/p.css?s=1&k=dki6bqo&h... https://p.typekit.net/p.css?s=1&k=dki6bqo&ht=tk&f=25269.25271.37201.37202.37203.37204.37215.37216.37217.37218.37229.37230.37231.37232.44561.44562&a=248406604&app=typekit&e=css — 200 — 172 B — 12 ms — h2https://www.uaf.edu/cms-p13n.jswww.uaf.edu/cms-p13n.js https://www.uaf.edu/cms-p13n.js — 200 — 5.0 KiB — 1.0 s — http/1.1https://matomo.personalization.moderncampus.net/matomo.jsmatomo.personalization.moderncampus... https://matomo.personalization.moderncampus.net/matomo.js — 200 — 25.8 KiB — 706 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-MDZVJDPE5D&gtm=45je64k1v889380391za200zd889380391&_p=1776901302676&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1239243978.1776901303&frm=0&pscdl=noapi&rcb=4&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~117512542&sid=1776901302&sct=1&seg=0&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&dt=&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=2163region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-MDZVJDPE5D&gtm=45je64k1v889380391za200zd889380391&_p=1776901302676&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1239243978.1776901303&frm=0&pscdl=noapi&rcb=4&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~117512542&sid=1776901302&sct=1&seg=0&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&dt=&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=2163 — 204 — 547 B — 89 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-SE7R1K6PWW&gtm=45je64k1v889380391za200zd889380391&_p=1776901302676&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1239243978.1776901303&frm=0&pscdl=noapi&rcb=4&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~117512542&sid=1776901302&sct=1&seg=0&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&dt=&en=page_view&_fv=1&_ss=1&_ee=1&tfd=2168region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-SE7R1K6PWW&gtm=45je64k1v889380391za200zd889380391&_p=1776901302676&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1239243978.1776901303&frm=0&pscdl=noapi&rcb=4&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~117512542&sid=1776901302&sct=1&seg=0&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&dt=&en=page_view&_fv=1&_ss=1&_ee=1&tfd=2168 — 204 — 48 B — 86 ms — h2https://www.uaf.edu/_resources/images/uaflogoBlue.pngwww.uaf.edu/_resources/images/uaflo... https://www.uaf.edu/_resources/images/uaflogoBlue.png — 200 — 4.2 KiB — 637 ms — http/1.1https://www.uaf.edu/_resources/images/uaf-logo-text.pngwww.uaf.edu/_resources/images/uaf-l... https://www.uaf.edu/_resources/images/uaf-logo-text.png — 200 — 5.1 KiB — 440 ms — http/1.1https://www.uaf.edu/uaf/images/carousel/2025/26Jan-VT-1.jpgwww.uaf.edu/uaf/images/carousel/202... https://www.uaf.edu/uaf/images/carousel/2025/26Jan-VT-1.jpg — 200 — 431.4 KiB — 827 ms — http/1.1https://www.uaf.edu/uaf/images/carousel/2025/26Jan-AR-1.jpgwww.uaf.edu/uaf/images/carousel/202... https://www.uaf.edu/uaf/images/carousel/2025/26Jan-AR-1.jpg — 200 — 506.3 KiB — 1.2 s — http/1.1https://www.uaf.edu/uaf/images/carousel/2025/FINAL_1225_Homepage_Carousel_AAU_Landscape.jpgwww.uaf.edu/uaf/images/carousel/202... https://www.uaf.edu/uaf/images/carousel/2025/FINAL_1225_Homepage_Carousel_AAU_Landscape.jpg — 200 — 226.7 KiB — 1.1 s — http/1.1https://code.jquery.com/jquery-3.5.1.min.jscode.jquery.com/jquery-3.5.1.min.js https://code.jquery.com/jquery-3.5.1.min.js — 200 — 30.5 KiB — 20 ms — h2https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.jscdn.jsdelivr.net/npm/bootstrap@4.6.... https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js — 200 — 23.3 KiB — 15 ms — h2https://www.uaf.edu/_resources/js/slick/slick.min.jswww.uaf.edu/_resources/js/slick/sli... https://www.uaf.edu/_resources/js/slick/slick.min.js — 200 — 42.8 KiB — 229 ms — http/1.1https://unpkg.com/aos@2.3.0/dist/aos.jsunpkg.com/aos@2.3.0/dist/aos.js https://unpkg.com/aos@2.3.0/dist/aos.js — 200 — 4.8 KiB — 46 ms — h3https://cdn.websitepolicies.io/lib/cookieconsent/cookieconsent.min.jscdn.websitepolicies.io/lib/cookieco... https://cdn.websitepolicies.io/lib/cookieconsent/cookieconsent.min.js — 301 — 449 B — 115 ms — h3https://cse.google.com/cse.js?cx=009262098191286400227:qjnuk_ma8iwcse.google.com/cse.js?cx=0092620981... https://cse.google.com/cse.js?cx=009262098191286400227:qjnuk_ma8iw — 200 — 4.0 KiB — 111 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-31913734-2&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-31913734-2&cx=c&gtm=4e64k1 — 200 — 115.6 KiB — 51 ms — h2https://www.youvisit.com/tour/Embed/js3www.youvisit.com/tour/Embed/js3 https://www.youvisit.com/tour/Embed/js3 — 200 — 5.5 KiB — 348 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-T2CCCXQwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-T2CCCXQ — 200 — 163.7 KiB — 77 ms — h2https://www.uaf.edu/_resources/js/slick/initialization.jswww.uaf.edu/_resources/js/slick/ini... https://www.uaf.edu/_resources/js/slick/initialization.js — 200 — 1.1 KiB — 215 ms — http/1.1https://www.uaf.edu/_resources/js/global.js?version=2.1www.uaf.edu/_resources/js/global.js... https://www.uaf.edu/_resources/js/global.js?version=2.1 — 200 — 6.1 KiB — 264 ms — http/1.1https://static.hotjar.com/c/hotjar-695057.js?sv=6static.hotjar.com/c/hotjar-695057.j... https://static.hotjar.com/c/hotjar-695057.js?sv=6 — 200 — 6.3 KiB — 66 ms — h2https://matomo.personalization.moderncampus.net/matomo.php?action_name=UAF%20Home%20%7C%20University%20of%20Alaska%20Fairbanks&idsite=4239&rec=1&r=985492&h=23&m=41&s=43&url=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&_id=19681e9d96f9c88e&_idn=1&send_image=0&_refts=0&pv_id=CP6jWU&pf_net=0&pf_srv=211&pf_tfr=428&uadata=%7B%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=800x600matomo.personalization.moderncampus... https://matomo.personalization.moderncampus.net/matomo.php?action_name=UAF%20Home%20%7C%20University%20of%20Alaska%20Fairbanks&idsite=4239&rec=1&r=985492&h=23&m=41&s=43&url=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&_id=19681e9d96f9c88e&_idn=1&send_image=0&_refts=0&pv_id=CP6jWU&pf_net=0&pf_srv=211&pf_tfr=428&uadata=%7B%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=800x600 — 204 — 124 B — 216 ms — h2https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2fonts.gstatic.com/s/barlow/v13/7cHq... https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2 — 200 — 15.3 KiB — 42 ms — h3https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-13.woff2ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-13.woff2 — 200 — 13.4 KiB — 32 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-12.woff2ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-12.woff2 — 200 — 16.2 KiB — 30 ms — h2https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2fonts.gstatic.com/s/barlow/v13/7cHq... https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2 — 200 — 15.4 KiB — 39 ms — h3https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-22.woff2ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-22.woff2 — 200 — 16.6 KiB — 36 ms — h2https://25livepub.collegenet.com/s.aspx?calendar=uaf-homepage-featured&widget=main&spudformat=xhr25livepub.collegenet.com/s.aspx?cal... https://25livepub.collegenet.com/s.aspx?calendar=uaf-homepage-featured&widget=main&spudformat=xhr — 200 — 26.0 KiB — 603 ms — h2https://25livepub.collegenet.com/images/spinner_trumba.gif25livepub.collegenet.com/images/spi... https://25livepub.collegenet.com/images/spinner_trumba.gif — 200 — 3.1 KiB — 244 ms — h2https://25livepub.collegenet.com/s.aspx?detailview=detail2&calendar=uaf-homepage-featured&widget=main&spudConfig=mobile&spudformat=xhr25livepub.collegenet.com/s.aspx?det... https://25livepub.collegenet.com/s.aspx?detailview=detail2&calendar=uaf-homepage-featured&widget=main&spudConfig=mobile&spudformat=xhr — 200 — 33.0 KiB — 414 ms — h2data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' vie…www.w3.org/2000/svg' fill='%23fff' ... data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' vie… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' vie…www.w3.org/2000/svg' fill='%23fff' ... data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' vie… — 200 — 0 B — 0 ms — datahttps://www.uaf.edu/_resources/images/themes/partial-grid-right-bottom-gold.svgwww.uaf.edu/_resources/images/theme... https://www.uaf.edu/_resources/images/themes/partial-grid-right-bottom-gold.svg — 200 — 1017 B — 350 ms — http/1.1https://www.uaf.edu/_resources/images/themes/partial-grid-upper-left-gold.svgwww.uaf.edu/_resources/images/theme... https://www.uaf.edu/_resources/images/themes/partial-grid-upper-left-gold.svg — 200 — 1013 B — 352 ms — http/1.1https://www.uaf.edu/_resources/images/themes/Troth-Yeddha-topo-border_2766.svgwww.uaf.edu/_resources/images/theme... https://www.uaf.edu/_resources/images/themes/Troth-Yeddha-topo-border_2766.svg — 200 — 38.7 KiB — 612 ms — http/1.1https://www.uaf.edu/_resources/images/themes/Cartography_symbols_2766.pngwww.uaf.edu/_resources/images/theme... https://www.uaf.edu/_resources/images/themes/Cartography_symbols_2766.png — 200 — 12.8 KiB — 562 ms — http/1.1https://www.uaf.edu/_resources/images/themes/Arrows_2766_025_opacity.pngwww.uaf.edu/_resources/images/theme... https://www.uaf.edu/_resources/images/themes/Arrows_2766_025_opacity.png — 200 — 10.5 KiB — 562 ms — http/1.1https://www.uaf.edu/uaf/images/TP-16-4838-210.jpgwww.uaf.edu/uaf/images/TP-16-4838-2... https://www.uaf.edu/uaf/images/TP-16-4838-210.jpg — 200 — 144.7 KiB — 1.2 s — http/1.1https://www.uaf.edu/_resources/images/themes/cartography-marks-gold-horizontal.svgwww.uaf.edu/_resources/images/theme... https://www.uaf.edu/_resources/images/themes/cartography-marks-gold-horizontal.svg — 200 — 13.2 KiB — 772 ms — http/1.1https://use.typekit.net/af/981a99/00000000000000007735a62a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/981a99/000000000... https://use.typekit.net/af/981a99/00000000000000007735a62a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 20.9 KiB — 29 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-sharp-light-300-20.woff2ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-sharp-light-300-20.woff2 — 200 — 27.3 KiB — 29 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-sharp-light-300-5.woff2ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-sharp-light-300-5.woff2 — 200 — 21.4 KiB — 34 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-sharp-light-300-1.woff2ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-sharp-light-300-1.woff2 — 200 — 15.0 KiB — 33 ms — h2https://use.typekit.net/af/e74541/00000000000000007735c16d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/e74541/000000000... https://use.typekit.net/af/e74541/00000000000000007735c16d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 14.0 KiB — 29 ms — h2https://use.typekit.net/af/bb5537/00000000000000007735a625/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3use.typekit.net/af/bb5537/000000000... https://use.typekit.net/af/bb5537/00000000000000007735a625/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3 — 200 — 21.4 KiB — 43 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-0.woff2ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-0.woff2 — 200 — 11.8 KiB — 30 ms — h2https://cdnconsents.websitepolicies.com/legacy/lib/cookieconsent/cookieconsent.min.jscdnconsents.websitepolicies.com/leg... https://cdnconsents.websitepolicies.com/legacy/lib/cookieconsent/cookieconsent.min.js — 200 — 6.5 KiB — 85 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-brands-400-0.woff2ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-brands-400-0.woff2 — 200 — 36.9 KiB — 32 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-brands-400-2.woff2ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-brands-400-2.woff2 — 200 — 39.1 KiB — 33 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 135 ms — h2https://script.hotjar.com/modules.6a0f3932cb1341a35c18.jsscript.hotjar.com/modules.6a0f3932c... https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js — 200 — 56.6 KiB — 79 ms — h2https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 112 ms — h2https://www.googletagmanager.com/gtag/destination?id=AW-860962464&cx=c&gtm=4e64m0h2www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-860962464&cx=c&gtm=4e64m0h2 — 200 — 133.3 KiB — 130 ms — h3https://script.crazyegg.com/pages/scripts/0010/0790.jsscript.crazyegg.com/pages/scripts/0... https://script.crazyegg.com/pages/scripts/0010/0790.js — 200 — 2.7 KiB — 54 ms — h3https://www.googletagmanager.com/gtag/destination?id=AW-691427613&cx=c&gtm=4e64m0h2www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-691427613&cx=c&gtm=4e64m0h2 — 200 — 136.7 KiB — 151 ms — h3https://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 — 15 ms — h2https://www.googletagmanager.com/gtag/destination?id=AW-16796757444&cx=c&gtm=4e64m0h2www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-16796757444&cx=c&gtm=4e64m0h2 — 200 — 142.8 KiB — 141 ms — h3https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 24 ms — h3https://adp.eab.com/js/adp.min.jsadp.eab.com/js/adp.min.js https://adp.eab.com/js/adp.min.js — -1 — 0 B — 388 ms — https://www.google.com/ccm/collect?rcb=10&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&scrsrc=www.googletagmanager.com&rnd=1625431731.1776901304&dt=UAF%20Home%20%7C%20University%20of%20Alaska%20Fairbanks&auid=1850264799.1776901304&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64m0h2v76400817za200zd76400817xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&apve=1&apvf=f&apvc=1&tft=1776901304225&tfd=3446www.google.com/ccm/collect?rcb=10&f... https://www.google.com/ccm/collect?rcb=10&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&scrsrc=www.googletagmanager.com&rnd=1625431731.1776901304&dt=UAF%20Home%20%7C%20University%20of%20Alaska%20Fairbanks&auid=1850264799.1776901304&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64m0h2v76400817za200zd76400817xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&apve=1&apvf=f&apvc=1&tft=1776901304225&tfd=3446 — 200 — 21 B — 134 ms — h3https://trkn.us/pixel/conv/ppt=24506;g=sitewide_pixel;gid=60916;ord=768484287?gtmcb=1388137638trkn.us/pixel/conv/ppt=24506;g=site... https://trkn.us/pixel/conv/ppt=24506;g=sitewide_pixel;gid=60916;ord=768484287?gtmcb=1388137638 — 302 — 562 B — 151 ms — http/1.1https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 3.2 KiB — 99 ms — h2https://www.google.com/cse/static/element/b33cba5881f68fbf/cse_element__en.js?usqp=CAI%3Dwww.google.com/cse/static/element/b... https://www.google.com/cse/static/element/b33cba5881f68fbf/cse_element__en.js?usqp=CAI%3D — 200 — 98.5 KiB — 105 ms — h3https://www.google.com/cse/static/element/b33cba5881f68fbf/default_v6+en.csswww.google.com/cse/static/element/b... https://www.google.com/cse/static/element/b33cba5881f68fbf/default_v6+en.css — 200 — 9.7 KiB — 77 ms — h3https://www.google.com/cse/static/style/look/v6/default.csswww.google.com/cse/static/style/loo... https://www.google.com/cse/static/style/look/v6/default.css — 200 — 1.2 KiB — 54 ms — h3https://www.uaf.edu/_resources/js/direct-edit.jswww.uaf.edu/_resources/js/direct-ed... https://www.uaf.edu/_resources/js/direct-edit.js — 200 — 844 B — 583 ms — http/1.1https://px.ads.linkedin.com/attribution_trigger?pid=1764089&time=1776901304254&url=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=1764089&time=1776901304254&url=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F — 200 — 838 B — 205 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=1764089&time=1776901304254&url=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2Fpx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=1764089&time=1776901304254&url=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F — 302 — 1.0 KiB — 255 ms — h2https://connect.facebook.net/signals/config/567765650676252?v=2.9.303&r=stable&domain=www.uaf.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/567765650676252?v=2.9.303&r=stable&domain=www.uaf.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 44.8 KiB — 21 ms — h3https://script.crazyegg.com/pages/data-scripts/0010/0790/site/www.uaf.edu.json?t=1script.crazyegg.com/pages/data-scri... https://script.crazyegg.com/pages/data-scripts/0010/0790/site/www.uaf.edu.json?t=1 — 200 — 746 B — 49 ms — h3https://www.google-analytics.com/j/collect?v=1&_v=j102&a=587731934&t=pageview&_s=1&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&ul=en-us&dt=UAF%20Home%20%7C%20University%20of%20Alaska%20Fairbanks&sr=800x600&vp=1350x940&_u=YCDAgUABAAAAACAEK~&jid=1455079160&gjid=411937856&cid=1239243978.1776901303&tid=UA-31913734-2&_gid=1886839254.1776901304&_slc=1&gtm=45He64m0h2n81T2CCCXQv76400817za200zd76400817&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&cd1=1239243978.1776901303&npa=1&z=594703940www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=587731934&t=pageview&_s=1&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&ul=en-us&dt=UAF%20Home%20%7C%20University%20of%20Alaska%20Fairbanks&sr=800x600&vp=1350x940&_u=YCDAgUABAAAAACAEK~&jid=1455079160&gjid=411937856&cid=1239243978.1776901303&tid=UA-31913734-2&_gid=1886839254.1776901304&_slc=1&gtm=45He64m0h2n81T2CCCXQv76400817za200zd76400817&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&cd1=1239243978.1776901303&npa=1&z=594703940 — 200 — 450 B — 31 ms — h2https://stats.g.doubleclick.net/j/collect?t=dc&aip=1&_r=3&v=1&_v=j102&tid=UA-31913734-2&cid=1239243978.1776901303&jid=1455079160&gjid=411937856&_gid=1886839254.1776901304&npa=1&_u=YCDAgUABAAAAAGAEK~&z=436876975stats.g.doubleclick.net/j/collect?t... https://stats.g.doubleclick.net/j/collect?t=dc&aip=1&_r=3&v=1&_v=j102&tid=UA-31913734-2&cid=1239243978.1776901303&jid=1455079160&gjid=411937856&_gid=1886839254.1776901304&npa=1&_u=YCDAgUABAAAAAGAEK~&z=436876975 — 200 — 648 B — 89 ms — h2https://trkn.us/pixel/conv/ppt=24506;g=sitewide_pixel;gid=60916;ord=768484287?gtmcb=1388137638;ip=141.227.188.119;cuidchk=1trkn.us/pixel/conv/ppt=24506;g=site... https://trkn.us/pixel/conv/ppt=24506;g=sitewide_pixel;gid=60916;ord=768484287?gtmcb=1388137638;ip=141.227.188.119;cuidchk=1 — 200 — 721 B — 27 ms — http/1.1https://25livepub.collegenet.com/hash61063E2DFBB77712530C2E88DA2BB747/scripts/core.js25livepub.collegenet.com/hash61063E... https://25livepub.collegenet.com/hash61063E2DFBB77712530C2E88DA2BB747/scripts/core.js — 200 — 9.8 KiB — 191 ms — h2https://fonts.googleapis.com/css?family=Barlow:400,500,700fonts.googleapis.com/css?family=Bar... https://fonts.googleapis.com/css?family=Barlow:400,500,700 — 200 — 644 B — 32 ms — h2https://25livepub.collegenet.com/i/DgBUQLfPDdhROD9wKDLwjNRv.png?color=%2300000025livepub.collegenet.com/i/DgBUQLfP... https://25livepub.collegenet.com/i/DgBUQLfPDdhROD9wKDLwjNRv.png?color=%23000000 — 200 — 1.5 KiB — 191 ms — h2https://25livepub.collegenet.com/i/DgAHh170fH1kynGDz1BFeW4K.png?color=%2300000025livepub.collegenet.com/i/DgAHh170... https://25livepub.collegenet.com/i/DgAHh170fH1kynGDz1BFeW4K.png?color=%23000000 — 200 — 1.4 KiB — 364 ms — h2https://25livepub.collegenet.com/e/scripts/eapanel2.js25livepub.collegenet.com/e/scripts/... https://25livepub.collegenet.com/e/scripts/eapanel2.js — 200 — 2.1 KiB — 181 ms — h2https://bat.bing.com/p/action/5601596.jsbat.bing.com/p/action/5601596.js https://bat.bing.com/p/action/5601596.js — 200 — 429 B — 36 ms — h2https://connect.facebook.net/signals/config/344036003527697?v=2.9.303&r=stable&domain=www.uaf.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/344036003527697?v=2.9.303&r=stable&domain=www.uaf.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245 — 200 — 16.4 KiB — 7 ms — h3https://www.facebook.com/tr/?id=567765650676252&ev=PageView&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&rl=&if=false&ts=1776901304424&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776901304417.369060384264754629&ler=empty&cdl=API_unavailable&pmd[title]=UAF%20Home%20%7C%20University%20of%20Alaska%20Fairbanks&pmd[locale]=en&it=1776901304310&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=56776565067... https://www.facebook.com/tr/?id=567765650676252&ev=PageView&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&rl=&if=false&ts=1776901304424&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776901304417.369060384264754629&ler=empty&cdl=API_unavailable&pmd[title]=UAF%20Home%20%7C%20University%20of%20Alaska%20Fairbanks&pmd[locale]=en&it=1776901304310&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=GET — 200 — 19 B — 17 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=567765650676252&ev=PageView&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&rl=&if=false&ts=1776901304424&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776901304417.369060384264754629&ler=empty&cdl=API_unavailable&pmd[title]=UAF%20Home%20%7C%20University%20of%20Alaska%20Fairbanks&pmd[locale]=en&it=1776901304310&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=567765650676252&ev=PageView&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&rl=&if=false&ts=1776901304424&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776901304417.369060384264754629&ler=empty&cdl=API_unavailable&pmd[title]=UAF%20Home%20%7C%20University%20of%20Alaska%20Fairbanks&pmd[locale]=en&it=1776901304310&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=FGET — 200 — 194 B — 229 ms — h3https://www.youtube.com/s/player/1bb6ee63/www-widgetapi.vflset/www-widgetapi.jswww.youtube.com/s/player/1bb6ee63/w... https://www.youtube.com/s/player/1bb6ee63/www-widgetapi.vflset/www-widgetapi.js — 200 — 10.6 KiB — 33 ms — h2https://www.google.com/ccm/collect?rcb=15&frm=0&ae=g&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&scrsrc=www.googletagmanager.com&rnd=1625431731.1776901304&dt=UAF%20Home%20%7C%20University%20of%20Alaska%20Fairbanks&auid=1850264799.1776901304&navt=n&npa=1&_tu=CA&gtm=45be64m0h2z876400817za20gzb76400817zd76400817xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~118463262&apve=1&apvf=f&apvc=0&tids=AW-860962464&tid=AW-860962464&tft=1776901304469&tfd=3690www.google.com/ccm/collect?rcb=15&f... https://www.google.com/ccm/collect?rcb=15&frm=0&ae=g&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&scrsrc=www.googletagmanager.com&rnd=1625431731.1776901304&dt=UAF%20Home%20%7C%20University%20of%20Alaska%20Fairbanks&auid=1850264799.1776901304&navt=n&npa=1&_tu=CA&gtm=45be64m0h2z876400817za20gzb76400817zd76400817xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~118463262&apve=1&apvf=f&apvc=0&tids=AW-860962464&tid=AW-860962464&tft=1776901304469&tfd=3690 — 200 — 21 B — 46 ms — h3https://www.google.com/ccm/collect?rcb=17&frm=0&ae=g&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&scrsrc=www.googletagmanager.com&rnd=1625431731.1776901304&dt=UAF%20Home%20%7C%20University%20of%20Alaska%20Fairbanks&auid=1850264799.1776901304&navt=n&npa=1&_tu=CA&gtm=45be64m0h2v9213170808z876400817za20gzb76400817zd76400817xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266400&apve=1&apvf=f&apvc=0&tids=AW-16796757444&tid=AW-16796757444&tft=1776901304514&tfd=3735www.google.com/ccm/collect?rcb=17&f... https://www.google.com/ccm/collect?rcb=17&frm=0&ae=g&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&scrsrc=www.googletagmanager.com&rnd=1625431731.1776901304&dt=UAF%20Home%20%7C%20University%20of%20Alaska%20Fairbanks&auid=1850264799.1776901304&navt=n&npa=1&_tu=CA&gtm=45be64m0h2v9213170808z876400817za20gzb76400817zd76400817xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266400&apve=1&apvf=f&apvc=0&tids=AW-16796757444&tid=AW-16796757444&tft=1776901304514&tfd=3735 — 200 — 21 B — 43 ms — h3https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=1764089&time=1776901304254&url=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&e_ipv6=AQJugCJ-el197wAAAZ23kjBjdWGAk1HgtgnPr7SfBQjehfEMPU5Y9kOR1DFrDDg71rY1yGybrlt5px4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=1764089&time=1776901304254&url=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&e_ipv6=AQJugCJ-el197wAAAZ23kjBjdWGAk1HgtgnPr7SfBQjehfEMPU5Y9kOR1DFrDDg71rY1yGybrlt5 — 200 — 694 B — 231 ms — h2https://www.google.com/ccm/collect?rcb=3&frm=0&ae=g&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&scrsrc=www.googletagmanager.com&rnd=1625431731.1776901304&dt=UAF%20Home%20%7C%20University%20of%20Alaska%20Fairbanks&auid=1850264799.1776901304&navt=n&npa=1&_tu=CA&gtm=45be64m0h2z876400817za20gzb76400817zd76400817xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-691427613&tid=AW-691427613&tft=1776901304592&tfd=3813www.google.com/ccm/collect?rcb=3&fr... https://www.google.com/ccm/collect?rcb=3&frm=0&ae=g&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&scrsrc=www.googletagmanager.com&rnd=1625431731.1776901304&dt=UAF%20Home%20%7C%20University%20of%20Alaska%20Fairbanks&auid=1850264799.1776901304&navt=n&npa=1&_tu=CA&gtm=45be64m0h2z876400817za20gzb76400817zd76400817xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-691427613&tid=AW-691427613&tft=1776901304592&tfd=3813 — 200 — 21 B — 45 ms — h3https://25livepub.collegenet.com/hash61063E2DFBB77712530C2E88DA2BB747/scripts/core.js25livepub.collegenet.com/hash61063E... https://25livepub.collegenet.com/hash61063E2DFBB77712530C2E88DA2BB747/scripts/core.js — 200 — 0 B — 9 ms — h2https://25livepub.collegenet.com/hash99AD48472014902EC8C3F1A9276D5BAC/e/scripts/wookmark.min.js25livepub.collegenet.com/hash99AD48... https://25livepub.collegenet.com/hash99AD48472014902EC8C3F1A9276D5BAC/e/scripts/wookmark.min.js — 200 — 3.7 KiB — 184 ms — h2https://25livepub.collegenet.com/hash50AF10F65069AAFBE2F129A4B8751980/scripts/TiledGrid.js25livepub.collegenet.com/hash50AF10... https://25livepub.collegenet.com/hash50AF10F65069AAFBE2F129A4B8751980/scripts/TiledGrid.js — 200 — 1.6 KiB — 193 ms — h2https://fonts.googleapis.com/css?family=Barlow:400,500,700fonts.googleapis.com/css?family=Bar... https://fonts.googleapis.com/css?family=Barlow:400,500,700 — 200 — 0 B — 8 ms — h2https://25livepub.collegenet.com/i/DgBhpkyRN3avOyIMCFFl10W2.png?color=%2300000025livepub.collegenet.com/i/DgBhpkyR... https://25livepub.collegenet.com/i/DgBhpkyRN3avOyIMCFFl10W2.png?color=%23000000 — 200 — 1.5 KiB — 406 ms — h2https://25livepub.collegenet.com/i/DgBUQLfPDdhROD9wKDLwjNRv.png?color=%2300000025livepub.collegenet.com/i/DgBUQLfP... https://25livepub.collegenet.com/i/DgBUQLfPDdhROD9wKDLwjNRv.png?color=%23000000 — 200 — 0 B — 7 ms — h2https://25livepub.collegenet.com/i/DgAHh170fH1kynGDz1BFeW4K.png?color=%2300000025livepub.collegenet.com/i/DgAHh170... https://25livepub.collegenet.com/i/DgAHh170fH1kynGDz1BFeW4K.png?color=%23000000 — 200 — 0 B — 148 ms — h2https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2fonts.gstatic.com/s/barlow/v13/7cHq... https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2 — 200 — 0 B — 0 ms — h3https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2fonts.gstatic.com/s/barlow/v13/7cHq... https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2 — 200 — 0 B — 0 ms — h3https://www.facebook.com/tr/?id=344036003527697&ev=PageView&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&rl=&if=false&ts=1776901304631&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776901304417.369060384264754629&ler=empty&cdl=API_unavailable&pmd[title]=UAF%20Home%20%7C%20University%20of%20Alaska%20Fairbanks&pmd[locale]=en&it=1776901304310&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=34403600352... https://www.facebook.com/tr/?id=344036003527697&ev=PageView&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&rl=&if=false&ts=1776901304631&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776901304417.369060384264754629&ler=empty&cdl=API_unavailable&pmd[title]=UAF%20Home%20%7C%20University%20of%20Alaska%20Fairbanks&pmd[locale]=en&it=1776901304310&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=GET — 200 — 16 B — 3 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=344036003527697&ev=PageView&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&rl=&if=false&ts=1776901304631&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776901304417.369060384264754629&ler=empty&cdl=API_unavailable&pmd[title]=UAF%20Home%20%7C%20University%20of%20Alaska%20Fairbanks&pmd[locale]=en&it=1776901304310&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=344036003527697&ev=PageView&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&rl=&if=false&ts=1776901304631&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776901304417.369060384264754629&ler=empty&cdl=API_unavailable&pmd[title]=UAF%20Home%20%7C%20University%20of%20Alaska%20Fairbanks&pmd[locale]=en&it=1776901304310&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=FGET — 200 — 191 B — 59 ms — h3https://www.uaf.edu/uaf/images/carousel/2025/26Jan-VBALL.jpgwww.uaf.edu/uaf/images/carousel/202... https://www.uaf.edu/uaf/images/carousel/2025/26Jan-VBALL.jpg — 200 — 717.3 KiB — 428 ms — http/1.1https://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 — 430 B — 190 ms — h2https://www.uaf.edu/_resources/images/uafBear.pngwww.uaf.edu/_resources/images/uafBe... https://www.uaf.edu/_resources/images/uafBear.png — 200 — 1.7 KiB — 221 ms — http/1.1https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2fonts.gstatic.com/s/barlow/v13/7cHq... https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2 — 200 — 0 B — 0 ms — h3https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2fonts.gstatic.com/s/barlow/v13/7cHq... https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2 — 200 — 0 B — 0 ms — h3https://fonts.gstatic.com/s/barlow/v13/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2fonts.gstatic.com/s/barlow/v13/7cHp... https://fonts.gstatic.com/s/barlow/v13/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2 — 200 — 15.3 KiB — 29 ms — h3https://www.uaf.edu/uaf/images/JR-18-5897-133_ambassadors.jpgwww.uaf.edu/uaf/images/JR-18-5897-1... https://www.uaf.edu/uaf/images/JR-18-5897-133_ambassadors.jpg — 200 — 78.6 KiB — 450 ms — http/1.1https://cdnconsents.websitepolicies.com/legacy/lib/cookieconsent/cookieconsent.min.csscdnconsents.websitepolicies.com/leg... https://cdnconsents.websitepolicies.com/legacy/lib/cookieconsent/cookieconsent.min.css — 200 — 2.7 KiB — 28 ms — h2https://script.hotjar.com/browser-perf.8417c6bba72228fa2e29.jsscript.hotjar.com/browser-perf.8417... https://script.hotjar.com/browser-perf.8417c6bba72228fa2e29.js — 200 — 2.2 KiB — 18 ms — h2https://cse.google.com/adsense/search/async-ads.jscse.google.com/adsense/search/async... https://cse.google.com/adsense/search/async-ads.js — 200 — 43.6 KiB — 66 ms — h2https://www.google.com/cse/static/images/1x/en/branding.pngwww.google.com/cse/static/images/1x... https://www.google.com/cse/static/images/1x/en/branding.png — 200 — 1.5 KiB — 19 ms — h3https://clients1.google.com/generate_204clients1.google.com/generate_204 https://clients1.google.com/generate_204 — 204 — 117 B — 83 ms — h2https://bat.bing.net/actionp/0?ti=5601596&tm=gtm002&Ver=2&mid=ad69d24a-c895-446b-9fca-3309121ef9a9&bo=1&evt=consent&src=enforced&cdb=AQAY&asc=Dbat.bing.net/actionp/0?ti=5601596&t... https://bat.bing.net/actionp/0?ti=5601596&tm=gtm002&Ver=2&mid=ad69d24a-c895-446b-9fca-3309121ef9a9&bo=1&evt=consent&src=enforced&cdb=AQAY&asc=D — 204 — 346 B — 130 ms — h2https://bat.bing.net/action/0?ti=5601596&tm=gtm002&Ver=2&mid=ad69d24a-c895-446b-9fca-3309121ef9a9&bo=2&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=UAF%20Home%20%7C%20University%20of%20Alaska%20Fairbanks&p=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&r=&lt=4092&evt=pageLoad&sv=2&asc=D&cdb=AQAY&rn=678455bat.bing.net/action/0?ti=5601596&tm... https://bat.bing.net/action/0?ti=5601596&tm=gtm002&Ver=2&mid=ad69d24a-c895-446b-9fca-3309121ef9a9&bo=2&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=UAF%20Home%20%7C%20University%20of%20Alaska%20Fairbanks&p=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&r=&lt=4092&evt=pageLoad&sv=2&asc=D&cdb=AQAY&rn=678455 — 204 — 120 B — 130 ms — h2https://www.uaf.edu/uaf/images/JR-21-6813-10_cropped.jpgwww.uaf.edu/uaf/images/JR-21-6813-1... https://www.uaf.edu/uaf/images/JR-21-6813-10_cropped.jpg — 200 — 124.7 KiB — 314 ms — http/1.1https://www.youvisit.com/SmartScript/latest/smartscript.js?v=26.1.6www.youvisit.com/SmartScript/latest... https://www.youvisit.com/SmartScript/latest/smartscript.js?v=26.1.6 — 200 — 53.3 KiB — 34 ms — h2https://www.uaf.edu/uaf/images/Alaska_state_UAF_campuses.pngwww.uaf.edu/uaf/images/Alaska_state... https://www.uaf.edu/uaf/images/Alaska_state_UAF_campuses.png — 200 — 126.2 KiB — 483 ms — http/1.1https://www.uaf.edu/uaf/images/carousel/2025/FINAL_1225_Aurora_Homepage_Carousel.jpgwww.uaf.edu/uaf/images/carousel/202... https://www.uaf.edu/uaf/images/carousel/2025/FINAL_1225_Aurora_Homepage_Carousel.jpg — 200 — 134.8 KiB — 210 ms — http/1.1https://www.uaf.edu/news/wild-iris.jpgwww.uaf.edu/news/wild-iris.jpg https://www.uaf.edu/news/wild-iris.jpg — 200 — 1006.6 KiB — 230 ms — http/1.1https://www.uaf.edu/news/georgia-houde.jpgwww.uaf.edu/news/georgia-houde.jpg https://www.uaf.edu/news/georgia-houde.jpg — 200 — 1.2 MiB — 835 ms — http/1.1https://www.uaf.edu/_resources/images/themes/Cartography_symbols_white.pngwww.uaf.edu/_resources/images/theme... https://www.uaf.edu/_resources/images/themes/Cartography_symbols_white.png — 200 — 2.1 KiB — 211 ms — http/1.1https://www.uaf.edu/uaf/images/538-topo-fade.pngwww.uaf.edu/uaf/images/538-topo-fad... https://www.uaf.edu/uaf/images/538-topo-fade.png — 200 — 217.3 KiB — 213 ms — http/1.1https://www.uaf.edu/_resources/images/themes/Cartography-symbols_116.pngwww.uaf.edu/_resources/images/theme... https://www.uaf.edu/_resources/images/themes/Cartography-symbols_116.png — 200 — 3.7 KiB — 208 ms — http/1.1https://www.uaf.edu/uaf/images/TP-20-6661-60_topo-overlay.jpgwww.uaf.edu/uaf/images/TP-20-6661-6... https://www.uaf.edu/uaf/images/TP-20-6661-60_topo-overlay.jpg — 200 — 123.8 KiB — 208 ms — http/1.1https://25livepub.collegenet.com/et.aspx?calendar=409906&deed=2&spud=127&config=mobile&mainspud=43&url=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F25livepub.collegenet.com/et.aspx?ca... https://25livepub.collegenet.com/et.aspx?calendar=409906&deed=2&spud=127&config=mobile&mainspud=43&url=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F — 200 — 373 B — 187 ms — h2https://25livepub.collegenet.com/et.aspx?calendar=409906&deed=2&spud=155&mainspud=43&url=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F25livepub.collegenet.com/et.aspx?ca... https://25livepub.collegenet.com/et.aspx?calendar=409906&deed=2&spud=155&mainspud=43&url=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F — 200 — 325 B — 197 ms — h2https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=afs&tv=1234567890&st=env&sjk=VZ5ENXGfSAG+EJjyUZdnGA==&sde=1ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=afs&tv=1234567890&st=env&sjk=VZ5ENXGfSAG+EJjyUZdnGA==&sde=1 — 200 — 8.2 KiB — 67 ms — h3https://www.uaf.edu/_resources/images/favicon.icowww.uaf.edu/_resources/images/favic... https://www.uaf.edu/_resources/images/favicon.ico — 200 — 5.9 KiB — 209 ms — http/1.1https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 87 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 5.8 KiB — 84 ms — h2https://pagead2.googlesyndication.com/bg/RiK6ZWktSJHFoyfG9cjH9nLRaZ1B3RgkbmOlM6XvCcc.jspagead2.googlesyndication.com/bg/Ri... https://pagead2.googlesyndication.com/bg/RiK6ZWktSJHFoyfG9cjH9nLRaZ1B3RgkbmOlM6XvCcc.js — 200 — 21.8 KiB — 94 ms — h3https://ep2.adtrafficquality.google/generate_204?j6BE4wep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?j6BE4w — 204 — 40 B — 28 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=afs_1234567890&jk=VZ5ENXGfSAG%2BEJjyUZdnGA%3D%3D&bg=!-_il-JrNAAa1ilLUlYo7AEcBe5WfONfkHO-G20JtnMRxsQZs-nSlJQbc7aGX4j1eTMmzWS8HflhJzb6abNfveuPMu15B5d4dpxCYMY3ufKQAYdbyaQFsjwIAAAA7UgAAAANoAQd-ABvCYkdmOhblPUKrX9Y6fkPmvm6DNGFiyOB3-tQKAJgmi2MoOk14WzJ3QNGs9ORbz6wlFZD8TLURZkLlt36kUt-LeHCpIRAnvqAHZk-M_SM3w-bVvV4CkUoHVFBfKn2jJqAx-yo668H8Wk-l7_clZ6H85Sw7ulBBb8qu1am1JiN01wL5TG-luTuhRAghWtT95rzsXSRjjx2dAsyaHPN4QSM7Aj_XND1btR7KbsXS6egWwx2Sj16VzJkB9Nv922OH4OoOYdhgSZHGBt6GJRm_xRNmskZO5sDBGYwlJ4brohxrMfQ6i5cvIRN6gkd7YG8kYdEDF-4sr4lQBmJIzYtTjUbVxq4PEvFwykkX9NDJ4zmFJEEQeaD2s38YmJs_lreXxPUAOC3ccqYVMvJHDjroFEyQ0_SN2mv-_lA7a5FQcfpOSB7CorRpwnaAR8NL9P154YK5jYez2dKj-tHw9lF_1plnpTZaFAol43ZQ-69IEfvBj8tIotcWyG6hMSeqevPCWJfDFAdVR_jNWtbyrm-0N8NkCum_4qMgbjXWod-3bYCjlztHLClAh-hxtc8JaXA1vGRDrWS0sRyH12J85ceC-Z1g1ONS-O5AGhSESuAiCp2g9sLt-XonjF12bAK_SOho-gr-XnljPpHW6NZ9vev-PmMgPFRIxWXCZU5S6niIyD2B-RKO897htUzy1b99RtOUEkw8k_FVnH8zkfhTbtBXYUXRebKn3WQMY8p55boXxqbhPmzPLuugUO3JPf3fDETIsYoISdyDaNUV3_JpbaR7F7ajf6nNL6Zkh9VEJIIlRVSKYzdPjRIu33DDNZjEHo0IR9DQNags8NGXQy5XCuNNE94K_L7NIQcXaaJfSFjJRvBBapA_GQhxedOBRtk-nLk5ZdrbQgfacAPWflGXQLYUep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=afs_1234567890&jk=VZ5ENXGfSAG%2BEJjyUZdnGA%3D%3D&bg=!-_il-JrNAAa1ilLUlYo7AEcBe5WfONfkHO-G20JtnMRxsQZs-nSlJQbc7aGX4j1eTMmzWS8HflhJzb6abNfveuPMu15B5d4dpxCYMY3ufKQAYdbyaQFsjwIAAAA7UgAAAANoAQd-ABvCYkdmOhblPUKrX9Y6fkPmvm6DNGFiyOB3-tQKAJgmi2MoOk14WzJ3QNGs9ORbz6wlFZD8TLURZkLlt36kUt-LeHCpIRAnvqAHZk-M_SM3w-bVvV4CkUoHVFBfKn2jJqAx-yo668H8Wk-l7_clZ6H85Sw7ulBBb8qu1am1JiN01wL5TG-luTuhRAghWtT95rzsXSRjjx2dAsyaHPN4QSM7Aj_XND1btR7KbsXS6egWwx2Sj16VzJkB9Nv922OH4OoOYdhgSZHGBt6GJRm_xRNmskZO5sDBGYwlJ4brohxrMfQ6i5cvIRN6gkd7YG8kYdEDF-4sr4lQBmJIzYtTjUbVxq4PEvFwykkX9NDJ4zmFJEEQeaD2s38YmJs_lreXxPUAOC3ccqYVMvJHDjroFEyQ0_SN2mv-_lA7a5FQcfpOSB7CorRpwnaAR8NL9P154YK5jYez2dKj-tHw9lF_1plnpTZaFAol43ZQ-69IEfvBj8tIotcWyG6hMSeqevPCWJfDFAdVR_jNWtbyrm-0N8NkCum_4qMgbjXWod-3bYCjlztHLClAh-hxtc8JaXA1vGRDrWS0sRyH12J85ceC-Z1g1ONS-O5AGhSESuAiCp2g9sLt-XonjF12bAK_SOho-gr-XnljPpHW6NZ9vev-PmMgPFRIxWXCZU5S6niIyD2B-RKO897htUzy1b99RtOUEkw8k_FVnH8zkfhTbtBXYUXRebKn3WQMY8p55boXxqbhPmzPLuugUO3JPf3fDETIsYoISdyDaNUV3_JpbaR7F7ajf6nNL6Zkh9VEJIIlRVSKYzdPjRIu33DDNZjEHo0IR9DQNags8NGXQy5XCuNNE94K_L7NIQcXaaJfSFjJRvBBapA_GQhxedOBRtk-nLk5ZdrbQgfacAPWflGXQLYU — 204 — 17 B — 56 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-MDZVJDPE5D&gtm=45je64k1v889380391za200zd889380391&_p=1776901302676&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AEAAAAQ&ae=a&are=1&cid=1239243978.1776901303&frm=0&pscdl=noapi&rcb=4&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=2&tag_exp=0~115938465~115938469~117266401~117512542&sid=1776901302&sct=1&seg=0&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&dt=&en=scroll&epn.percent_scrolled=90&_et=35&tfd=7200region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-MDZVJDPE5D&gtm=45je64k1v889380391za200zd889380391&_p=1776901302676&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AEAAAAQ&ae=a&are=1&cid=1239243978.1776901303&frm=0&pscdl=noapi&rcb=4&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=2&tag_exp=0~115938465~115938469~117266401~117512542&sid=1776901302&sct=1&seg=0&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&dt=&en=scroll&epn.percent_scrolled=90&_et=35&tfd=7200 — 204 — 48 B — 35 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-SE7R1K6PWW&gtm=45je64k1v889380391za200zd889380391&_p=1776901302676&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AEAAAAQ&ae=a&are=1&cid=1239243978.1776901303&frm=0&pscdl=noapi&rcb=4&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=2&tag_exp=0~115938465~115938469~117266401~117512542&sid=1776901302&sct=1&seg=0&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&dt=&en=scroll&epn.percent_scrolled=90&_et=34&tfd=7203region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-SE7R1K6PWW&gtm=45je64k1v889380391za200zd889380391&_p=1776901302676&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AEAAAAQ&ae=a&are=1&cid=1239243978.1776901303&frm=0&pscdl=noapi&rcb=4&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=2&tag_exp=0~115938465~115938469~117266401~117512542&sid=1776901302&sct=1&seg=0&dl=https%3A%2F%2Fwww.uaf.edu%2Fuaf%2F&dt=&en=scroll&epn.percent_scrolled=90&_et=34&tfd=7203 — 204 — 48 B — 34 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 693ms · 408KB · $9/mo
www.uaf.edu
Other
Costly
Execution 243ms
Transfer 67 KB
Monthly Cost $3/mo
Unattributable
Other
Costly
Execution 209ms
Transfer 0 KB
Monthly Cost $3/mo
Google Tag Manager
Tag Manager
Optional
Execution 138ms
Transfer 177 KB
Unused 37%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 103ms
Transfer 164 KB
Unused 41%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.uaf.edu adds 243ms and costs ~$3/month
  • Unattributable adds 209ms 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

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

Why this matters

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

Source: web.dev

Unattributable takes 209ms 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