Skip to content
https://chop.edu

Performance

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

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

24
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
100
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
77
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

4.08 s

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

16.40 s

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

598 ms

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

0.552

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

6.88 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

30.01 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
17
7 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
6.0 MB transferred, 95 requests
FIX
6.0 MB transferred, 95 requests
Critical::
Page weighs 8.1 MB (6.0 MB transferred)
Warning::
JavaScript is 2.5 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.5 MB
Warning::
Images are 1.7 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.7 MB
Info::
CSS is 659 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 659 KB
Info::
Fonts are 425 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 425 KB
Info::
95 HTTP requests
Info::
Estimated 1.3 g CO2 per page load
6.0 MB / 2.4 MB budget
6.0 MB transferred
95 requests
1.3 g CO2 per page load
JavaScript 2.5 MiB 42%
Images 1.7 MiB 28%
CSS 659.4 KiB 11%
Other 474.4 KiB 8%
Fonts 425.3 KiB 7%
HTML 271.9 KiB 4%
Other 31.6 KiB 1%
Other 157 B 0%
0 2.4 MB 4.9 MB
Over budget

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

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

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

Why this matters

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

Source: web.dev font loading

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (6.0 MiB of 6.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
3087ms total JS execution
FIX
3087ms total JS execution
Warning::
https://redcap.chop.edu/redcap_v16.1.4/Resources/w...: 978ms CPU time
Warning::
https://www.chop.edu/themes/custom/outline_fronten...: 804ms CPU time
Warning::
Unattributable: 480ms CPU time
Warning::
https://www.chop.edu/: 439ms CPU time
Info::
https://chopedu.containers.piwik.pro/49ada007-8244...: 196ms CPU time
Warning::
Third-party scripts: 3087ms (100% of total)

Main Thread Breakdown

Script Evaluation 48% Other 18% Style & Layout 13% Script Parsing & Compilation 11% Parse HTML & CSS 8%
ScriptTotalScriptingParse/CompileParty
https://redcap.chop.edu/redcap_v16.1.4/Resources/webpack/js/bundle.js?1772112072978ms771ms186ms3rd
https://www.chop.edu/themes/custom/outline_frontend/dist/outline.js?tcw8c1804ms552ms5ms3rd
Unattributable480ms8ms0ms3rd
https://www.chop.edu/439ms7ms2ms3rd
https://chopedu.containers.piwik.pro/49ada007-8244-4f11-b2b8-08d2d0e07136.js196ms134ms38ms3rd
https://redcap.chop.edu/surveys/?s=TA9JX3PDDDNRFNTK87ms27ms13ms3rd
https://www.chop.edu/sites/default/files/css/css_DX2VCUg0dKYP5Tol0QTVR4m2fRpm6csFdVOB6LIlos4.css?delta=1&language=en&theme=outline_frontend&include=eJxlzlEKxCAMBNALiR5JoknbUDWSxI_efrvsQmH3b3gww9RDZlbCCjNvRFignqkuc-m_nEuTegYk431ku8ypJ8DOI7tIK6CZq4zQCRnSxs1J4z3gfKMsbzwobyrDaWD6zPx7B360wXVHSwWMwgSFXWEellDXhBYfiWvMVRrbQRi-196lF6lyWEQ52ms0ms0ms3rd
https://redcap.chop.edu/redcap_v16.1.4/Resources/js/Libraries/Chart.bundle.min.js?177211207151ms13ms38ms3rd
F
JS Bundles
Action
24 scripts, 1.6 MB unused
FIX
24 scripts, 1.6 MB unused
Warning::
https://redcap.chop.edu/redcap_v16.1.4/Resources/w...: 469 KB unused (70%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://redcap.chop.edu/redcap_v16.1.4/Resources/j...: 415 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://redcap.chop.edu/redcap_v16.1.4/Resources/j...: unminified — 287 KB could be saved
Warning::
https://redcap.chop.edu/redcap_v16.1.4/Resources/j...: 188 KB unused (77%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://redcap.chop.edu/redcap_v16.1.4/Resources/j...: unminified — 86 KB could be saved
Warning::
https://redcap.chop.edu/redcap_v16.1.4/Resources/j...: 157 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.chop.edu/themes/custom/outline_fronten...: 116 KB unused (29%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.6 MB
1589 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://redcap.chop.edu/redcap_v16.1.4/Resources/webpack/js/bundle.js?1772112072674 KB469 KB (70%)3rd
https://redcap.chop.edu/redcap_v16.1.4/Resources/js/Libraries/Chart.bundle.min.js?1772112071551 KB415 KB (75%)3rd
https://redcap.chop.edu/redcap_v16.1.4/Resources/js/base.js?1772112071246 KB188 KB (77%)3rd
https://redcap.chop.edu/redcap_v16.1.4/Resources/js/DataEntrySurveyCommon.js?1772112071207 KB157 KB (76%)3rd
https://www.chop.edu/themes/custom/outline_frontend/dist/outline.js?tcw8c1404 KB116 KB (29%)3rd
https://redcap.chop.edu/redcap_v16.1.4/Resources/js/Libraries/bundle.js?1772112071110 KB75 KB (69%)3rd
https://redcap.chop.edu/redcap_v16.1.4/Resources/webpack/js/bootstrap.min.js?177211207260 KB44 KB (74%)3rd
https://redcap.chop.edu/redcap_v16.1.4/Resources/webpack/js/moment.min.js?177211207258 KB43 KB (74%)3rd
https://chopedu.containers.piwik.pro/49ada007-8244-4f11-b2b8-08d2d0e07136.js77 KB32 KB (42%)3rd
https://www.chop.edu/sites/default/files/js/js_xA2-WbXWdsJiVbl3foNnVNkjj1PJdaPQ3755G6nSYFM.js?scope=footer&delta=0&language=en&theme=outline_frontend&include=eJx1T0EOwyAM-xCIJ0UhpC0qkCqBSf392Lr1MGk327EThzY5AAtrDzShf0PzJK1z6-6lAYlyWESrtxFrNsvSrolyIjxgYU4RaQ80rEv9lSEWod0l7FjwZA2RN3xkUXPSuOsMzRuyZ76cua3h4v7LnYxecmNIbHltYKd1ruFeCcew7Y9pLRKxALZZWWEaZqFPgTux6PvhFK7oE_YLbsk40 KB29 KB (73%)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
95 resources · 6.0 MB · 1.6 MB savings available
FIX
95 resources · 6.0 MB · 1.6 MB savings available
Warning::
Page weight 5.0 MB over 1MB target
Got: 6.0 MB Expected: ≤ 1 MB
Info::
~1.6 MB of savings available
Warning::
94 third-party resources (100% of weight)
Info::
13 resources over 200KB
95 resources · 6.0 MiB · 94 third-party 5.0 MiB over 1MB target
JavaScript 49% · 2.9 MiB
Image 28% · 1.7 MiB
CSS 11% · 659.4 KiB
Font 7% · 425.3 KiB
Document 4% · 271.9 KiB
Other 0% · 7.8 KiB

~1.6 MiB of savings available

Remove unused JavaScript: 1.6 MiB
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
17 images, 0 KB saveable
REVIEW
17 images, 0 KB saveable
Info::
All images are well-optimized
17 images 1.7 MB
0 oversized -0 KB
6 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
12 fonts (425 KB)
PASS
12 fonts (425 KB)
Info::
12 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

12

425 KB total

Render-blocking

0

of 12

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s FCP 4.1 s LCP 16.4 shttps://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-ExtraLight.woff2TPRubrik-ExtraLight.woff2 https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-ExtraLight.woff2 — 30.6 KiB — 21 ms — font-display: swaphttps://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-ExtraLightItalic.woff2TPRubrik-ExtraLightItal... https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-ExtraLightItalic.woff2 — 33.3 KiB — 33 ms — font-display: swaphttps://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-Light.woff2TPRubrik-Light.woff2 https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-Light.woff2 — 31.7 KiB — 34 ms — font-display: swaphttps://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-LightItalic.woff2TPRubrik-LightItalic.woff2 https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-LightItalic.woff2 — 36.4 KiB — 37 ms — font-display: swaphttps://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-Regular.woff2TPRubrik-Regular.woff2 https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-Regular.woff2 — 35.9 KiB — 17 ms — font-display: swaphttps://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-RegularItalic.woff2TPRubrik-RegularItalic.... https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-RegularItalic.woff2 — 36.6 KiB — 34 ms — font-display: swaphttps://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-Medium.woff2TPRubrik-Medium.woff2 https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-Medium.woff2 — 36.2 KiB — 37 ms — font-display: swaphttps://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-MediumItalic.woff2TPRubrik-MediumItalic.w... https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-MediumItalic.woff2 — 37.3 KiB — 38 ms — font-display: swaphttps://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-SemiBold.woff2TPRubrik-SemiBold.woff2 https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-SemiBold.woff2 — 36.3 KiB — 16 ms — font-display: swaphttps://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-SemiBoldItalic.woff2TPRubrik-SemiBoldItalic... https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-SemiBoldItalic.woff2 — 37.2 KiB — 30 ms — font-display: swaphttps://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-Bold.woff2TPRubrik-Bold.woff2 https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-Bold.woff2 — 36.5 KiB — 24 ms — font-display: swaphttps://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-BoldItalic.woff2TPRubrik-BoldItalic.woff2 https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-BoldItalic.woff2 — 37.1 KiB — 37 ms — font-display: swap
TPRubrik-ExtraLight.woff2 woff2 swap
Size 31 KB
Load time 21 ms
Start 32 ms
Risk FOUT — text flashes from fallback to web font
TPRubrik-ExtraLightItal... woff2 swap
Size 33 KB
Load time 33 ms
Start 33 ms
Risk FOUT — text flashes from fallback to web font
TPRubrik-Light.woff2 woff2 swap
Size 32 KB
Load time 34 ms
Start 33 ms
Risk FOUT — text flashes from fallback to web font
TPRubrik-LightItalic.woff2 woff2 swap
Size 36 KB
Load time 37 ms
Start 33 ms
Risk FOUT — text flashes from fallback to web font
TPRubrik-Regular.woff2 woff2 swap
Size 36 KB
Load time 17 ms
Start 33 ms
Risk FOUT — text flashes from fallback to web font
TPRubrik-RegularItalic.... woff2 swap
Size 37 KB
Load time 34 ms
Start 33 ms
Risk FOUT — text flashes from fallback to web font
TPRubrik-Medium.woff2 woff2 swap
Size 36 KB
Load time 37 ms
Start 34 ms
Risk FOUT — text flashes from fallback to web font
TPRubrik-MediumItalic.w... woff2 swap
Size 37 KB
Load time 38 ms
Start 34 ms
Risk FOUT — text flashes from fallback to web font
TPRubrik-SemiBold.woff2 woff2 swap
Size 36 KB
Load time 16 ms
Start 34 ms
Risk FOUT — text flashes from fallback to web font
TPRubrik-SemiBoldItalic... woff2 swap
Size 37 KB
Load time 30 ms
Start 34 ms
Risk FOUT — text flashes from fallback to web font
TPRubrik-Bold.woff2 woff2 swap
Size 37 KB
Load time 24 ms
Start 34 ms
Risk FOUT — text flashes from fallback to web font
TPRubrik-BoldItalic.woff2 woff2 swap
Size 37 KB
Load time 37 ms
Start 35 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
12 hints, 0 missing preconnects
PASS
12 hints, 0 missing preconnects
Info::
Page uses 12 resource hint(s)

Current Resource Hints

preconnect
preload
+2
12
dns-prefetch
prefetch

12 resource hints configured

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
95 requests over 2897ms
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 FCP 4.1 s LCP 16.4 shttps://chop.edu// https://chop.edu/ — 301 — 204 B — 9 ms — h2https://www.chop.edu/www.chop.edu/ https://www.chop.edu/ — 200 — 28.8 KiB — 12 ms — h2https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-ExtraLight.woff2www.chop.edu/themes/custom/outline_... https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-ExtraLight.woff2 — 200 — 30.6 KiB — 21 ms — h2https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-ExtraLightItalic.woff2www.chop.edu/themes/custom/outline_... https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-ExtraLightItalic.woff2 — 200 — 33.3 KiB — 33 ms — h2https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-Light.woff2www.chop.edu/themes/custom/outline_... https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-Light.woff2 — 200 — 31.7 KiB — 34 ms — h2https://cdn.cookielaw.org/consent/bc6b0ec7-79ce-4cf0-9757-459f1eedca08/OtAutoBlock.jscdn.cookielaw.org/consent/bc6b0ec7-... https://cdn.cookielaw.org/consent/bc6b0ec7-79ce-4cf0-9757-459f1eedca08/OtAutoBlock.js — -1 — 0 B — 90 ms — https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 90 ms — https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-LightItalic.woff2www.chop.edu/themes/custom/outline_... https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-LightItalic.woff2 — 200 — 36.4 KiB — 37 ms — h2https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-Regular.woff2www.chop.edu/themes/custom/outline_... https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-Regular.woff2 — 200 — 35.9 KiB — 17 ms — h2https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-RegularItalic.woff2www.chop.edu/themes/custom/outline_... https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-RegularItalic.woff2 — 200 — 36.6 KiB — 34 ms — h2https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-Medium.woff2www.chop.edu/themes/custom/outline_... https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-Medium.woff2 — 200 — 36.2 KiB — 37 ms — h2https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-MediumItalic.woff2www.chop.edu/themes/custom/outline_... https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-MediumItalic.woff2 — 200 — 37.3 KiB — 38 ms — h2https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-SemiBold.woff2www.chop.edu/themes/custom/outline_... https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-SemiBold.woff2 — 200 — 36.3 KiB — 16 ms — h2https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-SemiBoldItalic.woff2www.chop.edu/themes/custom/outline_... https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-SemiBoldItalic.woff2 — 200 — 37.2 KiB — 30 ms — h2https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-Bold.woff2www.chop.edu/themes/custom/outline_... https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-Bold.woff2 — 200 — 36.5 KiB — 24 ms — h2https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-BoldItalic.woff2www.chop.edu/themes/custom/outline_... https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-BoldItalic.woff2 — 200 — 37.1 KiB — 37 ms — h2https://www.chop.edu/sites/default/files/css/css_gnVl-ka7ZZBFz23zp14ixX1Do-TwmZ0h7ADUiTwtM10.css?delta=0&language=en&theme=outline_frontend&include=eJxlzlEKxCAMBNALiR5JoknbUDWSxI_efrvsQmH3b3gww9RDZlbCCjNvRFignqkuc-m_nEuTegYk431ku8ypJ8DOI7tIK6CZq4zQCRnSxs1J4z3gfKMsbzwobyrDaWD6zPx7B360wXVHSwWMwgSFXWEellDXhBYfiWvMVRrbQRi-196lF6lyWEQwww.chop.edu/sites/default/files/cs... https://www.chop.edu/sites/default/files/css/css_gnVl-ka7ZZBFz23zp14ixX1Do-TwmZ0h7ADUiTwtM10.css?delta=0&language=en&theme=outline_frontend&include=eJxlzlEKxCAMBNALiR5JoknbUDWSxI_efrvsQmH3b3gww9RDZlbCCjNvRFignqkuc-m_nEuTegYk431ku8ypJ8DOI7tIK6CZq4zQCRnSxs1J4z3gfKMsbzwobyrDaWD6zPx7B360wXVHSwWMwgSFXWEellDXhBYfiWvMVRrbQRi-196lF6lyWEQ — 200 — 2.7 KiB — 12 ms — h2https://www.chop.edu/sites/default/files/css/css_DX2VCUg0dKYP5Tol0QTVR4m2fRpm6csFdVOB6LIlos4.css?delta=1&language=en&theme=outline_frontend&include=eJxlzlEKxCAMBNALiR5JoknbUDWSxI_efrvsQmH3b3gww9RDZlbCCjNvRFignqkuc-m_nEuTegYk431ku8ypJ8DOI7tIK6CZq4zQCRnSxs1J4z3gfKMsbzwobyrDaWD6zPx7B360wXVHSwWMwgSFXWEellDXhBYfiWvMVRrbQRi-196lF6lyWEQwww.chop.edu/sites/default/files/cs... https://www.chop.edu/sites/default/files/css/css_DX2VCUg0dKYP5Tol0QTVR4m2fRpm6csFdVOB6LIlos4.css?delta=1&language=en&theme=outline_frontend&include=eJxlzlEKxCAMBNALiR5JoknbUDWSxI_efrvsQmH3b3gww9RDZlbCCjNvRFignqkuc-m_nEuTegYk431ku8ypJ8DOI7tIK6CZq4zQCRnSxs1J4z3gfKMsbzwobyrDaWD6zPx7B360wXVHSwWMwgSFXWEellDXhBYfiWvMVRrbQRi-196lF6lyWEQ — 200 — 64.6 KiB — 39 ms — h2https://www.chop.edu/themes/custom/outline_frontend/dist/outline.js?tcw8c1www.chop.edu/themes/custom/outline_... https://www.chop.edu/themes/custom/outline_frontend/dist/outline.js?tcw8c1 — 200 — 403.5 KiB — 56 ms — h2https://www.chop.edu/sites/default/files/styles/landscape_150_3x2_768x512_1x/public/2024-03/Photo-Default-WhyChoose-Mother-Kissing-Daughter-Scrubs-Patient-Michaela-2624x1720-v01.webp?itok=MRGTQacRwww.chop.edu/sites/default/files/st... https://www.chop.edu/sites/default/files/styles/landscape_150_3x2_768x512_1x/public/2024-03/Photo-Default-WhyChoose-Mother-Kissing-Daughter-Scrubs-Patient-Michaela-2624x1720-v01.webp?itok=MRGTQacR — 200 — 331.8 KiB — 64 ms — h2https://www.chop.edu/sites/default/files/styles/large/public/2024-10/Badge-ChildrensHospitals-Honor-Roll_Generic-year.jpg?itok=SEInkz5cwww.chop.edu/sites/default/files/st... https://www.chop.edu/sites/default/files/styles/large/public/2024-10/Badge-ChildrensHospitals-Honor-Roll_Generic-year.jpg?itok=SEInkz5c — 200 — 265.3 KiB — 66 ms — h2https://www.chop.edu/sites/default/files/styles/landscape_150_3x2_768x512_1x/public/where-innovations-abound-iv-sarah-780x439.webp?itok=1XhDyJ4Bwww.chop.edu/sites/default/files/st... https://www.chop.edu/sites/default/files/styles/landscape_150_3x2_768x512_1x/public/where-innovations-abound-iv-sarah-780x439.webp?itok=1XhDyJ4B — 200 — 366.1 KiB — 79 ms — h2https://www.chop.edu/sites/default/files/styles/landscape_150_3x2_768x512_1x/public/2026-02/Photo-CHOP-KJNewLandingPage2ZoomedOutALittle-2624x1720v2.webp?itok=nrKhKQSYwww.chop.edu/sites/default/files/st... https://www.chop.edu/sites/default/files/styles/landscape_150_3x2_768x512_1x/public/2026-02/Photo-CHOP-KJNewLandingPage2ZoomedOutALittle-2624x1720v2.webp?itok=nrKhKQSY — 200 — 17.5 KiB — 57 ms — h2https://www.chop.edu/sites/default/files/styles/landscape_150_3x2_768x512_1x/public/2024-07/hero-FY23-PFS-Ethics-Consultation-Service-1400x600-v03.webp?h=e3bf7d33&itok=-16mWpC0www.chop.edu/sites/default/files/st... https://www.chop.edu/sites/default/files/styles/landscape_150_3x2_768x512_1x/public/2024-07/hero-FY23-PFS-Ethics-Consultation-Service-1400x600-v03.webp?h=e3bf7d33&itok=-16mWpC0 — 200 — 216.0 KiB — 73 ms — h2https://www.chop.edu/sites/default/files/styles/landscape_150_3x2_768x512_1x/public/community-impact-report-canonical-16x9.webp?itok=fdDdKP9_www.chop.edu/sites/default/files/st... https://www.chop.edu/sites/default/files/styles/landscape_150_3x2_768x512_1x/public/community-impact-report-canonical-16x9.webp?itok=fdDdKP9_ — 200 — 255.3 KiB — 75 ms — h2https://www.chop.edu/sites/default/files/styles/landscape_150_3x2_640x427_1x/public/2024-03/Photo-Default-Donate-Mother-Hugging-Son-Patient-Ares-2624x1720-v01.webp?h=26a2db72&itok=9i_TS_fPwww.chop.edu/sites/default/files/st... https://www.chop.edu/sites/default/files/styles/landscape_150_3x2_640x427_1x/public/2024-03/Photo-Default-Donate-Mother-Hugging-Son-Patient-Ares-2624x1720-v01.webp?h=26a2db72&itok=9i_TS_fP — 200 — 166.9 KiB — 73 ms — h2https://www.chop.edu/sites/default/files/styles/original_160x_1x/public/2025-10/usnews-honor-roll-2025-2026-badge-418x480-v01.png?itok=nqW1LcRSwww.chop.edu/sites/default/files/st... https://www.chop.edu/sites/default/files/styles/original_160x_1x/public/2025-10/usnews-honor-roll-2025-2026-badge-418x480-v01.png?itok=nqW1LcRS — 200 — 33.3 KiB — 42 ms — h2https://www.chop.edu/sites/default/files/styles/original_160x_1x/public/2025-04/Badge-SpecializedHospital-2025.png?itok=zRqExdf5www.chop.edu/sites/default/files/st... https://www.chop.edu/sites/default/files/styles/original_160x_1x/public/2025-04/Badge-SpecializedHospital-2025.png?itok=zRqExdf5 — 200 — 18.9 KiB — 46 ms — h2https://www.chop.edu/sites/default/files/styles/original_160x_1x/public/2025-01/ancc-marget-recognized-600x480-v01.png?itok=jbbbJDrswww.chop.edu/sites/default/files/st... https://www.chop.edu/sites/default/files/styles/original_160x_1x/public/2025-01/ancc-marget-recognized-600x480-v01.png?itok=jbbbJDrs — 200 — 21.7 KiB — 43 ms — h2https://www.chop.edu/sites/default/files/js/js_xA2-WbXWdsJiVbl3foNnVNkjj1PJdaPQ3755G6nSYFM.js?scope=footer&delta=0&language=en&theme=outline_frontend&include=eJx1T0EOwyAM-xCIJ0UhpC0qkCqBSf392Lr1MGk327EThzY5AAtrDzShf0PzJK1z6-6lAYlyWESrtxFrNsvSrolyIjxgYU4RaQ80rEv9lSEWod0l7FjwZA2RN3xkUXPSuOsMzRuyZ76cua3h4v7LnYxecmNIbHltYKd1ruFeCcew7Y9pLRKxALZZWWEaZqFPgTux6PvhFK7oE_YLbskwww.chop.edu/sites/default/files/js... https://www.chop.edu/sites/default/files/js/js_xA2-WbXWdsJiVbl3foNnVNkjj1PJdaPQ3755G6nSYFM.js?scope=footer&delta=0&language=en&theme=outline_frontend&include=eJx1T0EOwyAM-xCIJ0UhpC0qkCqBSf392Lr1MGk327EThzY5AAtrDzShf0PzJK1z6-6lAYlyWESrtxFrNsvSrolyIjxgYU4RaQ80rEv9lSEWod0l7FjwZA2RN3xkUXPSuOsMzRuyZ76cua3h4v7LnYxecmNIbHltYKd1ruFeCcew7Y9pLRKxALZZWWEaZqFPgTux6PvhFK7oE_YLbsk — 200 — 39.6 KiB — 19 ms — h2
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 FCP 4.1 s LCP 16.4 shttps://chop.edu// https://chop.edu/ — 301 — 204 B — 9 ms — h2https://www.chop.edu/www.chop.edu/ https://www.chop.edu/ — 200 — 28.8 KiB — 12 ms — h2https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-ExtraLight.woff2www.chop.edu/themes/custom/outline_... https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-ExtraLight.woff2 — 200 — 30.6 KiB — 21 ms — h2https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-ExtraLightItalic.woff2www.chop.edu/themes/custom/outline_... https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-ExtraLightItalic.woff2 — 200 — 33.3 KiB — 33 ms — h2https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-Light.woff2www.chop.edu/themes/custom/outline_... https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-Light.woff2 — 200 — 31.7 KiB — 34 ms — h2https://cdn.cookielaw.org/consent/bc6b0ec7-79ce-4cf0-9757-459f1eedca08/OtAutoBlock.jscdn.cookielaw.org/consent/bc6b0ec7-... https://cdn.cookielaw.org/consent/bc6b0ec7-79ce-4cf0-9757-459f1eedca08/OtAutoBlock.js — -1 — 0 B — 90 ms — https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 90 ms — https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-LightItalic.woff2www.chop.edu/themes/custom/outline_... https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-LightItalic.woff2 — 200 — 36.4 KiB — 37 ms — h2https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-Regular.woff2www.chop.edu/themes/custom/outline_... https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-Regular.woff2 — 200 — 35.9 KiB — 17 ms — h2https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-RegularItalic.woff2www.chop.edu/themes/custom/outline_... https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-RegularItalic.woff2 — 200 — 36.6 KiB — 34 ms — h2https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-Medium.woff2www.chop.edu/themes/custom/outline_... https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-Medium.woff2 — 200 — 36.2 KiB — 37 ms — h2https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-MediumItalic.woff2www.chop.edu/themes/custom/outline_... https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-MediumItalic.woff2 — 200 — 37.3 KiB — 38 ms — h2https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-SemiBold.woff2www.chop.edu/themes/custom/outline_... https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-SemiBold.woff2 — 200 — 36.3 KiB — 16 ms — h2https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-SemiBoldItalic.woff2www.chop.edu/themes/custom/outline_... https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-SemiBoldItalic.woff2 — 200 — 37.2 KiB — 30 ms — h2https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-Bold.woff2www.chop.edu/themes/custom/outline_... https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-Bold.woff2 — 200 — 36.5 KiB — 24 ms — h2https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-BoldItalic.woff2www.chop.edu/themes/custom/outline_... https://www.chop.edu/themes/custom/outline_frontend/dist/assets/fonts/rubrik/TPRubrik-BoldItalic.woff2 — 200 — 37.1 KiB — 37 ms — h2https://www.chop.edu/sites/default/files/css/css_gnVl-ka7ZZBFz23zp14ixX1Do-TwmZ0h7ADUiTwtM10.css?delta=0&language=en&theme=outline_frontend&include=eJxlzlEKxCAMBNALiR5JoknbUDWSxI_efrvsQmH3b3gww9RDZlbCCjNvRFignqkuc-m_nEuTegYk431ku8ypJ8DOI7tIK6CZq4zQCRnSxs1J4z3gfKMsbzwobyrDaWD6zPx7B360wXVHSwWMwgSFXWEellDXhBYfiWvMVRrbQRi-196lF6lyWEQwww.chop.edu/sites/default/files/cs... https://www.chop.edu/sites/default/files/css/css_gnVl-ka7ZZBFz23zp14ixX1Do-TwmZ0h7ADUiTwtM10.css?delta=0&language=en&theme=outline_frontend&include=eJxlzlEKxCAMBNALiR5JoknbUDWSxI_efrvsQmH3b3gww9RDZlbCCjNvRFignqkuc-m_nEuTegYk431ku8ypJ8DOI7tIK6CZq4zQCRnSxs1J4z3gfKMsbzwobyrDaWD6zPx7B360wXVHSwWMwgSFXWEellDXhBYfiWvMVRrbQRi-196lF6lyWEQ — 200 — 2.7 KiB — 12 ms — h2https://www.chop.edu/sites/default/files/css/css_DX2VCUg0dKYP5Tol0QTVR4m2fRpm6csFdVOB6LIlos4.css?delta=1&language=en&theme=outline_frontend&include=eJxlzlEKxCAMBNALiR5JoknbUDWSxI_efrvsQmH3b3gww9RDZlbCCjNvRFignqkuc-m_nEuTegYk431ku8ypJ8DOI7tIK6CZq4zQCRnSxs1J4z3gfKMsbzwobyrDaWD6zPx7B360wXVHSwWMwgSFXWEellDXhBYfiWvMVRrbQRi-196lF6lyWEQwww.chop.edu/sites/default/files/cs... https://www.chop.edu/sites/default/files/css/css_DX2VCUg0dKYP5Tol0QTVR4m2fRpm6csFdVOB6LIlos4.css?delta=1&language=en&theme=outline_frontend&include=eJxlzlEKxCAMBNALiR5JoknbUDWSxI_efrvsQmH3b3gww9RDZlbCCjNvRFignqkuc-m_nEuTegYk431ku8ypJ8DOI7tIK6CZq4zQCRnSxs1J4z3gfKMsbzwobyrDaWD6zPx7B360wXVHSwWMwgSFXWEellDXhBYfiWvMVRrbQRi-196lF6lyWEQ — 200 — 64.6 KiB — 39 ms — h2https://www.chop.edu/themes/custom/outline_frontend/dist/outline.js?tcw8c1www.chop.edu/themes/custom/outline_... https://www.chop.edu/themes/custom/outline_frontend/dist/outline.js?tcw8c1 — 200 — 403.5 KiB — 56 ms — h2https://www.chop.edu/sites/default/files/styles/landscape_150_3x2_768x512_1x/public/2024-03/Photo-Default-WhyChoose-Mother-Kissing-Daughter-Scrubs-Patient-Michaela-2624x1720-v01.webp?itok=MRGTQacRwww.chop.edu/sites/default/files/st... https://www.chop.edu/sites/default/files/styles/landscape_150_3x2_768x512_1x/public/2024-03/Photo-Default-WhyChoose-Mother-Kissing-Daughter-Scrubs-Patient-Michaela-2624x1720-v01.webp?itok=MRGTQacR — 200 — 331.8 KiB — 64 ms — h2https://www.chop.edu/sites/default/files/styles/large/public/2024-10/Badge-ChildrensHospitals-Honor-Roll_Generic-year.jpg?itok=SEInkz5cwww.chop.edu/sites/default/files/st... https://www.chop.edu/sites/default/files/styles/large/public/2024-10/Badge-ChildrensHospitals-Honor-Roll_Generic-year.jpg?itok=SEInkz5c — 200 — 265.3 KiB — 66 ms — h2https://www.chop.edu/sites/default/files/styles/landscape_150_3x2_768x512_1x/public/where-innovations-abound-iv-sarah-780x439.webp?itok=1XhDyJ4Bwww.chop.edu/sites/default/files/st... https://www.chop.edu/sites/default/files/styles/landscape_150_3x2_768x512_1x/public/where-innovations-abound-iv-sarah-780x439.webp?itok=1XhDyJ4B — 200 — 366.1 KiB — 79 ms — h2https://www.chop.edu/sites/default/files/styles/landscape_150_3x2_768x512_1x/public/2026-02/Photo-CHOP-KJNewLandingPage2ZoomedOutALittle-2624x1720v2.webp?itok=nrKhKQSYwww.chop.edu/sites/default/files/st... https://www.chop.edu/sites/default/files/styles/landscape_150_3x2_768x512_1x/public/2026-02/Photo-CHOP-KJNewLandingPage2ZoomedOutALittle-2624x1720v2.webp?itok=nrKhKQSY — 200 — 17.5 KiB — 57 ms — h2https://www.chop.edu/sites/default/files/styles/landscape_150_3x2_768x512_1x/public/2024-07/hero-FY23-PFS-Ethics-Consultation-Service-1400x600-v03.webp?h=e3bf7d33&itok=-16mWpC0www.chop.edu/sites/default/files/st... https://www.chop.edu/sites/default/files/styles/landscape_150_3x2_768x512_1x/public/2024-07/hero-FY23-PFS-Ethics-Consultation-Service-1400x600-v03.webp?h=e3bf7d33&itok=-16mWpC0 — 200 — 216.0 KiB — 73 ms — h2https://www.chop.edu/sites/default/files/styles/landscape_150_3x2_768x512_1x/public/community-impact-report-canonical-16x9.webp?itok=fdDdKP9_www.chop.edu/sites/default/files/st... https://www.chop.edu/sites/default/files/styles/landscape_150_3x2_768x512_1x/public/community-impact-report-canonical-16x9.webp?itok=fdDdKP9_ — 200 — 255.3 KiB — 75 ms — h2https://www.chop.edu/sites/default/files/styles/landscape_150_3x2_640x427_1x/public/2024-03/Photo-Default-Donate-Mother-Hugging-Son-Patient-Ares-2624x1720-v01.webp?h=26a2db72&itok=9i_TS_fPwww.chop.edu/sites/default/files/st... https://www.chop.edu/sites/default/files/styles/landscape_150_3x2_640x427_1x/public/2024-03/Photo-Default-Donate-Mother-Hugging-Son-Patient-Ares-2624x1720-v01.webp?h=26a2db72&itok=9i_TS_fP — 200 — 166.9 KiB — 73 ms — h2https://www.chop.edu/sites/default/files/styles/original_160x_1x/public/2025-10/usnews-honor-roll-2025-2026-badge-418x480-v01.png?itok=nqW1LcRSwww.chop.edu/sites/default/files/st... https://www.chop.edu/sites/default/files/styles/original_160x_1x/public/2025-10/usnews-honor-roll-2025-2026-badge-418x480-v01.png?itok=nqW1LcRS — 200 — 33.3 KiB — 42 ms — h2https://www.chop.edu/sites/default/files/styles/original_160x_1x/public/2025-04/Badge-SpecializedHospital-2025.png?itok=zRqExdf5www.chop.edu/sites/default/files/st... https://www.chop.edu/sites/default/files/styles/original_160x_1x/public/2025-04/Badge-SpecializedHospital-2025.png?itok=zRqExdf5 — 200 — 18.9 KiB — 46 ms — h2https://www.chop.edu/sites/default/files/styles/original_160x_1x/public/2025-01/ancc-marget-recognized-600x480-v01.png?itok=jbbbJDrswww.chop.edu/sites/default/files/st... https://www.chop.edu/sites/default/files/styles/original_160x_1x/public/2025-01/ancc-marget-recognized-600x480-v01.png?itok=jbbbJDrs — 200 — 21.7 KiB — 43 ms — h2https://www.chop.edu/sites/default/files/js/js_xA2-WbXWdsJiVbl3foNnVNkjj1PJdaPQ3755G6nSYFM.js?scope=footer&delta=0&language=en&theme=outline_frontend&include=eJx1T0EOwyAM-xCIJ0UhpC0qkCqBSf392Lr1MGk327EThzY5AAtrDzShf0PzJK1z6-6lAYlyWESrtxFrNsvSrolyIjxgYU4RaQ80rEv9lSEWod0l7FjwZA2RN3xkUXPSuOsMzRuyZ76cua3h4v7LnYxecmNIbHltYKd1ruFeCcew7Y9pLRKxALZZWWEaZqFPgTux6PvhFK7oE_YLbskwww.chop.edu/sites/default/files/js... https://www.chop.edu/sites/default/files/js/js_xA2-WbXWdsJiVbl3foNnVNkjj1PJdaPQ3755G6nSYFM.js?scope=footer&delta=0&language=en&theme=outline_frontend&include=eJx1T0EOwyAM-xCIJ0UhpC0qkCqBSf392Lr1MGk327EThzY5AAtrDzShf0PzJK1z6-6lAYlyWESrtxFrNsvSrolyIjxgYU4RaQ80rEv9lSEWod0l7FjwZA2RN3xkUXPSuOsMzRuyZ76cua3h4v7LnYxecmNIbHltYKd1ruFeCcew7Y9pLRKxALZZWWEaZqFPgTux6PvhFK7oE_YLbsk — 200 — 39.6 KiB — 19 ms — h2https://chopedu.containers.piwik.pro/49ada007-8244-4f11-b2b8-08d2d0e07136.jschopedu.containers.piwik.pro/49ada0... https://chopedu.containers.piwik.pro/49ada007-8244-4f11-b2b8-08d2d0e07136.js — 200 — 76.9 KiB — 557 ms — h2https://redcap.chop.edu/surveys/?s=TA9JX3PDDDNRFNTKredcap.chop.edu/surveys/?s=TA9JX3PD... https://redcap.chop.edu/surveys/?s=TA9JX3PDDDNRFNTK — 200 — 243.1 KiB — 2.1 s — h2data:image/svg+xml,%0A%20%20%20%20%3Csvg%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22currentcolor…data:image/svg+xml,%0A%20%20%20%20%... data:image/svg+xml,%0A%20%20%20%20%3Csvg%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22currentcolor… — 200 — 278 B — 98 ms — datadata:image/svg+xml,%0A%20%20%20%20%3Csvg%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xm…data:image/svg+xml,%0A%20%20%20%20%... data:image/svg+xml,%0A%20%20%20%20%3Csvg%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xm… — 200 — 438 B — 95 ms — datadata:image/svg+xml,%0A%20%20%20%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20wid…data:image/svg+xml,%0A%20%20%20%20%... data:image/svg+xml,%0A%20%20%20%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20wid… — 200 — 279 B — 95 ms — datadata:image/svg+xml,%0A%20%20%20%20%3Csvg%20viewBox%3D%220%200%2028%2020%22%20fill%3D%22currentColor…data:image/svg+xml,%0A%20%20%20%20%... data:image/svg+xml,%0A%20%20%20%20%3Csvg%20viewBox%3D%220%200%2028%2020%22%20fill%3D%22currentColor… — 200 — 1.1 KiB — 90 ms — datadata:image/svg+xml,%0A%20%20%20%20%3Csvg%20viewBox%3D%220%200%2013%2026%22%20fill%3D%22none%22%20xm…data:image/svg+xml,%0A%20%20%20%20%... data:image/svg+xml,%0A%20%20%20%20%3Csvg%20viewBox%3D%220%200%2013%2026%22%20fill%3D%22none%22%20xm… — 200 — 503 B — 89 ms — datadata:image/svg+xml,%0A%20%20%20%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3…data:image/svg+xml,%0A%20%20%20%20%... data:image/svg+xml,%0A%20%20%20%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3… — 200 — 750 B — 89 ms — datadata:image/svg+xml,%0A%20%20%20%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3…data:image/svg+xml,%0A%20%20%20%20%... data:image/svg+xml,%0A%20%20%20%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3… — 200 — 463 B — 90 ms — datadata:image/svg+xml,%0A%20%20%20%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20vie…data:image/svg+xml,%0A%20%20%20%20%... data:image/svg+xml,%0A%20%20%20%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20vie… — 200 — 496 B — 50 ms — datadata:image/svg+xml,%0A%20%20%20%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20vie…data:image/svg+xml,%0A%20%20%20%20%... data:image/svg+xml,%0A%20%20%20%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20vie… — 200 — 252 B — 50 ms — datadata:image/svg+xml,%0A%20%20%20%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20wid…data:image/svg+xml,%0A%20%20%20%20%... data:image/svg+xml,%0A%20%20%20%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20wid… — 200 — 655 B — 50 ms — datadata:image/svg+xml,%0A%20%20%20%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20wid…data:image/svg+xml,%0A%20%20%20%20%... data:image/svg+xml,%0A%20%20%20%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20wid… — 200 — 976 B — 49 ms — datadata:image/svg+xml,%0A%20%20%20%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20vie…data:image/svg+xml,%0A%20%20%20%20%... data:image/svg+xml,%0A%20%20%20%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20vie… — 200 — 554 B — 47 ms — datadata:image/svg+xml,%0A%20%20%20%20%3Csvg%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xm…data:image/svg+xml,%0A%20%20%20%20%... data:image/svg+xml,%0A%20%20%20%20%3Csvg%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xm… — 200 — 996 B — 46 ms — datadata:image/svg+xml,%0A%20%20%20%20%3Csvg%20viewBox%3D%220%200%2060%2061%22%20fill%3D%22none%22%20xm…data:image/svg+xml,%0A%20%20%20%20%... data:image/svg+xml,%0A%20%20%20%20%3Csvg%20viewBox%3D%220%200%2060%2061%22%20fill%3D%22none%22%20xm… — 200 — 3.1 KiB — 43 ms — datadata:image/svg+xml,%0A%20%20%20%20%3Csvg%20viewBox%3D%220%200%2060%2061%22%20fill%3D%22none%22%20xm…data:image/svg+xml,%0A%20%20%20%20%... data:image/svg+xml,%0A%20%20%20%20%3Csvg%20viewBox%3D%220%200%2060%2061%22%20fill%3D%22none%22%20xm… — 200 — 493 B — 43 ms — datadata:image/svg+xml,%0A%20%20%20%20%3Csvg%20viewBox%3D%220%200%2060%2060%22%20fill%3D%22none%22%20xm…data:image/svg+xml,%0A%20%20%20%20%... data:image/svg+xml,%0A%20%20%20%20%3Csvg%20viewBox%3D%220%200%2060%2060%22%20fill%3D%22none%22%20xm… — 200 — 1.3 KiB — 42 ms — datadata:image/svg+xml,%0A%20%20%20%20%3Csvg%20viewBox%3D%220%200%2055%2051%22%20fill%3D%22none%22%20xm…data:image/svg+xml,%0A%20%20%20%20%... data:image/svg+xml,%0A%20%20%20%20%3Csvg%20viewBox%3D%220%200%2055%2051%22%20fill%3D%22none%22%20xm… — 200 — 2.9 KiB — 42 ms — datadata:image/svg+xml,%0A%20%20%20%20%3Csvg%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%20…data:image/svg+xml,%0A%20%20%20%20%... data:image/svg+xml,%0A%20%20%20%20%3Csvg%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%20… — 200 — 658 B — 41 ms — datadata:image/svg+xml,%0A%20%20%20%20%3Csvg%0A%20%20%20%20%20%20class%3D%22woven-bg%20mobile%20footer%…data:image/svg+xml,%0A%20%20%20%20%... data:image/svg+xml,%0A%20%20%20%20%3Csvg%0A%20%20%20%20%20%20class%3D%22woven-bg%20mobile%20footer%… — 200 — 2.4 KiB — 40 ms — datadata:image/svg+xml,%0A%20%20%20%20%3Csvg%20viewBox%3D%220%200%2076%2074%22%20fill%3D%22none%22%20xm…data:image/svg+xml,%0A%20%20%20%20%... data:image/svg+xml,%0A%20%20%20%20%3Csvg%20viewBox%3D%220%200%2076%2074%22%20fill%3D%22none%22%20xm… — 200 — 3.0 KiB — 39 ms — datadata:image/svg+xml,%0A%20%20%20%20%3Csvg%0A%20%20%20%20%20%20viewBox%3D%220%200%2044%2045%22%0A%20%…data:image/svg+xml,%0A%20%20%20%20%... data:image/svg+xml,%0A%20%20%20%20%3Csvg%0A%20%20%20%20%20%20viewBox%3D%220%200%2044%2045%22%0A%20%… — 200 — 3.1 KiB — 39 ms — datadata:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%221600%22%20height%3D%22454%22%20viewBox%3D%220…data:image/svg+xml,%0A%20%20%20%20%... data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%221600%22%20height%3D%22454%22%20viewBox%3D%220… — 200 — 1.1 KiB — 38 ms — datadata:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%221598%22%20height%3D%22427%22%20viewBox%3D%220…data:image/svg+xml,%0A%20%20%20%20%... data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%221598%22%20height%3D%22427%22%20viewBox%3D%220… — 200 — 1.2 KiB — 37 ms — datadata:image/svg+xml,%0A%20%20%3Csvg%20class%3D%22hero-search%20desktop%22%20viewBox%3D%220%200%20961…data:image/svg+xml,%0A%20%20%3Csvg%... data:image/svg+xml,%0A%20%20%3Csvg%20class%3D%22hero-search%20desktop%22%20viewBox%3D%220%200%20961… — 200 — 582 B — 37 ms — datadata:image/svg+xml,%0A%20%20%20%20%3Csvg%20viewBox%3D%220%200%2038%2035%22%20fill%3D%22none%22%20xm…data:image/svg+xml,%0A%20%20%20%20%... data:image/svg+xml,%0A%20%20%20%20%3Csvg%20viewBox%3D%220%200%2038%2035%22%20fill%3D%22none%22%20xm… — 200 — 2.7 KiB — 11 ms — datadata:image/svg+xml,%0A%20%20%3Csvg%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%20360%20…data:image/svg+xml,%0A%20%20%3Csvg%... data:image/svg+xml,%0A%20%20%3Csvg%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%20360%20… — 200 — 384 B — 8 ms — datahttps://chopedu.containers.piwik.pro/49ada007-8244-4f11-b2b8-08d2d0e07136/privacy-widgets.jsonchopedu.containers.piwik.pro/49ada0... https://chopedu.containers.piwik.pro/49ada007-8244-4f11-b2b8-08d2d0e07136/privacy-widgets.json — 200 — 7.4 KiB — 305 ms — h2https://redcap.chop.edu/redcap_v16.1.4/Resources/webpack/css/bundle.css?1772112072redcap.chop.edu/redcap_v16.1.4/Reso... https://redcap.chop.edu/redcap_v16.1.4/Resources/webpack/css/bundle.css?1772112072 — 200 — 47.2 KiB — 481 ms — h2https://redcap.chop.edu/redcap_v16.1.4/Resources/webpack/css/bootstrap.min.css?1772112072redcap.chop.edu/redcap_v16.1.4/Reso... https://redcap.chop.edu/redcap_v16.1.4/Resources/webpack/css/bootstrap.min.css?1772112072 — 200 — 227.4 KiB — 674 ms — h2https://redcap.chop.edu/redcap_v16.1.4/Resources/webpack/css/datatables/jquery.dataTables.min.css?1772112072redcap.chop.edu/redcap_v16.1.4/Reso... https://redcap.chop.edu/redcap_v16.1.4/Resources/webpack/css/datatables/jquery.dataTables.min.css?1772112072 — 200 — 23.1 KiB — 489 ms — h2https://redcap.chop.edu/redcap_v16.1.4/Resources/webpack/css/fontawesome/css/all.min.css?1772112072redcap.chop.edu/redcap_v16.1.4/Reso... https://redcap.chop.edu/redcap_v16.1.4/Resources/webpack/css/fontawesome/css/all.min.css?1772112072 — 200 — 73.2 KiB — 582 ms — h2https://redcap.chop.edu/redcap_v16.1.4/Resources/css/messenger.css?1772112071redcap.chop.edu/redcap_v16.1.4/Reso... https://redcap.chop.edu/redcap_v16.1.4/Resources/css/messenger.css?1772112071 — 200 — 42.9 KiB — 480 ms — h2https://redcap.chop.edu/redcap_v16.1.4/Resources/css/style.css?1772112071redcap.chop.edu/redcap_v16.1.4/Reso... https://redcap.chop.edu/redcap_v16.1.4/Resources/css/style.css?1772112071 — 200 — 166.5 KiB — 481 ms — h2https://redcap.chop.edu/redcap_v16.1.4/Resources/css/survey.css?1772112071redcap.chop.edu/redcap_v16.1.4/Reso... https://redcap.chop.edu/redcap_v16.1.4/Resources/css/survey.css?1772112071 — 200 — 7.9 KiB — 479 ms — h2https://redcap.chop.edu/redcap_v16.1.4/Resources/css/survey_text_very_large.css?1772112071redcap.chop.edu/redcap_v16.1.4/Reso... https://redcap.chop.edu/redcap_v16.1.4/Resources/css/survey_text_very_large.css?1772112071 — 200 — 3.8 KiB — 484 ms — h2https://redcap.chop.edu/redcap_v16.1.4/Resources/webpack/js/bundle.js?1772112072redcap.chop.edu/redcap_v16.1.4/Reso... https://redcap.chop.edu/redcap_v16.1.4/Resources/webpack/js/bundle.js?1772112072 — 200 — 673.7 KiB — 691 ms — h2https://redcap.chop.edu/redcap_v16.1.4/Resources/webpack/js/popper.min.js?1772112072redcap.chop.edu/redcap_v16.1.4/Reso... https://redcap.chop.edu/redcap_v16.1.4/Resources/webpack/js/popper.min.js?1772112072 — 200 — 20.2 KiB — 507 ms — h2https://redcap.chop.edu/redcap_v16.1.4/Resources/webpack/js/bootstrap.min.js?1772112072redcap.chop.edu/redcap_v16.1.4/Reso... https://redcap.chop.edu/redcap_v16.1.4/Resources/webpack/js/bootstrap.min.js?1772112072 — 200 — 59.7 KiB — 506 ms — h2https://redcap.chop.edu/redcap_v16.1.4/Resources/webpack/js/pdfobject/pdfobject.min.js?1772112072redcap.chop.edu/redcap_v16.1.4/Reso... https://redcap.chop.edu/redcap_v16.1.4/Resources/webpack/js/pdfobject/pdfobject.min.js?1772112072 — 200 — 6.7 KiB — 486 ms — h2https://redcap.chop.edu/redcap_v16.1.4/Resources/js/Libraries/bundle.js?1772112071redcap.chop.edu/redcap_v16.1.4/Reso... https://redcap.chop.edu/redcap_v16.1.4/Resources/js/Libraries/bundle.js?1772112071 — 200 — 109.8 KiB — 581 ms — h2https://redcap.chop.edu/redcap_v16.1.4/Resources/js/base.js?1772112071redcap.chop.edu/redcap_v16.1.4/Reso... https://redcap.chop.edu/redcap_v16.1.4/Resources/js/base.js?1772112071 — 200 — 245.6 KiB — 672 ms — h2https://redcap.chop.edu/redcap_v16.1.4/Resources/js/Accessibility.js?1772112071redcap.chop.edu/redcap_v16.1.4/Reso... https://redcap.chop.edu/redcap_v16.1.4/Resources/js/Accessibility.js?1772112071 — 200 — 1.5 KiB — 492 ms — h2https://redcap.chop.edu/redcap_v16.1.4/Resources/webpack/js/moment.min.js?1772112072redcap.chop.edu/redcap_v16.1.4/Reso... https://redcap.chop.edu/redcap_v16.1.4/Resources/webpack/js/moment.min.js?1772112072 — 200 — 58.1 KiB — 578 ms — h2https://redcap.chop.edu/redcap_v16.1.4/Resources/js/Libraries/Chart.bundle.min.js?1772112071redcap.chop.edu/redcap_v16.1.4/Reso... https://redcap.chop.edu/redcap_v16.1.4/Resources/js/Libraries/Chart.bundle.min.js?1772112071 — 200 — 550.6 KiB — 685 ms — h2https://redcap.chop.edu/redcap_v16.1.4/Resources/js/Libraries/patternomaly.min.js?1772112071redcap.chop.edu/redcap_v16.1.4/Reso... https://redcap.chop.edu/redcap_v16.1.4/Resources/js/Libraries/patternomaly.min.js?1772112071 — 200 — 14.0 KiB — 494 ms — h2https://redcap.chop.edu/redcap_v16.1.4/Resources/js/Libraries/Chart.PluginLabels.js?1772112071redcap.chop.edu/redcap_v16.1.4/Reso... https://redcap.chop.edu/redcap_v16.1.4/Resources/js/Libraries/Chart.PluginLabels.js?1772112071 — 200 — 9.0 KiB — 493 ms — h2https://redcap.chop.edu/redcap_v16.1.4/Resources/js/Survey.js?1772112071redcap.chop.edu/redcap_v16.1.4/Reso... https://redcap.chop.edu/redcap_v16.1.4/Resources/js/Survey.js?1772112071 — 200 — 11.6 KiB — 495 ms — h2https://redcap.chop.edu/redcap_v16.1.4/Resources/js/FontSize.js?1772112071redcap.chop.edu/redcap_v16.1.4/Reso... https://redcap.chop.edu/redcap_v16.1.4/Resources/js/FontSize.js?1772112071 — 200 — 6.8 KiB — 502 ms — h2https://redcap.chop.edu/redcap_v16.1.4/Resources/js/Libraries/geoPosition.js?1772112071redcap.chop.edu/redcap_v16.1.4/Reso... https://redcap.chop.edu/redcap_v16.1.4/Resources/js/Libraries/geoPosition.js?1772112071 — 200 — 13.3 KiB — 410 ms — h2https://redcap.chop.edu/redcap_v16.1.4/Resources/js/Libraries/geoPositionSimulator.js?1772112071redcap.chop.edu/redcap_v16.1.4/Reso... https://redcap.chop.edu/redcap_v16.1.4/Resources/js/Libraries/geoPositionSimulator.js?1772112071 — 200 — 1.6 KiB — 413 ms — h2https://redcap.chop.edu/redcap_v16.1.4/Resources/images/progress_circle.gifredcap.chop.edu/redcap_v16.1.4/Reso... https://redcap.chop.edu/redcap_v16.1.4/Resources/images/progress_circle.gif — 200 — 2.1 KiB — 411 ms — h2https://redcap.chop.edu/redcap_v16.1.4/Resources/js/DataEntrySurveyCommon.js?1772112071redcap.chop.edu/redcap_v16.1.4/Reso... https://redcap.chop.edu/redcap_v16.1.4/Resources/js/DataEntrySurveyCommon.js?1772112071 — 200 — 207.0 KiB — 313 ms — h2https://redcap.chop.edu/redcap_v16.1.4/Resources/js/Libraries/jSignature.js?1772112071redcap.chop.edu/redcap_v16.1.4/Reso... https://redcap.chop.edu/redcap_v16.1.4/Resources/js/Libraries/jSignature.js?1772112071 — 200 — 25.9 KiB — 189 ms — h2https://redcap.chop.edu/redcap_v16.1.4/Resources/js/Libraries/jSignature.SignHere.js?1772112071redcap.chop.edu/redcap_v16.1.4/Reso... https://redcap.chop.edu/redcap_v16.1.4/Resources/js/Libraries/jSignature.SignHere.js?1772112071 — 200 — 9.2 KiB — 102 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAACgCAYAAACLz2ctAABUyElEQVR42uydCbBlx1nff91nuetbZ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAACgCAYAAACLz2ctAABUyElEQVR42uydCbBlx1nff91nuetbZ… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAACgCAYAAACLz2ctAABSEklEQVR42uydCaxlR5nff1Vnu+tbe…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAACgCAYAAACLz2ctAABSEklEQVR42uydCaxlR5nff1Vnu+tbe… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAACgCAYAAACLz2ctAABOnUlEQVR42ux9CbBlR3ne132Wu9+3z…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAACgCAYAAACLz2ctAABOnUlEQVR42ux9CbBlR3ne132Wu9+3z… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAACgCAYAAACLz2ctAABS70lEQVR42ux9CdBkR33fr/sdc37n7…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAACgCAYAAACLz2ctAABS70lEQVR42ux9CdBkR33fr/sdc37n7… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAACgCAYAAACLz2ctAABb7ElEQVR42ux9CbBlR3ne1322u79l3…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAACgCAYAAACLz2ctAABb7ElEQVR42ux9CbBlR3ne1322u79l3… — 200 — 0 B — 0 ms — datahttps://api.ipify.org/?format=jsonapi.ipify.org/?format=json https://api.ipify.org/?format=json — 200 — 157 B — 173 ms — h2https://redcap.chop.edu/redcap_v16.1.4/Resources/images/datetime.pngredcap.chop.edu/redcap_v16.1.4/Reso... https://redcap.chop.edu/redcap_v16.1.4/Resources/images/datetime.png — 200 — 2.1 KiB — 102 ms — h2https://www.chop.edu/themes/custom/outline_frontend/favicon.icowww.chop.edu/themes/custom/outline_... https://www.chop.edu/themes/custom/outline_frontend/favicon.ico — 200 — 964 B — 7 ms — h2https://redcap.chop.edu/redcap_v16.1.4/Resources/webpack/css/tinymce/tinymce.min.jsredcap.chop.edu/redcap_v16.1.4/Reso... https://redcap.chop.edu/redcap_v16.1.4/Resources/webpack/css/tinymce/tinymce.min.js — 200 — 467.0 KiB — 115 ms — h2
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 3087ms · 2041KB · €16/mo
redcap.chop.edu
Other
Costly
Execution 978ms
Transfer 674 KB
Unused 70%
Monthly Cost €5/mo
www.chop.edu
Other
Costly
Execution 804ms
Transfer 404 KB
Unused 29%
Monthly Cost €4/mo
Unattributable
Other
Costly
Execution 480ms
Transfer 0 KB
Monthly Cost €3/mo
www.chop.edu
Other
Costly
Execution 439ms
Transfer 29 KB
Monthly Cost €2/mo
chopedu.containers.piwik.pro
Other
Optional
Execution 196ms
Transfer 77 KB
Unused 42%
Monthly Cost €1/mo
redcap.chop.edu
Other
Optional
Execution 87ms
Transfer 243 KB
Monthly Cost €0/mo
www.chop.edu
Other
Optional
Execution 52ms
Transfer 65 KB
Monthly Cost €0/mo
redcap.chop.edu
Other
Optional
Execution 51ms
Transfer 551 KB
Unused 75%
Monthly Cost €0/mo

These scripts may cost more than they're worth

  • redcap.chop.edu adds 978ms and costs ~€5/month
  • www.chop.edu adds 804ms and costs ~€4/month
  • Unattributable adds 480ms and costs ~€3/month
  • www.chop.edu adds 439ms and costs ~€2/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

redcap.chop.edu takes 978ms 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

70% of redcap.chop.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

www.chop.edu takes 804ms 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

Unattributable takes 480ms 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.chop.edu takes 439ms 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

75% of redcap.chop.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

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