Skip to content
https://tulane.edu

Performance

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

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

77
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
90
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
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.

687 ms

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

3.22 s

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

12 ms

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

0.002

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

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

4.78 s

Page Load Progression

484 ms
967 ms
1.5 s
1.9 s
2.4 s
2.9 s
3.4 s
3.9 s
Checks
15
6 PASS 3 REVIEW 4 FIX
F
Page Weight Budget
Action
14.2 MB transferred, 96 requests
FIX
14.2 MB transferred, 96 requests
Critical::
Page weighs 16.6 MB (14.2 MB transferred)
Warning::
Images are 9.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 9.3 MB
Warning::
JavaScript is 970 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 970 KB
Info::
Fonts are 378 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 378 KB
Info::
96 HTTP requests
Info::
Estimated 3.0 g CO2 per page load
14.2 MB / 2.4 MB budget
14.2 MB transferred
96 requests
3.0 g CO2 per page load
Images 9.3 MiB 65%
Other 3.5 MiB 25%
JavaScript 970.3 KiB 7%
Fonts 378.1 KiB 3%
CSS 53.6 KiB 0%
HTML 28.5 KiB 0%
Other 8.5 KiB 0%
Other 1.0 KiB 0%
Other 614 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

D
Third-Party Impact
Action
66% third-party, 0 ms blocking
FIX
66% third-party, 0 ms blocking
Warning::
Third-party code accounts for 66% of page weight (9.4 MiB of 14.2 MiB)
Info::
Third-party blocking time is low (0 ms)
34%
66%
First-party Third-party
D
JS Bundles
Action
14 scripts, 364 KB unused
FIX
14 scripts, 364 KB unused
Warning::
https://tulane.edu/sites/default/files/js/js_4tQX1...: 163 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-DQL0...: 69 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-W9Z...: 68 KB unused (36%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-LXRZ...: 64 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 364 KB
364 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://tulane.edu/sites/default/files/js/js_4tQX1qY8CISbXz-c62wz543U9va-TfMcnlvRK6JBpO4.js?scope=footer&delta=0&language=en&theme=tulane_tailwindcss&include=eJxtjUEKhDAQBD-UNU8KbRykdZyEnQnL_l7BgxdPBVWHAjNYVm0zNMkotbWdcuHoSliV_CaTB4IerJ6X7-jQ6TEphsKkBKg_2lLdM7TTZHtt9_zj8VfaegJa1Tm-244 KB163 KB (67%)1st
https://www.googletagmanager.com/gtag/js?id=G-DQL0R37F2R&cx=c&gtm=4e64h1h1172 KB69 KB (40%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-W9ZD83189 KB68 KB (36%)3rd
https://www.googletagmanager.com/gtag/js?id=G-LXRZER7JKG&cx=c&gtm=4e64h1h1153 KB64 KB (42%)3rd
https://snapwidget.com/js/vendor/iframeResizer.contentWindow.min.0da4d54c7d115e53.js6 KB3rd
https://snapwidget.com/js/embed.main.min.b26dca6d8591e5b3.js1 KB3rd
https://tulane.edu/sites/default/files/google_tag/tulane_universal_container/google_tag.script.js?tduwxb1 KB1st
https://snapwidget.com/js/embed.vendor.min.2f17f0b14ee46c5a.js1 KB3rd
https://www.googletagmanager.com/gtag/js?id=G-E8WQDE3S74156 KB3rd
https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312451611 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

D
Page Weight Inventory
Action
96 resources · 14.2 MB · 364 KB savings available
FIX
96 resources · 14.2 MB · 364 KB savings available
Warning::
Page weight 13.2 MB over 1MB target
Got: 14.2 MB Expected: ≤ 1 MB
Info::
~364 KB of savings available
Warning::
38 third-party resources (66% of weight)
Info::
14 resources over 200KB
96 resources · 14.2 MiB · 38 third-party 13.2 MiB over 1MB target
Image 65% · 9.3 MiB
Media 25% · 3.5 MiB
JavaScript 7% · 970.3 KiB
Font 3% · 378.1 KiB
CSS 0% · 53.6 KiB
Document 0% · 28.7 KiB
Other 0% · 1.4 KiB

~364.0 KiB of savings available

Remove unused JavaScript: 364.0 KiB
C
Image Optimization
Action
22 images, 0 KB saveable
REVIEW
22 images, 0 KB saveable
Warning::
https://news.tulane.edu/sites/default/files/2026-0... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://news.tulane.edu/sites/default/files/2026-0... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://tulane.edu/themes/custom/tulane_tailwindcs... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://tulane.edu/themes/custom/tulane_tailwindcs... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://news.tulane.edu/sites/default/files/2026-0... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://news.tulane.edu/sites/default/files/2026-0... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://tulane.edu/sites/default/files/2022-08/shi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://news.tulane.edu/sites/default/files/2026-0... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://tulane.edu/themes/custom/tulane_tailwindcs... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://tulane.edu/sites/default/files/2025-12/Con... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://tulane.edu/sites/default/files/2026-03/for... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
22 images 9.3 MB
0 oversized -0 KB
21 legacy format
11 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

B
JS Execution Cost
608ms total JS execution
REVIEW
608ms total JS execution
Info::
https://tulane.edu/sites/default/files/js/js_4tQX1...: 162ms CPU time
Info::
Unattributable: 130ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-W9Z...: 84ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-DQL0...: 72ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-LXRZ...: 55ms CPU time
Warning::
Third-party scripts: 394ms (65% of total)

Main Thread Breakdown

Script Evaluation 49% Other 25% Style & Layout 11% Script Parsing & Compilation 8%
ScriptTotalScriptingParse/CompileParty
https://tulane.edu/sites/default/files/js/js_4tQX1qY8CISbXz-c62wz543U9va-TfMcnlvRK6JBpO4.js?scope=footer&delta=0&language=en&theme=tulane_tailwindcss&include=eJxtjUEKhDAQBD-UNU8KbRykdZyEnQnL_l7BgxdPBVWHAjNYVm0zNMkotbWdcuHoSliV_CaTB4IerJ6X7-jQ6TEphsKkBKg_2lLdM7TTZHtt9_zj8VfaegJa1Tm-162ms79ms14ms1st
Unattributable130ms3ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-W9ZD8384ms69ms13ms3rd
https://www.googletagmanager.com/gtag/js?id=G-DQL0R37F2R&cx=c&gtm=4e64h1h172ms61ms10ms3rd
https://www.googletagmanager.com/gtag/js?id=G-LXRZER7JKG&cx=c&gtm=4e64h1h155ms46ms9ms3rd
https://scripts.clarity.ms/0.8.59/clarity.js53ms48ms2ms3rd
https://tulane.edu/52ms1ms0ms1st
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+
Font Loading
4 fonts (378 KB)
PASS
4 fonts (378 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

378 KB total

Render-blocking

0

of 4

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 687 ms LCP 3.2 shttps://use.typekit.net/af/442215/000000000000000000010b5a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/442215/000000000000000000010b5a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 23.5 KiB — 66 ms — font-display: swaphttps://use.typekit.net/af/1709eb/000000000000000000010b60/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/1709eb/000000000000000000010b60/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 24.4 KiB — 63 ms — font-display: swaphttps://use.typekit.net/af/859a3b/00000000000000007735e58f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/859a3b/00000000000000007735e58f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 168.4 KiB — 69 ms — font-display: swaphttps://use.typekit.net/af/e792b0/00000000000000007735e58e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/e792b0/00000000000000007735e58e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 161.8 KiB — 55 ms — font-display: swap
l woff2 swap
Size 23 KB
Load time 66 ms
Start 420 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 24 KB
Load time 63 ms
Start 422 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 168 KB
Load time 69 ms
Start 424 ms
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 162 KB
Load time 55 ms
Start 428 ms
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 ~165 KB and ~330 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
A+
HTTP Caching
max-age=10800 (3 hours)
PASS
max-age=10800 (3 hours)
Info::
Cache-Control header is set
Got: max-age=10800, public
Info::
Effective TTL: 3 hours (max-age=10800)
Info::
ETag present — enables conditional (304) responses
Info::
Last-Modified header present
Cache-Control

max-age=10800, public

DirectiveValueMeaning
max-age10800Cache for 3 hours
publicAny cache may store this response
Effective TTL: 10800 seconds
Network Waterfall
96 requests over 1556ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 687 ms LCP 3.2 shttps://tulane.edu// https://tulane.edu/ — 200 — 20.7 KiB — 7 ms — h2https://tulane.edu/sites/default/files/google_tag/tulane_universal_container/google_tag.script.js?tduwxb/sites/default/files/google_tag/tul... https://tulane.edu/sites/default/files/google_tag/tulane_universal_container/google_tag.script.js?tduwxb — 200 — 533 B — 57 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/align.module.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/align.module.css?tduwxb — 200 — 416 B — 26 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/fieldgroup.module.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/fieldgroup.module.css?tduwxb — 200 — 352 B — 21 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/container-inline.module.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/container-inline.module.css?tduwxb — 200 — 373 B — 24 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/clearfix.module.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/clearfix.module.css?tduwxb — 200 — 422 B — 22 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/details.module.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/details.module.css?tduwxb — 200 — 395 B — 27 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/hidden.module.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/hidden.module.css?tduwxb — 200 — 843 B — 30 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/item-list.module.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/item-list.module.css?tduwxb — 200 — 350 B — 29 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/js.module.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/js.module.css?tduwxb — 200 — 506 B — 31 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/nowrap.module.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/nowrap.module.css?tduwxb — 200 — 344 B — 27 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/position-container.module.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/position-container.module.css?tduwxb — 200 — 271 B — 25 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/reset-appearance.module.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/reset-appearance.module.css?tduwxb — 200 — 460 B — 23 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/resize.module.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/resize.module.css?tduwxb — 200 — 393 B — 31 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/system-status-counter.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/system-status-counter.css?tduwxb — 200 — 584 B — 35 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/system-status-report-counters.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/system-status-report-counters.css?tduwxb — 200 — 495 B — 32 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/system-status-report-general-info.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/system-status-report-general-info.css?tduwxb — 200 — 385 B — 35 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/tablesort.module.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/tablesort.module.css?tduwxb — 200 — 388 B — 33 ms — h2https://tulane.edu/modules/composer/ai/assets/css/ai_global.css?tduwxb/modules/composer/ai/assets/css/ai_... https://tulane.edu/modules/composer/ai/assets/css/ai_global.css?tduwxb — 200 — 2.6 KiB — 59 ms — h2https://tulane.edu/themes/custom/tulane_tailwindcss/patterns/events/css/events.css?tduwxb/themes/custom/tulane_tailwindcss/p... https://tulane.edu/themes/custom/tulane_tailwindcss/patterns/events/css/events.css?tduwxb — 200 — 444 B — 65 ms — h2https://tulane.edu/themes/custom/tulane_tailwindcss/patterns/newsremote/css/remotenews.css?tduwxb/themes/custom/tulane_tailwindcss/p... https://tulane.edu/themes/custom/tulane_tailwindcss/patterns/newsremote/css/remotenews.css?tduwxb — 200 — 468 B — 51 ms — h2https://tulane.edu/core/themes/stable9/css/views/views.module.css?tduwxb/core/themes/stable9/css/views/view... https://tulane.edu/core/themes/stable9/css/views/views.module.css?tduwxb — 200 — 435 B — 59 ms — h2https://tulane.edu/modules/composer/eu_cookie_compliance/css/eu_cookie_compliance.css?tduwxb/modules/composer/eu_cookie_complia... https://tulane.edu/modules/composer/eu_cookie_compliance/css/eu_cookie_compliance.css?tduwxb — 200 — 1.7 KiB — 34 ms — h2https://tulane.edu/core/themes/stable9/layouts/layout_discovery/onecol/onecol.css?tduwxb/core/themes/stable9/layouts/layout... https://tulane.edu/core/themes/stable9/layouts/layout_discovery/onecol/onecol.css?tduwxb — 200 — 409 B — 49 ms — h2https://tulane.edu/modules/composer/paragraphs/css/paragraphs.unpublished.css?tduwxb/modules/composer/paragraphs/css/pa... https://tulane.edu/modules/composer/paragraphs/css/paragraphs.unpublished.css?tduwxb — 200 — 314 B — 49 ms — h2https://tulane.edu/themes/custom/tulane_tailwindcss/dist/tailwind.css?tduwxb/themes/custom/tulane_tailwindcss/d... https://tulane.edu/themes/custom/tulane_tailwindcss/dist/tailwind.css?tduwxb — 200 — 15.0 KiB — 53 ms — h2https://tulane.edu/themes/custom/tulane_tailwindcss/dist/old-site.css?tduwxb/themes/custom/tulane_tailwindcss/d... https://tulane.edu/themes/custom/tulane_tailwindcss/dist/old-site.css?tduwxb — 200 — 11.9 KiB — 38 ms — h2https://tulane.edu/themes/custom/tulane_tailwindcss/dist/calendar.css?tduwxb/themes/custom/tulane_tailwindcss/d... https://tulane.edu/themes/custom/tulane_tailwindcss/dist/calendar.css?tduwxb — 200 — 658 B — 33 ms — h2https://tulane.edu/sites/default/files/asset_injector/css/1024_viewport_video_overlay_fix-551bdab445465e4ffe174968d6d31597.css?tduwxb/sites/default/files/asset_injector... https://tulane.edu/sites/default/files/asset_injector/css/1024_viewport_video_overlay_fix-551bdab445465e4ffe174968d6d31597.css?tduwxb — 200 — 306 B — 62 ms — h2https://tulane.edu/sites/default/files/asset_injector/css/ale-d16305b4cd9355506715ac82e27d0992.css?tduwxb/sites/default/files/asset_injector... https://tulane.edu/sites/default/files/asset_injector/css/ale-d16305b4cd9355506715ac82e27d0992.css?tduwxb — 200 — 280 B — 40 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 687 ms LCP 3.2 shttps://tulane.edu// https://tulane.edu/ — 200 — 20.7 KiB — 7 ms — h2https://tulane.edu/sites/default/files/google_tag/tulane_universal_container/google_tag.script.js?tduwxb/sites/default/files/google_tag/tul... https://tulane.edu/sites/default/files/google_tag/tulane_universal_container/google_tag.script.js?tduwxb — 200 — 533 B — 57 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/align.module.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/align.module.css?tduwxb — 200 — 416 B — 26 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/fieldgroup.module.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/fieldgroup.module.css?tduwxb — 200 — 352 B — 21 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/container-inline.module.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/container-inline.module.css?tduwxb — 200 — 373 B — 24 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/clearfix.module.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/clearfix.module.css?tduwxb — 200 — 422 B — 22 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/details.module.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/details.module.css?tduwxb — 200 — 395 B — 27 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/hidden.module.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/hidden.module.css?tduwxb — 200 — 843 B — 30 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/item-list.module.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/item-list.module.css?tduwxb — 200 — 350 B — 29 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/js.module.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/js.module.css?tduwxb — 200 — 506 B — 31 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/nowrap.module.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/nowrap.module.css?tduwxb — 200 — 344 B — 27 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/position-container.module.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/position-container.module.css?tduwxb — 200 — 271 B — 25 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/reset-appearance.module.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/reset-appearance.module.css?tduwxb — 200 — 460 B — 23 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/resize.module.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/resize.module.css?tduwxb — 200 — 393 B — 31 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/system-status-counter.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/system-status-counter.css?tduwxb — 200 — 584 B — 35 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/system-status-report-counters.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/system-status-report-counters.css?tduwxb — 200 — 495 B — 32 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/system-status-report-general-info.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/system-status-report-general-info.css?tduwxb — 200 — 385 B — 35 ms — h2https://tulane.edu/core/themes/stable9/css/system/components/tablesort.module.css?tduwxb/core/themes/stable9/css/system/com... https://tulane.edu/core/themes/stable9/css/system/components/tablesort.module.css?tduwxb — 200 — 388 B — 33 ms — h2https://tulane.edu/modules/composer/ai/assets/css/ai_global.css?tduwxb/modules/composer/ai/assets/css/ai_... https://tulane.edu/modules/composer/ai/assets/css/ai_global.css?tduwxb — 200 — 2.6 KiB — 59 ms — h2https://tulane.edu/themes/custom/tulane_tailwindcss/patterns/events/css/events.css?tduwxb/themes/custom/tulane_tailwindcss/p... https://tulane.edu/themes/custom/tulane_tailwindcss/patterns/events/css/events.css?tduwxb — 200 — 444 B — 65 ms — h2https://tulane.edu/themes/custom/tulane_tailwindcss/patterns/newsremote/css/remotenews.css?tduwxb/themes/custom/tulane_tailwindcss/p... https://tulane.edu/themes/custom/tulane_tailwindcss/patterns/newsremote/css/remotenews.css?tduwxb — 200 — 468 B — 51 ms — h2https://tulane.edu/core/themes/stable9/css/views/views.module.css?tduwxb/core/themes/stable9/css/views/view... https://tulane.edu/core/themes/stable9/css/views/views.module.css?tduwxb — 200 — 435 B — 59 ms — h2https://tulane.edu/modules/composer/eu_cookie_compliance/css/eu_cookie_compliance.css?tduwxb/modules/composer/eu_cookie_complia... https://tulane.edu/modules/composer/eu_cookie_compliance/css/eu_cookie_compliance.css?tduwxb — 200 — 1.7 KiB — 34 ms — h2https://tulane.edu/core/themes/stable9/layouts/layout_discovery/onecol/onecol.css?tduwxb/core/themes/stable9/layouts/layout... https://tulane.edu/core/themes/stable9/layouts/layout_discovery/onecol/onecol.css?tduwxb — 200 — 409 B — 49 ms — h2https://tulane.edu/modules/composer/paragraphs/css/paragraphs.unpublished.css?tduwxb/modules/composer/paragraphs/css/pa... https://tulane.edu/modules/composer/paragraphs/css/paragraphs.unpublished.css?tduwxb — 200 — 314 B — 49 ms — h2https://tulane.edu/themes/custom/tulane_tailwindcss/dist/tailwind.css?tduwxb/themes/custom/tulane_tailwindcss/d... https://tulane.edu/themes/custom/tulane_tailwindcss/dist/tailwind.css?tduwxb — 200 — 15.0 KiB — 53 ms — h2https://tulane.edu/themes/custom/tulane_tailwindcss/dist/old-site.css?tduwxb/themes/custom/tulane_tailwindcss/d... https://tulane.edu/themes/custom/tulane_tailwindcss/dist/old-site.css?tduwxb — 200 — 11.9 KiB — 38 ms — h2https://tulane.edu/themes/custom/tulane_tailwindcss/dist/calendar.css?tduwxb/themes/custom/tulane_tailwindcss/d... https://tulane.edu/themes/custom/tulane_tailwindcss/dist/calendar.css?tduwxb — 200 — 658 B — 33 ms — h2https://tulane.edu/sites/default/files/asset_injector/css/1024_viewport_video_overlay_fix-551bdab445465e4ffe174968d6d31597.css?tduwxb/sites/default/files/asset_injector... https://tulane.edu/sites/default/files/asset_injector/css/1024_viewport_video_overlay_fix-551bdab445465e4ffe174968d6d31597.css?tduwxb — 200 — 306 B — 62 ms — h2https://tulane.edu/sites/default/files/asset_injector/css/ale-d16305b4cd9355506715ac82e27d0992.css?tduwxb/sites/default/files/asset_injector... https://tulane.edu/sites/default/files/asset_injector/css/ale-d16305b4cd9355506715ac82e27d0992.css?tduwxb — 200 — 280 B — 40 ms — h2https://tulane.edu/sites/default/files/asset_injector/css/eu_cookie_compliance-ffc4ad43ff63742adfaffa4b60b85558.css?tduwxb/sites/default/files/asset_injector... https://tulane.edu/sites/default/files/asset_injector/css/eu_cookie_compliance-ffc4ad43ff63742adfaffa4b60b85558.css?tduwxb — 200 — 672 B — 54 ms — h2https://tulane.edu/sites/default/files/asset_injector/css/fonts-21190e87582f82ff235303b819ba153a.css?tduwxb/sites/default/files/asset_injector... https://tulane.edu/sites/default/files/asset_injector/css/fonts-21190e87582f82ff235303b819ba153a.css?tduwxb — 200 — 892 B — 50 ms — h2https://tulane.edu/sites/default/files/asset_injector/css/home-4c3cd1f8754d94187ff492bba7e898f1.css?tduwxb/sites/default/files/asset_injector... https://tulane.edu/sites/default/files/asset_injector/css/home-4c3cd1f8754d94187ff492bba7e898f1.css?tduwxb — 200 — 995 B — 35 ms — h2https://tulane.edu/sites/default/files/asset_injector/css/layouts-e758e02aeb203e5b830cf6aee175f12a.css?tduwxb/sites/default/files/asset_injector... https://tulane.edu/sites/default/files/asset_injector/css/layouts-e758e02aeb203e5b830cf6aee175f12a.css?tduwxb — 200 — 268 B — 29 ms — h2https://tulane.edu/sites/default/files/asset_injector/css/main_nav-22a923493f530c789a793923b06aa06c.css?tduwxb/sites/default/files/asset_injector... https://tulane.edu/sites/default/files/asset_injector/css/main_nav-22a923493f530c789a793923b06aa06c.css?tduwxb — 200 — 830 B — 39 ms — h2https://tulane.edu/sites/default/files/asset_injector/css/safari_nav_fix-81c265040ec4402af95f28d645e2b326.css?tduwxb/sites/default/files/asset_injector... https://tulane.edu/sites/default/files/asset_injector/css/safari_nav_fix-81c265040ec4402af95f28d645e2b326.css?tduwxb — 200 — 595 B — 55 ms — h2https://tulane.edu/sites/default/files/asset_injector/css/search_form-566842f8c7d8fc73e2fbece2517603b7.css?tduwxb/sites/default/files/asset_injector... https://tulane.edu/sites/default/files/asset_injector/css/search_form-566842f8c7d8fc73e2fbece2517603b7.css?tduwxb — 200 — 388 B — 39 ms — h2https://tulane.edu/sites/default/files/asset_injector/css/temp_tw_class_defs-8f959d25991011e38820bc309488a424.css?tduwxb/sites/default/files/asset_injector... https://tulane.edu/sites/default/files/asset_injector/css/temp_tw_class_defs-8f959d25991011e38820bc309488a424.css?tduwxb — 200 — 362 B — 38 ms — h2https://tulane.edu/sites/default/files/asset_injector/css/views_related-ad63bd715d6334f9916ce613d43835e8.css?tduwxb/sites/default/files/asset_injector... https://tulane.edu/sites/default/files/asset_injector/css/views_related-ad63bd715d6334f9916ce613d43835e8.css?tduwxb — 200 — 778 B — 56 ms — h2https://tulane.edu/sites/default/files/asset_injector/css/webform-14f7a1d707163125d7a9509aff16b52d.css?tduwxb/sites/default/files/asset_injector... https://tulane.edu/sites/default/files/asset_injector/css/webform-14f7a1d707163125d7a9509aff16b52d.css?tduwxb — 200 — 577 B — 56 ms — h2https://kit.fontawesome.com/913e7020ad.jskit.fontawesome.com/913e7020ad.js https://kit.fontawesome.com/913e7020ad.js — 403 — 293 B — 273 ms — h2https://tulane.edu/themes/custom/tulane_tailwindcss/logo.svg/themes/custom/tulane_tailwindcss/l... https://tulane.edu/themes/custom/tulane_tailwindcss/logo.svg — 200 — 20.4 KiB — 50 ms — h2https://tulane.edu/themes/custom/tulane_tailwindcss/img/pause-button.gif/themes/custom/tulane_tailwindcss/i... https://tulane.edu/themes/custom/tulane_tailwindcss/img/pause-button.gif — 200 — 7.1 KiB — 38 ms — h2https://tulane.edu/sites/default/files/2025-12/Convocation2024_081824-105.jpg/sites/default/files/2025-12/Convoc... https://tulane.edu/sites/default/files/2025-12/Convocation2024_081824-105.jpg — 200 — 181.4 KiB — 19 ms — h2https://tulane.edu/sites/default/files/2026-03/for-ones-own-2026.jpg/sites/default/files/2026-03/for-on... https://tulane.edu/sites/default/files/2026-03/for-ones-own-2026.jpg — 200 — 256.1 KiB — 12 ms — h2https://snapwidget.com/js/snapwidget.jssnapwidget.com/js/snapwidget.js https://snapwidget.com/js/snapwidget.js — 200 — 7.1 KiB — 65 ms — h2https://news.tulane.edu/sites/default/files/2026-04/CatherineOConnor_Headshots_052125-1207.jpgnews.tulane.edu/sites/default/files... https://news.tulane.edu/sites/default/files/2026-04/CatherineOConnor_Headshots_052125-1207.jpg — 200 — 1.8 MiB — 51 ms — h2https://tulane.edu/sites/default/files/js/js_4tQX1qY8CISbXz-c62wz543U9va-TfMcnlvRK6JBpO4.js?scope=footer&delta=0&language=en&theme=tulane_tailwindcss&include=eJxtjUEKhDAQBD-UNU8KbRykdZyEnQnL_l7BgxdPBVWHAjNYVm0zNMkotbWdcuHoSliV_CaTB4IerJ6X7-jQ6TEphsKkBKg_2lLdM7TTZHtt9_zj8VfaegJa1Tm-/sites/default/files/js/js_4tQX1qY8... https://tulane.edu/sites/default/files/js/js_4tQX1qY8CISbXz-c62wz543U9va-TfMcnlvRK6JBpO4.js?scope=footer&delta=0&language=en&theme=tulane_tailwindcss&include=eJxtjUEKhDAQBD-UNU8KbRykdZyEnQnL_l7BgxdPBVWHAjNYVm0zNMkotbWdcuHoSliV_CaTB4IerJ6X7-jQ6TEphsKkBKg_2lLdM7TTZHtt9_zj8VfaegJa1Tm- — 200 — 243.9 KiB — 10 ms — h2https://news.tulane.edu/sites/default/files/2026-04/IanFaul_CommencementSpotlight_041026-6167.jpgnews.tulane.edu/sites/default/files... https://news.tulane.edu/sites/default/files/2026-04/IanFaul_CommencementSpotlight_041026-6167.jpg — 200 — 1.6 MiB — 40 ms — h2https://news.tulane.edu/sites/default/files/2026-04/Screenshot%202026-04-14%20at%208.55.36%E2%80%AFAM.pngnews.tulane.edu/sites/default/files... https://news.tulane.edu/sites/default/files/2026-04/Screenshot%202026-04-14%20at%208.55.36%E2%80%AFAM.png — 200 — 1.6 MiB — 40 ms — h2https://news.tulane.edu/sites/default/files/2026-04/CommunityTableTalks_040826-0886.jpgnews.tulane.edu/sites/default/files... https://news.tulane.edu/sites/default/files/2026-04/CommunityTableTalks_040826-0886.jpg — 200 — 1.0 MiB — 28 ms — h2https://news.tulane.edu/sites/default/files/2026-04/8B43F6EF-60C6-4CAB-8BC4-439490FB8280_1_201_a.jpegnews.tulane.edu/sites/default/files... https://news.tulane.edu/sites/default/files/2026-04/8B43F6EF-60C6-4CAB-8BC4-439490FB8280_1_201_a.jpeg — 200 — 164.9 KiB — 5 ms — h2https://tulane.edu/themes/custom/tulane_tailwindcss/img/tulane_footer.svg/themes/custom/tulane_tailwindcss/i... https://tulane.edu/themes/custom/tulane_tailwindcss/img/tulane_footer.svg — 200 — 5.8 KiB — 4 ms — h2https://tulane.edu/themes/custom/tulane_tailwindcss/img/facebook.svg/themes/custom/tulane_tailwindcss/i... https://tulane.edu/themes/custom/tulane_tailwindcss/img/facebook.svg — 200 — 521 B — 11 ms — h2https://tulane.edu/themes/custom/tulane_tailwindcss/img/twitter-3.svg/themes/custom/tulane_tailwindcss/i... https://tulane.edu/themes/custom/tulane_tailwindcss/img/twitter-3.svg — 200 — 488 B — 8 ms — h2https://tulane.edu/themes/custom/tulane_tailwindcss/img/instagram.svg/themes/custom/tulane_tailwindcss/i... https://tulane.edu/themes/custom/tulane_tailwindcss/img/instagram.svg — 200 — 1.3 KiB — 11 ms — h2https://tulane.edu/themes/custom/tulane_tailwindcss/img/linkedin.svg/themes/custom/tulane_tailwindcss/i... https://tulane.edu/themes/custom/tulane_tailwindcss/img/linkedin.svg — 200 — 567 B — 11 ms — h2https://tulane.edu/themes/custom/tulane_tailwindcss/img/tiktok3.svg/themes/custom/tulane_tailwindcss/i... https://tulane.edu/themes/custom/tulane_tailwindcss/img/tiktok3.svg — 200 — 740 B — 13 ms — h2https://snapwidget.com/embed/1001303snapwidget.com/embed/1001303 https://snapwidget.com/embed/1001303 — 200 — 7.8 KiB — 73 ms — h2https://tulane.edu/themes/custom/tulane_tailwindcss/img/fw-white.svg/themes/custom/tulane_tailwindcss/i... https://tulane.edu/themes/custom/tulane_tailwindcss/img/fw-white.svg — 200 — 745 B — 4 ms — h2https://tulane.edu/themes/custom/tulane_tailwindcss/img/gold-texture.png/themes/custom/tulane_tailwindcss/i... https://tulane.edu/themes/custom/tulane_tailwindcss/img/gold-texture.png — 200 — 548.6 KiB — 15 ms — h2https://tulane.edu/themes/custom/tulane_tailwindcss/img/gold-texture.jpeg/themes/custom/tulane_tailwindcss/i... https://tulane.edu/themes/custom/tulane_tailwindcss/img/gold-texture.jpeg — 200 — 32.2 KiB — 14 ms — h2https://snapwidget.com/stylesheets/embed.vendor.min.760717b3f565c387.csssnapwidget.com/stylesheets/embed.ve... https://snapwidget.com/stylesheets/embed.vendor.min.760717b3f565c387.css — 200 — 1.0 KiB — 37 ms — h2https://snapwidget.com/stylesheets/embed.style.min.33d8714986a48d7b.csssnapwidget.com/stylesheets/embed.st... https://snapwidget.com/stylesheets/embed.style.min.33d8714986a48d7b.css — 200 — 3.9 KiB — 33 ms — h2https://use.typekit.net/af/442215/000000000000000000010b5a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/442215/000000000... https://use.typekit.net/af/442215/000000000000000000010b5a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 23.5 KiB — 66 ms — h2https://use.typekit.net/af/1709eb/000000000000000000010b60/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/1709eb/000000000... https://use.typekit.net/af/1709eb/000000000000000000010b60/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 24.4 KiB — 63 ms — h2https://use.typekit.net/af/859a3b/00000000000000007735e58f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/859a3b/000000000... https://use.typekit.net/af/859a3b/00000000000000007735e58f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 168.4 KiB — 69 ms — h2https://snapwidget.com/stylesheets/embed.grid.min.0d105dc3e2d4e747.csssnapwidget.com/stylesheets/embed.gr... https://snapwidget.com/stylesheets/embed.grid.min.0d105dc3e2d4e747.css — 200 — 1.2 KiB — 28 ms — h2https://snapwidget.com/js/embed.vendor.min.2f17f0b14ee46c5a.jssnapwidget.com/js/embed.vendor.min.... https://snapwidget.com/js/embed.vendor.min.2f17f0b14ee46c5a.js — 200 — 1.4 KiB — 32 ms — h2https://snapwidget.com/js/embed.main.min.b26dca6d8591e5b3.jssnapwidget.com/js/embed.main.min.b2... https://snapwidget.com/js/embed.main.min.b26dca6d8591e5b3.js — 200 — 1.4 KiB — 34 ms — h2https://snapwidget.com/js/vendor/iframeResizer.contentWindow.min.0da4d54c7d115e53.jssnapwidget.com/js/vendor/iframeResi... https://snapwidget.com/js/vendor/iframeResizer.contentWindow.min.0da4d54c7d115e53.js — 200 — 6.4 KiB — 35 ms — h2https://use.typekit.net/af/e792b0/00000000000000007735e58e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/e792b0/000000000... https://use.typekit.net/af/e792b0/00000000000000007735e58e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 161.8 KiB — 55 ms — h2https://tulane.edu/sites/default/files/2022-08/shield_web_divider-01.svg/sites/default/files/2022-08/shield... https://tulane.edu/sites/default/files/2022-08/shield_web_divider-01.svg — 200 — 1.6 KiB — 7 ms — h2https://tulane.edu/sites/default/files/2022-11/tulane%20web%20banner%20demo.mp4/sites/default/files/2022-11/tulane... https://tulane.edu/sites/default/files/2022-11/tulane%20web%20banner%20demo.mp4 — 206 — 3.5 MiB — 11 ms — h2https://tulane.edu/core/modules/statistics/statistics.php/core/modules/statistics/statistics... https://tulane.edu/core/modules/statistics/statistics.php — 200 — 238 B — 206 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-W9ZD83www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-W9ZD83 — 200 — 189.2 KiB — 154 ms — h2https://www.googletagmanager.com/gtag/js?id=G-E8WQDE3S74www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-E8WQDE3S74 — 200 — 156.5 KiB — 142 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 71 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJb…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJb… — 200 — 0 B — 0 ms — datahttps://www.googletagmanager.com/gtag/js?id=G-DQL0R37F2R&cx=c&gtm=4e64h1h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-DQL0R37F2R&cx=c&gtm=4e64h1h1 — 200 — 172.3 KiB — 64 ms — h2https://www.googletagmanager.com/gtag/js?id=G-LXRZER7JKG&cx=c&gtm=4e64h1h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-LXRZER7JKG&cx=c&gtm=4e64h1h1 — 200 — 153.2 KiB — 43 ms — h2https://www.clarity.ms/tag/8l8gwzlwwp?ref=gtm2www.clarity.ms/tag/8l8gwzlwwp?ref=g... https://www.clarity.ms/tag/8l8gwzlwwp?ref=gtm2 — 200 — 1.2 KiB — 122 ms — http/1.1https://www.google.com/ccm/collect?rcb=13&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Ftulane.edu%2F&scrsrc=www.googletagmanager.com&rnd=2014294582.1776818902&dt=Tulane%20University%3A%20Leading%20Research%20%26%20Education%20in%20New%20Orleans&auid=1165593017.1776818902&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1h1v72214967za200zd72214967xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266401~117884344~118128922&apve=1&apvf=f&apvc=1&tft=1776818901858&tfd=687www.google.com/ccm/collect?rcb=13&f... https://www.google.com/ccm/collect?rcb=13&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Ftulane.edu%2F&scrsrc=www.googletagmanager.com&rnd=2014294582.1776818902&dt=Tulane%20University%3A%20Leading%20Research%20%26%20Education%20in%20New%20Orleans&auid=1165593017.1776818902&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1h1v72214967za200zd72214967xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266401~117884344~118128922&apve=1&apvf=f&apvc=1&tft=1776818901858&tfd=687 — 200 — 21 B — 103 ms — h3https://snapwidget.com/cdn-cgi/rum?snapwidget.com/cdn-cgi/rum? https://snapwidget.com/cdn-cgi/rum? — 204 — 458 B — 20 ms — h2https://scontent.cdninstagram.com/v/t51.82787-15/670284096_18579965659014903_5172748070730286561_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&_nc_ohc=Z0hoWRjvXwMQ7kNvwHIzxmJ&_nc_oc=AdobAeEp_IwVOHs0Z2WNxRyVmj7Vh2FrvMeMSgrLOJJNHSX1l7cOV70CQTgwChZteqI&_nc_zt=23&_nc_ht=scontent.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=f6LJ7k77ATgpjZMcb1g8yA&oh=00_Af346eJkrUsp9hTYabz5whrVKYKKfu-m7c91H8O9iAt0QA&oe=69EDE271scontent.cdninstagram.com/v/t51.827... https://scontent.cdninstagram.com/v/t51.82787-15/670284096_18579965659014903_5172748070730286561_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&_nc_ohc=Z0hoWRjvXwMQ7kNvwHIzxmJ&_nc_oc=AdobAeEp_IwVOHs0Z2WNxRyVmj7Vh2FrvMeMSgrLOJJNHSX1l7cOV70CQTgwChZteqI&_nc_zt=23&_nc_ht=scontent.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=f6LJ7k77ATgpjZMcb1g8yA&oh=00_Af346eJkrUsp9hTYabz5whrVKYKKfu-m7c91H8O9iAt0QA&oe=69EDE271 — 200 — 375.4 KiB — 152 ms — h3https://scontent.cdninstagram.com/v/t51.82787-15/671831404_18580137580014903_2172471091102110476_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&_nc_ohc=2ZIdYwDXZSoQ7kNvwHD6gTU&_nc_oc=Adqz-3VFs8DgsfZH31mo3q_pX9NAFbw_iMATFd4xnDpFV5cNBUoc4RFyNqMxYHm2P-g&_nc_zt=23&_nc_ht=scontent.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=f6LJ7k77ATgpjZMcb1g8yA&oh=00_Af1B9XmAO8JRSHIyAM_EliS5TtJxKJgnbJ3zti-xw_U-Dg&oe=69EDF86Fscontent.cdninstagram.com/v/t51.827... https://scontent.cdninstagram.com/v/t51.82787-15/671831404_18580137580014903_2172471091102110476_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&_nc_ohc=2ZIdYwDXZSoQ7kNvwHD6gTU&_nc_oc=Adqz-3VFs8DgsfZH31mo3q_pX9NAFbw_iMATFd4xnDpFV5cNBUoc4RFyNqMxYHm2P-g&_nc_zt=23&_nc_ht=scontent.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=f6LJ7k77ATgpjZMcb1g8yA&oh=00_Af1B9XmAO8JRSHIyAM_EliS5TtJxKJgnbJ3zti-xw_U-Dg&oe=69EDF86F — 200 — 321.3 KiB — 148 ms — h3https://scontent.cdninstagram.com/v/t51.82787-15/670890314_18580435207014903_8084029679774777876_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=110&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&_nc_ohc=CZfbzFEty0MQ7kNvwGt9tX-&_nc_oc=Adq0X7QawfVnslv2oOJh95eKULTNGASOLMg88QyOMV1gD5VcYVPOB2PUFiwyGLm_iag&_nc_zt=23&_nc_ht=scontent.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=f6LJ7k77ATgpjZMcb1g8yA&oh=00_Af1RtCBma_KZGTnxUaOsJQ_o7BFUqwR4lNJLWnqte0Srmg&oe=69EDD63Ascontent.cdninstagram.com/v/t51.827... https://scontent.cdninstagram.com/v/t51.82787-15/670890314_18580435207014903_8084029679774777876_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=110&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&_nc_ohc=CZfbzFEty0MQ7kNvwGt9tX-&_nc_oc=Adq0X7QawfVnslv2oOJh95eKULTNGASOLMg88QyOMV1gD5VcYVPOB2PUFiwyGLm_iag&_nc_zt=23&_nc_ht=scontent.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=f6LJ7k77ATgpjZMcb1g8yA&oh=00_Af1RtCBma_KZGTnxUaOsJQ_o7BFUqwR4lNJLWnqte0Srmg&oe=69EDD63A — 200 — 279.5 KiB — 142 ms — h3https://scontent.cdninstagram.com/v/t51.82787-15/671835220_18580927168014903_6300965027289460405_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&_nc_ohc=HV24yRXPD4AQ7kNvwFGyg4j&_nc_oc=Adpw15HSzuvgGXf2DgSnxZXLCpxHzinZQswON9atHTzWw7LtOiKvW1MdKi3s-8zhVOs&_nc_zt=23&_nc_ht=scontent.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=f6LJ7k77ATgpjZMcb1g8yA&oh=00_Af0n0xJWuVBsze4UMT5DAfDVTxLToqqbxAplrCgjF3fUGA&oe=69EDF44Cscontent.cdninstagram.com/v/t51.827... https://scontent.cdninstagram.com/v/t51.82787-15/671835220_18580927168014903_6300965027289460405_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&_nc_ohc=HV24yRXPD4AQ7kNvwFGyg4j&_nc_oc=Adpw15HSzuvgGXf2DgSnxZXLCpxHzinZQswON9atHTzWw7LtOiKvW1MdKi3s-8zhVOs&_nc_zt=23&_nc_ht=scontent.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=f6LJ7k77ATgpjZMcb1g8yA&oh=00_Af0n0xJWuVBsze4UMT5DAfDVTxLToqqbxAplrCgjF3fUGA&oe=69EDF44C — 200 — 301.6 KiB — 148 ms — h3https://scontent.cdninstagram.com/v/t51.82787-15/671030254_18581402581014903_5179736113677548180_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&_nc_ohc=TB-HYzqRKlEQ7kNvwF2QpQl&_nc_oc=Adp0DC7FtU_zZX2pH9Y6cZ6hS0VDEzFdfOF7ZGbW6G4cYfNRUjJfRtM5oHTRCskDdF4&_nc_zt=23&_nc_ht=scontent.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=f6LJ7k77ATgpjZMcb1g8yA&oh=00_Af11l3J73EnbHVipRFMDPaZKU4oMJTzVA_VLyVt9WHkONg&oe=69EDDB31scontent.cdninstagram.com/v/t51.827... https://scontent.cdninstagram.com/v/t51.82787-15/671030254_18581402581014903_5179736113677548180_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&_nc_ohc=TB-HYzqRKlEQ7kNvwF2QpQl&_nc_oc=Adp0DC7FtU_zZX2pH9Y6cZ6hS0VDEzFdfOF7ZGbW6G4cYfNRUjJfRtM5oHTRCskDdF4&_nc_zt=23&_nc_ht=scontent.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=f6LJ7k77ATgpjZMcb1g8yA&oh=00_Af11l3J73EnbHVipRFMDPaZKU4oMJTzVA_VLyVt9WHkONg&oe=69EDDB31 — 200 — 489.7 KiB — 152 ms — h3https://scontent.cdninstagram.com/v/t51.82787-15/671811664_18581476933014903_1203168632692915835_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&_nc_ohc=ddLdX-vk-D0Q7kNvwEaPpNF&_nc_oc=AdruABx6wS0i7q3WwAzY5G1ZC2vbb6qD7tHH65gHgUZBCFaHyouXsWigR2K27v_VddA&_nc_zt=23&_nc_ht=scontent.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=f6LJ7k77ATgpjZMcb1g8yA&oh=00_Af0wPqTdfTGq3zKLrcCdPVVJh9RdY0sEzderhWodKh423w&oe=69EDD84Escontent.cdninstagram.com/v/t51.827... https://scontent.cdninstagram.com/v/t51.82787-15/671811664_18581476933014903_1203168632692915835_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&_nc_ohc=ddLdX-vk-D0Q7kNvwEaPpNF&_nc_oc=AdruABx6wS0i7q3WwAzY5G1ZC2vbb6qD7tHH65gHgUZBCFaHyouXsWigR2K27v_VddA&_nc_zt=23&_nc_ht=scontent.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=f6LJ7k77ATgpjZMcb1g8yA&oh=00_Af0wPqTdfTGq3zKLrcCdPVVJh9RdY0sEzderhWodKh423w&oe=69EDD84E — 200 — 396.6 KiB — 153 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-LXRZER7JKG&gtm=45je64h1h1v9132654401z872214967za20gzb72214967zd72214967&_p=1776818901618&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1409853327.1776818902&frm=0&pscdl=noapi&rcb=18&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~115616985~115938465~115938469~117266401~117512543&sid=1776818901&sct=1&seg=0&dl=https%3A%2F%2Ftulane.edu%2F&dt=Tulane%20University%3A%20Leading%20Research%20%26%20Education%20in%20New%20Orleans&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=783region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-LXRZER7JKG&gtm=45je64h1h1v9132654401z872214967za20gzb72214967zd72214967&_p=1776818901618&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1409853327.1776818902&frm=0&pscdl=noapi&rcb=18&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~115616985~115938465~115938469~117266401~117512543&sid=1776818901&sct=1&seg=0&dl=https%3A%2F%2Ftulane.edu%2F&dt=Tulane%20University%3A%20Leading%20Research%20%26%20Education%20in%20New%20Orleans&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=783 — 204 — 545 B — 83 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-DQL0R37F2R&gtm=45je64h1h1v884928980z872214967za20gzb72214967zd72214967&_p=1776818901618&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1409853327.1776818902&frm=0&pscdl=noapi&rcb=18&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~115616985~115938465~115938469~117266400~117512543&sid=1776818902&sct=1&seg=0&dl=https%3A%2F%2Ftulane.edu%2F&dt=Tulane%20University%3A%20Leading%20Research%20%26%20Education%20in%20New%20Orleans&en=page_view&_fv=1&_ss=1&tfd=856region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-DQL0R37F2R&gtm=45je64h1h1v884928980z872214967za20gzb72214967zd72214967&_p=1776818901618&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1409853327.1776818902&frm=0&pscdl=noapi&rcb=18&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~115616985~115938465~115938469~117266400~117512543&sid=1776818902&sct=1&seg=0&dl=https%3A%2F%2Ftulane.edu%2F&dt=Tulane%20University%3A%20Leading%20Research%20%26%20Education%20in%20New%20Orleans&en=page_view&_fv=1&_ss=1&tfd=856 — 204 — 48 B — 27 ms — h2https://scripts.clarity.ms/0.8.59/clarity.jsscripts.clarity.ms/0.8.59/clarity.j... https://scripts.clarity.ms/0.8.59/clarity.js — 200 — 26.2 KiB — 130 ms — h2https://www.googletagmanager.com/a?v=3&t=l&pid=1995295072&rv=64h1&tag_exp=0~115616985~115938465~115938469~117266400~117512543&u=AAAAAAAIAAAAACA&ut=Ag&h=Ag&gtm=45je64h1h1v884928980za20gzb72214967zd72214967&cl=3.7.0&ccid=84928980&cid=G-DQL0R37F2R&l=L446.S50.B41.E249.I447.TC19.HTC0.F452.C2~gtm.init_consent.S4.V3.E44~gtm.init.S0.V0.E44.TS5ogtcrossdomain.TI106.TE0.TS5ogt1pdatav2.TI108.TE1.TS5ccdgafirst.TI124.TE0.TS5setproductsettings.TI123.TE0.TS5ccdgaregscope.TI122.TE1.TS5ccdemdownload.TI121.TE1.TS5ccdemoutboundclick.TI120.TE0.TS5ccdempageview.TI119.TE0.TS5ccdemscroll.TI118.TE0.TS5ccdemsitesearch.TI117.TE0.TS5ccdemvideo.TI116.TE0.TS5ccdconversionmarking.TI115.TE0.TS5ogteventcreate.TI114.TE0.TS5ogteventcreate.TI113.TE0.TS5ogteventcreate.TI112.TE0.TS5ccdautoredact.TI111.TE0.TS5ccdgaadslink.TI110.TE0.TS5ccdgalast.TI109.TE0~gtm.js.S0.V0.E29.TS5gct.TI103.TE19~gtm.dom.S0.V0.E7~gtm.load.S0.V0.E3~gtm.scrollDepth.S0.V0~GA411www.googletagmanager.com/a?v=3&t=l&... https://www.googletagmanager.com/a?v=3&t=l&pid=1995295072&rv=64h1&tag_exp=0~115616985~115938465~115938469~117266400~117512543&u=AAAAAAAIAAAAACA&ut=Ag&h=Ag&gtm=45je64h1h1v884928980za20gzb72214967zd72214967&cl=3.7.0&ccid=84928980&cid=G-DQL0R37F2R&l=L446.S50.B41.E249.I447.TC19.HTC0.F452.C2~gtm.init_consent.S4.V3.E44~gtm.init.S0.V0.E44.TS5ogtcrossdomain.TI106.TE0.TS5ogt1pdatav2.TI108.TE1.TS5ccdgafirst.TI124.TE0.TS5setproductsettings.TI123.TE0.TS5ccdgaregscope.TI122.TE1.TS5ccdemdownload.TI121.TE1.TS5ccdemoutboundclick.TI120.TE0.TS5ccdempageview.TI119.TE0.TS5ccdemscroll.TI118.TE0.TS5ccdemsitesearch.TI117.TE0.TS5ccdemvideo.TI116.TE0.TS5ccdconversionmarking.TI115.TE0.TS5ogteventcreate.TI114.TE0.TS5ogteventcreate.TI113.TE0.TS5ogteventcreate.TI112.TE0.TS5ccdautoredact.TI111.TE0.TS5ccdgaadslink.TI110.TE0.TS5ccdgalast.TI109.TE0~gtm.js.S0.V0.E29.TS5gct.TI103.TE19~gtm.dom.S0.V0.E7~gtm.load.S0.V0.E3~gtm.scrollDepth.S0.V0~GA411 — 200 — 11 B — 24 ms — h3https://tulane.edu/sites/default/files/favicon.ico/sites/default/files/favicon.ico https://tulane.edu/sites/default/files/favicon.ico — 200 — 5.0 KiB — 4 ms — h2https://b.clarity.ms/collectb.clarity.ms/collect https://b.clarity.ms/collect — 200 — 376 B — 426 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
65% of JavaScript execution is third-party
First-party Third-party 394ms · 541KB · €4/mo
Unattributable
Other
Optional
Execution 130ms
Transfer 0 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 84ms
Transfer 189 KB
Unused 36%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 72ms
Transfer 172 KB
Unused 40%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 55ms
Transfer 153 KB
Unused 42%
Monthly Cost €1/mo
Microsoft Clarity
Session Replay
Optional
Execution 53ms
Transfer 26 KB
Monthly Cost €1/mo

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

Why this matters

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

Learn more

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

Source: web.dev / HTTP Archive Web Almanac

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