Skip to content
https://sjsu.edu

Performance

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

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

46
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
92
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
75
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.45 s

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

8.57 s

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

0 ms

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

0.314

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

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

8.70 s

Page Load Progression

1.4 s
2.8 s
4.1 s
5.5 s
6.9 s
8.3 s
9.6 s
11.0 s
Checks
15
6 PASS 4 REVIEW 3 FIX
F
Page Weight Budget
Action
8.5 MB transferred, 111 requests
FIX
8.5 MB transferred, 111 requests
Critical::
Page weighs 12.4 MB (8.5 MB transferred)
Warning::
Images are 7.4 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 7.4 MB
Warning::
JavaScript is 912 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 912 KB
Warning::
111 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.8 g CO2 per page load
8.5 MB / 2.4 MB budget
8.5 MB transferred
111 requests
1.8 g CO2 per page load
Images 7.4 MiB 86%
JavaScript 911.6 KiB 10%
Fonts 99.1 KiB 1%
Other 70.2 KiB 1%
CSS 62.3 KiB 1%
Other 27.8 KiB 0%
HTML 19.1 KiB 0%
Other 5.4 KiB 0%
Other 318 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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
JS Bundles
Action
28 scripts, 358 KB unused
FIX
28 scripts, 358 KB unused
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-PMN...: 86 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://siteimproveanalytics.com/js/siteanalyze_66...: 72 KB unused (81%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.cookielaw.org/scripttemplates/202512.1...: 66 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.google.com/cse/static/element/dc329f57...: 52 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cse.google.com/adsense/search/async-ads.js: 32 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 358 KB
358 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtm.js?id=GTM-PMNG6XV181 KB86 KB (48%)3rd
https://siteimproveanalytics.com/js/siteanalyze_66356220.js90 KB72 KB (81%)3rd
https://cdn.cookielaw.org/scripttemplates/202512.1.0/otBannerSdk.js126 KB66 KB (52%)3rd
https://www.google.com/cse/static/element/dc329f57de078f5d/cse_element__en.js?usqp=CAM%3D103 KB52 KB (51%)3rd
https://cse.google.com/adsense/search/async-ads.js44 KB32 KB (73%)3rd
https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js55 KB27 KB (48%)3rd
https://www.sjsu.edu/_resources/js/vendor/swiper-bundle.min.js39 KB23 KB (60%)3rd
https://munchkin.marketo.net/munchkin.js1 KB3rd
blob:https://sjsu.edu/7ab2ef73-08de-40cf-b9ab-951cfd7de3cb-0 KB3rd
https://www.sjsu.edu/_resources/js/vendor/sjsu-vimeo-playlist.js?v=1.24 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
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
52 images, 0 KB saveable
REVIEW
52 images, 0 KB saveable
Warning::
https://sjsu.edu/_images/sjsu-homepage-hero/Concep... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://sjsu.edu/_images/sjsu-homepage-hero/sjsu_m... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://sjsu.edu/_images/sjsu-rankings/ranking-mon... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://sjsu.edu/_images/sjsu-rankings/ranking-usn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://sjsu.edu/_images/news/2026-fortune-ranking... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://sjsu.edu/_images/news/hj-story-feb92026-b.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://sjsu.edu/_images/sjsu-homepage-hero/umc-we... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://sjsu.edu/_images/news/adrienne_headshot-40... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://sjsu.edu/aspis/media/icons/ui/icon-angle-b... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://sjsu.edu/_images/news/wsq-entrepreneurship... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://sjsu.edu/_images/sjsu-rankings/codesignal_... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://sjsu.edu/_images/news/spartan-comeback-may... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://sjsu.edu/_images/news/featured_calendar_de... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://sjsu.edu/aspis/media/icons/ui/icon-angle-b... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://sjsu.edu/aspis/media/icons/apps/icon-calst... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://sjsu.edu/_images/sjsu-homepage-hero/sjsu-1... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://sjsu.edu/_images/sjsu-rankings/ranking-wsj... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://sjsu.edu/_images/news/SJSU_Online_jgenshei... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://sjsu.edu/aspis/media/brand/icon-spartan-wi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://sjsu.edu/aspis/media/brand/logo-sjsu.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://sjsu.edu/_images/sjsu-homepage-hero/admitt... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://sjsu.edu/_images/sjsu-rankings/ranking-usn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
52 images 7.4 MB
0 oversized -0 KB
46 legacy format
22 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

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
929ms total JS execution
REVIEW
929ms total JS execution
Warning::
https://sjsu.edu/: 408ms CPU time
Warning::
Unattributable: 289ms CPU time
Info::
https://script.crazyegg.com/pages/versioned/common...: 90ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-PMN...: 78ms CPU time
Info::
https://cdn.cookielaw.org/scripttemplates/202512.1...: 63ms CPU time
Warning::
Third-party scripts: 520ms (56% of total)

Main Thread Breakdown

Other 38% Script Evaluation 34% Style & Layout 12% Rendering 8% Script Parsing & Compilation 6%
ScriptTotalScriptingParse/CompileParty
https://sjsu.edu/408ms26ms1ms1st
Unattributable289ms28ms0ms3rd
https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js90ms79ms3ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PMNG6XV78ms61ms12ms3rd
https://cdn.cookielaw.org/scripttemplates/202512.1.0/otBannerSdk.js63ms42ms9ms3rd
C
Page Weight Inventory
Action
111 resources · 8.5 MB · 358 KB savings available
REVIEW
111 resources · 8.5 MB · 358 KB savings available
Warning::
Page weight 7.5 MB over 1MB target
Got: 8.5 MB Expected: ≤ 1 MB
Info::
~358 KB of savings available
Info::
61 third-party resources (13% of weight)
Info::
6 resources over 200KB
111 resources · 8.5 MiB · 61 third-party 7.5 MiB over 1MB target
Image 86% · 7.4 MiB
JavaScript 10% · 911.6 KiB
Font 1% · 99.1 KiB
Other 1% · 83.1 KiB
CSS 1% · 66.9 KiB
Document 0% · 29.2 KiB

~357.8 KiB of savings available

