Skip to content
https://www.aljazeera.net

Performance

· 27 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
74
GRADE
C
FIX
5
REVIEW
6
PASS
12
INFO
4

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

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

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

3.06 s

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

9.12 s

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

2.28 s

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

0.001

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

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

32.35 s

Page Load Progression

393 ms
787 ms
1.2 s
1.6 s
2.0 s
2.4 s
2.8 s
3.1 s
Checks
27
12 PASS 6 REVIEW 5 FIX
F
Page Weight Budget
Action
5.3 MB transferred, 146 requests
FIX
5.3 MB transferred, 146 requests
Critical::
Page weighs 19.8 MB (5.3 MB transferred)
Warning::
JavaScript is 3.3 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 3.3 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::
CSS is 255 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 255 KB
Info::
Fonts are 202 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 202 KB
Warning::
146 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.1 g CO2 per page load
5.3 MB / 2.4 MB budget
5.3 MB transferred
146 requests
1.1 g CO2 per page load
JavaScript 3.3 MiB 61%
Images 1.0 MiB 19%
HTML 344.8 KiB 6%
CSS 255.2 KiB 5%
Other 232.0 KiB 4%
Fonts 201.6 KiB 4%
Other 36.7 KiB 1%
Other 3.6 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

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

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
65% third-party, 0 ms blocking
FIX
65% third-party, 0 ms blocking
Warning::
Third-party code accounts for 65% of page weight (3.5 MiB of 5.3 MiB)
Info::
Third-party blocking time is low (0 ms)
35%
65%
First-party Third-party
F
JS Execution Cost
Action
7297ms total JS execution
FIX
7297ms total JS execution
Warning::
https://www.aljazeera.net/static/js/main.7546569d....: 1796ms CPU time
Warning::
Unattributable: 1615ms CPU time
Warning::
https://www.aljazeera.net/: 1337ms CPU time
Warning::
https://www.gstatic.com/recaptcha/releases/U5VsmTD...: 704ms CPU time
Warning::
https://cdn.cookielaw.org/scripttemplates/202601.2...: 352ms CPU time
Warning::
Third-party scripts: 3954ms (54% of total)

Main Thread Breakdown

Script Evaluation 59% Other 18% Style & Layout 10% Script Parsing & Compilation 8%
ScriptTotalScriptingParse/CompileParty
https://www.aljazeera.net/static/js/main.7546569d.js1796ms1514ms3ms1st
Unattributable1615ms712ms0ms3rd
https://www.aljazeera.net/1337ms104ms85ms1st
https://www.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/recaptcha__en.js704ms581ms71ms3rd
https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js352ms285ms33ms3rd
https://a.pub.network/aljazeera-net/prebid.js303ms229ms38ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202605050101/pubads_impl.js?cb=31098317170ms127ms39ms3rd
https://www.googletagmanager.com/gtag/js?id=G-WFKEPR3HG4164ms131ms32ms3rd
https://static.chartbeat.com/js/chartbeat.js145ms134ms3ms3rd
https://a.pub.network/aljazeera-net/pubfig.engine.mobile.js122ms89ms32ms3rd

Showing top 10 of 18 scripts

F
JS Bundles
Action
48 scripts, 1.3 MB unused
FIX
48 scripts, 1.3 MB unused
Warning::
https://www.gstatic.com/recaptcha/releases/U5VsmTD...: 175 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/U5VsmTD...: 175 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/U5VsmTD...: 175 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 147 KB unused (77%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://a.pub.network/aljazeera-net/prebid.js: 134 KB unused (81%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.3 MB
1376 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/recaptcha__en.js0 KB175 KB (48%)3rd
https://www.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/recaptcha__en.js364 KB175 KB (48%)3rd
https://www.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/recaptcha__en.js365 KB175 KB (48%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202605050101/pubads_impl.js?cb=31098317190 KB147 KB (77%)3rd
https://a.pub.network/aljazeera-net/prebid.js166 KB134 KB (81%)3rd
https://a.pub.network/aljazeera-net/pubfig.engine.mobile.js141 KB113 KB (80%)3rd
https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js128 KB75 KB (58%)3rd
https://www.googletagmanager.com/gtag/js?id=G-WFKEPR3HG4168 KB68 KB (41%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-N6778BQ116 KB63 KB (54%)3rd
https://www.aljazeera.net/static/js/vendor~main~7dbd8cdd.a5a7d683.chunk.js67 KB42 KB (64%)1st

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
146 resources · 5.3 MB · 1.3 MB savings available
FIX
146 resources · 5.3 MB · 1.3 MB savings available
Warning::
Page weight 5.3 MB exceeds 1 MB target by 4.3 MB
Got: 5.3 MB Expected: ≤ 1 MB
Info::
~1.3 MB of savings available
Warning::
73 third-party resources (65% of weight)
Info::
4 resources over 200KB
146 resources · 5.3 MiB · 73 third-party 4.3 MiB over 1MB target
JavaScript 61% · 3.3 MiB
Image 19% · 1.0 MiB
Document 6% · 344.8 KiB
Other 5% · 265.2 KiB
CSS 5% · 260.0 KiB
Font 4% · 201.6 KiB

~1.3 MiB of savings available

Remove unused JavaScript: 1.3 MiB
B
Image Optimization
48 images, 0 KB saveable
REVIEW
48 images, 0 KB saveable
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
48 images 1.0 MB
0 oversized -0 KB
15 legacy format
1 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
B
JavaScript Blocking
2 JS blocking issue(s) detected
REVIEW
2 JS blocking issue(s) detected
Warning::
2 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
Warning::
Total JS execution time is 7.3 s -- over the 3.5s budget
Total JavaScript execution (parse + compile + run) across all scripts exceeds 3.5 seconds. On low-end devices that becomes 7-15+ seconds and shows up directly in TBT and INP. Reduce by: tree-shaking unused dependencies, code-splitting (dynamic `import()`), removing or deferring third-party tracking, and replacing heavy frameworks where they're not needed.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
7 fonts (202 KB)
PASS
7 fonts (202 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

202 KB total

Render-blocking

0

of 7

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 3.1 s LCP 9.1 shttps://www.aljazeera.net/static/media/Al-Jazeera-Bold.3301c4f5.woff2Al-Jazeera-Bold.3301c4f... https://www.aljazeera.net/static/media/Al-Jazeera-Bold.3301c4f5.woff2 — 33.1 KiB — 54 ms — font-display: swaphttps://www.aljazeera.net/static/media/Al-Jazeera-Regular.0112de0f.woff2Al-Jazeera-Regular.0112... https://www.aljazeera.net/static/media/Al-Jazeera-Regular.0112de0f.woff2 — 33.5 KiB — 61 ms — font-display: swaphttps://www.aljazeera.net/static/media/Al-Jazeera-Heavy.3baf54b4.woff2Al-Jazeera-Heavy.3baf54... https://www.aljazeera.net/static/media/Al-Jazeera-Heavy.3baf54b4.woff2 — 34.5 KiB — 25 ms — font-display: swaphttps://www.aljazeera.net/static/media/Al-Jazeera-Light.b09a8096.woff2Al-Jazeera-Light.b09a80... https://www.aljazeera.net/static/media/Al-Jazeera-Light.b09a8096.woff2 — 32.7 KiB — 34 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 106 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 42 ms — font-display: swap
Al-Jazeera-Bold.3301c4f... woff2 swap
Size 33 KB
Load time 54 ms
Start 764 ms
Risk FOUT — text flashes from fallback to web font
Al-Jazeera-Regular.0112... woff2 swap
Size 34 KB
Load time 61 ms
Start 765 ms
Risk FOUT — text flashes from fallback to web font
Al-Jazeera-Heavy.3baf54... woff2 swap
Size 34 KB
Load time 25 ms
Start 986 ms
Risk FOUT — text flashes from fallback to web font
Al-Jazeera-Light.b09a80... woff2 swap
Size 33 KB
Load time 34 ms
Start 987 ms
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 106 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 0 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 42 ms
Start 5.5 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)
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
16 hints, 0 missing preconnects
PASS
16 hints, 0 missing preconnects
Info::
1 dns-prefetch redundant with preconnect on same origin
preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://cdn.cookielaw.org. Remove the redundant dns-prefetch entries.
Info::
1 URL(s) appear in multiple hints
The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: https://cdn.cookielaw.org (preconnect+preconnect+dns-prefetch).
Info::
Page uses 16 resource hint(s)

Current Resource Hints

preconnect
2
preload
+3
13
dns-prefetch
1
prefetch

16 resource hints configured

preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://cdn.cookielaw.org. Remove the redundant dns-prefetch entries.

Why this matters

Performance issues directly impact user engagement and conversion rates.

The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: https://cdn.cookielaw.org (preconnect+preconnect+dns-prefetch).

Why this matters

Performance issues directly impact user engagement and conversion rates.

A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML max-age=120 (≤ 5min) is appropriate
PASS
Main HTML max-age=120 (≤ 5min) is appropriate
Info::
Main HTML max-age=120 (≤ 5min) is appropriate
Got: max-age=120, must-revalidate
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
`ETag` present -- conditional GET supported
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A
CSS Performance Depth
1 CSS depth issue(s) detected
PASS
1 CSS depth issue(s) detected
Warning::
11 render-blocking stylesheet(s) -- recommended: <=3
Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.
A+
HTTP Caching
max-age=120 (2 minutes)
PASS
max-age=120 (2 minutes)
Info::
Cache-Control header is set
Got: max-age=120, must-revalidate
Info::
Effective TTL: 2 minutes (max-age=120)
Info::
ETag present — enables conditional (304) responses
Cache-Control

max-age=120, must-revalidate

DirectiveValueMeaning
max-age120Cache for 2 minutes
must-revalidateMust recheck with server after expiry
Effective TTL: 120 seconds
Network Waterfall
146 requests over 5693ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 3.1 s LCP 9.1 shttps://www.aljazeera.net// https://www.aljazeera.net/ — 200 — 204.9 KiB — 744 ms — http/1.1https://www.aljazeera.net/static/css/component~homepage-route~6e6dca10.53ce0748.chunk.css/static/css/component~homepage-rout... https://www.aljazeera.net/static/css/component~homepage-route~6e6dca10.53ce0748.chunk.css — 200 — 8.9 KiB — 32 ms — http/1.1https://www.aljazeera.net/static/css/component~homepage-route~493df0b3.eb0e22fd.chunk.css/static/css/component~homepage-rout... https://www.aljazeera.net/static/css/component~homepage-route~493df0b3.eb0e22fd.chunk.css — 200 — 13.9 KiB — 32 ms — http/1.1https://www.aljazeera.net/static/css/component~common-route~homepage-route~login-route~section-route~topic-route~video-route~6e6dca10.75a978c6.chunk.css/static/css/component~common-route~... https://www.aljazeera.net/static/css/component~common-route~homepage-route~login-route~section-route~topic-route~video-route~6e6dca10.75a978c6.chunk.css — 200 — 18.4 KiB — 37 ms — http/1.1https://www.aljazeera.net/static/css/component~amp-route~article-route~common-route~gallery-route~homepage-route~liveblog-route~login-rou~d82eadb2.b8946a3c.chunk.css/static/css/component~amp-route~art... https://www.aljazeera.net/static/css/component~amp-route~article-route~common-route~gallery-route~homepage-route~liveblog-route~login-rou~d82eadb2.b8946a3c.chunk.css — 200 — 15.1 KiB — 31 ms — http/1.1https://www.aljazeera.net/static/css/vendor~common-route~featured-gallery~homepage-route~topic-route~vertical-video-experience~video-rout~7433b1ad.76106ea4.chunk.css/static/css/vendor~common-route~fea... https://www.aljazeera.net/static/css/vendor~common-route~featured-gallery~homepage-route~topic-route~vertical-video-experience~video-rout~7433b1ad.76106ea4.chunk.css — 200 — 3.2 KiB — 23 ms — http/1.1https://www.aljazeera.net/static/css/component~main~5db14389.8684186c.chunk.css/static/css/component~main~5db14389... https://www.aljazeera.net/static/css/component~main~5db14389.8684186c.chunk.css — 200 — 14.6 KiB — 31 ms — http/1.1https://www.aljazeera.net/static/css/component~main~6e6dca10.b8c077ba.chunk.css/static/css/component~main~6e6dca10... https://www.aljazeera.net/static/css/component~main~6e6dca10.b8c077ba.chunk.css — 200 — 5.7 KiB — 45 ms — http/1.1https://www.aljazeera.net/static/css/component~main~b07b7304.6a8068a3.chunk.css/static/css/component~main~b07b7304... https://www.aljazeera.net/static/css/component~main~b07b7304.6a8068a3.chunk.css — 200 — 9.1 KiB — 45 ms — http/1.1https://www.aljazeera.net/static/css/component~main~748942c6.af9bf6f7.chunk.css/static/css/component~main~748942c6... https://www.aljazeera.net/static/css/component~main~748942c6.af9bf6f7.chunk.css — 200 — 12.9 KiB — 55 ms — http/1.1https://www.aljazeera.net/static/css/vendor~main~7dbd8cdd.24bf1742.chunk.css/static/css/vendor~main~7dbd8cdd.24... https://www.aljazeera.net/static/css/vendor~main~7dbd8cdd.24bf1742.chunk.css — 200 — 1.2 KiB — 49 ms — http/1.1https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.2 KiB — 100 ms — h2https://www.aljazeera.net/static/media/Al-Jazeera-Bold.3301c4f5.woff2/static/media/Al-Jazeera-Bold.3301c... https://www.aljazeera.net/static/media/Al-Jazeera-Bold.3301c4f5.woff2 — 200 — 33.1 KiB — 54 ms — http/1.1https://www.aljazeera.net/static/media/Al-Jazeera-Regular.0112de0f.woff2/static/media/Al-Jazeera-Regular.01... https://www.aljazeera.net/static/media/Al-Jazeera-Regular.0112de0f.woff2 — 200 — 33.5 KiB — 61 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2026/04/777-1777469841.jpg?resize=270%2C180&quality=80/wp-content/uploads/2026/04/777-177... https://www.aljazeera.net/wp-content/uploads/2026/04/777-1777469841.jpg?resize=270%2C180&quality=80 — 200 — 7.0 KiB — 18 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2026/04/sshy4shs8y4sh6-1776597169.jpg?resize=270%2C180&quality=80/wp-content/uploads/2026/04/sshy4sh... https://www.aljazeera.net/wp-content/uploads/2026/04/sshy4shs8y4sh6-1776597169.jpg?resize=270%2C180&quality=80 — 200 — 7.0 KiB — 18 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2026/05/afp_69f9812064d3-1777959200.jpg?resize=270%2C180&quality=80/wp-content/uploads/2026/05/afp_69f... https://www.aljazeera.net/wp-content/uploads/2026/05/afp_69f9812064d3-1777959200.jpg?resize=270%2C180&quality=80 — 200 — 5.3 KiB — 17 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2026/05/GettyImages-2274156075-1778256618.jpg?resize=270%2C180&quality=80/wp-content/uploads/2026/05/GettyIm... https://www.aljazeera.net/wp-content/uploads/2026/05/GettyImages-2274156075-1778256618.jpg?resize=270%2C180&quality=80 — 200 — 4.4 KiB — 15 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2026/05/21313511-1778242399.jpg?resize=270%2C180&quality=80/wp-content/uploads/2026/05/2131351... https://www.aljazeera.net/wp-content/uploads/2026/05/21313511-1778242399.jpg?resize=270%2C180&quality=80 — 200 — 9.9 KiB — 19 ms — http/1.1https://www.aljazeera.net/static/js/youtube-libs~7dbd8cdd.fbf01926.chunk.js/static/js/youtube-libs~7dbd8cdd.fb... https://www.aljazeera.net/static/js/youtube-libs~7dbd8cdd.fbf01926.chunk.js — 200 — 3.8 KiB — 18 ms — http/1.1https://www.aljazeera.net/static/js/brightcove-libs~7dbd8cdd.1b26af6e.chunk.js/static/js/brightcove-libs~7dbd8cdd... https://www.aljazeera.net/static/js/brightcove-libs~7dbd8cdd.1b26af6e.chunk.js — 200 — 5.6 KiB — 15 ms — http/1.1https://www.aljazeera.net/static/js/amplitude-libs~011b9863.512b3553.chunk.js/static/js/amplitude-libs~011b9863.... https://www.aljazeera.net/static/js/amplitude-libs~011b9863.512b3553.chunk.js — 200 — 13.7 KiB — 15 ms — http/1.1https://cdn.cookielaw.org/consent/c9b6725f-7687-48ef-ad27-870859bc7b32/c9b6725f-7687-48ef-ad27-870859bc7b32.jsoncdn.cookielaw.org/consent/c9b6725f-... https://cdn.cookielaw.org/consent/c9b6725f-7687-48ef-ad27-870859bc7b32/c9b6725f-7687-48ef-ad27-870859bc7b32.json — 200 — 3.0 KiB — 33 ms — h2https://www.aljazeera.net/static/js/freestar-libs~910c95fb.23a95913.chunk.js/static/js/freestar-libs~910c95fb.2... https://www.aljazeera.net/static/js/freestar-libs~910c95fb.23a95913.chunk.js — 200 — 13.8 KiB — 31 ms — http/1.1https://www.aljazeera.net/static/js/firebase-packages~7dbd8cdd.ad719a87.chunk.js/static/js/firebase-packages~7dbd8c... https://www.aljazeera.net/static/js/firebase-packages~7dbd8cdd.ad719a87.chunk.js — 200 — 39.8 KiB — 20 ms — http/1.1https://www.aljazeera.net/static/js/react-core~7dbd8cdd.03b5246c.chunk.js/static/js/react-core~7dbd8cdd.03b5... https://www.aljazeera.net/static/js/react-core~7dbd8cdd.03b5246c.chunk.js — 200 — 53.3 KiB — 56 ms — http/1.1https://www.aljazeera.net/static/js/graphql-core~7dbd8cdd.0bbca379.chunk.js/static/js/graphql-core~7dbd8cdd.0b... https://www.aljazeera.net/static/js/graphql-core~7dbd8cdd.0bbca379.chunk.js — 200 — 49.7 KiB — 22 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-WFKEPR3HG4www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-WFKEPR3HG4 — 200 — 167.5 KiB — 217 ms — h2https://static.chartbeat.com/js/chartbeat.jsstatic.chartbeat.com/js/chartbeat.j... https://static.chartbeat.com/js/chartbeat.js — 200 — 16.0 KiB — 98 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-N6778BQwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-N6778BQ — 200 — 115.8 KiB — 237 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 3.1 s LCP 9.1 shttps://www.aljazeera.net// https://www.aljazeera.net/ — 200 — 204.9 KiB — 744 ms — http/1.1https://www.aljazeera.net/static/css/component~homepage-route~6e6dca10.53ce0748.chunk.css/static/css/component~homepage-rout... https://www.aljazeera.net/static/css/component~homepage-route~6e6dca10.53ce0748.chunk.css — 200 — 8.9 KiB — 32 ms — http/1.1https://www.aljazeera.net/static/css/component~homepage-route~493df0b3.eb0e22fd.chunk.css/static/css/component~homepage-rout... https://www.aljazeera.net/static/css/component~homepage-route~493df0b3.eb0e22fd.chunk.css — 200 — 13.9 KiB — 32 ms — http/1.1https://www.aljazeera.net/static/css/component~common-route~homepage-route~login-route~section-route~topic-route~video-route~6e6dca10.75a978c6.chunk.css/static/css/component~common-route~... https://www.aljazeera.net/static/css/component~common-route~homepage-route~login-route~section-route~topic-route~video-route~6e6dca10.75a978c6.chunk.css — 200 — 18.4 KiB — 37 ms — http/1.1https://www.aljazeera.net/static/css/component~amp-route~article-route~common-route~gallery-route~homepage-route~liveblog-route~login-rou~d82eadb2.b8946a3c.chunk.css/static/css/component~amp-route~art... https://www.aljazeera.net/static/css/component~amp-route~article-route~common-route~gallery-route~homepage-route~liveblog-route~login-rou~d82eadb2.b8946a3c.chunk.css — 200 — 15.1 KiB — 31 ms — http/1.1https://www.aljazeera.net/static/css/vendor~common-route~featured-gallery~homepage-route~topic-route~vertical-video-experience~video-rout~7433b1ad.76106ea4.chunk.css/static/css/vendor~common-route~fea... https://www.aljazeera.net/static/css/vendor~common-route~featured-gallery~homepage-route~topic-route~vertical-video-experience~video-rout~7433b1ad.76106ea4.chunk.css — 200 — 3.2 KiB — 23 ms — http/1.1https://www.aljazeera.net/static/css/component~main~5db14389.8684186c.chunk.css/static/css/component~main~5db14389... https://www.aljazeera.net/static/css/component~main~5db14389.8684186c.chunk.css — 200 — 14.6 KiB — 31 ms — http/1.1https://www.aljazeera.net/static/css/component~main~6e6dca10.b8c077ba.chunk.css/static/css/component~main~6e6dca10... https://www.aljazeera.net/static/css/component~main~6e6dca10.b8c077ba.chunk.css — 200 — 5.7 KiB — 45 ms — http/1.1https://www.aljazeera.net/static/css/component~main~b07b7304.6a8068a3.chunk.css/static/css/component~main~b07b7304... https://www.aljazeera.net/static/css/component~main~b07b7304.6a8068a3.chunk.css — 200 — 9.1 KiB — 45 ms — http/1.1https://www.aljazeera.net/static/css/component~main~748942c6.af9bf6f7.chunk.css/static/css/component~main~748942c6... https://www.aljazeera.net/static/css/component~main~748942c6.af9bf6f7.chunk.css — 200 — 12.9 KiB — 55 ms — http/1.1https://www.aljazeera.net/static/css/vendor~main~7dbd8cdd.24bf1742.chunk.css/static/css/vendor~main~7dbd8cdd.24... https://www.aljazeera.net/static/css/vendor~main~7dbd8cdd.24bf1742.chunk.css — 200 — 1.2 KiB — 49 ms — http/1.1https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.2 KiB — 100 ms — h2https://www.aljazeera.net/static/media/Al-Jazeera-Bold.3301c4f5.woff2/static/media/Al-Jazeera-Bold.3301c... https://www.aljazeera.net/static/media/Al-Jazeera-Bold.3301c4f5.woff2 — 200 — 33.1 KiB — 54 ms — http/1.1https://www.aljazeera.net/static/media/Al-Jazeera-Regular.0112de0f.woff2/static/media/Al-Jazeera-Regular.01... https://www.aljazeera.net/static/media/Al-Jazeera-Regular.0112de0f.woff2 — 200 — 33.5 KiB — 61 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2026/04/777-1777469841.jpg?resize=270%2C180&quality=80/wp-content/uploads/2026/04/777-177... https://www.aljazeera.net/wp-content/uploads/2026/04/777-1777469841.jpg?resize=270%2C180&quality=80 — 200 — 7.0 KiB — 18 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2026/04/sshy4shs8y4sh6-1776597169.jpg?resize=270%2C180&quality=80/wp-content/uploads/2026/04/sshy4sh... https://www.aljazeera.net/wp-content/uploads/2026/04/sshy4shs8y4sh6-1776597169.jpg?resize=270%2C180&quality=80 — 200 — 7.0 KiB — 18 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2026/05/afp_69f9812064d3-1777959200.jpg?resize=270%2C180&quality=80/wp-content/uploads/2026/05/afp_69f... https://www.aljazeera.net/wp-content/uploads/2026/05/afp_69f9812064d3-1777959200.jpg?resize=270%2C180&quality=80 — 200 — 5.3 KiB — 17 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2026/05/GettyImages-2274156075-1778256618.jpg?resize=270%2C180&quality=80/wp-content/uploads/2026/05/GettyIm... https://www.aljazeera.net/wp-content/uploads/2026/05/GettyImages-2274156075-1778256618.jpg?resize=270%2C180&quality=80 — 200 — 4.4 KiB — 15 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2026/05/21313511-1778242399.jpg?resize=270%2C180&quality=80/wp-content/uploads/2026/05/2131351... https://www.aljazeera.net/wp-content/uploads/2026/05/21313511-1778242399.jpg?resize=270%2C180&quality=80 — 200 — 9.9 KiB — 19 ms — http/1.1https://www.aljazeera.net/static/js/youtube-libs~7dbd8cdd.fbf01926.chunk.js/static/js/youtube-libs~7dbd8cdd.fb... https://www.aljazeera.net/static/js/youtube-libs~7dbd8cdd.fbf01926.chunk.js — 200 — 3.8 KiB — 18 ms — http/1.1https://www.aljazeera.net/static/js/brightcove-libs~7dbd8cdd.1b26af6e.chunk.js/static/js/brightcove-libs~7dbd8cdd... https://www.aljazeera.net/static/js/brightcove-libs~7dbd8cdd.1b26af6e.chunk.js — 200 — 5.6 KiB — 15 ms — http/1.1https://www.aljazeera.net/static/js/amplitude-libs~011b9863.512b3553.chunk.js/static/js/amplitude-libs~011b9863.... https://www.aljazeera.net/static/js/amplitude-libs~011b9863.512b3553.chunk.js — 200 — 13.7 KiB — 15 ms — http/1.1https://cdn.cookielaw.org/consent/c9b6725f-7687-48ef-ad27-870859bc7b32/c9b6725f-7687-48ef-ad27-870859bc7b32.jsoncdn.cookielaw.org/consent/c9b6725f-... https://cdn.cookielaw.org/consent/c9b6725f-7687-48ef-ad27-870859bc7b32/c9b6725f-7687-48ef-ad27-870859bc7b32.json — 200 — 3.0 KiB — 33 ms — h2https://www.aljazeera.net/static/js/freestar-libs~910c95fb.23a95913.chunk.js/static/js/freestar-libs~910c95fb.2... https://www.aljazeera.net/static/js/freestar-libs~910c95fb.23a95913.chunk.js — 200 — 13.8 KiB — 31 ms — http/1.1https://www.aljazeera.net/static/js/firebase-packages~7dbd8cdd.ad719a87.chunk.js/static/js/firebase-packages~7dbd8c... https://www.aljazeera.net/static/js/firebase-packages~7dbd8cdd.ad719a87.chunk.js — 200 — 39.8 KiB — 20 ms — http/1.1https://www.aljazeera.net/static/js/react-core~7dbd8cdd.03b5246c.chunk.js/static/js/react-core~7dbd8cdd.03b5... https://www.aljazeera.net/static/js/react-core~7dbd8cdd.03b5246c.chunk.js — 200 — 53.3 KiB — 56 ms — http/1.1https://www.aljazeera.net/static/js/graphql-core~7dbd8cdd.0bbca379.chunk.js/static/js/graphql-core~7dbd8cdd.0b... https://www.aljazeera.net/static/js/graphql-core~7dbd8cdd.0bbca379.chunk.js — 200 — 49.7 KiB — 22 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-WFKEPR3HG4www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-WFKEPR3HG4 — 200 — 167.5 KiB — 217 ms — h2https://static.chartbeat.com/js/chartbeat.jsstatic.chartbeat.com/js/chartbeat.j... https://static.chartbeat.com/js/chartbeat.js — 200 — 16.0 KiB — 98 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-N6778BQwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-N6778BQ — 200 — 115.8 KiB — 237 ms — h2https://www.aljazeera.net/static/js/vendor~main~7dbd8cdd.a5a7d683.chunk.js/static/js/vendor~main~7dbd8cdd.a5a... https://www.aljazeera.net/static/js/vendor~main~7dbd8cdd.a5a7d683.chunk.js — 200 — 66.9 KiB — 27 ms — http/1.1https://www.aljazeera.net/static/js/vendor~main~e5e84d97.33838d21.chunk.js/static/js/vendor~main~e5e84d97.338... https://www.aljazeera.net/static/js/vendor~main~e5e84d97.33838d21.chunk.js — 200 — 73.0 KiB — 19 ms — http/1.1data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL… — 200 — 0 B — 0 ms — datahttps://www.aljazeera.net/static/js/component~main~748942c6.c1319787.chunk.js/static/js/component~main~748942c6.... https://www.aljazeera.net/static/js/component~main~748942c6.c1319787.chunk.js — 200 — 88.3 KiB — 23 ms — http/1.1https://www.aljazeera.net/static/js/component~main~b07b7304.d4c6e036.chunk.js/static/js/component~main~b07b7304.... https://www.aljazeera.net/static/js/component~main~b07b7304.d4c6e036.chunk.js — 200 — 68.3 KiB — 26 ms — http/1.1https://www.aljazeera.net/static/js/component~main~6e6dca10.a8ee96b4.chunk.js/static/js/component~main~6e6dca10.... https://www.aljazeera.net/static/js/component~main~6e6dca10.a8ee96b4.chunk.js — 200 — 43.1 KiB — 21 ms — http/1.1https://www.aljazeera.net/static/js/component~main~5db14389.74262217.chunk.js/static/js/component~main~5db14389.... https://www.aljazeera.net/static/js/component~main~5db14389.74262217.chunk.js — 200 — 29.5 KiB — 45 ms — http/1.1https://www.aljazeera.net/static/js/main.7546569d.js/static/js/main.7546569d.js https://www.aljazeera.net/static/js/main.7546569d.js — 200 — 3.1 KiB — 18 ms — http/1.1data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd…data:image/svg+xml;base64,PHN2ZyB3a... data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd… — 200 — 0 B — 0 ms — datahttps://www.aljazeera.net/thirdparty/ampli.v9.js/thirdparty/ampli.v9.js https://www.aljazeera.net/thirdparty/ampli.v9.js — 200 — 2.1 KiB — 27 ms — http/1.1https://www.aljazeera.net/static/js/vendor~amp-route~article-route~common-route~gallery-route~homepage-route~liveblog-route~login-route~~d03bd1d4.26993906.chunk.js/static/js/vendor~amp-route~article... https://www.aljazeera.net/static/js/vendor~amp-route~article-route~common-route~gallery-route~homepage-route~liveblog-route~login-route~~d03bd1d4.26993906.chunk.js — 200 — 27.4 KiB — 26 ms — http/1.1https://www.aljazeera.net/static/js/vendor~common-route~featured-gallery~homepage-route~topic-route~vertical-video-experience~video-rout~7433b1ad.87c45a2f.chunk.js/static/js/vendor~common-route~feat... https://www.aljazeera.net/static/js/vendor~common-route~featured-gallery~homepage-route~topic-route~vertical-video-experience~video-rout~7433b1ad.87c45a2f.chunk.js — 200 — 35.1 KiB — 28 ms — http/1.1https://www.aljazeera.net/static/js/component~amp-route~article-route~common-route~gallery-route~homepage-route~liveblog-route~login-rou~d82eadb2.5c5dc405.chunk.js/static/js/component~amp-route~arti... https://www.aljazeera.net/static/js/component~amp-route~article-route~common-route~gallery-route~homepage-route~liveblog-route~login-rou~d82eadb2.5c5dc405.chunk.js — 200 — 59.1 KiB — 26 ms — http/1.1https://www.aljazeera.net/static/js/component~common-route~homepage-route~login-route~section-route~topic-route~video-route~6e6dca10.d7764f44.chunk.js/static/js/component~common-route~h... https://www.aljazeera.net/static/js/component~common-route~homepage-route~login-route~section-route~topic-route~video-route~6e6dca10.d7764f44.chunk.js — 200 — 18.4 KiB — 31 ms — http/1.1https://www.aljazeera.net/static/js/component~homepage-route~493df0b3.f370ef51.chunk.js/static/js/component~homepage-route... https://www.aljazeera.net/static/js/component~homepage-route~493df0b3.f370ef51.chunk.js — 200 — 31.9 KiB — 16 ms — http/1.1https://www.aljazeera.net/static/js/component~homepage-route~6e6dca10.45dceee1.chunk.js/static/js/component~homepage-route... https://www.aljazeera.net/static/js/component~homepage-route~6e6dca10.45dceee1.chunk.js — 200 — 25.2 KiB — 26 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2026/05/1-1778254981.png?resize=270%2C180&quality=80/wp-content/uploads/2026/05/1-17782... https://www.aljazeera.net/wp-content/uploads/2026/05/1-1778254981.png?resize=270%2C180&quality=80 — 200 — 5.9 KiB — 32 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2026/05/comn-1778259468.jpg?resize=270%2C180&quality=80/wp-content/uploads/2026/05/comn-17... https://www.aljazeera.net/wp-content/uploads/2026/05/comn-1778259468.jpg?resize=270%2C180&quality=80 — 200 — 9.4 KiB — 23 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2026/05/reuters_69fe2f45-1778265925.jpg?resize=270%2C180&quality=80/wp-content/uploads/2026/05/reuters... https://www.aljazeera.net/wp-content/uploads/2026/05/reuters_69fe2f45-1778265925.jpg?resize=270%2C180&quality=80 — 200 — 6.4 KiB — 23 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2026/05/ap_69fe0af30fb70-1778256627.jpg?resize=270%2C180&quality=80/wp-content/uploads/2026/05/ap_69fe... https://www.aljazeera.net/wp-content/uploads/2026/05/ap_69fe0af30fb70-1778256627.jpg?resize=270%2C180&quality=80 — 200 — 10.1 KiB — 30 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2026/05/sdf32sdf-1777983114.jpg?resize=270%2C180&quality=80/wp-content/uploads/2026/05/sdf32sd... https://www.aljazeera.net/wp-content/uploads/2026/05/sdf32sdf-1777983114.jpg?resize=270%2C180&quality=80 — 200 — 6.0 KiB — 17 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2024/04/COM4-1712212550.jpg?resize=270%2C180&quality=80/wp-content/uploads/2024/04/COM4-17... https://www.aljazeera.net/wp-content/uploads/2024/04/COM4-1712212550.jpg?resize=270%2C180&quality=80 — 200 — 8.0 KiB — 30 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2017/04/50aaefd4-a4aa-4be1-8d28-fc5fe63a9264.jpeg?resize=270%2C180&quality=80/wp-content/uploads/2017/04/50aaefd... https://www.aljazeera.net/wp-content/uploads/2017/04/50aaefd4-a4aa-4be1-8d28-fc5fe63a9264.jpeg?resize=270%2C180&quality=80 — 200 — 2.4 KiB — 22 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2026/05/sdf4545-1778159720.jpg?resize=270%2C180&quality=80/wp-content/uploads/2026/05/sdf4545... https://www.aljazeera.net/wp-content/uploads/2026/05/sdf4545-1778159720.jpg?resize=270%2C180&quality=80 — 200 — 7.8 KiB — 30 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2025/08/%D9%85%D8%A6%D8%A7%D8%AA-%D8%A2%D9%84%D8%A7%D9%81%D8%AA-1756468755.jpg?resize=270%2C180&quality=80/wp-content/uploads/2025/08/%D9%85%... https://www.aljazeera.net/wp-content/uploads/2025/08/%D9%85%D8%A6%D8%A7%D8%AA-%D8%A2%D9%84%D8%A7%D9%81%D8%AA-1756468755.jpg?resize=270%2C180&quality=80 — 200 — 8.9 KiB — 30 ms — http/1.1https://www.aljazeera.net/static/media/Al-Jazeera-Heavy.3baf54b4.woff2/static/media/Al-Jazeera-Heavy.3baf... https://www.aljazeera.net/static/media/Al-Jazeera-Heavy.3baf54b4.woff2 — 200 — 34.5 KiB — 25 ms — http/1.1https://www.aljazeera.net/static/media/Al-Jazeera-Light.b09a8096.woff2/static/media/Al-Jazeera-Light.b09a... https://www.aljazeera.net/static/media/Al-Jazeera-Light.b09a8096.woff2 — 200 — 32.7 KiB — 34 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2021/02/shutterstock_1877562616.jpg?resize=270%2C180&quality=80/wp-content/uploads/2021/02/shutter... https://www.aljazeera.net/wp-content/uploads/2021/02/shutterstock_1877562616.jpg?resize=270%2C180&quality=80 — 200 — 7.5 KiB — 50 ms — http/1.1https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 281 B — 119 ms — h2https://www.aljazeera.net/wp-content/uploads/2026/05/afp_69fec17e84e8-1778303358.jpg?resize=770%2C513&quality=80/wp-content/uploads/2026/05/afp_69f... https://www.aljazeera.net/wp-content/uploads/2026/05/afp_69fec17e84e8-1778303358.jpg?resize=770%2C513&quality=80 — 200 — 103.9 KiB — 30 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2026/05/ap_69fee41969fb1-1778312217.jpg?resize=770%2C513&quality=80/wp-content/uploads/2026/05/ap_69fe... https://www.aljazeera.net/wp-content/uploads/2026/05/ap_69fee41969fb1-1778312217.jpg?resize=770%2C513&quality=80 — 200 — 39.6 KiB — 41 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2026/05/reuters_69fef8a1-1778317473.jpg?resize=770%2C513&quality=80/wp-content/uploads/2026/05/reuters... https://www.aljazeera.net/wp-content/uploads/2026/05/reuters_69fef8a1-1778317473.jpg?resize=770%2C513&quality=80 — 200 — 33.5 KiB — 29 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2026/05/Scree11-1778319129.png?resize=770%2C513&quality=80/wp-content/uploads/2026/05/Scree11... https://www.aljazeera.net/wp-content/uploads/2026/05/Scree11-1778319129.png?resize=770%2C513&quality=80 — 200 — 24.5 KiB — 30 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2026/05/651-1778218837.jpg?resize=770%2C513&quality=80/wp-content/uploads/2026/05/651-177... https://www.aljazeera.net/wp-content/uploads/2026/05/651-1778218837.jpg?resize=770%2C513&quality=80 — 200 — 64.3 KiB — 43 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2026/05/getty_69fef02aeb-1778315306.jpg?resize=770%2C513&quality=80/wp-content/uploads/2026/05/getty_6... https://www.aljazeera.net/wp-content/uploads/2026/05/getty_69fef02aeb-1778315306.jpg?resize=770%2C513&quality=80 — 200 — 62.5 KiB — 23 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2023/09/%D8%B9%D8%A8%D9%8A%D8%B1-%D8%A7%D9%84%D9%81%D9%82%D9%8A%D9%87-1-1694456038.jpg?resize=96%2C96&quality=80/wp-content/uploads/2023/09/%D8%B9%... https://www.aljazeera.net/wp-content/uploads/2023/09/%D8%B9%D8%A8%D9%8A%D8%B1-%D8%A7%D9%84%D9%81%D9%82%D9%8A%D9%87-1-1694456038.jpg?resize=96%2C96&quality=80 — 200 — 1.8 KiB — 18 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2000/01/89482cad-b2fc-4a26-a4aa-c455b80159d8.jpeg?resize=96%2C96&quality=80/wp-content/uploads/2000/01/89482ca... https://www.aljazeera.net/wp-content/uploads/2000/01/89482cad-b2fc-4a26-a4aa-c455b80159d8.jpeg?resize=96%2C96&quality=80 — 200 — 2.0 KiB — 20 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2026/03/%D8%AC%D9%8A%D9%81%D8%B1%D9%8A-1772717658.jpeg?resize=96%2C96&quality=80/wp-content/uploads/2026/03/%D8%AC%... https://www.aljazeera.net/wp-content/uploads/2026/03/%D8%AC%D9%8A%D9%81%D8%B1%D9%8A-1772717658.jpeg?resize=96%2C96&quality=80 — 200 — 3.3 KiB — 19 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2000/01/d9143c84-e2af-4b88-ae13-ec3896bb8a5d.jpeg?resize=96%2C96&quality=80/wp-content/uploads/2000/01/d9143c8... https://www.aljazeera.net/wp-content/uploads/2000/01/d9143c84-e2af-4b88-ae13-ec3896bb8a5d.jpeg?resize=96%2C96&quality=80 — 200 — 3.0 KiB — 30 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2026/05/image-1778272728.jpg?resize=770%2C513&quality=80/wp-content/uploads/2026/05/image-1... https://www.aljazeera.net/wp-content/uploads/2026/05/image-1778272728.jpg?resize=770%2C513&quality=80 — 200 — 61.6 KiB — 22 ms — http/1.1https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 3.5 KiB — 135 ms — h2https://www.aljazeera.net/static/css/component~AudioPlayer~493df0b3.bf9fa94c.chunk.css/static/css/component~AudioPlayer~4... https://www.aljazeera.net/static/css/component~AudioPlayer~493df0b3.bf9fa94c.chunk.css — 200 — 3.6 KiB — 22 ms — http/1.1https://www.aljazeera.net/static/js/component~AudioPlayer~493df0b3.f6c5873f.chunk.js/static/js/component~AudioPlayer~49... https://www.aljazeera.net/static/js/component~AudioPlayer~493df0b3.f6c5873f.chunk.js — 200 — 32.2 KiB — 18 ms — http/1.1https://www.aljazeera.net/api/features?wp-site=aja/api/features?wp-site=aja https://www.aljazeera.net/api/features?wp-site=aja — 200 — 3.5 KiB — 14 ms — http/1.1https://www.aljazeera.net/graphql?wp-site=aja&operationName=ArchipelagoTVBreakingTickerQuery&variables=%7B%7D&extensions=%7B%7D/graphql?wp-site=aja&operationName=... https://www.aljazeera.net/graphql?wp-site=aja&operationName=ArchipelagoTVBreakingTickerQuery&variables=%7B%7D&extensions=%7B%7D — 200 — 708 B — 18 ms — http/1.1https://www.aljazeera.net/static/media/error-icon.c8fb9e1b.svg/static/media/error-icon.c8fb9e1b.s... https://www.aljazeera.net/static/media/error-icon.c8fb9e1b.svg — 200 — 1016 B — 20 ms — http/1.1https://www.aljazeera.net/static/media/right-mark-icon.3a446adc.svg/static/media/right-mark-icon.3a446... https://www.aljazeera.net/static/media/right-mark-icon.3a446adc.svg — 200 — 657 B — 19 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2026/03/moj-1772996135.jpg?resize=770%2C513&quality=80/wp-content/uploads/2026/03/moj-177... https://www.aljazeera.net/wp-content/uploads/2026/03/moj-1772996135.jpg?resize=770%2C513&quality=80 — 200 — 36.3 KiB — 23 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2026/05/tshzsh2-1778304106.webp?resize=770%2C513&quality=80/wp-content/uploads/2026/05/tshzsh2... https://www.aljazeera.net/wp-content/uploads/2026/05/tshzsh2-1778304106.webp?resize=770%2C513&quality=80 — 200 — 30.4 KiB — 23 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2026/05/combo4-1778317281.jpg?resize=770%2C513&quality=80/wp-content/uploads/2026/05/combo4-... https://www.aljazeera.net/wp-content/uploads/2026/05/combo4-1778317281.jpg?resize=770%2C513&quality=80 — 200 — 57.6 KiB — 23 ms — http/1.1https://www.aljazeera.net/wp-content/uploads/2026/05/afp_69fca2049875-1778164228.jpg?resize=770%2C513&quality=80/wp-content/uploads/2026/05/afp_69f... https://www.aljazeera.net/wp-content/uploads/2026/05/afp_69fca2049875-1778164228.jpg?resize=770%2C513&quality=80 — 200 — 33.3 KiB — 24 ms — http/1.1https://cf-images.eu-west-1.prod.boltdns.net/v1/static/665001584001/362722fc-5ad8-4796-ac5a-5d890d40d5c2/fb77e6bc-e69d-4c3d-b63f-d34159167a02/1245x700/match/image.jpgcf-images.eu-west-1.prod.boltdns.ne... https://cf-images.eu-west-1.prod.boltdns.net/v1/static/665001584001/362722fc-5ad8-4796-ac5a-5d890d40d5c2/fb77e6bc-e69d-4c3d-b63f-d34159167a02/1245x700/match/image.jpg — 200 — 30.0 KiB — 136 ms — h2https://cf-images.eu-west-1.prod.boltdns.net/v1/static/665001584001/6f528ebd-93ad-415a-a92f-8c27221c27fe/5c3515ea-8f33-4045-98e9-27239caebd29/1245x700/match/image.jpgcf-images.eu-west-1.prod.boltdns.ne... https://cf-images.eu-west-1.prod.boltdns.net/v1/static/665001584001/6f528ebd-93ad-415a-a92f-8c27221c27fe/5c3515ea-8f33-4045-98e9-27239caebd29/1245x700/match/image.jpg — 200 — 35.2 KiB — 144 ms — h2https://cf-images.eu-west-1.prod.boltdns.net/v1/static/665001584001/a6649149-1e36-4144-ba75-8dcc687b60ee/83e454b8-acbf-4193-8aa3-2c167bea9cdd/1245x700/match/image.jpgcf-images.eu-west-1.prod.boltdns.ne... https://cf-images.eu-west-1.prod.boltdns.net/v1/static/665001584001/a6649149-1e36-4144-ba75-8dcc687b60ee/83e454b8-acbf-4193-8aa3-2c167bea9cdd/1245x700/match/image.jpg — 200 — 34.4 KiB — 148 ms — h2https://cf-images.eu-west-1.prod.boltdns.net/v1/static/665001584001/65027050-7372-4b9d-8d1c-92d67d15146f/7731d329-abc2-4f2f-bff5-c9c0f48863ed/1245x700/match/image.jpgcf-images.eu-west-1.prod.boltdns.ne... https://cf-images.eu-west-1.prod.boltdns.net/v1/static/665001584001/65027050-7372-4b9d-8d1c-92d67d15146f/7731d329-abc2-4f2f-bff5-c9c0f48863ed/1245x700/match/image.jpg — 200 — 42.5 KiB — 153 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js — 200 — 128.4 KiB — 49 ms — h2https://cf-images.eu-west-1.prod.boltdns.net/v1/static/665001584001/4b596613-fa31-4621-bb95-2ab9307a72d6/fffba7f9-3a6b-400d-9365-e3608e0b7e6c/1245x700/match/image.jpgcf-images.eu-west-1.prod.boltdns.ne... https://cf-images.eu-west-1.prod.boltdns.net/v1/static/665001584001/4b596613-fa31-4621-bb95-2ab9307a72d6/fffba7f9-3a6b-400d-9365-e3608e0b7e6c/1245x700/match/image.jpg — 200 — 33.4 KiB — 119 ms — h2https://cf-images.eu-west-1.prod.boltdns.net/v1/static/665001584001/9772f8b0-4575-472b-983b-f1b824cbf7c6/90ee4fd0-0a1b-4def-9adc-ecafd1ae53e4/1245x700/match/image.jpgcf-images.eu-west-1.prod.boltdns.ne... https://cf-images.eu-west-1.prod.boltdns.net/v1/static/665001584001/9772f8b0-4575-472b-983b-f1b824cbf7c6/90ee4fd0-0a1b-4def-9adc-ecafd1ae53e4/1245x700/match/image.jpg — 200 — 26.5 KiB — 105 ms — h2https://cdn.amplitude.com/libs/analytics-browser-2.0.0-min.js.gzcdn.amplitude.com/libs/analytics-br... https://cdn.amplitude.com/libs/analytics-browser-2.0.0-min.js.gz — 200 — 16.6 KiB — 84 ms — h2https://ping.chartbeat.net/ping?h=aljazeera.net&p=%2F&u=wpnSMBQBF93CFcqxK&d=aljazeera.net&g=3291&g0=%D8%A7%D9%84%D8%A2%D9%86&g1=No%20Author&g4=Home%20Page&n=1&f=00001&c=0&x=0&m=0&y=8995&o=412&w=823&j=45&R=1&W=0&I=0&E=0&e=0&r=&PA=https%3A%2F%2Fwww.aljazeera.net%2F&b=1658&t=NHRV9BKhQaVByZhl2Cnsy23Cf1mo7&V=151&i=%D8%A7%D9%84%D8%AC%D8%B2%D9%8A%D8%B1%D8%A9%20%D9%86%D8%AA&tz=0&_acct=anon&sn=1&sv=BRUGIoCciPsYgxJDTBIOo_nddRj&sr=external&sd=1&im=067b0fff&_ping.chartbeat.net/ping?h=aljazeera... https://ping.chartbeat.net/ping?h=aljazeera.net&p=%2F&u=wpnSMBQBF93CFcqxK&d=aljazeera.net&g=3291&g0=%D8%A7%D9%84%D8%A2%D9%86&g1=No%20Author&g4=Home%20Page&n=1&f=00001&c=0&x=0&m=0&y=8995&o=412&w=823&j=45&R=1&W=0&I=0&E=0&e=0&r=&PA=https%3A%2F%2Fwww.aljazeera.net%2F&b=1658&t=NHRV9BKhQaVByZhl2Cnsy23Cf1mo7&V=151&i=%D8%A7%D9%84%D8%AC%D8%B2%D9%8A%D8%B1%D8%A9%20%D9%86%D8%AA&tz=0&_acct=anon&sn=1&sv=BRUGIoCciPsYgxJDTBIOo_nddRj&sr=external&sd=1&im=067b0fff&_ — 200 — 201 B — 318 ms — h2https://cf-images.eu-west-1.prod.boltdns.net/v1/static/665001584001/0462da28-7c8a-4567-be90-4c093a895c88/cbab3e4b-3f46-45c2-a883-c6fa1a2f1151/1245x700/match/image.jpgcf-images.eu-west-1.prod.boltdns.ne... https://cf-images.eu-west-1.prod.boltdns.net/v1/static/665001584001/0462da28-7c8a-4567-be90-4c093a895c88/cbab3e4b-3f46-45c2-a883-c6fa1a2f1151/1245x700/match/image.jpg — 200 — 111.5 KiB — 46 ms — h2https://cf-images.eu-west-1.prod.boltdns.net/v1/static/665001584001/da8c6e44-4fe7-4602-b8ef-2b41b9858568/6e404ae0-0d74-45d9-a95a-4fff1b63c06e/1245x700/match/image.jpgcf-images.eu-west-1.prod.boltdns.ne... https://cf-images.eu-west-1.prod.boltdns.net/v1/static/665001584001/da8c6e44-4fe7-4602-b8ef-2b41b9858568/6e404ae0-0d74-45d9-a95a-4fff1b63c06e/1245x700/match/image.jpg — 200 — 25.4 KiB — 48 ms — h2https://www.youtube.com/s/player/8fb635c2/www-widgetapi.vflset/www-widgetapi.jswww.youtube.com/s/player/8fb635c2/w... https://www.youtube.com/s/player/8fb635c2/www-widgetapi.vflset/www-widgetapi.js — 200 — 10.6 KiB — 36 ms — h2https://cdn.cookielaw.org/consent/c9b6725f-7687-48ef-ad27-870859bc7b32/0198a48e-c865-73fa-b161-f7d96a29ad78/ar.jsoncdn.cookielaw.org/consent/c9b6725f-... https://cdn.cookielaw.org/consent/c9b6725f-7687-48ef-ad27-870859bc7b32/0198a48e-c865-73fa-b161-f7d96a29ad78/ar.json — 200 — 130.6 KiB — 65 ms — h2https://cdn.cookielaw.org/vendorlist/iab2V2Data.jsoncdn.cookielaw.org/vendorlist/iab2V2... https://cdn.cookielaw.org/vendorlist/iab2V2Data.json — 200 — 87.2 KiB — 49 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.2.0/otTCF.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.2.0/otTCF.js — 200 — 17.7 KiB — 28 ms — h2https://www.youtube-nocookie.com/embed/bNyUyrR0PHo?autoplay=1&mute=1&rel=0&showinfo=1&fs=1&frameBorder=0&cc_load_policy=0&cc_lang_pref=en&enablejsapi=1&origin=https%3A%2F%2Fwww.aljazeera.net&widgetid=1&forigin=https%3A%2F%2Fwww.aljazeera.net%2F&aoriginsup=1&vf=6www.youtube-nocookie.com/embed/bNyU... https://www.youtube-nocookie.com/embed/bNyUyrR0PHo?autoplay=1&mute=1&rel=0&showinfo=1&fs=1&frameBorder=0&cc_load_policy=0&cc_lang_pref=en&enablejsapi=1&origin=https%3A%2F%2Fwww.aljazeera.net&widgetid=1&forigin=https%3A%2F%2Fwww.aljazeera.net%2F&aoriginsup=1&vf=6 — 200 — 57.1 KiB — 202 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-WFKEPR3HG4&gtm=45je6562h1v894171536za200zd894171536&_p=1778321166396&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&tcfd=10001&_eu=AAAAAEAC&are=1&cid=144518956.1778321168&frm=0&ngs=1&pscdl=noapi&rcb=18&sr=412x823&uaa=&uab=64&uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.96&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~118463262&dt=%E2%80%8F%D8%A7%D9%84%D8%AC%D8%B2%D9%8A%D8%B1%D8%A9%20%D9%86%D8%AA%3A%20%D8%A2%D8%AE%D8%B1%20%D8%A3%D8%AE%D8%A8%D8%A7%D8%B1%20%D8%A7%D9%84%D9%8A%D9%88%D9%85%20%D8%AD%D9%88%D9%84%20%D8%A7%D9%84%D8%B9%D8%A7%D9%84%D9%85%E2%80%8F&dl=https%3A%2F%2Fwww.aljazeera.net%2F&sid=1778321167&sct=1&seg=0&_tu=AAg&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.anonymize_ip=true&ep.dimension15=Web&ep.dimension13=Home%20Page&ep.dimension14=1761429&tfd=1965region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-WFKEPR3HG4&gtm=45je6562h1v894171536za200zd894171536&_p=1778321166396&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&tcfd=10001&_eu=AAAAAEAC&are=1&cid=144518956.1778321168&frm=0&ngs=1&pscdl=noapi&rcb=18&sr=412x823&uaa=&uab=64&uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.96&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~118463262&dt=%E2%80%8F%D8%A7%D9%84%D8%AC%D8%B2%D9%8A%D8%B1%D8%A9%20%D9%86%D8%AA%3A%20%D8%A2%D8%AE%D8%B1%20%D8%A3%D8%AE%D8%A8%D8%A7%D8%B1%20%D8%A7%D9%84%D9%8A%D9%88%D9%85%20%D8%AD%D9%88%D9%84%20%D8%A7%D9%84%D8%B9%D8%A7%D9%84%D9%85%E2%80%8F&dl=https%3A%2F%2Fwww.aljazeera.net%2F&sid=1778321167&sct=1&seg=0&_tu=AAg&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.anonymize_ip=true&ep.dimension15=Web&ep.dimension13=Home%20Page&ep.dimension14=1761429&tfd=1965 — 204 — 551 B — 98 ms — h2https://www.youtube-nocookie.com/s/player/8fb635c2/www-player.csswww.youtube-nocookie.com/s/player/8... https://www.youtube-nocookie.com/s/player/8fb635c2/www-player.css — 200 — 58.2 KiB — 56 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.xtyqfmz4Ntg.L.W.O/am=AAAAIA/d=0/br=1/rs=AGKMywGmZONZZpPcNuFiwzhlprY6cpfnWQwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.xtyqfmz4Ntg.L.W.O/am=AAAAIA/d=0/br=1/rs=AGKMywGmZONZZpPcNuFiwzhlprY6cpfnWQ — 200 — 48.9 KiB — 65 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 106 ms — h3https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.34ZJqU1PH_M.2021.O/am=AAAAIA/d=1/br=1/rs=AGKMywGP9RJraOehA9jvh7KhSV7kSHdsyA/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.34ZJqU1PH_M.2021.O/am=AAAAIA/d=1/br=1/rs=AGKMywGP9RJraOehA9jvh7KhSV7kSHdsyA/m=root,base — 200 — 141.0 KiB — 87 ms — h2https://www.youtube-nocookie.com/s/player/8fb635c2/player_embed_es6.vflset/en_US/base.jswww.youtube-nocookie.com/s/player/8... https://www.youtube-nocookie.com/s/player/8fb635c2/player_embed_es6.vflset/en_US/base.js — 200 — 435.9 KiB — 122 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.2.0/assets/otFlatRtl.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.2.0/assets/otFlatRtl.json — 200 — 3.4 KiB — 29 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.2.0/assets/otCommonStylesRtl.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.2.0/assets/otCommonStylesRtl.css — 200 — 4.7 KiB — 26 ms — h2https://api.lab.amplitude.com/sdk/vardataapi.lab.amplitude.com/sdk/vardata https://api.lab.amplitude.com/sdk/vardata — 200 — 0 B — 52 ms — h2https://api.lab.amplitude.com/sdk/vardataapi.lab.amplitude.com/sdk/vardata https://api.lab.amplitude.com/sdk/vardata — 200 — 199 B — 191 ms — h2https://a.pub.network/aljazeera-net/pubfig.min.jsa.pub.network/aljazeera-net/pubfig.... https://a.pub.network/aljazeera-net/pubfig.min.js — 200 — 28.7 KiB — 99 ms — h3https://d.pub.network/v2/sites/aljazeera-net/configs?env=PRODd.pub.network/v2/sites/aljazeera-ne... https://d.pub.network/v2/sites/aljazeera-net/configs?env=PROD — 200 — 12.1 KiB — 110 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.34ZJqU1PH_M.2021.O/am=AAAAIA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGP9RJraOehA9jvh7KhSV7kSHdsyA/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.34ZJqU1PH_M.2021.O/am=AAAAIA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGP9RJraOehA9jvh7KhSV7kSHdsyA/m=r78Drb — -1 — 0 B — 0 ms — https://www.youtube-nocookie.com/youtubei/v1/player?prettyPrint=falsewww.youtube-nocookie.com/youtubei/v... https://www.youtube-nocookie.com/youtubei/v1/player?prettyPrint=false — -1 — 0 B — 0 ms — https://a.pub.network/aljazeera-net/prebid.jsa.pub.network/aljazeera-net/prebid.... https://a.pub.network/aljazeera-net/prebid.js — 200 — 166.5 KiB — 91 ms — h3https://c.pub.network/v2/cc.pub.network/v2/c https://c.pub.network/v2/c — 200 — 0 B — 95 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 34.2 KiB — 140 ms — h3https://a.pub.network/aljazeera-net/pubfig.engine.mobile.jsa.pub.network/aljazeera-net/pubfig.... https://a.pub.network/aljazeera-net/pubfig.engine.mobile.js — 200 — 141.3 KiB — 93 ms — h3https://www.youtube-nocookie.com/embed/bNyUyrR0PHo?autoplay=0&mute=1&rel=0&showinfo=1&fs=1&frameBorder=0&cc_load_policy=0&cc_lang_pref=en&enablejsapi=1&origin=https%3A%2F%2Fwww.aljazeera.net&widgetid=3&forigin=https%3A%2F%2Fwww.aljazeera.net%2F&aoriginsup=1&vf=6www.youtube-nocookie.com/embed/bNyU... https://www.youtube-nocookie.com/embed/bNyUyrR0PHo?autoplay=0&mute=1&rel=0&showinfo=1&fs=1&frameBorder=0&cc_load_policy=0&cc_lang_pref=en&enablejsapi=1&origin=https%3A%2F%2Fwww.aljazeera.net&widgetid=3&forigin=https%3A%2F%2Fwww.aljazeera.net%2F&aoriginsup=1&vf=6 — 200 — 54.1 KiB — 90 ms — h3https://c.pub.network/v2/cc.pub.network/v2/c https://c.pub.network/v2/c — 200 — 111 B — 30 ms — h2https://www.youtube-nocookie.com/s/player/8fb635c2/www-player.csswww.youtube-nocookie.com/s/player/8... https://www.youtube-nocookie.com/s/player/8fb635c2/www-player.css — 200 — 0 B — 0 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.xtyqfmz4Ntg.L.W.O/am=AAAAIA/d=0/br=1/rs=AGKMywGmZONZZpPcNuFiwzhlprY6cpfnWQwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.xtyqfmz4Ntg.L.W.O/am=AAAAIA/d=0/br=1/rs=AGKMywGmZONZZpPcNuFiwzhlprY6cpfnWQ — 200 — 0 B — 0 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.34ZJqU1PH_M.2021.O/am=AAAAIA/d=1/br=1/rs=AGKMywGP9RJraOehA9jvh7KhSV7kSHdsyA/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.34ZJqU1PH_M.2021.O/am=AAAAIA/d=1/br=1/rs=AGKMywGP9RJraOehA9jvh7KhSV7kSHdsyA/m=root,base — 200 — 0 B — 0 ms — h2https://www.youtube-nocookie.com/s/player/8fb635c2/player_embed_es6.vflset/en_US/base.jswww.youtube-nocookie.com/s/player/8... https://www.youtube-nocookie.com/s/player/8fb635c2/player_embed_es6.vflset/en_US/base.js — 200 — 0 B — 0 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 0 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202605050101/pubads_impl.js?cb=31098317securepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202605050101/pubads_impl.js?cb=31098317 — 200 — 189.9 KiB — 87 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/dict/m202605070101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202605070101/gpt — 200 — 23.1 KiB — 43 ms — h3https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.34ZJqU1PH_M.2021.O/am=AAAAIA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGP9RJraOehA9jvh7KhSV7kSHdsyA/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.34ZJqU1PH_M.2021.O/am=AAAAIA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGP9RJraOehA9jvh7KhSV7kSHdsyA/m=r78Drb — 200 — 193.8 KiB — 50 ms — h3https://api2.amplitude.com/2/httpapiapi2.amplitude.com/2/httpapi https://api2.amplitude.com/2/httpapi — 200 — 0 B — 550 ms — h2https://i.ytimg.com/vi/bNyUyrR0PHo/sddefault.jpg?v=69ba69a8i.ytimg.com/vi/bNyUyrR0PHo/sddefaul... https://i.ytimg.com/vi/bNyUyrR0PHo/sddefault.jpg?v=69ba69a8 — 200 — 31.2 KiB — 121 ms — h2https://yt3.ggpht.com/oN_i26ADOuQ4PdypHo8yjVXh6QSXZ1kMeYzaRH3hNOlQE1uEUUQ-gkCh0o1rUQ2PM7Qx6QvY2g=s68-c-k-c0x00ffffff-no-rjyt3.ggpht.com/oN_i26ADOuQ4PdypHo8yj... https://yt3.ggpht.com/oN_i26ADOuQ4PdypHo8yjVXh6QSXZ1kMeYzaRH3hNOlQE1uEUUQ-gkCh0o1rUQ2PM7Qx6QvY2g=s68-c-k-c0x00ffffff-no-rj — 200 — 2.7 KiB — 112 ms — h2https://www.gstatic.com/youtube/img/icons/mweb/youtube_fill/logo/v2/67px.svgwww.gstatic.com/youtube/img/icons/m... https://www.gstatic.com/youtube/img/icons/mweb/youtube_fill/logo/v2/67px.svg — 200 — 732 B — 111 ms — h2https://fonts.gstatic.com/s/i/youtube_outline_experimental/info_circle/v10/24px.svgfonts.gstatic.com/s/i/youtube_outli... https://fonts.gstatic.com/s/i/youtube_outline_experimental/info_circle/v10/24px.svg — 200 — 262 B — 32 ms — h3https://www.aljazeera.net/favicon_aja.ico/favicon_aja.ico https://www.aljazeera.net/favicon_aja.ico — 200 — 1.5 KiB — 17 ms — http/1.1https://www.google.com/js/th/5eQ4nlUSu3ITWhIunEGITNkp-KwLFk8QpBWco9A6TuA.jswww.google.com/js/th/5eQ4nlUSu3ITWh... https://www.google.com/js/th/5eQ4nlUSu3ITWhIunEGITNkp-KwLFk8QpBWco9A6TuA.js — 200 — 23.4 KiB — 63 ms — h3https://api2.amplitude.com/2/httpapiapi2.amplitude.com/2/httpapi https://api2.amplitude.com/2/httpapi — 200 — 217 B — 194 ms — h2https://www.youtube-nocookie.com/generate_204?veKGnwwww.youtube-nocookie.com/generate_2... https://www.youtube-nocookie.com/generate_204?veKGnw — 204 — 10 B — 30 ms — h3https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 0 B — 110 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 311 B — 38 ms — h2https://www.recaptcha.net/recaptcha/enterprise.js?render=6LcbtsooAAAAAJQN9evKBqzW0jP4bZOMgxARO4S6www.recaptcha.net/recaptcha/enterpr... https://www.recaptcha.net/recaptcha/enterprise.js?render=6LcbtsooAAAAAJQN9evKBqzW0jP4bZOMgxARO4S6 — 200 — 1.7 KiB — 146 ms — h2https://www.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/recaptcha__en.js — 200 — 364.6 KiB — 212 ms — h2https://www.recaptcha.net/recaptcha/enterprise/anchor?ar=1&k=6LcbtsooAAAAAJQN9evKBqzW0jP4bZOMgxARO4S6&co=aHR0cHM6Ly93d3cuYWxqYXplZXJhLm5ldDo0NDM.&hl=en&v=U5VsmTDhJM1iOJUyw4DEUTYv&size=invisible&anchor-ms=20000&execute-ms=30000&cb=m3mlvvuz29ubwww.recaptcha.net/recaptcha/enterpr... https://www.recaptcha.net/recaptcha/enterprise/anchor?ar=1&k=6LcbtsooAAAAAJQN9evKBqzW0jP4bZOMgxARO4S6&co=aHR0cHM6Ly93d3cuYWxqYXplZXJhLm5ldDo0NDM.&hl=en&v=U5VsmTDhJM1iOJUyw4DEUTYv&size=invisible&anchor-ms=20000&execute-ms=30000&cb=m3mlvvuz29ub — 200 — 28.7 KiB — 164 ms — h2https://www.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/styles__ltr.css — 200 — 41.6 KiB — 88 ms — h3https://www.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/recaptcha__en.js — 200 — 363.9 KiB — 177 ms — h3https://www.recaptcha.net/recaptcha/enterprise/webworker.js?hl=en&v=U5VsmTDhJM1iOJUyw4DEUTYvwww.recaptcha.net/recaptcha/enterpr... https://www.recaptcha.net/recaptcha/enterprise/webworker.js?hl=en&v=U5VsmTDhJM1iOJUyw4DEUTYv — 200 — 141 B — 214 ms — h2https://www.gstatic.com/recaptcha/api2/logo_48.pngwww.gstatic.com/recaptcha/api2/logo... https://www.gstatic.com/recaptcha/api2/logo_48.png — 200 — 2.2 KiB — 36 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 42 ms — h3https://www.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/recaptcha__en.js — 200 — 0 B — 20 ms — h3https://www.youtube-nocookie.com/youtubei/v1/log_event?alt=jsonwww.youtube-nocookie.com/youtubei/v... https://www.youtube-nocookie.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 36 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
54% of JavaScript execution is third-party
First-party Third-party 3954ms · 1008KB · ر.ق194/mo
Unattributable
Other
Costly
Execution 1615ms
Transfer 0 KB
Monthly Cost ر.ق79/mo
www.gstatic.com
Other
Costly
Execution 704ms
Transfer 0 KB
Unused 48%
Monthly Cost ر.ق35/mo
OneTrust
Consent
Essential
Execution 352ms
Transfer 128 KB
Unused 58%
Monthly Cost ر.ق17/mo
a.pub.network
Other
Costly
Execution 303ms
Transfer 166 KB
Unused 81%
Monthly Cost ر.ق15/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 170ms
Transfer 190 KB
Unused 77%
Monthly Cost ر.ق8/mo
Google Tag Manager
Tag Manager
Optional
Execution 164ms
Transfer 168 KB
Unused 41%
Monthly Cost ر.ق8/mo
static.chartbeat.com
Other
Optional
Execution 145ms
Transfer 16 KB
Monthly Cost ر.ق7/mo
a.pub.network
Other
Optional
Execution 122ms
Transfer 141 KB
Unused 80%
Monthly Cost ر.ق6/mo
Google Tag Manager
Tag Manager
Optional
Execution 120ms
Transfer 116 KB
Unused 54%
Monthly Cost ر.ق6/mo
www.youtube.com
Other
Optional
Execution 80ms
Transfer 11 KB
Monthly Cost ر.ق4/mo
a.pub.network
Other
Optional
Execution 63ms
Transfer 29 KB
Monthly Cost ر.ق3/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 63ms
Transfer 34 KB
Monthly Cost ر.ق3/mo
OneTrust
Consent
Essential
Execution 55ms
Transfer 9 KB
Monthly Cost ر.ق3/mo

These scripts may cost more than they're worth

  • Unattributable adds 1615ms and costs ~ر.ق79/month
  • www.gstatic.com adds 704ms and costs ~ر.ق35/month
  • a.pub.network adds 303ms and costs ~ر.ق15/month

54% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

Unattributable takes 1615ms 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.gstatic.com takes 704ms 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

58% of OneTrust's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

a.pub.network takes 303ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

81% of a.pub.network'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

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

80% of a.pub.network's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

54% of Google Tag Manager'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

Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-04-10 — 2026-05-07)

LCP (p75)

1842 ms

84% good

INP (p75)

504 ms

38% good

CLS (p75)

0.110

74% good

FCP (p75)

1306 ms

TTFB (p75)

487 ms

Image Optimization
55 images, 559 KB total, 426 KB wasted
INFO

Image Optimization Audit

Total Images

55

Total Size

559 KB

Oversized

23

Wasted

426 KB

3 missing alt text 54 missing dimensions 17 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback