Skip to content
https://wsws.org

Performance

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

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

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

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

2.07 s

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

28 ms

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

0.007

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

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

3.25 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 2 REVIEW 5 FIX
F
Page Weight Budget
Action
6.5 MB transferred, 109 requests
FIX
6.5 MB transferred, 109 requests
Critical::
Page weighs 11.0 MB (6.5 MB transferred)
Warning::
Images are 4.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 4.2 MB
Warning::
JavaScript is 971 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 971 KB
Info::
Fonts are 829 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 829 KB
Warning::
109 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.4 g CO2 per page load
6.5 MB / 2.4 MB budget
6.5 MB transferred
109 requests
1.4 g CO2 per page load
Images 4.2 MiB 64%
JavaScript 970.6 KiB 15%
Fonts 829.5 KiB 12%
HTML 327.5 KiB 5%
Other 152.1 KiB 2%
CSS 58.5 KiB 1%
Other 56.0 KiB 1%
Other 11.8 KiB 0%
Other 0 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 (6.5 MiB of 6.5 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
53 scripts, 912 KB unused
FIX
53 scripts, 912 KB unused
Warning::
https://www.wsws.org/_next/static/chunks/8711-2035...: 157 KB unused (62%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.wsws.org/_next/static/chunks/8711-2035...: 157 KB unused (62%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.wsws.org/_next/static/chunks/4998-1f1d...: 83 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=UA-121...: 62 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-WZVM...: 61 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 912 KB
912 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.wsws.org/_next/static/chunks/8711-2035af9557f30c8a.js80 KB157 KB (62%)3rd
https://www.wsws.org/_next/static/chunks/8711-2035af9557f30c8a.js0 KB157 KB (62%)3rd
https://www.wsws.org/_next/static/chunks/4998-1f1d03378530dfc5.js118 KB83 KB (71%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-121098080-1125 KB62 KB (49%)3rd
https://www.googletagmanager.com/gtag/js?id=G-WZVMKD5RMF&cx=c&gtm=4e64k1h2149 KB61 KB (41%)3rd
https://cmp.inmobi.com/tcfv2/56/cmp2.js?referer=wsws.org113 KB57 KB (51%)3rd
https://cmp.inmobi.com/tcfv2/56/cmp2ui-en.js105 KB49 KB (47%)3rd
https://www.wsws.org/_next/static/chunks/1601-6012a8eaff6e3d13.js20 KB43 KB (67%)3rd
https://www.wsws.org/_next/static/chunks/1601-6012a8eaff6e3d13.js0 KB43 KB (67%)3rd
https://www.wsws.org/_next/static/chunks/3835-b6fdd8b283b4a94d.js58 KB38 KB (65%)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
109 resources · 6.5 MB · 912 KB savings available
FIX
109 resources · 6.5 MB · 912 KB savings available
Warning::
Page weight 5.5 MB over 1MB target
Got: 6.5 MB Expected: ≤ 1 MB
Info::
~912 KB of savings available
Warning::
108 third-party resources (100% of weight)
Info::
10 resources over 200KB
109 resources · 6.5 MiB · 108 third-party 5.5 MiB over 1MB target
Image 64% · 4.2 MiB
JavaScript 17% · 1.1 MiB
Font 12% · 829.5 KiB
Document 5% · 327.6 KiB
Other 1% · 67.8 KiB
CSS 1% · 58.5 KiB

~911.8 KiB of savings available

Remove unused JavaScript: 911.8 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
28 images, 0 KB saveable
REVIEW
28 images, 0 KB saveable
Warning::
https://www.wsws.org/asset/fc3f1c1b-4a5c-4533-91bf... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wsws.org/asset/1f390c39-ccd4-4690-b6be... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wsws.org/asset/2d843719-b467-4d25-b592... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wsws.org/asset/0989a3fc-0182-46e6-bde0... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wsws.org/asset/060b1237-ba0a-4614-b403... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wsws.org/asset/a9346f96-ce2c-4437-bc2d... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wsws.org/asset/4497ec88-67d8-4cbf-9503... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wsws.org/asset/dcacb454-ac45-441a-b2a6... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wsws.org/asset/9a173a3e-c4ab-4b8c-b849... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wsws.org/asset/a3647b9d-7980-4622-8f39... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wsws.org/static/img/wswslogo4red.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wsws.org/asset/773b74ad-2fde-4213-97eb... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wsws.org/asset/a1ef3961-7b25-4cb1-80b9... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wsws.org/asset/1514a7d2-4025-4b25-a685... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wsws.org/asset/7b08cd01-872f-43d9-b452... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wsws.org/asset/343854ae-5084-442d-b041... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wsws.org/asset/909f726f-4c6f-4ba4-b018... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wsws.org/asset/f88ffe4a-2f45-408d-95b2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wsws.org/asset/d365034e-fe70-439a-8ea4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wsws.org/asset/3e961f31-abe7-4945-828b... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
28 images 4.2 MB
0 oversized -0 KB
28 legacy format
20 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

B
JS Execution Cost
964ms total JS execution
REVIEW
964ms total JS execution
Warning::
https://www.wsws.org/fr?redirect=true: 452ms CPU time
Info::
Unattributable: 177ms CPU time
Info::
https://www.wsws.org/_next/static/chunks/framework...: 171ms CPU time
Info::
https://cmp.inmobi.com/tcfv2/56/cmp2ui-en.js: 82ms CPU time
Info::
https://cmp.inmobi.com/tcfv2/56/cmp2.js?referer=ws...: 82ms CPU time
Warning::
Third-party scripts: 964ms (100% of total)

Main Thread Breakdown

Script Evaluation 42% Style & Layout 25% Other 16% Script Parsing & Compilation 7% Rendering 4% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
https://www.wsws.org/fr?redirect=true452ms20ms1ms3rd
Unattributable177ms17ms0ms3rd
https://www.wsws.org/_next/static/chunks/framework-b95d233139123616.js171ms154ms4ms3rd
https://cmp.inmobi.com/tcfv2/56/cmp2ui-en.js82ms51ms12ms3rd
https://cmp.inmobi.com/tcfv2/56/cmp2.js?referer=wsws.org82ms63ms11ms3rd
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
9 fonts (829 KB)
PASS
9 fonts (829 KB)
Info::
9 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

9

829 KB total

Render-blocking

0

of 9

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.4 s LCP 2.1 shttps://www.wsws.org/_next/static/media/e4af272ccee01ff0-s.p.woff2e4af272ccee01ff0-s.p.woff2 https://www.wsws.org/_next/static/media/e4af272ccee01ff0-s.p.woff2 — 47.6 KiB — 106 ms — font-display: swaphttps://www.wsws.org/_next/static/media/1e41be92c43b3255-s.p.woff21e41be92c43b3255-s.p.woff2 https://www.wsws.org/_next/static/media/1e41be92c43b3255-s.p.woff2 — 36.9 KiB — 130 ms — font-display: swaphttps://www.wsws.org/_next/static/media/SourceSansPro-Regular.41bc40a9.ttfSourceSansPro-Regular.4... https://www.wsws.org/_next/static/media/SourceSansPro-Regular.41bc40a9.ttf — 147.0 KiB — 57 ms — font-display: swaphttps://www.wsws.org/_next/static/media/SourceSansPro-Bold.98b626f2.ttfSourceSansPro-Bold.98b6... https://www.wsws.org/_next/static/media/SourceSansPro-Bold.98b626f2.ttf — 145.9 KiB — 58 ms — font-display: swaphttps://www.wsws.org/_next/static/media/pt-serif-700italic.59fa4dfc.woff2pt-serif-700italic.59fa... https://www.wsws.org/_next/static/media/pt-serif-700italic.59fa4dfc.woff2 — 70.3 KiB — 44 ms — font-display: swaphttps://www.wsws.org/_next/static/media/SourceSansPro-BoldItalic.582ea1b7.ttfSourceSansPro-BoldItali... https://www.wsws.org/_next/static/media/SourceSansPro-BoldItalic.582ea1b7.ttf — 113.9 KiB — 55 ms — font-display: swaphttps://www.wsws.org/_next/static/media/SourceSansPro-Italic.ea26ad5a.ttfSourceSansPro-Italic.ea... https://www.wsws.org/_next/static/media/SourceSansPro-Italic.ea26ad5a.ttf — 115.0 KiB — 47 ms — font-display: swaphttps://www.wsws.org/_next/static/media/pt-serif-regular.cc61ac92.woff2pt-serif-regular.cc61ac... https://www.wsws.org/_next/static/media/pt-serif-regular.cc61ac92.woff2 — 81.8 KiB — 48 ms — font-display: swaphttps://www.wsws.org/_next/static/media/pt-serif-700.f17dd26c.woff2pt-serif-700.f17dd26c.w... https://www.wsws.org/_next/static/media/pt-serif-700.f17dd26c.woff2 — 71.1 KiB — 50 ms — font-display: swap
e4af272ccee01ff0-s.p.woff2 woff2 swap
Size 48 KB
Load time 106 ms
Start 156 ms
Risk FOUT — text flashes from fallback to web font
1e41be92c43b3255-s.p.woff2 woff2 swap
Size 37 KB
Load time 130 ms
Start 156 ms
Risk FOUT — text flashes from fallback to web font
SourceSansPro-Regular.4... ttf swap
Size 147 KB
Load time 57 ms
Start 504 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
SourceSansPro-Bold.98b6... ttf swap
Size 146 KB
Load time 58 ms
Start 505 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
pt-serif-700italic.59fa... woff2 swap
Size 70 KB
Load time 44 ms
Start 505 ms
Risk FOUT — text flashes from fallback to web font
SourceSansPro-BoldItali... ttf swap
Size 114 KB
Load time 55 ms
Start 505 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
SourceSansPro-Italic.ea... ttf swap
Size 115 KB
Load time 47 ms
Start 505 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
pt-serif-regular.cc61ac... woff2 swap
Size 82 KB
Load time 48 ms
Start 506 ms
Risk FOUT — text flashes from fallback to web font
pt-serif-700.f17dd26c.w... woff2 swap
Size 71 KB
Load time 50 ms
Start 506 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~417 KB and ~834 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: Hetzner Online GmbH

Network Waterfall
109 requests over 1471ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.4 s LCP 2.1 shttps://wsws.org// https://wsws.org/ — 301 — 77 B — 85 ms — h2https://www.wsws.org/www.wsws.org/ https://www.wsws.org/ — 302 — 88 B — 30 ms — h2https://www.wsws.org/fr?redirect=truewww.wsws.org/fr?redirect=true https://www.wsws.org/fr?redirect=true — 200 — 327.5 KiB — 171 ms — h2https://www.wsws.org/css/nprogress.csswww.wsws.org/css/nprogress.css https://www.wsws.org/css/nprogress.css — 200 — 807 B — 102 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-121098080-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-121098080-1 — 200 — 125.2 KiB — 168 ms — h2https://www.wsws.org/_next/static/media/e4af272ccee01ff0-s.p.woff2www.wsws.org/_next/static/media/e4a... https://www.wsws.org/_next/static/media/e4af272ccee01ff0-s.p.woff2 — 200 — 47.6 KiB — 106 ms — h2https://www.wsws.org/_next/static/media/1e41be92c43b3255-s.p.woff2www.wsws.org/_next/static/media/1e4... https://www.wsws.org/_next/static/media/1e41be92c43b3255-s.p.woff2 — 200 — 36.9 KiB — 130 ms — h2https://www.wsws.org/_next/static/css/777dce6041a49ddd.csswww.wsws.org/_next/static/css/777dc... https://www.wsws.org/_next/static/css/777dce6041a49ddd.css — 200 — 21.3 KiB — 101 ms — h2https://www.wsws.org/_next/static/css/695596bc7ecb9354.csswww.wsws.org/_next/static/css/69559... https://www.wsws.org/_next/static/css/695596bc7ecb9354.css — 200 — 36.4 KiB — 104 ms — h2https://www.wsws.org/static/img/wswslogo4red.pngwww.wsws.org/static/img/wswslogo4re... https://www.wsws.org/static/img/wswslogo4red.png — 200 — 29.7 KiB — 130 ms — h2https://www.wsws.org/_next/static/chunks/webpack-253ae95a44b81c39.jswww.wsws.org/_next/static/chunks/we... https://www.wsws.org/_next/static/chunks/webpack-253ae95a44b81c39.js — 200 — 3.5 KiB — 41 ms — h2https://www.wsws.org/_next/static/chunks/framework-b95d233139123616.jswww.wsws.org/_next/static/chunks/fr... https://www.wsws.org/_next/static/chunks/framework-b95d233139123616.js — 200 — 53.6 KiB — 55 ms — h2https://www.wsws.org/_next/static/chunks/main-1f4be4b6a479226d.jswww.wsws.org/_next/static/chunks/ma... https://www.wsws.org/_next/static/chunks/main-1f4be4b6a479226d.js — 200 — 40.5 KiB — 44 ms — h2https://www.wsws.org/_next/static/chunks/pages/_app-57b9c9d76a15f75e.jswww.wsws.org/_next/static/chunks/pa... https://www.wsws.org/_next/static/chunks/pages/_app-57b9c9d76a15f75e.js — 200 — 25.1 KiB — 45 ms — h2https://cdn.matomo.cloud/worldsocialistwebsite.matomo.cloud/matomo.jscdn.matomo.cloud/worldsocialistwebs... https://cdn.matomo.cloud/worldsocialistwebsite.matomo.cloud/matomo.js — 200 — 38.9 KiB — 12 ms — h2https://mautic.wsws.org/mtc.jsmautic.wsws.org/mtc.js https://mautic.wsws.org/mtc.js — 200 — 27.6 KiB — 176 ms — h2https://cmp.inmobi.com/choice/JH3fNnZC0zWt-/wsws.org/choice.js?tag_version=V3cmp.inmobi.com/choice/JH3fNnZC0zWt-... https://cmp.inmobi.com/choice/JH3fNnZC0zWt-/wsws.org/choice.js?tag_version=V3 — 200 — 3.9 KiB — 16 ms — h2https://www.wsws.org/_next/static/chunks/2010-f38eee4af3c9b049.jswww.wsws.org/_next/static/chunks/20... https://www.wsws.org/_next/static/chunks/2010-f38eee4af3c9b049.js — 200 — 26.3 KiB — 42 ms — h2https://www.wsws.org/_next/static/chunks/9252-55f63e6466b9c735.jswww.wsws.org/_next/static/chunks/92... https://www.wsws.org/_next/static/chunks/9252-55f63e6466b9c735.js — 200 — 5.2 KiB — 40 ms — h2https://www.wsws.org/_next/static/chunks/4998-1f1d03378530dfc5.jswww.wsws.org/_next/static/chunks/49... https://www.wsws.org/_next/static/chunks/4998-1f1d03378530dfc5.js — 200 — 117.8 KiB — 49 ms — h2https://www.wsws.org/_next/static/chunks/4491-00955441d92e17f5.jswww.wsws.org/_next/static/chunks/44... https://www.wsws.org/_next/static/chunks/4491-00955441d92e17f5.js — 200 — 7.4 KiB — 40 ms — h2https://www.wsws.org/_next/static/chunks/5090-a3c07b6041cd86a8.jswww.wsws.org/_next/static/chunks/50... https://www.wsws.org/_next/static/chunks/5090-a3c07b6041cd86a8.js — 200 — 3.0 KiB — 42 ms — h2https://www.wsws.org/_next/static/chunks/6350-e9bac8d89ac5540a.jswww.wsws.org/_next/static/chunks/63... https://www.wsws.org/_next/static/chunks/6350-e9bac8d89ac5540a.js — 200 — 14.2 KiB — 36 ms — h2https://www.wsws.org/_next/static/chunks/3835-b6fdd8b283b4a94d.jswww.wsws.org/_next/static/chunks/38... https://www.wsws.org/_next/static/chunks/3835-b6fdd8b283b4a94d.js — 200 — 57.8 KiB — 41 ms — h2https://www.wsws.org/_next/static/chunks/5230-c886288ea3baf011.jswww.wsws.org/_next/static/chunks/52... https://www.wsws.org/_next/static/chunks/5230-c886288ea3baf011.js — 200 — 9.5 KiB — 32 ms — h2https://www.wsws.org/_next/static/chunks/8355-177fd14c73c6ae7f.jswww.wsws.org/_next/static/chunks/83... https://www.wsws.org/_next/static/chunks/8355-177fd14c73c6ae7f.js — 200 — 6.8 KiB — 30 ms — h2https://www.wsws.org/_next/static/chunks/3556-c2be164ba87f5d11.jswww.wsws.org/_next/static/chunks/35... https://www.wsws.org/_next/static/chunks/3556-c2be164ba87f5d11.js — 200 — 5.4 KiB — 32 ms — h2https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D-2de7e8b10aaf614f.jswww.wsws.org/_next/static/chunks/pa... https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D-2de7e8b10aaf614f.js — 200 — 1.5 KiB — 31 ms — h2https://www.wsws.org/_next/static/ab0b7b46483072319e964d6a10b5551a90d1b3b2'/_buildManifest.jswww.wsws.org/_next/static/ab0b7b464... https://www.wsws.org/_next/static/ab0b7b46483072319e964d6a10b5551a90d1b3b2'/_buildManifest.js — 200 — 1.9 KiB — 31 ms — h2https://www.wsws.org/_next/static/ab0b7b46483072319e964d6a10b5551a90d1b3b2'/_ssgManifest.jswww.wsws.org/_next/static/ab0b7b464... https://www.wsws.org/_next/static/ab0b7b46483072319e964d6a10b5551a90d1b3b2'/_ssgManifest.js — 200 — 274 B — 32 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.4 s LCP 2.1 shttps://wsws.org// https://wsws.org/ — 301 — 77 B — 85 ms — h2https://www.wsws.org/www.wsws.org/ https://www.wsws.org/ — 302 — 88 B — 30 ms — h2https://www.wsws.org/fr?redirect=truewww.wsws.org/fr?redirect=true https://www.wsws.org/fr?redirect=true — 200 — 327.5 KiB — 171 ms — h2https://www.wsws.org/css/nprogress.csswww.wsws.org/css/nprogress.css https://www.wsws.org/css/nprogress.css — 200 — 807 B — 102 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-121098080-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-121098080-1 — 200 — 125.2 KiB — 168 ms — h2https://www.wsws.org/_next/static/media/e4af272ccee01ff0-s.p.woff2www.wsws.org/_next/static/media/e4a... https://www.wsws.org/_next/static/media/e4af272ccee01ff0-s.p.woff2 — 200 — 47.6 KiB — 106 ms — h2https://www.wsws.org/_next/static/media/1e41be92c43b3255-s.p.woff2www.wsws.org/_next/static/media/1e4... https://www.wsws.org/_next/static/media/1e41be92c43b3255-s.p.woff2 — 200 — 36.9 KiB — 130 ms — h2https://www.wsws.org/_next/static/css/777dce6041a49ddd.csswww.wsws.org/_next/static/css/777dc... https://www.wsws.org/_next/static/css/777dce6041a49ddd.css — 200 — 21.3 KiB — 101 ms — h2https://www.wsws.org/_next/static/css/695596bc7ecb9354.csswww.wsws.org/_next/static/css/69559... https://www.wsws.org/_next/static/css/695596bc7ecb9354.css — 200 — 36.4 KiB — 104 ms — h2https://www.wsws.org/static/img/wswslogo4red.pngwww.wsws.org/static/img/wswslogo4re... https://www.wsws.org/static/img/wswslogo4red.png — 200 — 29.7 KiB — 130 ms — h2https://www.wsws.org/_next/static/chunks/webpack-253ae95a44b81c39.jswww.wsws.org/_next/static/chunks/we... https://www.wsws.org/_next/static/chunks/webpack-253ae95a44b81c39.js — 200 — 3.5 KiB — 41 ms — h2https://www.wsws.org/_next/static/chunks/framework-b95d233139123616.jswww.wsws.org/_next/static/chunks/fr... https://www.wsws.org/_next/static/chunks/framework-b95d233139123616.js — 200 — 53.6 KiB — 55 ms — h2https://www.wsws.org/_next/static/chunks/main-1f4be4b6a479226d.jswww.wsws.org/_next/static/chunks/ma... https://www.wsws.org/_next/static/chunks/main-1f4be4b6a479226d.js — 200 — 40.5 KiB — 44 ms — h2https://www.wsws.org/_next/static/chunks/pages/_app-57b9c9d76a15f75e.jswww.wsws.org/_next/static/chunks/pa... https://www.wsws.org/_next/static/chunks/pages/_app-57b9c9d76a15f75e.js — 200 — 25.1 KiB — 45 ms — h2https://cdn.matomo.cloud/worldsocialistwebsite.matomo.cloud/matomo.jscdn.matomo.cloud/worldsocialistwebs... https://cdn.matomo.cloud/worldsocialistwebsite.matomo.cloud/matomo.js — 200 — 38.9 KiB — 12 ms — h2https://mautic.wsws.org/mtc.jsmautic.wsws.org/mtc.js https://mautic.wsws.org/mtc.js — 200 — 27.6 KiB — 176 ms — h2https://cmp.inmobi.com/choice/JH3fNnZC0zWt-/wsws.org/choice.js?tag_version=V3cmp.inmobi.com/choice/JH3fNnZC0zWt-... https://cmp.inmobi.com/choice/JH3fNnZC0zWt-/wsws.org/choice.js?tag_version=V3 — 200 — 3.9 KiB — 16 ms — h2https://www.wsws.org/_next/static/chunks/2010-f38eee4af3c9b049.jswww.wsws.org/_next/static/chunks/20... https://www.wsws.org/_next/static/chunks/2010-f38eee4af3c9b049.js — 200 — 26.3 KiB — 42 ms — h2https://www.wsws.org/_next/static/chunks/9252-55f63e6466b9c735.jswww.wsws.org/_next/static/chunks/92... https://www.wsws.org/_next/static/chunks/9252-55f63e6466b9c735.js — 200 — 5.2 KiB — 40 ms — h2https://www.wsws.org/_next/static/chunks/4998-1f1d03378530dfc5.jswww.wsws.org/_next/static/chunks/49... https://www.wsws.org/_next/static/chunks/4998-1f1d03378530dfc5.js — 200 — 117.8 KiB — 49 ms — h2https://www.wsws.org/_next/static/chunks/4491-00955441d92e17f5.jswww.wsws.org/_next/static/chunks/44... https://www.wsws.org/_next/static/chunks/4491-00955441d92e17f5.js — 200 — 7.4 KiB — 40 ms — h2https://www.wsws.org/_next/static/chunks/5090-a3c07b6041cd86a8.jswww.wsws.org/_next/static/chunks/50... https://www.wsws.org/_next/static/chunks/5090-a3c07b6041cd86a8.js — 200 — 3.0 KiB — 42 ms — h2https://www.wsws.org/_next/static/chunks/6350-e9bac8d89ac5540a.jswww.wsws.org/_next/static/chunks/63... https://www.wsws.org/_next/static/chunks/6350-e9bac8d89ac5540a.js — 200 — 14.2 KiB — 36 ms — h2https://www.wsws.org/_next/static/chunks/3835-b6fdd8b283b4a94d.jswww.wsws.org/_next/static/chunks/38... https://www.wsws.org/_next/static/chunks/3835-b6fdd8b283b4a94d.js — 200 — 57.8 KiB — 41 ms — h2https://www.wsws.org/_next/static/chunks/5230-c886288ea3baf011.jswww.wsws.org/_next/static/chunks/52... https://www.wsws.org/_next/static/chunks/5230-c886288ea3baf011.js — 200 — 9.5 KiB — 32 ms — h2https://www.wsws.org/_next/static/chunks/8355-177fd14c73c6ae7f.jswww.wsws.org/_next/static/chunks/83... https://www.wsws.org/_next/static/chunks/8355-177fd14c73c6ae7f.js — 200 — 6.8 KiB — 30 ms — h2https://www.wsws.org/_next/static/chunks/3556-c2be164ba87f5d11.jswww.wsws.org/_next/static/chunks/35... https://www.wsws.org/_next/static/chunks/3556-c2be164ba87f5d11.js — 200 — 5.4 KiB — 32 ms — h2https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D-2de7e8b10aaf614f.jswww.wsws.org/_next/static/chunks/pa... https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D-2de7e8b10aaf614f.js — 200 — 1.5 KiB — 31 ms — h2https://www.wsws.org/_next/static/ab0b7b46483072319e964d6a10b5551a90d1b3b2'/_buildManifest.jswww.wsws.org/_next/static/ab0b7b464... https://www.wsws.org/_next/static/ab0b7b46483072319e964d6a10b5551a90d1b3b2'/_buildManifest.js — 200 — 1.9 KiB — 31 ms — h2https://www.wsws.org/_next/static/ab0b7b46483072319e964d6a10b5551a90d1b3b2'/_ssgManifest.jswww.wsws.org/_next/static/ab0b7b464... https://www.wsws.org/_next/static/ab0b7b46483072319e964d6a10b5551a90d1b3b2'/_ssgManifest.js — 200 — 274 B — 32 ms — h2https://www.wsws.org/asset/773b74ad-2fde-4213-97eb-fa790342f6e1?rendition=image2560www.wsws.org/asset/773b74ad-2fde-42... https://www.wsws.org/asset/773b74ad-2fde-4213-97eb-fa790342f6e1?rendition=image2560 — 200 — 218.3 KiB — 33 ms — h2https://www.wsws.org/asset/880b7d38-7d68-4143-b20f-aea27f1f8f19?rendition=image1280www.wsws.org/asset/880b7d38-7d68-41... https://www.wsws.org/asset/880b7d38-7d68-4143-b20f-aea27f1f8f19?rendition=image1280 — 200 — 136.4 KiB — 32 ms — h2https://www.wsws.org/img/loading.gifwww.wsws.org/img/loading.gif https://www.wsws.org/img/loading.gif — 200 — 2.9 KiB — 30 ms — h2https://www.wsws.org/asset/2d843719-b467-4d25-b592-e40cb523e730?rendition=image2560www.wsws.org/asset/2d843719-b467-4d... https://www.wsws.org/asset/2d843719-b467-4d25-b592-e40cb523e730?rendition=image2560 — 200 — 421.8 KiB — 41 ms — h2https://www.wsws.org/asset/aa4ee65c-4e47-4249-a9bd-357c309b0157?rendition=image1280www.wsws.org/asset/aa4ee65c-4e47-42... https://www.wsws.org/asset/aa4ee65c-4e47-4249-a9bd-357c309b0157?rendition=image1280 — 200 — 30.3 KiB — 37 ms — h2https://www.wsws.org/asset/a1ef3961-7b25-4cb1-80b9-da647fe170e6?rendition=image2560&v=2www.wsws.org/asset/a1ef3961-7b25-4c... https://www.wsws.org/asset/a1ef3961-7b25-4cb1-80b9-da647fe170e6?rendition=image2560&v=2 — 200 — 608.9 KiB — 62 ms — h2https://www.wsws.org/asset/7671446a-8e6a-40a7-87f6-7e28c2f29280?rendition=image1280&v=2www.wsws.org/asset/7671446a-8e6a-40... https://www.wsws.org/asset/7671446a-8e6a-40a7-87f6-7e28c2f29280?rendition=image1280&v=2 — 200 — 294.5 KiB — 65 ms — h2https://www.wsws.org/asset/909f726f-4c6f-4ba4-b018-d00ffc177859?rendition=image1280www.wsws.org/asset/909f726f-4c6f-4b... https://www.wsws.org/asset/909f726f-4c6f-4ba4-b018-d00ffc177859?rendition=image1280 — 200 — 189.8 KiB — 66 ms — h2https://www.wsws.org/asset/95bf7e60-1e54-46b3-bf2e-c28b4a64cb60?rendition=image1280www.wsws.org/asset/95bf7e60-1e54-46... https://www.wsws.org/asset/95bf7e60-1e54-46b3-bf2e-c28b4a64cb60?rendition=image1280 — 200 — 390.4 KiB — 66 ms — h2https://www.wsws.org/asset/dcacb454-ac45-441a-b2a6-9c2a59c987dc?rendition=image1280www.wsws.org/asset/dcacb454-ac45-44... https://www.wsws.org/asset/dcacb454-ac45-441a-b2a6-9c2a59c987dc?rendition=image1280 — 200 — 105.0 KiB — 68 ms — h2https://www.wsws.org/asset/2d7dd329-c256-4a4b-ac60-1d20a31865ba?rendition=image1280www.wsws.org/asset/2d7dd329-c256-4a... https://www.wsws.org/asset/2d7dd329-c256-4a4b-ac60-1d20a31865ba?rendition=image1280 — 200 — 320.1 KiB — 76 ms — h2https://www.wsws.org/asset/f88ffe4a-2f45-408d-95b2-939575a556fb?rendition=image1280www.wsws.org/asset/f88ffe4a-2f45-40... https://www.wsws.org/asset/f88ffe4a-2f45-408d-95b2-939575a556fb?rendition=image1280 — 200 — 271.3 KiB — 56 ms — h2https://www.wsws.org/asset/252e831a-552d-483f-829c-00d200b4187f?rendition=image1280www.wsws.org/asset/252e831a-552d-48... https://www.wsws.org/asset/252e831a-552d-483f-829c-00d200b4187f?rendition=image1280 — 200 — 435.5 KiB — 65 ms — h2https://www.wsws.org/_next/static/media/SourceSansPro-Regular.41bc40a9.ttfwww.wsws.org/_next/static/media/Sou... https://www.wsws.org/_next/static/media/SourceSansPro-Regular.41bc40a9.ttf — 200 — 147.0 KiB — 57 ms — h2https://www.wsws.org/_next/static/media/SourceSansPro-Bold.98b626f2.ttfwww.wsws.org/_next/static/media/Sou... https://www.wsws.org/_next/static/media/SourceSansPro-Bold.98b626f2.ttf — 200 — 145.9 KiB — 58 ms — h2https://www.wsws.org/_next/static/media/pt-serif-700italic.59fa4dfc.woff2www.wsws.org/_next/static/media/pt-... https://www.wsws.org/_next/static/media/pt-serif-700italic.59fa4dfc.woff2 — 200 — 70.3 KiB — 44 ms — h2https://www.wsws.org/_next/static/media/SourceSansPro-BoldItalic.582ea1b7.ttfwww.wsws.org/_next/static/media/Sou... https://www.wsws.org/_next/static/media/SourceSansPro-BoldItalic.582ea1b7.ttf — 200 — 113.9 KiB — 55 ms — h2https://www.wsws.org/_next/static/media/SourceSansPro-Italic.ea26ad5a.ttfwww.wsws.org/_next/static/media/Sou... https://www.wsws.org/_next/static/media/SourceSansPro-Italic.ea26ad5a.ttf — 200 — 115.0 KiB — 47 ms — h2https://www.wsws.org/_next/static/media/pt-serif-regular.cc61ac92.woff2www.wsws.org/_next/static/media/pt-... https://www.wsws.org/_next/static/media/pt-serif-regular.cc61ac92.woff2 — 200 — 81.8 KiB — 48 ms — h2https://www.wsws.org/_next/static/media/pt-serif-700.f17dd26c.woff2www.wsws.org/_next/static/media/pt-... https://www.wsws.org/_next/static/media/pt-serif-700.f17dd26c.woff2 — 200 — 71.1 KiB — 50 ms — h2https://www.wsws.org/asset/0989a3fc-0182-46e6-bde0-649718dabcf8?rendition=image640www.wsws.org/asset/0989a3fc-0182-46... https://www.wsws.org/asset/0989a3fc-0182-46e6-bde0-649718dabcf8?rendition=image640 — 200 — 30.6 KiB — 31 ms — h2https://www.wsws.org/asset/1514a7d2-4025-4b25-a685-36b4478e97e5?rendition=image640www.wsws.org/asset/1514a7d2-4025-4b... https://www.wsws.org/asset/1514a7d2-4025-4b25-a685-36b4478e97e5?rendition=image640 — 200 — 37.1 KiB — 31 ms — h2https://www.wsws.org/asset/9a173a3e-c4ab-4b8c-b849-d87c28945d96?rendition=image640www.wsws.org/asset/9a173a3e-c4ab-4b... https://www.wsws.org/asset/9a173a3e-c4ab-4b8c-b849-d87c28945d96?rendition=image640 — 200 — 16.4 KiB — 31 ms — h2https://www.wsws.org/asset/060b1237-ba0a-4614-b403-8a1ed3b32ec8?rendition=image640www.wsws.org/asset/060b1237-ba0a-46... https://www.wsws.org/asset/060b1237-ba0a-4614-b403-8a1ed3b32ec8?rendition=image640 — 200 — 42.6 KiB — 33 ms — h2https://www.wsws.org/asset/7b08cd01-872f-43d9-b452-3a23265fd984?rendition=image640www.wsws.org/asset/7b08cd01-872f-43... https://www.wsws.org/asset/7b08cd01-872f-43d9-b452-3a23265fd984?rendition=image640 — 200 — 41.2 KiB — 35 ms — h2https://www.wsws.org/asset/d365034e-fe70-439a-8ea4-a05cf56e7351?rendition=image640www.wsws.org/asset/d365034e-fe70-43... https://www.wsws.org/asset/d365034e-fe70-439a-8ea4-a05cf56e7351?rendition=image640 — 200 — 40.4 KiB — 37 ms — h2https://www.wsws.org/asset/343854ae-5084-442d-b041-09caff0cf2be?rendition=image640www.wsws.org/asset/343854ae-5084-44... https://www.wsws.org/asset/343854ae-5084-442d-b041-09caff0cf2be?rendition=image640 — 200 — 29.5 KiB — 33 ms — h2https://www.wsws.org/asset/a9346f96-ce2c-4437-bc2d-01325e5f8a72?rendition=image640www.wsws.org/asset/a9346f96-ce2c-44... https://www.wsws.org/asset/a9346f96-ce2c-4437-bc2d-01325e5f8a72?rendition=image640 — 200 — 53.6 KiB — 33 ms — h2https://www.wsws.org/asset/3e961f31-abe7-4945-828b-36ba3e04833f?rendition=image640www.wsws.org/asset/3e961f31-abe7-49... https://www.wsws.org/asset/3e961f31-abe7-4945-828b-36ba3e04833f?rendition=image640 — 200 — 29.7 KiB — 32 ms — h2https://www.wsws.org/asset/fc3f1c1b-4a5c-4533-91bf-ec15b1eea246?rendition=image640www.wsws.org/asset/fc3f1c1b-4a5c-45... https://www.wsws.org/asset/fc3f1c1b-4a5c-4533-91bf-ec15b1eea246?rendition=image640 — 200 — 333.0 KiB — 41 ms — h2https://www.wsws.org/asset/a3647b9d-7980-4622-8f39-05beca9d88bd?rendition=image640www.wsws.org/asset/a3647b9d-7980-46... https://www.wsws.org/asset/a3647b9d-7980-4622-8f39-05beca9d88bd?rendition=image640 — 200 — 61.2 KiB — 37 ms — h2https://www.wsws.org/asset/4497ec88-67d8-4cbf-9503-cb6f7a20c978?rendition=image640www.wsws.org/asset/4497ec88-67d8-4c... https://www.wsws.org/asset/4497ec88-67d8-4cbf-9503-cb6f7a20c978?rendition=image640 — 200 — 41.9 KiB — 40 ms — h2https://www.wsws.org/asset/1f390c39-ccd4-4690-b6be-1bce2cbd4e9e?rendition=image640www.wsws.org/asset/1f390c39-ccd4-46... https://www.wsws.org/asset/1f390c39-ccd4-4690-b6be-1bce2cbd4e9e?rendition=image640 — 200 — 25.1 KiB — 31 ms — h2https://www.wsws.org/_next/static/chunks/3175.251435d8a097209d.jswww.wsws.org/_next/static/chunks/31... https://www.wsws.org/_next/static/chunks/3175.251435d8a097209d.js — 200 — 6.8 KiB — 30 ms — h2https://www.wsws.org/_next/static/chunks/4799.6b9af634a79aa3d8.jswww.wsws.org/_next/static/chunks/47... https://www.wsws.org/_next/static/chunks/4799.6b9af634a79aa3d8.js — 200 — 967 B — 30 ms — h2https://www.wsws.org/api/graphqlwww.wsws.org/api/graphql https://www.wsws.org/api/graphql — 200 — 11.1 KiB — 73 ms — h2https://www.wsws.org/api/graphqlwww.wsws.org/api/graphql https://www.wsws.org/api/graphql — 200 — 145 B — 36 ms — h2https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D/profile-263c9d8ce7a45f26.jswww.wsws.org/_next/static/chunks/pa... https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D/profile-263c9d8ce7a45f26.js — 200 — 2.0 KiB — 33 ms — h2https://www.wsws.org/_next/static/chunks/719f2626-236464153f13d45a.jswww.wsws.org/_next/static/chunks/71... https://www.wsws.org/_next/static/chunks/719f2626-236464153f13d45a.js — 200 — 783 B — 35 ms — h2https://www.wsws.org/_next/static/chunks/5011-4d84d0aa5d6636a6.jswww.wsws.org/_next/static/chunks/50... https://www.wsws.org/_next/static/chunks/5011-4d84d0aa5d6636a6.js — 200 — 3.3 KiB — 32 ms — h2https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D/special/pages/%5B...path%5D-01a76c070efd9625.jswww.wsws.org/_next/static/chunks/pa... https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D/special/pages/%5B...path%5D-01a76c070efd9625.js — 200 — 6.5 KiB — 34 ms — h2https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D/special/pages/icfi/%5B...path%5D-107926989068bdd4.jswww.wsws.org/_next/static/chunks/pa... https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D/special/pages/icfi/%5B...path%5D-107926989068bdd4.js — 200 — 8.3 KiB — 30 ms — h2https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D/archive/%5B...path%5D-8b8de46e93af1f5d.jswww.wsws.org/_next/static/chunks/pa... https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D/archive/%5B...path%5D-8b8de46e93af1f5d.js — 200 — 3.6 KiB — 31 ms — h2https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D/topics/%5B...path%5D-a1cd2f7f9c7b76db.jswww.wsws.org/_next/static/chunks/pa... https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D/topics/%5B...path%5D-a1cd2f7f9c7b76db.js — 200 — 3.4 KiB — 34 ms — h2https://www.wsws.org/_next/static/chunks/8711-2035af9557f30c8a.jswww.wsws.org/_next/static/chunks/87... https://www.wsws.org/_next/static/chunks/8711-2035af9557f30c8a.js — 200 — 80.2 KiB — 55 ms — h2https://www.wsws.org/_next/static/chunks/1601-6012a8eaff6e3d13.jswww.wsws.org/_next/static/chunks/16... https://www.wsws.org/_next/static/chunks/1601-6012a8eaff6e3d13.js — 200 — 20.2 KiB — 42 ms — h2https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D/search-211bac9b74c58f6d.jswww.wsws.org/_next/static/chunks/pa... https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D/search-211bac9b74c58f6d.js — 200 — 3.6 KiB — 37 ms — h2https://www.wsws.org/_next/static/chunks/7187-d6b726a62039e060.jswww.wsws.org/_next/static/chunks/71... https://www.wsws.org/_next/static/chunks/7187-d6b726a62039e060.js — 200 — 5.9 KiB — 46 ms — h2https://www.wsws.org/_next/static/chunks/1152-635a365e31a4ae2e.jswww.wsws.org/_next/static/chunks/11... https://www.wsws.org/_next/static/chunks/1152-635a365e31a4ae2e.js — 200 — 8.2 KiB — 35 ms — h2https://cmp.inmobi.com/tcfv2/56/cmp2.js?referer=wsws.orgcmp.inmobi.com/tcfv2/56/cmp2.js?ref... https://cmp.inmobi.com/tcfv2/56/cmp2.js?referer=wsws.org — 200 — 112.7 KiB — 16 ms — h2https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D/articles/%5B...path%5D-29210d56b413adcc.jswww.wsws.org/_next/static/chunks/pa... https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D/articles/%5B...path%5D-29210d56b413adcc.js — 200 — 2.3 KiB — 32 ms — h2https://www.googletagmanager.com/gtag/js?id=G-WZVMKD5RMF&cx=c&gtm=4e64k1h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-WZVMKD5RMF&cx=c&gtm=4e64k1h2 — 200 — 149.3 KiB — 64 ms — h2https://cmp.inmobi.com/geoipcmp.inmobi.com/geoip https://cmp.inmobi.com/geoip — 200 — 331 B — 13 ms — h2https://cmp.inmobi.com/GVL-v2/vendor-list-trimmed-v1.jsoncmp.inmobi.com/GVL-v2/vendor-list-t... https://cmp.inmobi.com/GVL-v2/vendor-list-trimmed-v1.json — 200 — 47.8 KiB — 9 ms — h2https://cmp.inmobi.com/GVL-v2/cmp-list.jsoncmp.inmobi.com/GVL-v2/cmp-list.json https://cmp.inmobi.com/GVL-v2/cmp-list.json — 200 — 5.7 KiB — 5 ms — h2https://cmp.inmobi.com/tcfv2/56/cmp2ui-en.jscmp.inmobi.com/tcfv2/56/cmp2ui-en.j... https://cmp.inmobi.com/tcfv2/56/cmp2ui-en.js — 200 — 104.7 KiB — 8 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 123 ms — h2https://visit-server.inmobi-choice.io/visit-eventvisit-server.inmobi-choice.io/visit... https://visit-server.inmobi-choice.io/visit-event — 200 — 0 B — 100 ms — h2https://cmp.inmobi.com/us-mspa/v1/purposes-national-en.jsoncmp.inmobi.com/us-mspa/v1/purposes-... https://cmp.inmobi.com/us-mspa/v1/purposes-national-en.json — 200 — 1.8 KiB — 4 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-WZVMKD5RMF&gtm=45je64k1h2v9117454237za20g&_p=1776893046691&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&tcfd=10001&_eu=AAAI&are=1&cid=138959213.1776893048&frm=0&pscdl=noapi&rcb=15&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266400~117512542&sid=1776893047&sct=1&seg=0&dl=https%3A%2F%2Fwww.wsws.org%2Ffr%3Fredirect%3Dtrue&dt=World%20Socialist%20Web%20Site%20-%20Analyse%20marxiste%2C%20luttes%20internationales%20de%20la%20classe%20ouvri%C3%A8re%20et%20lutte%20pour%20le%20socialisme&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1237region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-WZVMKD5RMF&gtm=45je64k1h2v9117454237za20g&_p=1776893046691&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&tcfd=10001&_eu=AAAI&are=1&cid=138959213.1776893048&frm=0&pscdl=noapi&rcb=15&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266400~117512542&sid=1776893047&sct=1&seg=0&dl=https%3A%2F%2Fwww.wsws.org%2Ffr%3Fredirect%3Dtrue&dt=World%20Socialist%20Web%20Site%20-%20Analyse%20marxiste%2C%20luttes%20internationales%20de%20la%20classe%20ouvri%C3%A8re%20et%20lutte%20pour%20le%20socialisme&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1237 — 204 — 547 B — 132 ms — h2https://cmp.inmobi.com/GVL-v2/vendor-list-trimmed-v1.jsoncmp.inmobi.com/GVL-v2/vendor-list-t... https://cmp.inmobi.com/GVL-v2/vendor-list-trimmed-v1.json — 200 — 0 B — 2 ms — h2https://api.cmp.inmobi.com/?log=%7B%22accountId%22%3A%22JH3fNnZC0zWt-%22%2C%22domain%22%3A%22www.wsws.org%22%2C%22publisher%22%3A%22World%20Socialist%20Web%20Site%22%2C%22cmpId%22%3A10%2C%22cmpVersion%22%3A%222.56%22%2C%22displayType%22%3A%22tcfui%3Amandatory%22%2C%22configurationHashCode%22%3A%22tCSFy3LBFa1rxpRqtYkEKw%22%2C%22tagVersion%22%3A%22V3%22%2C%22gvlVersion%22%3A2%2C%22siteUuid%22%3A%229b7cfec3-ede1-4ce4-96fd-647df85eab2f%22%2C%22themeUuid%22%3A%224d04631b-303c-441c-9676-1e9c3a6a9319%22%2C%22browserName%22%3A%22Chrome%22%2C%22deviceType%22%3A%22pc%22%2C%22cmpPlatform%22%3A%22Mac%20OS%22%2C%22pageFormat%22%3A%22HTTP%22%2C%22country%22%3A%22esp%22%2C%22region%22%3A%22md%22%2C%22city%22%3A%22madrid%22%2C%22clientTimestamp%22%3A1776893047704%2C%22operationType%22%3A%22init%22%2C%22sessionId%22%3A%22GDPR-01pqemwctiamqfawp00c%22%7Dapi.cmp.inmobi.com/?log=%7B%22accou... https://api.cmp.inmobi.com/?log=%7B%22accountId%22%3A%22JH3fNnZC0zWt-%22%2C%22domain%22%3A%22www.wsws.org%22%2C%22publisher%22%3A%22World%20Socialist%20Web%20Site%22%2C%22cmpId%22%3A10%2C%22cmpVersion%22%3A%222.56%22%2C%22displayType%22%3A%22tcfui%3Amandatory%22%2C%22configurationHashCode%22%3A%22tCSFy3LBFa1rxpRqtYkEKw%22%2C%22tagVersion%22%3A%22V3%22%2C%22gvlVersion%22%3A2%2C%22siteUuid%22%3A%229b7cfec3-ede1-4ce4-96fd-647df85eab2f%22%2C%22themeUuid%22%3A%224d04631b-303c-441c-9676-1e9c3a6a9319%22%2C%22browserName%22%3A%22Chrome%22%2C%22deviceType%22%3A%22pc%22%2C%22cmpPlatform%22%3A%22Mac%20OS%22%2C%22pageFormat%22%3A%22HTTP%22%2C%22country%22%3A%22esp%22%2C%22region%22%3A%22md%22%2C%22city%22%3A%22madrid%22%2C%22clientTimestamp%22%3A1776893047704%2C%22operationType%22%3A%22init%22%2C%22sessionId%22%3A%22GDPR-01pqemwctiamqfawp00c%22%7D — 200 — 101 B — 138 ms — h2https://cmp.inmobi.com/geoipcmp.inmobi.com/geoip https://cmp.inmobi.com/geoip — 200 — 329 B — 8 ms — h2https://www.wsws.org/static/img/wswslogo4red.png?qc-size=1600,80www.wsws.org/static/img/wswslogo4re... https://www.wsws.org/static/img/wswslogo4red.png?qc-size=1600,80 — 200 — 29.7 KiB — 30 ms — h2https://www.wsws.org/favicon.icowww.wsws.org/favicon.ico https://www.wsws.org/favicon.ico — 200 — 3.7 KiB — 30 ms — h2https://www.wsws.org/_next/static/css/695596bc7ecb9354.csswww.wsws.org/_next/static/css/69559... https://www.wsws.org/_next/static/css/695596bc7ecb9354.css — 200 — 0 B — 5 ms — h2https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D/special/pages/icfi/%5B...path%5D-107926989068bdd4.jswww.wsws.org/_next/static/chunks/pa... https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D/special/pages/icfi/%5B...path%5D-107926989068bdd4.js — 200 — 0 B — 4 ms — h2https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D/topics/%5B...path%5D-a1cd2f7f9c7b76db.jswww.wsws.org/_next/static/chunks/pa... https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D/topics/%5B...path%5D-a1cd2f7f9c7b76db.js — 200 — 0 B — 4 ms — h2https://www.wsws.org/_next/static/chunks/7187-d6b726a62039e060.jswww.wsws.org/_next/static/chunks/71... https://www.wsws.org/_next/static/chunks/7187-d6b726a62039e060.js — 200 — 0 B — 5 ms — h2https://www.wsws.org/_next/static/chunks/1152-635a365e31a4ae2e.jswww.wsws.org/_next/static/chunks/11... https://www.wsws.org/_next/static/chunks/1152-635a365e31a4ae2e.js — 200 — 0 B — 5 ms — h2https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D/articles/%5B...path%5D-29210d56b413adcc.jswww.wsws.org/_next/static/chunks/pa... https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D/articles/%5B...path%5D-29210d56b413adcc.js — 200 — 0 B — 5 ms — h2https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D/profile-263c9d8ce7a45f26.jswww.wsws.org/_next/static/chunks/pa... https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D/profile-263c9d8ce7a45f26.js — 200 — 0 B — 7 ms — h2https://www.wsws.org/_next/static/chunks/719f2626-236464153f13d45a.jswww.wsws.org/_next/static/chunks/71... https://www.wsws.org/_next/static/chunks/719f2626-236464153f13d45a.js — 200 — 0 B — 6 ms — h2https://www.wsws.org/_next/static/chunks/5011-4d84d0aa5d6636a6.jswww.wsws.org/_next/static/chunks/50... https://www.wsws.org/_next/static/chunks/5011-4d84d0aa5d6636a6.js — 200 — 0 B — 7 ms — h2https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D/special/pages/%5B...path%5D-01a76c070efd9625.jswww.wsws.org/_next/static/chunks/pa... https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D/special/pages/%5B...path%5D-01a76c070efd9625.js — 200 — 0 B — 5 ms — h2https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D/archive/%5B...path%5D-8b8de46e93af1f5d.jswww.wsws.org/_next/static/chunks/pa... https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D/archive/%5B...path%5D-8b8de46e93af1f5d.js — 200 — 0 B — 2 ms — h2https://www.wsws.org/_next/static/chunks/8711-2035af9557f30c8a.jswww.wsws.org/_next/static/chunks/87... https://www.wsws.org/_next/static/chunks/8711-2035af9557f30c8a.js — 200 — 0 B — 7 ms — h2https://www.wsws.org/_next/static/chunks/1601-6012a8eaff6e3d13.jswww.wsws.org/_next/static/chunks/16... https://www.wsws.org/_next/static/chunks/1601-6012a8eaff6e3d13.js — 200 — 0 B — 3 ms — h2https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D/search-211bac9b74c58f6d.jswww.wsws.org/_next/static/chunks/pa... https://www.wsws.org/_next/static/chunks/pages/%5Blocale%5D/search-211bac9b74c58f6d.js — 200 — 0 B — 3 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 964ms · 598KB · €10/mo
www.wsws.org
Other
Costly
Execution 452ms
Transfer 327 KB
Monthly Cost €5/mo
Unattributable
Other
Optional
Execution 177ms
Transfer 0 KB
Monthly Cost €2/mo
www.wsws.org
Other
Optional
Execution 171ms
Transfer 54 KB
Monthly Cost €2/mo
cmp.inmobi.com
Other
Optional
Execution 82ms
Transfer 105 KB
Unused 47%
Monthly Cost €1/mo
cmp.inmobi.com
Other
Optional
Execution 82ms
Transfer 113 KB
Unused 51%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.wsws.org adds 452ms and costs ~€5/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.wsws.org takes 452ms 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

51% of cmp.inmobi.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