Remove unused JavaScript: 357.8 KiB
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Third-Party Impact
13% third-party, 0 ms blocking
PASS
13% third-party, 0 ms blocking
Info::
Third-party code accounts for 13% of page weight (1.1 MiB of 8.5 MiB)
Info::
Third-party blocking time is low (0 ms)
87%
First-party Third-party
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
3 fonts (99 KB)
PASS
3 fonts (99 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

99 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s FCP 1.4 s LCP 8.6 shttps://sjsu.edu/aspis/fonts/SJSUSpartanRegular.woffSJSUSpartanRegular.woff https://sjsu.edu/aspis/fonts/SJSUSpartanRegular.woff — 35.1 KiB — 625 ms — font-display: swaphttps://fonts.gstatic.com/s/nunitosans/v19/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t1R-tQKr51.woff2pe0TMImSLYBIv1o4X1M8ce2... https://fonts.gstatic.com/s/nunitosans/v19/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t1R-tQKr51.woff2 — 30.3 KiB — 34 ms — font-display: swaphttps://sjsu.edu/aspis/fonts/SJSUSpartanBold.woffSJSUSpartanBold.woff https://sjsu.edu/aspis/fonts/SJSUSpartanBold.woff — 33.7 KiB — 481 ms — font-display: swap
SJSUSpartanRegular.woff woff swap
Size 35 KB
Load time 625 ms
Start 994 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
pe0TMImSLYBIv1o4X1M8ce2... woff2 swap
Size 30 KB
Load time 34 ms
Start 994 ms
Risk FOUT — text flashes from fallback to web font
SJSUSpartanBold.woff woff swap
Size 34 KB
Load time 481 ms
Start 995 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~21 KB and ~42 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
111 requests over 11045ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 1.4 s LCP 8.6 shttps://sjsu.edu// https://sjsu.edu/ — 200 — 13.4 KiB — 472 ms — http/1.1https://sjsu.edu/aspis/css/foundation.css/aspis/css/foundation.css https://sjsu.edu/aspis/css/foundation.css — 200 — 20.7 KiB — 311 ms — http/1.1https://sjsu.edu/aspis/css/campus.css/aspis/css/campus.css https://sjsu.edu/aspis/css/campus.css — 200 — 17.3 KiB — 321 ms — http/1.1https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,800fonts.googleapis.com/css?family=Nun... https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,800 — 200 — 1.1 KiB — 73 ms — h2https://sjsu.edu/aspis/css/prototype.css/aspis/css/prototype.css https://sjsu.edu/aspis/css/prototype.css — 200 — 1.5 KiB — 465 ms — http/1.1https://sjsu.edu/aspis/media/brand/logo-we-are-spartans.svg/aspis/media/brand/logo-we-are-spar... https://sjsu.edu/aspis/media/brand/logo-we-are-spartans.svg — 200 — 5.6 KiB — 478 ms — http/1.1https://sjsu.edu/_images/sjsu-homepage-hero/sjsu-1857-min-of-giving-banner.jpg/_images/sjsu-homepage-hero/sjsu-18... https://sjsu.edu/_images/sjsu-homepage-hero/sjsu-1857-min-of-giving-banner.jpg — 200 — 3.9 MiB — 9.0 s — http/1.1https://sjsu.edu/_images/sjsu-homepage-hero/admitted-spartan-enroll-banner-2026-845x565.jpg/_images/sjsu-homepage-hero/admitte... https://sjsu.edu/_images/sjsu-homepage-hero/admitted-spartan-enroll-banner-2026-845x565.jpg — 200 — 45.6 KiB — 461 ms — http/1.1https://sjsu.edu/_images/sjsu-homepage-hero/umc-website_postcard-codesignal-ranking-2026.png/_images/sjsu-homepage-hero/umc-web... https://sjsu.edu/_images/sjsu-homepage-hero/umc-website_postcard-codesignal-ranking-2026.png — 200 — 787.5 KiB — 956 ms — http/1.1https://sjsu.edu/_images/sjsu-rankings/ranking-money-transformative-university.png/_images/sjsu-rankings/ranking-mone... https://sjsu.edu/_images/sjsu-rankings/ranking-money-transformative-university.png — 200 — 43.5 KiB — 353 ms — http/1.1https://sjsu.edu/aspis/js/vendor/jquery.js/aspis/js/vendor/jquery.js https://sjsu.edu/aspis/js/vendor/jquery.js — 200 — 79.2 KiB — 656 ms — http/1.1https://cse.google.com/cse.js?cx=012859833366045817487:gox5jplxmb8cse.google.com/cse.js?cx=0128598333... https://cse.google.com/cse.js?cx=012859833366045817487:gox5jplxmb8 — 200 — 4.0 KiB — 89 ms — h2https://script.crazyegg.com/pages/scripts/0102/3509.jsscript.crazyegg.com/pages/scripts/0... https://script.crazyegg.com/pages/scripts/0102/3509.js — 200 — 2.7 KiB — 77 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-PMNG6XVwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PMNG6XV — 200 — 181.2 KiB — 159 ms — h2https://www.sjsu.edu/_resources/css/swiper-bundle.min.csswww.sjsu.edu/_resources/css/swiper-... https://www.sjsu.edu/_resources/css/swiper-bundle.min.css — 200 — 4.8 KiB — 477 ms — http/1.1https://www.sjsu.edu/_resources/css/sjsu-vimeo-playlist.css?v=1.1www.sjsu.edu/_resources/css/sjsu-vi... https://www.sjsu.edu/_resources/css/sjsu-vimeo-playlist.css?v=1.1 — 200 — 2.2 KiB — 500 ms — http/1.1https://www.sjsu.edu/_resources/css/micromodal.csswww.sjsu.edu/_resources/css/micromo... https://www.sjsu.edu/_resources/css/micromodal.css — 200 — 1.3 KiB — 498 ms — http/1.1https://player.vimeo.com/api/player.jsplayer.vimeo.com/api/player.js https://player.vimeo.com/api/player.js — 200 — 9.0 KiB — 69 ms — http/1.1https://sjsu.edu/aspis/js/vendor/what-input.js/aspis/js/vendor/what-input.js https://sjsu.edu/aspis/js/vendor/what-input.js — 200 — 3.5 KiB — 692 ms — http/1.1https://www.sjsu.edu/_resources/js/vendor/swiper-bundle.min.jswww.sjsu.edu/_resources/js/vendor/s... https://www.sjsu.edu/_resources/js/vendor/swiper-bundle.min.js — 200 — 39.1 KiB — 697 ms — http/1.1https://sjsu.edu/aspis/media/icons/ui/icon-angle-bracket-right-white.svg/aspis/media/icons/ui/icon-angle-br... https://sjsu.edu/aspis/media/icons/ui/icon-angle-bracket-right-white.svg — 200 — 768 B — 577 ms — http/1.1https://www.sjsu.edu/_resources/js/vendor/sjsu-vimeo-playlist.js?v=1.2www.sjsu.edu/_resources/js/vendor/s... https://www.sjsu.edu/_resources/js/vendor/sjsu-vimeo-playlist.js?v=1.2 — 200 — 3.5 KiB — 495 ms — http/1.1https://www.sjsu.edu/_resources/js/vendor/micromodal.min.jswww.sjsu.edu/_resources/js/vendor/m... https://www.sjsu.edu/_resources/js/vendor/micromodal.min.js — 200 — 2.9 KiB — 509 ms — http/1.1https://sjsu.edu/aspis/fonts/SJSUSpartanRegular.woff/aspis/fonts/SJSUSpartanRegular.wof... https://sjsu.edu/aspis/fonts/SJSUSpartanRegular.woff — 200 — 35.1 KiB — 625 ms — http/1.1https://fonts.gstatic.com/s/nunitosans/v19/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t1R-tQKr51.woff2fonts.gstatic.com/s/nunitosans/v19/... https://fonts.gstatic.com/s/nunitosans/v19/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t1R-tQKr51.woff2 — 200 — 30.3 KiB — 34 ms — h3https://sjsu.edu/aspis/fonts/SJSUSpartanBold.woff/aspis/fonts/SJSUSpartanBold.woff https://sjsu.edu/aspis/fonts/SJSUSpartanBold.woff — 200 — 33.7 KiB — 481 ms — http/1.1https://script.crazyegg.com/pages/data-scripts/0102/3509/site/sjsu.edu.json?t=1script.crazyegg.com/pages/data-scri... https://script.crazyegg.com/pages/data-scripts/0102/3509/site/sjsu.edu.json?t=1 — 200 — 5.7 KiB — 45 ms — h3https://www.google.com/cse/static/element/dc329f57de078f5d/cse_element__en.js?usqp=CAM%3Dwww.google.com/cse/static/element/d... https://www.google.com/cse/static/element/dc329f57de078f5d/cse_element__en.js?usqp=CAM%3D — 200 — 102.7 KiB — 96 ms — h3https://www.google.com/cse/static/element/dc329f57de078f5d/default_v6+en.csswww.google.com/cse/static/element/d... https://www.google.com/cse/static/element/dc329f57de078f5d/default_v6+en.css — 200 — 12.0 KiB — 66 ms — h3https://www.google.com/cse/static/style/look/v6/default.csswww.google.com/cse/static/style/loo... https://www.google.com/cse/static/style/look/v6/default.css — 200 — 1.2 KiB — 58 ms — h3
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 1.4 s LCP 8.6 shttps://sjsu.edu// https://sjsu.edu/ — 200 — 13.4 KiB — 472 ms — http/1.1https://sjsu.edu/aspis/css/foundation.css/aspis/css/foundation.css https://sjsu.edu/aspis/css/foundation.css — 200 — 20.7 KiB — 311 ms — http/1.1https://sjsu.edu/aspis/css/campus.css/aspis/css/campus.css https://sjsu.edu/aspis/css/campus.css — 200 — 17.3 KiB — 321 ms — http/1.1https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,800fonts.googleapis.com/css?family=Nun... https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,800 — 200 — 1.1 KiB — 73 ms — h2https://sjsu.edu/aspis/css/prototype.css/aspis/css/prototype.css https://sjsu.edu/aspis/css/prototype.css — 200 — 1.5 KiB — 465 ms — http/1.1https://sjsu.edu/aspis/media/brand/logo-we-are-spartans.svg/aspis/media/brand/logo-we-are-spar... https://sjsu.edu/aspis/media/brand/logo-we-are-spartans.svg — 200 — 5.6 KiB — 478 ms — http/1.1https://sjsu.edu/_images/sjsu-homepage-hero/sjsu-1857-min-of-giving-banner.jpg/_images/sjsu-homepage-hero/sjsu-18... https://sjsu.edu/_images/sjsu-homepage-hero/sjsu-1857-min-of-giving-banner.jpg — 200 — 3.9 MiB — 9.0 s — http/1.1https://sjsu.edu/_images/sjsu-homepage-hero/admitted-spartan-enroll-banner-2026-845x565.jpg/_images/sjsu-homepage-hero/admitte... https://sjsu.edu/_images/sjsu-homepage-hero/admitted-spartan-enroll-banner-2026-845x565.jpg — 200 — 45.6 KiB — 461 ms — http/1.1https://sjsu.edu/_images/sjsu-homepage-hero/umc-website_postcard-codesignal-ranking-2026.png/_images/sjsu-homepage-hero/umc-web... https://sjsu.edu/_images/sjsu-homepage-hero/umc-website_postcard-codesignal-ranking-2026.png — 200 — 787.5 KiB — 956 ms — http/1.1https://sjsu.edu/_images/sjsu-rankings/ranking-money-transformative-university.png/_images/sjsu-rankings/ranking-mone... https://sjsu.edu/_images/sjsu-rankings/ranking-money-transformative-university.png — 200 — 43.5 KiB — 353 ms — http/1.1https://sjsu.edu/aspis/js/vendor/jquery.js/aspis/js/vendor/jquery.js https://sjsu.edu/aspis/js/vendor/jquery.js — 200 — 79.2 KiB — 656 ms — http/1.1https://cse.google.com/cse.js?cx=012859833366045817487:gox5jplxmb8cse.google.com/cse.js?cx=0128598333... https://cse.google.com/cse.js?cx=012859833366045817487:gox5jplxmb8 — 200 — 4.0 KiB — 89 ms — h2https://script.crazyegg.com/pages/scripts/0102/3509.jsscript.crazyegg.com/pages/scripts/0... https://script.crazyegg.com/pages/scripts/0102/3509.js — 200 — 2.7 KiB — 77 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-PMNG6XVwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PMNG6XV — 200 — 181.2 KiB — 159 ms — h2https://www.sjsu.edu/_resources/css/swiper-bundle.min.csswww.sjsu.edu/_resources/css/swiper-... https://www.sjsu.edu/_resources/css/swiper-bundle.min.css — 200 — 4.8 KiB — 477 ms — http/1.1https://www.sjsu.edu/_resources/css/sjsu-vimeo-playlist.css?v=1.1www.sjsu.edu/_resources/css/sjsu-vi... https://www.sjsu.edu/_resources/css/sjsu-vimeo-playlist.css?v=1.1 — 200 — 2.2 KiB — 500 ms — http/1.1https://www.sjsu.edu/_resources/css/micromodal.csswww.sjsu.edu/_resources/css/micromo... https://www.sjsu.edu/_resources/css/micromodal.css — 200 — 1.3 KiB — 498 ms — http/1.1https://player.vimeo.com/api/player.jsplayer.vimeo.com/api/player.js https://player.vimeo.com/api/player.js — 200 — 9.0 KiB — 69 ms — http/1.1https://sjsu.edu/aspis/js/vendor/what-input.js/aspis/js/vendor/what-input.js https://sjsu.edu/aspis/js/vendor/what-input.js — 200 — 3.5 KiB — 692 ms — http/1.1https://www.sjsu.edu/_resources/js/vendor/swiper-bundle.min.jswww.sjsu.edu/_resources/js/vendor/s... https://www.sjsu.edu/_resources/js/vendor/swiper-bundle.min.js — 200 — 39.1 KiB — 697 ms — http/1.1https://sjsu.edu/aspis/media/icons/ui/icon-angle-bracket-right-white.svg/aspis/media/icons/ui/icon-angle-br... https://sjsu.edu/aspis/media/icons/ui/icon-angle-bracket-right-white.svg — 200 — 768 B — 577 ms — http/1.1https://www.sjsu.edu/_resources/js/vendor/sjsu-vimeo-playlist.js?v=1.2www.sjsu.edu/_resources/js/vendor/s... https://www.sjsu.edu/_resources/js/vendor/sjsu-vimeo-playlist.js?v=1.2 — 200 — 3.5 KiB — 495 ms — http/1.1https://www.sjsu.edu/_resources/js/vendor/micromodal.min.jswww.sjsu.edu/_resources/js/vendor/m... https://www.sjsu.edu/_resources/js/vendor/micromodal.min.js — 200 — 2.9 KiB — 509 ms — http/1.1https://sjsu.edu/aspis/fonts/SJSUSpartanRegular.woff/aspis/fonts/SJSUSpartanRegular.wof... https://sjsu.edu/aspis/fonts/SJSUSpartanRegular.woff — 200 — 35.1 KiB — 625 ms — http/1.1https://fonts.gstatic.com/s/nunitosans/v19/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t1R-tQKr51.woff2fonts.gstatic.com/s/nunitosans/v19/... https://fonts.gstatic.com/s/nunitosans/v19/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t1R-tQKr51.woff2 — 200 — 30.3 KiB — 34 ms — h3https://sjsu.edu/aspis/fonts/SJSUSpartanBold.woff/aspis/fonts/SJSUSpartanBold.woff https://sjsu.edu/aspis/fonts/SJSUSpartanBold.woff — 200 — 33.7 KiB — 481 ms — http/1.1https://script.crazyegg.com/pages/data-scripts/0102/3509/site/sjsu.edu.json?t=1script.crazyegg.com/pages/data-scri... https://script.crazyegg.com/pages/data-scripts/0102/3509/site/sjsu.edu.json?t=1 — 200 — 5.7 KiB — 45 ms — h3https://www.google.com/cse/static/element/dc329f57de078f5d/cse_element__en.js?usqp=CAM%3Dwww.google.com/cse/static/element/d... https://www.google.com/cse/static/element/dc329f57de078f5d/cse_element__en.js?usqp=CAM%3D — 200 — 102.7 KiB — 96 ms — h3https://www.google.com/cse/static/element/dc329f57de078f5d/default_v6+en.csswww.google.com/cse/static/element/d... https://www.google.com/cse/static/element/dc329f57de078f5d/default_v6+en.css — 200 — 12.0 KiB — 66 ms — h3https://www.google.com/cse/static/style/look/v6/default.csswww.google.com/cse/static/style/loo... https://www.google.com/cse/static/style/look/v6/default.css — 200 — 1.2 KiB — 58 ms — h3https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.jsscript.crazyegg.com/pages/versioned... https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js — 200 — 55.3 KiB — 59 ms — h3https://sjsu.edu/aspis/js/vendor/foundation.js/aspis/js/vendor/foundation.js https://sjsu.edu/aspis/js/vendor/foundation.js — 200 — 85.9 KiB — 621 ms — http/1.1https://sjsu.edu/aspis/js/vendor/jquery-accessibleMegaMenu.js/aspis/js/vendor/jquery-accessibleM... https://sjsu.edu/aspis/js/vendor/jquery-accessibleMegaMenu.js — 200 — 9.4 KiB — 161 ms — http/1.1https://sjsu.edu/aspis/js/vendor/direct-edit.js/aspis/js/vendor/direct-edit.js https://sjsu.edu/aspis/js/vendor/direct-edit.js — 200 — 655 B — 170 ms — http/1.1https://sjsu.edu/_images/sjsu-rankings/codesignal_2026_ranking-number-2.png/_images/sjsu-rankings/codesignal_2... https://sjsu.edu/_images/sjsu-rankings/codesignal_2026_ranking-number-2.png — 200 — 17.2 KiB — 175 ms — http/1.1https://sjsu.edu/_images/sjsu-rankings/ranking-usn-public-university.png/_images/sjsu-rankings/ranking-usn-... https://sjsu.edu/_images/sjsu-rankings/ranking-usn-public-university.png — 200 — 61.8 KiB — 318 ms — http/1.1https://sjsu.edu/_images/sjsu-rankings/ranking-wsj-public-university-number-5.png/_images/sjsu-rankings/ranking-wsj-... https://sjsu.edu/_images/sjsu-rankings/ranking-wsj-public-university-number-5.png — 200 — 50.1 KiB — 338 ms — http/1.1https://sjsu.edu/_images/sjsu-rankings/ranking-usn-social-mobility-2026.png/_images/sjsu-rankings/ranking-usn-... https://sjsu.edu/_images/sjsu-rankings/ranking-usn-social-mobility-2026.png — 200 — 59.7 KiB — 347 ms — http/1.1https://sjsu.edu/_images/news/wsq-entrepreneurship-feature-ray-zinn-dschmitz-101518-50_img-web.jpg/_images/news/wsq-entrepreneurship-... https://sjsu.edu/_images/news/wsq-entrepreneurship-feature-ray-zinn-dschmitz-101518-50_img-web.jpg — 200 — 128.2 KiB — 164 ms — http/1.1https://sjsu.edu/_images/news/SJSU_Online_jgensheimer_052523_1396_IMG_WEB.jpg/_images/news/SJSU_Online_jgensheim... https://sjsu.edu/_images/news/SJSU_Online_jgensheimer_052523_1396_IMG_WEB.jpg — 200 — 202.8 KiB — 167 ms — http/1.1https://sjsu.edu/_images/sjsu-homepage-hero/sjsu_mag_media_object.png/_images/sjsu-homepage-hero/sjsu_ma... https://sjsu.edu/_images/sjsu-homepage-hero/sjsu_mag_media_object.png — 200 — 682.8 KiB — 2.4 s — http/1.1https://sjsu.edu/_images/sjsu-homepage-hero/Concept3D_Map_Postcard_White.png/_images/sjsu-homepage-hero/Concept... https://sjsu.edu/_images/sjsu-homepage-hero/Concept3D_Map_Postcard_White.png — 200 — 230.2 KiB — 507 ms — http/1.1https://sjsu.edu/_images/news/2026-fortune-ranking-best-mba-program-629x377.jpg/_images/news/2026-fortune-ranking-... https://sjsu.edu/_images/news/2026-fortune-ranking-best-mba-program-629x377.jpg — 200 — 63.1 KiB — 348 ms — http/1.1https://sjsu.edu/_images/news/spartan-comeback-maya-anderson.jpg/_images/news/spartan-comeback-maya... https://sjsu.edu/_images/news/spartan-comeback-maya-anderson.jpg — 200 — 32.9 KiB — 159 ms — http/1.1https://sjsu.edu/_images/news/hj-story-feb92026-b.jpg/_images/news/hj-story-feb92026-b.j... https://sjsu.edu/_images/news/hj-story-feb92026-b.jpg — 200 — 25.8 KiB — 161 ms — http/1.1https://munchkin.marketo.net/munchkin.jsmunchkin.marketo.net/munchkin.js https://munchkin.marketo.net/munchkin.js — 200 — 1.2 KiB — 41 ms — http/1.1https://siteimproveanalytics.com/js/siteanalyze_66356220.jssiteimproveanalytics.com/js/siteana... https://siteimproveanalytics.com/js/siteanalyze_66356220.js — 200 — 89.8 KiB — 104 ms — h3https://script.crazyegg.com/pages/data-scripts/0102/3509/sampling/sjsu.edu.json?t=1script.crazyegg.com/pages/data-scri... https://script.crazyegg.com/pages/data-scripts/0102/3509/sampling/sjsu.edu.json?t=1 — 200 — 391 B — 26 ms — h3https://cse.google.com/adsense/search/async-ads.jscse.google.com/adsense/search/async... https://cse.google.com/adsense/search/async-ads.js — 200 — 43.6 KiB — 53 ms — h2https://www.google.com/cse/static/images/1x/en/branding.pngwww.google.com/cse/static/images/1x... https://www.google.com/cse/static/images/1x/en/branding.png — 200 — 1.5 KiB — 20 ms — h3https://clients1.google.com/generate_204clients1.google.com/generate_204 https://clients1.google.com/generate_204 — 204 — 117 B — 89 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 83 ms — h2https://tracking.crazyegg.com/clock?u=1023509&st=373365&t=1776818024856&tk=a46ea02470f8062cdfba3a0c3af0b917tracking.crazyegg.com/clock?u=10235... https://tracking.crazyegg.com/clock?u=1023509&st=373365&t=1776818024856&tk=a46ea02470f8062cdfba3a0c3af0b917 — 204 — 0 B — 130 ms — h2https://pagestates-tracking.crazyegg.com/healthcheckpagestates-tracking.crazyegg.com/he... https://pagestates-tracking.crazyegg.com/healthcheck — 200 — 461 B — 60 ms — h2https://assets-tracking.crazyegg.com/healthcheckassets-tracking.crazyegg.com/health... https://assets-tracking.crazyegg.com/healthcheck — 200 — 460 B — 62 ms — h2blob:https://sjsu.edu/7ab2ef73-08de-40cf-b9ab-951cfd7de3cbsjsu.edu/7ab2ef73-08de-40cf-b9ab-95... blob:https://sjsu.edu/7ab2ef73-08de-40cf-b9ab-951cfd7de3cb — 200 — -1 B — 37 ms — blobhttps://munchkin.marketo.net/165/munchkin.jsmunchkin.marketo.net/165/munchkin.j... https://munchkin.marketo.net/165/munchkin.js — 200 — 5.6 KiB — 11 ms — http/1.1https://sjsu.edu/_images/news/adrienne_headshot-400x345.jpeg/_images/news/adrienne_headshot-400... https://sjsu.edu/_images/news/adrienne_headshot-400x345.jpeg — 200 — 22.4 KiB — 156 ms — http/1.1https://663-ukq-998.mktoresp.com/webevents/visitWebPage?_mchNc=1776818024892&_mchCn=&_mchId=663-UKQ-998&_mchTk=_mch-sjsu.edu-d3ca4cfed760ccf76a3c27ce86d1b40e&_mchHo=sjsu.edu&_mchPo=&_mchRu=%2F&_mchPc=https%3A&_mchVr=165&_mchEcid=&_mchHa=&_mchRe=&_mchQp=663-ukq-998.mktoresp.com/webevents/... https://663-ukq-998.mktoresp.com/webevents/visitWebPage?_mchNc=1776818024892&_mchCn=&_mchId=663-UKQ-998&_mchTk=_mch-sjsu.edu-d3ca4cfed760ccf76a3c27ce86d1b40e&_mchHo=sjsu.edu&_mchPo=&_mchRu=%2F&_mchPc=https%3A&_mchVr=165&_mchEcid=&_mchHa=&_mchRe=&_mchQp= — 200 — 318 B — 778 ms — http/1.1https://cdn.cookielaw.org/consent/019ae09e-2941-79c1-9ae1-35790af7ceea-test/019ae09e-2941-79c1-9ae1-35790af7ceea-test.jsoncdn.cookielaw.org/consent/019ae09e-... https://cdn.cookielaw.org/consent/019ae09e-2941-79c1-9ae1-35790af7ceea-test/019ae09e-2941-79c1-9ae1-35790af7ceea-test.json — 200 — 2.4 KiB — 84 ms — h2https://sjsu.edu/_images/news/featured_calendar_default-spirit-mark_121520.jpg/_images/news/featured_calendar_def... https://sjsu.edu/_images/news/featured_calendar_default-spirit-mark_121520.jpg — 200 — 21.7 KiB — 163 ms — http/1.1https://66356220.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fsjsu.edu%2F&title=San%20Jos%C3%A9%20State%20University&res=800x600&accountid=66356220&rt=2372&prev=9f8d99a9-cbc3-8fcc-3911-6f5fb7e3425f&luid=106e8336-1381-0211-5780-03376471ccb6&rnd=9855466356220.global.siteimproveanalytic... https://66356220.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fsjsu.edu%2F&title=San%20Jos%C3%A9%20State%20University&res=800x600&accountid=66356220&rt=2372&prev=9f8d99a9-cbc3-8fcc-3911-6f5fb7e3425f&luid=106e8336-1381-0211-5780-03376471ccb6&rnd=98554 — 200 — 210 B — 132 ms — h2https://tracking.crazyegg.com/clock?u=1023509&st=373365&t=1776818024856&tk=a46ea02470f8062cdfba3a0c3af0b917tracking.crazyegg.com/clock?u=10235... https://tracking.crazyegg.com/clock?u=1023509&st=373365&t=1776818024856&tk=a46ea02470f8062cdfba3a0c3af0b917 — 200 — 147 B — 54 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 303 B — 117 ms — h2https://sjsu.edu/aspis/media/icons/ui/icon-angle-bracket-left-sjsu-blue.svg/aspis/media/icons/ui/icon-angle-br... https://sjsu.edu/aspis/media/icons/ui/icon-angle-bracket-left-sjsu-blue.svg — 200 — 809 B — 155 ms — http/1.1blob:https://sjsu.edu/eb8c3170-9eab-4ad0-a2f9-630c50f8e4f3sjsu.edu/eb8c3170-9eab-4ad0-a2f9-63... blob:https://sjsu.edu/eb8c3170-9eab-4ad0-a2f9-630c50f8e4f3 — -1 — 0 B — 0 ms — https://script.crazyegg.com/pages/versioned/tracking-scripts/158692313dc4b9f2e28d9e9025e38d6b.jsscript.crazyegg.com/pages/versioned... https://script.crazyegg.com/pages/versioned/tracking-scripts/158692313dc4b9f2e28d9e9025e38d6b.js — 200 — 22.6 KiB — 24 ms — h3https://sjsu.edu/aspis/media/icons/ui/icon-angle-bracket-right-sjsu-blue.svg/aspis/media/icons/ui/icon-angle-br... https://sjsu.edu/aspis/media/icons/ui/icon-angle-bracket-right-sjsu-blue.svg — 200 — 770 B — 174 ms — http/1.1https://sjsu.edu/aspis/media/brand/icon-spartan-withbackground.svg/aspis/media/brand/icon-spartan-wit... https://sjsu.edu/aspis/media/brand/icon-spartan-withbackground.svg — 200 — 376.7 KiB — 188 ms — http/1.1https://cdn.cookielaw.org/scripttemplates/202512.1.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202512.1.0/otBannerSdk.js — 200 — 126.0 KiB — 49 ms — h2https://sjsu.edu/aspis/media/brand/logo-sjsu.svg/aspis/media/brand/logo-sjsu.svg https://sjsu.edu/aspis/media/brand/logo-sjsu.svg — 200 — 13.4 KiB — 174 ms — http/1.1https://sjsu.edu/aspis/media/icons/apps/icon-calstate-logo.svg/aspis/media/icons/apps/icon-calsta... https://sjsu.edu/aspis/media/icons/apps/icon-calstate-logo.svg — 200 — 2.5 KiB — 155 ms — http/1.1https://cdn.cookielaw.org/consent/019ae09e-2941-79c1-9ae1-35790af7ceea-test/019c964c-2914-7eaf-93b3-05ad8cc1531c/en.jsoncdn.cookielaw.org/consent/019ae09e-... https://cdn.cookielaw.org/consent/019ae09e-2941-79c1-9ae1-35790af7ceea-test/019c964c-2914-7eaf-93b3-05ad8cc1531c/en.json — 200 — 48.4 KiB — 50 ms — h2https://sjsu.edu/aspis/media/icons/ui/icon-hamburger-white.svg/aspis/media/icons/ui/icon-hamburge... https://sjsu.edu/aspis/media/icons/ui/icon-hamburger-white.svg — 200 — 750 B — 175 ms — http/1.1https://cdn.cookielaw.org/scripttemplates/202512.1.0/assets/otFlat.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202512.1.0/assets/otFlat.json — 200 — 3.2 KiB — 33 ms — h2https://cdn.cookielaw.org/scripttemplates/202512.1.0/assets/v2/otPcCenter.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202512.1.0/assets/v2/otPcCenter.json — 200 — 13.4 KiB — 32 ms — h2https://cdn.cookielaw.org/scripttemplates/202512.1.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202512.1.0/assets/otCommonStyles.css — 200 — 4.7 KiB — 29 ms — h2https://sjsu.edu/aspis/media/icons/ui/icon-search-white.svg/aspis/media/icons/ui/icon-search-w... https://sjsu.edu/aspis/media/icons/ui/icon-search-white.svg — 200 — 1006 B — 160 ms — http/1.1https://cdn.cookielaw.org/logos/static/ot_close.svgcdn.cookielaw.org/logos/static/ot_c... https://cdn.cookielaw.org/logos/static/ot_close.svg — 200 — 625 B — 29 ms — h2https://cdn.cookielaw.org/logos/static/ot_guard_logo.svgcdn.cookielaw.org/logos/static/ot_g... https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg — 200 — 514 B — 29 ms — h2https://sjsu.edu/aspis/media/bgs/bg-sjsu-circles.svg/aspis/media/bgs/bg-sjsu-circles.sv... https://sjsu.edu/aspis/media/bgs/bg-sjsu-circles.svg — 200 — 32.4 KiB — 179 ms — http/1.1https://sjsu.edu/aspis/media/bgs/bg-sjsu-circles-no-repeat.svg/aspis/media/bgs/bg-sjsu-circles-no... https://sjsu.edu/aspis/media/bgs/bg-sjsu-circles-no-repeat.svg — 200 — 147.5 KiB — 317 ms — http/1.1https://cdn.cookielaw.org/logos/c63ed3ef-c65f-4df6-a5b4-619c126e6aaf/019ae09e-2941-79c1-9ae1-35790af7ceea/c6a0abd7-5330-4491-a73c-9c308b343dce/sjsu-primary-mark.pngcdn.cookielaw.org/logos/c63ed3ef-c6... https://cdn.cookielaw.org/logos/c63ed3ef-c65f-4df6-a5b4-619c126e6aaf/019ae09e-2941-79c1-9ae1-35790af7ceea/c6a0abd7-5330-4491-a73c-9c308b343dce/sjsu-primary-mark.png — 200 — 13.0 KiB — 31 ms — h2https://cdn.cookielaw.org/logos/static/powered_by_logo.svgcdn.cookielaw.org/logos/static/powe... https://cdn.cookielaw.org/logos/static/powered_by_logo.svg — 200 — 2.5 KiB — 32 ms — h2https://sjsu.edu/aspis/media/bgs/bg-sjsu-diamonds.svg/aspis/media/bgs/bg-sjsu-diamonds.s... https://sjsu.edu/aspis/media/bgs/bg-sjsu-diamonds.svg — 200 — 34.7 KiB — 181 ms — http/1.1https://sjsu.edu/aspis/media/bgs/bg-triangles-up-big.svg/aspis/media/bgs/bg-triangles-up-bi... https://sjsu.edu/aspis/media/bgs/bg-triangles-up-big.svg — 200 — 1.6 KiB — 161 ms — http/1.1https://sjsu.edu/aspis/media/icons/apps/icon-facebook-sjsu-gold.svg/aspis/media/icons/apps/icon-facebo... https://sjsu.edu/aspis/media/icons/apps/icon-facebook-sjsu-gold.svg — 200 — 599 B — 170 ms — http/1.1https://sjsu.edu/aspis/media/icons/apps/icon-twitter-sjsu-gold.svg/aspis/media/icons/apps/icon-twitte... https://sjsu.edu/aspis/media/icons/apps/icon-twitter-sjsu-gold.svg — 200 — 138.1 KiB — 384 ms — http/1.1https://sjsu.edu/aspis/media/icons/apps/icon-linkedin-sjsu-gold.svg/aspis/media/icons/apps/icon-linked... https://sjsu.edu/aspis/media/icons/apps/icon-linkedin-sjsu-gold.svg — 200 — 645 B — 161 ms — http/1.1https://sjsu.edu/aspis/media/icons/apps/icon-instagram-sjsu-gold.svg/aspis/media/icons/apps/icon-instag... https://sjsu.edu/aspis/media/icons/apps/icon-instagram-sjsu-gold.svg — 200 — 765 B — 155 ms — http/1.1https://sjsu.edu/aspis/media/icons/apps/icon-youtube-sjsu-gold.svg/aspis/media/icons/apps/icon-youtub... https://sjsu.edu/aspis/media/icons/apps/icon-youtube-sjsu-gold.svg — 200 — 707 B — 170 ms — http/1.1https://sjsu.edu/aspis/media/icons/ui/icon-location-white-small.svg/aspis/media/icons/ui/icon-location... https://sjsu.edu/aspis/media/icons/ui/icon-location-white-small.svg — 200 — 864 B — 160 ms — http/1.1https://sjsu.edu/aspis/media/icons/ui/icon-phone-white-small.svg/aspis/media/icons/ui/icon-phone-wh... https://sjsu.edu/aspis/media/icons/ui/icon-phone-white-small.svg — 200 — 931 B — 155 ms — http/1.1https://sjsu.edu/aspis/media/icons/apps/icon-sjsuonline-white.svg/aspis/media/icons/apps/icon-sjsuon... https://sjsu.edu/aspis/media/icons/apps/icon-sjsuonline-white.svg — 200 — 728 B — 169 ms — http/1.1https://www.sjsu.edu/_resources/vimeo-api/service.php?v=1.1&Id=10860252&type=showcase&timestamp=1776818032030&_=1776818024157www.sjsu.edu/_resources/vimeo-api/s... https://www.sjsu.edu/_resources/vimeo-api/service.php?v=1.1&Id=10860252&type=showcase&timestamp=1776818032030&_=1776818024157 — 200 — 10.0 KiB — 1.5 s — http/1.1https://pi.pardot.com/pd.jspi.pardot.com/pd.js https://pi.pardot.com/pd.js — 200 — 2.3 KiB — 318 ms — http/1.1https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=afs&tv=1234567890&st=env&sjk=apRu98dhQ3OcRLONKqV/Pg==&sde=1ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=afs&tv=1234567890&st=env&sjk=apRu98dhQ3OcRLONKqV/Pg==&sde=1 — 200 — 7.9 KiB — 55 ms — h3https://sjsu.edu/favicon.ico/favicon.ico https://sjsu.edu/favicon.ico — 200 — 5.4 KiB — 162 ms — http/1.1https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 73 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 5.8 KiB — 70 ms — h2https://pagead2.googlesyndication.com/bg/dj12lhpBI2WR1GQ6n5lcmp69XlpHOiTAWO7c9b6NTo0.jspagead2.googlesyndication.com/bg/dj... https://pagead2.googlesyndication.com/bg/dj12lhpBI2WR1GQ6n5lcmp69XlpHOiTAWO7c9b6NTo0.js — 200 — 21.6 KiB — 79 ms — h3https://pi.pardot.com/analytics?ver=3&visitor_id=&visitor_id_sign=&pi_opt_in=&campaign_id=16617&account_id=301271&title=San%20Jos%C3%A9%20State%20University&url=https%3A%2F%2Fsjsu.edu%2F&referrer=pi.pardot.com/analytics?ver=3&visit... https://pi.pardot.com/analytics?ver=3&visitor_id=&visitor_id_sign=&pi_opt_in=&campaign_id=16617&account_id=301271&title=San%20Jos%C3%A9%20State%20University&url=https%3A%2F%2Fsjsu.edu%2F&referrer= — 200 — 1.8 KiB — 474 ms — http/1.1https://ep2.adtrafficquality.google/generate_204?MQc-Pgep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?MQc-Pg — 204 — 40 B — 24 ms — h2https://study.sjsu.edu/analytics?conly=true&visitor_id=600252531&visitor_id_sign=40280cec2ea417a756dc604a9e22001605db727f555bdf5c2e19ecd11af03eef235fa3e75484e7b443714c9c74dbb09bd5477dbe&pi_opt_in=&campaign_id=16617&account_id=301271&title=San%20Jos%C3%A9%20State%20University&url=https%3A%2F%2Fsjsu.edu%2F&referrer=study.sjsu.edu/analytics?conly=true... https://study.sjsu.edu/analytics?conly=true&visitor_id=600252531&visitor_id_sign=40280cec2ea417a756dc604a9e22001605db727f555bdf5c2e19ecd11af03eef235fa3e75484e7b443714c9c74dbb09bd5477dbe&pi_opt_in=&campaign_id=16617&account_id=301271&title=San%20Jos%C3%A9%20State%20University&url=https%3A%2F%2Fsjsu.edu%2F&referrer= — 200 — 1020 B — 452 ms — http/1.1https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=afs_1234567890&jk=apRu98dhQ3OcRLONKqV%2FPg%3D%3D&bg=!2dql2rjNAAY2C5OeFgs7AEcBe5WfOF2fhSMtxKx2wEU4YApMvr4P_kDOY6KHQMVsSW0zBn_v-XsjwvhkwqjHDGptYL5Hbc2sxKHlyA4RWhe8XBikAk8CKQIAAAA9UgAAAAJoAQd-ABuG5zNbq54KfQnoLeKKvbmisw1fdH2NaVHPE1QKAVre8Ws612kntT1t93axXor04pVII9uaOqUjn6wNI0OYmVhRoQWRjacf1GzK4ntXTFohgFKtbcNsE_nZ3ocNvNq6mnsxjVxlqXSsRkiafmkHnJI0DW_PajyY-uFoA0HhKY7F4LdUW-LZv7qJIbTzWaSyKI-W7fl1CN7bqKQXH5JidyjY2lSeqMTbGCuVN1ij1ZWFIOxDOjGNfosf8B9hHKGhpR4JwbeDRhu4Ns71oBXeWwz4vMNe2re3k9CQzWvG6xlN42RXHDH6axzPjPMER2JasWdAFboTsw_J7XmC0HO-0QIxAOPwDguy1eBEDOIbs72E2ATn5MU_BH03PBXE28t6-8lg3oOSVNEi2xQ3rUX0TVPrarr2CNZix1Oyq1Ep5JLdYWeHKBy324Y2ZaxEjT1VXI4bhr8DHmh7EsRV6p_TX3PABxcXNCqmxEJVhSeL3RpOg998DHmNmP2XmQH8XKWhVSnl7bvFKDJD6bpnMPPuNsO9QDtZKL8cOylWJjjWrd_9pCY9jSltiwokszjlbJJ_fPaigJ9fNTh27wnQl67_BR3FJuAWhciRcIWxCifGJdPKqDY7i7bHRRNchgxBqGAFPzT2Cwvf-aQDUWUEwmZcHkijXB_GbBnayzHYwd5-XnTnA7uix_ZGP1Bl_ru-Q0hpFWqd1SVLbRmEJZCWFIiw2RmyD2tPzqzCepX4GkP0vEXCO29V80Mxnf6inTb5RyT8uvQAEGbQAjtsI_WKNmAzILJMsB0c_7IeOZcrKlbd96TDHPoTwuV2XOjOngiD6xf_jOQGQezk8jHoahZWs2F5vYJcS78w-5J1c_ChM50O55vUY8AsfpTwVssd1XMtuR-abdSEEz6G_duNnqf0BQCWtK2uhhoV6UquWQlyvU8bC-uKFbFH7zTgUU3Kvs64vej7u8d7sk59FT4JKWrzuTPmNUBLjfSOO5qjE2R6BU02Q7Tb5nybJHw2eZwenWPJNLTd6YrV3sJvcDweRCnaKsxxZjEf28iVeDc4nVV8Ngxdaz6ij11L6dqxdDgWMuHymd5WcGDkdrsPCZ9TCPD5zY9npqxYUluHI7Cru9vI5pauovPhXkzjmyJdDNc4pRS9aRi3c0KwkQnq4KLBTisJXDwUzzxV1n5RejLLIQep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=afs_1234567890&jk=apRu98dhQ3OcRLONKqV%2FPg%3D%3D&bg=!2dql2rjNAAY2C5OeFgs7AEcBe5WfOF2fhSMtxKx2wEU4YApMvr4P_kDOY6KHQMVsSW0zBn_v-XsjwvhkwqjHDGptYL5Hbc2sxKHlyA4RWhe8XBikAk8CKQIAAAA9UgAAAAJoAQd-ABuG5zNbq54KfQnoLeKKvbmisw1fdH2NaVHPE1QKAVre8Ws612kntT1t93axXor04pVII9uaOqUjn6wNI0OYmVhRoQWRjacf1GzK4ntXTFohgFKtbcNsE_nZ3ocNvNq6mnsxjVxlqXSsRkiafmkHnJI0DW_PajyY-uFoA0HhKY7F4LdUW-LZv7qJIbTzWaSyKI-W7fl1CN7bqKQXH5JidyjY2lSeqMTbGCuVN1ij1ZWFIOxDOjGNfosf8B9hHKGhpR4JwbeDRhu4Ns71oBXeWwz4vMNe2re3k9CQzWvG6xlN42RXHDH6axzPjPMER2JasWdAFboTsw_J7XmC0HO-0QIxAOPwDguy1eBEDOIbs72E2ATn5MU_BH03PBXE28t6-8lg3oOSVNEi2xQ3rUX0TVPrarr2CNZix1Oyq1Ep5JLdYWeHKBy324Y2ZaxEjT1VXI4bhr8DHmh7EsRV6p_TX3PABxcXNCqmxEJVhSeL3RpOg998DHmNmP2XmQH8XKWhVSnl7bvFKDJD6bpnMPPuNsO9QDtZKL8cOylWJjjWrd_9pCY9jSltiwokszjlbJJ_fPaigJ9fNTh27wnQl67_BR3FJuAWhciRcIWxCifGJdPKqDY7i7bHRRNchgxBqGAFPzT2Cwvf-aQDUWUEwmZcHkijXB_GbBnayzHYwd5-XnTnA7uix_ZGP1Bl_ru-Q0hpFWqd1SVLbRmEJZCWFIiw2RmyD2tPzqzCepX4GkP0vEXCO29V80Mxnf6inTb5RyT8uvQAEGbQAjtsI_WKNmAzILJMsB0c_7IeOZcrKlbd96TDHPoTwuV2XOjOngiD6xf_jOQGQezk8jHoahZWs2F5vYJcS78w-5J1c_ChM50O55vUY8AsfpTwVssd1XMtuR-abdSEEz6G_duNnqf0BQCWtK2uhhoV6UquWQlyvU8bC-uKFbFH7zTgUU3Kvs64vej7u8d7sk59FT4JKWrzuTPmNUBLjfSOO5qjE2R6BU02Q7Tb5nybJHw2eZwenWPJNLTd6YrV3sJvcDweRCnaKsxxZjEf28iVeDc4nVV8Ngxdaz6ij11L6dqxdDgWMuHymd5WcGDkdrsPCZ9TCPD5zY9npqxYUluHI7Cru9vI5pauovPhXkzjmyJdDNc4pRS9aRi3c0KwkQnq4KLBTisJXDwUzzxV1n5RejLLIQ — 204 — 17 B — 46 ms — h3https://i.vimeocdn.com/video/2141632795-a7ccce79071a877d86fb9e2a76618a1ae25f4c02029b51d0638f506525fa74ad-d_1920x1080?&r=pad&region=usi.vimeocdn.com/video/2141632795-a7c... https://i.vimeocdn.com/video/2141632795-a7ccce79071a877d86fb9e2a76618a1ae25f4c02029b51d0638f506525fa74ad-d_1920x1080?&r=pad&region=us — 200 — 110.7 KiB — 41 ms — h2https://i.vimeocdn.com/video/2148701312-34230d06b510d4d5e0b8881cf81d4dc0940229f645d22fb65c2cfa9e27dd1f0f-d_640x360?&r=pad&region=usi.vimeocdn.com/video/2148701312-342... https://i.vimeocdn.com/video/2148701312-34230d06b510d4d5e0b8881cf81d4dc0940229f645d22fb65c2cfa9e27dd1f0f-d_640x360?&r=pad&region=us — 200 — 30.3 KiB — 40 ms — h2https://i.vimeocdn.com/video/2048960126-94794e2e9fed228cab3553ee8656717fe7009923b918b4884e86472440d30b7d-d_640x360?&r=pad&region=usi.vimeocdn.com/video/2048960126-947... https://i.vimeocdn.com/video/2048960126-94794e2e9fed228cab3553ee8656717fe7009923b918b4884e86472440d30b7d-d_640x360?&r=pad&region=us — 200 — 35.6 KiB — 33 ms — h2https://i.vimeocdn.com/video/2145991956-847883b22ad5f4e0535c8f8d20d0cd301348dbe41d149daff5a4d53c78a4f044-d_640x360?&r=pad&region=usi.vimeocdn.com/video/2145991956-847... https://i.vimeocdn.com/video/2145991956-847883b22ad5f4e0535c8f8d20d0cd301348dbe41d149daff5a4d53c78a4f044-d_640x360?&r=pad&region=us — 200 — 22.6 KiB — 33 ms — h2https://i.vimeocdn.com/video/1995016471-68c969bf1498bec299f018a55ee03080b680557de3c35539330b1869acd385a6-d_640x360?&r=pad&region=usi.vimeocdn.com/video/1995016471-68c... https://i.vimeocdn.com/video/1995016471-68c969bf1498bec299f018a55ee03080b680557de3c35539330b1869acd385a6-d_640x360?&r=pad&region=us — 200 — 19.6 KiB — 39 ms — h2https://i.vimeocdn.com/video/2079273237-07c46266c8449b678cb069f9d9c4a3aa602ff0152a56cd960e85b32c9590cb64-d_640x360?&r=pad&region=usi.vimeocdn.com/video/2079273237-07c... https://i.vimeocdn.com/video/2079273237-07c46266c8449b678cb069f9d9c4a3aa602ff0152a56cd960e85b32c9590cb64-d_640x360?&r=pad&region=us — 200 — 24.6 KiB — 35 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
56% of JavaScript execution is third-party
First-party Third-party 520ms · 363KB · $7/mo
Unattributable
Other
Costly
Execution 289ms
Transfer 0 KB
Monthly Cost $4/mo
script.crazyegg.com
Other
Optional
Execution 90ms
Transfer 55 KB
Unused 48%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 78ms
Transfer 181 KB
Unused 48%
Monthly Cost $1/mo
OneTrust
Consent
Essential
Execution 63ms
Transfer 126 KB
Unused 52%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 289ms and costs ~$4/month

56% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

Unattributable takes 289ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

52% of OneTrust's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback