Skip to content
https://jstor.org

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

33
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.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

4.51 s

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

24.50 s

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

1.22 s

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

0.055

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

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

24.97 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
4.8 MB transferred, 220 requests
FIX
4.8 MB transferred, 220 requests
Critical::
Page weighs 9.4 MB (4.8 MB transferred)
Warning::
Images are 2.6 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.6 MB
Warning::
JavaScript is 1.7 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.7 MB
Info::
Fonts are 375 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 375 KB
Warning::
220 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.0 g CO2 per page load
4.8 MB / 2.4 MB budget
4.8 MB transferred
220 requests
1.0 g CO2 per page load
Images 2.6 MiB 55%
JavaScript 1.7 MiB 36%
Fonts 375.0 KiB 8%
Other 64.2 KiB 1%
CSS 10.8 KiB 0%
HTML 8.9 KiB 0%
Other 4.6 KiB 0%
Other 2.7 KiB 0%
Other 362 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

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 (4.8 MiB of 4.8 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
5495ms total JS execution
FIX
5495ms total JS execution
Warning::
Unattributable: 1114ms CPU time
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-N6G...: 624ms CPU time
Warning::
https://www.jstor.org/: 537ms CPU time
Warning::
https://www.jstor.org/mfe-copper-roof/header/0becc...: 469ms CPU time
Warning::
https://cdn.cookielaw.org/scripttemplates/202505.1...: 395ms CPU time
Warning::
Third-party scripts: 5495ms (100% of total)

Main Thread Breakdown

Script Evaluation 56% Other 19% Script Parsing & Compilation 11% Style & Layout 9%
ScriptTotalScriptingParse/CompileParty
Unattributable1114ms169ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-N6GDC22624ms460ms111ms3rd
https://www.jstor.org/537ms10ms4ms3rd
https://www.jstor.org/mfe-copper-roof/header/0becc8f3/react-dom_19_2_4.57e05c9d2ee42bf1ac13.js469ms336ms13ms3rd
https://cdn.cookielaw.org/scripttemplates/202505.1.0/otBannerSdk.js395ms257ms37ms3rd
https://www.jstor.org/mfe-copper-roof/footer/68fef919/src_initComponents_ts.d1a6325fb7fd2b2d7ff1.js197ms182ms0ms3rd
https://www.jstor.org/assets/search-ui_20250818T182451/build/2443.js191ms153ms23ms3rd
https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/src_initComponents_js.2c3d49a3e313e39c4d7d.js179ms149ms1ms3rd
https://www.jstor.org/assets/global_20251201T215504/build/global/js/global.min.js177ms117ms51ms3rd
https://www.jstor.org/assets/long-lived_20201006/js/scoped-custom-element-registry@0.0.3.min.js172ms143ms1ms3rd

Showing top 10 of 25 scripts

F
JS Bundles
Action
149 scripts, 673 KB unused
FIX
149 scripts, 673 KB unused
Warning::
https://www.jstor.org/assets/global_20251201T21550...: 106 KB unused (78%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.jstor.org/mfe-copper-roof/query-builde...: 95 KB unused (88%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.jstor.org/mfe-copper-roof/footer/68fef...: 95 KB unused (86%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.cookielaw.org/scripttemplates/202505.1...: 62 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-N6G...: 51 KB unused (28%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 673 KB
673 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.jstor.org/assets/global_20251201T215504/build/global/js/global.min.js137 KB106 KB (78%)3rd
https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-sentry-monitoring_2_5_0.0d496c87e6b939e77a01.js109 KB95 KB (88%)3rd
https://www.jstor.org/mfe-copper-roof/footer/68fef919/ithaka-sentry-monitoring_2_5_1.14c5584fd7fc60906dea.js110 KB95 KB (86%)3rd
https://cdn.cookielaw.org/scripttemplates/202505.1.0/otBannerSdk.js119 KB62 KB (53%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-N6GDC22180 KB51 KB (28%)3rd
https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/vueuse-core_14_1_0.386260f905cc509f4c09.js46 KB42 KB (93%)3rd
https://www.jstor.org/mfe-copper-roof/heads-up-display/663eec3c/graphql_16_12_0.e538b1cb8d263b6a0fce.js42 KB33 KB (78%)3rd
https://www.jstor.org/mfe-copper-roof/header/0becc8f3/css-loader_7_1_4.8628ef76acff23726230.js56 KB28 KB (50%)3rd
https://www.jstor.org/mfe-copper-roof/provider-designation-statement/f3b07e9a/css-loader_7_1_2.559c8411029e2e7dfe20.js46 KB24 KB (54%)3rd
https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/vue_3_5_13.f4a5188eecd114f06154.js43 KB24 KB (56%)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
220 resources · 4.8 MB · 673 KB savings available
FIX
220 resources · 4.8 MB · 673 KB savings available
Warning::
Page weight 3.8 MB over 1MB target
Got: 4.8 MB Expected: ≤ 1 MB
Info::
~673 KB of savings available
Warning::
219 third-party resources (100% of weight)
Info::
3 resources over 200KB
220 resources · 4.8 MiB · 219 third-party 3.8 MiB over 1MB target
Image 55% · 2.7 MiB
JavaScript 36% · 1.7 MiB
Font 8% · 375.0 KiB
Other 1% · 63.4 KiB
CSS 0% · 15.3 KiB
Document 0% · 8.9 KiB

~673.2 KiB of savings available

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

No Cache-Control header

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

C
Image Optimization
Action
30 images, 0 KB saveable
REVIEW
30 images, 0 KB saveable
Warning::
https://www.jstor.org/assets/long-lived_20201006/i... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.jstor.org/mfe-copper-roof/access-workf... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.jstor.org/assets/long-lived_20201006/i... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.jstor.org/mfe-copper-roof/access-workf... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.jstor.org/assets/long-lived_20201006/i... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.jstor.org/mfe-copper-roof/access-workf... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.jstor.org/assets/long-lived_20201006/i... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.jstor.org/assets/long-lived_20201006/i... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.jstor.org/assets/long-lived_20201006/i... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.jstor.org/mfe-copper-roof/provider-des... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
30 images 2.6 MB
0 oversized -0 KB
24 legacy format
10 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

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
8 fonts (375 KB)
PASS
8 fonts (375 KB)
Info::
8 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

8

375 KB total

Render-blocking

0

of 8

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 FCP 4.5 s LCP 24.5 shttps://static.ithaka.org/pharos/assets/fonts/GT-America-Standard-Regular.woff2GT-America-Standard-Reg... https://static.ithaka.org/pharos/assets/fonts/GT-America-Standard-Regular.woff2 — 47.9 KiB — 37 ms — font-display: swaphttps://static.ithaka.org/pharos/assets/fonts/GT-America-Standard-Medium.woff2GT-America-Standard-Med... https://static.ithaka.org/pharos/assets/fonts/GT-America-Standard-Medium.woff2 — 51.2 KiB — 37 ms — font-display: swaphttps://static.ithaka.org/pharos/assets/fonts/IvarHeadline-Medium.woff2IvarHeadline-Medium.woff2 https://static.ithaka.org/pharos/assets/fonts/IvarHeadline-Medium.woff2 — 33.5 KiB — 38 ms — font-display: swaphttps://static.ithaka.org/pharos/assets/fonts/GT-America-Standard-Regular.woffGT-America-Standard-Reg... https://static.ithaka.org/pharos/assets/fonts/GT-America-Standard-Regular.woff — 52.4 KiB — 7 ms — font-display: swaphttps://static.ithaka.org/pharos/assets/fonts/GT-America-Standard-Medium.woffGT-America-Standard-Med... https://static.ithaka.org/pharos/assets/fonts/GT-America-Standard-Medium.woff — 56.3 KiB — 7 ms — font-display: swaphttps://static.ithaka.org/pharos/assets/fonts/IvarHeadline-Regular.woffIvarHeadline-Regular.woff https://static.ithaka.org/pharos/assets/fonts/IvarHeadline-Regular.woff — 40.2 KiB — 4 ms — font-display: swaphttps://static.ithaka.org/pharos/assets/fonts/IvarHeadline-Medium.woffIvarHeadline-Medium.woff https://static.ithaka.org/pharos/assets/fonts/IvarHeadline-Medium.woff — 40.5 KiB — 4 ms — font-display: swaphttps://static.ithaka.org/pharos/assets/fonts/GT-America-Standard-Regular-Italic.woffGT-America-Standard-Reg... https://static.ithaka.org/pharos/assets/fonts/GT-America-Standard-Regular-Italic.woff — 53.2 KiB — 6 ms — font-display: swap
GT-America-Standard-Reg... woff2 swap
Size 48 KB
Load time 37 ms
Start 245 ms
Risk FOUT — text flashes from fallback to web font
GT-America-Standard-Med... woff2 swap
Size 51 KB
Load time 37 ms
Start 246 ms
Risk FOUT — text flashes from fallback to web font
IvarHeadline-Medium.woff2 woff2 swap
Size 34 KB
Load time 38 ms
Start 246 ms
Risk FOUT — text flashes from fallback to web font
GT-America-Standard-Reg... woff swap
Size 52 KB
Load time 7 ms
Start 431 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
GT-America-Standard-Med... woff swap
Size 56 KB
Load time 7 ms
Start 432 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
IvarHeadline-Regular.woff woff swap
Size 40 KB
Load time 4 ms
Start 532 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
IvarHeadline-Medium.woff woff swap
Size 41 KB
Load time 4 ms
Start 532 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
GT-America-Standard-Reg... woff swap
Size 53 KB
Load time 6 ms
Start 2.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
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 ~73 KB and ~146 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
17 hints, 0 missing preconnects
PASS
17 hints, 0 missing preconnects
Info::
Page uses 17 resource hint(s)

Current Resource Hints

preconnect
4
preload
+1
11
dns-prefetch
2
prefetch

17 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
220 requests over 2348ms
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 FCP 4.5 s LCP 24.5 shttps://jstor.org// https://jstor.org/ — 301 — 142 B — 10 ms — h2https://www.jstor.org/www.jstor.org/ https://www.jstor.org/ — 200 — 8.9 KiB — 217 ms — h2https://www.jstor.org/assets/long-lived_20201006/js/scoped-custom-element-registry@0.0.3.min.jswww.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/js/scoped-custom-element-registry@0.0.3.min.js — 200 — 2.2 KiB — 8 ms — h2https://www.jstor.org/assets/global_20251201T215504/build/global/js/global.min.jswww.jstor.org/assets/global_2025120... https://www.jstor.org/assets/global_20251201T215504/build/global/js/global.min.js — 200 — 136.7 KiB — 24 ms — h2https://www.jstor.org/assets/global_20251201T215504/build/global/css/global.csswww.jstor.org/assets/global_2025120... https://www.jstor.org/assets/global_20251201T215504/build/global/css/global.css — 200 — 4.3 KiB — 6 ms — h2https://static.ithaka.org/pharos/assets/fonts/GT-America-Standard-Regular.woff2static.ithaka.org/pharos/assets/fon... https://static.ithaka.org/pharos/assets/fonts/GT-America-Standard-Regular.woff2 — 200 — 47.9 KiB — 37 ms — h2https://static.ithaka.org/pharos/assets/fonts/GT-America-Standard-Medium.woff2static.ithaka.org/pharos/assets/fon... https://static.ithaka.org/pharos/assets/fonts/GT-America-Standard-Medium.woff2 — 200 — 51.2 KiB — 37 ms — h2https://static.ithaka.org/pharos/assets/fonts/IvarHeadline-Medium.woff2static.ithaka.org/pharos/assets/fon... https://static.ithaka.org/pharos/assets/fonts/IvarHeadline-Medium.woff2 — 200 — 33.5 KiB — 38 ms — h2https://www.jstor.org/mfe-registry-service/public/mfe/header/remoteEntry/path/www.jstor.org/mfe-registry-service/... https://www.jstor.org/mfe-registry-service/public/mfe/header/remoteEntry/path/ — 200 — 291 B — 411 ms — h2https://www.jstor.org/mfe-registry-service/public/mfe/footer/remoteEntry/path/www.jstor.org/mfe-registry-service/... https://www.jstor.org/mfe-registry-service/public/mfe/footer/remoteEntry/path/ — 200 — 471 B — 134 ms — h2https://www.jstor.org/mfe-registry-service/public/mfe/query-builder/remoteEntry/path/www.jstor.org/mfe-registry-service/... https://www.jstor.org/mfe-registry-service/public/mfe/query-builder/remoteEntry/path/ — 200 — 295 B — 131 ms — h2https://www.jstor.org/assets/search-ui_20250818T182451/build/search-ui/css/homepage.csswww.jstor.org/assets/search-ui_2025... https://www.jstor.org/assets/search-ui_20250818T182451/build/search-ui/css/homepage.css — 200 — 6.5 KiB — 10 ms — h2https://www.jstor.org/assets/search-ui_20250818T182451/build/search-ui/js/homepage.min.jswww.jstor.org/assets/search-ui_2025... https://www.jstor.org/assets/search-ui_20250818T182451/build/search-ui/js/homepage.min.js — 200 — 13.3 KiB — 12 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 101 ms — h2https://www.jstor.org/assets/long-lived_20201006/images/hero/jstor_homepagehero_nov2021_georgia_okeeffe.webp?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/hero/jstor_homepagehero_nov2021_georgia_okeeffe.webp?lastUpdated=20250729 — 200 — 118.4 KiB — 13 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/hero/jstor_homepagehero_nov2021_elizabeth_catlett.webp?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/hero/jstor_homepagehero_nov2021_elizabeth_catlett.webp?lastUpdated=20250729 — 200 — 93.3 KiB — 14 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/hero/jstor_homepagehero_nov2021_egyptian_winged_scarab.webp?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/hero/jstor_homepagehero_nov2021_egyptian_winged_scarab.webp?lastUpdated=20250729 — 200 — 135.9 KiB — 24 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/hero/jstor_homepagehero_nov2021_johannes_van_keulen.webp?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/hero/jstor_homepagehero_nov2021_johannes_van_keulen.webp?lastUpdated=20250729 — 200 — 292.5 KiB — 28 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/hero/jstor_homepagehero_nov2021_frank_cancian.webp?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/hero/jstor_homepagehero_nov2021_frank_cancian.webp?lastUpdated=20250729 — 200 — 144.5 KiB — 10 ms — h3https://cdn.cookielaw.org/consent/94945f03-5e19-4775-ab08-18086adc0f18/94945f03-5e19-4775-ab08-18086adc0f18.jsoncdn.cookielaw.org/consent/94945f03-... https://cdn.cookielaw.org/consent/94945f03-5e19-4775-ab08-18086adc0f18/94945f03-5e19-4775-ab08-18086adc0f18.json — 200 — 2.4 KiB — 84 ms — h2https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Montero-ThreeessaysGabriela-2025.jpg?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Montero-ThreeessaysGabriela-2025.jpg?lastUpdated=20250729 — 200 — 235.7 KiB — 9 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/ZDAMAR-CampaignSpeechesPredict-2023.jpg?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/ZDAMAR-CampaignSpeechesPredict-2023.jpg?lastUpdated=20250729 — 200 — 89.3 KiB — 18 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Naqvi-USPolicytowards-2024.jpg?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Naqvi-USPolicytowards-2024.jpg?lastUpdated=20250729 — 200 — 107.5 KiB — 33 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/MiddleEast-1974.jpg?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/MiddleEast-1974.jpg?lastUpdated=20250729 — 200 — 313.5 KiB — 41 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/McCurry-KUWAIT.GulfWar-1991.jpg?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/McCurry-KUWAIT.GulfWar-1991.jpg?lastUpdated=20250729 — 200 — 84.9 KiB — 34 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Kamel-FrontMatter-2023.jpeg?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Kamel-FrontMatter-2023.jpeg?lastUpdated=20250729 — 200 — 58.7 KiB — 30 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/LANTIS-StrainedTies-2024.jpeg?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/LANTIS-StrainedTies-2024.jpeg?lastUpdated=20250729 — 200 — 88.0 KiB — 28 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Fowler-MetaphorMiddleEast-2024.jpg?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Fowler-MetaphorMiddleEast-2024.jpg?lastUpdated=20250729 — 200 — 85.9 KiB — 34 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Katulis-USPOLICYMIDDLE-2025.jpg?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Katulis-USPOLICYMIDDLE-2025.jpg?lastUpdated=20250729 — 200 — 133.0 KiB — 36 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Kuwari-USMilitaryBases-2025.jpg?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Kuwari-USMilitaryBases-2025.jpg?lastUpdated=20250729 — 200 — 42.8 KiB — 35 ms — h3
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 FCP 4.5 s LCP 24.5 shttps://jstor.org// https://jstor.org/ — 301 — 142 B — 10 ms — h2https://www.jstor.org/www.jstor.org/ https://www.jstor.org/ — 200 — 8.9 KiB — 217 ms — h2https://www.jstor.org/assets/long-lived_20201006/js/scoped-custom-element-registry@0.0.3.min.jswww.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/js/scoped-custom-element-registry@0.0.3.min.js — 200 — 2.2 KiB — 8 ms — h2https://www.jstor.org/assets/global_20251201T215504/build/global/js/global.min.jswww.jstor.org/assets/global_2025120... https://www.jstor.org/assets/global_20251201T215504/build/global/js/global.min.js — 200 — 136.7 KiB — 24 ms — h2https://www.jstor.org/assets/global_20251201T215504/build/global/css/global.csswww.jstor.org/assets/global_2025120... https://www.jstor.org/assets/global_20251201T215504/build/global/css/global.css — 200 — 4.3 KiB — 6 ms — h2https://static.ithaka.org/pharos/assets/fonts/GT-America-Standard-Regular.woff2static.ithaka.org/pharos/assets/fon... https://static.ithaka.org/pharos/assets/fonts/GT-America-Standard-Regular.woff2 — 200 — 47.9 KiB — 37 ms — h2https://static.ithaka.org/pharos/assets/fonts/GT-America-Standard-Medium.woff2static.ithaka.org/pharos/assets/fon... https://static.ithaka.org/pharos/assets/fonts/GT-America-Standard-Medium.woff2 — 200 — 51.2 KiB — 37 ms — h2https://static.ithaka.org/pharos/assets/fonts/IvarHeadline-Medium.woff2static.ithaka.org/pharos/assets/fon... https://static.ithaka.org/pharos/assets/fonts/IvarHeadline-Medium.woff2 — 200 — 33.5 KiB — 38 ms — h2https://www.jstor.org/mfe-registry-service/public/mfe/header/remoteEntry/path/www.jstor.org/mfe-registry-service/... https://www.jstor.org/mfe-registry-service/public/mfe/header/remoteEntry/path/ — 200 — 291 B — 411 ms — h2https://www.jstor.org/mfe-registry-service/public/mfe/footer/remoteEntry/path/www.jstor.org/mfe-registry-service/... https://www.jstor.org/mfe-registry-service/public/mfe/footer/remoteEntry/path/ — 200 — 471 B — 134 ms — h2https://www.jstor.org/mfe-registry-service/public/mfe/query-builder/remoteEntry/path/www.jstor.org/mfe-registry-service/... https://www.jstor.org/mfe-registry-service/public/mfe/query-builder/remoteEntry/path/ — 200 — 295 B — 131 ms — h2https://www.jstor.org/assets/search-ui_20250818T182451/build/search-ui/css/homepage.csswww.jstor.org/assets/search-ui_2025... https://www.jstor.org/assets/search-ui_20250818T182451/build/search-ui/css/homepage.css — 200 — 6.5 KiB — 10 ms — h2https://www.jstor.org/assets/search-ui_20250818T182451/build/search-ui/js/homepage.min.jswww.jstor.org/assets/search-ui_2025... https://www.jstor.org/assets/search-ui_20250818T182451/build/search-ui/js/homepage.min.js — 200 — 13.3 KiB — 12 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 101 ms — h2https://www.jstor.org/assets/long-lived_20201006/images/hero/jstor_homepagehero_nov2021_georgia_okeeffe.webp?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/hero/jstor_homepagehero_nov2021_georgia_okeeffe.webp?lastUpdated=20250729 — 200 — 118.4 KiB — 13 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/hero/jstor_homepagehero_nov2021_elizabeth_catlett.webp?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/hero/jstor_homepagehero_nov2021_elizabeth_catlett.webp?lastUpdated=20250729 — 200 — 93.3 KiB — 14 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/hero/jstor_homepagehero_nov2021_egyptian_winged_scarab.webp?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/hero/jstor_homepagehero_nov2021_egyptian_winged_scarab.webp?lastUpdated=20250729 — 200 — 135.9 KiB — 24 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/hero/jstor_homepagehero_nov2021_johannes_van_keulen.webp?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/hero/jstor_homepagehero_nov2021_johannes_van_keulen.webp?lastUpdated=20250729 — 200 — 292.5 KiB — 28 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/hero/jstor_homepagehero_nov2021_frank_cancian.webp?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/hero/jstor_homepagehero_nov2021_frank_cancian.webp?lastUpdated=20250729 — 200 — 144.5 KiB — 10 ms — h3https://cdn.cookielaw.org/consent/94945f03-5e19-4775-ab08-18086adc0f18/94945f03-5e19-4775-ab08-18086adc0f18.jsoncdn.cookielaw.org/consent/94945f03-... https://cdn.cookielaw.org/consent/94945f03-5e19-4775-ab08-18086adc0f18/94945f03-5e19-4775-ab08-18086adc0f18.json — 200 — 2.4 KiB — 84 ms — h2https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Montero-ThreeessaysGabriela-2025.jpg?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Montero-ThreeessaysGabriela-2025.jpg?lastUpdated=20250729 — 200 — 235.7 KiB — 9 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/ZDAMAR-CampaignSpeechesPredict-2023.jpg?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/ZDAMAR-CampaignSpeechesPredict-2023.jpg?lastUpdated=20250729 — 200 — 89.3 KiB — 18 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Naqvi-USPolicytowards-2024.jpg?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Naqvi-USPolicytowards-2024.jpg?lastUpdated=20250729 — 200 — 107.5 KiB — 33 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/MiddleEast-1974.jpg?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/MiddleEast-1974.jpg?lastUpdated=20250729 — 200 — 313.5 KiB — 41 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/McCurry-KUWAIT.GulfWar-1991.jpg?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/McCurry-KUWAIT.GulfWar-1991.jpg?lastUpdated=20250729 — 200 — 84.9 KiB — 34 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Kamel-FrontMatter-2023.jpeg?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Kamel-FrontMatter-2023.jpeg?lastUpdated=20250729 — 200 — 58.7 KiB — 30 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/LANTIS-StrainedTies-2024.jpeg?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/LANTIS-StrainedTies-2024.jpeg?lastUpdated=20250729 — 200 — 88.0 KiB — 28 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Fowler-MetaphorMiddleEast-2024.jpg?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Fowler-MetaphorMiddleEast-2024.jpg?lastUpdated=20250729 — 200 — 85.9 KiB — 34 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Katulis-USPOLICYMIDDLE-2025.jpg?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Katulis-USPOLICYMIDDLE-2025.jpg?lastUpdated=20250729 — 200 — 133.0 KiB — 36 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Kuwari-USMilitaryBases-2025.jpg?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Kuwari-USMilitaryBases-2025.jpg?lastUpdated=20250729 — 200 — 42.8 KiB — 35 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Group-FrontMatter-2025.jpg?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Group-FrontMatter-2025.jpg?lastUpdated=20250729 — 200 — 33.0 KiB — 35 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-N6GDC22www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-N6GDC22 — 200 — 179.8 KiB — 142 ms — h2https://www.jstor.org/assets/search-ui_20250818T182451/build/2443.jswww.jstor.org/assets/search-ui_2025... https://www.jstor.org/assets/search-ui_20250818T182451/build/2443.js — 200 — 54.1 KiB — 6 ms — h3https://www.jstor.org/assets/search-ui_20250818T182451/build/3034.jswww.jstor.org/assets/search-ui_2025... https://www.jstor.org/assets/search-ui_20250818T182451/build/3034.js — 200 — 2.1 KiB — 5 ms — h3https://www.jstor.org/mfe-registry-service/public/mfe/unsupported-browser-message/remoteEntry/path/www.jstor.org/mfe-registry-service/... https://www.jstor.org/mfe-registry-service/public/mfe/unsupported-browser-message/remoteEntry/path/ — 200 — 571 B — 124 ms — h3https://www.jstor.org/mfe-registry-service/public/mfe/prompt/remoteEntry/path/www.jstor.org/mfe-registry-service/... https://www.jstor.org/mfe-registry-service/public/mfe/prompt/remoteEntry/path/ — 200 — 550 B — 380 ms — h3https://www.jstor.org/mfe-registry-service/public/mfe/status-banner/remoteEntry/path/www.jstor.org/mfe-registry-service/... https://www.jstor.org/mfe-registry-service/public/mfe/status-banner/remoteEntry/path/ — 200 — 557 B — 449 ms — h3https://www.jstor.org/mfe-registry-service/public/mfe/access-workflow/remoteEntry/path/www.jstor.org/mfe-registry-service/... https://www.jstor.org/mfe-registry-service/public/mfe/access-workflow/remoteEntry/path/ — 200 — 559 B — 130 ms — h3https://www.jstor.org/mfe-registry-service/public/mfe/heads-up-display/remoteEntry/path/www.jstor.org/mfe-registry-service/... https://www.jstor.org/mfe-registry-service/public/mfe/heads-up-display/remoteEntry/path/ — 200 — 560 B — 127 ms — h3https://www.jstor.org/captains_entry/public/recordwww.jstor.org/captains_entry/public... https://www.jstor.org/captains_entry/public/record — 200 — 362 B — 127 ms — h3https://static.ithaka.org/pharos/assets/fonts/GT-America-Standard-Regular.woffstatic.ithaka.org/pharos/assets/fon... https://static.ithaka.org/pharos/assets/fonts/GT-America-Standard-Regular.woff — 200 — 52.4 KiB — 7 ms — h2https://static.ithaka.org/pharos/assets/fonts/GT-America-Standard-Medium.woffstatic.ithaka.org/pharos/assets/fon... https://static.ithaka.org/pharos/assets/fonts/GT-America-Standard-Medium.woff — 200 — 56.3 KiB — 7 ms — h2https://www.jstor.org/mfe-copper-roof/footer/68fef919/remoteEntry.jswww.jstor.org/mfe-copper-roof/foote... https://www.jstor.org/mfe-copper-roof/footer/68fef919/remoteEntry.js — 200 — 8.5 KiB — 8 ms — h3https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/remoteEntry.jswww.jstor.org/mfe-copper-roof/query... https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/remoteEntry.js — 200 — 9.0 KiB — 6 ms — h3https://www.jstor.org/assets/search-ui_20250818T182451/build/chevron-left-large-js.jswww.jstor.org/assets/search-ui_2025... https://www.jstor.org/assets/search-ui_20250818T182451/build/chevron-left-large-js.js — 200 — 834 B — 5 ms — h3https://www.jstor.org/assets/search-ui_20250818T182451/build/chevron-right-large-js.jswww.jstor.org/assets/search-ui_2025... https://www.jstor.org/assets/search-ui_20250818T182451/build/chevron-right-large-js.js — 200 — 835 B — 3 ms — h3https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 308 B — 82 ms — h2https://www.jstor.org/mfe-copper-roof/footer/68fef919/ithaka-sentry-monitoring_2_5_1.14c5584fd7fc60906dea.jswww.jstor.org/mfe-copper-roof/foote... https://www.jstor.org/mfe-copper-roof/footer/68fef919/ithaka-sentry-monitoring_2_5_1.14c5584fd7fc60906dea.js — 200 — 110.4 KiB — 19 ms — h3https://www.jstor.org/mfe-copper-roof/footer/68fef919/src_bootstrap_ts.582973e27f0e3e8ef4dd.jswww.jstor.org/mfe-copper-roof/foote... https://www.jstor.org/mfe-copper-roof/footer/68fef919/src_bootstrap_ts.582973e27f0e3e8ef4dd.js — 200 — 1021 B — 6 ms — h3https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-sentry-monitoring_2_5_0.0d496c87e6b939e77a01.jswww.jstor.org/mfe-copper-roof/query... https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-sentry-monitoring_2_5_0.0d496c87e6b939e77a01.js — 200 — 109.1 KiB — 19 ms — h3https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-url-utils_1_1_1.6f24a5d1c426736a3439.jswww.jstor.org/mfe-copper-roof/query... https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-url-utils_1_1_1.6f24a5d1c426736a3439.js — 200 — 1.2 KiB — 14 ms — h3https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/src_bootstrap_js.55b0c68c961a08254d1d.jswww.jstor.org/mfe-copper-roof/query... https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/src_bootstrap_js.55b0c68c961a08254d1d.js — 200 — 2.0 KiB — 13 ms — h3https://static.ithaka.org/pharos/assets/fonts/IvarHeadline-Regular.woffstatic.ithaka.org/pharos/assets/fon... https://static.ithaka.org/pharos/assets/fonts/IvarHeadline-Regular.woff — 200 — 40.2 KiB — 4 ms — h3https://static.ithaka.org/pharos/assets/fonts/IvarHeadline-Medium.woffstatic.ithaka.org/pharos/assets/fon... https://static.ithaka.org/pharos/assets/fonts/IvarHeadline-Medium.woff — 200 — 40.5 KiB — 4 ms — h3https://www.jstor.org/mfe-copper-roof/footer/68fef919/vue_3_5_26.dabfd7ee9635f42e057b.jswww.jstor.org/mfe-copper-roof/foote... https://www.jstor.org/mfe-copper-roof/footer/68fef919/vue_3_5_26.dabfd7ee9635f42e057b.js — 200 — 44.2 KiB — 24 ms — h3https://www.jstor.org/mfe-copper-roof/footer/68fef919/ithaka-frontend-log-sdk_2_3_1.27a944a5ae9c117990da.jswww.jstor.org/mfe-copper-roof/foote... https://www.jstor.org/mfe-copper-roof/footer/68fef919/ithaka-frontend-log-sdk_2_3_1.27a944a5ae9c117990da.js — 200 — 1.6 KiB — 22 ms — h3https://www.jstor.org/mfe-copper-roof/footer/68fef919/src_components_TheFooter_vue.0433ec562793d32045b8.jswww.jstor.org/mfe-copper-roof/foote... https://www.jstor.org/mfe-copper-roof/footer/68fef919/src_components_TheFooter_vue.0433ec562793d32045b8.js — 200 — 10.7 KiB — 13 ms — h3https://www.jstor.org/mfe-copper-roof/footer/68fef919/ithaka-pharos_14_22_1.8665ff38cf94eec90ca5.jswww.jstor.org/mfe-copper-roof/foote... https://www.jstor.org/mfe-copper-roof/footer/68fef919/ithaka-pharos_14_22_1.8665ff38cf94eec90ca5.js — 200 — 7.2 KiB — 17 ms — h3https://www.jstor.org/mfe-copper-roof/footer/68fef919/ithaka-pharos_14_22_1.2b39822f06d0de634de3.jswww.jstor.org/mfe-copper-roof/foote... https://www.jstor.org/mfe-copper-roof/footer/68fef919/ithaka-pharos_14_22_1.2b39822f06d0de634de3.js — 200 — 2.8 KiB — 21 ms — h3https://www.jstor.org/mfe-copper-roof/footer/68fef919/ithaka-pharos_14_22_1.ca299c615b20e368e53c.jswww.jstor.org/mfe-copper-roof/foote... https://www.jstor.org/mfe-copper-roof/footer/68fef919/ithaka-pharos_14_22_1.ca299c615b20e368e53c.js — 200 — 9.4 KiB — 21 ms — h3https://www.jstor.org/mfe-copper-roof/footer/68fef919/ithaka-pharos_14_22_1.64ed378db54d5ffbba6a.jswww.jstor.org/mfe-copper-roof/foote... https://www.jstor.org/mfe-copper-roof/footer/68fef919/ithaka-pharos_14_22_1.64ed378db54d5ffbba6a.js — 200 — 7.1 KiB — 20 ms — h3https://www.jstor.org/mfe-copper-roof/footer/68fef919/ithaka-pharos_14_22_1.f33588ed850b6fe6caee.jswww.jstor.org/mfe-copper-roof/foote... https://www.jstor.org/mfe-copper-roof/footer/68fef919/ithaka-pharos_14_22_1.f33588ed850b6fe6caee.js — 200 — 3.6 KiB — 19 ms — h3https://www.jstor.org/mfe-copper-roof/footer/68fef919/ithaka-pharos_14_22_1.b67caa9d876ea44c84c8.jswww.jstor.org/mfe-copper-roof/foote... https://www.jstor.org/mfe-copper-roof/footer/68fef919/ithaka-pharos_14_22_1.b67caa9d876ea44c84c8.js — 200 — 1.8 KiB — 19 ms — h3https://www.jstor.org/mfe-copper-roof/footer/68fef919/ithaka-pharos_14_22_1.f2dc76d320fff270602b.jswww.jstor.org/mfe-copper-roof/foote... https://www.jstor.org/mfe-copper-roof/footer/68fef919/ithaka-pharos_14_22_1.f2dc76d320fff270602b.js — 200 — 1.0 KiB — 24 ms — h3https://www.jstor.org/mfe-copper-roof/footer/68fef919/src_initComponents_ts.d1a6325fb7fd2b2d7ff1.jswww.jstor.org/mfe-copper-roof/foote... https://www.jstor.org/mfe-copper-roof/footer/68fef919/src_initComponents_ts.d1a6325fb7fd2b2d7ff1.js — 200 — 750 B — 24 ms — h3https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/vue_3_5_13.f4a5188eecd114f06154.jswww.jstor.org/mfe-copper-roof/query... https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/vue_3_5_13.f4a5188eecd114f06154.js — 200 — 43.2 KiB — 37 ms — h3https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-dom-structured-context_1_1_1.f5c5e1c2d96e3e039955.jswww.jstor.org/mfe-copper-roof/query... https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-dom-structured-context_1_1_1.f5c5e1c2d96e3e039955.js — 200 — 1.1 KiB — 6 ms — h3https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-frontend-log-sdk_2_3_0.35b3601f81c8c541e489.jswww.jstor.org/mfe-copper-roof/query... https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-frontend-log-sdk_2_3_0.35b3601f81c8c541e489.js — 200 — 1.6 KiB — 12 ms — h3https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/lodash_debounce_4_0_8.5aa9292df4352857c6b4.jswww.jstor.org/mfe-copper-roof/query... https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/lodash_debounce_4_0_8.5aa9292df4352857c6b4.js — 200 — 1.4 KiB — 24 ms — h3https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/uuid_8_3_2.a3d3eeee9d7bbc80c46a.jswww.jstor.org/mfe-copper-roof/query... https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/uuid_8_3_2.a3d3eeee9d7bbc80c46a.js — 200 — 3.9 KiB — 22 ms — h3https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/src_components_QueryBuilderInput_vue.c9f80774b6e50b9d4eee.jswww.jstor.org/mfe-copper-roof/query... https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/src_components_QueryBuilderInput_vue.c9f80774b6e50b9d4eee.js — 200 — 15.8 KiB — 22 ms — h3https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-pharos_14_18_1.c5148fc5a7c9c08c25a4.jswww.jstor.org/mfe-copper-roof/query... https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-pharos_14_18_1.c5148fc5a7c9c08c25a4.js — 200 — 7.1 KiB — 22 ms — h3https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-pharos_14_18_1.86b44fb2b4f74462dffc.jswww.jstor.org/mfe-copper-roof/query... https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-pharos_14_18_1.86b44fb2b4f74462dffc.js — 200 — 7.3 KiB — 22 ms — h3https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-pharos_14_18_1.6783ff02ec98e01e36b1.jswww.jstor.org/mfe-copper-roof/query... https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-pharos_14_18_1.6783ff02ec98e01e36b1.js — 200 — 3.4 KiB — 34 ms — h3https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-pharos_14_18_1.5fa42f2e52ee5c7918a9.jswww.jstor.org/mfe-copper-roof/query... https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-pharos_14_18_1.5fa42f2e52ee5c7918a9.js — 200 — 5.8 KiB — 33 ms — h3https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-pharos_14_18_1.ef305bab25a740ef6f13.jswww.jstor.org/mfe-copper-roof/query... https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-pharos_14_18_1.ef305bab25a740ef6f13.js — 200 — 2.6 KiB — 33 ms — h3https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-pharos_14_18_1.7e0d608ea3497bb4abd2.jswww.jstor.org/mfe-copper-roof/query... https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-pharos_14_18_1.7e0d608ea3497bb4abd2.js — 200 — 8.2 KiB — 33 ms — h3https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-pharos_14_18_1.b195090dfa19f491b640.jswww.jstor.org/mfe-copper-roof/query... https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-pharos_14_18_1.b195090dfa19f491b640.js — 200 — 3.9 KiB — 31 ms — h3https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-pharos_14_18_1.6ed00445bca969d57222.jswww.jstor.org/mfe-copper-roof/query... https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-pharos_14_18_1.6ed00445bca969d57222.js — 200 — 3.8 KiB — 42 ms — h3https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-pharos_14_18_1.991847c7529adde55635.jswww.jstor.org/mfe-copper-roof/query... https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-pharos_14_18_1.991847c7529adde55635.js — 200 — 5.3 KiB — 30 ms — h3https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-pharos_14_18_1.b2d0be91c3dfda27c435.jswww.jstor.org/mfe-copper-roof/query... https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-pharos_14_18_1.b2d0be91c3dfda27c435.js — 200 — 6.3 KiB — 41 ms — h3https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-pharos_14_18_1.5a7b15b1390a272b304c.jswww.jstor.org/mfe-copper-roof/query... https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/ithaka-pharos_14_18_1.5a7b15b1390a272b304c.js — 200 — 1.0 KiB — 40 ms — h3https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/src_initComponents_js.2c3d49a3e313e39c4d7d.jswww.jstor.org/mfe-copper-roof/query... https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/src_initComponents_js.2c3d49a3e313e39c4d7d.js — 200 — 795 B — 41 ms — h3https://cdn.cookielaw.org/scripttemplates/202505.1.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202505.1.0/otBannerSdk.js — 200 — 118.8 KiB — 70 ms — h2https://www.jstor.org/mfe-copper-roof/footer/68fef919/chevron-right-js.c06383ed4d5778e13c1c.jswww.jstor.org/mfe-copper-roof/foote... https://www.jstor.org/mfe-copper-roof/footer/68fef919/chevron-right-js.c06383ed4d5778e13c1c.js — 200 — 814 B — 6 ms — h3https://www.jstor.org/mfe-copper-roof/footer/68fef919/chevron-down-js.04d005cadba4abeb20a5.jswww.jstor.org/mfe-copper-roof/foote... https://www.jstor.org/mfe-copper-roof/footer/68fef919/chevron-down-js.04d005cadba4abeb20a5.js — 200 — 828 B — 6 ms — h3https://www.jstor.org/mfe-copper-roof/footer/68fef919/instagram-js.f031fbcd02a27535cd4b.jswww.jstor.org/mfe-copper-roof/foote... https://www.jstor.org/mfe-copper-roof/footer/68fef919/instagram-js.f031fbcd02a27535cd4b.js — 200 — 1.6 KiB — 4 ms — h3https://www.jstor.org/mfe-copper-roof/footer/68fef919/linkedin-js.6624376ab69ea82b7c6c.jswww.jstor.org/mfe-copper-roof/foote... https://www.jstor.org/mfe-copper-roof/footer/68fef919/linkedin-js.6624376ab69ea82b7c6c.js — 200 — 1.3 KiB — 18 ms — h3https://www.jstor.org/mfe-copper-roof/footer/68fef919/facebook-js.e10bec8a4bd1c33f523f.jswww.jstor.org/mfe-copper-roof/foote... https://www.jstor.org/mfe-copper-roof/footer/68fef919/facebook-js.e10bec8a4bd1c33f523f.js — 200 — 991 B — 20 ms — h3https://www.jstor.org/mfe-copper-roof/footer/68fef919/youtube-js.91766d5aa5befc14a72a.jswww.jstor.org/mfe-copper-roof/foote... https://www.jstor.org/mfe-copper-roof/footer/68fef919/youtube-js.91766d5aa5befc14a72a.js — 200 — 1.4 KiB — 18 ms — h3https://www.jstor.org/mfe-copper-roof/footer/68fef919/tumblr-js.19690b458a8e15a65768.jswww.jstor.org/mfe-copper-roof/foote... https://www.jstor.org/mfe-copper-roof/footer/68fef919/tumblr-js.19690b458a8e15a65768.js — 200 — 945 B — 18 ms — h3https://www.jstor.org/mfe-copper-roof/footer/68fef919/bluesky-js.4e92b6d95f7732b0a9da.jswww.jstor.org/mfe-copper-roof/foote... https://www.jstor.org/mfe-copper-roof/footer/68fef919/bluesky-js.4e92b6d95f7732b0a9da.js — 200 — 1.2 KiB — 18 ms — h3https://www.jstor.org/mfe-copper-roof/footer/68fef919/threads-js.2fcec61e9b6778a8e4ac.jswww.jstor.org/mfe-copper-roof/foote... https://www.jstor.org/mfe-copper-roof/footer/68fef919/threads-js.2fcec61e9b6778a8e4ac.js — 200 — 1.9 KiB — 18 ms — h3https://www.jstor.org/mfe-copper-roof/unsupported-browser-message/b343fc1f/remoteEntry.jswww.jstor.org/mfe-copper-roof/unsup... https://www.jstor.org/mfe-copper-roof/unsupported-browser-message/b343fc1f/remoteEntry.js — 200 — 8.2 KiB — 18 ms — h3https://www.jstor.org/mfe-copper-roof/heads-up-display/663eec3c/remoteEntry.jswww.jstor.org/mfe-copper-roof/heads... https://www.jstor.org/mfe-copper-roof/heads-up-display/663eec3c/remoteEntry.js — 200 — 9.0 KiB — 16 ms — h3https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/remoteEntry.jswww.jstor.org/mfe-copper-roof/acces... https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/remoteEntry.js — 200 — 9.9 KiB — 16 ms — h3https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/chevron-down-js.02e6fac580dfc5a7f65e.jswww.jstor.org/mfe-copper-roof/query... https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/chevron-down-js.02e6fac580dfc5a7f65e.js — 200 — 843 B — 3 ms — h3https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/search-js.37c6312deb0b3f127903.jswww.jstor.org/mfe-copper-roof/query... https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/search-js.37c6312deb0b3f127903.js — 200 — 1.0 KiB — 4 ms — h3https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/checkmark-js.f47aceeb1e65964af709.jswww.jstor.org/mfe-copper-roof/query... https://www.jstor.org/mfe-copper-roof/query-builder/0b448bab/checkmark-js.f47aceeb1e65964af709.js — 200 — 838 B — 3 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/remoteEntry.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/remoteEntry.js — 200 — 9.9 KiB — 3 ms — h3https://www.jstor.org/mfe-copper-roof/unsupported-browser-message/b343fc1f/src_bootstrap_ts.47c16f2ffb1d6b6cda91.jswww.jstor.org/mfe-copper-roof/unsup... https://www.jstor.org/mfe-copper-roof/unsupported-browser-message/b343fc1f/src_bootstrap_ts.47c16f2ffb1d6b6cda91.js — 200 — 1.8 KiB — 3 ms — h3https://www.jstor.org/mfe-copper-roof/heads-up-display/663eec3c/apollo-client_4_0_11.6a5d2fda892ff484af74.jswww.jstor.org/mfe-copper-roof/heads... https://www.jstor.org/mfe-copper-roof/heads-up-display/663eec3c/apollo-client_4_0_11.6a5d2fda892ff484af74.js — 200 — 34.4 KiB — 21 ms — h3https://www.jstor.org/mfe-copper-roof/heads-up-display/663eec3c/graphql_16_12_0.e538b1cb8d263b6a0fce.jswww.jstor.org/mfe-copper-roof/heads... https://www.jstor.org/mfe-copper-roof/heads-up-display/663eec3c/graphql_16_12_0.e538b1cb8d263b6a0fce.js — 200 — 42.4 KiB — 59 ms — h3https://www.jstor.org/mfe-copper-roof/heads-up-display/663eec3c/rxjs_7_8_2.7729596d834a4d20f0d0.jswww.jstor.org/mfe-copper-roof/heads... https://www.jstor.org/mfe-copper-roof/heads-up-display/663eec3c/rxjs_7_8_2.7729596d834a4d20f0d0.js — 200 — 16.9 KiB — 23 ms — h3https://www.jstor.org/mfe-copper-roof/heads-up-display/663eec3c/tslib_2_8_1.d47107c6617e24df1ab9.jswww.jstor.org/mfe-copper-roof/heads... https://www.jstor.org/mfe-copper-roof/heads-up-display/663eec3c/tslib_2_8_1.d47107c6617e24df1ab9.js — 200 — 2.2 KiB — 23 ms — h3https://www.jstor.org/mfe-copper-roof/heads-up-display/663eec3c/js-cookie_3_0_5.a8ed9b11937caab87166.jswww.jstor.org/mfe-copper-roof/heads... https://www.jstor.org/mfe-copper-roof/heads-up-display/663eec3c/js-cookie_3_0_5.a8ed9b11937caab87166.js — 200 — 1.3 KiB — 25 ms — h3https://www.jstor.org/mfe-copper-roof/heads-up-display/663eec3c/src_bootstrap_tsx.f064b6c80002580e9d46.jswww.jstor.org/mfe-copper-roof/heads... https://www.jstor.org/mfe-copper-roof/heads-up-display/663eec3c/src_bootstrap_tsx.f064b6c80002580e9d46.js — 200 — 1.7 KiB — 31 ms — h3https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/css-loader_7_1_2.a45e83f16262bd028c74.jswww.jstor.org/mfe-copper-roof/acces... https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/css-loader_7_1_2.a45e83f16262bd028c74.js — 200 — 45.4 KiB — 61 ms — h3https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/ithaka-federated-module-loader_3_0_1.5f6e61d9c4d4e10a7b17.jswww.jstor.org/mfe-copper-roof/acces... https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/ithaka-federated-module-loader_3_0_1.5f6e61d9c4d4e10a7b17.js — 200 — 1.8 KiB — 28 ms — h3https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/src_styles_index_scss-src_plugins_loggerPlugin_ts-src_sentry_ts-src_types_Flags_ts-src_compon-9cf5ba.642b5a4936ea762dac6b.jswww.jstor.org/mfe-copper-roof/acces... https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/src_styles_index_scss-src_plugins_loggerPlugin_ts-src_sentry_ts-src_types_Flags_ts-src_compon-9cf5ba.642b5a4936ea762dac6b.js — 200 — 10.2 KiB — 28 ms — h3https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/src_bootstrap_ts.717abc3068cc3f24844e.jswww.jstor.org/mfe-copper-roof/acces... https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/src_bootstrap_ts.717abc3068cc3f24844e.js — 200 — 1.2 KiB — 52 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.a08c3a38909b1f7928ca.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.a08c3a38909b1f7928ca.js — 200 — 7.1 KiB — 45 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.b9dcf05bdb3022b72a98.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.b9dcf05bdb3022b72a98.js — 200 — 5.5 KiB — 46 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/floating-ui-dom_1_7_5.c6f2bec7cb1633fef86b.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/floating-ui-dom_1_7_5.c6f2bec7cb1633fef86b.js — 200 — 7.1 KiB — 46 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/apollo-client_4_1_5.4c05e7343e633103132c.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/apollo-client_4_1_5.4c05e7343e633103132c.js — 200 — 39.0 KiB — 56 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.5d6324ea0f3a2da2e52e.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.5d6324ea0f3a2da2e52e.js — 200 — 4.6 KiB — 46 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.67aff8ae9396bb4f81bc.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.67aff8ae9396bb4f81bc.js — 200 — 5.7 KiB — 46 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/css-loader_7_1_4.8628ef76acff23726230.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/css-loader_7_1_4.8628ef76acff23726230.js — 200 — 56.3 KiB — 80 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/react_19_2_4.6572861b4f09c3345d3c.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/react_19_2_4.6572861b4f09c3345d3c.js — 200 — 3.4 KiB — 56 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/uuid_13_0_0.bca89bf041698690dd08.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/uuid_13_0_0.bca89bf041698690dd08.js — 200 — 4.4 KiB — 55 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/react-dom_19_2_4.57e05c9d2ee42bf1ac13.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/react-dom_19_2_4.57e05c9d2ee42bf1ac13.js — 200 — 55.6 KiB — 78 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/react-dom_19_2_4.b2d65357a70080525a3f.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/react-dom_19_2_4.b2d65357a70080525a3f.js — 200 — 1.9 KiB — 64 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.a2a91cc65e2aae7c611e.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.a2a91cc65e2aae7c611e.js — 200 — 4.6 KiB — 65 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.5f64d9e86cd7b1b43c35.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.5f64d9e86cd7b1b43c35.js — 200 — 3.5 KiB — 65 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.dfb36d88759af1af345e.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.dfb36d88759af1af345e.js — 200 — 2.7 KiB — 65 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.c05bb39a773e48264236.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.c05bb39a773e48264236.js — 200 — 4.1 KiB — 64 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.8418c5ba85b4d31732e5.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.8418c5ba85b4d31732e5.js — 200 — 7.0 KiB — 63 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.47606a6fe81d530259de.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.47606a6fe81d530259de.js — 200 — 1.6 KiB — 63 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.2bc776f154dba6ca1396.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.2bc776f154dba6ca1396.js — 200 — 4.8 KiB — 74 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.e27448d5e78ab22066e1.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.e27448d5e78ab22066e1.js — 200 — 6.6 KiB — 82 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.8a72859bcb0c0db55964.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.8a72859bcb0c0db55964.js — 200 — 1.9 KiB — 71 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.eba49856b44ca45f437b.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.eba49856b44ca45f437b.js — 200 — 5.7 KiB — 72 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.b32f5f633537e2700a0a.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.b32f5f633537e2700a0a.js — 200 — 4.1 KiB — 72 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.da4f57e5035fe79e377c.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.da4f57e5035fe79e377c.js — 200 — 5.9 KiB — 72 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.aebe5c83370240f74803.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.aebe5c83370240f74803.js — 200 — 2.9 KiB — 71 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.94da38044e25eb32408e.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.94da38044e25eb32408e.js — 200 — 6.0 KiB — 71 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.63931a1c8eccb394de04.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.63931a1c8eccb394de04.js — 200 — 6.9 KiB — 79 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.5f908a25504a0e55ce5e.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.5f908a25504a0e55ce5e.js — 200 — 5.4 KiB — 75 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.c5b885b4c8b646a4db35.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/ithaka-pharos_14_22_2.c5b885b4c8b646a4db35.js — 200 — 35.1 KiB — 80 ms — h3https://www.jstor.org/mfe-copper-roof/prompt/6b866a17/remoteEntry.jswww.jstor.org/mfe-copper-roof/promp... https://www.jstor.org/mfe-copper-roof/prompt/6b866a17/remoteEntry.js — 200 — 9.4 KiB — 69 ms — h3https://www.jstor.org/ui/data-fetch/gatewaywww.jstor.org/ui/data-fetch/gateway https://www.jstor.org/ui/data-fetch/gateway — 200 — 515 B — 404 ms — h3https://www.jstor.org/mfe-copper-roof/status-banner/5e83f48a/remoteEntry.jswww.jstor.org/mfe-copper-roof/statu... https://www.jstor.org/mfe-copper-roof/status-banner/5e83f48a/remoteEntry.js — 200 — 8.2 KiB — 3 ms — h3https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/src_util_defaultPropertyHydration_util_ts.0e638bd7dedc68809721.jswww.jstor.org/mfe-copper-roof/acces... https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/src_util_defaultPropertyHydration_util_ts.0e638bd7dedc68809721.js — 200 — 1.1 KiB — 6 ms — h3https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/src_util_personalization_util_ts.7a56923177566712258f.jswww.jstor.org/mfe-copper-roof/acces... https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/src_util_personalization_util_ts.7a56923177566712258f.js — 200 — 1.0 KiB — 10 ms — h3https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/ithaka-pharos_14_22_1.5463a8c786b519d905e5.jswww.jstor.org/mfe-copper-roof/acces... https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/ithaka-pharos_14_22_1.5463a8c786b519d905e5.js — 200 — 7.2 KiB — 14 ms — h3https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/ithaka-pharos_14_22_1.eff82dec6a1dd8ce4814.jswww.jstor.org/mfe-copper-roof/acces... https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/ithaka-pharos_14_22_1.eff82dec6a1dd8ce4814.js — 200 — 4.7 KiB — 15 ms — h3https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/ithaka-pharos_14_22_1.ecac25f2709c3c257fba.jswww.jstor.org/mfe-copper-roof/acces... https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/ithaka-pharos_14_22_1.ecac25f2709c3c257fba.js — 200 — 5.3 KiB — 25 ms — h3https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/ithaka-pharos_14_22_1.85ad78fb0750249af5e2.jswww.jstor.org/mfe-copper-roof/acces... https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/ithaka-pharos_14_22_1.85ad78fb0750249af5e2.js — 200 — 7.2 KiB — 25 ms — h3https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/ithaka-pharos_14_22_1.e61eb4049821272babf7.jswww.jstor.org/mfe-copper-roof/acces... https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/ithaka-pharos_14_22_1.e61eb4049821272babf7.js — 200 — 5.0 KiB — 25 ms — h3https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/ithaka-pharos_14_22_1.7af3746dff1c4870e0fb.jswww.jstor.org/mfe-copper-roof/acces... https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/ithaka-pharos_14_22_1.7af3746dff1c4870e0fb.js — 200 — 3.1 KiB — 24 ms — h3https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/ithaka-pharos_14_22_1.36bda18a73ed16646518.jswww.jstor.org/mfe-copper-roof/acces... https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/ithaka-pharos_14_22_1.36bda18a73ed16646518.js — 200 — 10.6 KiB — 24 ms — h3https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/ithaka-pharos_14_22_1.9db4bece800a77ef0f0a.jswww.jstor.org/mfe-copper-roof/acces... https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/ithaka-pharos_14_22_1.9db4bece800a77ef0f0a.js — 200 — 7.7 KiB — 24 ms — h3https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/ithaka-pharos_14_22_1.7d7e41d3ad46e392b4e6.jswww.jstor.org/mfe-copper-roof/acces... https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/ithaka-pharos_14_22_1.7d7e41d3ad46e392b4e6.js — 200 — 1.1 KiB — 24 ms — h3https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/ithaka-pharos_14_22_1.091bb96e3755b378b150.jswww.jstor.org/mfe-copper-roof/acces... https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/ithaka-pharos_14_22_1.091bb96e3755b378b150.js — 200 — 1.8 KiB — 24 ms — h3https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/ithaka-pharos_14_22_1.e3c82aa63ea9f5194e54.jswww.jstor.org/mfe-copper-roof/acces... https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/ithaka-pharos_14_22_1.e3c82aa63ea9f5194e54.js — 200 — 5.0 KiB — 23 ms — h3https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/src_initComponents_ts.9bb681e6fc4161bba173.jswww.jstor.org/mfe-copper-roof/acces... https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/src_initComponents_ts.9bb681e6fc4161bba173.js — 200 — 1.1 KiB — 26 ms — h3https://www.jstor.org/mfe-copper-roof/prompt/6b866a17/css-loader_7_1_2.9a74589b002232fc93ba.jswww.jstor.org/mfe-copper-roof/promp... https://www.jstor.org/mfe-copper-roof/prompt/6b866a17/css-loader_7_1_2.9a74589b002232fc93ba.js — 200 — 39.2 KiB — 10 ms — h3https://www.jstor.org/mfe-copper-roof/prompt/6b866a17/xstate_5_25_0.76e8d38e01a8a4ff07ec.jswww.jstor.org/mfe-copper-roof/promp... https://www.jstor.org/mfe-copper-roof/prompt/6b866a17/xstate_5_25_0.76e8d38e01a8a4ff07ec.js — 200 — 14.0 KiB — 8 ms — h3https://www.jstor.org/mfe-copper-roof/prompt/6b866a17/ithaka-url-utils_1_1_1.5e739edb2e3e159813d9.jswww.jstor.org/mfe-copper-roof/promp... https://www.jstor.org/mfe-copper-roof/prompt/6b866a17/ithaka-url-utils_1_1_1.5e739edb2e3e159813d9.js — 200 — 1.2 KiB — 11 ms — h3https://www.jstor.org/mfe-copper-roof/prompt/6b866a17/src_environment_ts-src_plugins_logger_index_ts-src_App_vue-webpack_sharing_consume_default_it-224759.f3e0203419b5c48d316f.jswww.jstor.org/mfe-copper-roof/promp... https://www.jstor.org/mfe-copper-roof/prompt/6b866a17/src_environment_ts-src_plugins_logger_index_ts-src_App_vue-webpack_sharing_consume_default_it-224759.f3e0203419b5c48d316f.js — 200 — 8.6 KiB — 11 ms — h3https://www.jstor.org/mfe-copper-roof/prompt/6b866a17/src_bootstrap_ts.2b868e81fff9975a78ef.jswww.jstor.org/mfe-copper-roof/promp... https://www.jstor.org/mfe-copper-roof/prompt/6b866a17/src_bootstrap_ts.2b868e81fff9975a78ef.js — 200 — 948 B — 10 ms — h3https://www.jstor.org/mfe-registry-service/public/mfe/provider-designation-statement/remoteEntry/path/www.jstor.org/mfe-registry-service/... https://www.jstor.org/mfe-registry-service/public/mfe/provider-designation-statement/remoteEntry/path/ — 200 — 574 B — 401 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/saved-js.59506fd2acc66cda74e6.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/saved-js.59506fd2acc66cda74e6.js — 200 — 823 B — 3 ms — h3data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZ…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZ… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZ…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZ… — 200 — 0 B — 0 ms — datahttps://www.jstor.org/mfe-copper-roof/header/0becc8f3/question-inverse-js.277626d5fcedceb4c879.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/question-inverse-js.277626d5fcedceb4c879.js — 200 — 1.6 KiB — 2 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/menu-js.984f6da2e921013691cb.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/menu-js.984f6da2e921013691cb.js — 200 — 758 B — 3 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/chevron-down-js.024015991c16c688a321.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/chevron-down-js.024015991c16c688a321.js — 200 — 830 B — 6 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/link-external-js.2cff574fd04a00ed8003.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/link-external-js.2cff574fd04a00ed8003.js — 200 — 761 B — 6 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/chevron-left-large-js.5ae59af7bfd175a49377.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/chevron-left-large-js.5ae59af7bfd175a49377.js — 200 — 827 B — 8 ms — h3https://www.jstor.org/mfe-copper-roof/status-banner/5e83f48a/src_bootstrap_ts.abe596707a7352ac54d3.jswww.jstor.org/mfe-copper-roof/statu... https://www.jstor.org/mfe-copper-roof/status-banner/5e83f48a/src_bootstrap_ts.abe596707a7352ac54d3.js — 200 — 2.8 KiB — 5 ms — h3https://www.jstor.org/ui/data-fetch/gatewaywww.jstor.org/ui/data-fetch/gateway https://www.jstor.org/ui/data-fetch/gateway — 200 — 634 B — 137 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/profile-js.3b5d6140ca8f234ae0ba.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/profile-js.3b5d6140ca8f234ae0ba.js — 200 — 1.3 KiB — 3 ms — h3https://www.jstor.org/ui/data-fetch/gatewaywww.jstor.org/ui/data-fetch/gateway https://www.jstor.org/ui/data-fetch/gateway — 200 — 2.7 KiB — 126 ms — h3https://www.jstor.org/ui/data-fetch/gatewaywww.jstor.org/ui/data-fetch/gateway https://www.jstor.org/ui/data-fetch/gateway — 200 — 590 B — 127 ms — h3https://www.jstor.org/mfe-copper-roof/prompt/6b866a17/ithaka-pharos_14_22_1.647b8b8809e03bca1f2f.jswww.jstor.org/mfe-copper-roof/promp... https://www.jstor.org/mfe-copper-roof/prompt/6b866a17/ithaka-pharos_14_22_1.647b8b8809e03bca1f2f.js — 200 — 7.4 KiB — 3 ms — h3https://www.jstor.org/mfe-copper-roof/prompt/6b866a17/ithaka-pharos_14_22_1.641e4af847296dd6a466.jswww.jstor.org/mfe-copper-roof/promp... https://www.jstor.org/mfe-copper-roof/prompt/6b866a17/ithaka-pharos_14_22_1.641e4af847296dd6a466.js — 200 — 5.2 KiB — 11 ms — h3https://www.jstor.org/mfe-copper-roof/prompt/6b866a17/ithaka-pharos_14_22_1.1d482888e4fa2eff27a2.jswww.jstor.org/mfe-copper-roof/promp... https://www.jstor.org/mfe-copper-roof/prompt/6b866a17/ithaka-pharos_14_22_1.1d482888e4fa2eff27a2.js — 200 — 6.8 KiB — 11 ms — h3https://www.jstor.org/mfe-copper-roof/prompt/6b866a17/ithaka-pharos_14_22_1.54bc55167b38cbdec87e.jswww.jstor.org/mfe-copper-roof/promp... https://www.jstor.org/mfe-copper-roof/prompt/6b866a17/ithaka-pharos_14_22_1.54bc55167b38cbdec87e.js — 200 — 3.1 KiB — 11 ms — h3https://www.jstor.org/mfe-copper-roof/prompt/6b866a17/ithaka-pharos_14_22_1.570b1866f8327ea6d4be.jswww.jstor.org/mfe-copper-roof/promp... https://www.jstor.org/mfe-copper-roof/prompt/6b866a17/ithaka-pharos_14_22_1.570b1866f8327ea6d4be.js — 200 — 3.0 KiB — 9 ms — h3https://www.jstor.org/mfe-copper-roof/prompt/6b866a17/ithaka-pharos_14_22_1.f8c23676d16b337704d1.jswww.jstor.org/mfe-copper-roof/promp... https://www.jstor.org/mfe-copper-roof/prompt/6b866a17/ithaka-pharos_14_22_1.f8c23676d16b337704d1.js — 200 — 6.8 KiB — 9 ms — h3https://www.jstor.org/mfe-copper-roof/prompt/6b866a17/src_initComponents_ts.74270fc32dee5aecb103.jswww.jstor.org/mfe-copper-roof/promp... https://www.jstor.org/mfe-copper-roof/prompt/6b866a17/src_initComponents_ts.74270fc32dee5aecb103.js — 200 — 799 B — 9 ms — h3https://www.jstor.org/mfe-copper-roof/status-banner/5e83f48a/ithaka-statuspage-client_1_0_2.093f5030564534a3ee15.jswww.jstor.org/mfe-copper-roof/statu... https://www.jstor.org/mfe-copper-roof/status-banner/5e83f48a/ithaka-statuspage-client_1_0_2.093f5030564534a3ee15.js — 200 — 1.0 KiB — 3 ms — h3https://www.jstor.org/ui/data-fetch/gatewaywww.jstor.org/ui/data-fetch/gateway https://www.jstor.org/ui/data-fetch/gateway — 200 — 543 B — 188 ms — h3https://status-app.jstor.org/components/lcl8nmkfysbystatus-app.jstor.org/components/lcl... https://status-app.jstor.org/components/lcl8nmkfysby — 200 — 4.9 KiB — 3 ms — h2https://cdn.cookielaw.org/consent/94945f03-5e19-4775-ab08-18086adc0f18/5a56c7e7-1402-4e2c-bcd6-07c291fc9b92/en.jsoncdn.cookielaw.org/consent/94945f03-... https://cdn.cookielaw.org/consent/94945f03-5e19-4775-ab08-18086adc0f18/5a56c7e7-1402-4e2c-bcd6-07c291fc9b92/en.json — 200 — 27.0 KiB — 47 ms — h2https://www.jstor.org/assets/global_20251201T215504/build/images/favicons/favicon-32x32.pngwww.jstor.org/assets/global_2025120... https://www.jstor.org/assets/global_20251201T215504/build/images/favicons/favicon-32x32.png — 200 — 3.4 KiB — 3 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/browse-by-collection-cluster/theatrical-qing-dynasty-robe.jpgwww.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/browse-by-collection-cluster/theatrical-qing-dynasty-robe.jpg — 200 — 39.3 KiB — 11 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/browse-by-collection-cluster/birth-of-mahavira.jpgwww.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/browse-by-collection-cluster/birth-of-mahavira.jpg — 200 — 42.7 KiB — 31 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/browse-by-collection-cluster/youth-service-coalition-inc.jpgwww.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/browse-by-collection-cluster/youth-service-coalition-inc.jpg — 200 — 73.3 KiB — 31 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/browse-by-collection-cluster/filatios-on-horseback.jpgwww.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/browse-by-collection-cluster/filatios-on-horseback.jpg — 200 — 76.3 KiB — 40 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/new-avenues/work-with-images.jpgwww.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/new-avenues/work-with-images.jpg — 200 — 115.5 KiB — 40 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/new-avenues/alternative-press.jpg?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/new-avenues/alternative-press.jpg?lastUpdated=20250729 — 200 — 197.2 KiB — 39 ms — h3https://www.jstor.org/assets/long-lived_20201006/images/new-avenues/artstor-images.jpg?lastUpdated=20250729www.jstor.org/assets/long-lived_202... https://www.jstor.org/assets/long-lived_20201006/images/new-avenues/artstor-images.jpg?lastUpdated=20250729 — 200 — 96.5 KiB — 39 ms — h3https://www.jstor.org/ui/data-fetch/gatewaywww.jstor.org/ui/data-fetch/gateway https://www.jstor.org/ui/data-fetch/gateway — 200 — 542 B — 129 ms — h3https://cdn.cookielaw.org/scripttemplates/202505.1.0/assets/otFlat.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202505.1.0/assets/otFlat.json — 200 — 3.4 KiB — 37 ms — h2https://cdn.cookielaw.org/scripttemplates/202505.1.0/assets/v2/otPcTab.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202505.1.0/assets/v2/otPcTab.json — 200 — 13.6 KiB — 38 ms — h2https://cdn.cookielaw.org/scripttemplates/202505.1.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202505.1.0/assets/otCommonStyles.css — 200 — 4.5 KiB — 35 ms — h2https://cdn.cookielaw.org/logos/static/ot_guard_logo.svgcdn.cookielaw.org/logos/static/ot_g... https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg — 200 — 644 B — 34 ms — h2https://cdn.cookielaw.org/logos/99ea8c60-69eb-47d7-a6da-8d0d59407ae8/a89a225e-7120-4b7b-ac05-bddd891e1a19/15662a3f-bcc7-4879-95b8-fb7e55ead033/ITHAKA_main.pngcdn.cookielaw.org/logos/99ea8c60-69... https://cdn.cookielaw.org/logos/99ea8c60-69eb-47d7-a6da-8d0d59407ae8/a89a225e-7120-4b7b-ac05-bddd891e1a19/15662a3f-bcc7-4879-95b8-fb7e55ead033/ITHAKA_main.png — 200 — 7.1 KiB — 32 ms — h2https://cdn.cookielaw.org/logos/static/powered_by_logo.svgcdn.cookielaw.org/logos/static/powe... https://cdn.cookielaw.org/logos/static/powered_by_logo.svg — 200 — 2.6 KiB — 40 ms — h2https://www.jstor.org/ui/data-fetch/gatewaywww.jstor.org/ui/data-fetch/gateway https://www.jstor.org/ui/data-fetch/gateway — 200 — 542 B — 127 ms — h3https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/vueuse-core_14_1_0.386260f905cc509f4c09.jswww.jstor.org/mfe-copper-roof/acces... https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/vueuse-core_14_1_0.386260f905cc509f4c09.js — 200 — 45.8 KiB — 8 ms — h3https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/src_components_login_Login_vue-src_assets_google-color-icon_svg-src_assets_google-redirect-im-1a3cee.1c38c8b2611a6ed6717d.jswww.jstor.org/mfe-copper-roof/acces... https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/src_components_login_Login_vue-src_assets_google-color-icon_svg-src_assets_google-redirect-im-1a3cee.1c38c8b2611a6ed6717d.js — 200 — 5.6 KiB — 4 ms — h3https://www.jstor.org/mfe-copper-roof/header/0becc8f3/checkmark-js.a5623af0521c1102708f.jswww.jstor.org/mfe-copper-roof/heade... https://www.jstor.org/mfe-copper-roof/header/0becc8f3/checkmark-js.a5623af0521c1102708f.js — 200 — 824 B — 3 ms — h3https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/close-js.fb0a934130c16a313f45.jswww.jstor.org/mfe-copper-roof/acces... https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/close-js.fb0a934130c16a313f45.js — 200 — 836 B — 5 ms — h3https://www.jstor.org/mfe-copper-roof/provider-designation-statement/f3b07e9a/remoteEntry.jswww.jstor.org/mfe-copper-roof/provi... https://www.jstor.org/mfe-copper-roof/provider-designation-statement/f3b07e9a/remoteEntry.js — 200 — 9.2 KiB — 3 ms — h3https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/c85adc4a978057a34e43.svgwww.jstor.org/mfe-copper-roof/acces... https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/c85adc4a978057a34e43.svg — 200 — 1.7 KiB — 6 ms — h3https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/b03ab40117b01c4a477c.svgwww.jstor.org/mfe-copper-roof/acces... https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/b03ab40117b01c4a477c.svg — 200 — 934 B — 10 ms — h3https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/9e30a1c3e93948d22d3c.svgwww.jstor.org/mfe-copper-roof/acces... https://www.jstor.org/mfe-copper-roof/access-workflow/8e13cdaf/9e30a1c3e93948d22d3c.svg — 200 — 1.1 KiB — 9 ms — h3https://www.jstor.org/mfe-copper-roof/provider-designation-statement/f3b07e9a/src_bootstrap_ts.52b423d2c83f7efb48ac.jswww.jstor.org/mfe-copper-roof/provi... https://www.jstor.org/mfe-copper-roof/provider-designation-statement/f3b07e9a/src_bootstrap_ts.52b423d2c83f7efb48ac.js — 200 — 1.3 KiB — 3 ms — h3https://www.jstor.org/mfe-copper-roof/provider-designation-statement/f3b07e9a/css-loader_7_1_2.559c8411029e2e7dfe20.jswww.jstor.org/mfe-copper-roof/provi... https://www.jstor.org/mfe-copper-roof/provider-designation-statement/f3b07e9a/css-loader_7_1_2.559c8411029e2e7dfe20.js — 200 — 45.7 KiB — 11 ms — h3https://www.jstor.org/mfe-copper-roof/provider-designation-statement/f3b07e9a/debounce_2_2_0.f104bda323d7974f35b4.jswww.jstor.org/mfe-copper-roof/provi... https://www.jstor.org/mfe-copper-roof/provider-designation-statement/f3b07e9a/debounce_2_2_0.f104bda323d7974f35b4.js — 200 — 1.2 KiB — 6 ms — h3https://www.jstor.org/mfe-copper-roof/provider-designation-statement/f3b07e9a/src_App_vue-src_assets_linked-institutions-white_svg-src_assets_linked-institutions_svg.298f277c106e747a767b.jswww.jstor.org/mfe-copper-roof/provi... https://www.jstor.org/mfe-copper-roof/provider-designation-statement/f3b07e9a/src_App_vue-src_assets_linked-institutions-white_svg-src_assets_linked-institutions_svg.298f277c106e747a767b.js — 200 — 5.9 KiB — 9 ms — h3https://www.jstor.org/mfe-copper-roof/provider-designation-statement/f3b07e9a/src_plugins_logger_index_ts.264b3ccca09dac226bf5.jswww.jstor.org/mfe-copper-roof/provi... https://www.jstor.org/mfe-copper-roof/provider-designation-statement/f3b07e9a/src_plugins_logger_index_ts.264b3ccca09dac226bf5.js — 200 — 1010 B — 8 ms — h3https://www.jstor.org/mfe-copper-roof/provider-designation-statement/f3b07e9a/src_initComponents_ts.42fc51fa6668bfc033cf.jswww.jstor.org/mfe-copper-roof/provi... https://www.jstor.org/mfe-copper-roof/provider-designation-statement/f3b07e9a/src_initComponents_ts.42fc51fa6668bfc033cf.js — 200 — 822 B — 8 ms — h3https://www.jstor.org/ui/data-fetch/gatewaywww.jstor.org/ui/data-fetch/gateway https://www.jstor.org/ui/data-fetch/gateway — 200 — 524 B — 126 ms — h3https://www.jstor.org/ui/data-fetch/gatewaywww.jstor.org/ui/data-fetch/gateway https://www.jstor.org/ui/data-fetch/gateway — 200 — 523 B — 406 ms — h3https://www.jstor.org/mfe-copper-roof/provider-designation-statement/f3b07e9a/613c78d054fab75a398d.svgwww.jstor.org/mfe-copper-roof/provi... https://www.jstor.org/mfe-copper-roof/provider-designation-statement/f3b07e9a/613c78d054fab75a398d.svg — 200 — 952 B — 3 ms — h3https://static.ithaka.org/pharos/assets/fonts/GT-America-Standard-Regular-Italic.woffstatic.ithaka.org/pharos/assets/fon... https://static.ithaka.org/pharos/assets/fonts/GT-America-Standard-Regular-Italic.woff — 200 — 53.2 KiB — 6 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 5495ms · 967KB · $73/mo
Unattributable
Other
Costly
Execution 1114ms
Transfer 0 KB
Monthly Cost $15/mo
Google Tag Manager
Tag Manager
Costly
Execution 624ms
Transfer 180 KB
Unused 28%
Monthly Cost $8/mo
www.jstor.org
Other
Costly
Execution 537ms
Transfer 9 KB
Monthly Cost $7/mo
www.jstor.org
Other
Costly
Execution 469ms
Transfer 56 KB
Unused 42%
Monthly Cost $6/mo
OneTrust
Consent
Essential
Execution 395ms
Transfer 119 KB
Unused 53%
Monthly Cost $5/mo
www.jstor.org
Other
Optional
Execution 197ms
Transfer 1 KB
Monthly Cost $3/mo
www.jstor.org
Other
Optional
Execution 191ms
Transfer 54 KB
Unused 39%
Monthly Cost $3/mo
www.jstor.org
Other
Optional
Execution 179ms
Transfer 1 KB
Monthly Cost $2/mo
www.jstor.org
Other
Optional
Execution 177ms
Transfer 137 KB
Unused 78%
Monthly Cost $2/mo
www.jstor.org
Other
Optional
Execution 172ms
Transfer 2 KB
Monthly Cost $2/mo
www.jstor.org
Other
Optional
Execution 150ms
Transfer 35 KB
Monthly Cost $2/mo
www.jstor.org
Other
Optional
Execution 147ms
Transfer 2 KB
Monthly Cost $2/mo
www.jstor.org
Other
Optional
Execution 112ms
Transfer 6 KB
Monthly Cost $1/mo
www.jstor.org
Other
Optional
Execution 112ms
Transfer 13 KB
Monthly Cost $1/mo
www.jstor.org
Other
Optional
Execution 108ms
Transfer 10 KB
Monthly Cost $1/mo
www.jstor.org
Other
Optional
Execution 107ms
Transfer 46 KB
Unused 93%
Monthly Cost $1/mo
www.jstor.org
Other
Optional
Execution 100ms
Transfer 110 KB
Unused 86%
Monthly Cost $1/mo
www.jstor.org
Other
Optional
Execution 89ms
Transfer 42 KB
Unused 78%
Monthly Cost $1/mo
www.jstor.org
Other
Optional
Execution 87ms
Transfer 45 KB
Unused 53%
Monthly Cost $1/mo
www.jstor.org
Other
Optional
Execution 85ms
Transfer 1 KB
Monthly Cost $1/mo
www.jstor.org
Other
Optional
Execution 75ms
Transfer 39 KB
Unused 56%
Monthly Cost $1/mo
OneTrust
Consent
Essential
Execution 72ms
Transfer 9 KB
Monthly Cost $1/mo
www.jstor.org
Other
Optional
Execution 72ms
Transfer 1 KB
Monthly Cost $1/mo
www.jstor.org
Other
Optional
Execution 67ms
Transfer 43 KB
Unused 56%
Monthly Cost $1/mo
www.jstor.org
Other
Optional
Execution 58ms
Transfer 5 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 1114ms and costs ~$15/month
  • Google Tag Manager adds 624ms and costs ~$8/month
  • www.jstor.org adds 537ms and costs ~$7/month
  • www.jstor.org adds 469ms and costs ~$6/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 1114ms 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 624ms 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.jstor.org takes 537ms 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.jstor.org takes 469ms 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

53% of OneTrust'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

78% of www.jstor.org'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

93% of www.jstor.org'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

86% of www.jstor.org'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

78% of www.jstor.org'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

53% of www.jstor.org'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

56% of www.jstor.org'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

56% of www.jstor.org'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