Skip to content
https://lsu.edu

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
77
GRADE
C
FIX
3
REVIEW
4
PASS
8
INFO
2

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

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

5.81 s

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

10.04 s

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

1.35 s

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

0.109

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

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

20.92 s

Page Load Progression

571 ms
1.1 s
1.7 s
2.3 s
2.9 s
3.4 s
4.0 s
4.6 s
Checks
17
8 PASS 4 REVIEW 3 FIX
F
Page Weight Budget
Action
23.1 MB transferred, 116 requests
FIX
23.1 MB transferred, 116 requests
Critical::
Page weighs 25.0 MB (23.1 MB transferred)
Warning::
Images are 3.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 3.1 MB
Warning::
JavaScript is 751 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 751 KB
Info::
Fonts are 335 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 335 KB
Info::
CSS is 286 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 286 KB
Warning::
116 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 4.8 g CO2 per page load
23.1 MB / 2.4 MB budget
23.1 MB transferred
116 requests
4.8 g CO2 per page load
Other 12.0 MiB 52%
Other 6.6 MiB 29%
Images 3.1 MiB 14%
JavaScript 751.1 KiB 3%
Fonts 335.0 KiB 1%
CSS 285.7 KiB 1%
HTML 74.8 KiB 0%
Other 8.0 KiB 0%
Other 3.8 KiB 0%
Other 543 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

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

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
JS Execution Cost
Action
7842ms total JS execution
FIX
7842ms total JS execution
Warning::
Unattributable: 2186ms CPU time
Warning::
https://lsu.edu/: 1888ms CPU time
Warning::
https://kit.fontawesome.com/6b94619235.js: 1669ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-LKQW...: 565ms CPU time
Warning::
https://script.crazyegg.com/pages/versioned/common...: 365ms CPU time
Warning::
Third-party scripts: 5701ms (73% of total)

Main Thread Breakdown

Script Evaluation 43% Other 38% Style & Layout 10% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
Unattributable2186ms20ms0ms3rd
https://lsu.edu/1888ms39ms5ms1st
https://kit.fontawesome.com/6b94619235.js1669ms1599ms3ms3rd
https://www.googletagmanager.com/gtag/js?id=G-LKQWZFFFYP&cx=c&gtm=4e64k0h2565ms472ms82ms3rd
https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js365ms309ms36ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-5FR2GLX341ms270ms65ms3rd
https://lsu.edu/_resources/js/jquery.js253ms187ms44ms1st
https://cdn.bc0a.com/autopilot/f00000000290274/autopilot_sdk.js175ms158ms12ms3rd
https://platform-api.sharethis.com/js/sharethis.js123ms86ms31ms3rd
https://siteimproveanalytics.com/js/siteanalyze_66356275.js87ms65ms9ms3rd

Showing top 10 of 13 scripts

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

No Cache-Control header

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

B
Image Optimization
36 images, 0 KB saveable
REVIEW
36 images, 0 KB saveable
Warning::
https://lsu.edu/_resources_fierce/svgs/lsu-logo.sv... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
36 images 3.1 MB
0 oversized -0 KB
16 legacy format
1 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

