Skip to content
https://thecrimson.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
69
GRADE
D
FIX
6
REVIEW
1
PASS
6
INFO
2

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

75
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
69
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
92
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
83
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.

1.07 s

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

2.00 s

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

203 ms

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

0.113

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

2.03 s

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

4.51 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
15
6 PASS 1 REVIEW 6 FIX
F
Page Weight Budget
Action
3.7 MB transferred, 168 requests
FIX
3.7 MB transferred, 168 requests
Warning::
Page weighs 8.4 MB (3.7 MB transferred)
Warning::
JavaScript is 1.9 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.9 MB
Warning::
Images are 1.0 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.0 MB
Info::
Fonts are 622 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 622 KB
Warning::
168 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.77 g CO2 per page load
3.7 MB / 2.4 MB budget
3.7 MB transferred
168 requests
0.77 g CO2 per page load
JavaScript 1.9 MiB 51%
Images 1.0 MiB 28%
Fonts 621.6 KiB 17%
HTML 56.8 KiB 2%
CSS 44.4 KiB 1%
Other 29.2 KiB 1%
Other 17.9 KiB 0%
Other 16.8 KiB 0%
Other 0 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

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 (3.7 MiB of 3.7 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
2202ms total JS execution
FIX
2202ms total JS execution
Warning::
https://www.thecrimson.com/static/js/bundle.5c8269...: 628ms CPU time
Warning::
Unattributable: 359ms CPU time
Warning::
https://www.thecrimson.com/: 345ms CPU time
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 276ms CPU time
Info::
https://digital.flytedesk.com/js/head.js: 203ms CPU time
Warning::
Third-party scripts: 2202ms (100% of total)

Main Thread Breakdown

Script Evaluation 64% Style & Layout 12% Other 12% Script Parsing & Compilation 7%
ScriptTotalScriptingParse/CompileParty
https://www.thecrimson.com/static/js/bundle.5c8269f1.js628ms529ms57ms3rd
Unattributable359ms149ms0ms3rd
https://www.thecrimson.com/345ms5ms9ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31098008276ms243ms22ms3rd
https://digital.flytedesk.com/js/head.js203ms133ms8ms3rd
https://fundingchoicesmessages.google.com/i/1046082?ers=3194ms186ms7ms3rd
https://www.googletagmanager.com/gtag/js?id=G-VVW6YCM8M9114ms98ms15ms3rd
https://c.amazon-adsystem.com/aax2/apstag.js83ms58ms12ms3rd
F
JS Bundles
Action
37 scripts, 600 KB unused
FIX
37 scripts, 600 KB unused
Warning::
https://www.thecrimson.com/static/js/bundle.5c8269...: 175 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-VVW6...: 112 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 103 KB unused (55%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-VVW6...: 66 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://c.amazon-adsystem.com/aax2/apstag.js: 39 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 600 KB
600 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.thecrimson.com/static/js/bundle.5c8269f1.js358 KB175 KB (49%)3rd
https://www.googletagmanager.com/gtag/js?id=G-VVW6YCM8M9&cx=c&_slc=1164 KB112 KB (69%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31098008188 KB103 KB (55%)3rd
https://www.googletagmanager.com/gtag/js?id=G-VVW6YCM8M9162 KB66 KB (41%)3rd
https://c.amazon-adsystem.com/aax2/apstag.js91 KB39 KB (43%)3rd
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?fcd=true54 KB37 KB (68%)3rd
https://fundingchoicesmessages.google.com/i/1046082?ers=370 KB36 KB (53%)3rd
https://digital.flytedesk.com/js/head.js92 KB32 KB (34%)3rd
https://embed-cdn.spotifycdn.com/_next/static/chunks/6949-49009f53ce1dcdbf.js5 KB3rd
https://embed-cdn.spotifycdn.com/_next/static/b0ee9945-f588-4ea0-9141-bbbca6179b6c/_buildManifest.js1 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
168 resources · 3.7 MB · 600 KB savings available
FIX
168 resources · 3.7 MB · 600 KB savings available
Warning::
Page weight 2.7 MB over 1MB target
Got: 3.7 MB Expected: ≤ 1 MB
Info::
~600 KB of savings available
Warning::
167 third-party resources (100% of weight)
Info::
2 resources over 200KB
168 resources · 3.7 MiB · 167 third-party 2.7 MiB over 1MB target
JavaScript 51% · 1.9 MiB
Image 28% · 1.0 MiB
Font 17% · 621.6 KiB
Document 2% · 57.0 KiB
Other 2% · 56.5 KiB
CSS 1% · 44.4 KiB

~599.6 KiB of savings available

Remove unused JavaScript: 599.6 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
42 images, 0 KB saveable
REVIEW
42 images, 0 KB saveable
Warning::
https://thumbnails.thecrimson.com/photos/2026/02/0... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thumbnails.thecrimson.com/photos/2025/07/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.thecrimson.com/static/media/chevron_ri... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.thecrimson.com/static/media/header-log... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thumbnails.thecrimson.com/photos/2025/05/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
42 images 1.0 MB
0 oversized -0 KB
9 legacy format
5 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

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

Web fonts

10

622 KB total

Render-blocking

0

of 10

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.1 s LCP 2.0 shttps://www.thecrimson.com/static/media/BigMoore-Regular.f213cb76.woffBigMoore-Regular.f213cb... https://www.thecrimson.com/static/media/BigMoore-Regular.f213cb76.woff — 31.8 KiB — 22 ms — font-display: swaphttps://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wXiWtFCc.woff2S6uyw4BMUTPHjx4wXiWtFCc... https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wXiWtFCc.woff2 — 13.7 KiB — 23 ms — font-display: swaphttps://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2S6u9w4BMUTPHh6UVSwiPGQ3... https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2 — 13.9 KiB — 24 ms — font-display: swaphttps://www.thecrimson.com/static/media/Crimson-Roman-webfont.88717972.woffCrimson-Roman-webfont.8... https://www.thecrimson.com/static/media/Crimson-Roman-webfont.88717972.woff — 46.1 KiB — 25 ms — font-display: swaphttps://www.thecrimson.com/static/media/ColabLig-webfont.333a60a4.woffColabLig-webfont.333a60... https://www.thecrimson.com/static/media/ColabLig-webfont.333a60a4.woff — 16.7 KiB — 27 ms — font-display: swaphttps://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2S6u9w4BMUTPHh7USSwiPGQ3... https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2 — 13.6 KiB — 29 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 36.7 KiB — 7 ms — font-display: swaphttps://encore.scdn.co/fonts/SpotifyMixUITitleVariable-8769ccfde3379b7ebcadd9529b49d0cc.woff2SpotifyMixUITitleVariab... https://encore.scdn.co/fonts/SpotifyMixUITitleVariable-8769ccfde3379b7ebcadd9529b49d0cc.woff2 — 373.4 KiB — 35 ms — font-display: swaphttps://encore.scdn.co/fonts/SpotifyMixUI-Bold-4264b799009b1db5c491778b1bc8e5b7.woff2SpotifyMixUI-Bold-4264b... https://encore.scdn.co/fonts/SpotifyMixUI-Bold-4264b799009b1db5c491778b1bc8e5b7.woff2 — 40.7 KiB — 26 ms — font-display: swaphttps://encore.scdn.co/fonts/SpotifyMixUI-Regular-cc3b1de388efa4cbca6c75cebc24585e.woff2SpotifyMixUI-Regular-cc... https://encore.scdn.co/fonts/SpotifyMixUI-Regular-cc3b1de388efa4cbca6c75cebc24585e.woff2 — 35.0 KiB — 19 ms — font-display: swap
BigMoore-Regular.f213cb... woff swap
Size 32 KB
Load time 22 ms
Start 558 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
S6uyw4BMUTPHjx4wXiWtFCc... woff2 swap
Size 14 KB
Load time 23 ms
Start 559 ms
Risk FOUT — text flashes from fallback to web font
S6u9w4BMUTPHh6UVSwiPGQ3... woff2 swap
Size 14 KB
Load time 24 ms
Start 561 ms
Risk FOUT — text flashes from fallback to web font
Crimson-Roman-webfont.8... woff swap
Size 46 KB
Load time 25 ms
Start 564 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
ColabLig-webfont.333a60... woff swap
Size 17 KB
Load time 27 ms
Start 564 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
S6u9w4BMUTPHh7USSwiPGQ3... woff2 swap
Size 14 KB
Load time 29 ms
Start 564 ms
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 37 KB
Load time 7 ms
Start 637 ms
Risk FOUT — text flashes from fallback to web font
SpotifyMixUITitleVariab... woff2 swap
Size 373 KB
Load time 35 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
SpotifyMixUI-Bold-4264b... woff2 swap
Size 41 KB
Load time 26 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
SpotifyMixUI-Regular-cc... woff2 swap
Size 35 KB
Load time 19 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~215 KB and ~430 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
168 requests over 5859ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 1.1 s LCP 2.0 shttps://thecrimson.com// https://thecrimson.com/ — 301 — 375 B — 16 ms — h2https://www.thecrimson.com/www.thecrimson.com/ https://www.thecrimson.com/ — 200 — 41.8 KiB — 159 ms — h2https://s7.addthis.com/js/300/addthis_widget.jss7.addthis.com/js/300/addthis_widge... https://s7.addthis.com/js/300/addthis_widget.js — -1 — 0 B — 51 ms — https://www.googletagmanager.com/gtag/js?id=G-VVW6YCM8M9www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-VVW6YCM8M9 — 200 — 162.3 KiB — 282 ms — h2https://www.thecrimson.com/static/js/bundle.5c8269f1.jswww.thecrimson.com/static/js/bundle... https://www.thecrimson.com/static/js/bundle.5c8269f1.js — 200 — 358.1 KiB — 80 ms — h2https://fonts.googleapis.com/css?family=PT+Serif&display=swapfonts.googleapis.com/css?family=PT+... https://fonts.googleapis.com/css?family=PT+Serif&display=swap — 200 — 955 B — 129 ms — h2https://fonts.googleapis.com/css?family=Vollkorn:400italic,700italic,400,700&display=swapfonts.googleapis.com/css?family=Vol... https://fonts.googleapis.com/css?family=Vollkorn:400italic,700italic,400,700&display=swap — 200 — 831 B — 140 ms — h2https://fonts.googleapis.com/css?family=Roboto:300,400&display=swapfonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap — 200 — 1.7 KiB — 140 ms — h2https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&display=swapfonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&display=swap — 200 — 1.8 KiB — 140 ms — h2https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swapfonts.googleapis.com/css?family=Lat... https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap — 200 — 547 B — 139 ms — h2https://fonts.googleapis.com/css?family=Lora:400,700,400italic&display=swapfonts.googleapis.com/css?family=Lor... https://fonts.googleapis.com/css?family=Lora:400,700,400italic&display=swap — 200 — 1.7 KiB — 211 ms — h2https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swapfonts.googleapis.com/css?family=Mon... https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap — 200 — 705 B — 193 ms — h2https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500&display=swapfonts.googleapis.com/css?family=Fir... https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500&display=swap — 200 — 846 B — 188 ms — h2https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:300,400,500,600&display=swapfonts.googleapis.com/css?family=Fir... https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:300,400,500,600&display=swap — 200 — 909 B — 228 ms — h2https://fonts.googleapis.com/css?family=Poppins:400,600&display=swapfonts.googleapis.com/css?family=Pop... https://fonts.googleapis.com/css?family=Poppins:400,600&display=swap — 200 — 585 B — 141 ms — h2https://fonts.googleapis.com/css?family=Encode+Sans:400,600,700&display=swapfonts.googleapis.com/css?family=Enc... https://fonts.googleapis.com/css?family=Encode+Sans:400,600,700&display=swap — 200 — 627 B — 131 ms — h2https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swapfonts.googleapis.com/css?family=Sou... https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap — 200 — 714 B — 128 ms — h2https://cdn.parsely.com/keys/thecrimson.com/p.jscdn.parsely.com/keys/thecrimson.com... https://cdn.parsely.com/keys/thecrimson.com/p.js — 200 — 18.9 KiB — 19 ms — h2https://www.thecrimson.com/static/media/header-logo.3685c571.pngwww.thecrimson.com/static/media/hea... https://www.thecrimson.com/static/media/header-logo.3685c571.png — 200 — 75.5 KiB — 20 ms — h2https://www.thecrimson.com/static/media/magnifying_glass.b9bc1a3e.svgwww.thecrimson.com/static/media/mag... https://www.thecrimson.com/static/media/magnifying_glass.b9bc1a3e.svg — 200 — 520 B — 16 ms — h2https://www.thecrimson.com/static/media/chevron_right.e49f71b6.svgwww.thecrimson.com/static/media/che... https://www.thecrimson.com/static/media/chevron_right.e49f71b6.svg — 200 — 476 B — 11 ms — h2https://www.googletagservices.com/tag/js/gpt.jswww.googletagservices.com/tag/js/gp... https://www.googletagservices.com/tag/js/gpt.js — 200 — 34.1 KiB — 141 ms — h2https://thumbnails.thecrimson.com/photos/2025/05/26/151032_1379212.jpg.534x356_q95_crop-smart_upscale.jpgthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2025/05/26/151032_1379212.jpg.534x356_q95_crop-smart_upscale.jpg — 200 — 56.5 KiB — 43 ms — h2https://thumbnails.thecrimson.com/photos/2025/07/22/122056_1379783.jpg.533x356_q95_crop-smart_upscale.jpgthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2025/07/22/122056_1379783.jpg.533x356_q95_crop-smart_upscale.jpg — 200 — 70.0 KiB — 42 ms — h2https://thumbnails.thecrimson.com/photos/2026/02/02/012053_1383530.jpg.537x356_q95_crop-smart_upscale.jpgthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2026/02/02/012053_1383530.jpg.537x356_q95_crop-smart_upscale.jpg — 200 — 22.7 KiB — 39 ms — h2https://www.thecrimson.com/static/media/tipbox.0d8beacc.jpgwww.thecrimson.com/static/media/tip... https://www.thecrimson.com/static/media/tipbox.0d8beacc.jpg — 200 — 5.4 KiB — 14 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 90 ms — h2https://digital.flytedesk.com/js/head.jsdigital.flytedesk.com/js/head.js https://digital.flytedesk.com/js/head.js — 200 — 91.8 KiB — 587 ms — h2https://c.amazon-adsystem.com/aax2/apstag.jsc.amazon-adsystem.com/aax2/apstag.j... https://c.amazon-adsystem.com/aax2/apstag.js — 200 — 90.9 KiB — 41 ms — h2https://config.aps.amazon-adsystem.com/configs/22da47be-b298-4b8c-ac96-477a660987f6config.aps.amazon-adsystem.com/conf... https://config.aps.amazon-adsystem.com/configs/22da47be-b298-4b8c-ac96-477a660987f6 — 200 — 861 B — 24 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 1.1 s LCP 2.0 shttps://thecrimson.com// https://thecrimson.com/ — 301 — 375 B — 16 ms — h2https://www.thecrimson.com/www.thecrimson.com/ https://www.thecrimson.com/ — 200 — 41.8 KiB — 159 ms — h2https://s7.addthis.com/js/300/addthis_widget.jss7.addthis.com/js/300/addthis_widge... https://s7.addthis.com/js/300/addthis_widget.js — -1 — 0 B — 51 ms — https://www.googletagmanager.com/gtag/js?id=G-VVW6YCM8M9www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-VVW6YCM8M9 — 200 — 162.3 KiB — 282 ms — h2https://www.thecrimson.com/static/js/bundle.5c8269f1.jswww.thecrimson.com/static/js/bundle... https://www.thecrimson.com/static/js/bundle.5c8269f1.js — 200 — 358.1 KiB — 80 ms — h2https://fonts.googleapis.com/css?family=PT+Serif&display=swapfonts.googleapis.com/css?family=PT+... https://fonts.googleapis.com/css?family=PT+Serif&display=swap — 200 — 955 B — 129 ms — h2https://fonts.googleapis.com/css?family=Vollkorn:400italic,700italic,400,700&display=swapfonts.googleapis.com/css?family=Vol... https://fonts.googleapis.com/css?family=Vollkorn:400italic,700italic,400,700&display=swap — 200 — 831 B — 140 ms — h2https://fonts.googleapis.com/css?family=Roboto:300,400&display=swapfonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap — 200 — 1.7 KiB — 140 ms — h2https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&display=swapfonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&display=swap — 200 — 1.8 KiB — 140 ms — h2https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swapfonts.googleapis.com/css?family=Lat... https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap — 200 — 547 B — 139 ms — h2https://fonts.googleapis.com/css?family=Lora:400,700,400italic&display=swapfonts.googleapis.com/css?family=Lor... https://fonts.googleapis.com/css?family=Lora:400,700,400italic&display=swap — 200 — 1.7 KiB — 211 ms — h2https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swapfonts.googleapis.com/css?family=Mon... https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap — 200 — 705 B — 193 ms — h2https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500&display=swapfonts.googleapis.com/css?family=Fir... https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500&display=swap — 200 — 846 B — 188 ms — h2https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:300,400,500,600&display=swapfonts.googleapis.com/css?family=Fir... https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:300,400,500,600&display=swap — 200 — 909 B — 228 ms — h2https://fonts.googleapis.com/css?family=Poppins:400,600&display=swapfonts.googleapis.com/css?family=Pop... https://fonts.googleapis.com/css?family=Poppins:400,600&display=swap — 200 — 585 B — 141 ms — h2https://fonts.googleapis.com/css?family=Encode+Sans:400,600,700&display=swapfonts.googleapis.com/css?family=Enc... https://fonts.googleapis.com/css?family=Encode+Sans:400,600,700&display=swap — 200 — 627 B — 131 ms — h2https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swapfonts.googleapis.com/css?family=Sou... https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap — 200 — 714 B — 128 ms — h2https://cdn.parsely.com/keys/thecrimson.com/p.jscdn.parsely.com/keys/thecrimson.com... https://cdn.parsely.com/keys/thecrimson.com/p.js — 200 — 18.9 KiB — 19 ms — h2https://www.thecrimson.com/static/media/header-logo.3685c571.pngwww.thecrimson.com/static/media/hea... https://www.thecrimson.com/static/media/header-logo.3685c571.png — 200 — 75.5 KiB — 20 ms — h2https://www.thecrimson.com/static/media/magnifying_glass.b9bc1a3e.svgwww.thecrimson.com/static/media/mag... https://www.thecrimson.com/static/media/magnifying_glass.b9bc1a3e.svg — 200 — 520 B — 16 ms — h2https://www.thecrimson.com/static/media/chevron_right.e49f71b6.svgwww.thecrimson.com/static/media/che... https://www.thecrimson.com/static/media/chevron_right.e49f71b6.svg — 200 — 476 B — 11 ms — h2https://www.googletagservices.com/tag/js/gpt.jswww.googletagservices.com/tag/js/gp... https://www.googletagservices.com/tag/js/gpt.js — 200 — 34.1 KiB — 141 ms — h2https://thumbnails.thecrimson.com/photos/2025/05/26/151032_1379212.jpg.534x356_q95_crop-smart_upscale.jpgthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2025/05/26/151032_1379212.jpg.534x356_q95_crop-smart_upscale.jpg — 200 — 56.5 KiB — 43 ms — h2https://thumbnails.thecrimson.com/photos/2025/07/22/122056_1379783.jpg.533x356_q95_crop-smart_upscale.jpgthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2025/07/22/122056_1379783.jpg.533x356_q95_crop-smart_upscale.jpg — 200 — 70.0 KiB — 42 ms — h2https://thumbnails.thecrimson.com/photos/2026/02/02/012053_1383530.jpg.537x356_q95_crop-smart_upscale.jpgthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2026/02/02/012053_1383530.jpg.537x356_q95_crop-smart_upscale.jpg — 200 — 22.7 KiB — 39 ms — h2https://www.thecrimson.com/static/media/tipbox.0d8beacc.jpgwww.thecrimson.com/static/media/tip... https://www.thecrimson.com/static/media/tipbox.0d8beacc.jpg — 200 — 5.4 KiB — 14 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 90 ms — h2https://digital.flytedesk.com/js/head.jsdigital.flytedesk.com/js/head.js https://digital.flytedesk.com/js/head.js — 200 — 91.8 KiB — 587 ms — h2https://c.amazon-adsystem.com/aax2/apstag.jsc.amazon-adsystem.com/aax2/apstag.j... https://c.amazon-adsystem.com/aax2/apstag.js — 200 — 90.9 KiB — 41 ms — h2https://config.aps.amazon-adsystem.com/configs/22da47be-b298-4b8c-ac96-477a660987f6config.aps.amazon-adsystem.com/conf... https://config.aps.amazon-adsystem.com/configs/22da47be-b298-4b8c-ac96-477a660987f6 — 200 — 861 B — 24 ms — h2https://c.amazon-adsystem.com/cdn/prod/config?src=600&u=https%3A%2F%2Fwww.thecrimson.com&pubid=22da47be-b298-4b8c-ac96-477a660987f6c.amazon-adsystem.com/cdn/prod/conf... https://c.amazon-adsystem.com/cdn/prod/config?src=600&u=https%3A%2F%2Fwww.thecrimson.com&pubid=22da47be-b298-4b8c-ac96-477a660987f6 — 204 — 312 B — 10 ms — h2https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.jsc.amazon-adsystem.com/bao-csm/aps-c... https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.js — 200 — 3.1 KiB — 12 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1886193007&t=pageview&_s=1&dl=https%3A%2F%2Fwww.thecrimson.com%2F&ul=en-us&dt=The%20Harvard%20Crimson&sr=800x600&vp=1350x940&_u=IEBAAEABAAAAACAAI~&jid=27237956&gjid=213720599&cid=54567990.1776895353&tid=UA-327124-1&_gid=1540142083.1776895353&_r=1&_slc=1&z=244291459www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1886193007&t=pageview&_s=1&dl=https%3A%2F%2Fwww.thecrimson.com%2F&ul=en-us&dt=The%20Harvard%20Crimson&sr=800x600&vp=1350x940&_u=IEBAAEABAAAAACAAI~&jid=27237956&gjid=213720599&cid=54567990.1776895353&tid=UA-327124-1&_gid=1540142083.1776895353&_r=1&_slc=1&z=244291459 — 200 — 467 B — 61 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31098008securepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31098008 — 200 — 187.6 KiB — 111 ms — h3https://p1.parsely.com/plogger/?rand=1776895353086&plid=53000588&idsite=thecrimson.com&url=https%3A%2F%2Fwww.thecrimson.com%2F&urlref=&screen=800x600%7C800x600%7C24&data=%7B%7D&sid=1&surl=https%3A%2F%2Fwww.thecrimson.com%2F&sref=&sts=1776895353082&slts=0&title=The+Harvard+Crimson&date=Wed+Apr+22+2026+22%3A02%3A33+GMT%2B0000+(Coordinated+Universal+Time)&action=pageview&pvid=51634927&u=pid%3Db46f9d0db45ba6c39e0f6132d33eb6c9p1.parsely.com/plogger/?rand=177689... https://p1.parsely.com/plogger/?rand=1776895353086&plid=53000588&idsite=thecrimson.com&url=https%3A%2F%2Fwww.thecrimson.com%2F&urlref=&screen=800x600%7C800x600%7C24&data=%7B%7D&sid=1&surl=https%3A%2F%2Fwww.thecrimson.com%2F&sref=&sts=1776895353082&slts=0&title=The+Harvard+Crimson&date=Wed+Apr+22+2026+22%3A02%3A33+GMT%2B0000+(Coordinated+Universal+Time)&action=pageview&pvid=51634927&u=pid%3Db46f9d0db45ba6c39e0f6132d33eb6c9 — 200 — 260 B — 503 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-VVW6YCM8M9&cx=c&_slc=1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-VVW6YCM8M9&cx=c&_slc=1 — 200 — 163.9 KiB — 236 ms — h2https://thumbnails.thecrimson.com/photos/2026/04/22/211731_1385889.jpg.534x356_q95_crop-smart_upscale.jpgthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2026/04/22/211731_1385889.jpg.534x356_q95_crop-smart_upscale.jpg — 200 — 75.2 KiB — 38 ms — h2https://thumbnails.thecrimson.com/photos/2025/04/13/202810_1378125.jpg.534x356_q95_crop-smart_upscale.jpgthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2025/04/13/202810_1378125.jpg.534x356_q95_crop-smart_upscale.jpg — 200 — 20.3 KiB — 25 ms — h2https://thumbnails.thecrimson.com/photos/2025/02/05/200509_1376126.jpg.534x356_q95_crop-smart_upscale.jpgthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2025/02/05/200509_1376126.jpg.534x356_q95_crop-smart_upscale.jpg — 200 — 11.8 KiB — 34 ms — h2https://thumbnails.thecrimson.com/photos/2026/04/20/214210_1385788.jpg.534x356_q95_crop-smart_upscale.jpgthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2026/04/20/214210_1385788.jpg.534x356_q95_crop-smart_upscale.jpg — 200 — 38.4 KiB — 30 ms — h2https://thumbnails.thecrimson.com/photos/2022/04/21/005812_1356005.jpg.533x356_q95_crop-smart_upscale.jpgthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2022/04/21/005812_1356005.jpg.533x356_q95_crop-smart_upscale.jpg — 200 — 62.0 KiB — 48 ms — h2https://thumbnails.thecrimson.com/photos/2026/02/10/005011_1383696.jpg.534x356_q95_crop-smart_upscale.jpgthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2026/02/10/005011_1383696.jpg.534x356_q95_crop-smart_upscale.jpg — 200 — 37.8 KiB — 38 ms — h2https://open.spotify.com/embed/show/3A68AW7BOeCaJ4GlagnRYQ?utm_source=generatoropen.spotify.com/embed/show/3A68AW7... https://open.spotify.com/embed/show/3A68AW7BOeCaJ4GlagnRYQ?utm_source=generator — 200 — 4.7 KiB — 435 ms — h2https://thumbnails.thecrimson.com/photos/2026/04/17/151516_1385739.png.533x356_q95_crop-smart_upscale.pngthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2026/04/17/151516_1385739.png.533x356_q95_crop-smart_upscale.png — 200 — 45.3 KiB — 25 ms — h2https://thumbnails.thecrimson.com/photos/2026/04/17/100041_1385731.jpg.533x356_q95_crop-smart_upscale.jpgthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2026/04/17/100041_1385731.jpg.533x356_q95_crop-smart_upscale.jpg — 200 — 32.3 KiB — 20 ms — h2https://thumbnails.thecrimson.com/photos/2026/04/19/184708_1385766.JPEG.512x356_q95_crop-smart_upscale.jpgthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2026/04/19/184708_1385766.JPEG.512x356_q95_crop-smart_upscale.jpg — 200 — 23.3 KiB — 21 ms — h2https://thumbnails.thecrimson.com/photos/2026/04/18/013327_1385755.jpeg.496x356_q95_crop-smart_upscale.jpgthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2026/04/18/013327_1385755.jpeg.496x356_q95_crop-smart_upscale.jpg — 200 — 8.9 KiB — 19 ms — h2https://thumbnails.thecrimson.com/photos/2026/04/03/185335_1385304.jpg.534x356_q95_crop-smart_upscale.jpgthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2026/04/03/185335_1385304.jpg.534x356_q95_crop-smart_upscale.jpg — 200 — 10.4 KiB — 16 ms — h2https://thumbnails.thecrimson.com/photos/2026/04/17/082637_1385724.png.264x356_q95_crop-smart_upscale.pngthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2026/04/17/082637_1385724.png.264x356_q95_crop-smart_upscale.png — 200 — 29.3 KiB — 17 ms — h2https://www.thecrimson.com/static/media/BigMoore-Regular.f213cb76.woffwww.thecrimson.com/static/media/Big... https://www.thecrimson.com/static/media/BigMoore-Regular.f213cb76.woff — 200 — 31.8 KiB — 22 ms — h2https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wXiWtFCc.woff2fonts.gstatic.com/s/lato/v25/S6uyw4... https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wXiWtFCc.woff2 — 200 — 13.7 KiB — 23 ms — h3https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2fonts.gstatic.com/s/lato/v25/S6u9w4... https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2 — 200 — 13.9 KiB — 24 ms — h3https://www.thecrimson.com/static/media/Crimson-Roman-webfont.88717972.woffwww.thecrimson.com/static/media/Cri... https://www.thecrimson.com/static/media/Crimson-Roman-webfont.88717972.woff — 200 — 46.1 KiB — 25 ms — h2https://www.thecrimson.com/static/media/ColabLig-webfont.333a60a4.woffwww.thecrimson.com/static/media/Col... https://www.thecrimson.com/static/media/ColabLig-webfont.333a60a4.woff — 200 — 16.7 KiB — 27 ms — h2https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2fonts.gstatic.com/s/lato/v25/S6u9w4... https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2 — 200 — 13.6 KiB — 29 ms — h3https://media.thecrimson.com/photos/2026/04/21/194212_1385854.pngmedia.thecrimson.com/photos/2026/04... https://media.thecrimson.com/photos/2026/04/21/194212_1385854.png — 200 — 6.4 KiB — 34 ms — h2https://thumbnails.thecrimson.com/photos/2026/04/21/121417_1385819.jpeg.534x356_q95_crop-smart_upscale.jpgthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2026/04/21/121417_1385819.jpeg.534x356_q95_crop-smart_upscale.jpg — 200 — 13.5 KiB — 17 ms — h2https://thumbnails.thecrimson.com/photos/2026/04/21/002204_1385795.jpg.486x356_q95_crop-smart_upscale.jpgthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2026/04/21/002204_1385795.jpg.486x356_q95_crop-smart_upscale.jpg — 200 — 7.7 KiB — 19 ms — h2https://thumbnails.thecrimson.com/photos/2026/04/21/024517_1385808.jpg.513x356_q95_crop-smart_upscale.jpgthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2026/04/21/024517_1385808.jpg.513x356_q95_crop-smart_upscale.jpg — 200 — 12.1 KiB — 23 ms — h2https://thumbnails.thecrimson.com/photos/2023/02/21/165513_1361384.jpeg.533x356_q95_crop-smart_upscale.jpgthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2023/02/21/165513_1361384.jpeg.533x356_q95_crop-smart_upscale.jpg — 200 — 26.0 KiB — 23 ms — h2https://thumbnails.thecrimson.com/photos/2026/04/13/005947_1385559.jpg.534x356_q95_crop-smart_upscale.jpgthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2026/04/13/005947_1385559.jpg.534x356_q95_crop-smart_upscale.jpg — 200 — 58.4 KiB — 28 ms — h2https://thumbnails.thecrimson.com/photos/2026/03/30/235142_1385085.jpg.534x356_q95_crop-smart_upscale.jpgthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2026/03/30/235142_1385085.jpg.534x356_q95_crop-smart_upscale.jpg — 200 — 40.2 KiB — 24 ms — h2https://thumbnails.thecrimson.com/photos/2026/04/22/212350_1385890.jpg.534x356_q95_crop-smart_upscale.jpgthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2026/04/22/212350_1385890.jpg.534x356_q95_crop-smart_upscale.jpg — 200 — 16.8 KiB — 19 ms — h2https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v51/KFO7... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 36.7 KiB — 7 ms — h3https://embed-cdn.spotifycdn.com/_next/static/css/1da87d2646b9222b.cssembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/css/1da87d2646b9222b.css — 200 — 20.3 KiB — 54 ms — h2https://embed-cdn.spotifycdn.com/_next/static/css/cc1613d282eaabe4.cssembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/css/cc1613d282eaabe4.css — 200 — 6.1 KiB — 50 ms — h2https://embed-cdn.spotifycdn.com/_next/static/css/f864e9bcdee86a4e.cssembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/css/f864e9bcdee86a4e.css — 200 — 3.1 KiB — 48 ms — h2https://embed-cdn.spotifycdn.com/_next/static/css/be2d090046836a36.cssembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/css/be2d090046836a36.css — 200 — 3.2 KiB — 27 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/webpack-3883cc2f9bfc1704.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/webpack-3883cc2f9bfc1704.js — 200 — 3.4 KiB — 46 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/framework-b89e49f4fe8bf920.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/framework-b89e49f4fe8bf920.js — 200 — 58.9 KiB — 45 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/main-115996bccea47dc1.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/main-115996bccea47dc1.js — 200 — 39.7 KiB — 73 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/pages/_app-d4fdb45390ac7651.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/pages/_app-d4fdb45390ac7651.js — 200 — 142.5 KiB — 104 ms — h2https://api.thecrimson.com/graphqlapi.thecrimson.com/graphql https://api.thecrimson.com/graphql — 200 — 0 B — 606 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/e6872b2a-91e768eeed597fc4.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/e6872b2a-91e768eeed597fc4.js — 200 — 98.9 KiB — 103 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/956ba4ca-2e2abba664776fd6.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/956ba4ca-2e2abba664776fd6.js — 200 — 1.7 KiB — 34 ms — h2https://api.thecrimson.com/graphqlapi.thecrimson.com/graphql https://api.thecrimson.com/graphql — 200 — 0 B — 590 ms — h2https://api.thecrimson.com/graphqlapi.thecrimson.com/graphql https://api.thecrimson.com/graphql — 200 — 0 B — 593 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/6949-49009f53ce1dcdbf.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/6949-49009f53ce1dcdbf.js — 200 — 4.9 KiB — 16 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/8476-c23665adc43729ab.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/8476-c23665adc43729ab.js — 200 — 112.3 KiB — 84 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/1391-7ff3f556500bfcdf.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/1391-7ff3f556500bfcdf.js — 200 — 36.0 KiB — 41 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/5206-1a4a32c9a412632c.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/5206-1a4a32c9a412632c.js — 200 — 5.5 KiB — 27 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/pages/show/%5Bid%5D-ff3a303dc393e1b0.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/pages/show/%5Bid%5D-ff3a303dc393e1b0.js — 200 — 5.6 KiB — 29 ms — h2https://embed-cdn.spotifycdn.com/_next/static/b0ee9945-f588-4ea0-9141-bbbca6179b6c/_buildManifest.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/b0ee9945-f588-4ea0-9141-bbbca6179b6c/_buildManifest.js — 200 — 1.4 KiB — 20 ms — h2https://embed-cdn.spotifycdn.com/_next/static/b0ee9945-f588-4ea0-9141-bbbca6179b6c/_ssgManifest.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/b0ee9945-f588-4ea0-9141-bbbca6179b6c/_ssgManifest.js — 200 — 404 B — 17 ms — h2https://api.thecrimson.com/interstitials/config.jsonapi.thecrimson.com/interstitials/co... https://api.thecrimson.com/interstitials/config.json — 200 — 507 B — 497 ms — h2https://image-cdn-fa.spotifycdn.com/image/ab67656300005f1f9e751ec6ca16d08460da52c7image-cdn-fa.spotifycdn.com/image/a... https://image-cdn-fa.spotifycdn.com/image/ab67656300005f1f9e751ec6ca16d08460da52c7 — 200 — 30.7 KiB — 16 ms — h2https://encore.scdn.co/fonts/SpotifyMixUITitleVariable-8769ccfde3379b7ebcadd9529b49d0cc.woff2encore.scdn.co/fonts/SpotifyMixUITi... https://encore.scdn.co/fonts/SpotifyMixUITitleVariable-8769ccfde3379b7ebcadd9529b49d0cc.woff2 — 200 — 373.4 KiB — 35 ms — h2https://encore.scdn.co/fonts/SpotifyMixUI-Bold-4264b799009b1db5c491778b1bc8e5b7.woff2encore.scdn.co/fonts/SpotifyMixUI-B... https://encore.scdn.co/fonts/SpotifyMixUI-Bold-4264b799009b1db5c491778b1bc8e5b7.woff2 — 200 — 40.7 KiB — 26 ms — h2https://encore.scdn.co/fonts/SpotifyMixUI-Regular-cc3b1de388efa4cbca6c75cebc24585e.woff2encore.scdn.co/fonts/SpotifyMixUI-R... https://encore.scdn.co/fonts/SpotifyMixUI-Regular-cc3b1de388efa4cbca6c75cebc24585e.woff2 — 200 — 35.0 KiB — 19 ms — h2https://o22381.ingest.us.sentry.io/api/4505164808585216/envelope/?sentry_version=7&sentry_key=4cc707ab12ea4779b417479c0550a5cb&sentry_client=sentry.javascript.nextjs%2F10.45.0o22381.ingest.us.sentry.io/api/4505... https://o22381.ingest.us.sentry.io/api/4505164808585216/envelope/?sentry_version=7&sentry_key=4cc707ab12ea4779b417479c0550a5cb&sentry_client=sentry.javascript.nextjs%2F10.45.0 — 200 — 300 B — 89 ms — h2blob:https://open.spotify.com/51b9fba2-2fab-4ae0-af1f-e52cdb0e0c3bopen.spotify.com/51b9fba2-2fab-4ae0... blob:https://open.spotify.com/51b9fba2-2fab-4ae0-af1f-e52cdb0e0c3b — 200 — -1 B — 238 ms — blobhttps://aax.amazon-adsystem.com/e/dtb/bidaax.amazon-adsystem.com/e/dtb/bid https://aax.amazon-adsystem.com/e/dtb/bid — 200 — 0 B — 150 ms — h2https://aax.amazon-adsystem.com/e/dtb/bidaax.amazon-adsystem.com/e/dtb/bid https://aax.amazon-adsystem.com/e/dtb/bid — 200 — 0 B — 151 ms — h2https://aax.amazon-adsystem.com/e/dtb/bidaax.amazon-adsystem.com/e/dtb/bid https://aax.amazon-adsystem.com/e/dtb/bid — 200 — 0 B — 149 ms — h2https://aax.amazon-adsystem.com/e/dtb/bidaax.amazon-adsystem.com/e/dtb/bid https://aax.amazon-adsystem.com/e/dtb/bid — 200 — 0 B — 143 ms — h2https://aax.amazon-adsystem.com/e/dtb/bidaax.amazon-adsystem.com/e/dtb/bid https://aax.amazon-adsystem.com/e/dtb/bid — 200 — 0 B — 118 ms — h2https://aax.amazon-adsystem.com/e/dtb/bidaax.amazon-adsystem.com/e/dtb/bid https://aax.amazon-adsystem.com/e/dtb/bid — 200 — 0 B — 125 ms — h2https://aax.amazon-adsystem.com/e/dtb/bidaax.amazon-adsystem.com/e/dtb/bid https://aax.amazon-adsystem.com/e/dtb/bid — 200 — 591 B — 270 ms — h2https://aax.amazon-adsystem.com/e/dtb/bidaax.amazon-adsystem.com/e/dtb/bid https://aax.amazon-adsystem.com/e/dtb/bid — 200 — 590 B — 273 ms — h2https://aax.amazon-adsystem.com/e/dtb/bidaax.amazon-adsystem.com/e/dtb/bid https://aax.amazon-adsystem.com/e/dtb/bid — 200 — 592 B — 264 ms — h2https://aax.amazon-adsystem.com/e/dtb/bidaax.amazon-adsystem.com/e/dtb/bid https://aax.amazon-adsystem.com/e/dtb/bid — 200 — 588 B — 292 ms — h2https://o22381.ingest.us.sentry.io/api/4505164808585216/envelope/?sentry_version=7&sentry_key=4cc707ab12ea4779b417479c0550a5cb&sentry_client=sentry.javascript.nextjs%2F10.45.0o22381.ingest.us.sentry.io/api/4505... https://o22381.ingest.us.sentry.io/api/4505164808585216/envelope/?sentry_version=7&sentry_key=4cc707ab12ea4779b417479c0550a5cb&sentry_client=sentry.javascript.nextjs%2F10.45.0 — 200 — 56 B — 10 ms — h2https://o22381.ingest.us.sentry.io/api/4505164808585216/envelope/?sentry_version=7&sentry_key=4cc707ab12ea4779b417479c0550a5cb&sentry_client=sentry.javascript.nextjs%2F10.45.0o22381.ingest.us.sentry.io/api/4505... https://o22381.ingest.us.sentry.io/api/4505164808585216/envelope/?sentry_version=7&sentry_key=4cc707ab12ea4779b417479c0550a5cb&sentry_client=sentry.javascript.nextjs%2F10.45.0 — 200 — 56 B — 11 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-VVW6YCM8M9&gtm=45je64k1h2v9127038509za20g&_p=1776895352838&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAI&are=1&cid=54567990.1776895353&frm=0&pscdl=noapi&rcb=3&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~117512543~118463262&sid=1776895354&sct=1&seg=0&dl=https%3A%2F%2Fwww.thecrimson.com%2F&dt=The%20Harvard%20Crimson&en=page_view&_fv=1&_ss=1&_ee=1&tfd=1480www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-VVW6YCM8M9&gtm=45je64k1h2v9127038509za20g&_p=1776895352838&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAI&are=1&cid=54567990.1776895353&frm=0&pscdl=noapi&rcb=3&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~117512543~118463262&sid=1776895354&sct=1&seg=0&dl=https%3A%2F%2Fwww.thecrimson.com%2F&dt=The%20Harvard%20Crimson&en=page_view&_fv=1&_ss=1&_ee=1&tfd=1480 — 204 — 20 B — 167 ms — h3https://aax.amazon-adsystem.com/e/dtb/bidaax.amazon-adsystem.com/e/dtb/bid https://aax.amazon-adsystem.com/e/dtb/bid — 200 — 590 B — 333 ms — h2https://aax.amazon-adsystem.com/e/dtb/bidaax.amazon-adsystem.com/e/dtb/bid https://aax.amazon-adsystem.com/e/dtb/bid — 200 — 590 B — 385 ms — h2https://apresolve.spotify.com/?type=dealer-g2&type=spclientapresolve.spotify.com/?type=dealer-... https://apresolve.spotify.com/?type=dealer-g2&type=spclient — 200 — 336 B — 144 ms — h2https://apresolve.spotify.com/?type=dealer-g2&type=spclientapresolve.spotify.com/?type=dealer-... https://apresolve.spotify.com/?type=dealer-g2&type=spclient — 200 — 170 B — 240 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/3327.b77ca16d39519caf.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/3327.b77ca16d39519caf.js — 200 — 11.3 KiB — 8 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/3632.de098ba89d9204c4.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/3632.de098ba89d9204c4.js — 200 — 89.6 KiB — 38 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/spotify_player_o.6fee2481f9a83896.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/spotify_player_o.6fee2481f9a83896.js — 200 — 4.3 KiB — 4 ms — h2https://api.thecrimson.com/graphqlapi.thecrimson.com/graphql https://api.thecrimson.com/graphql — 200 — 2.2 KiB — 136 ms — h2https://api.thecrimson.com/graphqlapi.thecrimson.com/graphql https://api.thecrimson.com/graphql — 200 — 834 B — 141 ms — h2https://api.thecrimson.com/graphqlapi.thecrimson.com/graphql https://api.thecrimson.com/graphql — 200 — 1.9 KiB — 139 ms — h2https://fundingchoicesmessages.google.com/i/1046082?ers=3fundingchoicesmessages.google.com/i... https://fundingchoicesmessages.google.com/i/1046082?ers=3 — 200 — 69.8 KiB — 216 ms — h2https://s.amazon-adsystem.com/iu3?cm3ppd=1&d=dtb-pub&csif=t&dl=n-adobe3pb_n-index_n-adMediaV1_n-acuityads_n-MediaNet_n-rtbhouse_n-Beeswax_smrt_n-colossusMedia_n-smadex_n-opera3pb_n-smaato_n-adman-v2_n-sharethrough_n-onetag_pm-db5_n-simpli.fi_rbd_ppt_n-OMS_r1u_sovrn_n-Outbrains.amazon-adsystem.com/iu3?cm3ppd=1&... https://s.amazon-adsystem.com/iu3?cm3ppd=1&d=dtb-pub&csif=t&dl=n-adobe3pb_n-index_n-adMediaV1_n-acuityads_n-MediaNet_n-rtbhouse_n-Beeswax_smrt_n-colossusMedia_n-smadex_n-opera3pb_n-smaato_n-adman-v2_n-sharethrough_n-onetag_pm-db5_n-simpli.fi_rbd_ppt_n-OMS_r1u_sovrn_n-Outbrain — 302 — 945 B — 379 ms — http/1.1https://thumbnails.thecrimson.com/photos/2026/01/21/061714_1383317.png.388x300_q95_crop-smart_upscale.jpgthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2026/01/21/061714_1383317.png.388x300_q95_crop-smart_upscale.jpg — 200 — 20.0 KiB — 13 ms — h2https://thumbnails.thecrimson.com/photos/2026/03/10/192554_1384528.jpg.380x300_q95_crop-smart_upscale.jpgthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2026/03/10/192554_1384528.jpg.380x300_q95_crop-smart_upscale.jpg — 200 — 9.8 KiB — 11 ms — h2https://thumbnails.thecrimson.com/photos/2026/02/10/024715_1383709.png.380x300_q95_crop-smart_upscale.jpgthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2026/02/10/024715_1383709.png.380x300_q95_crop-smart_upscale.jpg — 200 — 18.4 KiB — 18 ms — h2https://thumbnails.thecrimson.com/photos/2025/08/29/231331_1379931.png.400x224_q95_crop-smart_upscale.pngthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2025/08/29/231331_1379931.png.400x224_q95_crop-smart_upscale.png — 200 — 6.7 KiB — 15 ms — h2https://thumbnails.thecrimson.com/photos/2026/01/28/042627_1383405.png.380x300_q95_crop-smart_upscale.jpgthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2026/01/28/042627_1383405.png.380x300_q95_crop-smart_upscale.jpg — 200 — 15.8 KiB — 20 ms — h2https://thumbnails.thecrimson.com/photos/2026/01/27/055622_1383393.png.380x300_q95_crop-smart_upscale.jpgthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2026/01/27/055622_1383393.png.380x300_q95_crop-smart_upscale.jpg — 200 — 13.0 KiB — 22 ms — h2https://thumbnails.thecrimson.com/photos/2026/04/22/143910_1385875.png.600x351_q95_crop-smart_upscale.pngthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2026/04/22/143910_1385875.png.600x351_q95_crop-smart_upscale.png — 200 — 37.9 KiB — 9 ms — h2https://thumbnails.thecrimson.com/photos/2026/04/08/160721_1385422.png.600x400_q95_crop-smart_upscale.jpgthumbnails.thecrimson.com/photos/20... https://thumbnails.thecrimson.com/photos/2026/04/08/160721_1385422.png.600x400_q95_crop-smart_upscale.jpg — 200 — 92.3 KiB — 12 ms — h2https://www.facebook.com/tr?id=605179343215247&ev=PageViewwww.facebook.com/tr?id=605179343215... https://www.facebook.com/tr?id=605179343215247&ev=PageView — 200 — 19 B — 11 ms — h3https://ap.lijit.com/pixel?gdpr=0&gdpr_consent=0&gpp=&gpp_sid=&redir=https%3A%2F%2Fe-10699.adzerk.net%2Fudb%2F10699%2Fsync%2Fi.gif%3FuserKey%3D2c17915e9fa30583ea021c54cd45ef40%26partnerId%3D24%26userId%3D%24UIDap.lijit.com/pixel?gdpr=0&gdpr_cons... https://ap.lijit.com/pixel?gdpr=0&gdpr_consent=0&gpp=&gpp_sid=&redir=https%3A%2F%2Fe-10699.adzerk.net%2Fudb%2F10699%2Fsync%2Fi.gif%3FuserKey%3D2c17915e9fa30583ea021c54cd45ef40%26partnerId%3D24%26userId%3D%24UID — 307 — 564 B — 387 ms — h2https://cdn.fdsk.co/property/ssp/prod/8b8310fb-e8db-444b-98f7-7895a23c3a87.jsoncdn.fdsk.co/property/ssp/prod/8b831... https://cdn.fdsk.co/property/ssp/prod/8b8310fb-e8db-444b-98f7-7895a23c3a87.json — 200 — 4.0 KiB — 33 ms — h2https://fundingchoicesmessages.google.com/el/AGSKWxV4Pxxy81Jf8Af7VBi3sbjpgmZ8eelnBNljAG2U1-CZjUwiWL7dOYwcWQqua4ldHu8sl8N9uPhycOolQ7ajn7s01GcW7tO_mJfPZLhamBmYwtmXXHonTwDocW_oMlyPVKJ3ugAOpQ==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxV4Pxxy81Jf8Af7VBi3sbjpgmZ8eelnBNljAG2U1-CZjUwiWL7dOYwcWQqua4ldHu8sl8N9uPhycOolQ7ajn7s01GcW7tO_mJfPZLhamBmYwtmXXHonTwDocW_oMlyPVKJ3ugAOpQ== — 204 — 28 B — 130 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxV4Pxxy81Jf8Af7VBi3sbjpgmZ8eelnBNljAG2U1-CZjUwiWL7dOYwcWQqua4ldHu8sl8N9uPhycOolQ7ajn7s01GcW7tO_mJfPZLhamBmYwtmXXHonTwDocW_oMlyPVKJ3ugAOpQ==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxV4Pxxy81Jf8Af7VBi3sbjpgmZ8eelnBNljAG2U1-CZjUwiWL7dOYwcWQqua4ldHu8sl8N9uPhycOolQ7ajn7s01GcW7tO_mJfPZLhamBmYwtmXXHonTwDocW_oMlyPVKJ3ugAOpQ== — 204 — 28 B — 132 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxV4Pxxy81Jf8Af7VBi3sbjpgmZ8eelnBNljAG2U1-CZjUwiWL7dOYwcWQqua4ldHu8sl8N9uPhycOolQ7ajn7s01GcW7tO_mJfPZLhamBmYwtmXXHonTwDocW_oMlyPVKJ3ugAOpQ==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxV4Pxxy81Jf8Af7VBi3sbjpgmZ8eelnBNljAG2U1-CZjUwiWL7dOYwcWQqua4ldHu8sl8N9uPhycOolQ7ajn7s01GcW7tO_mJfPZLhamBmYwtmXXHonTwDocW_oMlyPVKJ3ugAOpQ== — 204 — 28 B — 145 ms — h3https://fundingchoicesmessages.google.com/f/AGSKWxUEiRBoZ4zhGwPqNYI_XG6uZk8mMG5XQib9aaXb3p_o9fFW9OIoFgBu8Sf68iYqpjLg3AiX3z_nIKEr54dx7QoCTUoVay4VqocXI9lvzbG_z3xXwPGTt-t47Yhk8HTocDGs0XuGmQ==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODk1MzU0LDc4OTAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93d3cudGhlY3JpbXNvbi5jb20vIixudWxsLFtbOCwicFNKa28xOTZJSDAiXSxbOSwiZW4tVVMiXSxbMTgsIltbW251bGwsMTYzOV1dXSJdLFszNSwiMTc3Njg5NTM1NCJdLFsxOSwiMiJdLFsxNywiWzBdIl0sWzI0LCIiXSxbMjksInRydWUiXV1dfundingchoicesmessages.google.com/f... https://fundingchoicesmessages.google.com/f/AGSKWxUEiRBoZ4zhGwPqNYI_XG6uZk8mMG5XQib9aaXb3p_o9fFW9OIoFgBu8Sf68iYqpjLg3AiX3z_nIKEr54dx7QoCTUoVay4VqocXI9lvzbG_z3xXwPGTt-t47Yhk8HTocDGs0XuGmQ==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODk1MzU0LDc4OTAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93d3cudGhlY3JpbXNvbi5jb20vIixudWxsLFtbOCwicFNKa28xOTZJSDAiXSxbOSwiZW4tVVMiXSxbMTgsIltbW251bGwsMTYzOV1dXSJdLFszNSwiMTc3Njg5NTM1NCJdLFsxOSwiMiJdLFsxNywiWzBdIl0sWzI0LCIiXSxbMjksInRydWUiXV1d — 200 — 1.6 KiB — 74 ms — h2https://cm.g.doubleclick.net/partnerpixels?gdpr=0&url=https%3A%2F%2Fwww.thecrimson.com%2Fcm.g.doubleclick.net/partnerpixels?... https://cm.g.doubleclick.net/partnerpixels?gdpr=0&url=https%3A%2F%2Fwww.thecrimson.com%2F — 200 — 232 B — 119 ms — h2https://s.amazon-adsystem.com/iu3?cm3ppd=1&d=dtb-pub&csif=t&dl=n-adobe3pb_n-index_n-adMediaV1_n-acuityads_n-MediaNet_n-rtbhouse_n-Beeswax_smrt_n-colossusMedia_n-smadex_n-opera3pb_n-smaato_n-adman-v2_n-sharethrough_n-onetag_pm-db5_n-simpli.fi_rbd_ppt_n-OMS_r1u_sovrn_n-Outbrain&dcc=ts.amazon-adsystem.com/iu3?cm3ppd=1&... https://s.amazon-adsystem.com/iu3?cm3ppd=1&d=dtb-pub&csif=t&dl=n-adobe3pb_n-index_n-adMediaV1_n-acuityads_n-MediaNet_n-rtbhouse_n-Beeswax_smrt_n-colossusMedia_n-smadex_n-opera3pb_n-smaato_n-adman-v2_n-sharethrough_n-onetag_pm-db5_n-simpli.fi_rbd_ppt_n-OMS_r1u_sovrn_n-Outbrain&dcc=t — 200 — 606 B — 130 ms — http/1.1https://securepubads.g.doubleclick.net/gampad/ads?pvsid=5004987331752846&correlator=630361017780396&eid=31097994%2C31098008%2C95386540&output=ldjh&gdfp_req=1&vrg=202604210101&ptt=17&impl=fifs&gdpr=0&iu_parts=1046082%2CTheCrimson_AllArticles_ATF_300x600%2CTheCrimson_AllArticles_ATF_300x250%2CTheCrimson_AllArticles_BTF_300x600%2CTheCrimson_AllArticles_ATF_728x90%2CTheCrimson_AllArticles_BTF_728x90&enc_prev_ius=%2F0%2F1%2C%2F0%2F2%2C%2F0%2F3%2C%2F0%2F4%2C%2F0%2F5&prev_iu_szs=300x600%2C300x250%2C300x600%2C728x90%2C728x90&ifi=1&dids=div-gpt-TheCrimson_AllArticles~div-gpt-TheCrimson_AllArticles~div-gpt-TheCrimson_AllArticles~div-gpt-TheCrimson_AllArticles~div-gpt-TheCrimson_AllArticles&adfs=1891304499~1215063578~4134402177~3974297139~813265954&sfv=1-0-45&eri=1&sc=1&cookie_enabled=1&abxe=1&dt=1776895354833&lmt=1776893319&adxs=-12245933%2C-12245933%2C940%2C311%2C-12245933&adys=-12245933%2C-12245933%2C875%2C23%2C-12245933&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=-1%7C-1%7C0%7C0%7C-1&ucis=1%7C2%7C3%7C4%7C5&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.thecrimson.com%2F&vis=1&psz=0x0%7C0x0%7C371x32%7C1350x32%7C0x0&msz=0x0%7C0x0%7C300x0%7C728x0%7C0x0&fws=128%2C128%2C0%2C0%2C128&ohw=0%2C0%2C0%2C0%2C0&dlt=1776895352816&idt=1377&prev_scp=amznbid%3D1%26amznp%3D1%7Camznbid%3D1%26amznp%3D1%7Camznbid%3D2%26amznp%3D2%7Camznbid%3D1%26amznp%3D1%7Camznbid%3D1%26amznp%3D1&adks=892610861%2C1392456446%2C2490093517%2C1372669011%2C802382502&frm=20&eoidce=1&pgls=CAk.securepubads.g.doubleclick.net/gamp... https://securepubads.g.doubleclick.net/gampad/ads?pvsid=5004987331752846&correlator=630361017780396&eid=31097994%2C31098008%2C95386540&output=ldjh&gdfp_req=1&vrg=202604210101&ptt=17&impl=fifs&gdpr=0&iu_parts=1046082%2CTheCrimson_AllArticles_ATF_300x600%2CTheCrimson_AllArticles_ATF_300x250%2CTheCrimson_AllArticles_BTF_300x600%2CTheCrimson_AllArticles_ATF_728x90%2CTheCrimson_AllArticles_BTF_728x90&enc_prev_ius=%2F0%2F1%2C%2F0%2F2%2C%2F0%2F3%2C%2F0%2F4%2C%2F0%2F5&prev_iu_szs=300x600%2C300x250%2C300x600%2C728x90%2C728x90&ifi=1&dids=div-gpt-TheCrimson_AllArticles~div-gpt-TheCrimson_AllArticles~div-gpt-TheCrimson_AllArticles~div-gpt-TheCrimson_AllArticles~div-gpt-TheCrimson_AllArticles&adfs=1891304499~1215063578~4134402177~3974297139~813265954&sfv=1-0-45&eri=1&sc=1&cookie_enabled=1&abxe=1&dt=1776895354833&lmt=1776893319&adxs=-12245933%2C-12245933%2C940%2C311%2C-12245933&adys=-12245933%2C-12245933%2C875%2C23%2C-12245933&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=-1%7C-1%7C0%7C0%7C-1&ucis=1%7C2%7C3%7C4%7C5&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.thecrimson.com%2F&vis=1&psz=0x0%7C0x0%7C371x32%7C1350x32%7C0x0&msz=0x0%7C0x0%7C300x0%7C728x0%7C0x0&fws=128%2C128%2C0%2C0%2C128&ohw=0%2C0%2C0%2C0%2C0&dlt=1776895352816&idt=1377&prev_scp=amznbid%3D1%26amznp%3D1%7Camznbid%3D1%26amznp%3D1%7Camznbid%3D2%26amznp%3D2%7Camznbid%3D1%26amznp%3D1%7Camznbid%3D1%26amznp%3D1&adks=892610861%2C1392456446%2C2490093517%2C1372669011%2C802382502&frm=20&eoidce=1&pgls=CAk. — 200 — 561 B — 568 ms — h3https://a47764467a44cd77d5ccdb3ccf69d6e2.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.htmla47764467a44cd77d5ccdb3ccf69d6e2.sa... https://a47764467a44cd77d5ccdb3ccf69d6e2.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html — 200 — 3.1 KiB — 168 ms — h3https://e-11190.adzerk.net/api/v2e-11190.adzerk.net/api/v2 https://e-11190.adzerk.net/api/v2 — 200 — 0 B — 383 ms — h2https://fundingchoicesmessages.google.com/el/AGSKWxWY1cfejG7_i9BhKtR5MJNjT85_xzRGpCAFEHFog9PQKWYFQIwDok-kxpt0QPt15Jg4hJ9il7ikVbhn_LhfNCyVnCtrlkahx2dfezPFKPEacpFLbT3J9hOg8mSH9tH-5pdru_qInw==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxWY1cfejG7_i9BhKtR5MJNjT85_xzRGpCAFEHFog9PQKWYFQIwDok-kxpt0QPt15Jg4hJ9il7ikVbhn_LhfNCyVnCtrlkahx2dfezPFKPEacpFLbT3J9hOg8mSH9tH-5pdru_qInw== — 204 — 28 B — 66 ms — h3https://fundingchoicesmessages.google.com/f/AGSKWxUHViqWXu6xVbkqDwySLoLgv1ugB7vZ2qyJDLxFJHGuZNwPF8-9Xh8DVOdmw_kIWX_6v80NPJpctrjMVfw0Z43d_FZ4dBT0yHdQIiYZt0CF6n-lNsaMxpXdksD8O0hIEVFilc1jDw==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODk1MzU0LDk0OTAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzcsOV0sbnVsbCwyLG51bGwsImVuIl0sImh0dHBzOi8vd3d3LnRoZWNyaW1zb24uY29tLyIsbnVsbCxbWzgsInBTSmtvMTk2SUgwIl0sWzksImVuLVVTIl0sWzE4LCJbW1tudWxsLDE2MzldXV0iXSxbMzUsIjE3NzY4OTUzNTQiXSxbMTksIjIiXSxbMTcsIlswXSJdLFsyNCwiIl0sWzI5LCJ0cnVlIl1dXQfundingchoicesmessages.google.com/f... https://fundingchoicesmessages.google.com/f/AGSKWxUHViqWXu6xVbkqDwySLoLgv1ugB7vZ2qyJDLxFJHGuZNwPF8-9Xh8DVOdmw_kIWX_6v80NPJpctrjMVfw0Z43d_FZ4dBT0yHdQIiYZt0CF6n-lNsaMxpXdksD8O0hIEVFilc1jDw==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODk1MzU0LDk0OTAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzcsOV0sbnVsbCwyLG51bGwsImVuIl0sImh0dHBzOi8vd3d3LnRoZWNyaW1zb24uY29tLyIsbnVsbCxbWzgsInBTSmtvMTk2SUgwIl0sWzksImVuLVVTIl0sWzE4LCJbW1tudWxsLDE2MzldXV0iXSxbMzUsIjE3NzY4OTUzNTQiXSxbMTksIjIiXSxbMTcsIlswXSJdLFsyNCwiIl0sWzI5LCJ0cnVlIl1dXQ — 200 — 4.3 KiB — 137 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 56 ms — h3https://bb.lijit.com/pixel?gdpr=0&gdpr_consent=0&gpp=&gpp_sid=&redir=https%3A%2F%2Fe-10699.adzerk.net%2Fudb%2F10699%2Fsync%2Fi.gif%3FuserKey%3D2c17915e9fa30583ea021c54cd45ef40%26partnerId%3D24%26userId%3D%24UID&sovrn_retry=truebb.lijit.com/pixel?gdpr=0&gdpr_cons... https://bb.lijit.com/pixel?gdpr=0&gdpr_consent=0&gpp=&gpp_sid=&redir=https%3A%2F%2Fe-10699.adzerk.net%2Fudb%2F10699%2Fsync%2Fi.gif%3FuserKey%3D2c17915e9fa30583ea021c54cd45ef40%26partnerId%3D24%26userId%3D%24UID&sovrn_retry=true — 307 — 281 B — 379 ms — h2https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 127 ms — h3https://e-11190.adzerk.net/api/v2e-11190.adzerk.net/api/v2 https://e-11190.adzerk.net/api/v2 — 200 — 807 B — 131 ms — h2https://securepubads.g.doubleclick.net/gampad/ads?pvsid=5004987331752846&correlator=836727139697384&eid=31097994%2C31098008%2C95386540&output=ldjh&gdfp_req=1&vrg=202604210101&ptt=17&impl=fifs&gdpr=0&iu_parts=1046082%2CTheCrimson_AllArticles_ATF_300x600%2CTheCrimson_AllArticles_ATF_300x250%2CTheCrimson_AllArticles_BTF_300x600%2CTheCrimson_AllArticles_ATF_728x90%2CTheCrimson_AllArticles_BTF_728x90&enc_prev_ius=%2F0%2F1%2C%2F0%2F2%2C%2F0%2F3%2C%2F0%2F4%2C%2F0%2F5&prev_iu_szs=300x600%2C300x250%2C300x600%2C728x90%2C728x90&ifi=6&dids=div-gpt-TheCrimson_AllArticles~div-gpt-TheCrimson_AllArticles~div-gpt-TheCrimson_AllArticles~div-gpt-TheCrimson_AllArticles~div-gpt-TheCrimson_AllArticles&adfs=3934686447~2675183356~749782773~3884482483~912171393&sfv=1-0-45&rcs=1%2C1%2C1%2C1%2C1&eri=1&sc=1&cookie_enabled=1&abxe=1&dt=1776895355413&lmt=1776893319&adxs=-12245933%2C-12245933%2C940%2C311%2C-12245933&adys=-12245933%2C-12245933%2C875%2C23%2C-12245933&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=-1%7C-1%7C0%7C0%7C-1&ucis=1%7C2%7C3%7C4%7C5&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.thecrimson.com%2F&vis=1&psz=0x0%7C0x0%7C371x32%7C1350x32%7C0x0&msz=0x0%7C0x0%7C300x0%7C728x0%7C0x0&fws=128%2C128%2C0%2C0%2C128&ohw=0%2C0%2C0%2C0%2C0&dlt=1776895352816&idt=1377&prev_scp=amznbid%3D2%26amznp%3D2%7Camznbid%3D2%26amznp%3D2%7Camznbid%3D2%26amznp%3D2%7Camznbid%3D2%26amznp%3D2%7Camznbid%3D2%26amznp%3D2&adks=892610861%2C1392456446%2C2490093517%2C1372669011%2C802382502&frm=20&eoidce=1&pgls=CAk.securepubads.g.doubleclick.net/gamp... https://securepubads.g.doubleclick.net/gampad/ads?pvsid=5004987331752846&correlator=836727139697384&eid=31097994%2C31098008%2C95386540&output=ldjh&gdfp_req=1&vrg=202604210101&ptt=17&impl=fifs&gdpr=0&iu_parts=1046082%2CTheCrimson_AllArticles_ATF_300x600%2CTheCrimson_AllArticles_ATF_300x250%2CTheCrimson_AllArticles_BTF_300x600%2CTheCrimson_AllArticles_ATF_728x90%2CTheCrimson_AllArticles_BTF_728x90&enc_prev_ius=%2F0%2F1%2C%2F0%2F2%2C%2F0%2F3%2C%2F0%2F4%2C%2F0%2F5&prev_iu_szs=300x600%2C300x250%2C300x600%2C728x90%2C728x90&ifi=6&dids=div-gpt-TheCrimson_AllArticles~div-gpt-TheCrimson_AllArticles~div-gpt-TheCrimson_AllArticles~div-gpt-TheCrimson_AllArticles~div-gpt-TheCrimson_AllArticles&adfs=3934686447~2675183356~749782773~3884482483~912171393&sfv=1-0-45&rcs=1%2C1%2C1%2C1%2C1&eri=1&sc=1&cookie_enabled=1&abxe=1&dt=1776895355413&lmt=1776893319&adxs=-12245933%2C-12245933%2C940%2C311%2C-12245933&adys=-12245933%2C-12245933%2C875%2C23%2C-12245933&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=-1%7C-1%7C0%7C0%7C-1&ucis=1%7C2%7C3%7C4%7C5&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.thecrimson.com%2F&vis=1&psz=0x0%7C0x0%7C371x32%7C1350x32%7C0x0&msz=0x0%7C0x0%7C300x0%7C728x0%7C0x0&fws=128%2C128%2C0%2C0%2C128&ohw=0%2C0%2C0%2C0%2C0&dlt=1776895352816&idt=1377&prev_scp=amznbid%3D2%26amznp%3D2%7Camznbid%3D2%26amznp%3D2%7Camznbid%3D2%26amznp%3D2%7Camznbid%3D2%26amznp%3D2%7Camznbid%3D2%26amznp%3D2&adks=892610861%2C1392456446%2C2490093517%2C1372669011%2C802382502&frm=20&eoidce=1&pgls=CAk. — 200 — 474 B — 537 ms — h3https://e-10699.adzerk.net/udb/10699/sync/i.gif?userKey=2c17915e9fa30583ea021c54cd45ef40&partnerId=24&userId=e-10699.adzerk.net/udb/10699/sync/i... https://e-10699.adzerk.net/udb/10699/sync/i.gif?userKey=2c17915e9fa30583ea021c54cd45ef40&partnerId=24&userId= — 400 — 51 B — 385 ms — h2https://securepubads.g.doubleclick.net/gampad/ads?pvsid=5004987331752846&correlator=630361017780396&eid=31097994%2C31098008%2C95386540&output=ldjh&gdfp_req=1&vrg=202604210101&ptt=17&impl=fifs&gdpr=0&iu_parts=1046082%2CTheCrimson_AllArticles_BTF_300x250&enc_prev_ius=%2F0%2F1&prev_iu_szs=300x250&ifi=11&dids=div-gpt-TheCrimson_AllArticles&adfs=3535832671&sfv=1-0-45&eri=1&sc=1&cookie_enabled=1&abxe=1&dt=1776895355515&lmt=1776893319&adxs=940&adys=1335&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=1&ucis=6&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.thecrimson.com%2F&vis=1&psz=371x32&msz=300x0&fws=0&ohw=0&psts=AOrYGslXqzWxZnMwa10HhsoG5C0a%2CAOrYGslXqzWxZnMwa10HhsoG5C0a%2CAOrYGslXqzWxZnMwa10HhsoG5C0a%2CAOrYGslXqzWxZnMwa10HhsoG5C0a%2CAOrYGslXqzWxZnMwa10HhsoG5C0a&dlt=1776895352816&idt=1377&prev_scp=amznbid%3D1%26amznp%3D1&adks=1980333067&frm=20&eoidce=1&pgls=CAk.securepubads.g.doubleclick.net/gamp... https://securepubads.g.doubleclick.net/gampad/ads?pvsid=5004987331752846&correlator=630361017780396&eid=31097994%2C31098008%2C95386540&output=ldjh&gdfp_req=1&vrg=202604210101&ptt=17&impl=fifs&gdpr=0&iu_parts=1046082%2CTheCrimson_AllArticles_BTF_300x250&enc_prev_ius=%2F0%2F1&prev_iu_szs=300x250&ifi=11&dids=div-gpt-TheCrimson_AllArticles&adfs=3535832671&sfv=1-0-45&eri=1&sc=1&cookie_enabled=1&abxe=1&dt=1776895355515&lmt=1776893319&adxs=940&adys=1335&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=1&ucis=6&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.thecrimson.com%2F&vis=1&psz=371x32&msz=300x0&fws=0&ohw=0&psts=AOrYGslXqzWxZnMwa10HhsoG5C0a%2CAOrYGslXqzWxZnMwa10HhsoG5C0a%2CAOrYGslXqzWxZnMwa10HhsoG5C0a%2CAOrYGslXqzWxZnMwa10HhsoG5C0a%2CAOrYGslXqzWxZnMwa10HhsoG5C0a&dlt=1776895352816&idt=1377&prev_scp=amznbid%3D1%26amznp%3D1&adks=1980333067&frm=20&eoidce=1&pgls=CAk. — 200 — 421 B — 484 ms — h3https://securepubads.g.doubleclick.net/gampad/ads?pvsid=5004987331752846&correlator=836727139697384&eid=31097994%2C31098008%2C95386540&output=ldjh&gdfp_req=1&vrg=202604210101&ptt=17&impl=fifs&gdpr=0&iu_parts=1046082%2CTheCrimson_AllArticles_BTF_300x250&enc_prev_ius=%2F0%2F1&prev_iu_szs=300x250&ifi=12&dids=div-gpt-TheCrimson_AllArticles&adfs=3535832671&sfv=1-0-45&rcs=1&eri=1&sc=1&cookie_enabled=1&abxe=1&dt=1776895355518&lmt=1776893319&adxs=940&adys=1335&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=2&ucis=6&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.thecrimson.com%2F&vis=1&psz=371x32&msz=300x0&fws=0&ohw=0&psts=AOrYGslXqzWxZnMwa10HhsoG5C0a%2CAOrYGslXqzWxZnMwa10HhsoG5C0a%2CAOrYGslXqzWxZnMwa10HhsoG5C0a%2CAOrYGslXqzWxZnMwa10HhsoG5C0a%2CAOrYGslXqzWxZnMwa10HhsoG5C0a&dlt=1776895352816&idt=1377&prev_scp=amznbid%3D2%26amznp%3D2&adks=1980333067&frm=20&eoidce=1&pgls=CAk.securepubads.g.doubleclick.net/gamp... https://securepubads.g.doubleclick.net/gampad/ads?pvsid=5004987331752846&correlator=836727139697384&eid=31097994%2C31098008%2C95386540&output=ldjh&gdfp_req=1&vrg=202604210101&ptt=17&impl=fifs&gdpr=0&iu_parts=1046082%2CTheCrimson_AllArticles_BTF_300x250&enc_prev_ius=%2F0%2F1&prev_iu_szs=300x250&ifi=12&dids=div-gpt-TheCrimson_AllArticles&adfs=3535832671&sfv=1-0-45&rcs=1&eri=1&sc=1&cookie_enabled=1&abxe=1&dt=1776895355518&lmt=1776893319&adxs=940&adys=1335&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=2&ucis=6&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.thecrimson.com%2F&vis=1&psz=371x32&msz=300x0&fws=0&ohw=0&psts=AOrYGslXqzWxZnMwa10HhsoG5C0a%2CAOrYGslXqzWxZnMwa10HhsoG5C0a%2CAOrYGslXqzWxZnMwa10HhsoG5C0a%2CAOrYGslXqzWxZnMwa10HhsoG5C0a%2CAOrYGslXqzWxZnMwa10HhsoG5C0a&dlt=1776895352816&idt=1377&prev_scp=amznbid%3D2%26amznp%3D2&adks=1980333067&frm=20&eoidce=1&pgls=CAk. — 200 — 421 B — 1.0 s — h3https://fundingchoicesmessages.google.com/f/AGSKWxUmTMJ3mebAW4cLWBYwZjzCp2y7HvMHxge3hZ-DE-6pxlb7-zUPfZs5f3fRs-gUdQU7gILlidemsPVfY9G2WgHJBdRuaroHUfxDSbd9K9qwomtBBwZV_Rv0sD6iYmIwxNsP3V09_7zSnPws40SLH0CrMs5uiaRj8Vz4W_yZZOnf9npcLbn5Ui_LBq40/_/visitoursponsors./ad01./sponsored_ad__728x90a_/buddyw_ad.fundingchoicesmessages.google.com/f... https://fundingchoicesmessages.google.com/f/AGSKWxUmTMJ3mebAW4cLWBYwZjzCp2y7HvMHxge3hZ-DE-6pxlb7-zUPfZs5f3fRs-gUdQU7gILlidemsPVfY9G2WgHJBdRuaroHUfxDSbd9K9qwomtBBwZV_Rv0sD6iYmIwxNsP3V09_7zSnPws40SLH0CrMs5uiaRj8Vz4W_yZZOnf9npcLbn5Ui_LBq40/_/visitoursponsors./ad01./sponsored_ad__728x90a_/buddyw_ad. — 200 — 109 B — 74 ms — h3https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?fcd=truepagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?fcd=true — 200 — 54.2 KiB — 149 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxV4Pxxy81Jf8Af7VBi3sbjpgmZ8eelnBNljAG2U1-CZjUwiWL7dOYwcWQqua4ldHu8sl8N9uPhycOolQ7ajn7s01GcW7tO_mJfPZLhamBmYwtmXXHonTwDocW_oMlyPVKJ3ugAOpQ==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxV4Pxxy81Jf8Af7VBi3sbjpgmZ8eelnBNljAG2U1-CZjUwiWL7dOYwcWQqua4ldHu8sl8N9uPhycOolQ7ajn7s01GcW7tO_mJfPZLhamBmYwtmXXHonTwDocW_oMlyPVKJ3ugAOpQ== — 204 — 28 B — 68 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxV4Pxxy81Jf8Af7VBi3sbjpgmZ8eelnBNljAG2U1-CZjUwiWL7dOYwcWQqua4ldHu8sl8N9uPhycOolQ7ajn7s01GcW7tO_mJfPZLhamBmYwtmXXHonTwDocW_oMlyPVKJ3ugAOpQ==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxV4Pxxy81Jf8Af7VBi3sbjpgmZ8eelnBNljAG2U1-CZjUwiWL7dOYwcWQqua4ldHu8sl8N9uPhycOolQ7ajn7s01GcW7tO_mJfPZLhamBmYwtmXXHonTwDocW_oMlyPVKJ3ugAOpQ== — 204 — 28 B — 71 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxV4Pxxy81Jf8Af7VBi3sbjpgmZ8eelnBNljAG2U1-CZjUwiWL7dOYwcWQqua4ldHu8sl8N9uPhycOolQ7ajn7s01GcW7tO_mJfPZLhamBmYwtmXXHonTwDocW_oMlyPVKJ3ugAOpQ==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxV4Pxxy81Jf8Af7VBi3sbjpgmZ8eelnBNljAG2U1-CZjUwiWL7dOYwcWQqua4ldHu8sl8N9uPhycOolQ7ajn7s01GcW7tO_mJfPZLhamBmYwtmXXHonTwDocW_oMlyPVKJ3ugAOpQ== — 204 — 28 B — 64 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxV4Pxxy81Jf8Af7VBi3sbjpgmZ8eelnBNljAG2U1-CZjUwiWL7dOYwcWQqua4ldHu8sl8N9uPhycOolQ7ajn7s01GcW7tO_mJfPZLhamBmYwtmXXHonTwDocW_oMlyPVKJ3ugAOpQ==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxV4Pxxy81Jf8Af7VBi3sbjpgmZ8eelnBNljAG2U1-CZjUwiWL7dOYwcWQqua4ldHu8sl8N9uPhycOolQ7ajn7s01GcW7tO_mJfPZLhamBmYwtmXXHonTwDocW_oMlyPVKJ3ugAOpQ== — 204 — 28 B — 70 ms — h3https://fundingchoicesmessages.google.com/f/AGSKWxVnWYD0XgQYK3m1Y_Fb7R2MVGX28mqDbum4GitOb-GyODZJo07UZV4e20o5VJk_17n7R0AOR4gZbMef291W9SkEnqzSircuCKIqpDcrUDWLr1yyeDZ42r0SEjP-zMo1nWc2ce8qIg==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODk1MzU1LDkzNDAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzcsOSw2XSxudWxsLDIsbnVsbCwiZW4iLG51bGwsbnVsbCxudWxsLG51bGwsbnVsbCwxXSwiaHR0cHM6Ly93d3cudGhlY3JpbXNvbi5jb20vIixudWxsLFtbOCwicFNKa28xOTZJSDAiXSxbOSwiZW4tVVMiXSxbMTgsIltbW251bGwsMTYzOV1dXSJdLFszNSwiMTc3Njg5NTM1NCJdLFsxOSwiMiJdLFsxNywiWzBdIl0sWzI0LCIiXSxbMjksInRydWUiXV1dfundingchoicesmessages.google.com/f... https://fundingchoicesmessages.google.com/f/AGSKWxVnWYD0XgQYK3m1Y_Fb7R2MVGX28mqDbum4GitOb-GyODZJo07UZV4e20o5VJk_17n7R0AOR4gZbMef291W9SkEnqzSircuCKIqpDcrUDWLr1yyeDZ42r0SEjP-zMo1nWc2ce8qIg==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODk1MzU1LDkzNDAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzcsOSw2XSxudWxsLDIsbnVsbCwiZW4iLG51bGwsbnVsbCxudWxsLG51bGwsbnVsbCwxXSwiaHR0cHM6Ly93d3cudGhlY3JpbXNvbi5jb20vIixudWxsLFtbOCwicFNKa28xOTZJSDAiXSxbOSwiZW4tVVMiXSxbMTgsIltbW251bGwsMTYzOV1dXSJdLFszNSwiMTc3Njg5NTM1NCJdLFsxOSwiMiJdLFsxNywiWzBdIl0sWzI0LCIiXSxbMjksInRydWUiXV1d — 200 — 1.6 KiB — 84 ms — h3https://e-11190.adzerk.net/api/v2e-11190.adzerk.net/api/v2 https://e-11190.adzerk.net/api/v2 — 200 — 808 B — 139 ms — h2https://fundingchoicesmessages.google.com/el/AGSKWxUK6LjZ5UcqLFGb1bdL9O28X4NHHIWP_oxfZAPLLeK27wy-xuqtS_p0mgz_lq_8qGJrf2pbFPtgEvO6fV-WiLVxyn5vMXXI_JTvxacoBfqQ9XA7ZW4jkrpNsiflDMxYA2pWgd5Lbg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxUK6LjZ5UcqLFGb1bdL9O28X4NHHIWP_oxfZAPLLeK27wy-xuqtS_p0mgz_lq_8qGJrf2pbFPtgEvO6fV-WiLVxyn5vMXXI_JTvxacoBfqQ9XA7ZW4jkrpNsiflDMxYA2pWgd5Lbg== — 204 — 28 B — 68 ms — h3https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604210101&st=env&sjk=5004987331752846ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604210101&st=env&sjk=5004987331752846 — 200 — 13.3 KiB — 159 ms — h3https://www.thecrimson.com/favicon.icowww.thecrimson.com/favicon.ico https://www.thecrimson.com/favicon.ico — 200 — 4.1 KiB — 14 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 128 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 5.8 KiB — 66 ms — h2https://www.google.com/recaptcha/api2/aframewww.google.com/recaptcha/api2/afram... https://www.google.com/recaptcha/api2/aframe — 200 — 568 B — 118 ms — h3https://pagead2.googlesyndication.com/bg/gHgVpHNo6dn0XHhe-kL49krin5JQn9VQtx09w0rxLvA.jspagead2.googlesyndication.com/bg/gH... https://pagead2.googlesyndication.com/bg/gHgVpHNo6dn0XHhe-kL49krin5JQn9VQtx09w0rxLvA.js — 200 — 21.7 KiB — 69 ms — h3https://pagead2.googlesyndication.com/pagead/sodar?id=sodar2&v=254&li=gpt_m202604210101&jk=5004987331752846&rc=pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/sodar?id=sodar2&v=254&li=gpt_m202604210101&jk=5004987331752846&rc= — 204 — 17 B — 59 ms — h3https://ep2.adtrafficquality.google/generate_204?t7Tx_gep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?t7Tx_g — 204 — 40 B — 5 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604210101&jk=5004987331752846&bg=!_P-l_53NAAa1ilLUlYo7AEcBe5WfOIJEHrii4IeV5oqwn9BHgz8B7Pn6fwcnKfhS1QmBYipbBBBPZgQFzLAVm4e7liVzkB5BGIDNsook1hyGq_xWUVBY8gIAAABjUgAAAAZoAQd-ADf33TjUjpjqSF-vdCUkekJATA_ZeVGjsvWGTVzPYIegj4-BVKXyqSZZ_0AGp11jFPbdY91K8ePCCgALQrNt5L3P8M0Jb8eZApqUltQ0NQIH4oa65s4TrN06mWG4UDggXJG-X2iKcitTWtJWsVcUJ8ajQaGXUwNfeSuDERoWfCKcn0kdl61ugGBaYelrf2A9Xu6-kJAHtCmSB85DJsD6NNt210sEfnZtUalg7Ad3xheUF8TZjwk1MjLh30M3mdbPPgBqAxEIZrVJ02592kNtAvFxkVOF0NT496t_ZnHBdPT-Y08j0JuRX9BVzGBRgCXnrNcj1niPa9gCe2sumN18TO2Iie2Dv1z9rrP6Mzz1NUntV8jHwu3NihuBzJ1-B19YfvCsdkAb5iKzPIV0QiQQkn9VJbOJ11MeDyPPOqMgjvOCC87O-xIWFh8l3inS8K29CHE-dyhrwMXjSUzuH1riAousOhGyETBLePRvYPJmwM_82Onlo2yc__6QP1MiiD8Nft2t01_a-AtVx8iQnaFZi_Jg9XAl6f6odlrNqGY78V7upzRY7oiEwRWDeGUlegkC65tkVDKi2f3oSkbu1KSMRpHqfVnQMSI9_Cr84G8afHfys0caXYB7ZMwblk5iqu2fllqDxDsgdS-nJ7ptFyM_RPAfGfIP97RYAQFA4vIkZabgcsxxnE3VONC_DkcO9IWMZz1veiOlnmsHDX-8ZZ9_7RtTAEa8-CpHhyUqGU0dyTE6vUiCJ5tXwNUZ_sH8MDHIJ5Lt6GfvmpjsZvFgTID6AZQ8WE4DMrNAcatJh8YTfQHX5uOReM9FCjXdXrGuJmWlc70EMZcaDzEtu9cBTAZe9VltS8g49b_v4herYlCkYPTfJLB2wCW2lFi2-n7UdBxsHEUGJKwrWVgjbjQdxkw1OrrhuXHFW3IfEE9kzAyRAcPDz98vio9w7kSFdKLzbHUHmbZciBX-LtyUk5qFCY0eXN8Ijacep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604210101&jk=5004987331752846&bg=!_P-l_53NAAa1ilLUlYo7AEcBe5WfOIJEHrii4IeV5oqwn9BHgz8B7Pn6fwcnKfhS1QmBYipbBBBPZgQFzLAVm4e7liVzkB5BGIDNsook1hyGq_xWUVBY8gIAAABjUgAAAAZoAQd-ADf33TjUjpjqSF-vdCUkekJATA_ZeVGjsvWGTVzPYIegj4-BVKXyqSZZ_0AGp11jFPbdY91K8ePCCgALQrNt5L3P8M0Jb8eZApqUltQ0NQIH4oa65s4TrN06mWG4UDggXJG-X2iKcitTWtJWsVcUJ8ajQaGXUwNfeSuDERoWfCKcn0kdl61ugGBaYelrf2A9Xu6-kJAHtCmSB85DJsD6NNt210sEfnZtUalg7Ad3xheUF8TZjwk1MjLh30M3mdbPPgBqAxEIZrVJ02592kNtAvFxkVOF0NT496t_ZnHBdPT-Y08j0JuRX9BVzGBRgCXnrNcj1niPa9gCe2sumN18TO2Iie2Dv1z9rrP6Mzz1NUntV8jHwu3NihuBzJ1-B19YfvCsdkAb5iKzPIV0QiQQkn9VJbOJ11MeDyPPOqMgjvOCC87O-xIWFh8l3inS8K29CHE-dyhrwMXjSUzuH1riAousOhGyETBLePRvYPJmwM_82Onlo2yc__6QP1MiiD8Nft2t01_a-AtVx8iQnaFZi_Jg9XAl6f6odlrNqGY78V7upzRY7oiEwRWDeGUlegkC65tkVDKi2f3oSkbu1KSMRpHqfVnQMSI9_Cr84G8afHfys0caXYB7ZMwblk5iqu2fllqDxDsgdS-nJ7ptFyM_RPAfGfIP97RYAQFA4vIkZabgcsxxnE3VONC_DkcO9IWMZz1veiOlnmsHDX-8ZZ9_7RtTAEa8-CpHhyUqGU0dyTE6vUiCJ5tXwNUZ_sH8MDHIJ5Lt6GfvmpjsZvFgTID6AZQ8WE4DMrNAcatJh8YTfQHX5uOReM9FCjXdXrGuJmWlc70EMZcaDzEtu9cBTAZe9VltS8g49b_v4herYlCkYPTfJLB2wCW2lFi2-n7UdBxsHEUGJKwrWVgjbjQdxkw1OrrhuXHFW3IfEE9kzAyRAcPDz98vio9w7kSFdKLzbHUHmbZciBX-LtyUk5qFCY0eXN8Ijac — 204 — 17 B — 116 ms — h3https://gue1-spclient.spotify.com/gabo-receiver-service/public/v3/eventsgue1-spclient.spotify.com/gabo-rece... https://gue1-spclient.spotify.com/gabo-receiver-service/public/v3/events — 200 — 0 B — 148 ms — h2https://gue1-spclient.spotify.com/gabo-receiver-service/public/v3/eventsgue1-spclient.spotify.com/gabo-rece... https://gue1-spclient.spotify.com/gabo-receiver-service/public/v3/events — 200 — 0 B — 144 ms — h2https://gue1-spclient.spotify.com/gabo-receiver-service/public/v3/eventsgue1-spclient.spotify.com/gabo-rece... https://gue1-spclient.spotify.com/gabo-receiver-service/public/v3/events — 200 — 68 B — 189 ms — h2https://gue1-spclient.spotify.com/gabo-receiver-service/public/v3/eventsgue1-spclient.spotify.com/gabo-rece... https://gue1-spclient.spotify.com/gabo-receiver-service/public/v3/events — 200 — 126 B — 148 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 2202ms · 1002KB · €24/mo
www.thecrimson.com
Other
Costly
Execution 628ms
Transfer 358 KB
Unused 49%
Monthly Cost €7/mo
Unattributable
Other
Costly
Execution 359ms
Transfer 0 KB
Monthly Cost €4/mo
www.thecrimson.com
Other
Costly
Execution 345ms
Transfer 42 KB
Monthly Cost €4/mo
securepubads.g.doubleclick.net
Other
Costly
Execution 276ms
Transfer 188 KB
Unused 55%
Monthly Cost €3/mo
digital.flytedesk.com
Other
Costly
Execution 203ms
Transfer 92 KB
Unused 34%
Monthly Cost €2/mo
fundingchoicesmessages.google.com
Other
Optional
Execution 194ms
Transfer 70 KB
Unused 53%
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 114ms
Transfer 162 KB
Unused 41%
Monthly Cost €1/mo
c.amazon-adsystem.com
Other
Optional
Execution 83ms
Transfer 91 KB
Unused 43%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.thecrimson.com adds 628ms and costs ~€7/month
  • Unattributable adds 359ms and costs ~€4/month
  • www.thecrimson.com adds 345ms and costs ~€4/month
  • securepubads.g.doubleclick.net adds 276ms and costs ~€3/month
  • digital.flytedesk.com adds 203ms 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

www.thecrimson.com takes 628ms 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 359ms 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.thecrimson.com takes 345ms 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

securepubads.g.doubleclick.net takes 276ms 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

55% of securepubads.g.doubleclick.net'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

digital.flytedesk.com takes 203ms 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 fundingchoicesmessages.google.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback