Skip to content
https://rutgers.edu

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
70
GRADE
C
FIX
6
REVIEW
2
PASS
7
INFO
2

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

33
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.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
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.

25.93 s

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

49.12 s

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

984 ms

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

0.000

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

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

63.72 s

Page Load Progression

1.3 s
2.7 s
4.0 s
5.3 s
6.6 s
8.0 s
9.3 s
10.6 s
Checks
17
7 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
12.5 MB transferred, 171 requests
FIX
12.5 MB transferred, 171 requests
Critical::
Page weighs 14.0 MB (12.5 MB transferred)
Warning::
Images are 7.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 7.5 MB
Info::
CSS is 3.4 MB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 3.4 MB
Warning::
JavaScript is 1.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.2 MB
Warning::
171 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 2.6 g CO2 per page load
12.5 MB / 2.4 MB budget
12.5 MB transferred
171 requests
2.6 g CO2 per page load
Images 7.5 MiB 60%
CSS 3.4 MiB 27%
JavaScript 1.2 MiB 10%
HTML 195.1 KiB 2%
Fonts 179.2 KiB 1%
Other 16.1 KiB 0%
Other 5.0 KiB 0%
Other 549 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

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

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (12.5 MiB of 12.5 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
7413ms total JS execution
FIX
7413ms total JS execution
Warning::
Unattributable: 1595ms CPU time
Warning::
https://www.rutgers.edu/: 1015ms CPU time
Warning::
https://www.rutgers.edu/core/assets/vendor/jquery/...: 864ms CPU time
Warning::
https://www.rutgers.edu/profiles/rutgers/themes/ru...: 781ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-NQ7H...: 634ms CPU time
Warning::
Third-party scripts: 7413ms (100% of total)

Main Thread Breakdown

Script Evaluation 44% Other 29% Style & Layout 11% Script Parsing & Compilation 6% Parse HTML & CSS 6%
ScriptTotalScriptingParse/CompileParty
Unattributable1595ms24ms0ms3rd
https://www.rutgers.edu/1015ms82ms2ms3rd
https://www.rutgers.edu/core/assets/vendor/jquery/jquery.min.js?v=3.7.1864ms620ms14ms3rd
https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/node_modules/formstone/dist/js/core.js?tbdmp0781ms282ms1ms3rd
https://www.googletagmanager.com/gtag/js?id=G-NQ7HLJ30E3&cx=c&gtm=4e64h1634ms515ms115ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KZ35S2N577ms468ms76ms3rd
https://scripts.clarity.ms/0.8.59/clarity.js387ms326ms14ms3rd
https://cdn.blueconic.net/rutgers.js358ms292ms28ms3rd
https://www.google.com/cse/static/element/b33cba5881f68fbf/cse_element__en.js?usqp=CAI%3D322ms186ms59ms3rd
https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/css/style.css?tbdmp0303ms0ms0ms3rd

Showing top 10 of 15 scripts

D
JS Bundles
Action
63 scripts, 488 KB unused
FIX
63 scripts, 488 KB unused
Warning::
https://www.rutgers.edu/profiles/rutgers/themes/ru...: 74 KB unused (59%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-KZ3...: 69 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-NQ7H...: 69 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.google.com/cse/static/element/b33cba58...: 48 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.rutgers.edu/profiles/rutgers/themes/ru...: 46 KB unused (65%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 488 KB
488 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/node_modules/swiper/dist/js/swiper.min.js?tbdmp0126 KB74 KB (59%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KZ35S2N145 KB69 KB (48%)3rd
https://www.googletagmanager.com/gtag/js?id=G-NQ7HLJ30E3&cx=c&gtm=4e64h1173 KB69 KB (40%)3rd
https://www.google.com/cse/static/element/b33cba5881f68fbf/cse_element__en.js?usqp=CAI%3D98 KB48 KB (49%)3rd
https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/node_modules/gsap/dist/gsap.min.js?tbdmp071 KB46 KB (65%)3rd
https://www.rutgers.edu/core/misc/ajax.js?v=10.6.265 KB41 KB (64%)3rd
https://www.rutgers.edu/core/assets/vendor/jquery/jquery.min.js?v=3.7.186 KB41 KB (48%)3rd
https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/vendor/ally.min.js?tbdmp076 KB40 KB (54%)3rd
https://cse.google.com/adsense/search/async-ads.js44 KB32 KB (73%)3rd
https://platform-api.sharethis.com/js/sharethis.js47 KB27 KB (59%)3rd

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

F
Page Weight Inventory
Action
171 resources · 12.5 MB · 488 KB savings available
FIX
171 resources · 12.5 MB · 488 KB savings available
Warning::
Page weight 11.5 MB over 1MB target
Got: 12.5 MB Expected: ≤ 1 MB
Info::
~488 KB of savings available
Warning::
170 third-party resources (100% of weight)
Info::
21 resources over 200KB
171 resources · 12.5 MiB · 170 third-party 11.5 MiB over 1MB target
Image 60% · 7.5 MiB
CSS 27% · 3.4 MiB
JavaScript 10% · 1.2 MiB
Document 2% · 195.2 KiB
Font 1% · 179.2 KiB
Other 0% · 16.6 KiB

~487.9 KiB of savings available

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

No Cache-Control header

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

B
Image Optimization
28 images, 0 KB saveable
REVIEW
28 images, 0 KB saveable
Info::
All images are well-optimized
28 images 7.5 MB
0 oversized -0 KB
27 legacy format
0 missing dimensions CLS risk
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
5 fonts (179 KB)
PASS
5 fonts (179 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

179 KB total

Render-blocking

0

of 5

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 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s 40.0 s 42.0 s 44.0 s 46.0 s 48.0 s 50.0 s FCP 25.9 s LCP 49.1 shttps://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff26xK3dSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2 — 14.5 KiB — 10 ms — font-display: swaphttps://fonts.gstatic.com/s/ptserif/v19/EJRSQgYoZZY2vCFuvAnt66qSVyvVp8NA.woff2EJRSQgYoZZY2vCFuvAnt66q... https://fonts.gstatic.com/s/ptserif/v19/EJRSQgYoZZY2vCFuvAnt66qSVyvVp8NA.woff2 — 13.2 KiB — 13 ms — font-display: swaphttps://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff26xKydSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff2 — 14.4 KiB — 7 ms — font-display: swaphttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/webfonts/fa-brands-400.woff2 — 116.0 KiB — 34 ms — font-display: swaphttps://fonts.gstatic.com/s/oswald/v57/TK3IWkUHHAIjg75cFRf3bXL8LICs1_Fv40pKlN4NNSeSASz7FmlWHYjMdZwl.woff2TK3IWkUHHAIjg75cFRf3bXL... https://fonts.gstatic.com/s/oswald/v57/TK3IWkUHHAIjg75cFRf3bXL8LICs1_Fv40pKlN4NNSeSASz7FmlWHYjMdZwl.woff2 — 20.9 KiB — 12 ms — font-display: swap
6xK3dSBYKcSV-LCoeQqfX1R... woff2 swap
Size 15 KB
Load time 10 ms
Start 6.6 s
Risk FOUT — text flashes from fallback to web font
EJRSQgYoZZY2vCFuvAnt66q... woff2 swap
Size 13 KB
Load time 13 ms
Start 6.6 s
Risk FOUT — text flashes from fallback to web font
6xKydSBYKcSV-LCoeQqfX1R... woff2 swap
Size 14 KB
Load time 7 ms
Start 6.7 s
Risk FOUT — text flashes from fallback to web font
fa-brands-400.woff2 woff2 swap
Size 116 KB
Load time 34 ms
Start 6.7 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
TK3IWkUHHAIjg75cFRf3bXL... woff2 swap
Size 21 KB
Load time 12 ms
Start 6.7 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~58 KB and ~116 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+
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
171 requests over 11460ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s 40.0 s 42.0 s 44.0 s 46.0 s 48.0 s 50.0 s FCP 25.9 s LCP 49.1 shttps://rutgers.edu// https://rutgers.edu/ — 302 — 117 B — 548 ms — http/1.1https://www.rutgers.edu/www.rutgers.edu/ https://www.rutgers.edu/ — 200 — 189.3 KiB — 1.0 s — http/1.1https://fonts.googleapis.com/css?family=Oswald:400,500,600,700|PT+Serif:400,400i,700,700i|Source+Sans+Pro:400,400i,600,600i,700,700i&display=swapfonts.googleapis.com/css?family=Osw... https://fonts.googleapis.com/css?family=Oswald:400,500,600,700|PT+Serif:400,400i,700,700i|Source+Sans+Pro:400,400i,600,600i,700,700i&display=swap — 200 — 1.9 KiB — 60 ms — h2https://www.rutgers.edu/themes/contrib/stable/css/core/components/progress.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/core/components/progress.module.css?tbdmp0 — 200 — 1.2 KiB — 464 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/core/components/ajax-progress.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/core/components/ajax-progress.module.css?tbdmp0 — 200 — 1.4 KiB — 466 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/align.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/align.module.css?tbdmp0 — 200 — 855 B — 473 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/fieldgroup.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/fieldgroup.module.css?tbdmp0 — 200 — 464 B — 476 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/container-inline.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/container-inline.module.css?tbdmp0 — 200 — 592 B — 476 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/clearfix.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/clearfix.module.css?tbdmp0 — 200 — 677 B — 580 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/details.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/details.module.css?tbdmp0 — 200 — 474 B — 621 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/hidden.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/hidden.module.css?tbdmp0 — 200 — 1.7 KiB — 618 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/item-list.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/item-list.module.css?tbdmp0 — 200 — 656 B — 635 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/js.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/js.module.css?tbdmp0 — 200 — 773 B — 635 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/nowrap.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/nowrap.module.css?tbdmp0 — 200 — 465 B — 631 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/position-container.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/position-container.module.css?tbdmp0 — 200 — 464 B — 732 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/reset-appearance.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/reset-appearance.module.css?tbdmp0 — 200 — 646 B — 773 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/resize.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/resize.module.css?tbdmp0 — 200 — 641 B — 775 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/system-status-counter.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/system-status-counter.css?tbdmp0 — 200 — 1.1 KiB — 787 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/system-status-report-counters.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/system-status-report-counters.css?tbdmp0 — 200 — 928 B — 791 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/system-status-report-general-info.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/system-status-report-general-info.css?tbdmp0 — 200 — 625 B — 791 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/tablesort.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/tablesort.module.css?tbdmp0 — 200 — 745 B — 886 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/media/oembed.formatter.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/media/oembed.formatter.css?tbdmp0 — 200 — 415 B — 929 ms — http/1.1https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.csscdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css — 200 — 18.9 KiB — 40 ms — h3https://www.rutgers.edu/themes/contrib/stable/css/views/views.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/views/views.module.css?tbdmp0 — 200 — 805 B — 930 ms — http/1.1https://www.rutgers.edu/modules/contrib/paragraphs/css/paragraphs.unpublished.css?tbdmp0www.rutgers.edu/modules/contrib/par... https://www.rutgers.edu/modules/contrib/paragraphs/css/paragraphs.unpublished.css?tbdmp0 — 200 — 426 B — 944 ms — http/1.1https://www.rutgers.edu/modules/contrib/social_media_links/css/social_media_links.theme.css?tbdmp0www.rutgers.edu/modules/contrib/soc... https://www.rutgers.edu/modules/contrib/social_media_links/css/social_media_links.theme.css?tbdmp0 — 200 — 806 B — 948 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/big-picture/big-picture.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/big-picture/big-picture.css?tbdmp0 — 200 — 24.5 KiB — 1.1 s — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/atoms/button/button.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/atoms/button/button.css?tbdmp0 — 200 — 9.5 KiB — 1.0 s — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/atoms/category/category.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/atoms/category/category.css?tbdmp0 — 200 — 5.1 KiB — 1.1 s — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/cta-banner/cta-banner.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/cta-banner/cta-banner.css?tbdmp0 — 200 — 40.4 KiB — 1.4 s — http/1.1
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s 40.0 s 42.0 s 44.0 s 46.0 s 48.0 s 50.0 s FCP 25.9 s LCP 49.1 shttps://rutgers.edu// https://rutgers.edu/ — 302 — 117 B — 548 ms — http/1.1https://www.rutgers.edu/www.rutgers.edu/ https://www.rutgers.edu/ — 200 — 189.3 KiB — 1.0 s — http/1.1https://fonts.googleapis.com/css?family=Oswald:400,500,600,700|PT+Serif:400,400i,700,700i|Source+Sans+Pro:400,400i,600,600i,700,700i&display=swapfonts.googleapis.com/css?family=Osw... https://fonts.googleapis.com/css?family=Oswald:400,500,600,700|PT+Serif:400,400i,700,700i|Source+Sans+Pro:400,400i,600,600i,700,700i&display=swap — 200 — 1.9 KiB — 60 ms — h2https://www.rutgers.edu/themes/contrib/stable/css/core/components/progress.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/core/components/progress.module.css?tbdmp0 — 200 — 1.2 KiB — 464 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/core/components/ajax-progress.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/core/components/ajax-progress.module.css?tbdmp0 — 200 — 1.4 KiB — 466 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/align.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/align.module.css?tbdmp0 — 200 — 855 B — 473 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/fieldgroup.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/fieldgroup.module.css?tbdmp0 — 200 — 464 B — 476 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/container-inline.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/container-inline.module.css?tbdmp0 — 200 — 592 B — 476 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/clearfix.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/clearfix.module.css?tbdmp0 — 200 — 677 B — 580 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/details.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/details.module.css?tbdmp0 — 200 — 474 B — 621 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/hidden.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/hidden.module.css?tbdmp0 — 200 — 1.7 KiB — 618 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/item-list.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/item-list.module.css?tbdmp0 — 200 — 656 B — 635 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/js.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/js.module.css?tbdmp0 — 200 — 773 B — 635 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/nowrap.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/nowrap.module.css?tbdmp0 — 200 — 465 B — 631 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/position-container.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/position-container.module.css?tbdmp0 — 200 — 464 B — 732 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/reset-appearance.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/reset-appearance.module.css?tbdmp0 — 200 — 646 B — 773 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/resize.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/resize.module.css?tbdmp0 — 200 — 641 B — 775 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/system-status-counter.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/system-status-counter.css?tbdmp0 — 200 — 1.1 KiB — 787 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/system-status-report-counters.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/system-status-report-counters.css?tbdmp0 — 200 — 928 B — 791 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/system-status-report-general-info.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/system-status-report-general-info.css?tbdmp0 — 200 — 625 B — 791 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/system/components/tablesort.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/system/components/tablesort.module.css?tbdmp0 — 200 — 745 B — 886 ms — http/1.1https://www.rutgers.edu/themes/contrib/stable/css/media/oembed.formatter.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/media/oembed.formatter.css?tbdmp0 — 200 — 415 B — 929 ms — http/1.1https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.csscdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css — 200 — 18.9 KiB — 40 ms — h3https://www.rutgers.edu/themes/contrib/stable/css/views/views.module.css?tbdmp0www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/css/views/views.module.css?tbdmp0 — 200 — 805 B — 930 ms — http/1.1https://www.rutgers.edu/modules/contrib/paragraphs/css/paragraphs.unpublished.css?tbdmp0www.rutgers.edu/modules/contrib/par... https://www.rutgers.edu/modules/contrib/paragraphs/css/paragraphs.unpublished.css?tbdmp0 — 200 — 426 B — 944 ms — http/1.1https://www.rutgers.edu/modules/contrib/social_media_links/css/social_media_links.theme.css?tbdmp0www.rutgers.edu/modules/contrib/soc... https://www.rutgers.edu/modules/contrib/social_media_links/css/social_media_links.theme.css?tbdmp0 — 200 — 806 B — 948 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/big-picture/big-picture.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/big-picture/big-picture.css?tbdmp0 — 200 — 24.5 KiB — 1.1 s — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/atoms/button/button.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/atoms/button/button.css?tbdmp0 — 200 — 9.5 KiB — 1.0 s — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/atoms/category/category.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/atoms/category/category.css?tbdmp0 — 200 — 5.1 KiB — 1.1 s — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/cta-banner/cta-banner.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/cta-banner/cta-banner.css?tbdmp0 — 200 — 40.4 KiB — 1.4 s — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/cta-link-list/cta-link-list.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/cta-link-list/cta-link-list.css?tbdmp0 — 200 — 12.1 KiB — 1.1 s — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/descriptive-links/descriptive-links.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/descriptive-links/descriptive-links.css?tbdmp0 — 200 — 51.1 KiB — 1.3 s — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/event-card/event-card.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/event-card/event-card.css?tbdmp0 — 200 — 7.7 KiB — 1.2 s — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/libraries/events-display-lib/events-display-lib.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/libraries/events-display-lib/events-display-lib.css?tbdmp0 — 200 — 110.3 KiB — 1.5 s — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/organisms/facts-figures-home/facts-figures-home.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/organisms/facts-figures-home/facts-figures-home.css?tbdmp0 — 200 — 54.3 KiB — 1.4 s — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/atoms/icon/icon.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/atoms/icon/icon.css?tbdmp0 — 200 — 45.1 KiB — 1.4 s — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/atoms/image/image.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/atoms/image/image.css?tbdmp0 — 200 — 4.6 KiB — 1.4 s — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/mosaic/mosaic.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/mosaic/mosaic.css?tbdmp0 — 200 — 71.2 KiB — 1.6 s — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/new-hero-home/new-hero-home.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/new-hero-home/new-hero-home.css?tbdmp0 — 200 — 62.0 KiB — 1.5 s — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/news-card/news-card.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/news-card/news-card.css?tbdmp0 — 200 — 5.9 KiB — 1.5 s — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/organisms/news-display/news-display.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/organisms/news-display/news-display.css?tbdmp0 — 200 — 122.1 KiB — 1.8 s — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/atoms/page-title/page-title.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/atoms/page-title/page-title.css?tbdmp0 — 200 — 4.7 KiB — 1.6 s — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/base/section-title/section-title.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/base/section-title/section-title.css?tbdmp0 — 200 — 5.3 KiB — 1.7 s — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/organisms/social-media/social-media.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/organisms/social-media/social-media.css?tbdmp0 — 200 — 9.0 KiB — 1.7 s — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/social-media-links/social-media-links.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/social-media-links/social-media-links.css?tbdmp0 — 200 — 7.5 KiB — 1.7 s — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/stat-item/stat-item.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/stat-item/stat-item.css?tbdmp0 — 200 — 7.3 KiB — 2.1 s — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/atoms/sub-title/sub-title.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/atoms/sub-title/sub-title.css?tbdmp0 — 200 — 5.1 KiB — 1.7 s — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/organisms/user-choice/user-choice.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/organisms/user-choice/user-choice.css?tbdmp0 — 200 — 11.0 KiB — 1.8 s — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/user-choice-slide/user-choice-slide.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/user-choice-slide/user-choice-slide.css?tbdmp0 — 200 — 12.6 KiB — 1.8 s — http/1.1https://www.rutgers.edu/themes/custom/rutgers_edu/css/style.css?tbdmp0www.rutgers.edu/themes/custom/rutge... https://www.rutgers.edu/themes/custom/rutgers_edu/css/style.css?tbdmp0 — 200 — 1.5 KiB — 1.8 s — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/node_modules/lity/dist/lity.min.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/node_modules/lity/dist/lity.min.css?tbdmp0 — 200 — 3.7 KiB — 1.9 s — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/css/style.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/css/style.css?tbdmp0 — 200 — 2.7 MiB — 5.3 s — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/style/css/overrides.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/style/css/overrides.css?tbdmp0 — 200 — 6.3 KiB — 2.0 s — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/node_modules/swiper/dist/css/swiper.min.css?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/node_modules/swiper/dist/css/swiper.min.css?tbdmp0 — 200 — 19.7 KiB — 2.0 s — http/1.1https://www.rutgers.edu/sites/default/files/asset_injector/css/contextual_link_tweaks-6bc489d23e18e47872d724d40eedd891.css?tbdmp0www.rutgers.edu/sites/default/files... https://www.rutgers.edu/sites/default/files/asset_injector/css/contextual_link_tweaks-6bc489d23e18e47872d724d40eedd891.css?tbdmp0 — 200 — 1.5 KiB — 2.1 s — http/1.1https://www.rutgers.edu/sites/default/files/asset_injector/css/new_logo_footer-f4b38bd8ea389123517a02ba82668f75.css?tbdmp0www.rutgers.edu/sites/default/files... https://www.rutgers.edu/sites/default/files/asset_injector/css/new_logo_footer-f4b38bd8ea389123517a02ba82668f75.css?tbdmp0 — 200 — 425 B — 2.0 s — http/1.1https://www.rutgers.edu/sites/default/files/asset_injector/css/new_logo_header-712d767c1fa4d3eeacde40be447e0d77.css?tbdmp0www.rutgers.edu/sites/default/files... https://www.rutgers.edu/sites/default/files/asset_injector/css/new_logo_header-712d767c1fa4d3eeacde40be447e0d77.css?tbdmp0 — 200 — 592 B — 2.1 s — http/1.1https://www.rutgers.edu/sites/default/files/asset_injector/css/new_mini_news_logo-b8a8a42359fab39ad761a561f7db025d.css?tbdmp0www.rutgers.edu/sites/default/files... https://www.rutgers.edu/sites/default/files/asset_injector/css/new_mini_news_logo-b8a8a42359fab39ad761a561f7db025d.css?tbdmp0 — 200 — 704 B — 2.2 s — http/1.1https://www.rutgers.edu/sites/default/files/asset_injector/css/news_mobile_menu-a358014e2957c5c8eba6bb11f0ca02a2.css?tbdmp0www.rutgers.edu/sites/default/files... https://www.rutgers.edu/sites/default/files/asset_injector/css/news_mobile_menu-a358014e2957c5c8eba6bb11f0ca02a2.css?tbdmp0 — 200 — 493 B — 2.2 s — http/1.1https://www.rutgers.edu/core/misc/drupalSettingsLoader.js?v=10.6.2www.rutgers.edu/core/misc/drupalSet... https://www.rutgers.edu/core/misc/drupalSettingsLoader.js?v=10.6.2 — 200 — 1.1 KiB — 2.3 s — http/1.1https://www.rutgers.edu/modules/contrib/google_tag/js/gtag.js?tbdmp0www.rutgers.edu/modules/contrib/goo... https://www.rutgers.edu/modules/contrib/google_tag/js/gtag.js?tbdmp0 — 200 — 1.7 KiB — 2.3 s — http/1.1https://www.rutgers.edu/modules/contrib/google_tag/js/gtm.js?tbdmp0www.rutgers.edu/modules/contrib/goo... https://www.rutgers.edu/modules/contrib/google_tag/js/gtm.js?tbdmp0 — 200 — 1.6 KiB — 2.3 s — http/1.1https://www.rutgers.edu/sites/default/files/styles/16x9_full_default_1_5x/public/lg_nr17cacruday_a0502.jpg?h=330a960d&itok=qvOcV6T5www.rutgers.edu/sites/default/files... https://www.rutgers.edu/sites/default/files/styles/16x9_full_default_1_5x/public/lg_nr17cacruday_a0502.jpg?h=330a960d&itok=qvOcV6T5 — 200 — 551.7 KiB — 609 ms — http/1.1https://www.rutgers.edu/sites/default/files/styles/4x3_half_default_1_5x/public/lg_rsdm-promo-2.jpg?h=8b7966f8&itok=z0AEQLvTwww.rutgers.edu/sites/default/files... https://www.rutgers.edu/sites/default/files/styles/4x3_half_default_1_5x/public/lg_rsdm-promo-2.jpg?h=8b7966f8&itok=z0AEQLvT — 200 — 239.0 KiB — 313 ms — http/1.1https://www.rutgers.edu/sites/default/files/styles/1x1_quarter_768_2x/public/lg_nr18cacrudaya0133n.jpg?h=c81847af&itok=7QJueOcIwww.rutgers.edu/sites/default/files... https://www.rutgers.edu/sites/default/files/styles/1x1_quarter_768_2x/public/lg_nr18cacrudaya0133n.jpg?h=c81847af&itok=7QJueOcI — 200 — 801.4 KiB — 757 ms — http/1.1https://www.rutgers.edu/sites/default/files/styles/1x1_quarter_768_2x/public/mosaic_small-jm24dcadvocacycorps05.jpg?h=fbf7a813&itok=blt8Rxxvwww.rutgers.edu/sites/default/files... https://www.rutgers.edu/sites/default/files/styles/1x1_quarter_768_2x/public/mosaic_small-jm24dcadvocacycorps05.jpg?h=fbf7a813&itok=blt8Rxxv — 200 — 470.6 KiB — 467 ms — http/1.1https://www.rutgers.edu/sites/default/files/styles/1x1_quarter_768_2x/public/mosaic_small-nr25dougfall4498n.jpg?h=fbf7a813&itok=XLTPUNYPwww.rutgers.edu/sites/default/files... https://www.rutgers.edu/sites/default/files/styles/1x1_quarter_768_2x/public/mosaic_small-nr25dougfall4498n.jpg?h=fbf7a813&itok=XLTPUNYP — 200 — 393.3 KiB — 1.4 s — http/1.1https://www.rutgers.edu/core/assets/vendor/jquery/jquery.min.js?v=3.7.1www.rutgers.edu/core/assets/vendor/... https://www.rutgers.edu/core/assets/vendor/jquery/jquery.min.js?v=3.7.1 — 200 — 85.9 KiB — 158 ms — http/1.1https://www.rutgers.edu/core/assets/vendor/once/once.min.js?v=1.0.1www.rutgers.edu/core/assets/vendor/... https://www.rutgers.edu/core/assets/vendor/once/once.min.js?v=1.0.1 — 200 — 1.7 KiB — 155 ms — http/1.1https://www.rutgers.edu/core/misc/drupal.js?v=10.6.2www.rutgers.edu/core/misc/drupal.js... https://www.rutgers.edu/core/misc/drupal.js?v=10.6.2 — 200 — 20.9 KiB — 157 ms — http/1.1https://www.rutgers.edu/core/misc/drupal.init.js?v=10.6.2www.rutgers.edu/core/misc/drupal.in... https://www.rutgers.edu/core/misc/drupal.init.js?v=10.6.2 — 200 — 1.3 KiB — 155 ms — http/1.1https://www.rutgers.edu/core/assets/vendor/tabbable/index.umd.min.js?v=6.3.0www.rutgers.edu/core/assets/vendor/... https://www.rutgers.edu/core/assets/vendor/tabbable/index.umd.min.js?v=6.3.0 — 200 — 6.4 KiB — 157 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/DP.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/DP.js?tbdmp0 — 200 — 870 B — 156 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/node_modules/scrollmagic/scrollmagic/minified/ScrollMagic.min.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/node_modules/scrollmagic/scrollmagic/minified/ScrollMagic.min.js?tbdmp0 — 200 — 17.4 KiB — 157 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/node_modules/gsap/dist/gsap.min.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/node_modules/gsap/dist/gsap.min.js?tbdmp0 — 200 — 71.0 KiB — 158 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/node_modules/scrollmagic/scrollmagic/minified/plugins/animation.gsap.min.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/node_modules/scrollmagic/scrollmagic/minified/plugins/animation.gsap.min.js?tbdmp0 — 200 — 1.9 KiB — 156 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/libraries/facts-figures-lib/facts-figures-lib.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/libraries/facts-figures-lib/facts-figures-lib.js?tbdmp0 — 200 — 1.4 KiB — 155 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/mosaic/mosaic.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/mosaic/mosaic.js?tbdmp0 — 200 — 2.5 KiB — 155 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/new-hero-home/new-hero-home.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/molecules/new-hero-home/new-hero-home.js?tbdmp0 — 200 — 1.8 KiB — 155 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/libraries/responsive-background-image/responsive-background-image.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/libraries/responsive-background-image/responsive-background-image.js?tbdmp0 — 200 — 2.4 KiB — 155 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/node_modules/formstone/dist/js/core.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/node_modules/formstone/dist/js/core.js?tbdmp0 — 200 — 8.6 KiB — 155 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/node_modules/formstone/dist/js/mediaquery.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/node_modules/formstone/dist/js/mediaquery.js?tbdmp0 — 200 — 2.5 KiB — 155 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/node_modules/swiper/dist/js/swiper.min.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/node_modules/swiper/dist/js/swiper.min.js?tbdmp0 — 200 — 126.1 KiB — 161 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/libraries/side-tab-carousel-lib/side-tab-carousel-lib.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/libraries/side-tab-carousel-lib/side-tab-carousel-lib.js?tbdmp0 — 200 — 6.9 KiB — 156 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/organisms/social-media/social-media.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/organisms/social-media/social-media.js?tbdmp0 — 200 — 2.9 KiB — 159 ms — http/1.1https://www.rutgers.edu/core/misc/progress.js?v=10.6.2www.rutgers.edu/core/misc/progress.... https://www.rutgers.edu/core/misc/progress.js?v=10.6.2 — 200 — 5.5 KiB — 158 ms — http/1.1https://www.rutgers.edu/core/assets/vendor/loadjs/loadjs.min.js?v=4.3.0www.rutgers.edu/core/assets/vendor/... https://www.rutgers.edu/core/assets/vendor/loadjs/loadjs.min.js?v=4.3.0 — 200 — 2.2 KiB — 159 ms — http/1.1https://www.rutgers.edu/core/misc/debounce.js?v=10.6.2www.rutgers.edu/core/misc/debounce.... https://www.rutgers.edu/core/misc/debounce.js?v=10.6.2 — 200 — 1.8 KiB — 179 ms — http/1.1https://www.rutgers.edu/core/misc/announce.js?v=10.6.2www.rutgers.edu/core/misc/announce.... https://www.rutgers.edu/core/misc/announce.js?v=10.6.2 — 200 — 4.6 KiB — 332 ms — http/1.1https://www.rutgers.edu/core/misc/message.js?v=10.6.2www.rutgers.edu/core/misc/message.j... https://www.rutgers.edu/core/misc/message.js?v=10.6.2 — 200 — 8.6 KiB — 338 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 — 37 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-KZ35S2Nwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KZ35S2N — 200 — 144.9 KiB — 52 ms — h2https://cse.google.com/cse.js?cx=010071235655526915878:dsnrkxoa9pgcse.google.com/cse.js?cx=0100712356... https://cse.google.com/cse.js?cx=010071235655526915878:dsnrkxoa9pg — 200 — 3.7 KiB — 54 ms — h2https://www.rutgers.edu/core/misc/ajax.js?v=10.6.2www.rutgers.edu/core/misc/ajax.js?v... https://www.rutgers.edu/core/misc/ajax.js?v=10.6.2 — 200 — 65.3 KiB — 1.4 s — http/1.1https://www.rutgers.edu/sites/default/files/lg_nr17cacruday_a0502.jpgwww.rutgers.edu/sites/default/files... https://www.rutgers.edu/sites/default/files/lg_nr17cacruday_a0502.jpg — 200 — 634.9 KiB — 704 ms — http/1.1https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2 — 200 — 14.5 KiB — 10 ms — h3https://fonts.gstatic.com/s/ptserif/v19/EJRSQgYoZZY2vCFuvAnt66qSVyvVp8NA.woff2fonts.gstatic.com/s/ptserif/v19/EJR... https://fonts.gstatic.com/s/ptserif/v19/EJRSQgYoZZY2vCFuvAnt66qSVyvVp8NA.woff2 — 200 — 13.2 KiB — 13 ms — h3data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw== — 200 — 0 B — 0 ms — datahttps://www.rutgers.edu/themes/contrib/stable/js/ajax.js?v=10.6.2www.rutgers.edu/themes/contrib/stab... https://www.rutgers.edu/themes/contrib/stable/js/ajax.js?v=10.6.2 — 200 — 682 B — 332 ms — http/1.1https://www.rutgers.edu/modules/contrib/google_tag/js/gtag.ajax.js?tbdmp0www.rutgers.edu/modules/contrib/goo... https://www.rutgers.edu/modules/contrib/google_tag/js/gtag.ajax.js?tbdmp0 — 200 — 922 B — 312 ms — http/1.1https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff2 — 200 — 14.4 KiB — 7 ms — h3https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/webfonts/fa-brands-400.woff2cdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/webfonts/fa-brands-400.woff2 — 200 — 116.0 KiB — 34 ms — h3https://fonts.gstatic.com/s/oswald/v57/TK3IWkUHHAIjg75cFRf3bXL8LICs1_Fv40pKlN4NNSeSASz7FmlWHYjMdZwl.woff2fonts.gstatic.com/s/oswald/v57/TK3I... https://fonts.gstatic.com/s/oswald/v57/TK3IWkUHHAIjg75cFRf3bXL8LICs1_Fv40pKlN4NNSeSASz7FmlWHYjMdZwl.woff2 — 200 — 20.9 KiB — 12 ms — h3https://buttons-config.sharethis.com/js/5db74cb3020ee70012a2ad99.jsbuttons-config.sharethis.com/js/5db... https://buttons-config.sharethis.com/js/5db74cb3020ee70012a2ad99.js — 200 — 612 B — 72 ms — h2https://www.google.com/cse/static/element/b33cba5881f68fbf/cse_element__en.js?usqp=CAI%3Dwww.google.com/cse/static/element/b... https://www.google.com/cse/static/element/b33cba5881f68fbf/cse_element__en.js?usqp=CAI%3D — 200 — 98.5 KiB — 75 ms — h3https://www.google.com/cse/static/element/b33cba5881f68fbf/default_v6+en.csswww.google.com/cse/static/element/b... https://www.google.com/cse/static/element/b33cba5881f68fbf/default_v6+en.css — 200 — 9.7 KiB — 43 ms — h3https://www.google.com/cse/static/style/look/v6/default.csswww.google.com/cse/static/style/loo... https://www.google.com/cse/static/style/look/v6/default.css — 200 — 1.2 KiB — 28 ms — h3https://l.sharethis.com/pview?event=pview&hostname=www.rutgers.edu&location=%2F&product=inline-share-buttons&url=https%3A%2F%2Fwww.rutgers.edu%2F&source=sharethis.js&fcmp=false&fcmpv2=false&has_segmentio=false&title=Rutgers%20University&cms=unknown&publisher=5db74cb3020ee70012a2ad99&sop=true&version=st_sop.js&lang=en&description=Rutgers%2C%20The%20State%20University%20of%20New%20Jersey%2C%20is%20a%20leading%20national%20research%20university%20and%20the%20state%20of%20New%20Jersey%E2%80%99s%20preeminent%2C%20comprehensive%20public%20institution%20of%20higher%20education.&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=21efe869-d504-45a1-a758-e39276e01ca1l.sharethis.com/pview?event=pview&h... https://l.sharethis.com/pview?event=pview&hostname=www.rutgers.edu&location=%2F&product=inline-share-buttons&url=https%3A%2F%2Fwww.rutgers.edu%2F&source=sharethis.js&fcmp=false&fcmpv2=false&has_segmentio=false&title=Rutgers%20University&cms=unknown&publisher=5db74cb3020ee70012a2ad99&sop=true&version=st_sop.js&lang=en&description=Rutgers%2C%20The%20State%20University%20of%20New%20Jersey%2C%20is%20a%20leading%20national%20research%20university%20and%20the%20state%20of%20New%20Jersey%E2%80%99s%20preeminent%2C%20comprehensive%20public%20institution%20of%20higher%20education.&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=21efe869-d504-45a1-a758-e39276e01ca1 — 204 — 402 B — 361 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/backToTop.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/backToTop.js?tbdmp0 — 200 — 2.4 KiB — 162 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/js/behaviorsBootstrap.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/js/behaviorsBootstrap.js?tbdmp0 — 200 — 476 B — 160 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-NQ7HLJ30E3&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-NQ7HLJ30E3&cx=c&gtm=4e64h1 — 200 — 172.9 KiB — 44 ms — h2https://www.clarity.ms/tag/iv1k1jbs0fwww.clarity.ms/tag/iv1k1jbs0f https://www.clarity.ms/tag/iv1k1jbs0f — 200 — 843 B — 97 ms — http/1.1https://cdn.blueconic.net/rutgers.jscdn.blueconic.net/rutgers.js https://cdn.blueconic.net/rutgers.js — 200 — 40.4 KiB — 319 ms — h2https://r.turn.com/r/beacon?b2=acEvgxDit-Juyr6TQ4dqQ4GdkITgoIkPB_juUVO1Zz9M9zwX3eejkEWPfV0b0Q03AI9uuouicxTZ58QUQkKPMA&cid=&gtmcb=1563593796r.turn.com/r/beacon?b2=acEvgxDit-Ju... https://r.turn.com/r/beacon?b2=acEvgxDit-Juyr6TQ4dqQ4GdkITgoIkPB_juUVO1Zz9M9zwX3eejkEWPfV0b0Q03AI9uuouicxTZ58QUQkKPMA&cid=&gtmcb=1563593796 — 200 — 398 B — 47 ms — h2https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/desktopMenu.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/desktopMenu.js?tbdmp0 — 200 — 2.0 KiB — 170 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/detectIE.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/detectIE.js?tbdmp0 — 200 — 1.1 KiB — 169 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/node_modules/lity/dist/lity.min.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/node_modules/lity/dist/lity.min.js?tbdmp0 — 200 — 6.9 KiB — 172 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/vendor/ally.min.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/vendor/ally.min.js?tbdmp0 — 200 — 75.5 KiB — 174 ms — http/1.1https://region1.google-analytics.com/g/collect?v=2&tid=G-NQ7HLJ30E3&gtm=45je64h1v870732221z8810085621za20gzb810085621zd810085621&_p=1776799933208&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=48146587.1776799934&frm=0&pscdl=noapi&rcb=1&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&_s=1&tag_exp=0~115938465~115938468~117266401&sid=1776799933&sct=1&seg=0&dl=https%3A%2F%2Fwww.rutgers.edu%2F&dt=Rutgers%20University&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=7145region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-NQ7HLJ30E3&gtm=45je64h1v870732221z8810085621za20gzb810085621zd810085621&_p=1776799933208&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=48146587.1776799934&frm=0&pscdl=noapi&rcb=1&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&_s=1&tag_exp=0~115938465~115938468~117266401&sid=1776799933&sct=1&seg=0&dl=https%3A%2F%2Fwww.rutgers.edu%2F&dt=Rutgers%20University&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=7145 — 204 — 549 B — 72 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 — 98 ms — h2https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/mainMenu.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/mainMenu.js?tbdmp0 — 200 — 2.1 KiB — 165 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/mobileMenu.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/mobileMenu.js?tbdmp0 — 200 — 5.8 KiB — 166 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/newsCard.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/newsCard.js?tbdmp0 — 200 — 2.0 KiB — 163 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/richText.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/richText.js?tbdmp0 — 200 — 1.5 KiB — 161 ms — http/1.1https://rutgers.blueconic.net/DG/DEFAULT/rest/rpc/669?referer=https%3A%2F%2Fwww.rutgers.edu%2F&bcsessionid=&bctempid=&overruleReferrer=&time=2026-04-21T19%3A32%3A13%2B00%3A00&ts=1776799933958rutgers.blueconic.net/DG/DEFAULT/re... https://rutgers.blueconic.net/DG/DEFAULT/rest/rpc/669?referer=https%3A%2F%2Fwww.rutgers.edu%2F&bcsessionid=&bctempid=&overruleReferrer=&time=2026-04-21T19%3A32%3A13%2B00%3A00&ts=1776799933958 — 200 — 3.9 KiB — 568 ms — h2https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/searchForm.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/searchForm.js?tbdmp0 — 200 — 2.7 KiB — 156 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/searchGcse.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/searchGcse.js?tbdmp0 — 200 — 2.5 KiB — 156 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/slimNav.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/slimNav.js?tbdmp0 — 200 — 8.6 KiB — 164 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/vendor/stickyfill.min.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/vendor/stickyfill.min.js?tbdmp0 — 200 — 6.7 KiB — 164 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/stickyIeSupport.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/stickyIeSupport.js?tbdmp0 — 200 — 1.3 KiB — 162 ms — http/1.1https://h.clarity.ms/collecth.clarity.ms/collect https://h.clarity.ms/collect — 204 — 279 B — 290 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/vendor/jquery.hoverIntent.min.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/vendor/jquery.hoverIntent.min.js?tbdmp0 — 200 — 2.6 KiB — 156 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/utilityDropDownMenu.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/utilityDropDownMenu.js?tbdmp0 — 200 — 3.4 KiB — 158 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/vendor/what-input.min.js?tbdmp0www.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/pattern_lab/source/js/vendor/what-input.min.js?tbdmp0 — 200 — 5.1 KiB — 165 ms — http/1.1https://www.rutgers.edu/sites/default/files/styles/16x9_full_default_1_5x/public/lg_nr22cacfall5761n-crop.jpg?h=8b7966f8&itok=xFfJ5HqLwww.rutgers.edu/sites/default/files... https://www.rutgers.edu/sites/default/files/styles/16x9_full_default_1_5x/public/lg_nr22cacfall5761n-crop.jpg?h=8b7966f8&itok=xFfJ5HqL — 200 — 531.3 KiB — 769 ms — http/1.1https://www.rutgers.edu/sites/default/files/styles/16x9_full_default_1_5x/public/lg_questionbox-nr26ru250merch7587sm.jpg?h=8b7966f8&itok=W9NBrSVfwww.rutgers.edu/sites/default/files... https://www.rutgers.edu/sites/default/files/styles/16x9_full_default_1_5x/public/lg_questionbox-nr26ru250merch7587sm.jpg?h=8b7966f8&itok=W9NBrSVf — 200 — 382.9 KiB — 762 ms — http/1.1https://h.clarity.ms/collecth.clarity.ms/collect https://h.clarity.ms/collect — 204 — 279 B — 392 ms — http/1.1https://www.rutgers.edu/sites/default/files/styles/16x9_full_default_1_5x/public/lg_questionbox-nr23cacstudentbanner6229sm.jpg?h=8b7966f8&itok=3OACB9pXwww.rutgers.edu/sites/default/files... https://www.rutgers.edu/sites/default/files/styles/16x9_full_default_1_5x/public/lg_questionbox-nr23cacstudentbanner6229sm.jpg?h=8b7966f8&itok=3OACB9pX — 200 — 483.9 KiB — 1.5 s — http/1.1https://www.rutgers.edu/sites/default/files/styles/16x9_full_default_1_5x/public/lg_questionbox-nr18oit_students5396n.jpg?h=8b7966f8&itok=2MuD6qUiwww.rutgers.edu/sites/default/files... https://www.rutgers.edu/sites/default/files/styles/16x9_full_default_1_5x/public/lg_questionbox-nr18oit_students5396n.jpg?h=8b7966f8&itok=2MuD6qUi — 200 — 372.6 KiB — 331 ms — http/1.1https://www.rutgers.edu/sites/default/files/styles/16x9_full_default_1_5x/public/lg_questionbox-nr24megafair1630n.jpg?h=8b7966f8&itok=96acHt85www.rutgers.edu/sites/default/files... https://www.rutgers.edu/sites/default/files/styles/16x9_full_default_1_5x/public/lg_questionbox-nr24megafair1630n.jpg?h=8b7966f8&itok=96acHt85 — 200 — 335.3 KiB — 763 ms — http/1.1https://rutgers.blueconic.net/plugin/plugin/91cf0f2b4d7087542d8258e4f7537b66rutgers.blueconic.net/plugin/plugin... https://rutgers.blueconic.net/plugin/plugin/91cf0f2b4d7087542d8258e4f7537b66 — 200 — 21.4 KiB — 197 ms — h2https://rutgers.blueconic.net/plugin/library/e83014a8e0776660a2883f0a4039f67brutgers.blueconic.net/plugin/librar... https://rutgers.blueconic.net/plugin/library/e83014a8e0776660a2883f0a4039f67b — 200 — 14.8 KiB — 195 ms — h2https://www.rutgers.edu/sites/default/files/styles/16x9_full_default_1_5x/public/lg_questionbpx-scarlet-knights-soccer-matthew-acosta-1.jpg?h=8b7966f8&itok=nOwTwVeKwww.rutgers.edu/sites/default/files... https://www.rutgers.edu/sites/default/files/styles/16x9_full_default_1_5x/public/lg_questionbpx-scarlet-knights-soccer-matthew-acosta-1.jpg?h=8b7966f8&itok=nOwTwVeK — 200 — 294.8 KiB — 2.4 s — http/1.1https://www.rutgers.edu/sites/default/files/styles/16x9_half_500_2x/public/2022-08/nr22rudaybusch3114n.jpeg?h=58c8a5e7&itok=uYfcZQH2www.rutgers.edu/sites/default/files... https://www.rutgers.edu/sites/default/files/styles/16x9_half_500_2x/public/2022-08/nr22rudaybusch3114n.jpeg?h=58c8a5e7&itok=uYfcZQH2 — 200 — 275.1 KiB — 313 ms — http/1.1https://www.google.com/cse/static/element/b33cba5881f68fbf/mobile_v6+en.csswww.google.com/cse/static/element/b... https://www.google.com/cse/static/element/b33cba5881f68fbf/mobile_v6+en.css — 200 — 1.5 KiB — 13 ms — h3https://cse.google.com/adsense/search/async-ads.jscse.google.com/adsense/search/async... https://cse.google.com/adsense/search/async-ads.js — 200 — 43.6 KiB — 19 ms — h2https://www.google.com/cse/static/images/2x/en/branding.pngwww.google.com/cse/static/images/2x... https://www.google.com/cse/static/images/2x/en/branding.png — 200 — 3.3 KiB — 12 ms — h3https://clients1.google.com/generate_204clients1.google.com/generate_204 https://clients1.google.com/generate_204 — 204 — 117 B — 28 ms — h2https://rutgers.blueconic.net/DG/DEFAULT/rest/rpc/669/LB-Zone-2?referer=https%3A%2F%2Fwww.rutgers.edu%2F&bcsessionid=&bctempid=aa3e423e-5866-4ce7-93cf-eb2b3b623325&overruleReferrer=&time=2026-04-21T19%3A32%3A14%2B00%3A00&ts=1776799934864rutgers.blueconic.net/DG/DEFAULT/re... https://rutgers.blueconic.net/DG/DEFAULT/rest/rpc/669/LB-Zone-2?referer=https%3A%2F%2Fwww.rutgers.edu%2F&bcsessionid=&bctempid=aa3e423e-5866-4ce7-93cf-eb2b3b623325&overruleReferrer=&time=2026-04-21T19%3A32%3A14%2B00%3A00&ts=1776799934864 — 200 — 1.4 KiB — 103 ms — h2https://www.rutgers.edu/sites/default/files/styles/16x9_half_500_2x/public/rutgers_day_marching_band_lm24_hero.jpg?h=0a5869e3&itok=WxQS6k14www.rutgers.edu/sites/default/files... https://www.rutgers.edu/sites/default/files/styles/16x9_half_500_2x/public/rutgers_day_marching_band_lm24_hero.jpg?h=0a5869e3&itok=WxQS6k14 — 200 — 322.9 KiB — 319 ms — http/1.1https://www.rutgers.edu/sites/default/files/styles/16x9_one_third_500_2x/public/2026goldwater-hero-2.jpg?h=8b7966f8&itok=7haj14_ewww.rutgers.edu/sites/default/files... https://www.rutgers.edu/sites/default/files/styles/16x9_one_third_500_2x/public/2026goldwater-hero-2.jpg?h=8b7966f8&itok=7haj14_e — 200 — 266.7 KiB — 1.4 s — http/1.1https://rutgers.blueconic.net/DG/DEFAULT/cs?bcsessionid=aa3e423e-5866-4ce7-93cf-eb2b3b623325&&callback=bc_json670rutgers.blueconic.net/DG/DEFAULT/cs... https://rutgers.blueconic.net/DG/DEFAULT/cs?bcsessionid=aa3e423e-5866-4ce7-93cf-eb2b3b623325&&callback=bc_json670 — 200 — 893 B — 97 ms — h2https://rutgers.blueconic.net/DG/DEFAULT/rest/rpc/669/LB-Zone-2?referer=https%3A%2F%2Fwww.rutgers.edu%2F&bcsessionid=aa3e423e-5866-4ce7-93cf-eb2b3b623325&bctempid=&overruleReferrer=&time=2026-04-21T19%3A32%3A15%2B00%3A00&ts=1776799935005rutgers.blueconic.net/DG/DEFAULT/re... https://rutgers.blueconic.net/DG/DEFAULT/rest/rpc/669/LB-Zone-2?referer=https%3A%2F%2Fwww.rutgers.edu%2F&bcsessionid=aa3e423e-5866-4ce7-93cf-eb2b3b623325&bctempid=&overruleReferrer=&time=2026-04-21T19%3A32%3A15%2B00%3A00&ts=1776799935005 — 200 — 1.5 KiB — 102 ms — h2https://www.rutgers.edu/sites/default/files/styles/16x9_one_third_500_2x/public/nr26griebelldiana7197n.jpg?h=8b7966f8&itok=eNU85vsvwww.rutgers.edu/sites/default/files... https://www.rutgers.edu/sites/default/files/styles/16x9_one_third_500_2x/public/nr26griebelldiana7197n.jpg?h=8b7966f8&itok=eNU85vsv — 200 — 203.8 KiB — 311 ms — http/1.1https://rutgers.blueconic.net/DG/DEFAULT/cs?bcsessionid=No%20profile%20present%20and%20will%20not%20be%20created.&&callback=bc_json671rutgers.blueconic.net/DG/DEFAULT/cs... https://rutgers.blueconic.net/DG/DEFAULT/cs?bcsessionid=No%20profile%20present%20and%20will%20not%20be%20created.&&callback=bc_json671 — 200 — 730 B — 96 ms — h2https://www.rutgers.edu/sites/default/files/styles/16x9_one_third_500_2x/public/stereograph-hero.jpg?h=8b7966f8&itok=2zwvTqVPwww.rutgers.edu/sites/default/files... https://www.rutgers.edu/sites/default/files/styles/16x9_one_third_500_2x/public/stereograph-hero.jpg?h=8b7966f8&itok=2zwvTqVP — 200 — 330.7 KiB — 1.4 s — http/1.1https://www.rutgers.edu/sites/default/files/styles/16x9_one_third_500_2x/public/cassandra_vega_rutgers_gate_cambridge_2026_hero-a.jpg?h=8b1604b7&itok=R3JRldiDwww.rutgers.edu/sites/default/files... https://www.rutgers.edu/sites/default/files/styles/16x9_one_third_500_2x/public/cassandra_vega_rutgers_gate_cambridge_2026_hero-a.jpg?h=8b1604b7&itok=R3JRldiD — 200 — 205.2 KiB — 311 ms — http/1.1https://www.rutgers.edu/sites/default/files/styles/16x9_full_default_1_5x/public/lg_NR23LivFall4370mh.jpg?h=30ba5bb5&itok=7LLAw7ORwww.rutgers.edu/sites/default/files... https://www.rutgers.edu/sites/default/files/styles/16x9_full_default_1_5x/public/lg_NR23LivFall4370mh.jpg?h=30ba5bb5&itok=7LLAw7OR — 200 — 393.5 KiB — 461 ms — http/1.1https://www.rutgers.edu/sites/default/files/styles/1x1_eighth_default_2x/public/logo-icon/2025-05/mosaic_column_ss578091232.png?h=5273c5c2&itok=XfkmNmp4www.rutgers.edu/sites/default/files... https://www.rutgers.edu/sites/default/files/styles/1x1_eighth_default_2x/public/logo-icon/2025-05/mosaic_column_ss578091232.png?h=5273c5c2&itok=XfkmNmp4 — 200 — 8.8 KiB — 156 ms — http/1.1https://www.rutgers.edu/sites/default/files/styles/16x9_full_default_1x/public/lg_NR23LivFall4370mh.jpg?h=30ba5bb5&itok=gQIK6WQYwww.rutgers.edu/sites/default/files... https://www.rutgers.edu/sites/default/files/styles/16x9_full_default_1x/public/lg_NR23LivFall4370mh.jpg?h=30ba5bb5&itok=gQIK6WQY — 200 — 205.3 KiB — 307 ms — http/1.1https://h.clarity.ms/collecth.clarity.ms/collect https://h.clarity.ms/collect — 204 — 279 B — 92 ms — http/1.1https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/organisms/user-choice/images/icon-arrow-right-white.svgwww.rutgers.edu/profiles/rutgers/th... https://www.rutgers.edu/profiles/rutgers/themes/rutgers_main/components/organisms/user-choice/images/icon-arrow-right-white.svg — 200 — 518 B — 156 ms — http/1.1data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJod…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJod… — -1 — 0 B — 2 ms — data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJod…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJod… — -1 — 0 B — 1 ms — https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=afs&tv=1234567890&st=env&sjk=w/4ycRoFTACSxctlsrJotw==&sde=1ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=afs&tv=1234567890&st=env&sjk=w/4ycRoFTACSxctlsrJotw==&sde=1 — 200 — 8.0 KiB — 37 ms — h3https://www.rutgers.edu/themes/custom/rutgers_edu/favicon.icowww.rutgers.edu/themes/custom/rutge... https://www.rutgers.edu/themes/custom/rutgers_edu/favicon.ico — 200 — 4.9 KiB — 306 ms — http/1.1https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 22 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 5.8 KiB — 13 ms — h2https://pagead2.googlesyndication.com/bg/jtP_XiYJVGkSVlMywOQWuZPksZRFmK02Z9iBbZJRvFI.jspagead2.googlesyndication.com/bg/jt... https://pagead2.googlesyndication.com/bg/jtP_XiYJVGkSVlMywOQWuZPksZRFmK02Z9iBbZJRvFI.js — 200 — 21.8 KiB — 21 ms — h3https://ep2.adtrafficquality.google/generate_204?-DVr_Qep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?-DVr_Q — 204 — 40 B — 5 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=afs_1234567890&jk=w%2F4ycRoFTACSxctlsrJotw%3D%3D&bg=!hIelh-XNAAY2C5OeFgs7AEcBe5WfONrIThhpc5Ii39rpeX4iEt_mM28CNaJ4jDt8hvedzj9aY9R-5aU2Xanrk0ZEgWQV71Bc-mJfbIQwt7oAQkLt2okQwAIAAAB0UgAAAApoAQd-ABvp2xgM11-zYC9PIVD6XRe9mLqOyGvlwFLHoMGZAhRIK0JmPmwo7jEYJiTsX_zvy0NzUvA2QLIt_iCkEIj9kUdDUxyFQOFjlybKu_IxkXyhmslNefVTkfNpwutIGeN80CP9QumBOvk55jh8l5HIQh8SjcUteuCPduMrW8n3rjotjIbnsydmdCZJ0qdzsHWi7riZdK-boqVfBgJD29FRqK3MQel9KhMHYvz3qOykJcaUKpN-tFBwuA41l76p69vXR-VdfUBMp0oeUmmKr4_KoqUgKcXfxXnNUCgBq9w5KumwFaD7Ge05yaLkKlJ9iAciQEuNjnseFLA_4UL64b6AtMjgh6MngmbrRxoicDdPEhdGp40lf583ziuBV6KN0h_3np2qe8P4ilWgJi9L6sTLbvqyyyuBD1lLvP2Skj3SblzjxaJ2NKn4FCoa_lfUpX2ugvglQdBgO_8J2o6Qx8h5oIJWGRQQb2bVC-yGlPARiKStW5mjAUYKHh-0pYlhLI1LpzdpSGVTV2sLcvmpxQqs7rPtTrXj_eXKH-sVNOE7z6tLmuJhqAV7ZlTqi6Bgq00GBPVxnQODPJHeFtH4gLcOM1oTMCgNnvZ8xYBjDDzilIpDh2j9S2HbNsvUtjCGLd6GMKFyJTEl6o3w7wtU20vpwfTlorsdCCUbj-xyyOK0n3yEpWSmN1py76BQ6qBYYg-W_2M06-TQ0JBmHcfYp7WeTFL5Yc2o38kf6AqOWZua6iGohQ-1ep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=afs_1234567890&jk=w%2F4ycRoFTACSxctlsrJotw%3D%3D&bg=!hIelh-XNAAY2C5OeFgs7AEcBe5WfONrIThhpc5Ii39rpeX4iEt_mM28CNaJ4jDt8hvedzj9aY9R-5aU2Xanrk0ZEgWQV71Bc-mJfbIQwt7oAQkLt2okQwAIAAAB0UgAAAApoAQd-ABvp2xgM11-zYC9PIVD6XRe9mLqOyGvlwFLHoMGZAhRIK0JmPmwo7jEYJiTsX_zvy0NzUvA2QLIt_iCkEIj9kUdDUxyFQOFjlybKu_IxkXyhmslNefVTkfNpwutIGeN80CP9QumBOvk55jh8l5HIQh8SjcUteuCPduMrW8n3rjotjIbnsydmdCZJ0qdzsHWi7riZdK-boqVfBgJD29FRqK3MQel9KhMHYvz3qOykJcaUKpN-tFBwuA41l76p69vXR-VdfUBMp0oeUmmKr4_KoqUgKcXfxXnNUCgBq9w5KumwFaD7Ge05yaLkKlJ9iAciQEuNjnseFLA_4UL64b6AtMjgh6MngmbrRxoicDdPEhdGp40lf583ziuBV6KN0h_3np2qe8P4ilWgJi9L6sTLbvqyyyuBD1lLvP2Skj3SblzjxaJ2NKn4FCoa_lfUpX2ugvglQdBgO_8J2o6Qx8h5oIJWGRQQb2bVC-yGlPARiKStW5mjAUYKHh-0pYlhLI1LpzdpSGVTV2sLcvmpxQqs7rPtTrXj_eXKH-sVNOE7z6tLmuJhqAV7ZlTqi6Bgq00GBPVxnQODPJHeFtH4gLcOM1oTMCgNnvZ8xYBjDDzilIpDh2j9S2HbNsvUtjCGLd6GMKFyJTEl6o3w7wtU20vpwfTlorsdCCUbj-xyyOK0n3yEpWSmN1py76BQ6qBYYg-W_2M06-TQ0JBmHcfYp7WeTFL5Yc2o38kf6AqOWZua6iGohQ-1 — 204 — 17 B — 15 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 7413ms · 3742KB · $98/mo
Unattributable
Other
Costly
Execution 1595ms
Transfer 0 KB
Monthly Cost $21/mo
www.rutgers.edu
Other
Costly
Execution 1015ms
Transfer 189 KB
Monthly Cost $13/mo
www.rutgers.edu
Other
Costly
Execution 864ms
Transfer 86 KB
Unused 48%
Monthly Cost $11/mo
www.rutgers.edu
Other
Costly
Execution 781ms
Transfer 9 KB
Monthly Cost $10/mo
Google Tag Manager
Tag Manager
Costly
Execution 634ms
Transfer 173 KB
Unused 40%
Monthly Cost $8/mo
Google Tag Manager
Tag Manager
Costly
Execution 577ms
Transfer 145 KB
Unused 48%
Monthly Cost $8/mo
Microsoft Clarity
Session Replay
Costly
Execution 387ms
Transfer 26 KB
Monthly Cost $5/mo
cdn.blueconic.net
Other
Costly
Execution 358ms
Transfer 40 KB
Monthly Cost $5/mo
www.google.com
Other
Costly
Execution 322ms
Transfer 98 KB
Unused 49%
Monthly Cost $4/mo
www.rutgers.edu
Other
Costly
Execution 303ms
Transfer 2731 KB
Monthly Cost $4/mo
platform-api.sharethis.com
Other
Optional
Execution 180ms
Transfer 47 KB
Unused 59%
Monthly Cost $2/mo
www.rutgers.edu
Other
Optional
Execution 145ms
Transfer 71 KB
Unused 65%
Monthly Cost $2/mo
ep2.adtrafficquality.google
Other
Optional
Execution 107ms
Transfer 8 KB
Monthly Cost $1/mo
www.rutgers.edu
Other
Optional
Execution 77ms
Transfer 76 KB
Unused 54%
Monthly Cost $1/mo
cse.google.com
Other
Optional
Execution 69ms
Transfer 44 KB
Unused 73%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 1595ms and costs ~$21/month
  • www.rutgers.edu adds 1015ms and costs ~$13/month
  • www.rutgers.edu adds 864ms and costs ~$11/month
  • www.rutgers.edu adds 781ms and costs ~$10/month
  • Google Tag Manager adds 634ms and costs ~$8/month
  • Google Tag Manager adds 577ms and costs ~$8/month
  • Microsoft Clarity adds 387ms and costs ~$5/month
  • cdn.blueconic.net adds 358ms and costs ~$5/month
  • www.google.com adds 322ms and costs ~$4/month
  • www.rutgers.edu adds 303ms and costs ~$4/month

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

Why this matters

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

Learn more

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

Source: web.dev

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

www.rutgers.edu takes 1015ms 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

www.rutgers.edu takes 864ms 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

www.rutgers.edu takes 781ms 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 634ms 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 577ms 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

Microsoft Clarity takes 387ms 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

cdn.blueconic.net takes 358ms 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

www.google.com takes 322ms 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

www.rutgers.edu takes 303ms 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

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

65% of www.rutgers.edu'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

54% of www.rutgers.edu'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

73% of cse.google.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