C
JS Bundles
Action
25 scripts, 267 KB unused
REVIEW
25 scripts, 267 KB unused
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-5FR...: 71 KB unused (46%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-LKQW...: 61 KB unused (35%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://lsu.edu/_resources/js/jquery.js: 41 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://lsu.edu/_resources_fierce/js/slick.min.js: 39 KB unused (94%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://script.crazyegg.com/pages/versioned/common...: 28 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 267 KB
267 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtm.js?id=GTM-5FR2GLX156 KB71 KB (46%)3rd
https://www.googletagmanager.com/gtag/js?id=G-LKQWZFFFYP&cx=c&gtm=4e64k0h2174 KB61 KB (35%)3rd
https://lsu.edu/_resources/js/jquery.js86 KB41 KB (49%)1st
https://lsu.edu/_resources_fierce/js/slick.min.js42 KB39 KB (94%)1st
https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js55 KB28 KB (51%)3rd
https://platform-api.sharethis.com/js/sharethis.js47 KB26 KB (56%)3rd
https://kit.fontawesome.com/6b94619235.js6 KB3rd
https://www.youtube.com/iframe_api4 KB3rd
https://lsu.edu/_resources_fierce/js/jquery.jfeed.js4 KB1st
https://siteimproveanalytics.com/js/siteanalyze_66356275.js14 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

C
Page Weight Inventory
Action
116 resources · 23.1 MB · 267 KB savings available
REVIEW
116 resources · 23.1 MB · 267 KB savings available
Warning::
Page weight 22.1 MB over 1MB target
Got: 23.1 MB Expected: ≤ 1 MB
Info::
~267 KB of savings available
Info::
83 third-party resources (16% of weight)
Info::
8 resources over 200KB
116 resources · 23.1 MiB · 83 third-party 22.1 MiB over 1MB target
Media 52% · 12.0 MiB
Other 28% · 6.5 MiB
Image 14% · 3.1 MiB
JavaScript 3% · 751.1 KiB
CSS 2% · 379.6 KiB
Font 1% · 335.0 KiB
Document 0% · 76.5 KiB

~267.0 KiB of savings available

Remove unused JavaScript: 267.0 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
16% third-party, 0 ms blocking
PASS
16% third-party, 0 ms blocking
Info::
Third-party code accounts for 16% of page weight (3.6 MiB of 23.1 MiB)
Info::
Third-party blocking time is low (0 ms)
84%
16%
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
12 fonts (335 KB)
PASS
12 fonts (335 KB)
Info::
12 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

12

335 KB total

Render-blocking

0

of 12

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 5.8 s LCP 10.0 shttps://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 — 113 ms — font-display: swaphttps://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-12.woff2pro-fa-solid-900-12.woff2 https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-12.woff2 — 16.2 KiB — 22 ms — font-display: swaphttps://use.typekit.net/af/26f7ec/00000000000000007735e605/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3l https://use.typekit.net/af/26f7ec/00000000000000007735e605/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3 — 30.3 KiB — 45 ms — font-display: swaphttps://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-1.woff2pro-fa-solid-900-1.woff2 https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-1.woff2 — 13.8 KiB — 23 ms — font-display: swaphttps://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 — 41 ms — font-display: swaphttps://use.typekit.net/af/e37e5a/00000000000000007735e60d/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3l https://use.typekit.net/af/e37e5a/00000000000000007735e60d/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3 — 29.7 KiB — 500 ms — font-display: swaphttps://use.typekit.net/af/a448ca/00000000000000007735c67f/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3l https://use.typekit.net/af/a448ca/00000000000000007735c67f/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3 — 21.5 KiB — 46 ms — font-display: swaphttps://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-brands-400-0.woff2pro-fa-brands-400-0.woff2 https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-brands-400-0.woff2 — 36.9 KiB — 28 ms — font-display: swaphttps://use.typekit.net/af/846224/00000000000000007735e602/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3l https://use.typekit.net/af/846224/00000000000000007735e602/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3 — 30.1 KiB — 25 ms — font-display: swaphttps://use.typekit.net/af/bbb456/000000000000000077359de1/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3l https://use.typekit.net/af/bbb456/000000000000000077359de1/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3 — 26.0 KiB — 30 ms — font-display: swaphttps://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-brands-400-1.woff2pro-fa-brands-400-1.woff2 https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-brands-400-1.woff2 — 39.5 KiB — 29 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 — 16 ms — font-display: swap
l woff2 swap
Size 31 KB
Load time 113 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
pro-fa-solid-900-12.woff2 woff2 swap
Size 16 KB
Load time 22 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 30 KB
Load time 45 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
pro-fa-solid-900-1.woff2 woff2 swap
Size 14 KB
Load time 23 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 30 KB
Load time 41 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 30 KB
Load time 500 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 22 KB
Load time 46 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
pro-fa-brands-400-0.woff2 woff2 swap
Size 37 KB
Load time 28 ms
Start 2.8 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 30 KB
Load time 25 ms
Start 2.8 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 26 KB
Load time 30 ms
Start 2.8 s
Risk FOUT — text flashes from fallback to web font
pro-fa-brands-400-1.woff2 woff2 swap
Size 40 KB
Load time 29 ms
Start 2.8 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 31 KB
Load time 16 ms
Start 4.2 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
116 requests over 6666ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 5.8 s LCP 10.0 shttps://lsu.edu// https://lsu.edu/ — 200 — 73.3 KiB — 1.3 s — http/1.1https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.cssstackpath.bootstrapcdn.com/bootstra... https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css — 200 — 24.4 KiB — 22 ms — h3https://kit.fontawesome.com/6b94619235.jskit.fontawesome.com/6b94619235.js https://kit.fontawesome.com/6b94619235.js — 200 — 5.7 KiB — 30 ms — h2https://use.typekit.net/nni7rmd.cssuse.typekit.net/nni7rmd.css https://use.typekit.net/nni7rmd.css — 200 — 1.4 KiB — 44 ms — h2https://lsu.edu/_resources_fierce/css/styles.css?v=6.6/_resources_fierce/css/styles.css?v... https://lsu.edu/_resources_fierce/css/styles.css?v=6.6 — 200 — 167.1 KiB — 902 ms — http/1.1https://lsu.edu/_resources_fierce/css/animate.css/_resources_fierce/css/animate.css https://lsu.edu/_resources_fierce/css/animate.css — 200 — 76.4 KiB — 423 ms — http/1.1https://lsu.edu/_resources_fierce/css/totopstyle.css/_resources_fierce/css/totopstyle.c... https://lsu.edu/_resources_fierce/css/totopstyle.css — 200 — 2.5 KiB — 641 ms — http/1.1https://lsu.edu/_resources_fierce/css/slick.css/_resources_fierce/css/slick.css https://lsu.edu/_resources_fierce/css/slick.css — 200 — 2.1 KiB — 858 ms — http/1.1https://lsu.edu/_resources_fierce/css/slick-theme.css/_resources_fierce/css/slick-theme.... https://lsu.edu/_resources_fierce/css/slick-theme.css — 200 — 3.4 KiB — 871 ms — http/1.1https://lsu.edu/_resources_fierce/css/eoc_feed.css/_resources_fierce/css/eoc_feed.css https://lsu.edu/_resources_fierce/css/eoc_feed.css — 200 — 1.5 KiB — 879 ms — http/1.1https://lsu.edu/_resources_fierce/css/oustyles.css/_resources_fierce/css/oustyles.css https://lsu.edu/_resources_fierce/css/oustyles.css — 200 — 3.6 KiB — 904 ms — http/1.1https://lsu.edu/_resources/js/jquery.js/_resources/js/jquery.js https://lsu.edu/_resources/js/jquery.js — 200 — 85.8 KiB — 1.4 s — http/1.1https://cdn.bc0a.com/autopilot/f00000000290274/autopilot_sdk.jscdn.bc0a.com/autopilot/f00000000290... https://cdn.bc0a.com/autopilot/f00000000290274/autopilot_sdk.js — 200 — 27.2 KiB — 25 ms — h2https://use.typekit.net/sou1ilv.cssuse.typekit.net/sou1ilv.css https://use.typekit.net/sou1ilv.css — 200 — 840 B — 323 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/css/pro.min.css?token=6b94619235ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro.min.css?token=6b94619235 — 200 — 80.7 KiB — 27 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-shims.min.css?token=6b94619235ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-shims.min.css?token=6b94619235 — 200 — 4.2 KiB — 18 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v5-font-face.min.css?token=6b94619235ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v5-font-face.min.css?token=6b94619235 — 200 — 7.1 KiB — 24 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-font-face.min.css?token=6b94619235ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-font-face.min.css?token=6b94619235 — 200 — 1.8 KiB — 24 ms — h2https://kit.fontawesome.com/6b94619235/103622710/kit-upload.csskit.fontawesome.com/6b94619235/1036... https://kit.fontawesome.com/6b94619235/103622710/kit-upload.css — 200 — 137 B — 14 ms — h2https://p.typekit.net/p.css?s=1&k=nni7rmd&ht=tk&f=137.138.139.140.173.174.175.176.25136.25137.45225.45227.45229.45231.45233&a=239353892&app=typekit&e=cssp.typekit.net/p.css?s=1&k=nni7rmd&h... https://p.typekit.net/p.css?s=1&k=nni7rmd&ht=tk&f=137.138.139.140.173.174.175.176.25136.25137.45225.45227.45229.45231.45233&a=239353892&app=typekit&e=css — 200 — 172 B — 49 ms — h2https://lsu.edu/images/2024/lsu2401-david-vinyard-students-discussing-research-in-lab.jpg/images/2024/lsu2401-david-vinyard-... https://lsu.edu/images/2024/lsu2401-david-vinyard-students-discussing-research-in-lab.jpg — -1 — 0 B — 1.5 s — https://lsu.edu/images/2024/lsu3294-graduate-student-takes-measurements-on-ms-river-model.jpg/images/2024/lsu3294-graduate-stude... https://lsu.edu/images/2024/lsu3294-graduate-student-takes-measurements-on-ms-river-model.jpg — -1 — 0 B — 1.5 s — https://lsu.edu/images/2021/support_1_d2.png/images/2021/support_1_d2.png https://lsu.edu/images/2021/support_1_d2.png — -1 — 0 B — 1.5 s — https://lsu.edu/images/2021/covid-roadmap-icon.png/images/2021/covid-roadmap-icon.png https://lsu.edu/images/2021/covid-roadmap-icon.png — -1 — 0 B — 1.5 s — https://lsu.edu/images/2021/together_1_d2.png/images/2021/together_1_d2.png https://lsu.edu/images/2021/together_1_d2.png — -1 — 0 B — 1.5 s — https://lsu.edu/_resources_fierce/svgs/lsu-logo.svg/_resources_fierce/svgs/lsu-logo.sv... https://lsu.edu/_resources_fierce/svgs/lsu-logo.svg — 200 — 1.1 KiB — 218 ms — http/1.1https://lsu.edu/images/coates1-sq.jpg/images/coates1-sq.jpg https://lsu.edu/images/coates1-sq.jpg — 200 — 94.6 KiB — 658 ms — http/1.1https://use.typekit.net/wzt3dxe.cssuse.typekit.net/wzt3dxe.css https://use.typekit.net/wzt3dxe.css — 200 — 1.9 KiB — 330 ms — h2https://lsu.edu/_resources/images/undergraduate-sq-lsu0459.jpg/_resources/images/undergraduate-sq... https://lsu.edu/_resources/images/undergraduate-sq-lsu0459.jpg — 200 — 38.8 KiB — 220 ms — http/1.1https://p.typekit.net/p.css?s=1&k=wzt3dxe&ht=tk&f=137.139.169.171.173.175.5474.25136.9882.9884.9886.9888.9890.9892.9894.9896.45219.45221.45223.45225.45227.45229.45231.45233.45235.49977.53896&a=170037215&app=typekit&e=cssp.typekit.net/p.css?s=1&k=wzt3dxe&h... https://p.typekit.net/p.css?s=1&k=wzt3dxe&ht=tk&f=137.139.169.171.173.175.5474.25136.9882.9884.9886.9888.9890.9892.9894.9896.45219.45221.45223.45225.45227.45229.45231.45233.45235.49977.53896&a=170037215&app=typekit&e=css — 200 — 172 B — 4 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 5.8 s LCP 10.0 shttps://lsu.edu// https://lsu.edu/ — 200 — 73.3 KiB — 1.3 s — http/1.1https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.cssstackpath.bootstrapcdn.com/bootstra... https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css — 200 — 24.4 KiB — 22 ms — h3https://kit.fontawesome.com/6b94619235.jskit.fontawesome.com/6b94619235.js https://kit.fontawesome.com/6b94619235.js — 200 — 5.7 KiB — 30 ms — h2https://use.typekit.net/nni7rmd.cssuse.typekit.net/nni7rmd.css https://use.typekit.net/nni7rmd.css — 200 — 1.4 KiB — 44 ms — h2https://lsu.edu/_resources_fierce/css/styles.css?v=6.6/_resources_fierce/css/styles.css?v... https://lsu.edu/_resources_fierce/css/styles.css?v=6.6 — 200 — 167.1 KiB — 902 ms — http/1.1https://lsu.edu/_resources_fierce/css/animate.css/_resources_fierce/css/animate.css https://lsu.edu/_resources_fierce/css/animate.css — 200 — 76.4 KiB — 423 ms — http/1.1https://lsu.edu/_resources_fierce/css/totopstyle.css/_resources_fierce/css/totopstyle.c... https://lsu.edu/_resources_fierce/css/totopstyle.css — 200 — 2.5 KiB — 641 ms — http/1.1https://lsu.edu/_resources_fierce/css/slick.css/_resources_fierce/css/slick.css https://lsu.edu/_resources_fierce/css/slick.css — 200 — 2.1 KiB — 858 ms — http/1.1https://lsu.edu/_resources_fierce/css/slick-theme.css/_resources_fierce/css/slick-theme.... https://lsu.edu/_resources_fierce/css/slick-theme.css — 200 — 3.4 KiB — 871 ms — http/1.1https://lsu.edu/_resources_fierce/css/eoc_feed.css/_resources_fierce/css/eoc_feed.css https://lsu.edu/_resources_fierce/css/eoc_feed.css — 200 — 1.5 KiB — 879 ms — http/1.1https://lsu.edu/_resources_fierce/css/oustyles.css/_resources_fierce/css/oustyles.css https://lsu.edu/_resources_fierce/css/oustyles.css — 200 — 3.6 KiB — 904 ms — http/1.1https://lsu.edu/_resources/js/jquery.js/_resources/js/jquery.js https://lsu.edu/_resources/js/jquery.js — 200 — 85.8 KiB — 1.4 s — http/1.1https://cdn.bc0a.com/autopilot/f00000000290274/autopilot_sdk.jscdn.bc0a.com/autopilot/f00000000290... https://cdn.bc0a.com/autopilot/f00000000290274/autopilot_sdk.js — 200 — 27.2 KiB — 25 ms — h2https://use.typekit.net/sou1ilv.cssuse.typekit.net/sou1ilv.css https://use.typekit.net/sou1ilv.css — 200 — 840 B — 323 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/css/pro.min.css?token=6b94619235ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro.min.css?token=6b94619235 — 200 — 80.7 KiB — 27 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-shims.min.css?token=6b94619235ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-shims.min.css?token=6b94619235 — 200 — 4.2 KiB — 18 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v5-font-face.min.css?token=6b94619235ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v5-font-face.min.css?token=6b94619235 — 200 — 7.1 KiB — 24 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-font-face.min.css?token=6b94619235ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-font-face.min.css?token=6b94619235 — 200 — 1.8 KiB — 24 ms — h2https://kit.fontawesome.com/6b94619235/103622710/kit-upload.csskit.fontawesome.com/6b94619235/1036... https://kit.fontawesome.com/6b94619235/103622710/kit-upload.css — 200 — 137 B — 14 ms — h2https://p.typekit.net/p.css?s=1&k=nni7rmd&ht=tk&f=137.138.139.140.173.174.175.176.25136.25137.45225.45227.45229.45231.45233&a=239353892&app=typekit&e=cssp.typekit.net/p.css?s=1&k=nni7rmd&h... https://p.typekit.net/p.css?s=1&k=nni7rmd&ht=tk&f=137.138.139.140.173.174.175.176.25136.25137.45225.45227.45229.45231.45233&a=239353892&app=typekit&e=css — 200 — 172 B — 49 ms — h2https://lsu.edu/images/2024/lsu2401-david-vinyard-students-discussing-research-in-lab.jpg/images/2024/lsu2401-david-vinyard-... https://lsu.edu/images/2024/lsu2401-david-vinyard-students-discussing-research-in-lab.jpg — -1 — 0 B — 1.5 s — https://lsu.edu/images/2024/lsu3294-graduate-student-takes-measurements-on-ms-river-model.jpg/images/2024/lsu3294-graduate-stude... https://lsu.edu/images/2024/lsu3294-graduate-student-takes-measurements-on-ms-river-model.jpg — -1 — 0 B — 1.5 s — https://lsu.edu/images/2021/support_1_d2.png/images/2021/support_1_d2.png https://lsu.edu/images/2021/support_1_d2.png — -1 — 0 B — 1.5 s — https://lsu.edu/images/2021/covid-roadmap-icon.png/images/2021/covid-roadmap-icon.png https://lsu.edu/images/2021/covid-roadmap-icon.png — -1 — 0 B — 1.5 s — https://lsu.edu/images/2021/together_1_d2.png/images/2021/together_1_d2.png https://lsu.edu/images/2021/together_1_d2.png — -1 — 0 B — 1.5 s — https://lsu.edu/_resources_fierce/svgs/lsu-logo.svg/_resources_fierce/svgs/lsu-logo.sv... https://lsu.edu/_resources_fierce/svgs/lsu-logo.svg — 200 — 1.1 KiB — 218 ms — http/1.1https://lsu.edu/images/coates1-sq.jpg/images/coates1-sq.jpg https://lsu.edu/images/coates1-sq.jpg — 200 — 94.6 KiB — 658 ms — http/1.1https://use.typekit.net/wzt3dxe.cssuse.typekit.net/wzt3dxe.css https://use.typekit.net/wzt3dxe.css — 200 — 1.9 KiB — 330 ms — h2https://lsu.edu/_resources/images/undergraduate-sq-lsu0459.jpg/_resources/images/undergraduate-sq... https://lsu.edu/_resources/images/undergraduate-sq-lsu0459.jpg — 200 — 38.8 KiB — 220 ms — http/1.1https://p.typekit.net/p.css?s=1&k=wzt3dxe&ht=tk&f=137.139.169.171.173.175.5474.25136.9882.9884.9886.9888.9890.9892.9894.9896.45219.45221.45223.45225.45227.45229.45231.45233.45235.49977.53896&a=170037215&app=typekit&e=cssp.typekit.net/p.css?s=1&k=wzt3dxe&h... https://p.typekit.net/p.css?s=1&k=wzt3dxe&ht=tk&f=137.139.169.171.173.175.5474.25136.9882.9884.9886.9888.9890.9892.9894.9896.45219.45221.45223.45225.45227.45229.45231.45233.45235.49977.53896&a=170037215&app=typekit&e=css — 200 — 172 B — 4 ms — h2https://lsu.edu/images/online-education.jpg/images/online-education.jpg https://lsu.edu/images/online-education.jpg — 200 — 352 B — 293 ms — http/1.1https://ixfd2-api.bc0a.com/api/ixf/1.0.0/get_capsule/f00000000290274/01342922456?client=js_sdk&client_version=1.5.14ixfd2-api.bc0a.com/api/ixf/1.0.0/ge... https://ixfd2-api.bc0a.com/api/ixf/1.0.0/get_capsule/f00000000290274/01342922456?client=js_sdk&client_version=1.5.14 — 200 — 1.2 KiB — 395 ms — h2https://p.typekit.net/p.css?s=1&k=sou1ilv&ht=tk&f=9896&a=59269458&app=typekit&e=cssp.typekit.net/p.css?s=1&k=sou1ilv&h... https://p.typekit.net/p.css?s=1&k=sou1ilv&ht=tk&f=9896&a=59269458&app=typekit&e=css — 200 — 172 B — 4 ms — h2https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.jscdnjs.cloudflare.com/ajax/libs/popp... https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js — 200 — 7.1 KiB — 24 ms — h3https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.jsstackpath.bootstrapcdn.com/bootstra... https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js — 200 — 16.1 KiB — 16 ms — h3https://lsu.edu/_resources_fierce/js/lsu.js?v=3.9/_resources_fierce/js/lsu.js?v=3.9 https://lsu.edu/_resources_fierce/js/lsu.js?v=3.9 — 200 — 15.2 KiB — 248 ms — http/1.1https://lsu.edu/_resources_fierce/js/slick.min.js/_resources_fierce/js/slick.min.js https://lsu.edu/_resources_fierce/js/slick.min.js — 200 — 42.2 KiB — 464 ms — http/1.1https://lsu.edu/_resources_fierce/js/polyfill.js/_resources_fierce/js/polyfill.js https://lsu.edu/_resources_fierce/js/polyfill.js — 200 — 14.9 KiB — 248 ms — http/1.1https://lsu.edu/_resources_fierce/js/jquery.jfeed.js/_resources_fierce/js/jquery.jfeed.... https://lsu.edu/_resources_fierce/js/jquery.jfeed.js — 200 — 4.0 KiB — 229 ms — http/1.1https://platform-api.sharethis.com/js/sharethis.jsplatform-api.sharethis.com/js/share... https://platform-api.sharethis.com/js/sharethis.js — 200 — 46.9 KiB — 23 ms — h2https://calendar.lsu.edu/widget/view?schools=lsu&types=132837&days=31&num=5&container=localist-widget-94794086&template=lsu-cardcalendar.lsu.edu/widget/view?school... https://calendar.lsu.edu/widget/view?schools=lsu&types=132837&days=31&num=5&container=localist-widget-94794086&template=lsu-card — 200 — 29.5 KiB — 1.6 s — h2https://marvel-b1-cdn.bc0a.com/f00000000290274/lsu.edu/images/coates1-sq.jpgmarvel-b1-cdn.bc0a.com/f00000000290... https://marvel-b1-cdn.bc0a.com/f00000000290274/lsu.edu/images/coates1-sq.jpg — 200 — 70.6 KiB — 62 ms — h2https://marvel-b1-cdn.bc0a.com/f00000000290274/lsu.edu/_resources/images/undergraduate-sq-lsu0459.jpgmarvel-b1-cdn.bc0a.com/f00000000290... https://marvel-b1-cdn.bc0a.com/f00000000290274/lsu.edu/_resources/images/undergraduate-sq-lsu0459.jpg — 200 — 24.6 KiB — 47 ms — h2https://marvel-b1-cdn.bc0a.com/f00000000290274/lsu.edu/images/online-education.jpgmarvel-b1-cdn.bc0a.com/f00000000290... https://marvel-b1-cdn.bc0a.com/f00000000290274/lsu.edu/images/online-education.jpg — 200 — 37.8 KiB — 80 ms — h2https://marvel-b1-cdn.bc0a.com/f00000000290274/lsu.edu/blog/images/2025/11/soc-still.jpgmarvel-b1-cdn.bc0a.com/f00000000290... https://marvel-b1-cdn.bc0a.com/f00000000290274/lsu.edu/blog/images/2025/11/soc-still.jpg — 200 — 111.1 KiB — 44 ms — h2https://lsu.edu/_resources_fierce/js/rss_consumer.js/_resources_fierce/js/rss_consumer.... https://lsu.edu/_resources_fierce/js/rss_consumer.js — 200 — 1.7 KiB — 219 ms — http/1.1https://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 — 113 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-12.woff2ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-12.woff2 — 200 — 16.2 KiB — 22 ms — h2https://use.typekit.net/af/26f7ec/00000000000000007735e605/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3use.typekit.net/af/26f7ec/000000000... https://use.typekit.net/af/26f7ec/00000000000000007735e605/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3 — 200 — 30.3 KiB — 45 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-1.woff2ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-solid-900-1.woff2 — 200 — 13.8 KiB — 23 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 — 41 ms — h2https://use.typekit.net/af/e37e5a/00000000000000007735e60d/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3use.typekit.net/af/e37e5a/000000000... https://use.typekit.net/af/e37e5a/00000000000000007735e60d/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3 — 200 — 29.7 KiB — 500 ms — h2https://use.typekit.net/af/a448ca/00000000000000007735c67f/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3use.typekit.net/af/a448ca/000000000... https://use.typekit.net/af/a448ca/00000000000000007735c67f/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3 — 200 — 21.5 KiB — 46 ms — h2https://marvel-b1-cdn.bc0a.com/f00000000290274/lsu.edu/images/2024/lsu2401-david-vinyard-students-discussing-research-in-lab.jpgmarvel-b1-cdn.bc0a.com/f00000000290... https://marvel-b1-cdn.bc0a.com/f00000000290274/lsu.edu/images/2024/lsu2401-david-vinyard-students-discussing-research-in-lab.jpg — 200 — 135.7 KiB — 58 ms — h2https://marvel-b1-cdn.bc0a.com/f00000000290274/lsu.edu/images/2024/lsu3294-graduate-student-takes-measurements-on-ms-river-model.jpgmarvel-b1-cdn.bc0a.com/f00000000290... https://marvel-b1-cdn.bc0a.com/f00000000290274/lsu.edu/images/2024/lsu3294-graduate-student-takes-measurements-on-ms-river-model.jpg — 200 — 224.7 KiB — 113 ms — h2https://marvel-b1-cdn.bc0a.com/f00000000290274/lsu.edu/images/2021/support_1_d2.pngmarvel-b1-cdn.bc0a.com/f00000000290... https://marvel-b1-cdn.bc0a.com/f00000000290274/lsu.edu/images/2021/support_1_d2.png — 200 — 17.8 KiB — 54 ms — h2https://marvel-b1-cdn.bc0a.com/f00000000290274/lsu.edu/images/2021/covid-roadmap-icon.pngmarvel-b1-cdn.bc0a.com/f00000000290... https://marvel-b1-cdn.bc0a.com/f00000000290274/lsu.edu/images/2021/covid-roadmap-icon.png — 200 — 17.0 KiB — 58 ms — h2https://marvel-b1-cdn.bc0a.com/f00000000290274/lsu.edu/images/2021/together_1_d2.pngmarvel-b1-cdn.bc0a.com/f00000000290... https://marvel-b1-cdn.bc0a.com/f00000000290274/lsu.edu/images/2021/together_1_d2.png — 200 — 17.0 KiB — 55 ms — h2https://marvel-b1-cdn.bc0a.com/f00000000290274/lsu.edu/images/2024/lsu4078-welcome-week-convocation.jpgmarvel-b1-cdn.bc0a.com/f00000000290... https://marvel-b1-cdn.bc0a.com/f00000000290274/lsu.edu/images/2024/lsu4078-welcome-week-convocation.jpg — 200 — 610.0 KiB — 121 ms — h2https://marvel-b1-cdn.bc0a.com/f00000000290274/lsu.edu/_resources_fierce/img/double-breaker/texture/light-grey.jpegmarvel-b1-cdn.bc0a.com/f00000000290... https://marvel-b1-cdn.bc0a.com/f00000000290274/lsu.edu/_resources_fierce/img/double-breaker/texture/light-grey.jpeg — 200 — 61.4 KiB — 124 ms — h2https://lsu.edu/_resources_fierce/img/cd-top-arrow.png/_resources_fierce/img/cd-top-arrow... https://lsu.edu/_resources_fierce/img/cd-top-arrow.png — 200 — 518 B — 222 ms — http/1.1https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-brands-400-0.woff2ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-brands-400-0.woff2 — 200 — 36.9 KiB — 28 ms — h2https://use.typekit.net/af/846224/00000000000000007735e602/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3use.typekit.net/af/846224/000000000... https://use.typekit.net/af/846224/00000000000000007735e602/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3 — 200 — 30.1 KiB — 25 ms — h2https://use.typekit.net/af/bbb456/000000000000000077359de1/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3use.typekit.net/af/bbb456/000000000... https://use.typekit.net/af/bbb456/000000000000000077359de1/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3 — 200 — 26.0 KiB — 30 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-brands-400-1.woff2ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-brands-400-1.woff2 — 200 — 39.5 KiB — 29 ms — h2https://lsu.edu/_resources_fierce/svgs/mobile_arrow_right.svg/_resources_fierce/svgs/mobile_arro... https://lsu.edu/_resources_fierce/svgs/mobile_arrow_right.svg — 200 — 553 B — 246 ms — http/1.1https://lsu.edu/_resources_fierce/svgs/mobile_arrow_left.svg/_resources_fierce/svgs/mobile_arro... https://lsu.edu/_resources_fierce/svgs/mobile_arrow_left.svg — 200 — 557 B — 237 ms — http/1.1https://lsu.edu/winning-teams/images/lsu-wbttw-hero-2025.mp4/winning-teams/images/lsu-wbttw-her... https://lsu.edu/winning-teams/images/lsu-wbttw-hero-2025.mp4 — 206 — 12.0 MiB — 3.3 s — http/1.1https://lsu.edu/_resources_fierce/img/double-breaker/texture/light-grey.jpeg/_resources_fierce/img/double-break... https://lsu.edu/_resources_fierce/img/double-breaker/texture/light-grey.jpeg — 200 — 244.4 KiB — 1.2 s — http/1.1https://lsu.edu/_resources_fierce/img/double_breaker_texture.png/_resources_fierce/img/double_break... https://lsu.edu/_resources_fierce/img/double_breaker_texture.png — 200 — 194.7 KiB — 697 ms — http/1.1https://lsu.edu/_resources_fierce/svgs/icon_info.svg/_resources_fierce/svgs/icon_info.s... https://lsu.edu/_resources_fierce/svgs/icon_info.svg — 200 — 806 B — 255 ms — http/1.1https://www.googletagmanager.com/gtm.js?id=GTM-5FR2GLXwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-5FR2GLX — 200 — 156.5 KiB — 48 ms — h2https://buttons-config.sharethis.com/js/5b0d65b460e2e90011e287db.jsbuttons-config.sharethis.com/js/5b0... https://buttons-config.sharethis.com/js/5b0d65b460e2e90011e287db.js — 200 — 919 B — 28 ms — h2https://l.sharethis.com/pview?event=pview&hostname=lsu.edu&location=%2F&product=sop&url=https%3A%2F%2Flsu.edu%2F&source=sharethis.js&fcmp=false&fcmpv2=false&has_segmentio=false&title=Welcome%20to%20LSU%2C%20a%20top%20research%20university%20%7C%20Baton%20Rouge%2C%20La.&cms=unknown&publisher=5b0d65b460e2e90011e287db&sop=true&version=st_sop.js&lang=en&description=LSU%20is%20an%20elite%20research%20university%20tackling%20global%20challenges%2C%20with%20a%20unique%20culture%2C%20top%20academic%20programs%2C%20and%20a%20rich%20and%20rewarding%20educational%20experience.%20&ua=%22Chromium%22%3Bv%3D%22146%22%2C%20%22Google%20Chrome%22%3Bv%3D%22146%22&ua_mobile=true&ua_platform=Android&ua_full_version_list=%22Not-A.Brand%22%3Bv%3D%2224.0.0.0%22%2C%20%22Chromium%22%3Bv%3D%22146.0.7680.164%22&ua_model=moto%20g%20power%20(2022)&ua_platform_version=11.0&uuid=ebf6d023-2298-4293-81c7-4a96b406282al.sharethis.com/pview?event=pview&h... https://l.sharethis.com/pview?event=pview&hostname=lsu.edu&location=%2F&product=sop&url=https%3A%2F%2Flsu.edu%2F&source=sharethis.js&fcmp=false&fcmpv2=false&has_segmentio=false&title=Welcome%20to%20LSU%2C%20a%20top%20research%20university%20%7C%20Baton%20Rouge%2C%20La.&cms=unknown&publisher=5b0d65b460e2e90011e287db&sop=true&version=st_sop.js&lang=en&description=LSU%20is%20an%20elite%20research%20university%20tackling%20global%20challenges%2C%20with%20a%20unique%20culture%2C%20top%20academic%20programs%2C%20and%20a%20rich%20and%20rewarding%20educational%20experience.%20&ua=%22Chromium%22%3Bv%3D%22146%22%2C%20%22Google%20Chrome%22%3Bv%3D%22146%22&ua_mobile=true&ua_platform=Android&ua_full_version_list=%22Not-A.Brand%22%3Bv%3D%2224.0.0.0%22%2C%20%22Chromium%22%3Bv%3D%22146.0.7680.164%22&ua_model=moto%20g%20power%20(2022)&ua_platform_version=11.0&uuid=ebf6d023-2298-4293-81c7-4a96b406282a — 301 — 1.6 KiB — 631 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-LKQWZFFFYP&cx=c&gtm=4e64k0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-LKQWZFFFYP&cx=c&gtm=4e64k0h2 — 200 — 174.5 KiB — 39 ms — h2https://script.crazyegg.com/pages/scripts/0127/0244.jsscript.crazyegg.com/pages/scripts/0... https://script.crazyegg.com/pages/scripts/0127/0244.js — 200 — 2.7 KiB — 50 ms — h3https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 3.5 KiB — 37 ms — h2https://siteimproveanalytics.com/js/siteanalyze_66356275.jssiteimproveanalytics.com/js/siteana... https://siteimproveanalytics.com/js/siteanalyze_66356275.js — 200 — 13.8 KiB — 41 ms — h3https://www.google.com/ccm/collect?rcb=5&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Flsu.edu%2F&scrsrc=www.googletagmanager.com&rnd=1921501882.1776812829&dt=Welcome%20to%20LSU%2C%20a%20top%20research%20university%20%7C%20Baton%20Rouge%2C%20La.&auid=963328788.1776812829&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He64k0h2v76851553za200zd76851553xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~117384405~118463262&apve=1&apvf=f&apvc=1&tft=1776812828911&tfd=3183www.google.com/ccm/collect?rcb=5&fr... https://www.google.com/ccm/collect?rcb=5&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Flsu.edu%2F&scrsrc=www.googletagmanager.com&rnd=1921501882.1776812829&dt=Welcome%20to%20LSU%2C%20a%20top%20research%20university%20%7C%20Baton%20Rouge%2C%20La.&auid=963328788.1776812829&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He64k0h2v76851553za200zd76851553xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117266401~117384405~118463262&apve=1&apvf=f&apvc=1&tft=1776812828911&tfd=3183 — 200 — 21 B — 32 ms — h3https://www.youtube.com/s/player/1bb6ee63/www-widgetapi.vflset/www-widgetapi.jswww.youtube.com/s/player/1bb6ee63/w... https://www.youtube.com/s/player/1bb6ee63/www-widgetapi.vflset/www-widgetapi.js — 200 — 10.6 KiB — 9 ms — h2https://script.crazyegg.com/pages/data-scripts/0127/0244/site/lsu.edu.json?t=1script.crazyegg.com/pages/data-scri... https://script.crazyegg.com/pages/data-scripts/0127/0244/site/lsu.edu.json?t=1 — 200 — 2.6 KiB — 23 ms — h3https://www.google.com/measurement/conversion?random=1776812829069&cv=11&tid=G-LKQWZFFFYP&fst=1776812829069&fmt=8&en=page_view&gtm=45je64k0h2v874181714z876851553za20gzb76851553zd76851553xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~117384405&u_w=412&u_h=823&url=https%3A%2F%2Flsu.edu%2F&gacid=874128121.1776812829&frm=0&tiba=Welcome%20to%20LSU%2C%20a%20top%20research%20university%20%7C%20Baton%20Rouge%2C%20La.&npa=0&pscdl=noapi&auid=963328788.1776812829&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&rcb=12www.google.com/measurement/conversi... https://www.google.com/measurement/conversion?random=1776812829069&cv=11&tid=G-LKQWZFFFYP&fst=1776812829069&fmt=8&en=page_view&gtm=45je64k0h2v874181714z876851553za20gzb76851553zd76851553xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~117384405&u_w=412&u_h=823&url=https%3A%2F%2Flsu.edu%2F&gacid=874128121.1776812829&frm=0&tiba=Welcome%20to%20LSU%2C%20a%20top%20research%20university%20%7C%20Baton%20Rouge%2C%20La.&npa=0&pscdl=noapi&auid=963328788.1776812829&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&rcb=12 — 200 — 19 B — 60 ms — h3https://www.google.com/measurement/conversion?random=1776812829069&cv=11&tid=G-LKQWZFFFYP&fst=1776812829069&fmt=8&en=first_visit&gtm=45je64k0h2v874181714z876851553za20gzb76851553zd76851553xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~117384405&u_w=412&u_h=823&url=https%3A%2F%2Flsu.edu%2F&gacid=874128121.1776812829&frm=0&tiba=Welcome%20to%20LSU%2C%20a%20top%20research%20university%20%7C%20Baton%20Rouge%2C%20La.&npa=0&pscdl=noapi&auid=963328788.1776812829&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&rcb=12www.google.com/measurement/conversi... https://www.google.com/measurement/conversion?random=1776812829069&cv=11&tid=G-LKQWZFFFYP&fst=1776812829069&fmt=8&en=first_visit&gtm=45je64k0h2v874181714z876851553za20gzb76851553zd76851553xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~117384405&u_w=412&u_h=823&url=https%3A%2F%2Flsu.edu%2F&gacid=874128121.1776812829&frm=0&tiba=Welcome%20to%20LSU%2C%20a%20top%20research%20university%20%7C%20Baton%20Rouge%2C%20La.&npa=0&pscdl=noapi&auid=963328788.1776812829&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&rcb=12 — 200 — 19 B — 56 ms — h3https://www.google.com/measurement/conversion?random=1776812829069&cv=11&tid=G-LKQWZFFFYP&fst=1776812829069&fmt=8&en=session_start&gtm=45je64k0h2v874181714z876851553za20gzb76851553zd76851553xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~117384405&u_w=412&u_h=823&url=https%3A%2F%2Flsu.edu%2F&gacid=874128121.1776812829&frm=0&tiba=Welcome%20to%20LSU%2C%20a%20top%20research%20university%20%7C%20Baton%20Rouge%2C%20La.&npa=0&pscdl=noapi&auid=963328788.1776812829&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&rcb=12www.google.com/measurement/conversi... https://www.google.com/measurement/conversion?random=1776812829069&cv=11&tid=G-LKQWZFFFYP&fst=1776812829069&fmt=8&en=session_start&gtm=45je64k0h2v874181714z876851553za20gzb76851553zd76851553xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938469~117266400~117384405&u_w=412&u_h=823&url=https%3A%2F%2Flsu.edu%2F&gacid=874128121.1776812829&frm=0&tiba=Welcome%20to%20LSU%2C%20a%20top%20research%20university%20%7C%20Baton%20Rouge%2C%20La.&npa=0&pscdl=noapi&auid=963328788.1776812829&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&rcb=12 — 200 — 19 B — 52 ms — h3https://analytics.google.com/g/collect?v=2&tid=G-LKQWZFFFYP&gtm=45je64k0h2v874181714z876851553za20gzb76851553zd76851553&_p=1776812828770&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=EAAAAGA&_prs=ok&are=1&cid=874128121.1776812829&frm=0&ir=1&pscdl=noapi&rcb=12&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938469~117266400~117384405&sid=1776812829&sct=1&seg=0&dl=https%3A%2F%2Flsu.edu%2F&dt=Welcome%20to%20LSU%2C%20a%20top%20research%20university%20%7C%20Baton%20Rouge%2C%20La.&en=page_view&_fv=2&_nsi=1&_ss=2&_c=1&tfd=3388analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-LKQWZFFFYP&gtm=45je64k0h2v874181714z876851553za20gzb76851553zd76851553&_p=1776812828770&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=EAAAAGA&_prs=ok&are=1&cid=874128121.1776812829&frm=0&ir=1&pscdl=noapi&rcb=12&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938469~117266400~117384405&sid=1776812829&sct=1&seg=0&dl=https%3A%2F%2Flsu.edu%2F&dt=Welcome%20to%20LSU%2C%20a%20top%20research%20university%20%7C%20Baton%20Rouge%2C%20La.&en=page_view&_fv=2&_nsi=1&_ss=2&_c=1&tfd=3388 — 204 — 543 B — 47 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-LKQWZFFFYP&cid=874128121.1776812829&gtm=45je64k0h2v874181714z876851553za20gzb76851553zd76851553&rcb=12&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117266400~117384405stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-LKQWZFFFYP&cid=874128121.1776812829&gtm=45je64k0h2v874181714z876851553za20gzb76851553zd76851553&rcb=12&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117266400~117384405 — 204 — 543 B — 19 ms — h2https://www.google.com.sg/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-LKQWZFFFYP&cid=874128121.1776812829&gtm=45je64k0h2v874181714z876851553za20gzb76851553zd76851553&rcb=12&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117266400~117384405&z=1140840015www.google.com.sg/ads/ga-audiences?... https://www.google.com.sg/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-LKQWZFFFYP&cid=874128121.1776812829&gtm=45je64k0h2v874181714z876851553za20gzb76851553zd76851553&rcb=12&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117266400~117384405&z=1140840015 — 200 — 408 B — 22 ms — h2https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.jsscript.crazyegg.com/pages/versioned... https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js — 200 — 55.3 KiB — 24 ms — h3https://66356275.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Flsu.edu%2F&title=Welcome%20to%20LSU%2C%20a%20top%20research%20university%20%7C%20Baton%20Rouge%2C%20La.&res=412x823&accountid=66356275&rt=3243&prev=89d0dd6b-2146-6110-a9fc-43782cd0a7f8&luid=b6d2b730-bbb3-11bc-929c-f8ccfe450b2b&rnd=6934566356275.global.siteimproveanalytic... https://66356275.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Flsu.edu%2F&title=Welcome%20to%20LSU%2C%20a%20top%20research%20university%20%7C%20Baton%20Rouge%2C%20La.&res=412x823&accountid=66356275&rt=3243&prev=89d0dd6b-2146-6110-a9fc-43782cd0a7f8&luid=b6d2b730-bbb3-11bc-929c-f8ccfe450b2b&rnd=69345 — 200 — 210 B — 594 ms — h2https://script.crazyegg.com/pages/data-scripts/0127/0244/sampling/lsu.edu.json?t=1script.crazyegg.com/pages/data-scri... https://script.crazyegg.com/pages/data-scripts/0127/0244/sampling/lsu.edu.json?t=1 — 200 — 379 B — 10 ms — h3https://tracking.crazyegg.com/clock?u=1270244&st=452869&t=1776812829243&tk=67c290ad52e582148c7509ca8416eb55tracking.crazyegg.com/clock?u=12702... https://tracking.crazyegg.com/clock?u=1270244&st=452869&t=1776812829243&tk=67c290ad52e582148c7509ca8416eb55 — 204 — 0 B — 74 ms — h2https://pagestates-tracking.crazyegg.com/healthcheckpagestates-tracking.crazyegg.com/he... https://pagestates-tracking.crazyegg.com/healthcheck — 200 — 460 B — 30 ms — h2https://assets-tracking.crazyegg.com/healthcheckassets-tracking.crazyegg.com/health... https://assets-tracking.crazyegg.com/healthcheck — 200 — 459 B — 33 ms — h2blob:https://lsu.edu/27c3af55-43af-4f55-9292-10ed916cc7cflsu.edu/27c3af55-43af-4f55-9292-10e... blob:https://lsu.edu/27c3af55-43af-4f55-9292-10ed916cc7cf — 200 — -1 B — 32 ms — blobhttps://tracking.crazyegg.com/clock?u=1270244&st=452869&t=1776812829243&tk=67c290ad52e582148c7509ca8416eb55tracking.crazyegg.com/clock?u=12702... https://tracking.crazyegg.com/clock?u=1270244&st=452869&t=1776812829243&tk=67c290ad52e582148c7509ca8416eb55 — 200 — 143 B — 19 ms — h2blob:https://lsu.edu/2a72a771-9a9a-4b52-ab38-398dab734035lsu.edu/2a72a771-9a9a-4b52-ab38-398... blob:https://lsu.edu/2a72a771-9a9a-4b52-ab38-398dab734035 — -1 — 0 B — 0 ms — https://script.crazyegg.com/pages/versioned/tracking-scripts/158692313dc4b9f2e28d9e9025e38d6b.jsscript.crazyegg.com/pages/versioned... https://script.crazyegg.com/pages/versioned/tracking-scripts/158692313dc4b9f2e28d9e9025e38d6b.js — 200 — 22.6 KiB — 16 ms — h3https://l.sharethis.com/sc?event=pview&hostname=lsu.edu&location=%2F&product=sop&url=https%3A%2F%2Flsu.edu%2F&source=sharethis.js&fcmp=false&fcmpv2=false&has_segmentio=false&title=Welcome%20to%20LSU%2C%20a%20top%20research%20university%20%7C%20Baton%20Rouge%2C%20La.&cms=unknown&publisher=5b0d65b460e2e90011e287db&sop=true&version=st_sop.js&lang=en&description=LSU%20is%20an%20elite%20research%20university%20tackling%20global%20challenges%2C%20with%20a%20unique%20culture%2C%20top%20academic%20programs%2C%20and%20a%20rich%20and%20rewarding%20educational%20experience.%20&ua=%22Chromium%22%3Bv%3D%22146%22%2C%20%22Google%20Chrome%22%3Bv%3D%22146%22&ua_mobile=true&ua_platform=Android&ua_full_version_list=%22Not-A.Brand%22%3Bv%3D%2224.0.0.0%22%2C%20%22Chromium%22%3Bv%3D%22146.0.7680.164%22&ua_model=moto%20g%20power%20(2022)&ua_platform_version=11.0&uuid=ebf6d023-2298-4293-81c7-4a96b406282a&samesite=Nonel.sharethis.com/sc?event=pview&host... https://l.sharethis.com/sc?event=pview&hostname=lsu.edu&location=%2F&product=sop&url=https%3A%2F%2Flsu.edu%2F&source=sharethis.js&fcmp=false&fcmpv2=false&has_segmentio=false&title=Welcome%20to%20LSU%2C%20a%20top%20research%20university%20%7C%20Baton%20Rouge%2C%20La.&cms=unknown&publisher=5b0d65b460e2e90011e287db&sop=true&version=st_sop.js&lang=en&description=LSU%20is%20an%20elite%20research%20university%20tackling%20global%20challenges%2C%20with%20a%20unique%20culture%2C%20top%20academic%20programs%2C%20and%20a%20rich%20and%20rewarding%20educational%20experience.%20&ua=%22Chromium%22%3Bv%3D%22146%22%2C%20%22Google%20Chrome%22%3Bv%3D%22146%22&ua_mobile=true&ua_platform=Android&ua_full_version_list=%22Not-A.Brand%22%3Bv%3D%2224.0.0.0%22%2C%20%22Chromium%22%3Bv%3D%22146.0.7680.164%22&ua_model=moto%20g%20power%20(2022)&ua_platform_version=11.0&uuid=ebf6d023-2298-4293-81c7-4a96b406282a&samesite=None — 200 — 941 B — 159 ms — http/1.1https://t.sharethis.com/1/k/t.dhj?cid=c010&cls=B&dmn=lsu.edu&rnd=1776812829616t.sharethis.com/1/k/t.dhj?cid=c010&... https://t.sharethis.com/1/k/t.dhj?cid=c010&cls=B&dmn=lsu.edu&rnd=1776812829616 — 200 — 1.6 KiB — 42 ms — http/1.1https://platform-api.sharethis.com/panorama.jsplatform-api.sharethis.com/panorama... https://platform-api.sharethis.com/panorama.js — 200 — 12.9 KiB — 6 ms — h2https://bcp.crwdcntrl.net/6/mapbcp.crwdcntrl.net/6/map https://bcp.crwdcntrl.net/6/map — 200 — 610 B — 27 ms — h2https://t.sharethis.com/a/t_.htm?ver=1.2051.23421&cid=c010&cls=Bt.sharethis.com/a/t_.htm?ver=1.2051... https://t.sharethis.com/a/t_.htm?ver=1.2051.23421&cid=c010&cls=B — 200 — 1.4 KiB — 13 ms — http/1.1https://t.sharethis.com/d/a.gif?aqet=priv_block_3pcookie&r=1776812829720&cid=c010&tt=t.dhj&cls=Bt.sharethis.com/d/a.gif?aqet=priv_b... https://t.sharethis.com/d/a.gif?aqet=priv_block_3pcookie&r=1776812829720&cid=c010&tt=t.dhj&cls=B — 204 — 289 B — 4 ms — http/1.1https://localist-images.azureedge.net/photos/51340028710580/square_300@2x/1e5c4aaa8fa4c7f00ac756588c304aa7e41c43ab.jpglocalist-images.azureedge.net/photo... https://localist-images.azureedge.net/photos/51340028710580/square_300@2x/1e5c4aaa8fa4c7f00ac756588c304aa7e41c43ab.jpg — 200 — 273.7 KiB — 171 ms — h2https://localist-images.azureedge.net/photos/51340063035148/square_300/e45009a85fa0ef88edc9cec2d5fb8d1f452dbfc6.jpglocalist-images.azureedge.net/photo... https://localist-images.azureedge.net/photos/51340063035148/square_300/e45009a85fa0ef88edc9cec2d5fb8d1f452dbfc6.jpg — 200 — 46.7 KiB — 69 ms — h2https://localist-images.azureedge.net/photos/52568102078911/square_300@2x/2545feb6c0558e774781bfa89cfe26bbb30a4115.jpglocalist-images.azureedge.net/photo... https://localist-images.azureedge.net/photos/52568102078911/square_300@2x/2545feb6c0558e774781bfa89cfe26bbb30a4115.jpg — 200 — 316.4 KiB — 184 ms — h2https://localist-images.azureedge.net/photos/52086003589563/square_300@2x/7ec60acac5ee54ed1d300bb3cb6b58b958f29b7d.jpglocalist-images.azureedge.net/photo... https://localist-images.azureedge.net/photos/52086003589563/square_300@2x/7ec60acac5ee54ed1d300bb3cb6b58b958f29b7d.jpg — 200 — 186.1 KiB — 75 ms — h2https://localist-images.azureedge.net/photos/51843482160475/square_300/a41787defa62c797759d9b5b9da36bfb9e50190a.jpglocalist-images.azureedge.net/photo... https://localist-images.azureedge.net/photos/51843482160475/square_300/a41787defa62c797759d9b5b9da36bfb9e50190a.jpg — 200 — 60.1 KiB — 95 ms — h2https://lsu.edu/_resources_fierce/data/all-content.xml/_resources_fierce/data/all-content... https://lsu.edu/_resources_fierce/data/all-content.xml — 200 — 6.5 MiB — 2.0 s — http/1.1https://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 — 16 ms — h2https://lsu.edu/eoc_feed.xml/eoc_feed.xml https://lsu.edu/eoc_feed.xml — 200 — 1.2 KiB — 229 ms — http/1.1https://lsu.edu/_resources_fierce/img/favicon-16x16.png/_resources_fierce/img/favicon-16x1... https://lsu.edu/_resources_fierce/img/favicon-16x16.png — 200 — 1.1 KiB — 225 ms — http/1.1https://www.lsu.edu/blog/images/2026/03/aaas-preview-image.jpgwww.lsu.edu/blog/images/2026/03/aaa... https://www.lsu.edu/blog/images/2026/03/aaas-preview-image.jpg — -1 — 0 B — 10 ms — https://marvel-b1-cdn.bc0a.com/f00000000290274/www.lsu.edu/blog/images/2026/03/aaas-preview-image.jpgmarvel-b1-cdn.bc0a.com/f00000000290... https://marvel-b1-cdn.bc0a.com/f00000000290274/www.lsu.edu/blog/images/2026/03/aaas-preview-image.jpg — 200 — 67.4 KiB — 38 ms — h2https://marvel-b1-cdn.bc0a.com/f00000000290274/www.lsu.edu/research/images/fuel_logo.jpgmarvel-b1-cdn.bc0a.com/f00000000290... https://marvel-b1-cdn.bc0a.com/f00000000290274/www.lsu.edu/research/images/fuel_logo.jpg — 200 — 14.1 KiB — 40 ms — h2https://marvel-b1-cdn.bc0a.com/f00000000290274/www.lsu.edu/blog/images/2026/03/wastewater-ebenezer-etsiwah.jpegmarvel-b1-cdn.bc0a.com/f00000000290... https://marvel-b1-cdn.bc0a.com/f00000000290274/www.lsu.edu/blog/images/2026/03/wastewater-ebenezer-etsiwah.jpeg — 200 — 343.1 KiB — 67 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
73% of JavaScript execution is third-party
First-party Third-party 5701ms · 518KB · $76/mo
Unattributable
Other
Costly
Execution 2186ms
Transfer 0 KB
Monthly Cost $29/mo
kit.fontawesome.com
Other
Costly
Execution 1669ms
Transfer 6 KB
Monthly Cost $22/mo
Google Tag Manager
Tag Manager
Costly
Execution 565ms
Transfer 174 KB
Unused 35%
Monthly Cost $8/mo
script.crazyegg.com
Other
Costly
Execution 365ms
Transfer 55 KB
Unused 51%
Monthly Cost $5/mo
Google Tag Manager
Tag Manager
Costly
Execution 341ms
Transfer 156 KB
Unused 46%
Monthly Cost $5/mo
cdn.bc0a.com
Other
Optional
Execution 175ms
Transfer 27 KB
Monthly Cost $2/mo
platform-api.sharethis.com
Other
Optional
Execution 123ms
Transfer 47 KB
Unused 56%
Monthly Cost $2/mo
siteimproveanalytics.com
Other
Optional
Execution 87ms
Transfer 14 KB
Monthly Cost $1/mo
script.crazyegg.com
Other
Optional
Execution 82ms
Transfer 23 KB
Monthly Cost $1/mo
platform-api.sharethis.com
Other
Optional
Execution 57ms
Transfer 13 KB
Monthly Cost $1/mo
script.crazyegg.com
Other
Optional
Execution 52ms
Transfer 3 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 2186ms and costs ~$29/month
  • kit.fontawesome.com adds 1669ms and costs ~$22/month
  • Google Tag Manager adds 565ms and costs ~$8/month
  • script.crazyegg.com adds 365ms and costs ~$5/month
  • Google Tag Manager adds 341ms and costs ~$5/month

73% 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

Unattributable takes 2186ms 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

kit.fontawesome.com takes 1669ms 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

Google Tag Manager takes 565ms 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

script.crazyegg.com takes 365ms 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

51% of script.crazyegg.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

Google Tag Manager takes 341ms 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

56% of platform-api.sharethis.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback