Skip to content
https://sfsu.edu

Performance

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

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

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

1.22 s

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

5.87 s

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

38 ms

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

0.003

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

2.62 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.30 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
11.6 MB transferred, 222 requests
FIX
11.6 MB transferred, 222 requests
Critical::
Page weighs 16.8 MB (11.6 MB transferred)
Warning::
Images are 9.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 9.1 MB
Warning::
JavaScript is 1.9 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.9 MB
Info::
Fonts are 255 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 255 KB
Warning::
222 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 2.4 g CO2 per page load
11.6 MB / 2.4 MB budget
11.6 MB transferred
222 requests
2.4 g CO2 per page load
Images 9.1 MiB 79%
JavaScript 1.9 MiB 16%
Fonts 254.9 KiB 2%
CSS 184.7 KiB 2%
HTML 103.3 KiB 1%
Other 17.9 KiB 0%
Other 3.4 KiB 0%
Other 954 B 0%
Other 778 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

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 (11.6 MiB of 11.6 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
57 scripts, 428 KB unused
FIX
57 scripts, 428 KB unused
Warning::
https://www.googletagmanager.com/gtag/destination?...: 98 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-58L...: 66 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=UA-326...: 62 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-0C80...: 60 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=DC-156...: 56 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 428 KB
428 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/destination?id=DC-15606292&cx=c&gtm=4e64k0129 KB98 KB (76%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-58L3BPZ146 KB66 KB (45%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-32666100-1116 KB62 KB (53%)3rd
https://www.googletagmanager.com/gtag/js?id=G-0C80C824X3&cx=c&gtm=4e64k0149 KB60 KB (40%)3rd
https://www.googletagmanager.com/gtag/js?id=DC-15606292129 KB56 KB (43%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB35 KB (37%)3rd
https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/patternlab/source/js/jquery.dataTables.min.js?tdwoto34 KB29 KB (85%)3rd
https://www.youvisit.com/SmartScript/latest/smartscript.js?v=26.1.653 KB22 KB (42%)3rd
https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatehome/js/sfstate-home.js?tdwoto1 KB3rd
https://www.sfsu.edu/themes/contrib/bootstrap/js/tooltip.js?tdwoto1 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
222 resources · 11.6 MB · 428 KB savings available
FIX
222 resources · 11.6 MB · 428 KB savings available
Warning::
Page weight 10.6 MB over 1MB target
Got: 11.6 MB Expected: ≤ 1 MB
Info::
~428 KB of savings available
Warning::
221 third-party resources (100% of weight)
Info::
13 resources over 200KB
222 resources · 11.6 MiB · 221 third-party 10.6 MiB over 1MB target
Image 79% · 9.1 MiB
JavaScript 16% · 1.9 MiB
Font 2% · 254.9 KiB
CSS 2% · 184.7 KiB
Document 1% · 117.2 KiB
Other 0% · 4.6 KiB

~427.6 KiB of savings available

Remove unused JavaScript: 427.6 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
63 images, 0 KB saveable
REVIEW
63 images, 0 KB saveable
Warning::
https://news.sfsu.edu/sites/default/files/images/c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.sfsu.edu/sites/default/files/images/Ca... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.sfsu.edu/sites/default/files/images/20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.sfsu.edu/sites/default/files/images/Ac... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.sfsu.edu/sites/default/files/images/Ac... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.sfsu.edu/sites/default/files/images/St... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.sfsu.edu/sites/default/files/images/Ne... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://news.sfsu.edu/sites/default/files/images/S... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.sfsu.edu/sites/default/files/images/Be... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://news.sfsu.edu/sites/default/files/images/L... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.sfsu.edu/sites/default/files/images/SF... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.sfsu.edu/sites/default/files/images/Af... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.sfsu.edu/sites/default/files/images/Ap... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://news.sfsu.edu/sites/default/files/images/A... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.sfsu.edu/sites/default/files/images/Lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.sfsu.edu/profiles/custom/sfstatedrupal... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.sfsu.edu/sites/default/files/images/10... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.sfsu.edu/sites/default/files/images/Co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.sfsu.edu/sites/default/files/images/32... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
63 images 9.1 MB
0 oversized -0 KB
62 legacy format
19 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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
575ms total JS execution
REVIEW
575ms total JS execution
Info::
Unattributable: 187ms CPU time
Info::
https://www.sfsu.edu/: 138ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-58L...: 103ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-0C80...: 86ms CPU time
Info::
https://www.redditstatic.com/ads/pixel.js: 60ms CPU time
Warning::
Third-party scripts: 575ms (100% of total)

Main Thread Breakdown

Script Evaluation 50% Other 24% Style & Layout 11% Script Parsing & Compilation 9%
ScriptTotalScriptingParse/CompileParty
Unattributable187ms4ms0ms3rd
https://www.sfsu.edu/138ms3ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-58L3BPZ103ms90ms10ms3rd
https://www.googletagmanager.com/gtag/js?id=G-0C80C824X3&cx=c&gtm=4e64k086ms74ms11ms3rd
https://www.redditstatic.com/ads/pixel.js60ms56ms1ms3rd
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
8 fonts (255 KB)
PASS
8 fonts (255 KB)
Info::
8 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

8

255 KB total

Render-blocking

0

of 8

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 FCP 1.2 s LCP 5.9 shttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 81 ms — font-display: swaphttps://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wXiWtFCc.woff2S6uyw4BMUTPHjx4wXiWtFCc... https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wXiWtFCc.woff2 — 13.7 KiB — 47 ms — font-display: swaphttps://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2S6u9w4BMUTPHh6UVSwiPGQ3... https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2 — 13.9 KiB — 57 ms — font-display: swaphttps://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/patternlab/source/fonts/bootstrap/glyphicons-halflings-regular.woff2glyphicons-halflings-re... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/patternlab/source/fonts/bootstrap/glyphicons-halflings-regular.woff2 — 17.9 KiB — 58 ms — font-display: swaphttps://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.woff2 — 74.2 KiB — 96 ms — font-display: swaphttps://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2S6u9w4BMUTPHh7USSwiPGQ3... https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2 — 13.6 KiB — 64 ms — font-display: swaphttps://fonts.gstatic.com/s/lato/v25/S6u8w4BMUTPHjxsAXC-qNiXg7Q.woff2S6u8w4BMUTPHjxsAXC-qNiX... https://fonts.gstatic.com/s/lato/v25/S6u8w4BMUTPHjxsAXC-qNiXg7Q.woff2 — 14.5 KiB — 67 ms — font-display: swaphttps://use.fontawesome.com/releases/v5.9.0/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-brands-400.woff2 — 73.2 KiB — 102 ms — font-display: swap
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 81 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
S6uyw4BMUTPHjx4wXiWtFCc... woff2 swap
Size 14 KB
Load time 47 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
S6u9w4BMUTPHh6UVSwiPGQ3... woff2 swap
Size 14 KB
Load time 57 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
glyphicons-halflings-re... woff2 swap
Size 18 KB
Load time 58 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 74 KB
Load time 96 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
S6u9w4BMUTPHh7USSwiPGQ3... woff2 swap
Size 14 KB
Load time 64 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
S6u8w4BMUTPHjxsAXC-qNiX... woff2 swap
Size 15 KB
Load time 67 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
fa-brands-400.woff2 woff2 swap
Size 73 KB
Load time 102 ms
Start 1.7 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
222 requests over 4964ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 1.2 s LCP 5.9 shttps://sfsu.edu// https://sfsu.edu/ — 301 — 207 B — 189 ms — h2https://www.sfsu.edu/www.sfsu.edu/ https://www.sfsu.edu/ — 200 — 13.3 KiB — 1.2 s — h2https://www.googletagmanager.com/gtag/js?id=UA-32666100-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-32666100-1 — 200 — 115.9 KiB — 256 ms — h2https://www.sfsu.edu/sites/default/files/google_tag/base_gtm/google_tag.script.js?tdwotowww.sfsu.edu/sites/default/files/go... https://www.sfsu.edu/sites/default/files/google_tag/base_gtm/google_tag.script.js?tdwoto — 200 — 526 B — 80 ms — h2https://www.sfsu.edu/core/modules/system/css/components/align.module.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/align.module.css?tdwoto — 200 — 503 B — 15 ms — h2https://www.sfsu.edu/core/modules/system/css/components/fieldgroup.module.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/fieldgroup.module.css?tdwoto — 200 — 297 B — 17 ms — h2https://www.sfsu.edu/core/modules/system/css/components/container-inline.module.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/container-inline.module.css?tdwoto — 200 — 371 B — 54 ms — h2https://www.sfsu.edu/core/modules/system/css/components/clearfix.module.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/clearfix.module.css?tdwoto — 200 — 416 B — 65 ms — h2https://www.sfsu.edu/core/modules/system/css/components/details.module.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/details.module.css?tdwoto — 200 — 337 B — 66 ms — h2https://www.sfsu.edu/core/modules/system/css/components/hidden.module.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/hidden.module.css?tdwoto — 200 — 939 B — 49 ms — h2https://www.sfsu.edu/core/modules/system/css/components/item-list.module.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/item-list.module.css?tdwoto — 200 — 336 B — 44 ms — h2https://www.sfsu.edu/core/modules/system/css/components/js.module.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/js.module.css?tdwoto — 200 — 589 B — 40 ms — h2https://www.sfsu.edu/core/modules/system/css/components/nowrap.module.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/nowrap.module.css?tdwoto — 200 — 359 B — 42 ms — h2https://www.sfsu.edu/core/modules/system/css/components/position-container.module.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/position-container.module.css?tdwoto — 200 — 306 B — 26 ms — h2https://www.sfsu.edu/core/modules/system/css/components/reset-appearance.module.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/reset-appearance.module.css?tdwoto — 200 — 460 B — 66 ms — h2https://www.sfsu.edu/core/modules/system/css/components/resize.module.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/resize.module.css?tdwoto — 200 — 394 B — 20 ms — h2https://www.sfsu.edu/core/modules/system/css/components/system-status-counter.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/system-status-counter.css?tdwoto — 200 — 535 B — 71 ms — h2https://www.sfsu.edu/core/modules/system/css/components/system-status-report-counters.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/system-status-report-counters.css?tdwoto — 200 — 497 B — 40 ms — h2https://www.sfsu.edu/core/modules/system/css/components/system-status-report-general-info.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/system-status-report-general-info.css?tdwoto — 200 — 376 B — 36 ms — h2https://www.sfsu.edu/core/modules/system/css/components/tablesort.module.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/tablesort.module.css?tdwoto — 200 — 487 B — 18 ms — h2https://www.sfsu.edu/core/modules/views/css/views.module.css?tdwotowww.sfsu.edu/core/modules/views/css... https://www.sfsu.edu/core/modules/views/css/views.module.css?tdwoto — 200 — 424 B — 18 ms — h2https://use.fontawesome.com/releases/v5.9.0/css/all.cssuse.fontawesome.com/releases/v5.9.0... https://use.fontawesome.com/releases/v5.9.0/css/all.css — 200 — 12.9 KiB — 142 ms — h2https://use.fontawesome.com/releases/v5.9.0/css/v4-shims.cssuse.fontawesome.com/releases/v5.9.0... https://use.fontawesome.com/releases/v5.9.0/css/v4-shims.css — 200 — 4.7 KiB — 140 ms — h2https://www.sfsu.edu/modules/contrib/paragraphs/css/paragraphs.unpublished.css?tdwotowww.sfsu.edu/modules/contrib/paragr... https://www.sfsu.edu/modules/contrib/paragraphs/css/paragraphs.unpublished.css?tdwoto — 200 — 299 B — 26 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/modules/custom/sfstate_alerts_advisory/css/alert-advisory.css?tdwotowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/modules/custom/sfstate_alerts_advisory/css/alert-advisory.css?tdwoto — 200 — 672 B — 26 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/patternlab/source/css/bootstrap.css?tdwotowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/patternlab/source/css/bootstrap.css?tdwoto — 200 — 32.4 KiB — 81 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/patternlab/source/css/style.css?tdwotowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/patternlab/source/css/style.css?tdwoto — 200 — 11.0 KiB — 73 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/patternlab/source/css/dataTables.bootstrap.min.css?tdwotowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/patternlab/source/css/dataTables.bootstrap.min.css?tdwoto — 200 — 2.4 KiB — 69 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/css/sfstate-toolbar.css?tdwotowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/css/sfstate-toolbar.css?tdwoto — 200 — 599 B — 76 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatehome/css/sfstate-home.css?tdwotowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatehome/css/sfstate-home.css?tdwoto — 200 — 2.6 KiB — 64 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 1.2 s LCP 5.9 shttps://sfsu.edu// https://sfsu.edu/ — 301 — 207 B — 189 ms — h2https://www.sfsu.edu/www.sfsu.edu/ https://www.sfsu.edu/ — 200 — 13.3 KiB — 1.2 s — h2https://www.googletagmanager.com/gtag/js?id=UA-32666100-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-32666100-1 — 200 — 115.9 KiB — 256 ms — h2https://www.sfsu.edu/sites/default/files/google_tag/base_gtm/google_tag.script.js?tdwotowww.sfsu.edu/sites/default/files/go... https://www.sfsu.edu/sites/default/files/google_tag/base_gtm/google_tag.script.js?tdwoto — 200 — 526 B — 80 ms — h2https://www.sfsu.edu/core/modules/system/css/components/align.module.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/align.module.css?tdwoto — 200 — 503 B — 15 ms — h2https://www.sfsu.edu/core/modules/system/css/components/fieldgroup.module.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/fieldgroup.module.css?tdwoto — 200 — 297 B — 17 ms — h2https://www.sfsu.edu/core/modules/system/css/components/container-inline.module.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/container-inline.module.css?tdwoto — 200 — 371 B — 54 ms — h2https://www.sfsu.edu/core/modules/system/css/components/clearfix.module.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/clearfix.module.css?tdwoto — 200 — 416 B — 65 ms — h2https://www.sfsu.edu/core/modules/system/css/components/details.module.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/details.module.css?tdwoto — 200 — 337 B — 66 ms — h2https://www.sfsu.edu/core/modules/system/css/components/hidden.module.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/hidden.module.css?tdwoto — 200 — 939 B — 49 ms — h2https://www.sfsu.edu/core/modules/system/css/components/item-list.module.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/item-list.module.css?tdwoto — 200 — 336 B — 44 ms — h2https://www.sfsu.edu/core/modules/system/css/components/js.module.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/js.module.css?tdwoto — 200 — 589 B — 40 ms — h2https://www.sfsu.edu/core/modules/system/css/components/nowrap.module.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/nowrap.module.css?tdwoto — 200 — 359 B — 42 ms — h2https://www.sfsu.edu/core/modules/system/css/components/position-container.module.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/position-container.module.css?tdwoto — 200 — 306 B — 26 ms — h2https://www.sfsu.edu/core/modules/system/css/components/reset-appearance.module.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/reset-appearance.module.css?tdwoto — 200 — 460 B — 66 ms — h2https://www.sfsu.edu/core/modules/system/css/components/resize.module.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/resize.module.css?tdwoto — 200 — 394 B — 20 ms — h2https://www.sfsu.edu/core/modules/system/css/components/system-status-counter.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/system-status-counter.css?tdwoto — 200 — 535 B — 71 ms — h2https://www.sfsu.edu/core/modules/system/css/components/system-status-report-counters.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/system-status-report-counters.css?tdwoto — 200 — 497 B — 40 ms — h2https://www.sfsu.edu/core/modules/system/css/components/system-status-report-general-info.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/system-status-report-general-info.css?tdwoto — 200 — 376 B — 36 ms — h2https://www.sfsu.edu/core/modules/system/css/components/tablesort.module.css?tdwotowww.sfsu.edu/core/modules/system/cs... https://www.sfsu.edu/core/modules/system/css/components/tablesort.module.css?tdwoto — 200 — 487 B — 18 ms — h2https://www.sfsu.edu/core/modules/views/css/views.module.css?tdwotowww.sfsu.edu/core/modules/views/css... https://www.sfsu.edu/core/modules/views/css/views.module.css?tdwoto — 200 — 424 B — 18 ms — h2https://use.fontawesome.com/releases/v5.9.0/css/all.cssuse.fontawesome.com/releases/v5.9.0... https://use.fontawesome.com/releases/v5.9.0/css/all.css — 200 — 12.9 KiB — 142 ms — h2https://use.fontawesome.com/releases/v5.9.0/css/v4-shims.cssuse.fontawesome.com/releases/v5.9.0... https://use.fontawesome.com/releases/v5.9.0/css/v4-shims.css — 200 — 4.7 KiB — 140 ms — h2https://www.sfsu.edu/modules/contrib/paragraphs/css/paragraphs.unpublished.css?tdwotowww.sfsu.edu/modules/contrib/paragr... https://www.sfsu.edu/modules/contrib/paragraphs/css/paragraphs.unpublished.css?tdwoto — 200 — 299 B — 26 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/modules/custom/sfstate_alerts_advisory/css/alert-advisory.css?tdwotowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/modules/custom/sfstate_alerts_advisory/css/alert-advisory.css?tdwoto — 200 — 672 B — 26 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/patternlab/source/css/bootstrap.css?tdwotowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/patternlab/source/css/bootstrap.css?tdwoto — 200 — 32.4 KiB — 81 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/patternlab/source/css/style.css?tdwotowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/patternlab/source/css/style.css?tdwoto — 200 — 11.0 KiB — 73 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/patternlab/source/css/dataTables.bootstrap.min.css?tdwotowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/patternlab/source/css/dataTables.bootstrap.min.css?tdwoto — 200 — 2.4 KiB — 69 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/css/sfstate-toolbar.css?tdwotowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/css/sfstate-toolbar.css?tdwoto — 200 — 599 B — 76 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatehome/css/sfstate-home.css?tdwotowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatehome/css/sfstate-home.css?tdwoto — 200 — 2.6 KiB — 64 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/css/faculty.css?tdwotowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/css/faculty.css?tdwoto — 200 — 1.2 KiB — 39 ms — h2https://www.sfsu.edu/sites/default/files/asset_injector/css/campus_tour_button_fix-f4ebe5cbe79d981e2598c0156b965444.css?tdwotowww.sfsu.edu/sites/default/files/as... https://www.sfsu.edu/sites/default/files/asset_injector/css/campus_tour_button_fix-f4ebe5cbe79d981e2598c0156b965444.css?tdwoto — 200 — 387 B — 74 ms — h2https://www.sfsu.edu/sites/default/files/asset_injector/css/paragraph_spacing_divider-b130705386342be5d7471272eb64e98d.css?tdwotowww.sfsu.edu/sites/default/files/as... https://www.sfsu.edu/sites/default/files/asset_injector/css/paragraph_spacing_divider-b130705386342be5d7471272eb64e98d.css?tdwoto — 200 — 302 B — 41 ms — h2https://www.youtube.com/embed/iotTfNhahXA?si=iKfruQ60gQB-dGH4www.youtube.com/embed/iotTfNhahXA?s... https://www.youtube.com/embed/iotTfNhahXA?si=iKfruQ60gQB-dGH4 — 200 — 55.6 KiB — 220 ms — h2https://www.youvisit.com/tour/Embed/js3www.youvisit.com/tour/Embed/js3 https://www.youvisit.com/tour/Embed/js3 — 200 — 5.5 KiB — 389 ms — h2https://news.sfsu.edu/sites/default/files/images/commencement_1200x700.jpgnews.sfsu.edu/sites/default/files/i... https://news.sfsu.edu/sites/default/files/images/commencement_1200x700.jpg — 200 — 296.4 KiB — 90 ms — h2https://news.sfsu.edu/sites/default/files/images/AshleySantiago.pngnews.sfsu.edu/sites/default/files/i... https://news.sfsu.edu/sites/default/files/images/AshleySantiago.png — 200 — 379.8 KiB — 93 ms — h2https://news.sfsu.edu/sites/default/files/images/LavaHeron_JackDumbacherandCAS_1200x700.jpgnews.sfsu.edu/sites/default/files/i... https://news.sfsu.edu/sites/default/files/images/LavaHeron_JackDumbacherandCAS_1200x700.jpg — 200 — 199.2 KiB — 95 ms — h2https://news.sfsu.edu/sites/default/files/images/Student%20in%20computer%20lab%201200%20X%20700.jpgnews.sfsu.edu/sites/default/files/i... https://news.sfsu.edu/sites/default/files/images/Student%20in%20computer%20lab%201200%20X%20700.jpg — 200 — 169.5 KiB — 95 ms — h2https://www.sfsu.edu/sites/default/files/images/10_1.pngwww.sfsu.edu/sites/default/files/im... https://www.sfsu.edu/sites/default/files/images/10_1.png — 200 — 9.1 KiB — 13 ms — h2https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swapfonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap — 200 — 2.2 KiB — 122 ms — h2https://www.sfsu.edu/core/assets/vendor/jquery/jquery.min.js?v=3.7.1www.sfsu.edu/core/assets/vendor/jqu... https://www.sfsu.edu/core/assets/vendor/jquery/jquery.min.js?v=3.7.1 — 200 — 34.9 KiB — 21 ms — h2https://www.sfsu.edu/sites/default/files/images/20_0.pngwww.sfsu.edu/sites/default/files/im... https://www.sfsu.edu/sites/default/files/images/20_0.png — 200 — 10.3 KiB — 26 ms — h2https://www.sfsu.edu/sites/default/files/images/32_0.pngwww.sfsu.edu/sites/default/files/im... https://www.sfsu.edu/sites/default/files/images/32_0.png — 200 — 13.4 KiB — 16 ms — h2https://www.sfsu.edu/sites/default/files/images/CampusLife_1200x800.jpegwww.sfsu.edu/sites/default/files/im... https://www.sfsu.edu/sites/default/files/images/CampusLife_1200x800.jpeg — 200 — 650.4 KiB — 35 ms — h2https://fonts.googleapis.com/css?family=Lato:300,400,400i,700|Open+Sans:300,400,400i,700fonts.googleapis.com/css?family=Lat... https://fonts.googleapis.com/css?family=Lato:300,400,400i,700|Open+Sans:300,400,400i,700 — 200 — 2.2 KiB — 120 ms — h2https://www.sfsu.edu/sites/default/files/images/Academics_1200x800.jpegwww.sfsu.edu/sites/default/files/im... https://www.sfsu.edu/sites/default/files/images/Academics_1200x800.jpeg — 200 — 797.5 KiB — 65 ms — h2https://www.sfsu.edu/core/assets/vendor/underscore/underscore-min.js?v=1.13.7www.sfsu.edu/core/assets/vendor/und... https://www.sfsu.edu/core/assets/vendor/underscore/underscore-min.js?v=1.13.7 — 200 — 8.4 KiB — 36 ms — h2https://www.sfsu.edu/core/misc/drupalSettingsLoader.js?v=10.6.5www.sfsu.edu/core/misc/drupalSettin... https://www.sfsu.edu/core/misc/drupalSettingsLoader.js?v=10.6.5 — 200 — 684 B — 36 ms — h2https://www.sfsu.edu/core/misc/drupal.js?v=10.6.5www.sfsu.edu/core/misc/drupal.js?v=... https://www.sfsu.edu/core/misc/drupal.js?v=10.6.5 — 200 — 7.3 KiB — 31 ms — h2https://www.sfsu.edu/core/misc/drupal.init.js?v=10.6.5www.sfsu.edu/core/misc/drupal.init.... https://www.sfsu.edu/core/misc/drupal.init.js?v=10.6.5 — 200 — 763 B — 14 ms — h2https://www.sfsu.edu/themes/contrib/bootstrap/js/bootstrap-pre-init.js?tdwotowww.sfsu.edu/themes/contrib/bootstr... https://www.sfsu.edu/themes/contrib/bootstrap/js/bootstrap-pre-init.js?tdwoto — 200 — 471 B — 6 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/bootstrap/assets/javascripts/bootstrap/affix.js?tdwotowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/bootstrap/assets/javascripts/bootstrap/affix.js?tdwoto — 200 — 1.9 KiB — 9 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/bootstrap/assets/javascripts/bootstrap/alert.js?tdwotowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/bootstrap/assets/javascripts/bootstrap/alert.js?tdwoto — 200 — 1.2 KiB — 13 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/bootstrap/assets/javascripts/bootstrap/button.js?tdwotowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/bootstrap/assets/javascripts/bootstrap/button.js?tdwoto — 200 — 1.7 KiB — 5 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/bootstrap/assets/javascripts/bootstrap/carousel.js?tdwotowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/bootstrap/assets/javascripts/bootstrap/carousel.js?tdwoto — 200 — 2.6 KiB — 10 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/bootstrap/assets/javascripts/bootstrap/collapse.js?tdwotowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/bootstrap/assets/javascripts/bootstrap/collapse.js?tdwoto — 200 — 2.1 KiB — 7 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/bootstrap/assets/javascripts/bootstrap/dropdown.js?tdwotowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/bootstrap/assets/javascripts/bootstrap/dropdown.js?tdwoto — 200 — 1.9 KiB — 10 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/bootstrap/assets/javascripts/bootstrap/modal.js?tdwotowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/bootstrap/assets/javascripts/bootstrap/modal.js?tdwoto — 200 — 3.3 KiB — 14 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/bootstrap/assets/javascripts/bootstrap/tooltip.js?tdwotowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/bootstrap/assets/javascripts/bootstrap/tooltip.js?tdwoto — 200 — 5.5 KiB — 6 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/bootstrap/assets/javascripts/bootstrap/popover.js?tdwotowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/bootstrap/assets/javascripts/bootstrap/popover.js?tdwoto — 200 — 1.5 KiB — 10 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/bootstrap/assets/javascripts/bootstrap/scrollspy.js?tdwotowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/bootstrap/assets/javascripts/bootstrap/scrollspy.js?tdwoto — 200 — 1.8 KiB — 10 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/bootstrap/assets/javascripts/bootstrap/tab.js?tdwotowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/bootstrap/assets/javascripts/bootstrap/tab.js?tdwoto — 200 — 1.7 KiB — 11 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/bootstrap/assets/javascripts/bootstrap/transition.js?tdwotowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/bootstrap/assets/javascripts/bootstrap/transition.js?tdwoto — 200 — 985 B — 10 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/patternlab/source/js/jquery.dataTables.min.js?tdwotowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/patternlab/source/js/jquery.dataTables.min.js?tdwoto — 200 — 34.0 KiB — 18 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/patternlab/source/js/dataTables.bootstrap.min.js?tdwotowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/patternlab/source/js/dataTables.bootstrap.min.js?tdwoto — 200 — 1.3 KiB — 11 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/js/sfstate-local.js?tdwotowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/js/sfstate-local.js?tdwoto — 200 — 1.0 KiB — 11 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatehome/js/sfstate-home.js?tdwotowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatehome/js/sfstate-home.js?tdwoto — 200 — 649 B — 14 ms — h2https://www.sfsu.edu/themes/contrib/bootstrap/js/drupal.bootstrap.js?tdwotowww.sfsu.edu/themes/contrib/bootstr... https://www.sfsu.edu/themes/contrib/bootstrap/js/drupal.bootstrap.js?tdwoto — 200 — 6.1 KiB — 12 ms — h2https://www.sfsu.edu/themes/contrib/bootstrap/js/attributes.js?tdwotowww.sfsu.edu/themes/contrib/bootstr... https://www.sfsu.edu/themes/contrib/bootstrap/js/attributes.js?tdwoto — 200 — 3.4 KiB — 6 ms — h2https://www.sfsu.edu/themes/contrib/bootstrap/js/theme.js?tdwotowww.sfsu.edu/themes/contrib/bootstr... https://www.sfsu.edu/themes/contrib/bootstrap/js/theme.js?tdwoto — 200 — 1.7 KiB — 11 ms — h2https://www.sfsu.edu/themes/contrib/bootstrap/js/popover.js?tdwotowww.sfsu.edu/themes/contrib/bootstr... https://www.sfsu.edu/themes/contrib/bootstrap/js/popover.js?tdwoto — 200 — 2.1 KiB — 14 ms — h2https://www.sfsu.edu/themes/contrib/bootstrap/js/tooltip.js?tdwotowww.sfsu.edu/themes/contrib/bootstr... https://www.sfsu.edu/themes/contrib/bootstrap/js/tooltip.js?tdwoto — 200 — 896 B — 11 ms — h2https://www.sfsu.edu/modules/contrib/google_analytics/js/google_analytics.js?v=10.6.5www.sfsu.edu/modules/contrib/google... https://www.sfsu.edu/modules/contrib/google_analytics/js/google_analytics.js?v=10.6.5 — 200 — 2.3 KiB — 11 ms — h2https://www.sfsu.edu/modules/contrib/user_agent_class/js/user_agent_check.js?v=1.xwww.sfsu.edu/modules/contrib/user_a... https://www.sfsu.edu/modules/contrib/user_agent_class/js/user_agent_check.js?v=1.x — 200 — 820 B — 14 ms — h2https://www.sfsu.edu/sites/default/files/images/Location_1200x800.jpegwww.sfsu.edu/sites/default/files/im... https://www.sfsu.edu/sites/default/files/images/Location_1200x800.jpeg — 200 — 725.4 KiB — 23 ms — h2https://www.sfsu.edu/sites/default/files/images/StudentServices_1200x800.jpegwww.sfsu.edu/sites/default/files/im... https://www.sfsu.edu/sites/default/files/images/StudentServices_1200x800.jpeg — 200 — 543.5 KiB — 38 ms — h2https://www.sfsu.edu/sites/default/files/images/AcademicPrograms_1200x800.jpegwww.sfsu.edu/sites/default/files/im... https://www.sfsu.edu/sites/default/files/images/AcademicPrograms_1200x800.jpeg — 200 — 610.9 KiB — 57 ms — h2https://www.sfsu.edu/sites/default/files/images/SFSU-Gator-Athletics-Basketball.JPGwww.sfsu.edu/sites/default/files/im... https://www.sfsu.edu/sites/default/files/images/SFSU-Gator-Athletics-Basketball.JPG — 200 — 556.6 KiB — 58 ms — h2https://www.sfsu.edu/sites/default/files/images/BeyondClassroom_1200x600.jpegwww.sfsu.edu/sites/default/files/im... https://www.sfsu.edu/sites/default/files/images/BeyondClassroom_1200x600.jpeg — 200 — 547.5 KiB — 73 ms — h2https://www.sfsu.edu/sites/default/files/images/ConductResearch_1200x600.jpegwww.sfsu.edu/sites/default/files/im... https://www.sfsu.edu/sites/default/files/images/ConductResearch_1200x600.jpeg — 200 — 404.0 KiB — 77 ms — h2https://www.sfsu.edu/sites/default/files/images/Affording_500x300.jpegwww.sfsu.edu/sites/default/files/im... https://www.sfsu.edu/sites/default/files/images/Affording_500x300.jpeg — 200 — 98.8 KiB — 57 ms — h2https://www.youtube.com/s/player/1bb6ee63/www-player.csswww.youtube.com/s/player/1bb6ee63/w... https://www.youtube.com/s/player/1bb6ee63/www-player.css — 200 — 58.0 KiB — 50 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.KjNKUXigSn8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywEJITLW9kQSSYb_eVLtSgu_4tU6CQwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.KjNKUXigSn8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywEJITLW9kQSSYb_eVLtSgu_4tU6CQ — 200 — 45.3 KiB — 72 ms — h2https://www.sfsu.edu/sites/default/files/images/NextChapter_500x300.jpegwww.sfsu.edu/sites/default/files/im... https://www.sfsu.edu/sites/default/files/images/NextChapter_500x300.jpeg — 200 — 166.6 KiB — 44 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 81 ms — h3https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=root,base — 200 — 140.1 KiB — 96 ms — h2https://www.youtube.com/s/player/1bb6ee63/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/1bb6ee63/p... https://www.youtube.com/s/player/1bb6ee63/player_embed_es6.vflset/en_US/base.js — 200 — 436.0 KiB — 144 ms — h2https://www.sfsu.edu/sites/default/files/images/Apply_500x300.jpegwww.sfsu.edu/sites/default/files/im... https://www.sfsu.edu/sites/default/files/images/Apply_500x300.jpeg — 200 — 106.4 KiB — 28 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/patternlab/public/images/sfstate_white_logo.pngwww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/patternlab/public/images/sfstate_white_logo.png — 200 — 31.9 KiB — 25 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/patternlab/source/images/get-started-image-overlay.pngwww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/patternlab/source/images/get-started-image-overlay.png — 200 — 2.9 KiB — 19 ms — h2https://www.sfsu.edu/sites/default/files/images/exploresfsu23.pngwww.sfsu.edu/sites/default/files/im... https://www.sfsu.edu/sites/default/files/images/exploresfsu23.png — 200 — 2.7 MiB — 114 ms — h2https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wXiWtFCc.woff2fonts.gstatic.com/s/lato/v25/S6uyw4... https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wXiWtFCc.woff2 — 200 — 13.7 KiB — 47 ms — h3https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2fonts.gstatic.com/s/lato/v25/S6u9w4... https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2 — 200 — 13.9 KiB — 57 ms — h3https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/patternlab/source/fonts/bootstrap/glyphicons-halflings-regular.woff2www.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatetemplate/patternlab/source/fonts/bootstrap/glyphicons-halflings-regular.woff2 — 200 — 17.9 KiB — 58 ms — h2https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.woff2use.fontawesome.com/releases/v5.9.0... https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.woff2 — 200 — 74.2 KiB — 96 ms — h2https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2fonts.gstatic.com/s/lato/v25/S6u9w4... https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2 — 200 — 13.6 KiB — 64 ms — h3https://fonts.gstatic.com/s/lato/v25/S6u8w4BMUTPHjxsAXC-qNiXg7Q.woff2fonts.gstatic.com/s/lato/v25/S6u8w4... https://fonts.gstatic.com/s/lato/v25/S6u8w4BMUTPHjxsAXC-qNiXg7Q.woff2 — 200 — 14.5 KiB — 67 ms — h3https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-brands-400.woff2use.fontawesome.com/releases/v5.9.0... https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-brands-400.woff2 — 200 — 73.2 KiB — 102 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-58L3BPZwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-58L3BPZ — 200 — 145.5 KiB — 80 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 144 ms — h2https://www.googletagmanager.com/gtag/js?id=G-0C80C824X3&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-0C80C824X3&cx=c&gtm=4e64k0 — 200 — 149.1 KiB — 53 ms — h2https://tag.simpli.fi/sifitag/99e9399b-5177-42ed-b4e5-5fb5a0bbcfeatag.simpli.fi/sifitag/99e9399b-5177... https://tag.simpli.fi/sifitag/99e9399b-5177-42ed-b4e5-5fb5a0bbcfea — 200 — 1.6 KiB — 176 ms — h2https://acdn.adnxs.com/dmp/up/pixie.jsacdn.adnxs.com/dmp/up/pixie.js https://acdn.adnxs.com/dmp/up/pixie.js — 200 — 9.2 KiB — 86 ms — http/1.1https://js.adsrvr.org/up_loader.1.1.0.jsjs.adsrvr.org/up_loader.1.1.0.js https://js.adsrvr.org/up_loader.1.1.0.js — 200 — 12.3 KiB — 130 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=DC-15606292www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-15606292 — 200 — 129.1 KiB — 102 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 — 91 ms — h3https://sc-static.net/scevent.min.jssc-static.net/scevent.min.js https://sc-static.net/scevent.min.js — 200 — 24.8 KiB — 141 ms — h2https://www.redditstatic.com/ads/pixel.jswww.redditstatic.com/ads/pixel.js https://www.redditstatic.com/ads/pixel.js — 200 — 19.0 KiB — 85 ms — h2https://s.yimg.com/wi/ytc.jss.yimg.com/wi/ytc.js https://s.yimg.com/wi/ytc.js — 200 — 7.1 KiB — 124 ms — h2https://trkn.us/pixel/conv/ppt=25280;g=sitewide_pixel;gid=63671;ord=1484927246?gtmcb=2007846532trkn.us/pixel/conv/ppt=25280;g=site... https://trkn.us/pixel/conv/ppt=25280;g=sitewide_pixel;gid=63671;ord=1484927246?gtmcb=2007846532 — 302 — 563 B — 232 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 — 43 ms — h2https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 136 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 495 B — 154 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=r78Drb — 200 — 183.1 KiB — 107 ms — h3https://www.googletagmanager.com/gtag/destination?id=DC-15606292&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=DC-15606292&cx=c&gtm=4e64k0 — 200 — 129.2 KiB — 87 ms — h3https://region1.analytics.google.com/g/collect?v=2&tid=G-0C80C824X3&gtm=45je64k0v9116768812z8830247275za200&_p=1776894339502&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=112301332.1776894340&frm=0&pscdl=noapi&rcb=9&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~115616985~115938465~115938468~117266401~117384406~117512543&sid=1776894340&sct=1&seg=0&dl=https%3A%2F%2Fwww.sfsu.edu%2F&dt=San%20Francisco%20State%20University&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=2067region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-0C80C824X3&gtm=45je64k0v9116768812z8830247275za200&_p=1776894339502&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=112301332.1776894340&frm=0&pscdl=noapi&rcb=9&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~115616985~115938465~115938468~117266401~117384406~117512543&sid=1776894340&sct=1&seg=0&dl=https%3A%2F%2Fwww.sfsu.edu%2F&dt=San%20Francisco%20State%20University&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=2067 — 204 — 547 B — 159 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0C80C824X3&cid=112301332.1776894340&gtm=45je64k0v9116768812z8830247275za200&rcb=9&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938468~117266401~117384406~117512543stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0C80C824X3&cid=112301332.1776894340&gtm=45je64k0v9116768812z8830247275za200&rcb=9&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938468~117266401~117384406~117512543 — 204 — 556 B — 134 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-0C80C824X3&cid=112301332.1776894340&gtm=45je64k0v9116768812z8830247275za200&rcb=9&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938468~117266401~117384406~117512543&z=691185620www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-0C80C824X3&cid=112301332.1776894340&gtm=45je64k0v9116768812z8830247275za200&rcb=9&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938468~117266401~117384406~117512543&z=691185620 — 200 — 408 B — 126 ms — h2https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 31 ms — h3https://cdn.youvisit.com/tour/Embed/immersiveIcon?v=26.1.6&ab=&inst=60249&loc=&pl=v&index=0&debug=&titleshow=&module=&&_sp=undefined&media_type=panorama&stopid=296768&pl=v&uiclass=&hover=1cdn.youvisit.com/tour/Embed/immersi... https://cdn.youvisit.com/tour/Embed/immersiveIcon?v=26.1.6&ab=&inst=60249&loc=&pl=v&index=0&debug=&titleshow=&module=&&_sp=undefined&media_type=panorama&stopid=296768&pl=v&uiclass=&hover=1 — 200 — 32.9 KiB — 108 ms — h2https://ib.adnxs.com/pixie/up?pi=1d13ceb0-c47c-40b7-afa3-4f6b93133105ib.adnxs.com/pixie/up?pi=1d13ceb0-c... https://ib.adnxs.com/pixie/up?pi=1d13ceb0-c47c-40b7-afa3-4f6b93133105 — 200 — 322 B — 149 ms — h2https://pixel-config.reddit.com/pixels/a2_hbgogq14h2ah/configpixel-config.reddit.com/pixels/a2_h... https://pixel-config.reddit.com/pixels/a2_hbgogq14h2ah/config — 200 — 227 B — 80 ms — h2https://alb.reddit.com/rp.gif?ts=1776894340250&id=a2_hbgogq14h2ah&event=PageVisit&m.itemCount=&m.value=&m.valueDecimal=&m.currency=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=566e7ed7-c8d0-4bd2-a8e8-5fc4589c8e1f&aaid=&external_id=&idfa=&integration=reddit&partner=&partner_version=&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc=alb.reddit.com/rp.gif?ts=1776894340... https://alb.reddit.com/rp.gif?ts=1776894340250&id=a2_hbgogq14h2ah&event=PageVisit&m.itemCount=&m.value=&m.valueDecimal=&m.currency=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=566e7ed7-c8d0-4bd2-a8e8-5fc4589c8e1f&aaid=&external_id=&idfa=&integration=reddit&partner=&partner_version=&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc= — 200 — 666 B — 134 ms — h2https://ad.doubleclick.net/activity;src=15606292;type=invmedia;cat=sfsu-0;rcb=19;ord=761873430075;npa=1;auiddc=1291145852.1776894340;gdid=dMDhkMT;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64k0v9224689559za200zd9224689559xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616985~115938465~115938468~117266401;epver=2;dc_random=1776894340_A-LtFNLNQR_rpNK2B4B4cf2tRMaNF6JjnQ;~oref=https%3A%2F%2Fwww.sfsu.edu%2F?ad.doubleclick.net/activity;src=156... https://ad.doubleclick.net/activity;src=15606292;type=invmedia;cat=sfsu-0;rcb=19;ord=761873430075;npa=1;auiddc=1291145852.1776894340;gdid=dMDhkMT;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64k0v9224689559za200zd9224689559xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616985~115938465~115938468~117266401;epver=2;dc_random=1776894340_A-LtFNLNQR_rpNK2B4B4cf2tRMaNF6JjnQ;~oref=https%3A%2F%2Fwww.sfsu.edu%2F? — 302 — 22 B — 139 ms — h3https://15606292.fls.doubleclick.net/activityi;src=15606292;type=invmedia;cat=sfsu-0;rcb=19;ord=761873430075;npa=1;auiddc=1291145852.1776894340;gdid=dMDhkMT;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64k0v9224689559za200zd9224689559xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938465~115938468~117266401;epver=2;dc_random=1776894340_A-LtFNLNQR_rpNK2B4B4cf2tRMaNF6JjnQ;_dc_test=1;~oref=https%3A%2F%2Fwww.sfsu.edu%2F?15606292.fls.doubleclick.net/activi... https://15606292.fls.doubleclick.net/activityi;src=15606292;type=invmedia;cat=sfsu-0;rcb=19;ord=761873430075;npa=1;auiddc=1291145852.1776894340;gdid=dMDhkMT;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64k0v9224689559za200zd9224689559xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938465~115938468~117266401;epver=2;dc_random=1776894340_A-LtFNLNQR_rpNK2B4B4cf2tRMaNF6JjnQ;_dc_test=1;~oref=https%3A%2F%2Fwww.sfsu.edu%2F? — 302 — 870 B — 150 ms — h2https://www.google.com/ccm/collect?rcb=19&frm=0&en=page_view&dl=https%3A%2F%2Fwww.sfsu.edu%2F&scrsrc=www.googletagmanager.com&rnd=2114214060.1776894340&dt=San%20Francisco%20State%20University&auid=1291145852.1776894340&navt=n&npa=1&gdid=dMDhkMT&gtm=45fe64k0v9224689559za200zd9224689559xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266401&apve=1&apvf=f&apvc=1&tids=DC-15606292&tid=DC-15606292&tft=1776894340315&tfd=2222www.google.com/ccm/collect?rcb=19&f... https://www.google.com/ccm/collect?rcb=19&frm=0&en=page_view&dl=https%3A%2F%2Fwww.sfsu.edu%2F&scrsrc=www.googletagmanager.com&rnd=2114214060.1776894340&dt=San%20Francisco%20State%20University&auid=1291145852.1776894340&navt=n&npa=1&gdid=dMDhkMT&gtm=45fe64k0v9224689559za200zd9224689559xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266401&apve=1&apvf=f&apvc=1&tids=DC-15606292&tid=DC-15606292&tft=1776894340315&tfd=2222 — 200 — 21 B — 95 ms — h3https://trkn.us/pixel/conv/ppt=25280;g=sitewide_pixel;gid=63671;ord=1484927246?gtmcb=2007846532;ip=141.227.188.123;cuidchk=1trkn.us/pixel/conv/ppt=25280;g=site... https://trkn.us/pixel/conv/ppt=25280;g=sitewide_pixel;gid=63671;ord=1484927246?gtmcb=2007846532;ip=141.227.188.123;cuidchk=1 — 200 — 721 B — 38 ms — http/1.1https://connect.facebook.net/signals/config/2198367797272265?v=2.9.303&r=stable&domain=www.sfsu.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/2198367797272265?v=2.9.303&r=stable&domain=www.sfsu.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 — 201 ms — h3https://s.yimg.com/wi/config/10207377.jsons.yimg.com/wi/config/10207377.json https://s.yimg.com/wi/config/10207377.json — 200 — 431 B — 84 ms — h2https://www.youvisit.com/media/88825/panoramas/337728/2048.jpgwww.youvisit.com/media/88825/panora... https://www.youvisit.com/media/88825/panoramas/337728/2048.jpg — 200 — 211.6 KiB — 463 ms — h2https://cdn.youvisit.com/Assets/svg/enlarge.svgcdn.youvisit.com/Assets/svg/enlarge... https://cdn.youvisit.com/Assets/svg/enlarge.svg — 200 — 2.0 KiB — 20 ms — h2https://ad.doubleclick.net/activity;dc_pre=CMyK2Z-3gpQDFctKHQkdVfkx1g;src=15606292;type=invmedia;cat=sfsu-0;rcb=19;ord=761873430075;npa=1;auiddc=1291145852.1776894340;gdid=dMDhkMT;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64k0v9224689559za200zd9224689559xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616985~115938465~115938468~117266401;epver=2;dc_random=1776894340_A-LtFNLNQR_rpNK2B4B4cf2tRMaNF6JjnQ;~oref=https%3A%2F%2Fwww.sfsu.edu%2F?ad.doubleclick.net/activity;dc_pre=... https://ad.doubleclick.net/activity;dc_pre=CMyK2Z-3gpQDFctKHQkdVfkx1g;src=15606292;type=invmedia;cat=sfsu-0;rcb=19;ord=761873430075;npa=1;auiddc=1291145852.1776894340;gdid=dMDhkMT;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64k0v9224689559za200zd9224689559xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616985~115938465~115938468~117266401;epver=2;dc_random=1776894340_A-LtFNLNQR_rpNK2B4B4cf2tRMaNF6JjnQ;~oref=https%3A%2F%2Fwww.sfsu.edu%2F? — 200 — 64 B — 35 ms — h3https://tr.snapchat.com/config/edu/3eddbc4c-36bf-4bd8-ae84-3bd6ac0bb2f9.js?v=3.56.0-2604221701tr.snapchat.com/config/edu/3eddbc4c... https://tr.snapchat.com/config/edu/3eddbc4c-36bf-4bd8-ae84-3bd6ac0bb2f9.js?v=3.56.0-2604221701 — 200 — 466 B — 196 ms — h2https://ib.adnxs.com/pixie?e=PageView&pi=1d13ceb0-c47c-40b7-afa3-4f6b93133105&it=1776894340239&v=0.0.45&u=https%3A%2F%2Fwww.sfsu.edu%2F&st=1776894340239&et=1776894340413&if=0&uetmsmid=4b6221ef-3aaa-4a4a-832e-5dc583daccf8&asce=0&ascc=0&tcfhl=0&tcfe=0&tcfgdpr=0&tcfc=0ib.adnxs.com/pixie?e=PageView&pi=1d... https://ib.adnxs.com/pixie?e=PageView&pi=1d13ceb0-c47c-40b7-afa3-4f6b93133105&it=1776894340239&v=0.0.45&u=https%3A%2F%2Fwww.sfsu.edu%2F&st=1776894340239&et=1776894340413&if=0&uetmsmid=4b6221ef-3aaa-4a4a-832e-5dc583daccf8&asce=0&ascc=0&tcfhl=0&tcfe=0&tcfgdpr=0&tcfc=0 — 200 — 228 B — 35 ms — h2https://cdn.youvisit.com/Assets/svg/yvsmile.svgcdn.youvisit.com/Assets/svg/yvsmile... https://cdn.youvisit.com/Assets/svg/yvsmile.svg — 200 — 1.2 KiB — 25 ms — h2https://cdn.youvisit.com/Assets/svg/icons/icon_video_play_transparent.svgcdn.youvisit.com/Assets/svg/icons/i... https://cdn.youvisit.com/Assets/svg/icons/icon_video_play_transparent.svg — 200 — 1.3 KiB — 26 ms — h2https://cdn.youvisit.com/Assets/svg/icons/icon_video_pause_transparent.svgcdn.youvisit.com/Assets/svg/icons/i... https://cdn.youvisit.com/Assets/svg/icons/icon_video_pause_transparent.svg — 200 — 1.2 KiB — 27 ms — h2https://tr.snapchat.com/cm/i?pid=3eddbc4c-36bf-4bd8-ae84-3bd6ac0bb2f9&u_scsid=ee11e529-10e0-48ef-a9fb-ec08b99bac46&u_sclid=d7425f13-5792-49dd-b8dd-9698ab863255tr.snapchat.com/cm/i?pid=3eddbc4c-3... https://tr.snapchat.com/cm/i?pid=3eddbc4c-36bf-4bd8-ae84-3bd6ac0bb2f9&u_scsid=ee11e529-10e0-48ef-a9fb-ec08b99bac46&u_sclid=d7425f13-5792-49dd-b8dd-9698ab863255 — 200 — 201 B — 89 ms — h2https://i.ytimg.com/vi/iotTfNhahXA/sddefault.jpgi.ytimg.com/vi/iotTfNhahXA/sddefaul... https://i.ytimg.com/vi/iotTfNhahXA/sddefault.jpg — 200 — 42.7 KiB — 123 ms — h2https://sp.analytics.yahoo.com/sp.pl?a=10000&d=Wed%2C%2022%20Apr%202026%2021%3A45%3A40%20GMT&n=0&b=San%20Francisco%20State%20University&.yp=10207377&f=https%3A%2F%2Fwww.sfsu.edu%2F&enc=UTF-8&yv=1.16.6&tagmgr=gtmsp.analytics.yahoo.com/sp.pl?a=1000... https://sp.analytics.yahoo.com/sp.pl?a=10000&d=Wed%2C%2022%20Apr%202026%2021%3A45%3A40%20GMT&n=0&b=San%20Francisco%20State%20University&.yp=10207377&f=https%3A%2F%2Fwww.sfsu.edu%2F&enc=UTF-8&yv=1.16.6&tagmgr=gtm — 200 — 508 B — 171 ms — h2https://15606292.fls.doubleclick.net/activityi;dc_pre=CJeB3Z-3gpQDFW1r9ggdb0AwPg;src=15606292;type=invmedia;cat=sfsu-0;rcb=19;ord=761873430075;npa=1;auiddc=1291145852.1776894340;gdid=dMDhkMT;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64k0v9224689559za200zd9224689559xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938465~115938468~117266401;epver=2;dc_random=1776894340_A-LtFNLNQR_rpNK2B4B4cf2tRMaNF6JjnQ;_dc_test=1;~oref=https%3A%2F%2Fwww.sfsu.edu%2F?15606292.fls.doubleclick.net/activi... https://15606292.fls.doubleclick.net/activityi;dc_pre=CJeB3Z-3gpQDFW1r9ggdb0AwPg;src=15606292;type=invmedia;cat=sfsu-0;rcb=19;ord=761873430075;npa=1;auiddc=1291145852.1776894340;gdid=dMDhkMT;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64k0v9224689559za200zd9224689559xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938465~115938468~117266401;epver=2;dc_random=1776894340_A-LtFNLNQR_rpNK2B4B4cf2tRMaNF6JjnQ;_dc_test=1;~oref=https%3A%2F%2Fwww.sfsu.edu%2F? — 200 — 951 B — 39 ms — h2https://www.googleadservices.com/pagead/conversion.jswww.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion.js — 200 — 23.6 KiB — 106 ms — h3https://adservice.google.com/ddm/fls/z/dc_pre=CJeB3Z-3gpQDFW1r9ggdb0AwPg;src=15606292;type=invmedia;cat=sfsu-0;rcb=19;ord=761873430075;npa=1;auiddc=*;gdid=dMDhkMT;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64k0v9224689559za200zd9224689559xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938465~115938468~117266401;epver=2;dc_random=1776894340_A-LtFNLNQR_rpNK2B4B4cf2tRMaNF6JjnQ;_dc_test=1;~oref=https%3A%2F%2Fwww.sfsu.edu%2Fadservice.google.com/ddm/fls/z/dc_p... https://adservice.google.com/ddm/fls/z/dc_pre=CJeB3Z-3gpQDFW1r9ggdb0AwPg;src=15606292;type=invmedia;cat=sfsu-0;rcb=19;ord=761873430075;npa=1;auiddc=*;gdid=dMDhkMT;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64k0v9224689559za200zd9224689559xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616985~115938465~115938468~117266401;epver=2;dc_random=1776894340_A-LtFNLNQR_rpNK2B4B4cf2tRMaNF6JjnQ;_dc_test=1;~oref=https%3A%2F%2Fwww.sfsu.edu%2F — 200 — 63 B — 120 ms — h3https://www.facebook.com/tr/?id=2198367797272265&ev=PageView&dl=https%3A%2F%2Fwww.sfsu.edu%2F&rl=&if=false&ts=1776894340581&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894340575.95134802699128309&ler=empty&cdl=API_unavailable&pmd[title]=San%20Francisco%20State%20University&pmd[locale]=en&pmd[description]=SF%20State%20offers%20world-class%20academics%20in%20one%20of%20the%20most%20dynamic%20cities%20in%20the%20world.%20Enjoy%20the%20vibrant%20campus%20life%20as%20you%20pursue%20your%20educational%20goals.&plt=1854&it=1776894340352&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=21983677972... https://www.facebook.com/tr/?id=2198367797272265&ev=PageView&dl=https%3A%2F%2Fwww.sfsu.edu%2F&rl=&if=false&ts=1776894340581&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894340575.95134802699128309&ler=empty&cdl=API_unavailable&pmd[title]=San%20Francisco%20State%20University&pmd[locale]=en&pmd[description]=SF%20State%20offers%20world-class%20academics%20in%20one%20of%20the%20most%20dynamic%20cities%20in%20the%20world.%20Enjoy%20the%20vibrant%20campus%20life%20as%20you%20pursue%20your%20educational%20goals.&plt=1854&it=1776894340352&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=GET — 200 — 16 B — 39 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=2198367797272265&ev=PageView&dl=https%3A%2F%2Fwww.sfsu.edu%2F&rl=&if=false&ts=1776894340581&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894340575.95134802699128309&ler=empty&cdl=API_unavailable&pmd[title]=San%20Francisco%20State%20University&pmd[locale]=en&pmd[description]=SF%20State%20offers%20world-class%20academics%20in%20one%20of%20the%20most%20dynamic%20cities%20in%20the%20world.%20Enjoy%20the%20vibrant%20campus%20life%20as%20you%20pursue%20your%20educational%20goals.&plt=1854&it=1776894340352&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=2198367797272265&ev=PageView&dl=https%3A%2F%2Fwww.sfsu.edu%2F&rl=&if=false&ts=1776894340581&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776894340575.95134802699128309&ler=empty&cdl=API_unavailable&pmd[title]=San%20Francisco%20State%20University&pmd[locale]=en&pmd[description]=SF%20State%20offers%20world-class%20academics%20in%20one%20of%20the%20most%20dynamic%20cities%20in%20the%20world.%20Enjoy%20the%20vibrant%20campus%20life%20as%20you%20pursue%20your%20educational%20goals.&plt=1854&it=1776894340352&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=FGET — 200 — 199 B — 168 ms — h3https://tr.snapchat.com/ptr.snapchat.com/p https://tr.snapchat.com/p — 200 — 15 B — 61 ms — h3https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.jswww.google.com/js/th/qKGyavTtqsN8WE... https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.js — 200 — 23.2 KiB — 63 ms — h3https://www.googleadservices.com/pagead/conversion/17340680680/?random=1776894340636&cv=9&fst=1776894340636&num=1&npa=1&label=wYt2CMWk5vIaEOiT18xA&guid=ON&resp=GooglemKTybQhCsO&eid=375603261%2C466465925%2C512247838%2C658953495&u_h=600&u_w=800&ig=1&auid=1291145852.1776894340&frm=2&url=https%3A%2F%2F15606292.fls.doubleclick.net%2Factivityi%3Bdc_pre%3DCJeB3Z-3gpQDFW1r9ggdb0AwPg%3Bsrc%3D15606292%3Btype%3Dinvmedia%3Bcat%3Dsfsu-0%3Brcb%3D19%3Bord%3D761873430075%3Bnpa%3D1%3Bauiddc%3D1291145852.1776894340%3Bgdid%3DdMDhkMT%3Buaa%3Dx86%3Buab%3D64%3Buafvl%3DChromium%253B147.0.7727.101%257CNot.A%25252FBrand%253B8.0.0.0%3Buamb%3D0%3Buam%3D%3Buap%3DmacOS%3Buapv%3D10.15.7%3Buaw%3D0%3Bpscdl%3Dnoapi%3Bfrm%3D0%3B_tu%3DIFA%3Bgtm%3D45fe64k0v9224689559za200zd9224689559xec%3Bgcd%3D13l3l3l2l1l1%3Bdma_cps%3Da%3Bdma%3D1%3Bdc_fmt%3D2%3Btag_exp%3D0~115616985~115938465~115938468~117266401%3Bepver%3D2%3Bdc_random%3D1776894340_A-LtFNLNQR_rpN&ref=https%3A%2F%2Fwww.sfsu.edu%2F&top=https%3A%2F%2Fwww.sfsu.edu%2F&capi=1&hn=www.googleadservices.com&rfmt=3&fmt=4www.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion/17340680680/?random=1776894340636&cv=9&fst=1776894340636&num=1&npa=1&label=wYt2CMWk5vIaEOiT18xA&guid=ON&resp=GooglemKTybQhCsO&eid=375603261%2C466465925%2C512247838%2C658953495&u_h=600&u_w=800&ig=1&auid=1291145852.1776894340&frm=2&url=https%3A%2F%2F15606292.fls.doubleclick.net%2Factivityi%3Bdc_pre%3DCJeB3Z-3gpQDFW1r9ggdb0AwPg%3Bsrc%3D15606292%3Btype%3Dinvmedia%3Bcat%3Dsfsu-0%3Brcb%3D19%3Bord%3D761873430075%3Bnpa%3D1%3Bauiddc%3D1291145852.1776894340%3Bgdid%3DdMDhkMT%3Buaa%3Dx86%3Buab%3D64%3Buafvl%3DChromium%253B147.0.7727.101%257CNot.A%25252FBrand%253B8.0.0.0%3Buamb%3D0%3Buam%3D%3Buap%3DmacOS%3Buapv%3D10.15.7%3Buaw%3D0%3Bpscdl%3Dnoapi%3Bfrm%3D0%3B_tu%3DIFA%3Bgtm%3D45fe64k0v9224689559za200zd9224689559xec%3Bgcd%3D13l3l3l2l1l1%3Bdma_cps%3Da%3Bdma%3D1%3Bdc_fmt%3D2%3Btag_exp%3D0~115616985~115938465~115938468~117266401%3Bepver%3D2%3Bdc_random%3D1776894340_A-LtFNLNQR_rpN&ref=https%3A%2F%2Fwww.sfsu.edu%2F&top=https%3A%2F%2Fwww.sfsu.edu%2F&capi=1&hn=www.googleadservices.com&rfmt=3&fmt=4 — 200 — 2.7 KiB — 37 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/17340680680/?random=1165971346&cv=9&fst=1776894340636&num=1&npa=1&label=wYt2CMWk5vIaEOiT18xA&guid=ON&resp=GooglemKTybQhCsO&eid=375603261%2C466465925%2C512247838%2C658953495&u_h=600&u_w=800&ig=1&auid=1291145852.1776894340&frm=2&url=https%3A%2F%2F15606292.fls.doubleclick.net%2Factivityi%3Bdc_pre%3DCJeB3Z-3gpQDFW1r9ggdb0AwPg%3Bsrc%3D15606292%3Btype%3Dinvmedia%3Bcat%3Dsfsu-0%3Brcb%3D19%3Bord%3D761873430075%3Bnpa%3D1%3Bauiddc%3D1291145852.1776894340%3Bgdid%3DdMDhkMT%3Buaa%3Dx86%3Buab%3D64%3Buafvl%3DChromium%253B147.0.7727.101%257CNot.A%25252FBrand%253B8.0.0.0%3Buamb%3D0%3Buam%3D%3Buap%3DmacOS%3Buapv%3D10.15.7%3Buaw%3D0%3Bpscdl%3Dnoapi%3Bfrm%3D0%3B_tu%3DIFA%3Bgtm%3D45fe64k0v9224689559za200zd9224689559xec%3Bgcd%3D13l3l3l2l1l1%3Bdma_cps%3Da%3Bdma%3D1%3Bdc_fmt%3D2%3Btag_exp%3D0~115616985~115938465~115938468~117266401%3Bepver%3D2%3Bdc_random%3D1776894340_A-LtFNLNQR_rpN&ref=https%3A%2F%2Fwww.sfsu.edu%2F&top=https%3A%2F%2Fwww.sfsu.edu%2F&capi=1&hn=www.googleadservices.com&fmt=3&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKLG5vdC1uYXZpZ2F0aW9uLXNvdXJjZSwgdHJpZ2dlciwgZXZlbnQtc291cmNlWgMKAQFiBAoCAgM&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1WHT3H8IzLDjeqPhDGRSaIsARov3hxaJhl3PonWLAX31b9ooYViqtkaAkAE&pscrd=IhMIlf3pn7eClAMVZFn2CB0ffiXGMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOiVodHRwczovLzE1NjA2MjkyLmZscy5kb3VibGVjbGljay5uZXQvQlhDaEVJOE9PaHp3WVExY2lqeDQtZ2w0YVZBUkl0QUk4RUtaMUZaR3RuVTBhMWp4NmFGVF9Uc3lFNkVkYTBTN1N3cjN4RFpmc2ktdENYbXF3ZmxPbU14UzJJegwICWIICAAQABgAIAAgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/17340680680/?random=1165971346&cv=9&fst=1776894340636&num=1&npa=1&label=wYt2CMWk5vIaEOiT18xA&guid=ON&resp=GooglemKTybQhCsO&eid=375603261%2C466465925%2C512247838%2C658953495&u_h=600&u_w=800&ig=1&auid=1291145852.1776894340&frm=2&url=https%3A%2F%2F15606292.fls.doubleclick.net%2Factivityi%3Bdc_pre%3DCJeB3Z-3gpQDFW1r9ggdb0AwPg%3Bsrc%3D15606292%3Btype%3Dinvmedia%3Bcat%3Dsfsu-0%3Brcb%3D19%3Bord%3D761873430075%3Bnpa%3D1%3Bauiddc%3D1291145852.1776894340%3Bgdid%3DdMDhkMT%3Buaa%3Dx86%3Buab%3D64%3Buafvl%3DChromium%253B147.0.7727.101%257CNot.A%25252FBrand%253B8.0.0.0%3Buamb%3D0%3Buam%3D%3Buap%3DmacOS%3Buapv%3D10.15.7%3Buaw%3D0%3Bpscdl%3Dnoapi%3Bfrm%3D0%3B_tu%3DIFA%3Bgtm%3D45fe64k0v9224689559za200zd9224689559xec%3Bgcd%3D13l3l3l2l1l1%3Bdma_cps%3Da%3Bdma%3D1%3Bdc_fmt%3D2%3Btag_exp%3D0~115616985~115938465~115938468~117266401%3Bepver%3D2%3Bdc_random%3D1776894340_A-LtFNLNQR_rpN&ref=https%3A%2F%2Fwww.sfsu.edu%2F&top=https%3A%2F%2Fwww.sfsu.edu%2F&capi=1&hn=www.googleadservices.com&fmt=3&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKLG5vdC1uYXZpZ2F0aW9uLXNvdXJjZSwgdHJpZ2dlciwgZXZlbnQtc291cmNlWgMKAQFiBAoCAgM&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1WHT3H8IzLDjeqPhDGRSaIsARov3hxaJhl3PonWLAX31b9ooYViqtkaAkAE&pscrd=IhMIlf3pn7eClAMVZFn2CB0ffiXGMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOiVodHRwczovLzE1NjA2MjkyLmZscy5kb3VibGVjbGljay5uZXQvQlhDaEVJOE9PaHp3WVExY2lqeDQtZ2w0YVZBUkl0QUk4RUtaMUZaR3RuVTBhMWp4NmFGVF9Uc3lFNkVkYTBTN1N3cjN4RFpmc2ktdENYbXF3ZmxPbU14UzJJegwICWIICAAQABgAIAA — 302 — 24 B — 37 ms — h3https://www.google.com/pagead/1p-conversion/17340680680/?random=1165971346&cv=9&fst=1776894340636&num=1&npa=1&label=wYt2CMWk5vIaEOiT18xA&guid=ON&resp=GooglemKTybQhCsO&eid=375603261%2C466465925%2C512247838%2C658953495&u_h=600&u_w=800&ig=1&auid=1291145852.1776894340&frm=2&url=https%3A%2F%2F15606292.fls.doubleclick.net%2Factivityi%3Bdc_pre%3DCJeB3Z-3gpQDFW1r9ggdb0AwPg%3Bsrc%3D15606292%3Btype%3Dinvmedia%3Bcat%3Dsfsu-0%3Brcb%3D19%3Bord%3D761873430075%3Bnpa%3D1%3Bauiddc%3D1291145852.1776894340%3Bgdid%3DdMDhkMT%3Buaa%3Dx86%3Buab%3D64%3Buafvl%3DChromium%253B147.0.7727.101%257CNot.A%25252FBrand%253B8.0.0.0%3Buamb%3D0%3Buam%3D%3Buap%3DmacOS%3Buapv%3D10.15.7%3Buaw%3D0%3Bpscdl%3Dnoapi%3Bfrm%3D0%3B_tu%3DIFA%3Bgtm%3D45fe64k0v9224689559za200zd9224689559xec%3Bgcd%3D13l3l3l2l1l1%3Bdma_cps%3Da%3Bdma%3D1%3Bdc_fmt%3D2%3Btag_exp%3D0~115616985~115938465~115938468~117266401%3Bepver%3D2%3Bdc_random%3D1776894340_A-LtFNLNQR_rpN&ref=https%3A%2F%2Fwww.sfsu.edu%2F&top=https%3A%2F%2Fwww.sfsu.edu%2F&capi=1&hn=www.googleadservices.com&fmt=3&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKLG5vdC1uYXZpZ2F0aW9uLXNvdXJjZSwgdHJpZ2dlciwgZXZlbnQtc291cmNlWgMKAQFiBAoCAgM&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1WHT3H8IzLDjeqPhDGRSaIsARov3hxaJhl3PonWLAX31b9ooYViqtkaAkAE&pscrd=IhMIlf3pn7eClAMVZFn2CB0ffiXGMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOiVodHRwczovLzE1NjA2MjkyLmZscy5kb3VibGVjbGljay5uZXQvQlhDaEVJOE9PaHp3WVExY2lqeDQtZ2w0YVZBUkl0QUk4RUtaMUZaR3RuVTBhMWp4NmFGVF9Uc3lFNkVkYTBTN1N3cjN4RFpmc2ktdENYbXF3ZmxPbU14UzJJegwICWIICAAQABgAIAA&is_vtc=1&cid=CAQSWwAFq6B9Avx_qFNfby9eQHVUeCyzJhY23CTmVf6cdqxrxrP0Ee-5R_7cuUR_ADE8B_ea0BFIzHgndikfiPVcUk9nhFultHyqrHtDzPuR__0KeMjriStVo2-9I6U&random=2062714394&resp=GooglemKTybQhCsOwww.google.com/pagead/1p-conversion... https://www.google.com/pagead/1p-conversion/17340680680/?random=1165971346&cv=9&fst=1776894340636&num=1&npa=1&label=wYt2CMWk5vIaEOiT18xA&guid=ON&resp=GooglemKTybQhCsO&eid=375603261%2C466465925%2C512247838%2C658953495&u_h=600&u_w=800&ig=1&auid=1291145852.1776894340&frm=2&url=https%3A%2F%2F15606292.fls.doubleclick.net%2Factivityi%3Bdc_pre%3DCJeB3Z-3gpQDFW1r9ggdb0AwPg%3Bsrc%3D15606292%3Btype%3Dinvmedia%3Bcat%3Dsfsu-0%3Brcb%3D19%3Bord%3D761873430075%3Bnpa%3D1%3Bauiddc%3D1291145852.1776894340%3Bgdid%3DdMDhkMT%3Buaa%3Dx86%3Buab%3D64%3Buafvl%3DChromium%253B147.0.7727.101%257CNot.A%25252FBrand%253B8.0.0.0%3Buamb%3D0%3Buam%3D%3Buap%3DmacOS%3Buapv%3D10.15.7%3Buaw%3D0%3Bpscdl%3Dnoapi%3Bfrm%3D0%3B_tu%3DIFA%3Bgtm%3D45fe64k0v9224689559za200zd9224689559xec%3Bgcd%3D13l3l3l2l1l1%3Bdma_cps%3Da%3Bdma%3D1%3Bdc_fmt%3D2%3Btag_exp%3D0~115616985~115938465~115938468~117266401%3Bepver%3D2%3Bdc_random%3D1776894340_A-LtFNLNQR_rpN&ref=https%3A%2F%2Fwww.sfsu.edu%2F&top=https%3A%2F%2Fwww.sfsu.edu%2F&capi=1&hn=www.googleadservices.com&fmt=3&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKLG5vdC1uYXZpZ2F0aW9uLXNvdXJjZSwgdHJpZ2dlciwgZXZlbnQtc291cmNlWgMKAQFiBAoCAgM&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1WHT3H8IzLDjeqPhDGRSaIsARov3hxaJhl3PonWLAX31b9ooYViqtkaAkAE&pscrd=IhMIlf3pn7eClAMVZFn2CB0ffiXGMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOiVodHRwczovLzE1NjA2MjkyLmZscy5kb3VibGVjbGljay5uZXQvQlhDaEVJOE9PaHp3WVExY2lqeDQtZ2w0YVZBUkl0QUk4RUtaMUZaR3RuVTBhMWp4NmFGVF9Uc3lFNkVkYTBTN1N3cjN4RFpmc2ktdENYbXF3ZmxPbU14UzJJegwICWIICAAQABgAIAA&is_vtc=1&cid=CAQSWwAFq6B9Avx_qFNfby9eQHVUeCyzJhY23CTmVf6cdqxrxrP0Ee-5R_7cuUR_ADE8B_ea0BFIzHgndikfiPVcUk9nhFultHyqrHtDzPuR__0KeMjriStVo2-9I6U&random=2062714394&resp=GooglemKTybQhCsO — 302 — 24 B — 50 ms — h3https://www.youtube.com/generate_204?_VRTFwwww.youtube.com/generate_204?_VRTFw https://www.youtube.com/generate_204?_VRTFw — 204 — 10 B — 29 ms — h3https://www.google.es/pagead/1p-conversion/17340680680/?random=1165971346&cv=9&fst=1776894340636&num=1&npa=1&label=wYt2CMWk5vIaEOiT18xA&guid=ON&resp=GooglemKTybQhCsO&eid=375603261%2C466465925%2C512247838%2C658953495&u_h=600&u_w=800&ig=1&auid=1291145852.1776894340&frm=2&url=https%3A%2F%2F15606292.fls.doubleclick.net%2Factivityi%3Bdc_pre%3DCJeB3Z-3gpQDFW1r9ggdb0AwPg%3Bsrc%3D15606292%3Btype%3Dinvmedia%3Bcat%3Dsfsu-0%3Brcb%3D19%3Bord%3D761873430075%3Bnpa%3D1%3Bauiddc%3D1291145852.1776894340%3Bgdid%3DdMDhkMT%3Buaa%3Dx86%3Buab%3D64%3Buafvl%3DChromium%253B147.0.7727.101%257CNot.A%25252FBrand%253B8.0.0.0%3Buamb%3D0%3Buam%3D%3Buap%3DmacOS%3Buapv%3D10.15.7%3Buaw%3D0%3Bpscdl%3Dnoapi%3Bfrm%3D0%3B_tu%3DIFA%3Bgtm%3D45fe64k0v9224689559za200zd9224689559xec%3Bgcd%3D13l3l3l2l1l1%3Bdma_cps%3Da%3Bdma%3D1%3Bdc_fmt%3D2%3Btag_exp%3D0~115616985~115938465~115938468~117266401%3Bepver%3D2%3Bdc_random%3D1776894340_A-LtFNLNQR_rpN&ref=https%3A%2F%2Fwww.sfsu.edu%2F&top=https%3A%2F%2Fwww.sfsu.edu%2F&capi=1&hn=www.googleadservices.com&fmt=3&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKLG5vdC1uYXZpZ2F0aW9uLXNvdXJjZSwgdHJpZ2dlciwgZXZlbnQtc291cmNlWgMKAQFiBAoCAgM&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1WHT3H8IzLDjeqPhDGRSaIsARov3hxaJhl3PonWLAX31b9ooYViqtkaAkAE&is_vtc=1&cid=CAQSWwAFq6B9Avx_qFNfby9eQHVUeCyzJhY23CTmVf6cdqxrxrP0Ee-5R_7cuUR_ADE8B_ea0BFIzHgndikfiPVcUk9nhFultHyqrHtDzPuR__0KeMjriStVo2-9I6U&random=2062714394&resp=GooglemKTybQhCsO&ipr=y&pscrd=IhMIlf3pn7eClAMVZFn2CB0ffiXGMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOiVodHRwczovLzE1NjA2MjkyLmZscy5kb3VibGVjbGljay5uZXQvQlhDaEVJOE9PaHp3WVExY2lqeDQtZ2w0YVZBUkl0QUk4RUtaMUZaR3RuVTBhMWp4NmFGVF9Uc3lFNkVkYTBTN1N3cjN4RFpmc2ktdENYbXF3ZmxPbU14UzJJegwICWIICAAQABgAIAAwww.google.es/pagead/1p-conversion/... https://www.google.es/pagead/1p-conversion/17340680680/?random=1165971346&cv=9&fst=1776894340636&num=1&npa=1&label=wYt2CMWk5vIaEOiT18xA&guid=ON&resp=GooglemKTybQhCsO&eid=375603261%2C466465925%2C512247838%2C658953495&u_h=600&u_w=800&ig=1&auid=1291145852.1776894340&frm=2&url=https%3A%2F%2F15606292.fls.doubleclick.net%2Factivityi%3Bdc_pre%3DCJeB3Z-3gpQDFW1r9ggdb0AwPg%3Bsrc%3D15606292%3Btype%3Dinvmedia%3Bcat%3Dsfsu-0%3Brcb%3D19%3Bord%3D761873430075%3Bnpa%3D1%3Bauiddc%3D1291145852.1776894340%3Bgdid%3DdMDhkMT%3Buaa%3Dx86%3Buab%3D64%3Buafvl%3DChromium%253B147.0.7727.101%257CNot.A%25252FBrand%253B8.0.0.0%3Buamb%3D0%3Buam%3D%3Buap%3DmacOS%3Buapv%3D10.15.7%3Buaw%3D0%3Bpscdl%3Dnoapi%3Bfrm%3D0%3B_tu%3DIFA%3Bgtm%3D45fe64k0v9224689559za200zd9224689559xec%3Bgcd%3D13l3l3l2l1l1%3Bdma_cps%3Da%3Bdma%3D1%3Bdc_fmt%3D2%3Btag_exp%3D0~115616985~115938465~115938468~117266401%3Bepver%3D2%3Bdc_random%3D1776894340_A-LtFNLNQR_rpN&ref=https%3A%2F%2Fwww.sfsu.edu%2F&top=https%3A%2F%2Fwww.sfsu.edu%2F&capi=1&hn=www.googleadservices.com&fmt=3&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKLG5vdC1uYXZpZ2F0aW9uLXNvdXJjZSwgdHJpZ2dlciwgZXZlbnQtc291cmNlWgMKAQFiBAoCAgM&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1WHT3H8IzLDjeqPhDGRSaIsARov3hxaJhl3PonWLAX31b9ooYViqtkaAkAE&is_vtc=1&cid=CAQSWwAFq6B9Avx_qFNfby9eQHVUeCyzJhY23CTmVf6cdqxrxrP0Ee-5R_7cuUR_ADE8B_ea0BFIzHgndikfiPVcUk9nhFultHyqrHtDzPuR__0KeMjriStVo2-9I6U&random=2062714394&resp=GooglemKTybQhCsO&ipr=y&pscrd=IhMIlf3pn7eClAMVZFn2CB0ffiXGMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOiVodHRwczovLzE1NjA2MjkyLmZscy5kb3VibGVjbGljay5uZXQvQlhDaEVJOE9PaHp3WVExY2lqeDQtZ2w0YVZBUkl0QUk4RUtaMUZaR3RuVTBhMWp4NmFGVF9Uc3lFNkVkYTBTN1N3cjN4RFpmc2ktdENYbXF3ZmxPbU14UzJJegwICWIICAAQABgAIAA — 200 — 455 B — 95 ms — h2https://tr6.snapchat.com/ptr6.snapchat.com/p https://tr6.snapchat.com/p — 200 — 192 B — 115 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 0 B — 119 ms — h2https://js-agent.newrelic.com/nr-spa-1.313.1.min.jsjs-agent.newrelic.com/nr-spa-1.313.... https://js-agent.newrelic.com/nr-spa-1.313.1.min.js — 200 — 30.3 KiB — 32 ms — h2https://i.simpli.fi/p?cid=536262&cb=sifi_att_42656._hpi.simpli.fi/p?cid=536262&cb=sifi_at... https://i.simpli.fi/p?cid=536262&cb=sifi_att_42656._hp — 200 — 979 B — 83 ms — h2https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatehome/favicon.icowww.sfsu.edu/profiles/custom/sfstat... https://www.sfsu.edu/profiles/custom/sfstatedrupal/themes/custom/sfstatehome/favicon.ico — 200 — 2.2 KiB — 6 ms — h2https://insight.adsrvr.org/track/cei?advertiser_id=60nn7h6&cookie_sync=1&upv=3.0.0&upid=7acbywl&ref=https://www.sfsu.edu/insight.adsrvr.org/track/cei?advert... https://insight.adsrvr.org/track/cei?advertiser_id=60nn7h6&cookie_sync=1&upv=3.0.0&upid=7acbywl&ref=https://www.sfsu.edu/ — 302 — 165 B — 119 ms — h2https://bam.nr-data.net/1/66cb69b386?a=582631773&v=1.313.1&to=YFZRMUBXD0BWWkUIXVkccBBBQg5eGE1eFEAYVl4HV1JOWlpUVBNBXkVWDFFZDw%3D%3D&rst=699&ck=0&s=edd90b92ac73a0d2&ref=https://cdn.youvisit.com/tour/Embed/immersiveIcon&ptid=94525429f3251f23&af=err,spa,xhr,stn,ins&ap=30&be=114&fe=527&dc=132&at=TBFSRwhNHE4%3D&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776894340228,%22n%22:0,%22f%22:8,%22dn%22:12,%22dne%22:51,%22c%22:51,%22s%22:68,%22ce%22:94,%22rq%22:94,%22rp%22:115,%22rpe%22:120,%22di%22:247,%22ds%22:247,%22de%22:247,%22dc%22:640,%22l%22:640,%22le%22:642%7D,%22navigation%22:%7B%7D%7Dbam.nr-data.net/1/66cb69b386?a=5826... https://bam.nr-data.net/1/66cb69b386?a=582631773&v=1.313.1&to=YFZRMUBXD0BWWkUIXVkccBBBQg5eGE1eFEAYVl4HV1JOWlpUVBNBXkVWDFFZDw%3D%3D&rst=699&ck=0&s=edd90b92ac73a0d2&ref=https://cdn.youvisit.com/tour/Embed/immersiveIcon&ptid=94525429f3251f23&af=err,spa,xhr,stn,ins&ap=30&be=114&fe=527&dc=132&at=TBFSRwhNHE4%3D&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776894340228,%22n%22:0,%22f%22:8,%22dn%22:12,%22dne%22:51,%22c%22:51,%22s%22:68,%22ce%22:94,%22rq%22:94,%22rp%22:115,%22rpe%22:120,%22di%22:247,%22ds%22:247,%22de%22:247,%22dc%22:640,%22l%22:640,%22le%22:642%7D,%22navigation%22:%7B%7D%7D — 200 — 728 B — 162 ms — http/1.1https://um.simpli.fi/bomboraum.simpli.fi/bombora https://um.simpli.fi/bombora — 302 — 609 B — 149 ms — h2https://um.simpli.fi/bidswitchum.simpli.fi/bidswitch https://um.simpli.fi/bidswitch — 302 — 609 B — 149 ms — h2https://um.simpli.fi/adswizzum.simpli.fi/adswizz https://um.simpli.fi/adswizz — 302 — 656 B — 147 ms — h2https://um.simpli.fi/eyeotaum.simpli.fi/eyeota https://um.simpli.fi/eyeota — 302 — 605 B — 148 ms — h2https://um.simpli.fi/smaatoum.simpli.fi/smaato https://um.simpli.fi/smaato — 302 — 611 B — 148 ms — h2https://um.simpli.fi/nexxenum.simpli.fi/nexxen https://um.simpli.fi/nexxen — 302 — 601 B — 149 ms — h2https://www.googleadservices.com/pagead/conversion/1026675585/?random=1776894340943&cv=7&fst=1776894340943&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ONwww.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion/1026675585/?random=1776894340943&cv=7&fst=1776894340943&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON — 302 — 23 B — 67 ms — h3https://cm.g.doubleclick.net/pixel?google_nid=simplifi&google_cm&google_sccm.g.doubleclick.net/pixel?google_n... https://cm.g.doubleclick.net/pixel?google_nid=simplifi&google_cm&google_sc — 302 — 273 B — 118 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 312 B — 38 ms — h2https://tr.snapchat.com/ptr.snapchat.com/p https://tr.snapchat.com/p — 200 — 15 B — 35 ms — h3https://match.adsrvr.org/track/cei?advertiser_id=60nn7h6&cookie_sync=1&upv=3.0.0&upid=7acbywl&ref=https%3a%2f%2fwww.sfsu.edu&redirect=1match.adsrvr.org/track/cei?advertis... https://match.adsrvr.org/track/cei?advertiser_id=60nn7h6&cookie_sync=1&upv=3.0.0&upid=7acbywl&ref=https%3a%2f%2fwww.sfsu.edu&redirect=1 — 200 — 369 B — 54 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1026675585/?random=581055638&cv=7&fst=1776894340943&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1XHgE0eGBi5B_crfM7-Y_nxF4TXbBTbqwNCBCfDhIk8Xv-_tm_97NYaAqP8&pscrd=IhMIv8__n7eClAMVqWP2CB3jOAGFMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy5zZnN1LmVkdS96DAgJYggIABAAGAAgAAgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1026675585/?random=581055638&cv=7&fst=1776894340943&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1XHgE0eGBi5B_crfM7-Y_nxF4TXbBTbqwNCBCfDhIk8Xv-_tm_97NYaAqP8&pscrd=IhMIv8__n7eClAMVqWP2CB3jOAGFMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy5zZnN1LmVkdS96DAgJYggIABAAGAAgAA — 302 — 24 B — 104 ms — h3https://js.adsrvr.org/universal_pixel.jsjs.adsrvr.org/universal_pixel.js https://js.adsrvr.org/universal_pixel.js — 200 — 958 B — 74 ms — http/1.1https://um.simpli.fi/g_match?id=&google_error=3um.simpli.fi/g_match?id=&google_err... https://um.simpli.fi/g_match?id=&google_error=3 — 204 — 522 B — 51 ms — h2https://bam.nr-data.net/events/1/66cb69b386?a=582631773&v=1.313.1&to=YFZRMUBXD0BWWkUIXVkccBBBQg5eGE1eFEAYVl4HV1JOWlpUVBNBXkVWDFFZDw%3D%3D&rst=871&ck=0&s=edd90b92ac73a0d2&ref=https://cdn.youvisit.com/tour/Embed/immersiveIcon&ptid=94525429f3251f23bam.nr-data.net/events/1/66cb69b386... https://bam.nr-data.net/events/1/66cb69b386?a=582631773&v=1.313.1&to=YFZRMUBXD0BWWkUIXVkccBBBQg5eGE1eFEAYVl4HV1JOWlpUVBNBXkVWDFFZDw%3D%3D&rst=871&ck=0&s=edd90b92ac73a0d2&ref=https://cdn.youvisit.com/tour/Embed/immersiveIcon&ptid=94525429f3251f23 — 200 — 418 B — 101 ms — http/1.1https://bam.nr-data.net/jserrors/1/66cb69b386?a=582631773&v=1.313.1&to=YFZRMUBXD0BWWkUIXVkccBBBQg5eGE1eFEAYVl4HV1JOWlpUVBNBXkVWDFFZDw%3D%3D&rst=872&ck=0&s=edd90b92ac73a0d2&ref=https://cdn.youvisit.com/tour/Embed/immersiveIcon&ptid=94525429f3251f23bam.nr-data.net/jserrors/1/66cb69b3... https://bam.nr-data.net/jserrors/1/66cb69b386?a=582631773&v=1.313.1&to=YFZRMUBXD0BWWkUIXVkccBBBQg5eGE1eFEAYVl4HV1JOWlpUVBNBXkVWDFFZDw%3D%3D&rst=872&ck=0&s=edd90b92ac73a0d2&ref=https://cdn.youvisit.com/tour/Embed/immersiveIcon&ptid=94525429f3251f23 — 200 — 413 B — 103 ms — http/1.1https://bam.nr-data.net/events/1/66cb69b386?a=582631773&v=1.313.1&to=YFZRMUBXD0BWWkUIXVkccBBBQg5eGE1eFEAYVl4HV1JOWlpUVBNBXkVWDFFZDw%3D%3D&rst=874&ck=0&s=edd90b92ac73a0d2&ref=https://cdn.youvisit.com/tour/Embed/immersiveIcon&ptid=94525429f3251f23bam.nr-data.net/events/1/66cb69b386... https://bam.nr-data.net/events/1/66cb69b386?a=582631773&v=1.313.1&to=YFZRMUBXD0BWWkUIXVkccBBBQg5eGE1eFEAYVl4HV1JOWlpUVBNBXkVWDFFZDw%3D%3D&rst=874&ck=0&s=edd90b92ac73a0d2&ref=https://cdn.youvisit.com/tour/Embed/immersiveIcon&ptid=94525429f3251f23 — 200 — 418 B — 108 ms — http/1.1https://synchroscript.deliveryengine.adswizz.com/syncMe?partnerDomain=simpli.fi&idType=cookie&partnerUserId=37FE2EEF3DBC4558B93DF0F55B12AD36synchroscript.deliveryengine.adswiz... https://synchroscript.deliveryengine.adswizz.com/syncMe?partnerDomain=simpli.fi&idType=cookie&partnerUserId=37FE2EEF3DBC4558B93DF0F55B12AD36 — 200 — 385 B — 132 ms — h2https://ps.eyeota.net/match?bid=irm51m1&uid=E149DCFC621C49A185207F239362D524ps.eyeota.net/match?bid=irm51m1&uid... https://ps.eyeota.net/match?bid=irm51m1&uid=E149DCFC621C49A185207F239362D524 — 200 — 354 B — 185 ms — http/1.1https://ml314.com/utsync.ashx?et=0&eid=93940&fp=CE9E16406D16496AAC14415BB3B0456Cml314.com/utsync.ashx?et=0&eid=9394... https://ml314.com/utsync.ashx?et=0&eid=93940&fp=CE9E16406D16496AAC14415BB3B0456C — 200 — 276 B — 124 ms — h2https://s.ad.smaato.net/c/?dspInit=675&dspCookie=80776C4C0EE745CEBA19098D58DF9D11s.ad.smaato.net/c/?dspInit=675&dspC... https://s.ad.smaato.net/c/?dspInit=675&dspCookie=80776C4C0EE745CEBA19098D58DF9D11 — 204 — 66 B — 148 ms — h2https://x.bidswitch.net/sync?dsp_id=518&user_id=0FE1D0E5C12D45C3A384AD6738944F52x.bidswitch.net/sync?dsp_id=518&use... https://x.bidswitch.net/sync?dsp_id=518&user_id=0FE1D0E5C12D45C3A384AD6738944F52 — 200 — 183 B — 294 ms — h2https://sync.1rx.io/usersync/simplifi/1AB405C6EAF848BB84B1A42833506CA8sync.1rx.io/usersync/simplifi/1AB40... https://sync.1rx.io/usersync/simplifi/1AB405C6EAF848BB84B1A42833506CA8 — 204 — 44 B — 359 ms — h2https://um.simpli.fi/tripleliftum.simpli.fi/triplelift https://um.simpli.fi/triplelift — 302 — 613 B — 37 ms — h2https://um.simpli.fi/telaria_pum.simpli.fi/telaria_p https://um.simpli.fi/telaria_p — 302 — 610 B — 38 ms — h2https://um.simpli.fi/tapadum.simpli.fi/tapad https://um.simpli.fi/tapad — 302 — 630 B — 38 ms — h2https://um.simpli.fi/ad_advisorum.simpli.fi/ad_advisor https://um.simpli.fi/ad_advisor — 302 — 621 B — 38 ms — h2https://um.simpli.fi/intentiqum.simpli.fi/intentiq https://um.simpli.fi/intentiq — 302 — 638 B — 38 ms — h2https://um.simpli.fi/pubmaticum.simpli.fi/pubmatic https://um.simpli.fi/pubmatic — 200 — 611 B — 38 ms — h2https://um.simpli.fi/freewheelum.simpli.fi/freewheel https://um.simpli.fi/freewheel — 200 — 612 B — 40 ms — h2https://um.simpli.fi/dtnxum.simpli.fi/dtnx https://um.simpli.fi/dtnx — 302 — 620 B — 40 ms — h2https://um.simpli.fi/exelatemum.simpli.fi/exelatem https://um.simpli.fi/exelatem — 302 — 614 B — 41 ms — h2https://um.simpli.fi/yahooum.simpli.fi/yahoo https://um.simpli.fi/yahoo — 200 — 609 B — 41 ms — h2https://um.simpli.fi/beachfrontum.simpli.fi/beachfront https://um.simpli.fi/beachfront — 302 — 603 B — 43 ms — h2https://um.simpli.fi/crwdcntrlum.simpli.fi/crwdcntrl https://um.simpli.fi/crwdcntrl — 302 — 610 B — 43 ms — h2https://um.simpli.fi/lj_matchum.simpli.fi/lj_match https://um.simpli.fi/lj_match — 302 — 601 B — 43 ms — h2https://um.simpli.fi/liveramp_matchum.simpli.fi/liveramp_match https://um.simpli.fi/liveramp_match — 302 — 609 B — 43 ms — h2https://um.simpli.fi/spotx_matchum.simpli.fi/spotx_match https://um.simpli.fi/spotx_match — 204 — 272 B — 42 ms — h2https://um.simpli.fi/anum.simpli.fi/an https://um.simpli.fi/an — 302 — 602 B — 43 ms — h2https://um.simpli.fi/rb_matchum.simpli.fi/rb_match https://um.simpli.fi/rb_match — 302 — 627 B — 44 ms — h2https://um.simpli.fi/ox_matchum.simpli.fi/ox_match https://um.simpli.fi/ox_match — 302 — 612 B — 44 ms — h2https://www.google.com/pagead/1p-conversion/1026675585/?random=581055638&cv=7&fst=1776894340943&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1XHgE0eGBi5B_crfM7-Y_nxF4TXbBTbqwNCBCfDhIk8Xv-_tm_97NYaAqP8&pscrd=IhMIv8__n7eClAMVqWP2CB3jOAGFMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy5zZnN1LmVkdS96DAgJYggIABAAGAAgAA&is_vtc=1&cid=CAQSWwAFq6B9EC_oibl5RwRz_PeHsdkyQ12PAqhdQmbEfVW0kTUahJal1tFqvs9duKx4-NjQc4I8AD0b7kF6KHhU-L6mOoAvFBhuGLNjPKCvAztvQ1-QvaysAwkfn9w&random=997229199www.google.com/pagead/1p-conversion... https://www.google.com/pagead/1p-conversion/1026675585/?random=581055638&cv=7&fst=1776894340943&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1XHgE0eGBi5B_crfM7-Y_nxF4TXbBTbqwNCBCfDhIk8Xv-_tm_97NYaAqP8&pscrd=IhMIv8__n7eClAMVqWP2CB3jOAGFMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy5zZnN1LmVkdS96DAgJYggIABAAGAAgAA&is_vtc=1&cid=CAQSWwAFq6B9EC_oibl5RwRz_PeHsdkyQ12PAqhdQmbEfVW0kTUahJal1tFqvs9duKx4-NjQc4I8AD0b7kF6KHhU-L6mOoAvFBhuGLNjPKCvAztvQ1-QvaysAwkfn9w&random=997229199 — 302 — 24 B — 68 ms — h3https://ib.adnxs.com/setuid?entity=66&code=280749D12D93482F91A36DA11B405351ib.adnxs.com/setuid?entity=66&code=... https://ib.adnxs.com/setuid?entity=66&code=280749D12D93482F91A36DA11B405351 — -1 — 0 B — 38 ms — https://eb2.3lift.com/xuid?mid=7969&xuid=4CAFA27CD40F46D0A80820E37A71CFB5&dongle=yf3eb2.3lift.com/xuid?mid=7969&xuid=4C... https://eb2.3lift.com/xuid?mid=7969&xuid=4CAFA27CD40F46D0A80820E37A71CFB5&dongle=yf3 — 200 — 140 B — 163 ms — h2https://simplifi.partners.tremorhub.com/sync?UISF=9F67A7EDF01348809E73AD9395EC27A1simplifi.partners.tremorhub.com/syn... https://simplifi.partners.tremorhub.com/sync?UISF=9F67A7EDF01348809E73AD9395EC27A1 — 200 — 175 B — 338 ms — h2https://pixel.tapad.com/idsync/ex/receive?partner_id=2305&partner_device_id=05A75DEAFA2749CBA53829D38A85B0FEpixel.tapad.com/idsync/ex/receive?p... https://pixel.tapad.com/idsync/ex/receive?partner_id=2305&partner_device_id=05A75DEAFA2749CBA53829D38A85B0FE — 302 — 624 B — 90 ms — h2https://aa.agkn.com/adscores/g.pixel?sid=9201915418&sifi_uid=CECB2AD5BEBC4644ACAAFBEC697A1B03aa.agkn.com/adscores/g.pixel?sid=92... https://aa.agkn.com/adscores/g.pixel?sid=9201915418&sifi_uid=CECB2AD5BEBC4644ACAAFBEC697A1B03 — 200 — 307 B — 330 ms — h2https://sync.intentiq.com/profiles_engine/ProfilesEngineServlet?at=20&dpi=2124307461&pcid=678AF14115934E63B2A8C353DB973C48sync.intentiq.com/profiles_engine/P... https://sync.intentiq.com/profiles_engine/ProfilesEngineServlet?at=20&dpi=2124307461&pcid=678AF14115934E63B2A8C353DB973C48 — 200 — 218 B — 124 ms — h2https://fei.pro-market.net/engine?du=24;csync=3F354B2F7EDA42D383D7624FCF452F10;mimetype=img;fei.pro-market.net/engine?du=24;csy... https://fei.pro-market.net/engine?du=24;csync=3F354B2F7EDA42D383D7624FCF452F10;mimetype=img; — 200 — 794 B — 137 ms — h2https://loadm.exelator.com/load/?p=204&g=2191&simid=44148A28B52A42C88AFCA995B306289A&j=0loadm.exelator.com/load/?p=204&g=21... https://loadm.exelator.com/load/?p=204&g=2191&simid=44148A28B52A42C88AFCA995B306289A&j=0 — 302 — 888 B — 187 ms — h2https://sync.bfmio.com/sync?pid=141&uid=A1628139D1AE4BB9860604BFE4C0399Esync.bfmio.com/sync?pid=141&uid=A16... https://sync.bfmio.com/sync?pid=141&uid=A1628139D1AE4BB9860604BFE4C0399E — 204 — 379 B — 366 ms — h2https://bcp.crwdcntrl.net/map/c=7625/tp=SIMP/tpid=20613E50E6374704B795F3012DEE1346bcp.crwdcntrl.net/map/c=7625/tp=SIM... https://bcp.crwdcntrl.net/map/c=7625/tp=SIMP/tpid=20613E50E6374704B795F3012DEE1346 — 404 — 268 B — 149 ms — h2https://ce.lijit.com/merge?pid=2&3pid=A2562749E87F4CE0AEE05F14506F89E8ce.lijit.com/merge?pid=2&3pid=A2562... https://ce.lijit.com/merge?pid=2&3pid=A2562749E87F4CE0AEE05F14506F89E8 — 204 — 223 B — 163 ms — h2https://idsync.rlcdn.com/419566.gif?partner_uid=D025D579399143988BD259A052C74BDEidsync.rlcdn.com/419566.gif?partner... https://idsync.rlcdn.com/419566.gif?partner_uid=D025D579399143988BD259A052C74BDE — 451 — 98 B — 119 ms — h2https://pixel.rubiconproject.com/tap.php?v=6286&nid=2132&put=FC7DA39A89174D46B9A1C7A2E25255B5&expires=365pixel.rubiconproject.com/tap.php?v=... https://pixel.rubiconproject.com/tap.php?v=6286&nid=2132&put=FC7DA39A89174D46B9A1C7A2E25255B5&expires=365 — 204 — 239 B — 187 ms — http/1.1https://us-u.openx.net/w/1.0/sd?id=537072966&val=F6F4AB26A45648578DEACD312DF13E35us-u.openx.net/w/1.0/sd?id=53707296... https://us-u.openx.net/w/1.0/sd?id=537072966&val=F6F4AB26A45648578DEACD312DF13E35 — 200 — 279 B — 92 ms — h2https://www.google.es/pagead/1p-conversion/1026675585/?random=581055638&cv=7&fst=1776894340943&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1XHgE0eGBi5B_crfM7-Y_nxF4TXbBTbqwNCBCfDhIk8Xv-_tm_97NYaAqP8&is_vtc=1&cid=CAQSWwAFq6B9EC_oibl5RwRz_PeHsdkyQ12PAqhdQmbEfVW0kTUahJal1tFqvs9duKx4-NjQc4I8AD0b7kF6KHhU-L6mOoAvFBhuGLNjPKCvAztvQ1-QvaysAwkfn9w&random=997229199&ipr=y&pscrd=IhMIv8__n7eClAMVqWP2CB3jOAGFMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy5zZnN1LmVkdS96DAgJYggIABAAGAAgAAwww.google.es/pagead/1p-conversion/... https://www.google.es/pagead/1p-conversion/1026675585/?random=581055638&cv=7&fst=1776894340943&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1XHgE0eGBi5B_crfM7-Y_nxF4TXbBTbqwNCBCfDhIk8Xv-_tm_97NYaAqP8&is_vtc=1&cid=CAQSWwAFq6B9EC_oibl5RwRz_PeHsdkyQ12PAqhdQmbEfVW0kTUahJal1tFqvs9duKx4-NjQc4I8AD0b7kF6KHhU-L6mOoAvFBhuGLNjPKCvAztvQ1-QvaysAwkfn9w&random=997229199&ipr=y&pscrd=IhMIv8__n7eClAMVqWP2CB3jOAGFMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhVodHRwczovL3d3dy5zZnN1LmVkdS96DAgJYggIABAAGAAgAA — 200 — 154 B — 38 ms — h2https://pixel.tapad.com/idsync/ex/receive/check?partner_id=2305&partner_device_id=05A75DEAFA2749CBA53829D38A85B0FEpixel.tapad.com/idsync/ex/receive/c... https://pixel.tapad.com/idsync/ex/receive/check?partner_id=2305&partner_device_id=05A75DEAFA2749CBA53829D38A85B0FE — 200 — 428 B — 36 ms — h2https://loadm.exelator.com/load/?p=204&g=2191&simid=44148A28B52A42C88AFCA995B306289A&j=0&xl8blockcheck=1loadm.exelator.com/load/?p=204&g=21... https://loadm.exelator.com/load/?p=204&g=2191&simid=44148A28B52A42C88AFCA995B306289A&j=0&xl8blockcheck=1 — 204 — 324 B — 39 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 0 B — 111 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 348 B — 115 ms — h2https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 34 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 575ms · 327KB · €6/mo
Unattributable
Other
Optional
Execution 187ms
Transfer 0 KB
Monthly Cost €2/mo
www.sfsu.edu
Other
Optional
Execution 138ms
Transfer 13 KB
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 103ms
Transfer 146 KB
Unused 45%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 86ms
Transfer 149 KB
Unused 40%
Monthly Cost €1/mo
www.redditstatic.com
Other
Optional
Execution 60ms
Transfer 19 KB
Monthly Cost €1/mo

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

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