Skip to content
https://uci.edu

Performance

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

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

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

2.63 s

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

3.86 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.000

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

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

3.87 s

Page Load Progression

645 ms
1.3 s
1.9 s
2.6 s
3.2 s
3.9 s
4.5 s
5.2 s
Checks
15
6 PASS 5 REVIEW 2 FIX
F
Page Weight Budget
Action
20.0 MB transferred, 56 requests
FIX
20.0 MB transferred, 56 requests
Critical::
Page weighs 20.8 MB (20.0 MB transferred)
Warning::
Images are 6.0 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 6.0 MB
Info::
CSS is 328 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 328 KB
Info::
56 HTTP requests
Info::
Estimated 4.2 g CO2 per page load
20.0 MB / 2.4 MB budget
20.0 MB transferred
56 requests
4.2 g CO2 per page load
Other 13.0 MiB 65%
Images 6.0 MiB 30%
JavaScript 455.8 KiB 2%
CSS 328.2 KiB 2%
HTML 140.3 KiB 1%
Fonts 103.6 KiB 1%
Other 15.0 KiB 0%
Other 543 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

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

Why this matters

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

Source: web.dev

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.

B
Image Optimization
35 images, 0 KB saveable
REVIEW
35 images, 0 KB saveable
Info::
All images are well-optimized
35 images 6.0 MB
0 oversized -0 KB
34 legacy format
0 missing dimensions CLS risk
B
JS Execution Cost
543ms total JS execution
REVIEW
543ms total JS execution
Warning::
Unattributable: 255ms CPU time
Info::
https://uci.edu/: 227ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-M2P...: 61ms CPU time
Warning::
Third-party scripts: 316ms (58% of total)

Main Thread Breakdown

Other 46% Script Evaluation 21% Style & Layout 19% Rendering 6% Script Parsing & Compilation 5%
ScriptTotalScriptingParse/CompileParty
Unattributable255ms20ms0ms3rd
https://uci.edu/227ms3ms0ms1st
https://www.googletagmanager.com/gtm.js?id=GTM-M2P2J9461ms36ms9ms3rd
C
JS Bundles
Action
10 scripts, 228 KB unused
REVIEW
10 scripts, 228 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-WZF0...: 66 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-M2P...: 65 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://uci.edu/_assets/js/vendor.js: 39 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://uci.edu/_assets/js/main.js: 37 KB unused (78%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://code.jquery.com/jquery-3.7.1.min.js: 22 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 228 KB
228 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-WZF0XCWWWK&cx=c&gtm=4e64h1151 KB66 KB (44%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-M2P2J94123 KB65 KB (53%)3rd
https://uci.edu/_assets/js/vendor.js55 KB39 KB (72%)1st
https://uci.edu/_assets/js/main.js48 KB37 KB (78%)1st
https://code.jquery.com/jquery-3.7.1.min.js30 KB22 KB (73%)3rd
https://uci.edu/_assets/js/plugins/modernizr.js6 KB1st
https://uci.edu/_assets/js/scpa-min.js1 KB1st
https://uci.edu/_assets/js/home.js1 KB1st
https://uci.edu/_assets/js/cookie-banner.js1 KB1st
https://siteimproveanalytics.com/js/siteanalyze_8343.js41 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

C
Page Weight Inventory
Action
56 resources · 20.0 MB · 228 KB savings available
REVIEW
56 resources · 20.0 MB · 228 KB savings available
Warning::
Page weight 19.0 MB over 1MB target
Got: 20.0 MB Expected: ≤ 1 MB
Info::
~228 KB of savings available
Info::
12 third-party resources (2% of weight)
Info::
11 resources over 200KB
56 resources · 20.0 MiB · 12 third-party 19.0 MiB over 1MB target
Media 65% · 13.0 MiB
Image 30% · 6.0 MiB
JavaScript 2% · 455.8 KiB
CSS 2% · 328.2 KiB
Document 1% · 140.3 KiB
Font 1% · 103.6 KiB
Other 0% · 543 B

~228.3 KiB of savings available

Remove unused JavaScript: 228.3 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
2% third-party, 0 ms blocking
PASS
2% third-party, 0 ms blocking
Info::
Third-party code accounts for 2% of page weight (467.8 KiB of 20.0 MiB)
Info::
Third-party blocking time is low (0 ms)
98%
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
2 fonts (104 KB)
PASS
2 fonts (104 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

104 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.6 s LCP 3.9 shttps://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2JTUSjIg1_i6t8kCHKm459Wl... https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2 — 34.7 KiB — 55 ms — font-display: swaphttps://fonts.gstatic.com/s/heptaslab/v25/ea8cadoyU_jkHdalebHv42llhHCXA3A.woff2ea8cadoyU_jkHdalebHv42l... https://fonts.gstatic.com/s/heptaslab/v25/ea8cadoyU_jkHdalebHv42llhHCXA3A.woff2 — 68.9 KiB — 66 ms — font-display: swap
JTUSjIg1_i6t8kCHKm459Wl... woff2 swap
Size 35 KB
Load time 55 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
ea8cadoyU_jkHdalebHv42l... woff2 swap
Size 69 KB
Load time 66 ms
Start 1.6 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
56 requests over 2905ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.6 s LCP 3.9 shttps://uci.edu// https://uci.edu/ — 200 — 140.3 KiB — 1.1 s — h2https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&display=swapfonts.googleapis.com/css2?family=Ro... https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&display=swap — 200 — 1.2 KiB — 104 ms — h2https://uci.edu/_assets/css/main.css/_assets/css/main.css https://uci.edu/_assets/css/main.css — 200 — 308.6 KiB — 701 ms — h2https://uci.edu/_assets/js/plugins/modernizr.js/_assets/js/plugins/modernizr.js https://uci.edu/_assets/js/plugins/modernizr.js — 200 — 5.7 KiB — 354 ms — h2https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.csscdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css — 200 — 16.9 KiB — 65 ms — h3https://uci.edu/_assets/css/scpa-min.css/_assets/css/scpa-min.css https://uci.edu/_assets/css/scpa-min.css — 200 — 703 B — 351 ms — h2https://uci.edu/_assets/js/scpa-min.js/_assets/js/scpa-min.js https://uci.edu/_assets/js/scpa-min.js — 200 — 591 B — 350 ms — h2https://uci.edu/homepage/_imgs/video-loops/UC_Irvine_Homepage_Earth_Week_Video_Loop_Frame.jpg/homepage/_imgs/video-loops/UC_Irvi... https://uci.edu/homepage/_imgs/video-loops/UC_Irvine_Homepage_Earth_Week_Video_Loop_Frame.jpg — 200 — 799.2 KiB — 709 ms — h2https://uci.edu/_assets/img/home/research.png/_assets/img/home/research.png https://uci.edu/_assets/img/home/research.png — 200 — 110.8 KiB — 354 ms — h2https://uci.edu/homepage/_imgs/best-in-class.jpg/homepage/_imgs/best-in-class.jpg https://uci.edu/homepage/_imgs/best-in-class.jpg — 200 — 168.3 KiB — 187 ms — h2https://fonts.googleapis.com/css2?family=Hepta+Slab:wght@1..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swapfonts.googleapis.com/css2?family=He... https://fonts.googleapis.com/css2?family=Hepta+Slab:wght@1..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap — 200 — 838 B — 30 ms — h2https://uci.edu/_assets/img/svg/decorative/UCI25-HPBA-Blue_Top-10.svg/_assets/img/svg/decorative/UCI25-H... https://uci.edu/_assets/img/svg/decorative/UCI25-HPBA-Blue_Top-10.svg — 200 — 5.4 KiB — 189 ms — h2https://uci.edu/_assets/img/svg/decorative/UCI25-HPBA-Blue_8B-econ.svg/_assets/img/svg/decorative/UCI25-H... https://uci.edu/_assets/img/svg/decorative/UCI25-HPBA-Blue_8B-econ.svg — 200 — 6.6 KiB — 190 ms — h2https://code.jquery.com/jquery-3.7.1.min.jscode.jquery.com/jquery-3.7.1.min.js https://code.jquery.com/jquery-3.7.1.min.js — 200 — 30.0 KiB — 15 ms — h2https://uci.edu/_assets/js/vendor.js/_assets/js/vendor.js https://uci.edu/_assets/js/vendor.js — 200 — 54.7 KiB — 196 ms — h2https://uci.edu/_assets/js/main.js/_assets/js/main.js https://uci.edu/_assets/js/main.js — 200 — 48.4 KiB — 193 ms — h2https://uci.edu/_assets/js/home.js/_assets/js/home.js https://uci.edu/_assets/js/home.js — 200 — 860 B — 198 ms — h2https://uci.edu/_assets/js/cookie-banner.js/_assets/js/cookie-banner.js https://uci.edu/_assets/js/cookie-banner.js — 200 — 1.1 KiB — 196 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-M2P2J94www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-M2P2J94 — 200 — 122.8 KiB — 139 ms — h2https://uci.edu/_assets/img/svg/decorative/UCI25-HPBA-Blue_best-value.svg/_assets/img/svg/decorative/UCI25-H... https://uci.edu/_assets/img/svg/decorative/UCI25-HPBA-Blue_best-value.svg — 200 — 4.8 KiB — 189 ms — h2https://uci.edu/_assets/img/svg/decorative/UCI25-HPBA-Blue_CMI-2.svg/_assets/img/svg/decorative/UCI25-H... https://uci.edu/_assets/img/svg/decorative/UCI25-HPBA-Blue_CMI-2.svg — 200 — 3.5 KiB — 312 ms — h2https://uci.edu/_assets/img/home/academics.jpg/_assets/img/home/academics.jpg https://uci.edu/_assets/img/home/academics.jpg — 200 — 48.0 KiB — 198 ms — h2https://uci.edu/_assets/img/home/admissions-and-aid.jpg/_assets/img/home/admissions-and-ai... https://uci.edu/_assets/img/home/admissions-and-aid.jpg — 200 — 63.7 KiB — 326 ms — h2https://uci.edu/_assets/img/home/campus-life.jpg/_assets/img/home/campus-life.jpg https://uci.edu/_assets/img/home/campus-life.jpg — 200 — 83.4 KiB — 319 ms — h2https://uci.edu/_assets/img/home/uci-health.jpg/_assets/img/home/uci-health.jpg https://uci.edu/_assets/img/home/uci-health.jpg — 200 — 112.1 KiB — 301 ms — h2https://uci.edu/_assets/img/home/samueli-college.jpg/_assets/img/home/samueli-college.j... https://uci.edu/_assets/img/home/samueli-college.jpg — 200 — 68.5 KiB — 306 ms — h2https://uci.edu/_assets/img/home/time-lapse.jpg/_assets/img/home/time-lapse.jpg https://uci.edu/_assets/img/home/time-lapse.jpg — 200 — 394.6 KiB — 329 ms — h2https://uci.edu/homepage/_imgs/community-background-arts.jpg/homepage/_imgs/community-backgroun... https://uci.edu/homepage/_imgs/community-background-arts.jpg — 200 — 323.8 KiB — 328 ms — h2https://uci.edu/_assets/img/home/community-arts.png/_assets/img/home/community-arts.pn... https://uci.edu/_assets/img/home/community-arts.png — 200 — 84.6 KiB — 317 ms — h2https://uci.edu/homepage/_imgs/community-background-athletics.jpg/homepage/_imgs/community-backgroun... https://uci.edu/homepage/_imgs/community-background-athletics.jpg — 200 — 372.7 KiB — 363 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.6 s LCP 3.9 shttps://uci.edu// https://uci.edu/ — 200 — 140.3 KiB — 1.1 s — h2https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&display=swapfonts.googleapis.com/css2?family=Ro... https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&display=swap — 200 — 1.2 KiB — 104 ms — h2https://uci.edu/_assets/css/main.css/_assets/css/main.css https://uci.edu/_assets/css/main.css — 200 — 308.6 KiB — 701 ms — h2https://uci.edu/_assets/js/plugins/modernizr.js/_assets/js/plugins/modernizr.js https://uci.edu/_assets/js/plugins/modernizr.js — 200 — 5.7 KiB — 354 ms — h2https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.csscdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css — 200 — 16.9 KiB — 65 ms — h3https://uci.edu/_assets/css/scpa-min.css/_assets/css/scpa-min.css https://uci.edu/_assets/css/scpa-min.css — 200 — 703 B — 351 ms — h2https://uci.edu/_assets/js/scpa-min.js/_assets/js/scpa-min.js https://uci.edu/_assets/js/scpa-min.js — 200 — 591 B — 350 ms — h2https://uci.edu/homepage/_imgs/video-loops/UC_Irvine_Homepage_Earth_Week_Video_Loop_Frame.jpg/homepage/_imgs/video-loops/UC_Irvi... https://uci.edu/homepage/_imgs/video-loops/UC_Irvine_Homepage_Earth_Week_Video_Loop_Frame.jpg — 200 — 799.2 KiB — 709 ms — h2https://uci.edu/_assets/img/home/research.png/_assets/img/home/research.png https://uci.edu/_assets/img/home/research.png — 200 — 110.8 KiB — 354 ms — h2https://uci.edu/homepage/_imgs/best-in-class.jpg/homepage/_imgs/best-in-class.jpg https://uci.edu/homepage/_imgs/best-in-class.jpg — 200 — 168.3 KiB — 187 ms — h2https://fonts.googleapis.com/css2?family=Hepta+Slab:wght@1..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swapfonts.googleapis.com/css2?family=He... https://fonts.googleapis.com/css2?family=Hepta+Slab:wght@1..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap — 200 — 838 B — 30 ms — h2https://uci.edu/_assets/img/svg/decorative/UCI25-HPBA-Blue_Top-10.svg/_assets/img/svg/decorative/UCI25-H... https://uci.edu/_assets/img/svg/decorative/UCI25-HPBA-Blue_Top-10.svg — 200 — 5.4 KiB — 189 ms — h2https://uci.edu/_assets/img/svg/decorative/UCI25-HPBA-Blue_8B-econ.svg/_assets/img/svg/decorative/UCI25-H... https://uci.edu/_assets/img/svg/decorative/UCI25-HPBA-Blue_8B-econ.svg — 200 — 6.6 KiB — 190 ms — h2https://code.jquery.com/jquery-3.7.1.min.jscode.jquery.com/jquery-3.7.1.min.js https://code.jquery.com/jquery-3.7.1.min.js — 200 — 30.0 KiB — 15 ms — h2https://uci.edu/_assets/js/vendor.js/_assets/js/vendor.js https://uci.edu/_assets/js/vendor.js — 200 — 54.7 KiB — 196 ms — h2https://uci.edu/_assets/js/main.js/_assets/js/main.js https://uci.edu/_assets/js/main.js — 200 — 48.4 KiB — 193 ms — h2https://uci.edu/_assets/js/home.js/_assets/js/home.js https://uci.edu/_assets/js/home.js — 200 — 860 B — 198 ms — h2https://uci.edu/_assets/js/cookie-banner.js/_assets/js/cookie-banner.js https://uci.edu/_assets/js/cookie-banner.js — 200 — 1.1 KiB — 196 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-M2P2J94www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-M2P2J94 — 200 — 122.8 KiB — 139 ms — h2https://uci.edu/_assets/img/svg/decorative/UCI25-HPBA-Blue_best-value.svg/_assets/img/svg/decorative/UCI25-H... https://uci.edu/_assets/img/svg/decorative/UCI25-HPBA-Blue_best-value.svg — 200 — 4.8 KiB — 189 ms — h2https://uci.edu/_assets/img/svg/decorative/UCI25-HPBA-Blue_CMI-2.svg/_assets/img/svg/decorative/UCI25-H... https://uci.edu/_assets/img/svg/decorative/UCI25-HPBA-Blue_CMI-2.svg — 200 — 3.5 KiB — 312 ms — h2https://uci.edu/_assets/img/home/academics.jpg/_assets/img/home/academics.jpg https://uci.edu/_assets/img/home/academics.jpg — 200 — 48.0 KiB — 198 ms — h2https://uci.edu/_assets/img/home/admissions-and-aid.jpg/_assets/img/home/admissions-and-ai... https://uci.edu/_assets/img/home/admissions-and-aid.jpg — 200 — 63.7 KiB — 326 ms — h2https://uci.edu/_assets/img/home/campus-life.jpg/_assets/img/home/campus-life.jpg https://uci.edu/_assets/img/home/campus-life.jpg — 200 — 83.4 KiB — 319 ms — h2https://uci.edu/_assets/img/home/uci-health.jpg/_assets/img/home/uci-health.jpg https://uci.edu/_assets/img/home/uci-health.jpg — 200 — 112.1 KiB — 301 ms — h2https://uci.edu/_assets/img/home/samueli-college.jpg/_assets/img/home/samueli-college.j... https://uci.edu/_assets/img/home/samueli-college.jpg — 200 — 68.5 KiB — 306 ms — h2https://uci.edu/_assets/img/home/time-lapse.jpg/_assets/img/home/time-lapse.jpg https://uci.edu/_assets/img/home/time-lapse.jpg — 200 — 394.6 KiB — 329 ms — h2https://uci.edu/homepage/_imgs/community-background-arts.jpg/homepage/_imgs/community-backgroun... https://uci.edu/homepage/_imgs/community-background-arts.jpg — 200 — 323.8 KiB — 328 ms — h2https://uci.edu/_assets/img/home/community-arts.png/_assets/img/home/community-arts.pn... https://uci.edu/_assets/img/home/community-arts.png — 200 — 84.6 KiB — 317 ms — h2https://uci.edu/homepage/_imgs/community-background-athletics.jpg/homepage/_imgs/community-backgroun... https://uci.edu/homepage/_imgs/community-background-athletics.jpg — 200 — 372.7 KiB — 363 ms — h2https://uci.edu/_assets/img/home/community-athletics.png/_assets/img/home/community-athleti... https://uci.edu/_assets/img/home/community-athletics.png — 200 — 110.0 KiB — 481 ms — h2https://uci.edu/_assets/img/home/visit-01.jpg/_assets/img/home/visit-01.jpg https://uci.edu/_assets/img/home/visit-01.jpg — 200 — 648.6 KiB — 700 ms — h2https://uci.edu/_assets/img/home/visit-02.jpg/_assets/img/home/visit-02.jpg https://uci.edu/_assets/img/home/visit-02.jpg — 200 — 584.4 KiB — 511 ms — h2https://uci.edu/homepage/_imgs/visit-04.jpg/homepage/_imgs/visit-04.jpg https://uci.edu/homepage/_imgs/visit-04.jpg — 200 — 662.7 KiB — 1.0 s — h2https://uci.edu/_assets/img/home/visit-03.jpg/_assets/img/home/visit-03.jpg https://uci.edu/_assets/img/home/visit-03.jpg — 200 — 432.1 KiB — 476 ms — h2https://uci.edu/homepage/_imgs/visit-05.jpg/homepage/_imgs/visit-05.jpg https://uci.edu/homepage/_imgs/visit-05.jpg — 200 — 473.5 KiB — 524 ms — h2https://uci.edu/_assets/img/branding/anteater.svg/_assets/img/branding/anteater.svg https://uci.edu/_assets/img/branding/anteater.svg — 200 — 16.8 KiB — 693 ms — h2https://uci.edu/_assets/img/branding/seal.svg/_assets/img/branding/seal.svg https://uci.edu/_assets/img/branding/seal.svg — 200 — 19.9 KiB — 698 ms — h2https://uci.edu/_assets/img/mask/brushstroke.svg/_assets/img/mask/brushstroke.svg https://uci.edu/_assets/img/mask/brushstroke.svg — 200 — 16.4 KiB — 687 ms — h2data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3…www.w3.org/2000/svg' width='30' hei... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3… — 200 — 0 B — 0 ms — datahttps://uci.edu/_assets/css/60th-Yellow.svg/_assets/css/60th-Yellow.svg https://uci.edu/_assets/css/60th-Yellow.svg — 200 — 3.6 KiB — 643 ms — h2https://uci.edu/homepage/_imgs/features_imgs/241119_Bartell_06434_sz-720x480.jpg/homepage/_imgs/features_imgs/24111... https://uci.edu/homepage/_imgs/features_imgs/241119_Bartell_06434_sz-720x480.jpg — 200 — 38.0 KiB — 441 ms — h2https://uci.edu/homepage/_imgs/features_imgs/240910_airportfire_00573_sz-720x480.jpg/homepage/_imgs/features_imgs/24091... https://uci.edu/homepage/_imgs/features_imgs/240910_airportfire_00573_sz-720x480.jpg — 200 — 75.9 KiB — 938 ms — h2https://uci.edu/homepage/_imgs/features_imgs/Thwaites-720x480.jpg/homepage/_imgs/features_imgs/Thwai... https://uci.edu/homepage/_imgs/features_imgs/Thwaites-720x480.jpg — 200 — 51.1 KiB — 793 ms — h2https://uci.edu/homepage/_imgs/features_imgs/20241123_114351-Ali-Martin.jpg/homepage/_imgs/features_imgs/20241... https://uci.edu/homepage/_imgs/features_imgs/20241123_114351-Ali-Martin.jpg — 200 — 148.0 KiB — 935 ms — h2https://uci.edu/homepage/news/Monica-Majoli-headshot-720x480.jpg/homepage/news/Monica-Majoli-headsh... https://uci.edu/homepage/news/Monica-Majoli-headshot-720x480.jpg — 200 — 37.2 KiB — 792 ms — h2https://uci.edu/homepage/news/3researchers-768x465.jpg/homepage/news/3researchers-768x465... https://uci.edu/homepage/news/3researchers-768x465.jpg — 200 — 61.3 KiB — 791 ms — h2https://uci.edu/homepage/news/1-hero-basia.jpg/homepage/news/1-hero-basia.jpg https://uci.edu/homepage/news/1-hero-basia.jpg — 200 — 112.6 KiB — 934 ms — h2https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2fonts.gstatic.com/s/montserrat/v31/... https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2 — 200 — 34.7 KiB — 55 ms — h3https://fonts.gstatic.com/s/heptaslab/v25/ea8cadoyU_jkHdalebHv42llhHCXA3A.woff2fonts.gstatic.com/s/heptaslab/v25/e... https://fonts.gstatic.com/s/heptaslab/v25/ea8cadoyU_jkHdalebHv42llhHCXA3A.woff2 — 200 — 68.9 KiB — 66 ms — h3https://uci.edu/homepage/_imgs/video-loops/UC_Irvine_Homepage_Earth_Week_Video_Loop_13MB.mp4/homepage/_imgs/video-loops/UC_Irvi... https://uci.edu/homepage/_imgs/video-loops/UC_Irvine_Homepage_Earth_Week_Video_Loop_13MB.mp4 — 206 — 13.0 MiB — 1.3 s — h2https://www.googletagmanager.com/gtag/js?id=G-WZF0XCWWWK&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-WZF0XCWWWK&cx=c&gtm=4e64h1 — 200 — 150.8 KiB — 59 ms — h2https://siteimproveanalytics.com/js/siteanalyze_8343.jssiteimproveanalytics.com/js/siteana... https://siteimproveanalytics.com/js/siteanalyze_8343.js — 200 — 41.0 KiB — 91 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-WZF0XCWWWK&gtm=45je64h1v876676984z876086091za20gzb76086091zd76086091&_p=1776797722562&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1813992432.1776797724&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~115938466~115938469~117266401&sid=1776797723&sct=1&seg=0&dl=https%3A%2F%2Fuci.edu%2F&dt=UC%20Irvine&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1817region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-WZF0XCWWWK&gtm=45je64h1v876676984z876086091za20gzb76086091zd76086091&_p=1776797722562&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1813992432.1776797724&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~115938466~115938469~117266401&sid=1776797723&sct=1&seg=0&dl=https%3A%2F%2Fuci.edu%2F&dt=UC%20Irvine&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1817 — 204 — 543 B — 73 ms — h2https://8343.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fuci.edu%2F&title=UC%20Irvine&res=800x600&accountid=8343&rt=1842&prev=fcce07d3-1634-e2ff-098d-446b81b49acf&luid=186ba157-0908-4cf4-55dc-c352f9deb714&dnt=true&rnd=519738343.global.siteimproveanalytics.io... https://8343.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fuci.edu%2F&title=UC%20Irvine&res=800x600&accountid=8343&rt=1842&prev=fcce07d3-1634-e2ff-098d-446b81b49acf&luid=186ba157-0908-4cf4-55dc-c352f9deb714&dnt=true&rnd=51973 — 200 — 210 B — 114 ms — h2https://uci.edu/favicon.ico/favicon.ico https://uci.edu/favicon.ico — 200 — 15.0 KiB — 359 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
58% of JavaScript execution is third-party
First-party Third-party 316ms · 123KB · $4/mo
Unattributable
Other
Costly
Execution 255ms
Transfer 0 KB
Monthly Cost $3/mo
Google Tag Manager
Tag Manager
Optional
Execution 61ms
Transfer 123 KB
Unused 53%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 255ms and costs ~$3/month

58% 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 255ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

53% of Google Tag Manager'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