Skip to content
https://hawaii.edu

Performance

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

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

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

4.59 s

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

9.38 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.005

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

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

9.60 s

Page Load Progression

874 ms
1.7 s
2.6 s
3.5 s
4.4 s
5.2 s
6.1 s
7.0 s
Checks
15
6 PASS 5 REVIEW 2 FIX
F
Page Weight Budget
Action
8.7 MB transferred, 107 requests
FIX
8.7 MB transferred, 107 requests
Critical::
Page weighs 11.7 MB (8.7 MB transferred)
Warning::
Images are 6.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 6.1 MB
Warning::
JavaScript is 1.4 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.4 MB
Info::
CSS is 655 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 655 KB
Info::
Fonts are 417 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 417 KB
Warning::
107 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.7 MB / 2.4 MB budget
8.7 MB transferred
107 requests
1.8 g CO2 per page load
Images 6.1 MiB 70%
JavaScript 1.4 MiB 16%
CSS 655.3 KiB 7%
Fonts 417.1 KiB 5%
HTML 160.9 KiB 2%
Other 10.9 KiB 0%
Other 603 B 0%
Other 545 B 0%
Other 508 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

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
34 images, 0 KB saveable
REVIEW
34 images, 0 KB saveable
Warning::
https://hawaii.edu/_files/icons/gradcap.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hawaii.edu/_files/images/news/hawaii-hawai... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hawaii.edu/_files/icons/apply.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hawaii.edu/_files/icons/islands.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hawaii.edu/its/template/cascade_system/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hawaii.edu/_files/images/UH-Hawaiian-Sloga... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hawaii.edu/_files/icons/gift.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hawaii.edu/_files/icons/financial-aid.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hawaii.edu/its/template/cascade_system/202... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hawaii.edu/_files/images/news/manoa-mesone... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
34 images 6.1 MB
0 oversized -0 KB
32 legacy format
10 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

B
JS Execution Cost
800ms total JS execution
REVIEW
800ms total JS execution
Warning::
https://hawaii.edu/: 425ms CPU time
Warning::
Unattributable: 286ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-HHKN...: 89ms CPU time
Info::
Third-party scripts: 375ms (47% of total)

Main Thread Breakdown

Other 36% Style & Layout 35% Script Evaluation 15% Rendering 6% Script Parsing & Compilation 4% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://hawaii.edu/425ms23ms3ms1st
Unattributable286ms2ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-HHKNLQ9E5J89ms69ms16ms3rd
B
JS Bundles
19 scripts, 62 KB unused
REVIEW
19 scripts, 62 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-HHKN...: 62 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 62 KB
62 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-HHKNLQ9E5J155 KB62 KB (40%)3rd
https://www.hawaii.edu//its/template/cascade_system/2024/_files/js/sidenav.js4 KB3rd
https://static.doubleclick.net/instream/ad_status.js0 KB3rd
https://www.hawaii.edu//its/template/cascade_system/2024/_files/js/news.js6 KB3rd
https://www.hawaii.edu//its/template/cascade_system/2024/_files/js/system-main/chart.umd.min.js201 KB3rd
https://www.hawaii.edu//its/template/cascade_system/2024/_files/plugins/splide/js/splide.min.js29 KB3rd
https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,base193 KB3rd
https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.js436 KB3rd
https://www.hawaii.edu//its/template/cascade_system/2024/_files/js/bootstrap.min.js59 KB3rd
https://www.hawaii.edu//its/template/cascade_system/2024/_files/plugins/splide/extensions/js/splide-extension-video.min.js33 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

C
Page Weight Inventory
Action
107 resources · 8.7 MB · 62 KB savings available
REVIEW
107 resources · 8.7 MB · 62 KB savings available
Warning::
Page weight 7.7 MB over 1MB target
Got: 8.7 MB Expected: ≤ 1 MB
Info::
~62 KB of savings available
Info::
56 third-party resources (32% of weight)
Info::
15 resources over 200KB
107 resources · 8.7 MiB · 56 third-party 7.7 MiB over 1MB target
Image 70% · 6.1 MiB
JavaScript 16% · 1.4 MiB
CSS 7% · 655.3 KiB
Font 5% · 417.1 KiB
Document 2% · 169.0 KiB
Other 0% · 1.6 KiB

~61.9 KiB of savings available

Remove unused JavaScript: 61.9 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
32% third-party, 0 ms blocking
PASS
32% third-party, 0 ms blocking
Info::
Third-party code accounts for 32% of page weight (2.7 MiB of 8.7 MiB)
Info::
Third-party blocking time is low (0 ms)
68%
32%
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
10 fonts (417 KB)
PASS
10 fonts (417 KB)
Info::
10 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

10

417 KB total

Render-blocking

0

of 10

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 9.0 s FCP 4.6 s LCP 9.4 shttps://www.hawaii.edu//its/template/cascade_system/2024/_files/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://www.hawaii.edu//its/template/cascade_system/2024/_files/webfonts/fa-brands-400.woff2 — 115.0 KiB — 1.1 s — font-display: swaphttps://www.hawaii.edu//its/template/cascade_system/2024/_files/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://www.hawaii.edu//its/template/cascade_system/2024/_files/webfonts/fa-solid-900.woff2 — 153.2 KiB — 1.4 s — font-display: swaphttps://fonts.bunny.net/source-serif-pro/files/source-serif-pro-latin-600-normal.woff2source-serif-pro-latin-... https://fonts.bunny.net/source-serif-pro/files/source-serif-pro-latin-600-normal.woff2 — 21.7 KiB — 34 ms — font-display: swaphttps://fonts.bunny.net/source-sans-pro/files/source-sans-pro-latin-400-normal.woff2source-sans-pro-latin-4... https://fonts.bunny.net/source-sans-pro/files/source-sans-pro-latin-400-normal.woff2 — 15.2 KiB — 40 ms — font-display: swaphttps://fonts.bunny.net/source-sans-pro/files/source-sans-pro-latin-600-normal.woff2source-sans-pro-latin-6... https://fonts.bunny.net/source-sans-pro/files/source-sans-pro-latin-600-normal.woff2 — 15.2 KiB — 48 ms — font-display: swaphttps://fonts.bunny.net/source-sans-pro/files/source-sans-pro-latin-700-normal.woff2source-sans-pro-latin-7... https://fonts.bunny.net/source-sans-pro/files/source-sans-pro-latin-700-normal.woff2 — 15.1 KiB — 51 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 51 ms — font-display: swaphttps://fonts.bunny.net/source-sans-pro/files/source-sans-pro-latin-ext-600-normal.woff2source-sans-pro-latin-e... https://fonts.bunny.net/source-sans-pro/files/source-sans-pro-latin-ext-600-normal.woff2 — 20.6 KiB — 5 ms — font-display: swaphttps://fonts.bunny.net/source-sans-pro/files/source-sans-pro-vietnamese-400-normal.woff2source-sans-pro-vietnam... https://fonts.bunny.net/source-sans-pro/files/source-sans-pro-vietnamese-400-normal.woff2 — 6.4 KiB — 12 ms — font-display: swaphttps://fonts.bunny.net/source-sans-pro/files/source-sans-pro-latin-ext-400-normal.woff2source-sans-pro-latin-e... https://fonts.bunny.net/source-sans-pro/files/source-sans-pro-latin-ext-400-normal.woff2 — 20.8 KiB — 9 ms — font-display: swap
fa-brands-400.woff2 woff2 swap
Size 115 KB
Load time 1.1 s
Start 3.6 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
fa-solid-900.woff2 woff2 swap
Size 153 KB
Load time 1.4 s
Start 3.6 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
source-serif-pro-latin-... woff2 swap
Size 22 KB
Load time 34 ms
Start 3.6 s
Risk FOUT — text flashes from fallback to web font
source-sans-pro-latin-4... woff2 swap
Size 15 KB
Load time 40 ms
Start 3.6 s
Risk FOUT — text flashes from fallback to web font
source-sans-pro-latin-6... woff2 swap
Size 15 KB
Load time 48 ms
Start 3.6 s
Risk FOUT — text flashes from fallback to web font
source-sans-pro-latin-7... woff2 swap
Size 15 KB
Load time 51 ms
Start 3.6 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 51 ms
Start 3.6 s
Risk FOUT — text flashes from fallback to web font
source-sans-pro-latin-e... woff2 swap
Size 21 KB
Load time 5 ms
Start 3.7 s
Risk FOUT — text flashes from fallback to web font
source-sans-pro-vietnam... woff2 swap
Size 6 KB
Load time 12 ms
Start 3.7 s
Risk FOUT — text flashes from fallback to web font
source-sans-pro-latin-e... woff2 swap
Size 21 KB
Load time 9 ms
Start 3.8 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)

Fixing the unchecked items could save ~134 KB and ~268 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
107 requests over 7728ms
INFO
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 9.0 s FCP 4.6 s LCP 9.4 shttps://hawaii.edu// https://hawaii.edu/ — 200 — 104.3 KiB — 1.4 s — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/css/bootstrap.min.css/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/css/bootstrap.min.css — 301 — 340 B — 235 ms — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/js/bootstrap.min.js/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/js/bootstrap.min.js — 301 — 337 B — 903 ms — http/1.1https://fonts.bunny.net/css?family=source-sans-3:200,300,400,500,600,700,800,900|source-sans-pro:200,300,400,600,700,900|source-serif-4:200,300,400,500,600,700,800,900|source-serif-pro:200,300,400,600,700,900fonts.bunny.net/css?family=source-s... https://fonts.bunny.net/css?family=source-sans-3:200,300,400,500,600,700,800,900|source-sans-pro:200,300,400,600,700,900|source-serif-4:200,300,400,500,600,700,800,900|source-serif-pro:200,300,400,600,700,900 — 200 — 2.7 KiB — 17 ms — h2https://hawaii.edu/its/template/cascade_system/2024/_files/css/site.css/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/css/site.css — 301 — 330 B — 467 ms — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/css/custom.css/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/css/custom.css — 301 — 332 B — 673 ms — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/css/dev-custom.css/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/css/dev-custom.css — 301 — 337 B — 680 ms — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/plugins/splide/css/splide.min.css/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/plugins/splide/css/splide.min.css — 301 — 352 B — 694 ms — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/plugins/splide/extensions/css/splide-extension-video.min.css/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/plugins/splide/extensions/css/splide-extension-video.min.css — 301 — 378 B — 699 ms — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/css/gallery/tobii.min.css/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/css/gallery/tobii.min.css — 301 — 344 B — 706 ms — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/css/gallery/gallery.css/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/css/gallery/gallery.css — 301 — 342 B — 712 ms — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/plugins/splide/js/splide.min.js/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/plugins/splide/js/splide.min.js — 301 — 349 B — 904 ms — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/plugins/splide/extensions/js/splide-extension-video.min.js/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/plugins/splide/extensions/js/splide-extension-video.min.js — 301 — 376 B — 926 ms — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/js/news.js/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/js/news.js — 301 — 328 B — 931 ms — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/js/system-main/chart.umd.min.js/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/js/system-main/chart.umd.min.js — 301 — 349 B — 938 ms — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/css/bootstrap.min.csswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/css/bootstrap.min.css — 200 — 227.0 KiB — 1.8 s — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/css/site.csswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/css/site.css — 200 — 260.3 KiB — 1.8 s — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/css/custom.csswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/css/custom.css — 200 — 44.4 KiB — 941 ms — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/css/dev-custom.csswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/css/dev-custom.css — 200 — 405 B — 712 ms — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/plugins/splide/css/splide.min.csswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/plugins/splide/css/splide.min.css — 200 — 6.0 KiB — 695 ms — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/plugins/splide/extensions/css/splide-extension-video.min.csswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/plugins/splide/extensions/css/splide-extension-video.min.css — 200 — 1.2 KiB — 708 ms — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/css/gallery/tobii.min.csswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/css/gallery/tobii.min.css — 200 — 7.4 KiB — 914 ms — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/css/gallery/gallery.csswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/css/gallery/gallery.css — 200 — 1.1 KiB — 916 ms — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/js/bootstrap.min.jswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/js/bootstrap.min.js — 200 — 59.5 KiB — 1.2 s — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/plugins/splide/js/splide.min.jswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/plugins/splide/js/splide.min.js — 200 — 29.4 KiB — 948 ms — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/plugins/splide/extensions/js/splide-extension-video.min.jswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/plugins/splide/extensions/js/splide-extension-video.min.js — 200 — 32.5 KiB — 1.1 s — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/js/news.jswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/js/news.js — 200 — 6.4 KiB — 933 ms — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/js/system-main/chart.umd.min.jswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/js/system-main/chart.umd.min.js — 200 — 201.3 KiB — 1.6 s — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/images/colleges/system-nameplate-white.svg/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/images/colleges/system-nameplate-white.svg — 301 — 360 B — 234 ms — http/1.1https://hawaii.edu/_files/images/UH-Hawaiian-Slogan-seal.svg/_files/images/UH-Hawaiian-Slogan-s... https://hawaii.edu/_files/images/UH-Hawaiian-Slogan-seal.svg — 200 — 49.7 KiB — 692 ms — http/1.1
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 4.6 s LCP 9.4 shttps://hawaii.edu// https://hawaii.edu/ — 200 — 104.3 KiB — 1.4 s — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/css/bootstrap.min.css/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/css/bootstrap.min.css — 301 — 340 B — 235 ms — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/js/bootstrap.min.js/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/js/bootstrap.min.js — 301 — 337 B — 903 ms — http/1.1https://fonts.bunny.net/css?family=source-sans-3:200,300,400,500,600,700,800,900|source-sans-pro:200,300,400,600,700,900|source-serif-4:200,300,400,500,600,700,800,900|source-serif-pro:200,300,400,600,700,900fonts.bunny.net/css?family=source-s... https://fonts.bunny.net/css?family=source-sans-3:200,300,400,500,600,700,800,900|source-sans-pro:200,300,400,600,700,900|source-serif-4:200,300,400,500,600,700,800,900|source-serif-pro:200,300,400,600,700,900 — 200 — 2.7 KiB — 17 ms — h2https://hawaii.edu/its/template/cascade_system/2024/_files/css/site.css/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/css/site.css — 301 — 330 B — 467 ms — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/css/custom.css/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/css/custom.css — 301 — 332 B — 673 ms — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/css/dev-custom.css/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/css/dev-custom.css — 301 — 337 B — 680 ms — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/plugins/splide/css/splide.min.css/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/plugins/splide/css/splide.min.css — 301 — 352 B — 694 ms — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/plugins/splide/extensions/css/splide-extension-video.min.css/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/plugins/splide/extensions/css/splide-extension-video.min.css — 301 — 378 B — 699 ms — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/css/gallery/tobii.min.css/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/css/gallery/tobii.min.css — 301 — 344 B — 706 ms — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/css/gallery/gallery.css/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/css/gallery/gallery.css — 301 — 342 B — 712 ms — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/plugins/splide/js/splide.min.js/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/plugins/splide/js/splide.min.js — 301 — 349 B — 904 ms — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/plugins/splide/extensions/js/splide-extension-video.min.js/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/plugins/splide/extensions/js/splide-extension-video.min.js — 301 — 376 B — 926 ms — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/js/news.js/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/js/news.js — 301 — 328 B — 931 ms — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/js/system-main/chart.umd.min.js/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/js/system-main/chart.umd.min.js — 301 — 349 B — 938 ms — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/css/bootstrap.min.csswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/css/bootstrap.min.css — 200 — 227.0 KiB — 1.8 s — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/css/site.csswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/css/site.css — 200 — 260.3 KiB — 1.8 s — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/css/custom.csswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/css/custom.css — 200 — 44.4 KiB — 941 ms — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/css/dev-custom.csswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/css/dev-custom.css — 200 — 405 B — 712 ms — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/plugins/splide/css/splide.min.csswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/plugins/splide/css/splide.min.css — 200 — 6.0 KiB — 695 ms — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/plugins/splide/extensions/css/splide-extension-video.min.csswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/plugins/splide/extensions/css/splide-extension-video.min.css — 200 — 1.2 KiB — 708 ms — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/css/gallery/tobii.min.csswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/css/gallery/tobii.min.css — 200 — 7.4 KiB — 914 ms — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/css/gallery/gallery.csswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/css/gallery/gallery.css — 200 — 1.1 KiB — 916 ms — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/js/bootstrap.min.jswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/js/bootstrap.min.js — 200 — 59.5 KiB — 1.2 s — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/plugins/splide/js/splide.min.jswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/plugins/splide/js/splide.min.js — 200 — 29.4 KiB — 948 ms — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/plugins/splide/extensions/js/splide-extension-video.min.jswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/plugins/splide/extensions/js/splide-extension-video.min.js — 200 — 32.5 KiB — 1.1 s — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/js/news.jswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/js/news.js — 200 — 6.4 KiB — 933 ms — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/js/system-main/chart.umd.min.jswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/js/system-main/chart.umd.min.js — 200 — 201.3 KiB — 1.6 s — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/images/colleges/system-nameplate-white.svg/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/images/colleges/system-nameplate-white.svg — 301 — 360 B — 234 ms — http/1.1https://hawaii.edu/_files/images/UH-Hawaiian-Slogan-seal.svg/_files/images/UH-Hawaiian-Slogan-s... https://hawaii.edu/_files/images/UH-Hawaiian-Slogan-seal.svg — 200 — 49.7 KiB — 692 ms — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/images/colleges/system-nameplate-white.svgwww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/images/colleges/system-nameplate-white.svg — 200 — 41.7 KiB — 235 ms — http/1.1https://fonts.bunny.net/css?family=roboto-condensed:700|source-sans-3:200,300,400,500,600,700,800,900|source-serif-4:200,300,400,500,600,700,800,900|noto-serif:400ifonts.bunny.net/css?family=roboto-c... https://fonts.bunny.net/css?family=roboto-condensed:700|source-sans-3:200,300,400,500,600,700,800,900|source-serif-4:200,300,400,500,600,700,800,900|noto-serif:400i — 200 — 2.6 KiB — 8 ms — h2https://hawaii.edu/_files/images/banners/slider-1-test.jpg/_files/images/banners/slider-1-tes... https://hawaii.edu/_files/images/banners/slider-1-test.jpg — 200 — 123.9 KiB — 926 ms — http/1.1https://hawaii.edu/_files/images/banners/cc-students.jpg/_files/images/banners/cc-students.... https://hawaii.edu/_files/images/banners/cc-students.jpg — 200 — 135.7 KiB — 925 ms — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/js/sidenav.js/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/js/sidenav.js — 301 — 331 B — 277 ms — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/js/news-events.js/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/js/news-events.js — 301 — 335 B — 278 ms — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/js/menu-search.js/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/js/menu-search.js — 301 — 335 B — 278 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-HHKNLQ9E5Jwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-HHKNLQ9E5J — 200 — 154.7 KiB — 46 ms — h2https://www.youtube.com/embed/QSY052cwM7g?si=m93sDZWEG0kzeKq8?autoplay=1www.youtube.com/embed/QSY052cwM7g?s... https://www.youtube.com/embed/QSY052cwM7g?si=m93sDZWEG0kzeKq8?autoplay=1 — 200 — 56.6 KiB — 72 ms — h2https://www.hawaii.edu//its/template/cascade_system/2024/_files/images/pattern-bg.svgwww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/images/pattern-bg.svg — 200 — 2.3 KiB — 236 ms — http/1.1https://hawaii.edu/_files/icons/apply.svg/_files/icons/apply.svg https://hawaii.edu/_files/icons/apply.svg — 200 — 3.4 KiB — 328 ms — http/1.1https://hawaii.edu/_files/icons/gift.svg/_files/icons/gift.svg https://hawaii.edu/_files/icons/gift.svg — 200 — 3.5 KiB — 359 ms — http/1.1https://hawaii.edu/_files/icons/financial-aid.svg/_files/icons/financial-aid.svg https://hawaii.edu/_files/icons/financial-aid.svg — 200 — 4.1 KiB — 373 ms — http/1.1https://hawaii.edu/_files/icons/islands.svg/_files/icons/islands.svg https://hawaii.edu/_files/icons/islands.svg — 200 — 9.9 KiB — 378 ms — http/1.1https://hawaii.edu/_files/icons/gradcap.svg/_files/icons/gradcap.svg https://hawaii.edu/_files/icons/gradcap.svg — 200 — 3.1 KiB — 561 ms — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/webfonts/fa-brands-400.woff2www.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/webfonts/fa-brands-400.woff2 — 200 — 115.0 KiB — 1.1 s — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/webfonts/fa-solid-900.woff2www.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/webfonts/fa-solid-900.woff2 — 200 — 153.2 KiB — 1.4 s — http/1.1https://fonts.bunny.net/source-serif-pro/files/source-serif-pro-latin-600-normal.woff2fonts.bunny.net/source-serif-pro/fi... https://fonts.bunny.net/source-serif-pro/files/source-serif-pro-latin-600-normal.woff2 — 200 — 21.7 KiB — 34 ms — h2https://fonts.bunny.net/source-sans-pro/files/source-sans-pro-latin-400-normal.woff2fonts.bunny.net/source-sans-pro/fil... https://fonts.bunny.net/source-sans-pro/files/source-sans-pro-latin-400-normal.woff2 — 200 — 15.2 KiB — 40 ms — h2https://fonts.bunny.net/source-sans-pro/files/source-sans-pro-latin-600-normal.woff2fonts.bunny.net/source-sans-pro/fil... https://fonts.bunny.net/source-sans-pro/files/source-sans-pro-latin-600-normal.woff2 — 200 — 15.2 KiB — 48 ms — h2https://fonts.bunny.net/source-sans-pro/files/source-sans-pro-latin-700-normal.woff2fonts.bunny.net/source-sans-pro/fil... https://fonts.bunny.net/source-sans-pro/files/source-sans-pro-latin-700-normal.woff2 — 200 — 15.1 KiB — 51 ms — h2https://www.youtube.com/s/player/218d9d92/www-player.csswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-player.css — 200 — 56.9 KiB — 47 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUwwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUw — 200 — 45.4 KiB — 50 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,base — 200 — 193.0 KiB — 66 ms — h2https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/218d9d92/p... https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.js — 200 — 435.8 KiB — 83 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 — 51 ms — h3https://fonts.bunny.net/source-sans-pro/files/source-sans-pro-latin-ext-600-normal.woff2fonts.bunny.net/source-sans-pro/fil... https://fonts.bunny.net/source-sans-pro/files/source-sans-pro-latin-ext-600-normal.woff2 — 200 — 20.6 KiB — 5 ms — h2https://fonts.bunny.net/source-sans-pro/files/source-sans-pro-vietnamese-400-normal.woff2fonts.bunny.net/source-sans-pro/fil... https://fonts.bunny.net/source-sans-pro/files/source-sans-pro-vietnamese-400-normal.woff2 — 200 — 6.4 KiB — 12 ms — h2https://fonts.bunny.net/source-sans-pro/files/source-sans-pro-latin-ext-400-normal.woff2fonts.bunny.net/source-sans-pro/fil... https://fonts.bunny.net/source-sans-pro/files/source-sans-pro-latin-ext-400-normal.woff2 — 200 — 20.8 KiB — 9 ms — h2https://www.hawaii.edu//its/template/cascade_system/2024/_files/js/sidenav.jswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/js/sidenav.js — 200 — 4.4 KiB — 232 ms — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/js/news-events.jswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/js/news-events.js — 200 — 3.2 KiB — 230 ms — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/js/menu-search.jswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/js/menu-search.js — 200 — 1.5 KiB — 235 ms — http/1.1https://www.google-analytics.com/g/collect?v=2&tid=G-HHKNLQ9E5J&gtm=45je64h1h1v9119090556za200zd9119090556&_p=1776801423767&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=2068709811.1776801424&frm=0&pscdl=noapi&rcb=5&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468~117266401&sid=1776801424&sct=1&seg=0&dl=https%3A%2F%2Fhawaii.edu%2F&dt=University%20of%20Hawaii%20System&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=3930www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-HHKNLQ9E5J&gtm=45je64h1h1v9119090556za200zd9119090556&_p=1776801423767&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=2068709811.1776801424&frm=0&pscdl=noapi&rcb=5&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468~117266401&sid=1776801424&sct=1&seg=0&dl=https%3A%2F%2Fhawaii.edu%2F&dt=University%20of%20Hawaii%20System&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=3930 — 204 — 545 B — 28 ms — h2https://hawaii.edu/its/template/cascade_system/2024/_files/js/gallery/tobii.min.js/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/js/gallery/tobii.min.js — 301 — 341 B — 234 ms — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/js/gallery/gallery.js/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/js/gallery/gallery.js — 301 — 339 B — 230 ms — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/favicon/site.webmanifest/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/favicon/site.webmanifest — 301 — 343 B — 699 ms — http/1.1https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 90 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 495 B — 25 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drb — 200 — 146.3 KiB — 20 ms — h3https://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 — 6 ms — h3https://hawaii.edu/_files/images/banners/UHFcampaign.jpg/_files/images/banners/UHFcampaign.... https://hawaii.edu/_files/images/banners/UHFcampaign.jpg — 200 — 143.8 KiB — 470 ms — http/1.1https://hawaii.edu/_files/images/news/manoa-mesonet.jpg/_files/images/news/manoa-mesonet.j... https://hawaii.edu/_files/images/news/manoa-mesonet.jpg — 200 — 257.6 KiB — 479 ms — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/js/gallery/gallery.jswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/js/gallery/gallery.js — 200 — 2.9 KiB — 237 ms — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/js/gallery/tobii.min.jswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/js/gallery/tobii.min.js — 200 — 23.9 KiB — 232 ms — http/1.1https://i.ytimg.com/vi/QSY052cwM7g/sddefault.jpg?sqp=-oaymwEmCIAFEOAD8quKqQMa8AEB-AH-CYAC0AWKAgwIABABGGUgSChCMA8=&rs=AOn4CLC2kDJo0LdeUSmZ9Svd037vthIQQwi.ytimg.com/vi/QSY052cwM7g/sddefaul... https://i.ytimg.com/vi/QSY052cwM7g/sddefault.jpg?sqp=-oaymwEmCIAFEOAD8quKqQMa8AEB-AH-CYAC0AWKAgwIABABGGUgSChCMA8=&rs=AOn4CLC2kDJo0LdeUSmZ9Svd037vthIQQw — 200 — 53.2 KiB — 14 ms — h2https://hawaii.edu/_files/images/news/hawaii-hawaiian-studies-hula-4.jpg/_files/images/news/hawaii-hawaiian... https://hawaii.edu/_files/images/news/hawaii-hawaiian-studies-hula-4.jpg — 200 — 161.5 KiB — 462 ms — http/1.1https://hawaii.edu/_files/images/cards/manoa.jpg/_files/images/cards/manoa.jpg https://hawaii.edu/_files/images/cards/manoa.jpg — 200 — 224.0 KiB — 927 ms — http/1.1https://hawaii.edu/_files/images/cards/uhh.jpg/_files/images/cards/uhh.jpg https://hawaii.edu/_files/images/cards/uhh.jpg — 200 — 289.4 KiB — 1.2 s — http/1.1https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.jswww.google.com/js/th/qKGyavTtqsN8WE... https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.js — 200 — 23.2 KiB — 18 ms — h3https://hawaii.edu/_files/images/cards/westoahu.jpg/_files/images/cards/westoahu.jpg https://hawaii.edu/_files/images/cards/westoahu.jpg — 200 — 359.7 KiB — 475 ms — http/1.1https://hawaii.edu/_files/images/cards/Hawaii_index.jpg/_files/images/cards/Hawaii_index.j... https://hawaii.edu/_files/images/cards/Hawaii_index.jpg — 200 — 231.9 KiB — 252 ms — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/favicon/site.webmanifestwww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/favicon/site.webmanifest — 200 — 603 B — 266 ms — http/1.1https://hawaii.edu/_files/images/cards/HonCC_index.jpg/_files/images/cards/HonCC_index.jp... https://hawaii.edu/_files/images/cards/HonCC_index.jpg — 200 — 195.2 KiB — 1.1 s — http/1.1https://www.youtube.com/generate_204?6rPGNQwww.youtube.com/generate_204?6rPGNQ https://www.youtube.com/generate_204?6rPGNQ — 204 — 10 B — 3 ms — h3https://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 — 18 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 — 10 ms — h2https://hawaii.edu/_files/images/cards/kapi-olani.jpg/_files/images/cards/kapi-olani.jpg https://hawaii.edu/_files/images/cards/kapi-olani.jpg — 200 — 750.7 KiB — 956 ms — http/1.1https://hawaii.edu/_files/images/cards/Kauai_index.JPG/_files/images/cards/Kauai_index.JP... https://hawaii.edu/_files/images/cards/Kauai_index.JPG — 200 — 433.8 KiB — 969 ms — http/1.1https://hawaii.edu/_files/images/cards/Leeward_index.jpg/_files/images/cards/Leeward_index.... https://hawaii.edu/_files/images/cards/Leeward_index.jpg — 200 — 191.3 KiB — 255 ms — http/1.1https://hawaii.edu/_files/images/cards/maui.jpg/_files/images/cards/maui.jpg https://hawaii.edu/_files/images/cards/maui.jpg — 200 — 890.1 KiB — 724 ms — http/1.1https://hawaii.edu/_files/images/cards/Keahiakahoe-walk-wcc.jpg/_files/images/cards/Keahiakahoe-wa... https://hawaii.edu/_files/images/cards/Keahiakahoe-walk-wcc.jpg — 200 — 473.4 KiB — 500 ms — http/1.1https://hawaii.edu/_files/images/colleges/hawaiianlearning.jpg/_files/images/colleges/hawaiianlea... https://hawaii.edu/_files/images/colleges/hawaiianlearning.jpg — 200 — 302.3 KiB — 272 ms — http/1.1https://hawaii.edu/_files/images/cards/research.jpg/_files/images/cards/research.jpg https://hawaii.edu/_files/images/cards/research.jpg — 200 — 178.8 KiB — 256 ms — http/1.1https://hawaii.edu/_files/images/cards/sustainability.jpg/_files/images/cards/sustainability... https://hawaii.edu/_files/images/cards/sustainability.jpg — 200 — 397.0 KiB — 1.2 s — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/images/colleges/horizontal/system.svg/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/images/colleges/horizontal/system.svg — 301 — 355 B — 234 ms — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/js/site.js/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/js/site.js — 301 — 328 B — 228 ms — http/1.1https://hawaii.edu/_files/images/banners/ocean-bg.jpg/_files/images/banners/ocean-bg.jpg https://hawaii.edu/_files/images/banners/ocean-bg.jpg — 200 — 96.3 KiB — 240 ms — http/1.1https://hawaii.edu/_files/icons/forUH-forHawaii3.svg/_files/icons/forUH-forHawaii3.svg https://hawaii.edu/_files/icons/forUH-forHawaii3.svg — 200 — 41.7 KiB — 236 ms — http/1.1https://hawaii.edu/its/template/cascade_system/2024/_files/images/footer-banner.png/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/images/footer-banner.png — 301 — 342 B — 228 ms — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/images/colleges/horizontal/system.svgwww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/images/colleges/horizontal/system.svg — 200 — 42.9 KiB — 695 ms — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/js/site.jswww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/js/site.js — 200 — 97.1 KiB — 683 ms — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/images/footer-banner.pngwww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/images/footer-banner.png — 200 — 108.4 KiB — 904 ms — http/1.1https://www.youtube.com/player_apiwww.youtube.com/player_api https://www.youtube.com/player_api — 200 — 3.2 KiB — 41 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 — 9 ms — h3https://www.youtube.com/s/player/218d9d92/www-widgetapi.vflset/www-widgetapi.jswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-widgetapi.vflset/www-widgetapi.js — 200 — 10.6 KiB — 9 ms — h2https://hawaii.edu/its/template/cascade_system/2024/_files/favicon/favicon-32x32.png/its/template/cascade_system/2024/_... https://hawaii.edu/its/template/cascade_system/2024/_files/favicon/favicon-32x32.png — 301 — 343 B — 234 ms — http/1.1https://www.hawaii.edu//its/template/cascade_system/2024/_files/favicon/favicon-32x32.pngwww.hawaii.edu//its/template/cascad... https://www.hawaii.edu//its/template/cascade_system/2024/_files/favicon/favicon-32x32.png — 200 — 2.8 KiB — 230 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
47% of JavaScript execution is third-party
First-party Third-party 375ms · 155KB · $5/mo
Unattributable
Other
Costly
Execution 286ms
Transfer 0 KB
Monthly Cost $4/mo
Google Tag Manager
Tag Manager
Optional
Execution 89ms
Transfer 155 KB
Unused 40%
Monthly Cost $1/mo

These scripts may cost more than they're worth

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

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

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback