Skip to content
https://fiu.edu

Performance

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

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

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

1.58 s

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

2.96 s

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

8 ms

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

0.036

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

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

2.96 s

Page Load Progression

620 ms
1.2 s
1.9 s
2.5 s
3.1 s
3.7 s
4.3 s
5.0 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
7.4 MB transferred, 76 requests
FIX
7.4 MB transferred, 76 requests
Critical::
Page weighs 10.4 MB (7.4 MB transferred)
Warning::
Images are 1.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.5 MB
Warning::
JavaScript is 874 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 874 KB
Info::
Fonts are 379 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 379 KB
Info::
76 HTTP requests
Info::
Estimated 1.6 g CO2 per page load
7.4 MB / 2.4 MB budget
7.4 MB transferred
76 requests
1.6 g CO2 per page load
Other 4.6 MiB 62%
Images 1.5 MiB 19%
JavaScript 873.8 KiB 11%
Fonts 379.2 KiB 5%
CSS 110.2 KiB 1%
HTML 18.4 KiB 0%
Other 8.8 KiB 0%
Other 2.4 KiB 0%
Other 1.2 KiB 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (7.4 MiB of 7.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
23 scripts, 351 KB unused
FIX
23 scripts, 351 KB unused
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-W6T...: 79 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/destination?...: 67 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-0ZWR...: 64 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.google.com/cse/static/element/b33cba58...: 49 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://connect.facebook.net/en_US/fbevents.js: 35 KB unused (36%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 351 KB
351 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtm.js?id=GTM-W6TBM48149 KB79 KB (53%)3rd
https://www.googletagmanager.com/gtag/destination?id=AW-AW-777867641&cx=c&gtm=4e64h1134 KB67 KB (50%)3rd
https://www.googletagmanager.com/gtag/js?id=G-0ZWRJ3VY1F&cx=c&gtm=4e64h1151 KB64 KB (42%)3rd
https://www.google.com/cse/static/element/b33cba5881f68fbf/cse_element__en.js?usqp=CAI%3D98 KB49 KB (50%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB35 KB (36%)3rd
https://cse.google.com/adsense/search/async-ads.js44 KB32 KB (73%)3rd
https://www.fiu.edu/_assets/js/foundation.js33 KB26 KB (77%)3rd
https://cse.google.com/cse.js?cx=011267570950780699816:9a_svqlw22y4 KB3rd
https://digicdn.fiu.edu/v1/_assets/js/jquery.vide.min.js?v=1.12 KB3rd
https://digicdn.fiu.edu/v1/_assets/js/sticky.min.js1 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

D
Page Weight Inventory
Action
76 resources · 7.4 MB · 351 KB savings available
FIX
76 resources · 7.4 MB · 351 KB savings available
Warning::
Page weight 6.4 MB over 1MB target
Got: 7.4 MB Expected: ≤ 1 MB
Info::
~351 KB of savings available
Warning::
75 third-party resources (100% of weight)
Info::
4 resources over 200KB
76 resources · 7.4 MiB · 75 third-party 6.4 MiB over 1MB target
Media 62% · 4.6 MiB
Image 20% · 1.5 MiB
JavaScript 11% · 873.8 KiB
Font 5% · 379.2 KiB
CSS 1% · 110.2 KiB
Document 0% · 18.6 KiB
Other 0% · 10.8 KiB

~351.0 KiB of savings available

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

No Cache-Control header

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

C
Image Optimization
Action
17 images, 0 KB saveable
REVIEW
17 images, 0 KB saveable
Warning::
data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.fiu.edu/_assets/images/fiu-white-logo.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.fiu.edu/_assets/images/logo.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.fiu.edu/_assets/images/fiu-everglades-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
17 images 1.5 MB
0 oversized -0 KB
13 legacy format
4 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

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
JS Execution Cost
268ms total JS execution
PASS
268ms total JS execution
Info::
Unattributable: 120ms CPU time
Info::
https://www.fiu.edu/: 82ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-0ZWR...: 66ms CPU time
Warning::
Third-party scripts: 268ms (100% of total)

Main Thread Breakdown

Script Evaluation 49% Other 21% Style & Layout 13% Script Parsing & Compilation 10%
ScriptTotalScriptingParse/CompileParty
Unattributable120ms5ms0ms3rd
https://www.fiu.edu/82ms4ms1ms3rd
https://www.googletagmanager.com/gtag/js?id=G-0ZWRJ3VY1F&cx=c&gtm=4e64h166ms55ms10ms3rd
A+
Font Loading
7 fonts (379 KB)
PASS
7 fonts (379 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

379 KB total

Render-blocking

0

of 7

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 FCP 1.6 s LCP 3.0 shttps://use.typekit.net/af/d7ff92/00000000000000007735e609/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/d7ff92/00000000000000007735e609/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 29.8 KiB — 3 ms — font-display: swaphttps://use.typekit.net/af/5be242/00000000000000007735e603/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/5be242/00000000000000007735e603/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 30.6 KiB — 9 ms — font-display: swaphttps://digicdn.fiu.edu/fonts/fa/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://digicdn.fiu.edu/fonts/fa/webfonts/fa-solid-900.woff2 — 146.9 KiB — 506 ms — font-display: swaphttps://use.typekit.net/af/26f7ec/00000000000000007735e605/31/l?subset_id=2&fvd=n5&v=3l https://use.typekit.net/af/26f7ec/00000000000000007735e605/31/l?subset_id=2&fvd=n5&v=3 — 16.8 KiB — 11 ms — font-display: swaphttps://use.typekit.net/af/99d25e/00000000000000007735e611/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3l https://use.typekit.net/af/99d25e/00000000000000007735e611/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3 — 30.5 KiB — 9 ms — font-display: swaphttps://use.typekit.net/af/846224/00000000000000007735e602/31/l?subset_id=2&fvd=n9&v=3l https://use.typekit.net/af/846224/00000000000000007735e602/31/l?subset_id=2&fvd=n9&v=3 — 16.8 KiB — 12 ms — font-display: swaphttps://digicdn.fiu.edu/fonts/fa/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://digicdn.fiu.edu/fonts/fa/webfonts/fa-brands-400.woff2 — 107.7 KiB — 311 ms — font-display: swap
l woff2 swap
Size 30 KB
Load time 3 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 31 KB
Load time 9 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 147 KB
Load time 506 ms
Start 1.3 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
l woff2 swap
Size 17 KB
Load time 11 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 31 KB
Load time 9 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 17 KB
Load time 12 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
fa-brands-400.woff2 woff2 swap
Size 108 KB
Load time 311 ms
Start 1.3 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
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 ~127 KB and ~254 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
76 requests over 3329ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.6 s LCP 3.0 shttps://fiu.edu// https://fiu.edu/ — 301 — 156 B — 398 ms — h2https://www.fiu.edu/www.fiu.edu/ https://www.fiu.edu/ — 200 — 12.7 KiB — 257 ms — h2https://use.typekit.net/erk8tyy.cssuse.typekit.net/erk8tyy.css https://use.typekit.net/erk8tyy.css — 200 — 2.2 KiB — 47 ms — h2https://digicdn.fiu.edu/fonts/furore.cssdigicdn.fiu.edu/fonts/furore.css https://digicdn.fiu.edu/fonts/furore.css — 200 — 473 B — 425 ms — h2https://digicdn.fiu.edu/fonts/barlow.cssdigicdn.fiu.edu/fonts/barlow.css https://digicdn.fiu.edu/fonts/barlow.css — 200 — 824 B — 405 ms — h2https://www.fiu.edu/_assets/css/fiu-custom-foundation.csswww.fiu.edu/_assets/css/fiu-custom-... https://www.fiu.edu/_assets/css/fiu-custom-foundation.css — 200 — 27.1 KiB — 212 ms — h2https://digicdn.fiu.edu/fonts/fa/css/all.min.cssdigicdn.fiu.edu/fonts/fa/css/all.mi... https://digicdn.fiu.edu/fonts/fa/css/all.min.css — 200 — 26.6 KiB — 220 ms — h2https://digicdn.fiu.edu/fonts/fa/css/v4-shims.min.cssdigicdn.fiu.edu/fonts/fa/css/v4-shi... https://digicdn.fiu.edu/fonts/fa/css/v4-shims.min.css — 200 — 5.1 KiB — 123 ms — h2https://digicdn.fiu.edu/v1/_assets/stylesheets/css/slick.cssdigicdn.fiu.edu/v1/_assets/styleshe... https://digicdn.fiu.edu/v1/_assets/stylesheets/css/slick.css — 200 — 868 B — 224 ms — h2https://digicdn.fiu.edu/v2/assets/css/legacy.css?v=04012026digicdn.fiu.edu/v2/assets/css/legac... https://digicdn.fiu.edu/v2/assets/css/legacy.css?v=04012026 — 200 — 15.3 KiB — 115 ms — h2https://www.fiu.edu/_assets/css/styles.css?v=04012026www.fiu.edu/_assets/css/styles.css?... https://www.fiu.edu/_assets/css/styles.css?v=04012026 — 200 — 14.3 KiB — 221 ms — h2https://www.fiu.edu/_assets/css/brand-update.css?v=04012026www.fiu.edu/_assets/css/brand-updat... https://www.fiu.edu/_assets/css/brand-update.css?v=04012026 — 200 — 3.8 KiB — 117 ms — h2https://www.fiu.edu/_assets/js/modernizr.jswww.fiu.edu/_assets/js/modernizr.js https://www.fiu.edu/_assets/js/modernizr.js — 200 — 4.9 KiB — 264 ms — h2https://www.fiu.edu/_assets/css/one-offs/20230918-rankings.css?v=04012026www.fiu.edu/_assets/css/one-offs/20... https://www.fiu.edu/_assets/css/one-offs/20230918-rankings.css?v=04012026 — 200 — 1.1 KiB — 118 ms — h2https://www.fiu.edu/_assets/images/fiu-white-logo.pngwww.fiu.edu/_assets/images/fiu-whit... https://www.fiu.edu/_assets/images/fiu-white-logo.png — 200 — 3.7 KiB — 223 ms — h2https://p.typekit.net/p.css?s=1&k=erk8tyy&ht=tk&f=137.138.139.140.169.170.171.172.173.174.175.176.5474.5475.25136.25137.143.144.147.148.149.150.153.154.36520.50015.50019.50020.50021.50023.50024.50025.50026&a=277438469&app=typekit&e=cssp.typekit.net/p.css?s=1&k=erk8tyy&h... https://p.typekit.net/p.css?s=1&k=erk8tyy&ht=tk&f=137.138.139.140.169.170.171.172.173.174.175.176.5474.5475.25136.25137.143.144.147.148.149.150.153.154.36520.50015.50019.50020.50021.50023.50024.50025.50026&a=277438469&app=typekit&e=css — 200 — 172 B — 48 ms — h2https://digicdn.fiu.edu/v1/_assets/images/fiu-main-logo.pngdigicdn.fiu.edu/v1/_assets/images/f... https://digicdn.fiu.edu/v1/_assets/images/fiu-main-logo.png — 200 — 2.1 KiB — 193 ms — h2https://use.typekit.net/mzq6onp.cssuse.typekit.net/mzq6onp.css https://use.typekit.net/mzq6onp.css — 200 — 1.1 KiB — 7 ms — h2https://digicdn.fiu.edu/fonts/furore.cssdigicdn.fiu.edu/fonts/furore.css https://digicdn.fiu.edu/fonts/furore.css — 200 — 199 B — 304 ms — h2https://www.fiu.edu/_assets/images/fiu-students-selfie.jpgwww.fiu.edu/_assets/images/fiu-stud... https://www.fiu.edu/_assets/images/fiu-students-selfie.jpg — 200 — 454.5 KiB — 301 ms — h2https://p.typekit.net/p.css?s=1&k=mzq6onp&ht=tk&f=30194.30195.30196.30198.30199.30201.30203.30204&a=6188798&app=typekit&e=cssp.typekit.net/p.css?s=1&k=mzq6onp&h... https://p.typekit.net/p.css?s=1&k=mzq6onp&ht=tk&f=30194.30195.30196.30198.30199.30201.30203.30204&a=6188798&app=typekit&e=css — 200 — 172 B — 3 ms — h2https://www.fiu.edu/_assets/images/logo.pngwww.fiu.edu/_assets/images/logo.png https://www.fiu.edu/_assets/images/logo.png — 200 — 11.4 KiB — 149 ms — h2https://www.fiu.edu/_assets/js/jquery.min.jswww.fiu.edu/_assets/js/jquery.min.j... https://www.fiu.edu/_assets/js/jquery.min.js — 200 — 38.1 KiB — 111 ms — h2https://www.fiu.edu/_assets/js/foundation.jswww.fiu.edu/_assets/js/foundation.j... https://www.fiu.edu/_assets/js/foundation.js — 200 — 33.5 KiB — 109 ms — h2https://use.typekit.net/af/d7ff92/00000000000000007735e609/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/d7ff92/000000000... https://use.typekit.net/af/d7ff92/00000000000000007735e609/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 29.8 KiB — 3 ms — h2data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDABsaGikdKUEmJkFCLy8vQkc/Pj4/R0dHR0dHR0dHR0dH…data:image/jpeg;base64,/9j/4AAQSkZJ... data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDABsaGikdKUEmJkFCLy8vQkc/Pj4/R0dHR0dHR0dHR0dH… — 200 — 0 B — 0 ms — datahttps://www.fiu.edu/_assets/js/scripts.jswww.fiu.edu/_assets/js/scripts.js https://www.fiu.edu/_assets/js/scripts.js — 200 — 5.3 KiB — 115 ms — h2https://digicdn.fiu.edu/v1/_assets/js/jquery.vide.min.js?v=1.1digicdn.fiu.edu/v1/_assets/js/jquer... https://digicdn.fiu.edu/v1/_assets/js/jquery.vide.min.js?v=1.1 — 200 — 2.0 KiB — 119 ms — h2https://www.fiu.edu/_assets/js/vide.custom.js?v=1.1www.fiu.edu/_assets/js/vide.custom.... https://www.fiu.edu/_assets/js/vide.custom.js?v=1.1 — 200 — 738 B — 112 ms — h2https://digicdn.fiu.edu/v1/_assets/js/jquery.waypoints.min.jsdigicdn.fiu.edu/v1/_assets/js/jquer... https://digicdn.fiu.edu/v1/_assets/js/jquery.waypoints.min.js — 200 — 3.1 KiB — 107 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 1.6 s LCP 3.0 shttps://fiu.edu// https://fiu.edu/ — 301 — 156 B — 398 ms — h2https://www.fiu.edu/www.fiu.edu/ https://www.fiu.edu/ — 200 — 12.7 KiB — 257 ms — h2https://use.typekit.net/erk8tyy.cssuse.typekit.net/erk8tyy.css https://use.typekit.net/erk8tyy.css — 200 — 2.2 KiB — 47 ms — h2https://digicdn.fiu.edu/fonts/furore.cssdigicdn.fiu.edu/fonts/furore.css https://digicdn.fiu.edu/fonts/furore.css — 200 — 473 B — 425 ms — h2https://digicdn.fiu.edu/fonts/barlow.cssdigicdn.fiu.edu/fonts/barlow.css https://digicdn.fiu.edu/fonts/barlow.css — 200 — 824 B — 405 ms — h2https://www.fiu.edu/_assets/css/fiu-custom-foundation.csswww.fiu.edu/_assets/css/fiu-custom-... https://www.fiu.edu/_assets/css/fiu-custom-foundation.css — 200 — 27.1 KiB — 212 ms — h2https://digicdn.fiu.edu/fonts/fa/css/all.min.cssdigicdn.fiu.edu/fonts/fa/css/all.mi... https://digicdn.fiu.edu/fonts/fa/css/all.min.css — 200 — 26.6 KiB — 220 ms — h2https://digicdn.fiu.edu/fonts/fa/css/v4-shims.min.cssdigicdn.fiu.edu/fonts/fa/css/v4-shi... https://digicdn.fiu.edu/fonts/fa/css/v4-shims.min.css — 200 — 5.1 KiB — 123 ms — h2https://digicdn.fiu.edu/v1/_assets/stylesheets/css/slick.cssdigicdn.fiu.edu/v1/_assets/styleshe... https://digicdn.fiu.edu/v1/_assets/stylesheets/css/slick.css — 200 — 868 B — 224 ms — h2https://digicdn.fiu.edu/v2/assets/css/legacy.css?v=04012026digicdn.fiu.edu/v2/assets/css/legac... https://digicdn.fiu.edu/v2/assets/css/legacy.css?v=04012026 — 200 — 15.3 KiB — 115 ms — h2https://www.fiu.edu/_assets/css/styles.css?v=04012026www.fiu.edu/_assets/css/styles.css?... https://www.fiu.edu/_assets/css/styles.css?v=04012026 — 200 — 14.3 KiB — 221 ms — h2https://www.fiu.edu/_assets/css/brand-update.css?v=04012026www.fiu.edu/_assets/css/brand-updat... https://www.fiu.edu/_assets/css/brand-update.css?v=04012026 — 200 — 3.8 KiB — 117 ms — h2https://www.fiu.edu/_assets/js/modernizr.jswww.fiu.edu/_assets/js/modernizr.js https://www.fiu.edu/_assets/js/modernizr.js — 200 — 4.9 KiB — 264 ms — h2https://www.fiu.edu/_assets/css/one-offs/20230918-rankings.css?v=04012026www.fiu.edu/_assets/css/one-offs/20... https://www.fiu.edu/_assets/css/one-offs/20230918-rankings.css?v=04012026 — 200 — 1.1 KiB — 118 ms — h2https://www.fiu.edu/_assets/images/fiu-white-logo.pngwww.fiu.edu/_assets/images/fiu-whit... https://www.fiu.edu/_assets/images/fiu-white-logo.png — 200 — 3.7 KiB — 223 ms — h2https://p.typekit.net/p.css?s=1&k=erk8tyy&ht=tk&f=137.138.139.140.169.170.171.172.173.174.175.176.5474.5475.25136.25137.143.144.147.148.149.150.153.154.36520.50015.50019.50020.50021.50023.50024.50025.50026&a=277438469&app=typekit&e=cssp.typekit.net/p.css?s=1&k=erk8tyy&h... https://p.typekit.net/p.css?s=1&k=erk8tyy&ht=tk&f=137.138.139.140.169.170.171.172.173.174.175.176.5474.5475.25136.25137.143.144.147.148.149.150.153.154.36520.50015.50019.50020.50021.50023.50024.50025.50026&a=277438469&app=typekit&e=css — 200 — 172 B — 48 ms — h2https://digicdn.fiu.edu/v1/_assets/images/fiu-main-logo.pngdigicdn.fiu.edu/v1/_assets/images/f... https://digicdn.fiu.edu/v1/_assets/images/fiu-main-logo.png — 200 — 2.1 KiB — 193 ms — h2https://use.typekit.net/mzq6onp.cssuse.typekit.net/mzq6onp.css https://use.typekit.net/mzq6onp.css — 200 — 1.1 KiB — 7 ms — h2https://digicdn.fiu.edu/fonts/furore.cssdigicdn.fiu.edu/fonts/furore.css https://digicdn.fiu.edu/fonts/furore.css — 200 — 199 B — 304 ms — h2https://www.fiu.edu/_assets/images/fiu-students-selfie.jpgwww.fiu.edu/_assets/images/fiu-stud... https://www.fiu.edu/_assets/images/fiu-students-selfie.jpg — 200 — 454.5 KiB — 301 ms — h2https://p.typekit.net/p.css?s=1&k=mzq6onp&ht=tk&f=30194.30195.30196.30198.30199.30201.30203.30204&a=6188798&app=typekit&e=cssp.typekit.net/p.css?s=1&k=mzq6onp&h... https://p.typekit.net/p.css?s=1&k=mzq6onp&ht=tk&f=30194.30195.30196.30198.30199.30201.30203.30204&a=6188798&app=typekit&e=css — 200 — 172 B — 3 ms — h2https://www.fiu.edu/_assets/images/logo.pngwww.fiu.edu/_assets/images/logo.png https://www.fiu.edu/_assets/images/logo.png — 200 — 11.4 KiB — 149 ms — h2https://www.fiu.edu/_assets/js/jquery.min.jswww.fiu.edu/_assets/js/jquery.min.j... https://www.fiu.edu/_assets/js/jquery.min.js — 200 — 38.1 KiB — 111 ms — h2https://www.fiu.edu/_assets/js/foundation.jswww.fiu.edu/_assets/js/foundation.j... https://www.fiu.edu/_assets/js/foundation.js — 200 — 33.5 KiB — 109 ms — h2https://use.typekit.net/af/d7ff92/00000000000000007735e609/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/d7ff92/000000000... https://use.typekit.net/af/d7ff92/00000000000000007735e609/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 29.8 KiB — 3 ms — h2data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDABsaGikdKUEmJkFCLy8vQkc/Pj4/R0dHR0dHR0dHR0dH…data:image/jpeg;base64,/9j/4AAQSkZJ... data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDABsaGikdKUEmJkFCLy8vQkc/Pj4/R0dHR0dHR0dHR0dH… — 200 — 0 B — 0 ms — datahttps://www.fiu.edu/_assets/js/scripts.jswww.fiu.edu/_assets/js/scripts.js https://www.fiu.edu/_assets/js/scripts.js — 200 — 5.3 KiB — 115 ms — h2https://digicdn.fiu.edu/v1/_assets/js/jquery.vide.min.js?v=1.1digicdn.fiu.edu/v1/_assets/js/jquer... https://digicdn.fiu.edu/v1/_assets/js/jquery.vide.min.js?v=1.1 — 200 — 2.0 KiB — 119 ms — h2https://www.fiu.edu/_assets/js/vide.custom.js?v=1.1www.fiu.edu/_assets/js/vide.custom.... https://www.fiu.edu/_assets/js/vide.custom.js?v=1.1 — 200 — 738 B — 112 ms — h2https://digicdn.fiu.edu/v1/_assets/js/jquery.waypoints.min.jsdigicdn.fiu.edu/v1/_assets/js/jquer... https://digicdn.fiu.edu/v1/_assets/js/jquery.waypoints.min.js — 200 — 3.1 KiB — 107 ms — h2https://digicdn.fiu.edu/v1/_assets/js/sticky.min.jsdigicdn.fiu.edu/v1/_assets/js/stick... https://digicdn.fiu.edu/v1/_assets/js/sticky.min.js — 200 — 648 B — 117 ms — h2https://digicdn.fiu.edu/core/_assets/js/jquery.lazy.min.jsdigicdn.fiu.edu/core/_assets/js/jqu... https://digicdn.fiu.edu/core/_assets/js/jquery.lazy.min.js — 200 — 2.5 KiB — 112 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-W6TBM48www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-W6TBM48 — 200 — 148.7 KiB — 166 ms — h2https://cse.google.com/cse.js?cx=011267570950780699816:9a_svqlw22ycse.google.com/cse.js?cx=0112675709... https://cse.google.com/cse.js?cx=011267570950780699816:9a_svqlw22y — 200 — 3.9 KiB — 97 ms — h2https://www.fiu.edu/_assets/images/banner-fiu-matthew-degennaro.webpwww.fiu.edu/_assets/images/banner-f... https://www.fiu.edu/_assets/images/banner-fiu-matthew-degennaro.webp — 200 — 133.3 KiB — 114 ms — h2https://www.fiu.edu/_assets/images/fiu-next-steps.webpwww.fiu.edu/_assets/images/fiu-next... https://www.fiu.edu/_assets/images/fiu-next-steps.webp — 200 — 284.6 KiB — 118 ms — h2https://www.fiu.edu/_assets/images/fiu-everglades-research.webpwww.fiu.edu/_assets/images/fiu-ever... https://www.fiu.edu/_assets/images/fiu-everglades-research.webp — 200 — 548.8 KiB — 178 ms — h2https://use.typekit.net/af/5be242/00000000000000007735e603/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/5be242/000000000... https://use.typekit.net/af/5be242/00000000000000007735e603/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 30.6 KiB — 9 ms — h2https://digicdn.fiu.edu/fonts/fa/webfonts/fa-solid-900.woff2digicdn.fiu.edu/fonts/fa/webfonts/f... https://digicdn.fiu.edu/fonts/fa/webfonts/fa-solid-900.woff2 — 200 — 146.9 KiB — 506 ms — h2https://use.typekit.net/af/26f7ec/00000000000000007735e605/31/l?subset_id=2&fvd=n5&v=3use.typekit.net/af/26f7ec/000000000... https://use.typekit.net/af/26f7ec/00000000000000007735e605/31/l?subset_id=2&fvd=n5&v=3 — 200 — 16.8 KiB — 11 ms — h2https://use.typekit.net/af/99d25e/00000000000000007735e611/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3use.typekit.net/af/99d25e/000000000... https://use.typekit.net/af/99d25e/00000000000000007735e611/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3 — 200 — 30.5 KiB — 9 ms — h2https://use.typekit.net/af/846224/00000000000000007735e602/31/l?subset_id=2&fvd=n9&v=3use.typekit.net/af/846224/000000000... https://use.typekit.net/af/846224/00000000000000007735e602/31/l?subset_id=2&fvd=n9&v=3 — 200 — 16.8 KiB — 12 ms — h2https://digicdn.fiu.edu/fonts/fa/webfonts/fa-brands-400.woff2digicdn.fiu.edu/fonts/fa/webfonts/f... https://digicdn.fiu.edu/fonts/fa/webfonts/fa-brands-400.woff2 — 200 — 107.7 KiB — 311 ms — h2https://www.google.com/cse/static/element/b33cba5881f68fbf/cse_element__en.js?usqp=CAI%3Dwww.google.com/cse/static/element/b... https://www.google.com/cse/static/element/b33cba5881f68fbf/cse_element__en.js?usqp=CAI%3D — 200 — 98.5 KiB — 92 ms — h3https://www.google.com/cse/static/element/b33cba5881f68fbf/default_v6+en.csswww.google.com/cse/static/element/b... https://www.google.com/cse/static/element/b33cba5881f68fbf/default_v6+en.css — 200 — 9.7 KiB — 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://www.fiu.edu/_assets/videos/step-info-the-future-video.jpgwww.fiu.edu/_assets/videos/step-inf... https://www.fiu.edu/_assets/videos/step-info-the-future-video.jpg — 200 — 44.9 KiB — 111 ms — h2https://www.fiu.edu/_assets/videos/step-info-the-future-video.mp4www.fiu.edu/_assets/videos/step-inf... https://www.fiu.edu/_assets/videos/step-info-the-future-video.mp4 — 206 — 62 B — 190 ms — h2https://www.googletagmanager.com/gtag/js?id=G-0ZWRJ3VY1F&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-0ZWRJ3VY1F&cx=c&gtm=4e64h1 — 200 — 150.8 KiB — 51 ms — h2https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 18.7 KiB — 49 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 79 ms — h3https://siteimproveanalytics.com/js/siteanalyze_67106272.jssiteimproveanalytics.com/js/siteana... https://siteimproveanalytics.com/js/siteanalyze_67106272.js — 200 — 13.5 KiB — 71 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 — 57 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 — 24 ms — h3https://clients1.google.com/generate_204clients1.google.com/generate_204 https://clients1.google.com/generate_204 — 204 — 117 B — 74 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=1162066&time=1776813506163&url=https%3A%2F%2Fwww.fiu.edu%2F&tm=gtmv2px.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=1162066&time=1776813506163&url=https%3A%2F%2Fwww.fiu.edu%2F&tm=gtmv2 — 200 — 838 B — 196 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=1162066&time=1776813506163&url=https%3A%2F%2Fwww.fiu.edu%2F&tm=gtmv2px.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=1162066&time=1776813506163&url=https%3A%2F%2Fwww.fiu.edu%2F&tm=gtmv2 — 302 — 826 B — 228 ms — h2https://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 613 B — 238 ms — h2https://www.googletagmanager.com/gtag/destination?id=AW-AW-777867641&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-AW-777867641&cx=c&gtm=4e64h1 — 200 — 134.2 KiB — 77 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-0ZWRJ3VY1F&gtm=45je64h1v881927830z877429540za20gzb77429540zd77429540&_p=1776813505852&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1972256999.1776813506&frm=0&pscdl=noapi&rcb=2&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~117266400~117384405~117512543&sid=1776813506&sct=1&seg=0&dl=https%3A%2F%2Fwww.fiu.edu%2F&dt=Florida%20International%20University%20in%20Miami%2C%20FL&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1595region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-0ZWRJ3VY1F&gtm=45je64h1v881927830z877429540za20gzb77429540zd77429540&_p=1776813505852&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1972256999.1776813506&frm=0&pscdl=noapi&rcb=2&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~117266400~117384405~117512543&sid=1776813506&sct=1&seg=0&dl=https%3A%2F%2Fwww.fiu.edu%2F&dt=Florida%20International%20University%20in%20Miami%2C%20FL&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1595 — 204 — 547 B — 92 ms — h2https://www.fiu.edu/_assets/videos/step-info-the-future-video.mp4www.fiu.edu/_assets/videos/step-inf... https://www.fiu.edu/_assets/videos/step-info-the-future-video.mp4 — 206 — 23.4 KiB — 729 ms — h2https://connect.facebook.net/signals/config/1381466295214267?v=2.9.303&r=stable&domain=www.fiu.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/1381466295214267?v=2.9.303&r=stable&domain=www.fiu.edu&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 44.8 KiB — 22 ms — h3https://67106272.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fwww.fiu.edu%2F&title=Florida%20International%20University%20in%20Miami%2C%20FL&res=800x600&accountid=67106272&rt=1619&luid=a435cc5d-32fa-4c13-e413-7d3cb5827cac&ckl=1&rnd=7541567106272.global.siteimproveanalytic... https://67106272.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fwww.fiu.edu%2F&title=Florida%20International%20University%20in%20Miami%2C%20FL&res=800x600&accountid=67106272&rt=1619&luid=a435cc5d-32fa-4c13-e413-7d3cb5827cac&ckl=1&rnd=75415 — 200 — 210 B — 99 ms — h2https://www.google.com/ccm/collect?rcb=9&frm=0&ae=g&dl=https%3A%2F%2Fwww.fiu.edu%2F&scrsrc=www.googletagmanager.com&rnd=1342805332.1776813506&dt=Florida%20International%20University%20in%20Miami%2C%20FL&auid=833073277.1776813506&navt=n&npa=1&_tu=CA&gtm=45be64h1z877429540za20gzb77429540zd77429540xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-AW-777867641&tid=AW-AW-777867641&tft=1776813506359&tfd=1732www.google.com/ccm/collect?rcb=9&fr... https://www.google.com/ccm/collect?rcb=9&frm=0&ae=g&dl=https%3A%2F%2Fwww.fiu.edu%2F&scrsrc=www.googletagmanager.com&rnd=1342805332.1776813506&dt=Florida%20International%20University%20in%20Miami%2C%20FL&auid=833073277.1776813506&navt=n&npa=1&_tu=CA&gtm=45be64h1z877429540za20gzb77429540zd77429540xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-AW-777867641&tid=AW-AW-777867641&tft=1776813506359&tfd=1732 — 200 — 21 B — 41 ms — h3https://www.facebook.com/tr/?id=1381466295214267&ev=PageView&dl=https%3A%2F%2Fwww.fiu.edu%2F&rl=&if=false&ts=1776813506394&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776813506387.502451656688749294&ler=empty&cdl=API_unavailable&pmd[title]=Florida%20International%20University%20in%20Miami%2C%20FL&pmd[locale]=en&pmd[description]=Florida%20International%20University%20is%20a%20top%20public%20university%20that%20drives%20talent%20and%20innovation%20in%20Miami%20and%20globally.&plt=1405.3000001907349&it=1776813506299&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=13814662952... https://www.facebook.com/tr/?id=1381466295214267&ev=PageView&dl=https%3A%2F%2Fwww.fiu.edu%2F&rl=&if=false&ts=1776813506394&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776813506387.502451656688749294&ler=empty&cdl=API_unavailable&pmd[title]=Florida%20International%20University%20in%20Miami%2C%20FL&pmd[locale]=en&pmd[description]=Florida%20International%20University%20is%20a%20top%20public%20university%20that%20drives%20talent%20and%20innovation%20in%20Miami%20and%20globally.&plt=1405.3000001907349&it=1776813506299&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=GET — 200 — 16 B — 43 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1381466295214267&ev=PageView&dl=https%3A%2F%2Fwww.fiu.edu%2F&rl=&if=false&ts=1776813506394&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776813506387.502451656688749294&ler=empty&cdl=API_unavailable&pmd[title]=Florida%20International%20University%20in%20Miami%2C%20FL&pmd[locale]=en&pmd[description]=Florida%20International%20University%20is%20a%20top%20public%20university%20that%20drives%20talent%20and%20innovation%20in%20Miami%20and%20globally.&plt=1405.3000001907349&it=1776813506299&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1381466295214267&ev=PageView&dl=https%3A%2F%2Fwww.fiu.edu%2F&rl=&if=false&ts=1776813506394&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776813506387.502451656688749294&ler=empty&cdl=API_unavailable&pmd[title]=Florida%20International%20University%20in%20Miami%2C%20FL&pmd[locale]=en&pmd[description]=Florida%20International%20University%20is%20a%20top%20public%20university%20that%20drives%20talent%20and%20innovation%20in%20Miami%20and%20globally.&plt=1405.3000001907349&it=1776813506299&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=FGET — 200 — 198 B — 493 ms — h3https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=1162066&time=1776813506163&url=https%3A%2F%2Fwww.fiu.edu%2F&tm=gtmv2&e_ipv6=AQJlyTTjcBevrQAAAZ2yVn8Q6plGbEVa905TcPz604z8k_ATtk9gUnt2Tl2pipaKPzYWCBL82t1kpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=1162066&time=1776813506163&url=https%3A%2F%2Fwww.fiu.edu%2F&tm=gtmv2&e_ipv6=AQJlyTTjcBevrQAAAZ2yVn8Q6plGbEVa905TcPz604z8k_ATtk9gUnt2Tl2pipaKPzYWCBL82t1k — 200 — 694 B — 178 ms — h2https://fiu.apparmor.com/Notifications/Feeds/Javascript/?AlertID=35fiu.apparmor.com/Notifications/Feed... https://fiu.apparmor.com/Notifications/Feeds/Javascript/?AlertID=35 — 200 — 246 B — 313 ms — h2https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=afs&tv=1234567890&st=env&sjk=YF0PkruSQv6a9i2AEzv8cw==&sde=1ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=afs&tv=1234567890&st=env&sjk=YF0PkruSQv6a9i2AEzv8cw==&sde=1 — 200 — 8.0 KiB — 60 ms — h3https://www.fiu.edu/_assets/images/favicon.icowww.fiu.edu/_assets/images/favicon.... https://www.fiu.edu/_assets/images/favicon.ico — 200 — 1.5 KiB — 107 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 75 ms — h2https://www.fiu.edu/_assets/videos/step-info-the-future-video.mp4www.fiu.edu/_assets/videos/step-inf... https://www.fiu.edu/_assets/videos/step-info-the-future-video.mp4 — 206 — 4.6 MiB — 0 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 — 81 ms — h3https://ep2.adtrafficquality.google/generate_204?Za-BPAep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?Za-BPA — 204 — 40 B — 24 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=afs_1234567890&jk=YF0PkruSQv6a9i2AEzv8cw%3D%3D&bg=!np2lnf_NAAY2C5OeFgs7AEcBe5WfOFqYkXgZLptq6CfvOZ8yPW5joHzAUk15fx7FuiK11LFHqNx567sx3eB_uEoL3e4Tmv5ZEbpg8-1Wds8ffm_8iQ_YdwIAAABRUgAAAAJoAQd-ABt9_OuV4tcMqIws7ChpCmZ925SLlfNZuGm3hgkKAViLxvN8i045OmQnkCJ6rhB7i8HJ1xN7Pzvt3wSfduWHO0A5iIVnX3Sc8zEHsjg7Heav4wFyzz0If_6aRtLbvboxvsBXDzKXxMI9an19m0O6Rh-DQt7LhOgh98R6ovp7rPyKy1dlTl7jGh_VbDZ_RINkxT2qAysH_qtCC1MuaVlfovesKLNKDM0BMc0GKmuPjK631I2L-oP8lw8S-becv1VZSd9AAX9nfJb9rBeFnomImUa6eIBalqm7fAYkaakZvSOb3B8TeqJrP1q4vuUevmJoL7Y-HqBYWSkqmtshIgzJ2WbUG4-J2lduKR9jXBTvyK2Oe2Z0olwKbuM_tUxwpl7FuX6Wqo5yymSBP81HzIp3qY4Axyjnruf1dkHttdAXh-IT8szEYwkQz-7loIkt_mooE1JabpABnSKUyjFQARhsy66NCJ2DQffTIlf-Vnjr0653Qv7enBO0k5kB-bosERsfgb3fIikMeTsu7pF39Ang-hWKCNjFSqy1Sdr7zQZ7mP3diH0dnzGq20zxOwOFwSYVk9fgen4BpfWsVfYPqqprryLU61N46SgC_VbGUpxJTLD4mGmb9G1OI7nVMAoVn_nDFnEnrY_o40B1B-6Dske3dV2CZgf5MqDYBGi6i3H3u8VaHWec8AWaMm4IHGaEaovZO5ZkNEW40wnwpGMt22WVRE-w-VYOe4tVR4pqM6slZNrWz_zBJlej77ZG2xi2WtGWzx8snFWTRjjdMS9q7tvOybZqKqqT51OKlNWQaNA1C7eF_wWuJ-dlQ3qgn12yiiwQjYIc1KFS07KFcCcKjlzYQJEYqraOwElEuTLWRzE53Q8Ek8OmOy1wXq_e1PZuWO_bazCydPMf4GKEOyC6jfUyFK-20uBvzhwJkpwYtt7uqbazfftyHwvrtx9KZOiKVt-9Lzrbuv4oVscXyMgzfpRzrhd7guZ3-GzJksFSG8VqtkRBsY_NSG3hPfEpq1mdiKKo-UocfkxCeqmwaiuCEgoKRACGaWLXF6uVVTaZQ8_EABOaZZYmr5aQt87_yDQeSG3uenJ5Qay5Mg2FntZz1qqaRstDOH_n2Hj4oLtMtM93p28MIyLJ8fd6VA3_k2kTEI_uxiClGQn4rKJbZVUVRlP_bBY4DOQep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=afs_1234567890&jk=YF0PkruSQv6a9i2AEzv8cw%3D%3D&bg=!np2lnf_NAAY2C5OeFgs7AEcBe5WfOFqYkXgZLptq6CfvOZ8yPW5joHzAUk15fx7FuiK11LFHqNx567sx3eB_uEoL3e4Tmv5ZEbpg8-1Wds8ffm_8iQ_YdwIAAABRUgAAAAJoAQd-ABt9_OuV4tcMqIws7ChpCmZ925SLlfNZuGm3hgkKAViLxvN8i045OmQnkCJ6rhB7i8HJ1xN7Pzvt3wSfduWHO0A5iIVnX3Sc8zEHsjg7Heav4wFyzz0If_6aRtLbvboxvsBXDzKXxMI9an19m0O6Rh-DQt7LhOgh98R6ovp7rPyKy1dlTl7jGh_VbDZ_RINkxT2qAysH_qtCC1MuaVlfovesKLNKDM0BMc0GKmuPjK631I2L-oP8lw8S-becv1VZSd9AAX9nfJb9rBeFnomImUa6eIBalqm7fAYkaakZvSOb3B8TeqJrP1q4vuUevmJoL7Y-HqBYWSkqmtshIgzJ2WbUG4-J2lduKR9jXBTvyK2Oe2Z0olwKbuM_tUxwpl7FuX6Wqo5yymSBP81HzIp3qY4Axyjnruf1dkHttdAXh-IT8szEYwkQz-7loIkt_mooE1JabpABnSKUyjFQARhsy66NCJ2DQffTIlf-Vnjr0653Qv7enBO0k5kB-bosERsfgb3fIikMeTsu7pF39Ang-hWKCNjFSqy1Sdr7zQZ7mP3diH0dnzGq20zxOwOFwSYVk9fgen4BpfWsVfYPqqprryLU61N46SgC_VbGUpxJTLD4mGmb9G1OI7nVMAoVn_nDFnEnrY_o40B1B-6Dske3dV2CZgf5MqDYBGi6i3H3u8VaHWec8AWaMm4IHGaEaovZO5ZkNEW40wnwpGMt22WVRE-w-VYOe4tVR4pqM6slZNrWz_zBJlej77ZG2xi2WtGWzx8snFWTRjjdMS9q7tvOybZqKqqT51OKlNWQaNA1C7eF_wWuJ-dlQ3qgn12yiiwQjYIc1KFS07KFcCcKjlzYQJEYqraOwElEuTLWRzE53Q8Ek8OmOy1wXq_e1PZuWO_bazCydPMf4GKEOyC6jfUyFK-20uBvzhwJkpwYtt7uqbazfftyHwvrtx9KZOiKVt-9Lzrbuv4oVscXyMgzfpRzrhd7guZ3-GzJksFSG8VqtkRBsY_NSG3hPfEpq1mdiKKo-UocfkxCeqmwaiuCEgoKRACGaWLXF6uVVTaZQ8_EABOaZZYmr5aQt87_yDQeSG3uenJ5Qay5Mg2FntZz1qqaRstDOH_n2Hj4oLtMtM93p28MIyLJ8fd6VA3_k2kTEI_uxiClGQn4rKJbZVUVRlP_bBY4DOQ — 204 — 17 B — 47 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 268ms · 163KB · €3/mo
Unattributable
Other
Optional
Execution 120ms
Transfer 0 KB
Monthly Cost €1/mo
www.fiu.edu
Other
Optional
Execution 82ms
Transfer 13 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 66ms
Transfer 151 KB
Unused 42%
Monthly Cost €1/mo

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

How third-party costs are calculated

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

Send Feedback