Skip to content
https://ipsnews.net

Performance

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

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

68
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
73
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.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

1.65 s

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

2.26 s

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

4 ms

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

0.162

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

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

2.98 s

Page Load Progression

564 ms
1.1 s
1.7 s
2.3 s
2.8 s
3.4 s
3.9 s
4.5 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
3.0 MB transferred, 156 requests
FIX
3.0 MB transferred, 156 requests
Warning::
Page weighs 8.0 MB (3.0 MB transferred)
Warning::
JavaScript is 1.9 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.9 MB
Info::
CSS is 312 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 312 KB
Warning::
156 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.64 g CO2 per page load
3.0 MB / 2.4 MB budget
3.0 MB transferred
156 requests
0.64 g CO2 per page load
JavaScript 1.9 MiB 62%
Images 616.1 KiB 20%
CSS 312.0 KiB 10%
HTML 158.8 KiB 5%
Fonts 87.9 KiB 3%
Other 11.5 KiB 0%
Other 1.2 KiB 0%
Other 704 B 0%
Other 558 B 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

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

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (3.0 MiB of 3.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
32 scripts, 511 KB unused
FIX
32 scripts, 511 KB unused
Warning::
https://pagead2.googlesyndication.com/pagead/manag...: 148 KB unused (83%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-SJ5Q...: 69 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=UA-361...: 64 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://connect.facebook.net/en_US/bundle/sdk.js/: 55 KB unused (70%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://pagead2.googlesyndication.com/pagead/js/ad...: 43 KB unused (80%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 511 KB
511 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604170101/show_ads_impl_fy2021.js178 KB148 KB (83%)3rd
https://www.googletagmanager.com/gtag/js?id=G-SJ5QV6YJYY&cx=c&gtm=4e64k1167 KB69 KB (42%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-361073-1125 KB64 KB (51%)3rd
https://connect.facebook.net/en_US/bundle/sdk.js/78 KB55 KB (70%)3rd
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-641211746722943554 KB43 KB (80%)3rd
https://www.ipsnews.net/wp-includes/js/jquery/jquery.min.js86 KB42 KB (50%)3rd
https://fundingchoicesmessages.google.com/i/ca-pub-6412117467229435?href=https%3A%2F%2Fwww.ipsnews.net&ers=270 KB36 KB (52%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB33 KB (34%)3rd
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js54 KB20 KB (37%)3rd
https://www.ipsnews.net/wp-includes/js/dist/hooks.min.js5 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
156 resources · 3.0 MB · 511 KB savings available
FIX
156 resources · 3.0 MB · 511 KB savings available
Warning::
Page weight 2.0 MB over 1MB target
Got: 3.0 MB Expected: ≤ 1 MB
Info::
~511 KB of savings available
Warning::
154 third-party resources (100% of weight)
Info::
1 resources over 200KB
156 resources · 3.0 MiB · 154 third-party 2.0 MiB over 1MB target
JavaScript 62% · 1.9 MiB
Image 20% · 628.2 KiB
CSS 10% · 312.0 KiB
Document 5% · 159.1 KiB
Font 3% · 87.9 KiB
Other 0% · 1.6 KiB

~510.6 KiB of savings available

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

No Cache-Control header

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

C
Image Optimization
Action
91 images, 0 KB saveable
REVIEW
91 images, 0 KB saveable
Warning::
https://www.ipsnews.net/Library/2026/03/KOFI-TIME_... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ipsnews.net/Library/2022/04/LENSIPS-ba... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ipsnews.net/Library/2026/03/GEF_last_3... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ipsnews.net/Library/2022/04/capacity-b... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ipsnews.net/wp-content/themes/ipsnews/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ipsnews.net/Library/2023/08/BURNING-PL... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ipsnews.net/Library/2025/09/COP30-post... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ipsnews.net/wp-content/themes/ipsnews/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
91 images 616 KB
0 oversized -0 KB
91 legacy format
8 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

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+
JS Execution Cost
454ms total JS execution
PASS
454ms total JS execution
Info::
https://www.ipsnews.net/: 154ms CPU time
Info::
Unattributable: 124ms CPU time
Info::
https://pagead2.googlesyndication.com/pagead/js/ad...: 61ms CPU time
Info::
https://fundingchoicesmessages.google.com/f/AGSKWx...: 59ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-SJ5Q...: 56ms CPU time
Warning::
Third-party scripts: 454ms (100% of total)

Main Thread Breakdown

Script Evaluation 45% Other 22% Script Parsing & Compilation 12% Style & Layout 12% Rendering 4% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://www.ipsnews.net/154ms12ms2ms3rd
Unattributable124ms2ms0ms3rd
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js61ms34ms25ms3rd
https://fundingchoicesmessages.google.com/f/AGSKWxVDoCiAWSspzgTC3KLqO29cM-gFCEAPLIQiLcOG8nhQul8gtuxR4w5nKSN9vCahXWKX6nx51g9PmNIo81RTCGBaNxjNcoO2qD9fr7EDxNTAZqH9Q2vVUpkV8inIL5NvzU8BFoxYXA==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2OTAwOTU5LDIxMzAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93d3cuaXBzbmV3cy5uZXQvIixudWxsLFtbOCwicFNKa28xOTZJSDAiXSxbOSwiZW4tVVMiXSxbMTgsIltbW251bGwsMzkyNF1dXSJdLFszNSwiMTc3NjkwMDk1OSJdLFsyNiwiMTgiXSxbMTksIjEiXSxbMTcsIlswXSJdLFsyNCwiIl0sWzI1LCJbWzk1Mzg2MTkwXV0iXSxbMjksImZhbHNlIl1dXQ59ms27ms8ms3rd
https://www.googletagmanager.com/gtag/js?id=G-SJ5QV6YJYY&cx=c&gtm=4e64k156ms46ms10ms3rd
A+
Font Loading
3 fonts (88 KB)
PASS
3 fonts (88 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

88 KB total

Render-blocking

0

of 3

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 FCP 1.6 s LCP 2.3 shttps://fonts.gstatic.com/s/muli/v34/7Aulp_0qiz-aVz7u3PJLcUMYOFnOkEk30eifwniDtzM.woff27Aulp_0qiz-aVz7u3PJLcUM... https://fonts.gstatic.com/s/muli/v34/7Aulp_0qiz-aVz7u3PJLcUMYOFnOkEk30eifwniDtzM.woff2 — 11.9 KiB — 29 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 87 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.1 KiB — 44 ms — font-display: swap
7Aulp_0qiz-aVz7u3PJLcUM... woff2 swap
Size 12 KB
Load time 29 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 87 ms
Start 3.9 s
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 44 ms
Start 4.3 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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
156 requests over 7072ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 1.6 s LCP 2.3 shttps://ipsnews.net// https://ipsnews.net/ — 301 — 170 B — 565 ms — h2https://www.ipsnews.net/www.ipsnews.net/ https://www.ipsnews.net/ — 200 — 101.7 KiB — 3.1 s — h2https://www.ipsnews.net/wp-content/themes/ipsnews/style.csswww.ipsnews.net/wp-content/themes/i... https://www.ipsnews.net/wp-content/themes/ipsnews/style.css — 200 — 76.5 KiB — 338 ms — h2https://fonts.googleapis.com/css?family=Muli&subset=latinfonts.googleapis.com/css?family=Mul... https://fonts.googleapis.com/css?family=Muli&subset=latin — 200 — 935 B — 84 ms — h2https://fonts.googleapis.com/css?family=Candal&subset=latinfonts.googleapis.com/css?family=Can... https://fonts.googleapis.com/css?family=Candal&subset=latin — 200 — 354 B — 86 ms — h2https://www.ipsnews.net/wp-includes/css/dist/block-library/style.min.csswww.ipsnews.net/wp-includes/css/dis... https://www.ipsnews.net/wp-includes/css/dist/block-library/style.min.css — 200 — 114.5 KiB — 452 ms — h2https://www.ipsnews.net/wp-content/plugins/contact-form-7/includes/css/styles.csswww.ipsnews.net/wp-content/plugins/... https://www.ipsnews.net/wp-content/plugins/contact-form-7/includes/css/styles.css — 200 — 2.9 KiB — 351 ms — h2https://www.ipsnews.net/wp-content/plugins/wpfront-notification-bar/css/wpfront-notification-bar.min.csswww.ipsnews.net/wp-content/plugins/... https://www.ipsnews.net/wp-content/plugins/wpfront-notification-bar/css/wpfront-notification-bar.min.css — 200 — 3.1 KiB — 349 ms — h2https://www.ipsnews.net/wp-content/plugins/simple-tags/assets/frontend/css/frontend.csswww.ipsnews.net/wp-content/plugins/... https://www.ipsnews.net/wp-content/plugins/simple-tags/assets/frontend/css/frontend.css — 200 — 2.9 KiB — 349 ms — h2https://www.ipsnews.net/wp-includes/js/jquery/jquery.min.jswww.ipsnews.net/wp-includes/js/jque... https://www.ipsnews.net/wp-includes/js/jquery/jquery.min.js — 200 — 86.1 KiB — 353 ms — h2https://www.ipsnews.net/wp-includes/js/jquery/jquery-migrate.min.jswww.ipsnews.net/wp-includes/js/jque... https://www.ipsnews.net/wp-includes/js/jquery/jquery-migrate.min.js — 200 — 13.4 KiB — 350 ms — h2https://www.ipsnews.net/wp-content/plugins/wpfront-notification-bar/jquery-plugins/js-cookie.min.jswww.ipsnews.net/wp-content/plugins/... https://www.ipsnews.net/wp-content/plugins/wpfront-notification-bar/jquery-plugins/js-cookie.min.js — 200 — 1.7 KiB — 351 ms — h2https://www.ipsnews.net/wp-content/plugins/wpfront-notification-bar/js/wpfront-notification-bar.min.jswww.ipsnews.net/wp-content/plugins/... https://www.ipsnews.net/wp-content/plugins/wpfront-notification-bar/js/wpfront-notification-bar.min.js — 200 — 4.7 KiB — 351 ms — h2https://www.ipsnews.net/wp-content/plugins/simple-tags/assets/frontend/js/frontend.jswww.ipsnews.net/wp-content/plugins/... https://www.ipsnews.net/wp-content/plugins/simple-tags/assets/frontend/js/frontend.js — 200 — 1.2 KiB — 351 ms — h2https://www.ipsnews.net/wp-content/themes/ipsnews/js/jquery.bxSlider.min.jswww.ipsnews.net/wp-content/themes/i... https://www.ipsnews.net/wp-content/themes/ipsnews/js/jquery.bxSlider.min.js — 200 — 13.8 KiB — 351 ms — h2https://www.ipsnews.net/wp-content/plugins/simple-pull-quote/css/simple-pull-quote.csswww.ipsnews.net/wp-content/plugins/... https://www.ipsnews.net/wp-content/plugins/simple-pull-quote/css/simple-pull-quote.css — 200 — 1.2 KiB — 347 ms — h2https://www.ipsnews.net/wp-content/themes/ipsnews/images/logo-IPS.pngwww.ipsnews.net/wp-content/themes/i... https://www.ipsnews.net/wp-content/themes/ipsnews/images/logo-IPS.png — 200 — 5.6 KiB — 225 ms — h2https://www.ipsnews.net/Library/2026/04/DSN4899-380x280.jpgwww.ipsnews.net/Library/2026/04/DSN... https://www.ipsnews.net/Library/2026/04/DSN4899-380x280.jpg — 200 — 24.5 KiB — 221 ms — h2https://cdn.ampproject.org/v0/amp-auto-ads-0.1.jscdn.ampproject.org/v0/amp-auto-ads-... https://cdn.ampproject.org/v0/amp-auto-ads-0.1.js — 200 — 8.4 KiB — 115 ms — h2https://www.ipsnews.net/wp-content/themes/ipsnews/images/tria.pngwww.ipsnews.net/wp-content/themes/i... https://www.ipsnews.net/wp-content/themes/ipsnews/images/tria.png — 200 — 195 B — 205 ms — h2https://www.ipsnews.net/wp-content/themes/ipsnews/images/social-tw.pngwww.ipsnews.net/wp-content/themes/i... https://www.ipsnews.net/wp-content/themes/ipsnews/images/social-tw.png — 200 — 1.3 KiB — 204 ms — h2https://www.ipsnews.net/wp-content/themes/ipsnews/images/social-fb.pngwww.ipsnews.net/wp-content/themes/i... https://www.ipsnews.net/wp-content/themes/ipsnews/images/social-fb.png — 200 — 1.1 KiB — 208 ms — h2https://www.ipsnews.net/wp-content/themes/ipsnews/images/feed.pngwww.ipsnews.net/wp-content/themes/i... https://www.ipsnews.net/wp-content/themes/ipsnews/images/feed.png — 200 — 1.4 KiB — 203 ms — h2https://connect.facebook.net/en_US/fbds.jsconnect.facebook.net/en_US/fbds.js https://connect.facebook.net/en_US/fbds.js — 200 — 2.3 KiB — 43 ms — h3https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 49 ms — h3https://static.ads-twitter.com/uwt.jsstatic.ads-twitter.com/uwt.js https://static.ads-twitter.com/uwt.js — 200 — 13.4 KiB — 150 ms — h2https://ipsnews.net/button_go.png/button_go.png https://ipsnews.net/button_go.png — 200 — 273 B — 201 ms — h2https://www.ipsnews.net/wp-content/themes/ipsnews/images/latest-bullet.pngwww.ipsnews.net/wp-content/themes/i... https://www.ipsnews.net/wp-content/themes/ipsnews/images/latest-bullet.png — 200 — 185 B — 186 ms — h2https://www.ipsnews.net/Library/2026/04/Zohra-Bensemra_-100x100.jpgwww.ipsnews.net/Library/2026/04/Zoh... https://www.ipsnews.net/Library/2026/04/Zohra-Bensemra_-100x100.jpg — 200 — 6.1 KiB — 277 ms — h2https://connect.facebook.net/en_US/sdk.jsconnect.facebook.net/en_US/sdk.js https://connect.facebook.net/en_US/sdk.js — 200 — 5.0 KiB — 21 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 1.6 s LCP 2.3 shttps://ipsnews.net// https://ipsnews.net/ — 301 — 170 B — 565 ms — h2https://www.ipsnews.net/www.ipsnews.net/ https://www.ipsnews.net/ — 200 — 101.7 KiB — 3.1 s — h2https://www.ipsnews.net/wp-content/themes/ipsnews/style.csswww.ipsnews.net/wp-content/themes/i... https://www.ipsnews.net/wp-content/themes/ipsnews/style.css — 200 — 76.5 KiB — 338 ms — h2https://fonts.googleapis.com/css?family=Muli&subset=latinfonts.googleapis.com/css?family=Mul... https://fonts.googleapis.com/css?family=Muli&subset=latin — 200 — 935 B — 84 ms — h2https://fonts.googleapis.com/css?family=Candal&subset=latinfonts.googleapis.com/css?family=Can... https://fonts.googleapis.com/css?family=Candal&subset=latin — 200 — 354 B — 86 ms — h2https://www.ipsnews.net/wp-includes/css/dist/block-library/style.min.csswww.ipsnews.net/wp-includes/css/dis... https://www.ipsnews.net/wp-includes/css/dist/block-library/style.min.css — 200 — 114.5 KiB — 452 ms — h2https://www.ipsnews.net/wp-content/plugins/contact-form-7/includes/css/styles.csswww.ipsnews.net/wp-content/plugins/... https://www.ipsnews.net/wp-content/plugins/contact-form-7/includes/css/styles.css — 200 — 2.9 KiB — 351 ms — h2https://www.ipsnews.net/wp-content/plugins/wpfront-notification-bar/css/wpfront-notification-bar.min.csswww.ipsnews.net/wp-content/plugins/... https://www.ipsnews.net/wp-content/plugins/wpfront-notification-bar/css/wpfront-notification-bar.min.css — 200 — 3.1 KiB — 349 ms — h2https://www.ipsnews.net/wp-content/plugins/simple-tags/assets/frontend/css/frontend.csswww.ipsnews.net/wp-content/plugins/... https://www.ipsnews.net/wp-content/plugins/simple-tags/assets/frontend/css/frontend.css — 200 — 2.9 KiB — 349 ms — h2https://www.ipsnews.net/wp-includes/js/jquery/jquery.min.jswww.ipsnews.net/wp-includes/js/jque... https://www.ipsnews.net/wp-includes/js/jquery/jquery.min.js — 200 — 86.1 KiB — 353 ms — h2https://www.ipsnews.net/wp-includes/js/jquery/jquery-migrate.min.jswww.ipsnews.net/wp-includes/js/jque... https://www.ipsnews.net/wp-includes/js/jquery/jquery-migrate.min.js — 200 — 13.4 KiB — 350 ms — h2https://www.ipsnews.net/wp-content/plugins/wpfront-notification-bar/jquery-plugins/js-cookie.min.jswww.ipsnews.net/wp-content/plugins/... https://www.ipsnews.net/wp-content/plugins/wpfront-notification-bar/jquery-plugins/js-cookie.min.js — 200 — 1.7 KiB — 351 ms — h2https://www.ipsnews.net/wp-content/plugins/wpfront-notification-bar/js/wpfront-notification-bar.min.jswww.ipsnews.net/wp-content/plugins/... https://www.ipsnews.net/wp-content/plugins/wpfront-notification-bar/js/wpfront-notification-bar.min.js — 200 — 4.7 KiB — 351 ms — h2https://www.ipsnews.net/wp-content/plugins/simple-tags/assets/frontend/js/frontend.jswww.ipsnews.net/wp-content/plugins/... https://www.ipsnews.net/wp-content/plugins/simple-tags/assets/frontend/js/frontend.js — 200 — 1.2 KiB — 351 ms — h2https://www.ipsnews.net/wp-content/themes/ipsnews/js/jquery.bxSlider.min.jswww.ipsnews.net/wp-content/themes/i... https://www.ipsnews.net/wp-content/themes/ipsnews/js/jquery.bxSlider.min.js — 200 — 13.8 KiB — 351 ms — h2https://www.ipsnews.net/wp-content/plugins/simple-pull-quote/css/simple-pull-quote.csswww.ipsnews.net/wp-content/plugins/... https://www.ipsnews.net/wp-content/plugins/simple-pull-quote/css/simple-pull-quote.css — 200 — 1.2 KiB — 347 ms — h2https://www.ipsnews.net/wp-content/themes/ipsnews/images/logo-IPS.pngwww.ipsnews.net/wp-content/themes/i... https://www.ipsnews.net/wp-content/themes/ipsnews/images/logo-IPS.png — 200 — 5.6 KiB — 225 ms — h2https://www.ipsnews.net/Library/2026/04/DSN4899-380x280.jpgwww.ipsnews.net/Library/2026/04/DSN... https://www.ipsnews.net/Library/2026/04/DSN4899-380x280.jpg — 200 — 24.5 KiB — 221 ms — h2https://cdn.ampproject.org/v0/amp-auto-ads-0.1.jscdn.ampproject.org/v0/amp-auto-ads-... https://cdn.ampproject.org/v0/amp-auto-ads-0.1.js — 200 — 8.4 KiB — 115 ms — h2https://www.ipsnews.net/wp-content/themes/ipsnews/images/tria.pngwww.ipsnews.net/wp-content/themes/i... https://www.ipsnews.net/wp-content/themes/ipsnews/images/tria.png — 200 — 195 B — 205 ms — h2https://www.ipsnews.net/wp-content/themes/ipsnews/images/social-tw.pngwww.ipsnews.net/wp-content/themes/i... https://www.ipsnews.net/wp-content/themes/ipsnews/images/social-tw.png — 200 — 1.3 KiB — 204 ms — h2https://www.ipsnews.net/wp-content/themes/ipsnews/images/social-fb.pngwww.ipsnews.net/wp-content/themes/i... https://www.ipsnews.net/wp-content/themes/ipsnews/images/social-fb.png — 200 — 1.1 KiB — 208 ms — h2https://www.ipsnews.net/wp-content/themes/ipsnews/images/feed.pngwww.ipsnews.net/wp-content/themes/i... https://www.ipsnews.net/wp-content/themes/ipsnews/images/feed.png — 200 — 1.4 KiB — 203 ms — h2https://connect.facebook.net/en_US/fbds.jsconnect.facebook.net/en_US/fbds.js https://connect.facebook.net/en_US/fbds.js — 200 — 2.3 KiB — 43 ms — h3https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 49 ms — h3https://static.ads-twitter.com/uwt.jsstatic.ads-twitter.com/uwt.js https://static.ads-twitter.com/uwt.js — 200 — 13.4 KiB — 150 ms — h2https://ipsnews.net/button_go.png/button_go.png https://ipsnews.net/button_go.png — 200 — 273 B — 201 ms — h2https://www.ipsnews.net/wp-content/themes/ipsnews/images/latest-bullet.pngwww.ipsnews.net/wp-content/themes/i... https://www.ipsnews.net/wp-content/themes/ipsnews/images/latest-bullet.png — 200 — 185 B — 186 ms — h2https://www.ipsnews.net/Library/2026/04/Zohra-Bensemra_-100x100.jpgwww.ipsnews.net/Library/2026/04/Zoh... https://www.ipsnews.net/Library/2026/04/Zohra-Bensemra_-100x100.jpg — 200 — 6.1 KiB — 277 ms — h2https://connect.facebook.net/en_US/sdk.jsconnect.facebook.net/en_US/sdk.js https://connect.facebook.net/en_US/sdk.js — 200 — 5.0 KiB — 21 ms — h3https://www.ipsnews.net/wp-content/themes/ipsnews/images/bg.pngwww.ipsnews.net/wp-content/themes/i... https://www.ipsnews.net/wp-content/themes/ipsnews/images/bg.png — 200 — 172 B — 277 ms — h2https://www.ipsnews.net/wp-content/themes/ipsnews/images/header-bg.pngwww.ipsnews.net/wp-content/themes/i... https://www.ipsnews.net/wp-content/themes/ipsnews/images/header-bg.png — 200 — 6.7 KiB — 277 ms — h2https://www.ipsnews.net/wp-content/themes/ipsnews/images/mastmenu-bg.pngwww.ipsnews.net/wp-content/themes/i... https://www.ipsnews.net/wp-content/themes/ipsnews/images/mastmenu-bg.png — 200 — 269 B — 272 ms — h2https://www.ipsnews.net/wp-content/themes/ipsnews/images/latest-bg.pngwww.ipsnews.net/wp-content/themes/i... https://www.ipsnews.net/wp-content/themes/ipsnews/images/latest-bg.png — 200 — 160 B — 277 ms — h2https://fonts.gstatic.com/s/muli/v34/7Aulp_0qiz-aVz7u3PJLcUMYOFnOkEk30eifwniDtzM.woff2fonts.gstatic.com/s/muli/v34/7Aulp_... https://fonts.gstatic.com/s/muli/v34/7Aulp_0qiz-aVz7u3PJLcUMYOFnOkEk30eifwniDtzM.woff2 — 200 — 11.9 KiB — 29 ms — h3https://connect.facebook.net/en_US/bundle/sdk.js/connect.facebook.net/en_US/bundle/s... https://connect.facebook.net/en_US/bundle/sdk.js/ — 200 — 78.5 KiB — 8 ms — h3https://www.facebook.com/tr/?id=443189699154214&ev=PixelInitialized&dl=https%3A%2F%2Fwww.ipsnews.net%2F&rl=&if=false&v=1.1.1&a=fbds_js&ts=1776900956488www.facebook.com/tr/?id=44318969915... https://www.facebook.com/tr/?id=443189699154214&ev=PixelInitialized&dl=https%3A%2F%2Fwww.ipsnews.net%2F&rl=&if=false&v=1.1.1&a=fbds_js&ts=1776900956488 — 200 — 19 B — 52 ms — h3https://connect.facebook.net/signals/config/410340352767201?v=2.9.303&r=stable&domain=www.ipsnews.net&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/410340352767201?v=2.9.303&r=stable&domain=www.ipsnews.net&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 44.8 KiB — 635 ms — h3https://t.co/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=2790d7d9-eb49-4ee5-84c2-7d249e84bfdc&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=111913f5-f952-48fa-bca5-3ef3e97f8b42&pt=Inter%20Press%20Service%20%7C%20News%20and%20Views%20from%20the%20Global%20South&tw_document_href=https%3A%2F%2Fwww.ipsnews.net%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776900956597.5085337491521200&txn_id=odaam&type=javascript&version=2.3.53t.co/1/i/adsct?bci=4&dv=UTC%26en-US... https://t.co/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=2790d7d9-eb49-4ee5-84c2-7d249e84bfdc&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=111913f5-f952-48fa-bca5-3ef3e97f8b42&pt=Inter%20Press%20Service%20%7C%20News%20and%20Views%20from%20the%20Global%20South&tw_document_href=https%3A%2F%2Fwww.ipsnews.net%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776900956597.5085337491521200&txn_id=odaam&type=javascript&version=2.3.53 — 200 — 661 B — 202 ms — h2https://analytics.twitter.com/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=2790d7d9-eb49-4ee5-84c2-7d249e84bfdc&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=111913f5-f952-48fa-bca5-3ef3e97f8b42&pt=Inter%20Press%20Service%20%7C%20News%20and%20Views%20from%20the%20Global%20South&tw_document_href=https%3A%2F%2Fwww.ipsnews.net%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776900956597.5085337491521200&txn_id=odaam&type=javascript&version=2.3.53analytics.twitter.com/1/i/adsct?bci... https://analytics.twitter.com/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=2790d7d9-eb49-4ee5-84c2-7d249e84bfdc&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=111913f5-f952-48fa-bca5-3ef3e97f8b42&pt=Inter%20Press%20Service%20%7C%20News%20and%20Views%20from%20the%20Global%20South&tw_document_href=https%3A%2F%2Fwww.ipsnews.net%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776900956597.5085337491521200&txn_id=odaam&type=javascript&version=2.3.53 — 200 — 1001 B — 221 ms — h2https://www.ipsnews.net/Library/2026/04/Sea-Turtle-baby-100x100.jpegwww.ipsnews.net/Library/2026/04/Sea... https://www.ipsnews.net/Library/2026/04/Sea-Turtle-baby-100x100.jpeg — 200 — 13.7 KiB — 142 ms — h2https://www.facebook.com/tr/?id=410340352767201&ev=PageView&dl=https%3A%2F%2Fwww.ipsnews.net%2F&rl=&if=false&ts=1776900957177&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776900957169.280018852911309257&ler=empty&cdl=API_unavailable&pmd[title]=Inter%20Press%20Service%20%7C%20News%20and%20Views%20from%20the%20Global%20South&pmd[locale]=en_US&pmd[description]=News%20and%20Views%20from%20the%20Global%20South&it=1776900956515&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=41034035276... https://www.facebook.com/tr/?id=410340352767201&ev=PageView&dl=https%3A%2F%2Fwww.ipsnews.net%2F&rl=&if=false&ts=1776900957177&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776900957169.280018852911309257&ler=empty&cdl=API_unavailable&pmd[title]=Inter%20Press%20Service%20%7C%20News%20and%20Views%20from%20the%20Global%20South&pmd[locale]=en_US&pmd[description]=News%20and%20Views%20from%20the%20Global%20South&it=1776900956515&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=GET — 200 — 16 B — 4 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=410340352767201&ev=PageView&dl=https%3A%2F%2Fwww.ipsnews.net%2F&rl=&if=false&ts=1776900957177&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776900957169.280018852911309257&ler=empty&cdl=API_unavailable&pmd[title]=Inter%20Press%20Service%20%7C%20News%20and%20Views%20from%20the%20Global%20South&pmd[locale]=en_US&pmd[description]=News%20and%20Views%20from%20the%20Global%20South&it=1776900956515&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=410340352767201&ev=PageView&dl=https%3A%2F%2Fwww.ipsnews.net%2F&rl=&if=false&ts=1776900957177&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776900957169.280018852911309257&ler=empty&cdl=API_unavailable&pmd[title]=Inter%20Press%20Service%20%7C%20News%20and%20Views%20from%20the%20Global%20South&pmd[locale]=en_US&pmd[description]=News%20and%20Views%20from%20the%20Global%20South&it=1776900956515&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf0&rqm=FGET — 200 — 195 B — 267 ms — h3https://www.ipsnews.net/Library/2026/02/antonio-guterres_218_last.jpgwww.ipsnews.net/Library/2026/02/ant... https://www.ipsnews.net/Library/2026/02/antonio-guterres_218_last.jpg — 200 — 16.9 KiB — 139 ms — h2https://www.ipsnews.net/Library/2026/01/shirin_218.jpgwww.ipsnews.net/Library/2026/01/shi... https://www.ipsnews.net/Library/2026/01/shirin_218.jpg — 200 — 17.2 KiB — 139 ms — h2https://www.ipsnews.net/Library/2026/01/mairead218b.jpgwww.ipsnews.net/Library/2026/01/mai... https://www.ipsnews.net/Library/2026/01/mairead218b.jpg — 200 — 15.0 KiB — 140 ms — h2https://www.ipsnews.net/Library/2026/01/KA-Portrait218.jpgwww.ipsnews.net/Library/2026/01/KA-... https://www.ipsnews.net/Library/2026/01/KA-Portrait218.jpg — 200 — 17.7 KiB — 142 ms — h2https://www.ipsnews.net/Library/2026/01/ban-ki-moon218b.jpgwww.ipsnews.net/Library/2026/01/ban... https://www.ipsnews.net/Library/2026/01/ban-ki-moon218b.jpg — 200 — 19.2 KiB — 142 ms — h2https://www.ipsnews.net/Library/2026/01/muhammad-yunus-218.jpgwww.ipsnews.net/Library/2026/01/muh... https://www.ipsnews.net/Library/2026/01/muhammad-yunus-218.jpg — 200 — 14.9 KiB — 139 ms — h2https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js — 200 — 54.3 KiB — 137 ms — h3https://www.youtube.com/embed/asGG9DotKcMwww.youtube.com/embed/asGG9DotKcM https://www.youtube.com/embed/asGG9DotKcM — 200 — 57.0 KiB — 223 ms — h2https://www.ipsnews.net/Library/2026/03/unfiltered_new_last_01.jpgwww.ipsnews.net/Library/2026/03/unf... https://www.ipsnews.net/Library/2026/03/unfiltered_new_last_01.jpg — 200 — 14.7 KiB — 132 ms — h2https://www.ipsnews.net/Library/2026/01/horta218a_new.jpgwww.ipsnews.net/Library/2026/01/hor... https://www.ipsnews.net/Library/2026/01/horta218a_new.jpg — 200 — 18.2 KiB — 133 ms — h2https://www.ipsnews.net/Library/2026/01/horta3_218_new.jpgwww.ipsnews.net/Library/2026/01/hor... https://www.ipsnews.net/Library/2026/01/horta3_218_new.jpg — 200 — 17.4 KiB — 133 ms — h2https://www.ipsnews.net/Library/2026/03/unfiltered_new_last_11.jpgwww.ipsnews.net/Library/2026/03/unf... https://www.ipsnews.net/Library/2026/03/unfiltered_new_last_11.jpg — 200 — 6.5 KiB — 133 ms — h2https://www.ipsnews.net/Library/2026/03/unfiltered_new_last_04.jpgwww.ipsnews.net/Library/2026/03/unf... https://www.ipsnews.net/Library/2026/03/unfiltered_new_last_04.jpg — 200 — 6.5 KiB — 133 ms — h2https://www.ipsnews.net/Library/2026/03/4-AUTORI_05.jpgwww.ipsnews.net/Library/2026/03/4-A... https://www.ipsnews.net/Library/2026/03/4-AUTORI_05.jpg — 200 — 4.4 KiB — 133 ms — h2https://www.ipsnews.net/Library/2026/03/4-AUTORI_03.jpgwww.ipsnews.net/Library/2026/03/4-A... https://www.ipsnews.net/Library/2026/03/4-AUTORI_03.jpg — 200 — 4.4 KiB — 133 ms — h2https://www.ipsnews.net/Library/2026/03/4-AUTORI_10.jpgwww.ipsnews.net/Library/2026/03/4-A... https://www.ipsnews.net/Library/2026/03/4-AUTORI_10.jpg — 200 — 4.1 KiB — 230 ms — h2https://www.ipsnews.net/Library/2026/03/4-AUTORI_09.jpgwww.ipsnews.net/Library/2026/03/4-A... https://www.ipsnews.net/Library/2026/03/4-AUTORI_09.jpg — 200 — 3.9 KiB — 230 ms — h2https://www.ipsnews.net/Library/2026/03/unfiltered_new_last_06.jpgwww.ipsnews.net/Library/2026/03/unf... https://www.ipsnews.net/Library/2026/03/unfiltered_new_last_06.jpg — 200 — 2.0 KiB — 230 ms — h2https://www.ipsnews.net/Library/2026/03/unfiltered_new_last_02.jpgwww.ipsnews.net/Library/2026/03/unf... https://www.ipsnews.net/Library/2026/03/unfiltered_new_last_02.jpg — 200 — 1.9 KiB — 241 ms — h2https://www.ipsnews.net/Library/2026/03/unfiltered_new_last_09.jpgwww.ipsnews.net/Library/2026/03/unf... https://www.ipsnews.net/Library/2026/03/unfiltered_new_last_09.jpg — 200 — 1.9 KiB — 230 ms — h2https://www.ipsnews.net/Library/2026/03/unfiltered_new_last_08.jpgwww.ipsnews.net/Library/2026/03/unf... https://www.ipsnews.net/Library/2026/03/unfiltered_new_last_08.jpg — 200 — 1.6 KiB — 230 ms — h2https://www.ipsnews.net/Library/2026/03/unfiltered_new_last_13.jpgwww.ipsnews.net/Library/2026/03/unf... https://www.ipsnews.net/Library/2026/03/unfiltered_new_last_13.jpg — 200 — 1.7 KiB — 239 ms — h2https://www.ipsnews.net/Library/2026/03/unfiltered_new_last_07.jpgwww.ipsnews.net/Library/2026/03/unf... https://www.ipsnews.net/Library/2026/03/unfiltered_new_last_07.jpg — 200 — 1.6 KiB — 228 ms — h2https://www.ipsnews.net/Library/2026/03/KOFI-TIME_300.jpgwww.ipsnews.net/Library/2026/03/KOF... https://www.ipsnews.net/Library/2026/03/KOFI-TIME_300.jpg — 200 — 34.9 KiB — 241 ms — h2https://www.ipsnews.net/Library/2022/04/LENSIPS-banner-300-px.jpgwww.ipsnews.net/Library/2022/04/LEN... https://www.ipsnews.net/Library/2022/04/LENSIPS-banner-300-px.jpg — 200 — 20.8 KiB — 228 ms — h2https://www.ipsnews.net/Library/2026/03/GEF_last_300.jpgwww.ipsnews.net/Library/2026/03/GEF... https://www.ipsnews.net/Library/2026/03/GEF_last_300.jpg — 200 — 17.4 KiB — 241 ms — h2https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6412117467229435pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6412117467229435 — 200 — 54.3 KiB — 127 ms — h3https://www.googletagmanager.com/gtag/js?id=UA-361073-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-361073-1 — 200 — 125.1 KiB — 161 ms — h2https://www.ipsnews.net/wp-includes/js/dist/hooks.min.jswww.ipsnews.net/wp-includes/js/dist... https://www.ipsnews.net/wp-includes/js/dist/hooks.min.js — 200 — 4.7 KiB — 231 ms — h2https://www.ipsnews.net/Library/2026/03/unfiltered_new_last_15.jpgwww.ipsnews.net/Library/2026/03/unf... https://www.ipsnews.net/Library/2026/03/unfiltered_new_last_15.jpg — 200 — 2.1 KiB — 216 ms — h2https://www.ipsnews.net/Library/2026/03/unfiltered_new_last_14.jpgwww.ipsnews.net/Library/2026/03/unf... https://www.ipsnews.net/Library/2026/03/unfiltered_new_last_14.jpg — 200 — 2.0 KiB — 205 ms — h2https://www.ipsnews.net/Library/2026/03/spaziatore.gifwww.ipsnews.net/Library/2026/03/spa... https://www.ipsnews.net/Library/2026/03/spaziatore.gif — 200 — 104 B — 205 ms — h2https://www.ipsnews.net/wp-content/themes/ipsnews/images/logo-IPS.jpgwww.ipsnews.net/wp-content/themes/i... https://www.ipsnews.net/wp-content/themes/ipsnews/images/logo-IPS.jpg — 200 — 13.6 KiB — 215 ms — h2https://www.ipsnews.net/Library/2025/09/COP30-poster-300.jpgwww.ipsnews.net/Library/2025/09/COP... https://www.ipsnews.net/Library/2025/09/COP30-poster-300.jpg — 200 — 32.8 KiB — 217 ms — h2https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604170101/show_ads_impl_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604170101/show_ads_impl_fy2021.js — 200 — 177.5 KiB — 71 ms — h3https://www.youtube.com/s/player/1bb6ee63/www-player.csswww.youtube.com/s/player/1bb6ee63/w... https://www.youtube.com/s/player/1bb6ee63/www-player.css — 200 — 58.0 KiB — 49 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.KjNKUXigSn8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywEJITLW9kQSSYb_eVLtSgu_4tU6CQwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.KjNKUXigSn8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywEJITLW9kQSSYb_eVLtSgu_4tU6CQ — 200 — 45.3 KiB — 65 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=root,base — 200 — 140.1 KiB — 88 ms — h2https://www.youtube.com/s/player/1bb6ee63/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/1bb6ee63/p... https://www.youtube.com/s/player/1bb6ee63/player_embed_es6.vflset/en_US/base.js — 200 — 436.0 KiB — 127 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 — 87 ms — h3https://www.googletagmanager.com/gtag/js?id=G-SJ5QV6YJYY&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-SJ5QV6YJYY&cx=c&gtm=4e64k1 — 200 — 167.4 KiB — 78 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 125 ms — h2https://www.ipsnews.net/wp-includes/js/dist/i18n.min.jswww.ipsnews.net/wp-includes/js/dist... https://www.ipsnews.net/wp-includes/js/dist/i18n.min.js — 200 — 9.1 KiB — 129 ms — h2https://www.ipsnews.net/wp-content/plugins/contact-form-7/includes/swv/js/index.jswww.ipsnews.net/wp-content/plugins/... https://www.ipsnews.net/wp-content/plugins/contact-form-7/includes/swv/js/index.js — 200 — 12.4 KiB — 135 ms — h2https://www.ipsnews.net/wp-content/plugins/contact-form-7/includes/js/index.jswww.ipsnews.net/wp-content/plugins/... https://www.ipsnews.net/wp-content/plugins/contact-form-7/includes/js/index.js — 200 — 13.3 KiB — 135 ms — h2https://www.ipsnews.net/wp-content/plugins/disqus-comment-system/public/js/comment_count.jswww.ipsnews.net/wp-content/plugins/... https://www.ipsnews.net/wp-content/plugins/disqus-comment-system/public/js/comment_count.js — 200 — 943 B — 131 ms — h2https://www.ipsnews.net/wp-content/themes/ipsnews/images/video-icon.pngwww.ipsnews.net/wp-content/themes/i... https://www.ipsnews.net/wp-content/themes/ipsnews/images/video-icon.png — 200 — 237 B — 133 ms — h2https://www.ipsnews.net/Library/2026/03/my-name-is-Dhaka-200x149.jpgwww.ipsnews.net/Library/2026/03/my-... https://www.ipsnews.net/Library/2026/03/my-name-is-Dhaka-200x149.jpg — 200 — 11.1 KiB — 132 ms — h2https://fundingchoicesmessages.google.com/i/ca-pub-6412117467229435?href=https%3A%2F%2Fwww.ipsnews.net&ers=2fundingchoicesmessages.google.com/i... https://fundingchoicesmessages.google.com/i/ca-pub-6412117467229435?href=https%3A%2F%2Fwww.ipsnews.net&ers=2 — 200 — 70.1 KiB — 189 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-SJ5QV6YJYY&cid=1696206689.1776900959&gtm=45je64k1v9122448875za20g&rcb=12&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266401~117512543&z=520503300www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-SJ5QV6YJYY&cid=1696206689.1776900959&gtm=45je64k1v9122448875za20g&rcb=12&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266401~117512543&z=520503300 — 200 — 408 B — 101 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-SJ5QV6YJYY&gtm=45je64k1v9122448875za20g&_p=1776900958713&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAIAGA&are=1&cid=1696206689.1776900959&frm=0&pscdl=noapi&rcb=12&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~117266401~117512543&sid=1776900959&sct=1&seg=0&dl=https%3A%2F%2Fwww.ipsnews.net%2F&dt=Inter%20Press%20Service%20%7C%20News%20and%20Views%20from%20the%20Global%20South&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=4026region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-SJ5QV6YJYY&gtm=45je64k1v9122448875za20g&_p=1776900958713&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAIAGA&are=1&cid=1696206689.1776900959&frm=0&pscdl=noapi&rcb=12&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~117266401~117512543&sid=1776900959&sct=1&seg=0&dl=https%3A%2F%2Fwww.ipsnews.net%2F&dt=Inter%20Press%20Service%20%7C%20News%20and%20Views%20from%20the%20Global%20South&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=4026 — 204 — 549 B — 150 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-SJ5QV6YJYY&cid=1696206689.1776900959&gtm=45je64k1v9122448875za20g&rcb=12&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266401~117512543stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-SJ5QV6YJYY&cid=1696206689.1776900959&gtm=45je64k1v9122448875za20g&rcb=12&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266401~117512543 — 204 — 558 B — 94 ms — h2https://www.ipsnews.net/Library/2026/03/IWD_2026_630-200x149.jpgwww.ipsnews.net/Library/2026/03/IWD... https://www.ipsnews.net/Library/2026/03/IWD_2026_630-200x149.jpg — 200 — 8.1 KiB — 134 ms — h2https://www.ipsnews.net/Library/2026/03/Nahid-Ali-200x149.jpgwww.ipsnews.net/Library/2026/03/Nah... https://www.ipsnews.net/Library/2026/03/Nahid-Ali-200x149.jpg — 200 — 10.0 KiB — 135 ms — h2https://www.ipsnews.net/Library/2025/11/ecw_41125_1-300x169-50x50.jpgwww.ipsnews.net/Library/2025/11/ecw... https://www.ipsnews.net/Library/2025/11/ecw_41125_1-300x169-50x50.jpg — 200 — 2.8 KiB — 127 ms — h2https://www.ipsnews.net/Library/2025/10/Invest-in-Girls_-300x225-50x50.jpgwww.ipsnews.net/Library/2025/10/Inv... https://www.ipsnews.net/Library/2025/10/Invest-in-Girls_-300x225-50x50.jpg — 200 — 3.1 KiB — 136 ms — h2https://www.ipsnews.net/Library/2025/10/ecw091025_1-300x169-50x50.jpgwww.ipsnews.net/Library/2025/10/ecw... https://www.ipsnews.net/Library/2025/10/ecw091025_1-300x169-50x50.jpg — 200 — 2.8 KiB — 126 ms — h2https://www.ipsnews.net/Library/2025/10/our-teacher_-300x199-50x50.jpgwww.ipsnews.net/Library/2025/10/our... https://www.ipsnews.net/Library/2025/10/our-teacher_-300x199-50x50.jpg — 200 — 3.0 KiB — 127 ms — h2https://ipsnews.disqus.com/count.jsipsnews.disqus.com/count.js https://ipsnews.disqus.com/count.js — 200 — 1.5 KiB — 6 ms — http/1.1https://fundingchoicesmessages.google.com/el/AGSKWxWDgBbahA5EYGdOMT9KLsxDqzg0D76n_Nr_JPpYrRBr1zSt9V2mpWuCAub-0C3PLriVqrJaVF7dGhJxfaZLcmqGO3CuEHTaBr0hZI9AgUfd90vLS9_93NY3bQLOuSrMz2PTbxULdQ==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxWDgBbahA5EYGdOMT9KLsxDqzg0D76n_Nr_JPpYrRBr1zSt9V2mpWuCAub-0C3PLriVqrJaVF7dGhJxfaZLcmqGO3CuEHTaBr0hZI9AgUfd90vLS9_93NY3bQLOuSrMz2PTbxULdQ== — 204 — 28 B — 100 ms — h3https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 94 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxWDgBbahA5EYGdOMT9KLsxDqzg0D76n_Nr_JPpYrRBr1zSt9V2mpWuCAub-0C3PLriVqrJaVF7dGhJxfaZLcmqGO3CuEHTaBr0hZI9AgUfd90vLS9_93NY3bQLOuSrMz2PTbxULdQ==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxWDgBbahA5EYGdOMT9KLsxDqzg0D76n_Nr_JPpYrRBr1zSt9V2mpWuCAub-0C3PLriVqrJaVF7dGhJxfaZLcmqGO3CuEHTaBr0hZI9AgUfd90vLS9_93NY3bQLOuSrMz2PTbxULdQ== — 204 — 28 B — 100 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 495 B — 118 ms — h2https://fundingchoicesmessages.google.com/el/AGSKWxWDgBbahA5EYGdOMT9KLsxDqzg0D76n_Nr_JPpYrRBr1zSt9V2mpWuCAub-0C3PLriVqrJaVF7dGhJxfaZLcmqGO3CuEHTaBr0hZI9AgUfd90vLS9_93NY3bQLOuSrMz2PTbxULdQ==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxWDgBbahA5EYGdOMT9KLsxDqzg0D76n_Nr_JPpYrRBr1zSt9V2mpWuCAub-0C3PLriVqrJaVF7dGhJxfaZLcmqGO3CuEHTaBr0hZI9AgUfd90vLS9_93NY3bQLOuSrMz2PTbxULdQ== — 204 — 28 B — 89 ms — h3https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=r78Drb — 200 — 183.1 KiB — 93 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxWDgBbahA5EYGdOMT9KLsxDqzg0D76n_Nr_JPpYrRBr1zSt9V2mpWuCAub-0C3PLriVqrJaVF7dGhJxfaZLcmqGO3CuEHTaBr0hZI9AgUfd90vLS9_93NY3bQLOuSrMz2PTbxULdQ==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxWDgBbahA5EYGdOMT9KLsxDqzg0D76n_Nr_JPpYrRBr1zSt9V2mpWuCAub-0C3PLriVqrJaVF7dGhJxfaZLcmqGO3CuEHTaBr0hZI9AgUfd90vLS9_93NY3bQLOuSrMz2PTbxULdQ== — 204 — 28 B — 64 ms — h3https://fundingchoicesmessages.google.com/f/AGSKWxVDoCiAWSspzgTC3KLqO29cM-gFCEAPLIQiLcOG8nhQul8gtuxR4w5nKSN9vCahXWKX6nx51g9PmNIo81RTCGBaNxjNcoO2qD9fr7EDxNTAZqH9Q2vVUpkV8inIL5NvzU8BFoxYXA==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2OTAwOTU5LDIxMzAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93d3cuaXBzbmV3cy5uZXQvIixudWxsLFtbOCwicFNKa28xOTZJSDAiXSxbOSwiZW4tVVMiXSxbMTgsIltbW251bGwsMzkyNF1dXSJdLFszNSwiMTc3NjkwMDk1OSJdLFsyNiwiMTgiXSxbMTksIjEiXSxbMTcsIlswXSJdLFsyNCwiIl0sWzI1LCJbWzk1Mzg2MTkwXV0iXSxbMjksImZhbHNlIl1dXQfundingchoicesmessages.google.com/f... https://fundingchoicesmessages.google.com/f/AGSKWxVDoCiAWSspzgTC3KLqO29cM-gFCEAPLIQiLcOG8nhQul8gtuxR4w5nKSN9vCahXWKX6nx51g9PmNIo81RTCGBaNxjNcoO2qD9fr7EDxNTAZqH9Q2vVUpkV8inIL5NvzU8BFoxYXA==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2OTAwOTU5LDIxMzAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93d3cuaXBzbmV3cy5uZXQvIixudWxsLFtbOCwicFNKa28xOTZJSDAiXSxbOSwiZW4tVVMiXSxbMTgsIltbW251bGwsMzkyNF1dXSJdLFszNSwiMTc3NjkwMDk1OSJdLFsyNiwiMTgiXSxbMTksIjEiXSxbMTcsIlswXSJdLFsyNCwiIl0sWzI1LCJbWzk1Mzg2MTkwXV0iXSxbMjksImZhbHNlIl1dXQ — 200 — 68.0 KiB — 110 ms — h2https://www.ipsnews.net/Library/2026/04/Injured-civilians_45-50x50.jpgwww.ipsnews.net/Library/2026/04/Inj... https://www.ipsnews.net/Library/2026/04/Injured-civilians_45-50x50.jpg — 200 — 2.5 KiB — 133 ms — h2https://www.ipsnews.net/Library/2019/08/Anis-Chowdhury_180-50x50.jpgwww.ipsnews.net/Library/2019/08/Ani... https://www.ipsnews.net/Library/2019/08/Anis-Chowdhury_180-50x50.jpg — 200 — 1.8 KiB — 134 ms — h2https://www.ipsnews.net/Library/2026/04/Rajesh-Jantilal_-50x50.jpgwww.ipsnews.net/Library/2026/04/Raj... https://www.ipsnews.net/Library/2026/04/Rajesh-Jantilal_-50x50.jpg — 200 — 3.1 KiB — 134 ms — h2https://www.ipsnews.net/Library/2026/04/UNDP-collaborations-have_-50x50.jpgwww.ipsnews.net/Library/2026/04/UND... https://www.ipsnews.net/Library/2026/04/UNDP-collaborations-have_-50x50.jpg — 200 — 3.1 KiB — 134 ms — h2https://www.ipsnews.net/Library/2025/10/Ocean-29ott-_450-130x130.jpgwww.ipsnews.net/Library/2025/10/Oce... https://www.ipsnews.net/Library/2025/10/Ocean-29ott-_450-130x130.jpg — 200 — 9.4 KiB — 134 ms — h2https://www.ipsnews.net/Library/2025/12/Agricultural-Research10dec_497-130x130.jpgwww.ipsnews.net/Library/2025/12/Agr... https://www.ipsnews.net/Library/2025/12/Agricultural-Research10dec_497-130x130.jpg — 200 — 9.1 KiB — 135 ms — h2https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 30 ms — h3https://www.ipsnews.net/Library/2026/01/ORSO2_500-130x130.jpgwww.ipsnews.net/Library/2026/01/ORS... https://www.ipsnews.net/Library/2026/01/ORSO2_500-130x130.jpg — 200 — 9.0 KiB — 128 ms — h2https://www.ipsnews.net/Library/2025/10/FOOD-minuscole-29ott_384-130x130.jpgwww.ipsnews.net/Library/2025/10/FOO... https://www.ipsnews.net/Library/2025/10/FOOD-minuscole-29ott_384-130x130.jpg — 200 — 9.1 KiB — 128 ms — h2https://www.ipsnews.net/Library/2025/12/Nuclear-Abolition_12dec_478-130x130.jpgwww.ipsnews.net/Library/2025/12/Nuc... https://www.ipsnews.net/Library/2025/12/Nuclear-Abolition_12dec_478-130x130.jpg — 200 — 7.8 KiB — 129 ms — h2https://www.ipsnews.net/Library/2025/10/Pacific-29ott_448-130x130.jpgwww.ipsnews.net/Library/2025/10/Pac... https://www.ipsnews.net/Library/2025/10/Pacific-29ott_448-130x130.jpg — 200 — 7.4 KiB — 130 ms — h2https://www.ipsnews.net/Library/2025/12/Parliamentarians_499-130x130.jpgwww.ipsnews.net/Library/2025/12/Par... https://www.ipsnews.net/Library/2025/12/Parliamentarians_499-130x130.jpg — 200 — 10.2 KiB — 130 ms — h2https://www.ipsnews.net/Library/2025/10/SDGs-29ott-_468-130x130.jpgwww.ipsnews.net/Library/2025/10/SDG... https://www.ipsnews.net/Library/2025/10/SDGs-29ott-_468-130x130.jpg — 200 — 9.0 KiB — 130 ms — h2https://fonts.googleapis.com/css?family=Archivo:400,500|Arimo:400,500|Bitter:400,500|EB+Garamond:400,500|Lato|Libre+Baskervill|Libre+Franklin:400,500|Lora:400,500|Google+Sans:regular,medium:400,500|Material+Icons|Google+Symbols|Merriweather|Montserrat:400,500|Mukta:400,500|Muli:400,500|Nunito:400,500|Open+Sans:400,500,600|Open+Sans+Condensed:400,600|Oswald:500|Playfair+Display:400,500|Poppins:400,500|Raleway:400,500|Roboto:400,500|Roboto+Condensed:400,500|Roboto+Slab:400,500|Slabo+27px|Source+Sans+Pro|Ubuntu:400,500|Volkhov&display=swapfonts.googleapis.com/css?family=Arc... https://fonts.googleapis.com/css?family=Archivo:400,500|Arimo:400,500|Bitter:400,500|EB+Garamond:400,500|Lato|Libre+Baskervill|Libre+Franklin:400,500|Lora:400,500|Google+Sans:regular,medium:400,500|Material+Icons|Google+Symbols|Merriweather|Montserrat:400,500|Mukta:400,500|Muli:400,500|Nunito:400,500|Open+Sans:400,500,600|Open+Sans+Condensed:400,600|Oswald:500|Playfair+Display:400,500|Poppins:400,500|Raleway:400,500|Roboto:400,500|Roboto+Condensed:400,500|Roboto+Slab:400,500|Slabo+27px|Source+Sans+Pro|Ubuntu:400,500|Volkhov&display=swap — 200 — 6.3 KiB — 43 ms — h2https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v40/me... https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.1 KiB — 44 ms — h3https://i.ytimg.com/vi/asGG9DotKcM/default.jpg?sqp=-oaymwEkCHgQWvKriqkDGvABAfgB_gmAAtAFigIMCAAQARhjIGUoRzAP&rs=AOn4CLCPiD3eEIPHO5FrKv3edvVZ-eKeMwi.ytimg.com/vi/asGG9DotKcM/default.... https://i.ytimg.com/vi/asGG9DotKcM/default.jpg?sqp=-oaymwEkCHgQWvKriqkDGvABAfgB_gmAAtAFigIMCAAQARhjIGUoRzAP&rs=AOn4CLCPiD3eEIPHO5FrKv3edvVZ-eKeMw — 200 — 2.3 KiB — 89 ms — h2https://fundingchoicesmessages.google.com/el/AGSKWxWDgBbahA5EYGdOMT9KLsxDqzg0D76n_Nr_JPpYrRBr1zSt9V2mpWuCAub-0C3PLriVqrJaVF7dGhJxfaZLcmqGO3CuEHTaBr0hZI9AgUfd90vLS9_93NY3bQLOuSrMz2PTbxULdQ==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxWDgBbahA5EYGdOMT9KLsxDqzg0D76n_Nr_JPpYrRBr1zSt9V2mpWuCAub-0C3PLriVqrJaVF7dGhJxfaZLcmqGO3CuEHTaBr0hZI9AgUfd90vLS9_93NY3bQLOuSrMz2PTbxULdQ== — 204 — 28 B — 37 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxWDgBbahA5EYGdOMT9KLsxDqzg0D76n_Nr_JPpYrRBr1zSt9V2mpWuCAub-0C3PLriVqrJaVF7dGhJxfaZLcmqGO3CuEHTaBr0hZI9AgUfd90vLS9_93NY3bQLOuSrMz2PTbxULdQ==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxWDgBbahA5EYGdOMT9KLsxDqzg0D76n_Nr_JPpYrRBr1zSt9V2mpWuCAub-0C3PLriVqrJaVF7dGhJxfaZLcmqGO3CuEHTaBr0hZI9AgUfd90vLS9_93NY3bQLOuSrMz2PTbxULdQ== — 204 — 28 B — 38 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxWDgBbahA5EYGdOMT9KLsxDqzg0D76n_Nr_JPpYrRBr1zSt9V2mpWuCAub-0C3PLriVqrJaVF7dGhJxfaZLcmqGO3CuEHTaBr0hZI9AgUfd90vLS9_93NY3bQLOuSrMz2PTbxULdQ==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxWDgBbahA5EYGdOMT9KLsxDqzg0D76n_Nr_JPpYrRBr1zSt9V2mpWuCAub-0C3PLriVqrJaVF7dGhJxfaZLcmqGO3CuEHTaBr0hZI9AgUfd90vLS9_93NY3bQLOuSrMz2PTbxULdQ== — 204 — 28 B — 38 ms — h3https://yt3.ggpht.com/ytc/AIdro_nDjdrQ9EKM7lGN_TTbvNzdVzRv0rJ-EE7haBohEf6sxA=s68-c-k-c0x00ffffff-no-rjyt3.ggpht.com/ytc/AIdro_nDjdrQ9EKM7... https://yt3.ggpht.com/ytc/AIdro_nDjdrQ9EKM7lGN_TTbvNzdVzRv0rJ-EE7haBohEf6sxA=s68-c-k-c0x00ffffff-no-rj — 200 — 2.7 KiB — 242 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 — 726 B — 117 ms — h2https://www.ipsnews.net/Library/2026/03/Youth-Thought-Leaders_-130x130.jpgwww.ipsnews.net/Library/2026/03/You... https://www.ipsnews.net/Library/2026/03/Youth-Thought-Leaders_-130x130.jpg — 200 — 10.0 KiB — 134 ms — h2https://www.ipsnews.net/Library/2026/04/DSN4899-50x50.jpgwww.ipsnews.net/Library/2026/04/DSN... https://www.ipsnews.net/Library/2026/04/DSN4899-50x50.jpg — 200 — 5.5 KiB — 134 ms — h2https://www.ipsnews.net/Library/2026/04/Sea-Turtle-baby-50x50.jpegwww.ipsnews.net/Library/2026/04/Sea... https://www.ipsnews.net/Library/2026/04/Sea-Turtle-baby-50x50.jpeg — 200 — 12.1 KiB — 134 ms — h2https://www.ipsnews.net/Library/2026/04/Toul-South-Lebanon-50x50.jpgwww.ipsnews.net/Library/2026/04/Tou... https://www.ipsnews.net/Library/2026/04/Toul-South-Lebanon-50x50.jpg — 200 — 2.3 KiB — 131 ms — h2https://www.ipsnews.net/Library/2026/04/women-main-50x50.jpgwww.ipsnews.net/Library/2026/04/wom... https://www.ipsnews.net/Library/2026/04/women-main-50x50.jpg — 200 — 2.0 KiB — 131 ms — h2https://www.ipsnews.net/Library/2026/04/North-Koreas-ballistic_-50x50.jpgwww.ipsnews.net/Library/2026/04/Nor... https://www.ipsnews.net/Library/2026/04/North-Koreas-ballistic_-50x50.jpg — 200 — 2.5 KiB — 131 ms — h2https://www.ipsnews.net/Library/2026/04/wheat-50x50.jpgwww.ipsnews.net/Library/2026/04/whe... https://www.ipsnews.net/Library/2026/04/wheat-50x50.jpg — 200 — 1.5 KiB — 130 ms — h2https://www.ipsnews.net/Library/2026/04/A-view-of-the-rubble_-50x50.jpgwww.ipsnews.net/Library/2026/04/A-v... https://www.ipsnews.net/Library/2026/04/A-view-of-the-rubble_-50x50.jpg — 200 — 2.3 KiB — 131 ms — h2https://www.ipsnews.net/Library/2026/04/newlawsdomesticviolence-50x50.jpgwww.ipsnews.net/Library/2026/04/new... https://www.ipsnews.net/Library/2026/04/newlawsdomesticviolence-50x50.jpg — 200 — 2.2 KiB — 131 ms — h2https://www.ipsnews.net/Library/2026/04/kabul-50x50.jpgwww.ipsnews.net/Library/2026/04/kab... https://www.ipsnews.net/Library/2026/04/kabul-50x50.jpg — 200 — 1.8 KiB — 131 ms — h2https://www.ipsnews.net/Library/2026/04/Landlords_-50x50.jpgwww.ipsnews.net/Library/2026/04/Lan... https://www.ipsnews.net/Library/2026/04/Landlords_-50x50.jpg — 200 — 3.3 KiB — 131 ms — h2https://www.ipsnews.net/Library/2026/04/On-27-October_-50x50.jpgwww.ipsnews.net/Library/2026/04/On-... https://www.ipsnews.net/Library/2026/04/On-27-October_-50x50.jpg — 200 — 2.5 KiB — 130 ms — h2https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.jswww.google.com/js/th/qKGyavTtqsN8WE... https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.js — 200 — 23.2 KiB — 62 ms — h3https://www.ipsnews.net/Library/2023/08/BURNING-PLANET-illustration_text_300.jpgwww.ipsnews.net/Library/2023/08/BUR... https://www.ipsnews.net/Library/2023/08/BURNING-PLANET-illustration_text_300.jpg — 200 — 36.8 KiB — 139 ms — h2https://www.ipsnews.net/Library/2022/04/capacity-building_210422.jpgwww.ipsnews.net/Library/2022/04/cap... https://www.ipsnews.net/Library/2022/04/capacity-building_210422.jpg — 200 — 17.5 KiB — 142 ms — h2https://www.ipsnews.net/img/transparente.gifwww.ipsnews.net/img/transparente.gi... https://www.ipsnews.net/img/transparente.gif — 200 — 865 B — 142 ms — h2https://www.ipsnews.net/wp-content/themes/ipsnews/images/newsletterbig.pngwww.ipsnews.net/wp-content/themes/i... https://www.ipsnews.net/wp-content/themes/ipsnews/images/newsletterbig.png — 200 — 5.3 KiB — 142 ms — h2https://www.ipsnews.net/wp-content/themes/ipsnews/images/newsletter-bk2.pngwww.ipsnews.net/wp-content/themes/i... https://www.ipsnews.net/wp-content/themes/ipsnews/images/newsletter-bk2.png — 200 — 181 B — 142 ms — h2https://www.ipsnews.net/wp-content/themes/ipsnews/images/linksbar-lt.pngwww.ipsnews.net/wp-content/themes/i... https://www.ipsnews.net/wp-content/themes/ipsnews/images/linksbar-lt.png — 200 — 222 B — 143 ms — h2https://www.youtube.com/generate_204?ilIpNQwww.youtube.com/generate_204?ilIpNQ https://www.youtube.com/generate_204?ilIpNQ — 204 — 10 B — 30 ms — h3https://www.ipsnews.net/wp-content/themes/ipsnews/images/linksbar-rt.pngwww.ipsnews.net/wp-content/themes/i... https://www.ipsnews.net/wp-content/themes/ipsnews/images/linksbar-rt.png — 200 — 217 B — 131 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 — 0 B — 116 ms — h2https://www.ipsnews.net/favicon.icowww.ipsnews.net/favicon.ico https://www.ipsnews.net/favicon.ico — 200 — 11.3 KiB — 125 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 — 312 B — 35 ms — h2https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 32 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 454ms · 391KB · $6/mo
www.ipsnews.net
Other
Optional
Execution 154ms
Transfer 102 KB
Monthly Cost $2/mo
Unattributable
Other
Optional
Execution 124ms
Transfer 0 KB
Monthly Cost $2/mo
pagead2.googlesyndication.com
Other
Optional
Execution 61ms
Transfer 54 KB
Unused 37%
Monthly Cost $1/mo
fundingchoicesmessages.google.com
Other
Optional
Execution 59ms
Transfer 68 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 56ms
Transfer 167 KB
Unused 42%
Monthly Cost $1/mo

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

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