Skip to content
https://naturalnews.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
75
GRADE
C
FIX
4
REVIEW
1
PASS
10
INFO
2

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

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

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

3.88 s

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

37.07 s

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

310 ms

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

0.000

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

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

39.71 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
17
10 PASS 1 REVIEW 4 FIX
F
Page Weight Budget
Action
11.0 MB transferred, 226 requests
FIX
11.0 MB transferred, 226 requests
Critical::
Page weighs 12.8 MB (11.0 MB transferred)
Warning::
Images are 10.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 10.3 MB
Warning::
JavaScript is 567 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 567 KB
Warning::
226 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 2.3 g CO2 per page load
11.0 MB / 2.4 MB budget
11.0 MB transferred
226 requests
2.3 g CO2 per page load
Images 10.3 MiB 93%
JavaScript 567.2 KiB 5%
Fonts 108.8 KiB 1%
Other 48.1 KiB 0%
HTML 28.5 KiB 0%
CSS 16.8 KiB 0%
Other 4.7 KiB 0%
Other 531 B 0%
Other 486 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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
JS Execution Cost
Action
2962ms total JS execution
FIX
2962ms total JS execution
Warning::
Unattributable: 996ms CPU time
Warning::
https://code.jquery.com/jquery-latest.js: 981ms CPU time
Warning::
https://analytics.distributednews.com/piwik/matomo...: 382ms CPU time
Warning::
https://naturalnews.com/: 282ms CPU time
Warning::
https://comments.brighteon.com/embed.js: 266ms CPU time
Warning::
Third-party scripts: 2680ms (90% of total)

Main Thread Breakdown

Other 41% Script Evaluation 31% Style & Layout 17% Script Parsing & Compilation 6% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
Unattributable996ms21ms0ms3rd
https://code.jquery.com/jquery-latest.js981ms528ms22ms3rd
https://analytics.distributednews.com/piwik/matomo.js382ms57ms20ms3rd
https://naturalnews.com/282ms71ms8ms1st
https://comments.brighteon.com/embed.js266ms178ms83ms3rd
https://ams.naturalnews.com/AMS.js?_=177689030524854ms41ms7ms3rd
D
JS Bundles
Action
23 scripts, 265 KB unused
FIX
23 scripts, 265 KB unused
Warning::
https://comments.brighteon.com/embed.js: 171 KB unused (57%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://analytics.distributednews.com/piwik/matomo...: 44 KB unused (66%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://code.jquery.com/jquery-latest.js: 29 KB unused (35%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://code.jquery.com/jquery-latest.js: unminified — 39 KB could be saved
Warning::
https://static.addtoany.com/menu/modules/core.ydpp...: 21 KB unused (82%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 265 KB
265 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://comments.brighteon.com/embed.js298 KB171 KB (57%)3rd
https://analytics.distributednews.com/piwik/matomo.js67 KB44 KB (66%)3rd
https://code.jquery.com/jquery-latest.js82 KB29 KB (35%)3rd
https://static.addtoany.com/menu/modules/core.ydpp7jcu.js26 KB21 KB (82%)3rd
https://naturalnews.com/wp-content/themes/NaturalNews2022/Javascripts/ResizeSensor.js2 KB1st
https://naturalnews.com/ARF/Promos-Site.js4 KB1st
https://alternativenews.com/wppopulararticles/js_newthemes/naturalnews.com_week2.js8 KB3rd
https://alternativenews.com/wppopulararticles/js_newthemes/naturalnews.com_month2.js8 KB3rd
https://alternativenews.com/wppopulararticles/js_newthemes/naturalnews.com_year2.js9 KB3rd
https://brighteon.io/external.js2 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

D
Page Weight Inventory
Action
226 resources · 11.0 MB · 265 KB savings available
FIX
226 resources · 11.0 MB · 265 KB savings available
Warning::
Page weight 10.0 MB over 1MB target
Got: 11.0 MB Expected: ≤ 1 MB
Info::
~265 KB of savings available
Info::
66 third-party resources (27% of weight)
Info::
18 resources over 200KB
226 resources · 11.0 MiB · 66 third-party 10.0 MiB over 1MB target
Image 94% · 10.3 MiB
JavaScript 5% · 567.2 KiB
Font 1% · 108.8 KiB
Document 0% · 32.8 KiB
CSS 0% · 16.8 KiB
Other 0% · 1.4 KiB

~265.2 KiB of savings available

Remove unused JavaScript: 265.2 KiB
C
Image Optimization
Action
112 images, 0 KB saveable
REVIEW
112 images, 0 KB saveable
Warning::
https://ams.naturalnews.com/AMS/Groovy-Bee-Saw-Pal... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://photos.brighteon.com/file/brighteon-thumbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.healthrangerstore.com/cdn/shop/product... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.healthrangerstore.com/cdn/shop/files/F... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://ams.naturalnews.com/AMS/Lab-Verified-Colla... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://photos.brighteon.com/file/brighteon-thumbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://photos.brighteon.com/file/brighteon-thumbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://photos.brighteon.com/file/brighteon-thumbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://photos.brighteon.com/file/brighteon-thumbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://photos.brighteon.com/file/brighteon-thumbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://photos.brighteon.com/file/brighteon-thumbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://naturalnews.com/Images/Introducing-BrightA... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://ams.naturalnews.com/AMS/The-Contagious-Min... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://photos.brighteon.com/file/brighteon-thumbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://photos.brighteon.com/file/brighteon-thumbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://ams.naturalnews.com/AMS/Organic-Powdered-C... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://ams.naturalnews.com/AMS/Groovy-Bee-DFPads-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://analytics.distributednews.com/piwik/matomo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://photos.brighteon.com/file/brighteon-thumbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://naturalnews.com/wp-content/themes/NaturalN... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://photos.brighteon.com/file/brighteon-thumbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://naturalnews.com/Images/Brighteon-Social-He... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://photos.brighteon.com/file/brighteon-thumbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://photos.brighteon.com/file/brighteon-thumbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://naturalnews.com/wp-content/themes/NaturalN... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://photos.brighteon.com/file/brighteon-thumbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://photos.brighteon.com/file/brighteon-thumbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://photos.brighteon.com/file/brighteon-thumbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.healthrangerstore.com/cdn/shop/files/0... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.healthrangerstore.com/cdn/shop/files/0... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://naturalnews.com/wp-content/themes/NaturalN... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://photos.brighteon.com/file/brighteon-thumbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://naturalnews.com/wp-content/themes/NaturalN... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://photos.brighteon.com/file/brighteon-thumbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://photos.brighteon.com/file/brighteon-thumbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://photos.brighteon.com/file/brighteon-thumbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://ams.naturalnews.com/AMS/Terrain-The-Worksh... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://ams.naturalnews.com/AMS/Min-Organic-Turmer... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://naturalnews.com/Images/BrighteonStudios-Fe... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://photos.brighteon.com/file/brighteon-thumbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://photos.brighteon.com/file/brighteon-thumbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://ams.naturalnews.com/AMS/GB-Org-Greens-Supe... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://photos.brighteon.com/file/brighteon-thumbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://photos.brighteon.com/file/brighteon-thumbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s3.us-west-002.backblazeb2.com/MastodonK8s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
112 images 10.3 MB
0 oversized -0 KB
108 legacy format
45 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

A
Third-Party Impact
27% third-party, 0 ms blocking
PASS
27% third-party, 0 ms blocking
Info::
Third-party code accounts for 27% of page weight (3.0 MiB of 11.0 MiB)
Info::
Third-party blocking time is low (0 ms)
73%
27%
First-party Third-party
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
4 fonts (109 KB)
PASS
4 fonts (109 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

109 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s FCP 3.9 s LCP 37.1 shttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 36.7 KiB — 35 ms — font-display: swaphttps://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2ieVl2ZhZI2eCN5jzbjEETS9... https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2 — 45.0 KiB — 50 ms — font-display: swaphttps://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh50XSwiPGQ3q5d0.woff2S6u9w4BMUTPHh50XSwiPGQ3... https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh50XSwiPGQ3q5d0.woff2 — 13.4 KiB — 41 ms — font-display: swaphttps://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wXiWtFCc.woff2S6uyw4BMUTPHjx4wXiWtFCc... https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wXiWtFCc.woff2 — 13.7 KiB — 24 ms — font-display: swap
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 37 KB
Load time 35 ms
Start 837 ms
Risk FOUT — text flashes from fallback to web font
ieVl2ZhZI2eCN5jzbjEETS9... woff2 swap
Size 45 KB
Load time 50 ms
Start 846 ms
Risk FOUT — text flashes from fallback to web font
S6u9w4BMUTPHh50XSwiPGQ3... woff2 swap
Size 13 KB
Load time 41 ms
Start 846 ms
Risk FOUT — text flashes from fallback to web font
S6uyw4BMUTPHjx4wXiWtFCc... woff2 swap
Size 14 KB
Load time 24 ms
Start 1.1 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
2 hints, 0 missing preconnects
PASS
2 hints, 0 missing preconnects
Info::
Page uses 2 resource hint(s)

Current Resource Hints

preconnect
2
preload
dns-prefetch
prefetch

2 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

A+
HTTP Caching
max-age=60 (1 minute)
PASS
max-age=60 (1 minute)
Info::
Cache-Control header is set
Got: public, max-age=60
Info::
Effective TTL: 1 minute (max-age=60)
Info::
Last-Modified header present
Cache-Control

public, max-age=60

DirectiveValueMeaning
publicAny cache may store this response
max-age60Cache for 1 minute
Effective TTL: 60 seconds
Network Waterfall
226 requests over 1718ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s FCP 3.9 s LCP 37.1 shttps://naturalnews.com// https://naturalnews.com/ — 200 — 27.5 KiB — 84 ms — h2https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@300;400;500;700;900&family=Lato:wght@300;400;700;900fonts.googleapis.com/css2?family=Ro... https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@300;400;500;700;900&family=Lato:wght@300;400;700;900 — 200 — 2.6 KiB — 75 ms — h2https://code.jquery.com/jquery-latest.jscode.jquery.com/jquery-latest.js https://code.jquery.com/jquery-latest.js — 200 — 82.3 KiB — 36 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/CSS/Main.css/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/CSS/Main.css — 200 — 11.2 KiB — 233 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Javascripts/Pageload.js/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Javascripts/Pageload.js — 200 — 7.6 KiB — 265 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/CSS/AI.css/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/CSS/AI.css — 200 — 890 B — 271 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Javascripts/AI.js/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Javascripts/AI.js — 200 — 933 B — 219 ms — h2https://naturalnews.com/ARF/Promos-Site.css/ARF/Promos-Site.css https://naturalnews.com/ARF/Promos-Site.css — 200 — 2.1 KiB — 232 ms — h2https://naturalnews.com/ARF/Promos-Site.js/ARF/Promos-Site.js https://naturalnews.com/ARF/Promos-Site.js — 200 — 3.9 KiB — 257 ms — h2https://naturalnews.com/ARF/Hanna.js/ARF/Hanna.js https://naturalnews.com/ARF/Hanna.js — 200 — 246 B — 156 ms — h2https://analytics.distributednews.com/piwik/matomo.php?idsite=10&rec=1analytics.distributednews.com/piwik... https://analytics.distributednews.com/piwik/matomo.php?idsite=10&rec=1 — 200 — 557 B — 338 ms — h3https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/UI-NN-Logo-Independent-Humanitarian-Peace.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/UI-NN-Logo-Independent-Humanitarian-Peace.svg — 200 — 8.0 KiB — 265 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Logo-Masthead-White.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Logo-Masthead-White.svg — 200 — 1.8 KiB — 289 ms — h2https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/817c0dc8-f998-4fa0-81ee-22a8bcc8c641photos.brighteon.com/file/brighteon... https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/817c0dc8-f998-4fa0-81ee-22a8bcc8c641 — 200 — 173.8 KiB — 462 ms — h2https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/0c60095e-af0e-4b06-a83e-df0aaba1a514photos.brighteon.com/file/brighteon... https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/0c60095e-af0e-4b06-a83e-df0aaba1a514 — 200 — 184.7 KiB — 432 ms — h2https://alternativenews.com/wppopulararticles/js_newthemes/naturalnews.com_day2.jsalternativenews.com/wppopulararticl... https://alternativenews.com/wppopulararticles/js_newthemes/naturalnews.com_day2.js — 200 — 3.1 KiB — 119 ms — h3https://alternativenews.com/wppopulararticles/js_newthemes/naturalnews.com_week2.jsalternativenews.com/wppopulararticl... https://alternativenews.com/wppopulararticles/js_newthemes/naturalnews.com_week2.js — 200 — 8.0 KiB — 135 ms — h3https://alternativenews.com/wppopulararticles/js_newthemes/naturalnews.com_month2.jsalternativenews.com/wppopulararticl... https://alternativenews.com/wppopulararticles/js_newthemes/naturalnews.com_month2.js — 200 — 8.1 KiB — 133 ms — h3https://alternativenews.com/wppopulararticles/js_newthemes/naturalnews.com_year2.jsalternativenews.com/wppopulararticl... https://alternativenews.com/wppopulararticles/js_newthemes/naturalnews.com_year2.js — 200 — 9.5 KiB — 137 ms — h3https://brighteon.io/external.jsbrighteon.io/external.js https://brighteon.io/external.js — 200 — 2.2 KiB — 118 ms — h3https://naturalnews.com/wp-content/themes/NaturalNews2022/Javascripts/ResizeSensor.js/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Javascripts/ResizeSensor.js — 200 — 2.0 KiB — 228 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Javascripts/sticky-sidebar.js/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Javascripts/sticky-sidebar.js — 200 — 5.6 KiB — 258 ms — h2https://static.addtoany.com/menu/page.jsstatic.addtoany.com/menu/page.js https://static.addtoany.com/menu/page.js — 200 — 2.2 KiB — 82 ms — h3https://comments.brighteon.com/embed.jscomments.brighteon.com/embed.js https://comments.brighteon.com/embed.js — 200 — 298.2 KiB — 408 ms — h2https://naturalnews.com/Images/Brighteon-Social-Health-Ranger.svg/Images/Brighteon-Social-Health-Ran... https://naturalnews.com/Images/Brighteon-Social-Health-Ranger.svg — 200 — 6.2 KiB — 400 ms — h2https://naturalnews.com/Images/Introducing-BrightAnswers-Mobile.jpg/Images/Introducing-BrightAnswers-M... https://naturalnews.com/Images/Introducing-BrightAnswers-Mobile.jpg — 200 — 142.1 KiB — 308 ms — h2https://naturalnews.com/Images/BrighteonStudios-FeaturedVideos.svg/Images/BrighteonStudios-FeaturedVi... https://naturalnews.com/Images/BrighteonStudios-FeaturedVideos.svg — 200 — 321.6 KiB — 189 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/NATO-flags1.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/NATO-flags1.jpg — 200 — 346.9 KiB — 243 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/Pollution-Co2-Carbon-Dioxide.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/Pollution-Co2-Carbon-Dioxide.jpg — 200 — 175.9 KiB — 367 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/Social-Media-Type-Words.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/Social-Media-Type-Words.jpg — 200 — 173.5 KiB — 386 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s FCP 3.9 s LCP 37.1 shttps://naturalnews.com// https://naturalnews.com/ — 200 — 27.5 KiB — 84 ms — h2https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@300;400;500;700;900&family=Lato:wght@300;400;700;900fonts.googleapis.com/css2?family=Ro... https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@300;400;500;700;900&family=Lato:wght@300;400;700;900 — 200 — 2.6 KiB — 75 ms — h2https://code.jquery.com/jquery-latest.jscode.jquery.com/jquery-latest.js https://code.jquery.com/jquery-latest.js — 200 — 82.3 KiB — 36 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/CSS/Main.css/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/CSS/Main.css — 200 — 11.2 KiB — 233 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Javascripts/Pageload.js/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Javascripts/Pageload.js — 200 — 7.6 KiB — 265 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/CSS/AI.css/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/CSS/AI.css — 200 — 890 B — 271 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Javascripts/AI.js/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Javascripts/AI.js — 200 — 933 B — 219 ms — h2https://naturalnews.com/ARF/Promos-Site.css/ARF/Promos-Site.css https://naturalnews.com/ARF/Promos-Site.css — 200 — 2.1 KiB — 232 ms — h2https://naturalnews.com/ARF/Promos-Site.js/ARF/Promos-Site.js https://naturalnews.com/ARF/Promos-Site.js — 200 — 3.9 KiB — 257 ms — h2https://naturalnews.com/ARF/Hanna.js/ARF/Hanna.js https://naturalnews.com/ARF/Hanna.js — 200 — 246 B — 156 ms — h2https://analytics.distributednews.com/piwik/matomo.php?idsite=10&rec=1analytics.distributednews.com/piwik... https://analytics.distributednews.com/piwik/matomo.php?idsite=10&rec=1 — 200 — 557 B — 338 ms — h3https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/UI-NN-Logo-Independent-Humanitarian-Peace.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/UI-NN-Logo-Independent-Humanitarian-Peace.svg — 200 — 8.0 KiB — 265 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Logo-Masthead-White.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Logo-Masthead-White.svg — 200 — 1.8 KiB — 289 ms — h2https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/817c0dc8-f998-4fa0-81ee-22a8bcc8c641photos.brighteon.com/file/brighteon... https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/817c0dc8-f998-4fa0-81ee-22a8bcc8c641 — 200 — 173.8 KiB — 462 ms — h2https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/0c60095e-af0e-4b06-a83e-df0aaba1a514photos.brighteon.com/file/brighteon... https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/0c60095e-af0e-4b06-a83e-df0aaba1a514 — 200 — 184.7 KiB — 432 ms — h2https://alternativenews.com/wppopulararticles/js_newthemes/naturalnews.com_day2.jsalternativenews.com/wppopulararticl... https://alternativenews.com/wppopulararticles/js_newthemes/naturalnews.com_day2.js — 200 — 3.1 KiB — 119 ms — h3https://alternativenews.com/wppopulararticles/js_newthemes/naturalnews.com_week2.jsalternativenews.com/wppopulararticl... https://alternativenews.com/wppopulararticles/js_newthemes/naturalnews.com_week2.js — 200 — 8.0 KiB — 135 ms — h3https://alternativenews.com/wppopulararticles/js_newthemes/naturalnews.com_month2.jsalternativenews.com/wppopulararticl... https://alternativenews.com/wppopulararticles/js_newthemes/naturalnews.com_month2.js — 200 — 8.1 KiB — 133 ms — h3https://alternativenews.com/wppopulararticles/js_newthemes/naturalnews.com_year2.jsalternativenews.com/wppopulararticl... https://alternativenews.com/wppopulararticles/js_newthemes/naturalnews.com_year2.js — 200 — 9.5 KiB — 137 ms — h3https://brighteon.io/external.jsbrighteon.io/external.js https://brighteon.io/external.js — 200 — 2.2 KiB — 118 ms — h3https://naturalnews.com/wp-content/themes/NaturalNews2022/Javascripts/ResizeSensor.js/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Javascripts/ResizeSensor.js — 200 — 2.0 KiB — 228 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Javascripts/sticky-sidebar.js/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Javascripts/sticky-sidebar.js — 200 — 5.6 KiB — 258 ms — h2https://static.addtoany.com/menu/page.jsstatic.addtoany.com/menu/page.js https://static.addtoany.com/menu/page.js — 200 — 2.2 KiB — 82 ms — h3https://comments.brighteon.com/embed.jscomments.brighteon.com/embed.js https://comments.brighteon.com/embed.js — 200 — 298.2 KiB — 408 ms — h2https://naturalnews.com/Images/Brighteon-Social-Health-Ranger.svg/Images/Brighteon-Social-Health-Ran... https://naturalnews.com/Images/Brighteon-Social-Health-Ranger.svg — 200 — 6.2 KiB — 400 ms — h2https://naturalnews.com/Images/Introducing-BrightAnswers-Mobile.jpg/Images/Introducing-BrightAnswers-M... https://naturalnews.com/Images/Introducing-BrightAnswers-Mobile.jpg — 200 — 142.1 KiB — 308 ms — h2https://naturalnews.com/Images/BrighteonStudios-FeaturedVideos.svg/Images/BrighteonStudios-FeaturedVi... https://naturalnews.com/Images/BrighteonStudios-FeaturedVideos.svg — 200 — 321.6 KiB — 189 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/NATO-flags1.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/NATO-flags1.jpg — 200 — 346.9 KiB — 243 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/Pollution-Co2-Carbon-Dioxide.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/Pollution-Co2-Carbon-Dioxide.jpg — 200 — 175.9 KiB — 367 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/Social-Media-Type-Words.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/Social-Media-Type-Words.jpg — 200 — 173.5 KiB — 386 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/High-Natural-Vitamin-Apple-Background-Banana-Bio.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/High-Natural-Vitamin-Apple-Background-Banana-Bio.jpg — 200 — 248.5 KiB — 264 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/chronotype-exercise-timing-cardiovascular-health-1026-original.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/chronotype-exercise-timing-cardiovascular-health-1026-original.jpg — 200 — 129.3 KiB — 381 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/strait-of-hormuz-oil-tankers-maritime-blockade-929-original.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/strait-of-hormuz-oil-tankers-maritime-blockade-929-original.jpg — 200 — 304.2 KiB — 395 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/Senate-Confirmation-Hearing-Robert-F-Kennedy-Jr.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/Senate-Confirmation-Hearing-Robert-F-Kennedy-Jr.jpg — 200 — 87.8 KiB — 162 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/flu-vaccine-mandate-department-of-defense-military-policy-1064-original.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/flu-vaccine-mandate-department-of-defense-military-policy-1064-original.jpg — 200 — 190.1 KiB — 376 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/tobacco-and-vapes-bill-smoke-free-generation-public-health-intervention-1052-original.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/tobacco-and-vapes-bill-smoke-free-generation-public-health-intervention-1052-original.jpg — 200 — 198.3 KiB — 270 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/ai-chatbot-regulation-teen-suicide-chatgpt-interactions-1054-original.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/ai-chatbot-regulation-teen-suicide-chatgpt-interactions-1054-original.jpg — 200 — 196.7 KiB — 294 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/Vitamin-D-Your-Natural-Defense-Against-Winter-Illness-and-Pharmaceutical-Deception.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/Vitamin-D-Your-Natural-Defense-Against-Winter-Illness-and-Pharmaceutical-Deception.jpg — 200 — 150.5 KiB — 375 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/glyphosate-herbicide-antimicrobial-resistance-multidrug-resistance-1111-original.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/glyphosate-herbicide-antimicrobial-resistance-multidrug-resistance-1111-original.jpg — 200 — 216.7 KiB — 280 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/doj-indictment-splc-fraud-activist-industrial-complex-1057-original.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/doj-indictment-splc-fraud-activist-industrial-complex-1057-original.jpg — 200 — 127.2 KiB — 397 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/truth-teller-silencing-suspicious-death-pattern-breakthrough-energy-technology-1056-original.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/truth-teller-silencing-suspicious-death-pattern-breakthrough-energy-technology-1056-original.jpg — 200 — 151.1 KiB — 395 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/ceasefire-iran-conflict-global-energy-crisis-1058-original.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/ceasefire-iran-conflict-global-energy-crisis-1058-original.jpg — 200 — 262.4 KiB — 337 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/volodymyr-zelenskyy.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/volodymyr-zelenskyy.jpg — 200 — 83.8 KiB — 301 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/Russian-Flag.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/Russian-Flag.jpg — 200 — 46.1 KiB — 374 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/The-Health-Ranger-Code-Decentralizing-Truth.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/The-Health-Ranger-Code-Decentralizing-Truth.jpg — 200 — 94.5 KiB — 396 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/data-center-electricity-demand-grid-capacity-energy-policy-1046-original.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/data-center-electricity-demand-grid-capacity-energy-policy-1046-original.jpg — 200 — 266.3 KiB — 217 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/ceasefire-persian-gulf-strait-of-hormuz-1096-original.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/ceasefire-persian-gulf-strait-of-hormuz-1096-original.jpg — 200 — 215.8 KiB — 398 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/cryptocurrency-scams-strait-of-hormuz-maritime-security-1061-original.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/cryptocurrency-scams-strait-of-hormuz-maritime-security-1061-original.jpg — 200 — 226.4 KiB — 290 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/cuba-us-relations-energy-restrictions-diplomatic-talks-1060-original.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/cuba-us-relations-energy-restrictions-diplomatic-talks-1060-original.jpg — 200 — 180.2 KiB — 299 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/coffee-consumption-longevity-mortality-risk-reduction-935-original.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/coffee-consumption-longevity-mortality-risk-reduction-935-original.jpg — 200 — 147.9 KiB — 392 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/glyphosate-contamination-organic-certification-food-safety-236-original.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/glyphosate-contamination-organic-certification-food-safety-236-original.jpg — 200 — 207.5 KiB — 398 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/CDC-Vaccine-Coronavirus-Syringe.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/CDC-Vaccine-Coronavirus-Syringe.jpg — 200 — 307.7 KiB — 403 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/The-Renaissance-Path-Forge-Your-Future.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/The-Renaissance-Path-Forge-Your-Future.jpg — 200 — 81.5 KiB — 195 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/us-treasury-sanctions-russian-crude-oil-waiver-extension-1035-original.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/us-treasury-sanctions-russian-crude-oil-waiver-extension-1035-original.jpg — 200 — 124.0 KiB — 396 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/national-security-chinese-electric-vehicles-surveillance-platforms-1011-original.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/national-security-chinese-electric-vehicles-surveillance-platforms-1011-original.jpg — 200 — 251.5 KiB — 214 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/Gold-bullion-stack-2.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/Gold-bullion-stack-2.jpg — 200 — 326.1 KiB — 285 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/Food-trucks-natural-gas.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/Food-trucks-natural-gas.jpg — 200 — 38.1 KiB — 294 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/urban-walkability-hippocampus-volume-dementia-prevention-580-original.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/urban-walkability-hippocampus-volume-dementia-prevention-580-original.jpg — 200 — 345.0 KiB — 354 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/magnesium-supplementation-sleep-quality-clinical-trials-1037-original.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/magnesium-supplementation-sleep-quality-clinical-trials-1037-original.jpg — 200 — 159.5 KiB — 395 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/Gut-Health-Bacteria-Intestine-Pregnant-Asian-Cute.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/Gut-Health-Bacteria-Intestine-Pregnant-Asian-Cute.jpg — 200 — 105.8 KiB — 205 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/energy-freedom-personal-liberty-decentralized-energy-1029-original.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/energy-freedom-personal-liberty-decentralized-energy-1029-original.jpg — 200 — 166.4 KiB — 376 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/Shadows-of-Power-The-Unseen-War-on-Liberty-and-the-Fight-for-America-Soul.png/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/Shadows-of-Power-The-Unseen-War-on-Liberty-and-the-Fight-for-America-Soul.png — 200 — 403.0 KiB — 410 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/Mature-senor-choosing-dried-fish-in-supermarket-1.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/Mature-senor-choosing-dried-fish-in-supermarket-1.jpg — 200 — 364.3 KiB — 409 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/Processed-Food-Additives-Headlines.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/Processed-Food-Additives-Headlines.jpg — 200 — 104.9 KiB — 312 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/Teenager-Room-Social-Media-Smarphone-Sad.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/Teenager-Room-Social-Media-Smarphone-Sad.jpg — 200 — 152.0 KiB — 398 ms — h2https://naturalnews.com/wp-content/uploads/sites/91/2026/04/citicoline-mild-cognitive-impairment-1019-original.jpg/wp-content/uploads/sites/91/2026/0... https://naturalnews.com/wp-content/uploads/sites/91/2026/04/citicoline-mild-cognitive-impairment-1019-original.jpg — 200 — 266.2 KiB — 209 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Download-Apple-App-Store.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Download-Apple-App-Store.svg — 200 — 4.6 KiB — 375 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Download-Android.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Download-Android.svg — 200 — 3.0 KiB — 375 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Powered-Brighteon-AI.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Powered-Brighteon-AI.svg — 200 — 6.1 KiB — 387 ms — h2https://naturalnews.com/NaturalNews.json/NaturalNews.json https://naturalnews.com/NaturalNews.json — 200 — 531 B — 309 ms — h2https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/8dea29f2-7d10-4e5d-a28c-fad2ab143318photos.brighteon.com/file/brighteon... https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/8dea29f2-7d10-4e5d-a28c-fad2ab143318 — 200 — 153.8 KiB — 1.0 s — h2https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/e1793893-760f-46be-b593-54925c08f369photos.brighteon.com/file/brighteon... https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/e1793893-760f-46be-b593-54925c08f369 — 200 — 165.8 KiB — 392 ms — h2https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/2af2378d-aa8a-48e1-a614-cf19375a0341photos.brighteon.com/file/brighteon... https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/2af2378d-aa8a-48e1-a614-cf19375a0341 — 200 — 155.4 KiB — 1.0 s — h2https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/b0d51b33-b5c0-49d3-9947-3488dd442b28photos.brighteon.com/file/brighteon... https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/b0d51b33-b5c0-49d3-9947-3488dd442b28 — 200 — 192.3 KiB — 352 ms — h2https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/3816b28a-fe66-4d0a-adb5-23261fbc02ddphotos.brighteon.com/file/brighteon... https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/3816b28a-fe66-4d0a-adb5-23261fbc02dd — 200 — 183.3 KiB — 251 ms — h2https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/1013af71-fcaf-43bd-96aa-f021f3bed23bphotos.brighteon.com/file/brighteon... https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/1013af71-fcaf-43bd-96aa-f021f3bed23b — 200 — 34.9 KiB — 247 ms — h2https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/9a40fc07-96f4-482c-af6c-5460ef18b829photos.brighteon.com/file/brighteon... https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/9a40fc07-96f4-482c-af6c-5460ef18b829 — 200 — 32.5 KiB — 182 ms — h2https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/835eecf9-873d-4e44-8b3f-16eb0f8acac6photos.brighteon.com/file/brighteon... https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/835eecf9-873d-4e44-8b3f-16eb0f8acac6 — 200 — 33.6 KiB — 251 ms — h2https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/80946fb7-5d64-4cf0-90ee-cfca70d0fb4ephotos.brighteon.com/file/brighteon... https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/80946fb7-5d64-4cf0-90ee-cfca70d0fb4e — 200 — 26.2 KiB — 251 ms — h2https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/ef417306-4d77-45d6-a393-f4a8a20663daphotos.brighteon.com/file/brighteon... https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/ef417306-4d77-45d6-a393-f4a8a20663da — 200 — 37.7 KiB — 251 ms — h2https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/ce8271fe-792f-4c7c-ba36-8b7c0caefeabphotos.brighteon.com/file/brighteon... https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/ce8271fe-792f-4c7c-ba36-8b7c0caefeab — 200 — 34.0 KiB — 460 ms — h2https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/f7938f74-e3e0-414c-8e8e-51bf32d2ee4aphotos.brighteon.com/file/brighteon... https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/f7938f74-e3e0-414c-8e8e-51bf32d2ee4a — 200 — 26.8 KiB — 456 ms — h2https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/35e5990a-276e-4161-9c4b-2a30f36820c8photos.brighteon.com/file/brighteon... https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/35e5990a-276e-4161-9c4b-2a30f36820c8 — 200 — 29.1 KiB — 687 ms — h2https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/ba36dcc8-7f25-4332-92d1-8117b63afc5aphotos.brighteon.com/file/brighteon... https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/ba36dcc8-7f25-4332-92d1-8117b63afc5a — 200 — 28.9 KiB — 458 ms — h2https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/d559cb05-e3ee-496c-8e21-10920a60439dphotos.brighteon.com/file/brighteon... https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/d559cb05-e3ee-496c-8e21-10920a60439d — 200 — 29.5 KiB — 498 ms — h2https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/7b83edc4-8fd8-4e03-8e6e-bfcc3b7da5c8photos.brighteon.com/file/brighteon... https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/7b83edc4-8fd8-4e03-8e6e-bfcc3b7da5c8 — 200 — 30.5 KiB — 467 ms — h2https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/c993dd4a-ebf4-41a3-8445-6f9e78ad6e3dphotos.brighteon.com/file/brighteon... https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/c993dd4a-ebf4-41a3-8445-6f9e78ad6e3d — 200 — 32.0 KiB — 466 ms — h2https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/0083427b-9575-4519-b0e7-36e22ef5c7e1photos.brighteon.com/file/brighteon... https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/0083427b-9575-4519-b0e7-36e22ef5c7e1 — 200 — 21.0 KiB — 456 ms — h2https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/96bb5fb2-c565-4085-8c83-cf6dc48efbcephotos.brighteon.com/file/brighteon... https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/96bb5fb2-c565-4085-8c83-cf6dc48efbce — 200 — 20.9 KiB — 458 ms — h2https://s3.us-west-002.backblazeb2.com/MastodonK8s-Prod/accounts/avatars/000/000/014/original/f4e7a71b639ddab5.jpgs3.us-west-002.backblazeb2.com/Mast... https://s3.us-west-002.backblazeb2.com/MastodonK8s-Prod/accounts/avatars/000/000/014/original/f4e7a71b639ddab5.jpg — 200 — 19.2 KiB — 710 ms — http/1.1https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/23c3b701-2c33-4677-9f67-a81167f5e719photos.brighteon.com/file/brighteon... https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/23c3b701-2c33-4677-9f67-a81167f5e719 — 200 — 35.6 KiB — 472 ms — h2https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/c9b9c99b-ea74-450b-989e-901ca83f1aa3photos.brighteon.com/file/brighteon... https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/c9b9c99b-ea74-450b-989e-901ca83f1aa3 — 200 — 32.2 KiB — 466 ms — h2https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/58529f55-b17b-4a43-a09c-64fd62d9f870photos.brighteon.com/file/brighteon... https://photos.brighteon.com/file/brighteon-thumbnails/thumbnail/58529f55-b17b-4a43-a09c-64fd62d9f870 — 200 — 34.3 KiB — 470 ms — h2https://static.addtoany.com/menu/modules/core.ydpp7jcu.jsstatic.addtoany.com/menu/modules/co... https://static.addtoany.com/menu/modules/core.ydpp7jcu.js — 200 — 26.3 KiB — 94 ms — h3https://static.addtoany.com/menu/sm.25.htmlstatic.addtoany.com/menu/sm.25.html https://static.addtoany.com/menu/sm.25.html — 200 — 1003 B — 45 ms — h3https://www.healthrangerstore.com/cdn/shop/files/050742581237-Rev2-Y-ECO0997-HRS_Clean_Chlorella_Powder_1300g_10_Can_6x4in_1x_a904b120-8794-4065-a362-8fa7b159579c.jpg?v=1770235724&width=250www.healthrangerstore.com/cdn/shop/... https://www.healthrangerstore.com/cdn/shop/files/050742581237-Rev2-Y-ECO0997-HRS_Clean_Chlorella_Powder_1300g_10_Can_6x4in_1x_a904b120-8794-4065-a362-8fa7b159579c.jpg?v=1770235724&width=250 — 200 — 6.4 KiB — 143 ms — h2https://www.healthrangerstore.com/cdn/shop/products/050742582012HRSOrganicGojiBerries40ozCAN1x.jpg?v=1663776184&width=250www.healthrangerstore.com/cdn/shop/... https://www.healthrangerstore.com/cdn/shop/products/050742582012HRSOrganicGojiBerries40ozCAN1x.jpg?v=1663776184&width=250 — 200 — 10.1 KiB — 122 ms — h2https://www.healthrangerstore.com/cdn/shop/files/Flourless_-Chocolate-Hazelnut-Stuffed-Pancakes-2.jpg?v=1710445439&width=250www.healthrangerstore.com/cdn/shop/... https://www.healthrangerstore.com/cdn/shop/files/Flourless_-Chocolate-Hazelnut-Stuffed-Pancakes-2.jpg?v=1710445439&width=250 — 200 — 8.8 KiB — 123 ms — h2https://www.healthrangerstore.com/cdn/shop/files/050742583316-Rev2-Y-ECO0689-HRS_Premium_Manuka_Honey_MGO_514_15_NPA_8.8_fl_oz_250g_14.2_x_4.5cm_1x_5621136e-2d1e-4fe5-b7d1-4209cd3c6ddf.jpg?v=1760373280&width=250www.healthrangerstore.com/cdn/shop/... https://www.healthrangerstore.com/cdn/shop/files/050742583316-Rev2-Y-ECO0689-HRS_Premium_Manuka_Honey_MGO_514_15_NPA_8.8_fl_oz_250g_14.2_x_4.5cm_1x_5621136e-2d1e-4fe5-b7d1-4209cd3c6ddf.jpg?v=1760373280&width=250 — 200 — 5.4 KiB — 125 ms — h2https://brighteon.io/js/lib/external/index.min.jsbrighteon.io/js/lib/external/index.... https://brighteon.io/js/lib/external/index.min.js — 200 — 6.6 KiB — 31 ms — h3https://rum-static.pingdom.net/pa-5ad690b24c407700070006ac.jsrum-static.pingdom.net/pa-5ad690b24... https://rum-static.pingdom.net/pa-5ad690b24c407700070006ac.js — 200 — 2.9 KiB — 186 ms — h2https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015 — 200 — 6.9 KiB — 90 ms — h2https://analytics.distributednews.com/piwik/matomo.jsanalytics.distributednews.com/piwik... https://analytics.distributednews.com/piwik/matomo.js — 200 — 67.4 KiB — 91 ms — h3https://analytics.distributednews.com/piwik/js/container_r8W8A85l.jsanalytics.distributednews.com/piwik... https://analytics.distributednews.com/piwik/js/container_r8W8A85l.js — 200 — 9.5 KiB — 78 ms — h3https://d3rxaij56vjege.cloudfront.net/form-serialize/0.3/serialize.min.jsd3rxaij56vjege.cloudfront.net/form-... https://d3rxaij56vjege.cloudfront.net/form-serialize/0.3/serialize.min.js — 200 — 1.5 KiB — 92 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-Menu-White.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-Menu-White.svg — 200 — 479 B — 232 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-Cart-White.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-Cart-White.svg — 200 — 646 B — 218 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-Subscribe-White.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-Subscribe-White.svg — 200 — 547 B — 285 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-Search-Gray.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-Search-Gray.svg — 200 — 709 B — 265 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-AI-Purple.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-AI-Purple.svg — 200 — 983 B — 153 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-Arrow-Right-Black.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-Arrow-Right-Black.svg — 200 — 492 B — 155 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-Share-Gray.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-Share-Gray.svg — 200 — 559 B — 133 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-Right-Orange.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-Right-Orange.svg — 200 — 479 B — 288 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-Close-White.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-Close-White.svg — 200 — 512 B — 229 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-Close-Gray.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-Close-Gray.svg — 200 — 520 B — 262 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-BrighteonSocial.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-BrighteonSocial.svg — 200 — 676 B — 230 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-BrighteonIO.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-BrighteonIO.svg — 200 — 1.7 KiB — 257 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-Facebook.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-Facebook.svg — 200 — 677 B — 154 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-X.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-X.svg — 200 — 631 B — 254 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-Telegram.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-Telegram.svg — 200 — 1002 B — 238 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-TruthSocial.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-TruthSocial.svg — 200 — 544 B — 293 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-GAB.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-GAB.svg — 200 — 3.1 KiB — 152 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-Gettr.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-Gettr.svg — 200 — 788 B — 274 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-MeWe.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-MeWe.svg — 200 — 2.1 KiB — 272 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-Mastodon.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-Mastodon.svg — 200 — 3.5 KiB — 295 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-EmailURL.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-EmailURL.svg — 200 — 546 B — 161 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-SMS.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-SMS.svg — 200 — 671 B — 175 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-CopyURL.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-CopyURL.svg — 200 — 1008 B — 238 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-CopyAltURL.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-CopyAltURL.svg — 200 — 1.3 KiB — 277 ms — h2https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-More-Gray.svg/wp-content/themes/NaturalNews2022/... https://naturalnews.com/wp-content/themes/NaturalNews2022/Images/Icon-More-Gray.svg — 200 — 446 B — 283 ms — h2https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v51/KFO7... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 36.7 KiB — 35 ms — h3https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2fonts.gstatic.com/s/robotocondensed... https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2 — 200 — 45.0 KiB — 50 ms — h3https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh50XSwiPGQ3q5d0.woff2fonts.gstatic.com/s/lato/v25/S6u9w4... https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh50XSwiPGQ3q5d0.woff2 — 200 — 13.4 KiB — 41 ms — h3https://naturalnews.com/getviews3.asp?url=/getviews3.asp?url= https://naturalnews.com/getviews3.asp?url= — 200 — 90 B — 217 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-nato-exit-debate-trump-alliance.html/getviews3.asp?url=2026-04-22-nato-... https://naturalnews.com/getviews3.asp?url=2026-04-22-nato-exit-debate-trump-alliance.html — 200 — 87 B — 248 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-epa-co-endangerment-trillions-industry.html/getviews3.asp?url=2026-04-22-epa-c... https://naturalnews.com/getviews3.asp?url=2026-04-22-epa-co-endangerment-trillions-industry.html — 200 — 86 B — 187 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-trump-media-installs-new-leadership-amid-financial-crossroads.html/getviews3.asp?url=2026-04-22-trump... https://naturalnews.com/getviews3.asp?url=2026-04-22-trump-media-installs-new-leadership-amid-financial-crossroads.html — 200 — 146 B — 160 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-unveiling-the-multifaceted-power-of-vitamin-c.html/getviews3.asp?url=2026-04-22-unvei... https://naturalnews.com/getviews3.asp?url=2026-04-22-unveiling-the-multifaceted-power-of-vitamin-c.html — 200 — 100 B — 326 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-aligning-exercise-body-clock-better-heart-health.html/getviews3.asp?url=2026-04-22-align... https://naturalnews.com/getviews3.asp?url=2026-04-22-aligning-exercise-body-clock-better-heart-health.html — 200 — 126 B — 226 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-strait-of-hormuz-control-becomes-irans-new-red-line-in-stalled-u-s-talks.html/getviews3.asp?url=2026-04-22-strai... https://naturalnews.com/getviews3.asp?url=2026-04-22-strait-of-hormuz-control-becomes-irans-new-red-line-in-stalled-u-s-talks.html — 200 — 104 B — 220 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-kennedy-refuses-cdc-director-vaccine-guidance.html/getviews3.asp?url=2026-04-22-kenne... https://naturalnews.com/getviews3.asp?url=2026-04-22-kennedy-refuses-cdc-director-vaccine-guidance.html — 200 — 101 B — 210 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-pentagon-rescinds-flu-vaccine-mandate-service-members.html/getviews3.asp?url=2026-04-22-penta... https://naturalnews.com/getviews3.asp?url=2026-04-22-pentagon-rescinds-flu-vaccine-mandate-service-members.html — 200 — 101 B — 308 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-uk-parliament-bans-cigarette-sales-to-future-generations.html/getviews3.asp?url=2026-04-22-uk-pa... https://naturalnews.com/getviews3.asp?url=2026-04-22-uk-parliament-bans-cigarette-sales-to-future-generations.html — 200 — 87 B — 331 ms — h2https://static.addtoany.com/menu/sm.25.htmlstatic.addtoany.com/menu/sm.25.html https://static.addtoany.com/menu/sm.25.html — 200 — 0 B — 60 ms — h3https://naturalnews.com/getviews3.asp?url=2026-04-22-mother-testifies-in-california-for-ai-chatbot-regulations.html/getviews3.asp?url=2026-04-22-mothe... https://naturalnews.com/getviews3.asp?url=2026-04-22-mother-testifies-in-california-for-ai-chatbot-regulations.html — 200 — 101 B — 328 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-targeted-vitamin-d3-therapy-shown-to-cut-second-heart-attack-risk-by-50-percent.html/getviews3.asp?url=2026-04-22-targe... https://naturalnews.com/getviews3.asp?url=2026-04-22-targeted-vitamin-d3-therapy-shown-to-cut-second-heart-attack-risk-by-50-percent.html — 200 — 87 B — 316 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-studies-link-glyphosate-to-antimicrobial-resistance-clinical-pathogens.html/getviews3.asp?url=2026-04-22-studi... https://naturalnews.com/getviews3.asp?url=2026-04-22-studies-link-glyphosate-to-antimicrobial-resistance-clinical-pathogens.html — 200 — 87 B — 176 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-splc-indictment-reveals-rot-at-the-core.html/getviews3.asp?url=2026-04-22-splc-... https://naturalnews.com/getviews3.asp?url=2026-04-22-splc-indictment-reveals-rot-at-the-core.html — 200 — 87 B — 198 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-david-wilcocks-suicide-latest-in-a-pattern.html/getviews3.asp?url=2026-04-22-david... https://naturalnews.com/getviews3.asp?url=2026-04-22-david-wilcocks-suicide-latest-in-a-pattern.html — 200 — 88 B — 202 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-trumps-ceasefire-is-a-smart-retreat.html/getviews3.asp?url=2026-04-22-trump... https://naturalnews.com/getviews3.asp?url=2026-04-22-trumps-ceasefire-is-a-smart-retreat.html — 200 — 102 B — 313 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-ukraine-fights-for-attention-amid-global-crises.html/getviews3.asp?url=2026-04-22-ukrai... https://naturalnews.com/getviews3.asp?url=2026-04-22-ukraine-fights-for-attention-amid-global-crises.html — 200 — 88 B — 182 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-aid-and-evacuation-in-a-volatile-region.html/getviews3.asp?url=2026-04-22-aid-a... https://naturalnews.com/getviews3.asp?url=2026-04-22-aid-and-evacuation-in-a-volatile-region.html — 200 — 89 B — 206 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-pharma-government-tech-relentless-assault-health-freedom.html/getviews3.asp?url=2026-04-22-pharm... https://naturalnews.com/getviews3.asp?url=2026-04-22-pharma-government-tech-relentless-assault-health-freedom.html — 200 — 90 B — 211 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-report-data-center-electricity-demand-significantly-rising.html/getviews3.asp?url=2026-04-22-repor... https://naturalnews.com/getviews3.asp?url=2026-04-22-report-data-center-electricity-demand-significantly-rising.html — 200 — 92 B — 320 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-chinese-president-urges-ceasefire-during-saudi-call.html/getviews3.asp?url=2026-04-22-chine... https://naturalnews.com/getviews3.asp?url=2026-04-22-chinese-president-urges-ceasefire-during-saudi-call.html — 200 — 88 B — 271 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-scammers-target-stranded-hormuz-ships-crypto-demands.html/getviews3.asp?url=2026-04-22-scamm... https://naturalnews.com/getviews3.asp?url=2026-04-22-scammers-target-stranded-hormuz-ships-crypto-demands.html — 200 — 101 B — 188 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-cuba-confirms-high-level-talks-seeks-relief.html/getviews3.asp?url=2026-04-22-cuba-... https://naturalnews.com/getviews3.asp?url=2026-04-22-cuba-confirms-high-level-talks-seeks-relief.html — 200 — 103 B — 202 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-research-links-moderate-coffee-consumption-to-longevity.html/getviews3.asp?url=2026-04-22-resea... https://naturalnews.com/getviews3.asp?url=2026-04-22-research-links-moderate-coffee-consumption-to-longevity.html — 200 — 88 B — 177 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-are-glyphosate-food-safety-tests-failing-consumers.html/getviews3.asp?url=2026-04-22-are-g... https://naturalnews.com/getviews3.asp?url=2026-04-22-are-glyphosate-food-safety-tests-failing-consumers.html — 200 — 107 B — 209 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-21-legal-battle-intensifies-new-acip-charter-redefines-expertise.html/getviews3.asp?url=2026-04-21-legal... https://naturalnews.com/getviews3.asp?url=2026-04-21-legal-battle-intensifies-new-acip-charter-redefines-expertise.html — 200 — 89 B — 172 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-21-the-renaissance-path-radical-blueprint-self-reliance.html/getviews3.asp?url=2026-04-21-the-r... https://naturalnews.com/getviews3.asp?url=2026-04-21-the-renaissance-path-radical-blueprint-self-reliance.html — 200 — 88 B — 308 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-21-treasury-extends-russian-crude-oil-sanctions-waiver.html/getviews3.asp?url=2026-04-21-treas... https://naturalnews.com/getviews3.asp?url=2026-04-21-treasury-extends-russian-crude-oil-sanctions-waiver.html — 200 — 93 B — 293 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-21-intelligence-officer-warns-security-risks-chinese-ev.html/getviews3.asp?url=2026-04-21-intel... https://naturalnews.com/getviews3.asp?url=2026-04-21-intelligence-officer-warns-security-risks-chinese-ev.html — 200 — 94 B — 319 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-21-gold-holds-steady-markets-balance-optimism-geopolitical-risk.html/getviews3.asp?url=2026-04-21-gold-... https://naturalnews.com/getviews3.asp?url=2026-04-21-gold-holds-steady-markets-balance-optimism-geopolitical-risk.html — 200 — 88 B — 257 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-21-gas-renewables-shield-consumers-middle-east-turmoil.html/getviews3.asp?url=2026-04-21-gas-r... https://naturalnews.com/getviews3.asp?url=2026-04-21-gas-renewables-shield-consumers-middle-east-turmoil.html — 200 — 97 B — 271 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-21-study-links-urban-walkability-to-larger-hippocampus.html/getviews3.asp?url=2026-04-21-study... https://naturalnews.com/getviews3.asp?url=2026-04-21-study-links-urban-walkability-to-larger-hippocampus.html — 200 — 88 B — 294 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-splc-indictment-reveals-rot-at-the-core.html/getviews3.asp?url=2026-04-22-splc-... https://naturalnews.com/getviews3.asp?url=2026-04-22-splc-indictment-reveals-rot-at-the-core.html — 200 — 0 B — 182 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-david-wilcocks-suicide-latest-in-a-pattern.html/getviews3.asp?url=2026-04-22-david... https://naturalnews.com/getviews3.asp?url=2026-04-22-david-wilcocks-suicide-latest-in-a-pattern.html — 200 — 0 B — 209 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-trumps-ceasefire-is-a-smart-retreat.html/getviews3.asp?url=2026-04-22-trump... https://naturalnews.com/getviews3.asp?url=2026-04-22-trumps-ceasefire-is-a-smart-retreat.html — 200 — 0 B — 298 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-21-sabotage-global-energy-infrastructure-intended-starve-billions.html/getviews3.asp?url=2026-04-21-sabot... https://naturalnews.com/getviews3.asp?url=2026-04-21-sabotage-global-energy-infrastructure-intended-starve-billions.html — 200 — 102 B — 170 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-21-fda-war-healing-coming-for-bpc-157.html/getviews3.asp?url=2026-04-21-fda-w... https://naturalnews.com/getviews3.asp?url=2026-04-21-fda-war-healing-coming-for-bpc-157.html — 200 — 90 B — 266 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-pharma-government-tech-relentless-assault-health-freedom.html/getviews3.asp?url=2026-04-22-pharm... https://naturalnews.com/getviews3.asp?url=2026-04-22-pharma-government-tech-relentless-assault-health-freedom.html — 200 — 0 B — 209 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-19-fda-war-on-truth-betrayal-of-america.html/getviews3.asp?url=2026-04-19-fda-w... https://naturalnews.com/getviews3.asp?url=2026-04-19-fda-war-on-truth-betrayal-of-america.html — 200 — 103 B — 261 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-19-report-meta-profits-from-pro-settlement-content.html/getviews3.asp?url=2026-04-19-repor... https://naturalnews.com/getviews3.asp?url=2026-04-19-report-meta-profits-from-pro-settlement-content.html — 200 — 97 B — 263 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-15-scientific-censorship-lingering-questions-on-mrna-vaccines.html/getviews3.asp?url=2026-04-15-scien... https://naturalnews.com/getviews3.asp?url=2026-04-15-scientific-censorship-lingering-questions-on-mrna-vaccines.html — 200 — 114 B — 192 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-12-judge-orders-pentagon-grant-full-press-access.html/getviews3.asp?url=2026-04-12-judge... https://naturalnews.com/getviews3.asp?url=2026-04-12-judge-orders-pentagon-grant-full-press-access.html — 200 — 104 B — 220 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-unveiling-the-multifaceted-power-of-vitamin-c.html/getviews3.asp?url=2026-04-22-unvei... https://naturalnews.com/getviews3.asp?url=2026-04-22-unveiling-the-multifaceted-power-of-vitamin-c.html — 200 — 0 B — 303 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-research-links-moderate-coffee-consumption-to-longevity.html/getviews3.asp?url=2026-04-22-resea... https://naturalnews.com/getviews3.asp?url=2026-04-22-research-links-moderate-coffee-consumption-to-longevity.html — 200 — 0 B — 163 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-21-magnesium-supplementation-and-sleep-scientific-evidence-review.html/getviews3.asp?url=2026-04-21-magne... https://naturalnews.com/getviews3.asp?url=2026-04-21-magnesium-supplementation-and-sleep-scientific-evidence-review.html — 200 — 89 B — 263 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-20-how-fermented-foods-can-boost-gut-health.html/getviews3.asp?url=2026-04-20-how-f... https://naturalnews.com/getviews3.asp?url=2026-04-20-how-fermented-foods-can-boost-gut-health.html — 200 — 89 B — 329 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-trumps-ceasefire-is-a-smart-retreat.html/getviews3.asp?url=2026-04-22-trump... https://naturalnews.com/getviews3.asp?url=2026-04-22-trumps-ceasefire-is-a-smart-retreat.html — 200 — 0 B — 290 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-ukraine-fights-for-attention-amid-global-crises.html/getviews3.asp?url=2026-04-22-ukrai... https://naturalnews.com/getviews3.asp?url=2026-04-22-ukraine-fights-for-attention-amid-global-crises.html — 200 — 0 B — 159 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-aid-and-evacuation-in-a-volatile-region.html/getviews3.asp?url=2026-04-22-aid-a... https://naturalnews.com/getviews3.asp?url=2026-04-22-aid-and-evacuation-in-a-volatile-region.html — 200 — 0 B — 198 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-20-why-energy-freedom-ultimate-form-personal-liberty.html/getviews3.asp?url=2026-04-20-why-e... https://naturalnews.com/getviews3.asp?url=2026-04-20-why-energy-freedom-ultimate-form-personal-liberty.html — 200 — 89 B — 280 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-uk-parliament-bans-cigarette-sales-to-future-generations.html/getviews3.asp?url=2026-04-22-uk-pa... https://naturalnews.com/getviews3.asp?url=2026-04-22-uk-parliament-bans-cigarette-sales-to-future-generations.html — 200 — 0 B — 307 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-splc-indictment-reveals-rot-at-the-core.html/getviews3.asp?url=2026-04-22-splc-... https://naturalnews.com/getviews3.asp?url=2026-04-22-splc-indictment-reveals-rot-at-the-core.html — 200 — 0 B — 172 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-david-wilcocks-suicide-latest-in-a-pattern.html/getviews3.asp?url=2026-04-22-david... https://naturalnews.com/getviews3.asp?url=2026-04-22-david-wilcocks-suicide-latest-in-a-pattern.html — 200 — 0 B — 202 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-ukraine-fights-for-attention-amid-global-crises.html/getviews3.asp?url=2026-04-22-ukrai... https://naturalnews.com/getviews3.asp?url=2026-04-22-ukraine-fights-for-attention-amid-global-crises.html — 200 — 0 B — 160 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-unveiling-the-multifaceted-power-of-vitamin-c.html/getviews3.asp?url=2026-04-22-unvei... https://naturalnews.com/getviews3.asp?url=2026-04-22-unveiling-the-multifaceted-power-of-vitamin-c.html — 200 — 0 B — 306 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-aligning-exercise-body-clock-better-heart-health.html/getviews3.asp?url=2026-04-22-align... https://naturalnews.com/getviews3.asp?url=2026-04-22-aligning-exercise-body-clock-better-heart-health.html — 200 — 0 B — 200 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-kennedy-refuses-cdc-director-vaccine-guidance.html/getviews3.asp?url=2026-04-22-kenne... https://naturalnews.com/getviews3.asp?url=2026-04-22-kennedy-refuses-cdc-director-vaccine-guidance.html — 200 — 0 B — 193 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-pentagon-rescinds-flu-vaccine-mandate-service-members.html/getviews3.asp?url=2026-04-22-penta... https://naturalnews.com/getviews3.asp?url=2026-04-22-pentagon-rescinds-flu-vaccine-mandate-service-members.html — 200 — 0 B — 274 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-21-the-renaissance-path-radical-blueprint-self-reliance.html/getviews3.asp?url=2026-04-21-the-r... https://naturalnews.com/getviews3.asp?url=2026-04-21-the-renaissance-path-radical-blueprint-self-reliance.html — 200 — 0 B — 301 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-20-why-energy-freedom-ultimate-form-personal-liberty.html/getviews3.asp?url=2026-04-20-why-e... https://naturalnews.com/getviews3.asp?url=2026-04-20-why-energy-freedom-ultimate-form-personal-liberty.html — 200 — 0 B — 279 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-20-shadows-power-art-science-long-range-shooting.html/getviews3.asp?url=2026-04-20-shado... https://naturalnews.com/getviews3.asp?url=2026-04-20-shadows-power-art-science-long-range-shooting.html — 200 — 88 B — 287 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-20-why-trace-dioxins-food-cause-for-alarm.html/getviews3.asp?url=2026-04-20-why-t... https://naturalnews.com/getviews3.asp?url=2026-04-20-why-trace-dioxins-food-cause-for-alarm.html — 200 — 108 B — 205 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-trumps-ceasefire-is-a-smart-retreat.html/getviews3.asp?url=2026-04-22-trump... https://naturalnews.com/getviews3.asp?url=2026-04-22-trumps-ceasefire-is-a-smart-retreat.html — 200 — 0 B — 291 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-ukraine-fights-for-attention-amid-global-crises.html/getviews3.asp?url=2026-04-22-ukrai... https://naturalnews.com/getviews3.asp?url=2026-04-22-ukraine-fights-for-attention-amid-global-crises.html — 200 — 0 B — 158 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-cuba-confirms-high-level-talks-seeks-relief.html/getviews3.asp?url=2026-04-22-cuba-... https://naturalnews.com/getviews3.asp?url=2026-04-22-cuba-confirms-high-level-talks-seeks-relief.html — 200 — 0 B — 195 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-21-gold-holds-steady-markets-balance-optimism-geopolitical-risk.html/getviews3.asp?url=2026-04-21-gold-... https://naturalnews.com/getviews3.asp?url=2026-04-21-gold-holds-steady-markets-balance-optimism-geopolitical-risk.html — 200 — 0 B — 243 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-21-study-links-urban-walkability-to-larger-hippocampus.html/getviews3.asp?url=2026-04-21-study... https://naturalnews.com/getviews3.asp?url=2026-04-21-study-links-urban-walkability-to-larger-hippocampus.html — 200 — 0 B — 279 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-21-ultra-processed-foods-threat-to-pregnancy-health.html/getviews3.asp?url=2026-04-21-ultra... https://naturalnews.com/getviews3.asp?url=2026-04-21-ultra-processed-foods-threat-to-pregnancy-health.html — 200 — 88 B — 307 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-21-smartphone-addiction-linked-to-eating-disorders-kids-teens.html/getviews3.asp?url=2026-04-21-smart... https://naturalnews.com/getviews3.asp?url=2026-04-21-smartphone-addiction-linked-to-eating-disorders-kids-teens.html — 200 — 87 B — 257 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-21-citicoline-may-help-adults-experiencing-cognitive-decline.html/getviews3.asp?url=2026-04-21-citic... https://naturalnews.com/getviews3.asp?url=2026-04-21-citicoline-may-help-adults-experiencing-cognitive-decline.html — 200 — 96 B — 179 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-mother-testifies-in-california-for-ai-chatbot-regulations.html/getviews3.asp?url=2026-04-22-mothe... https://naturalnews.com/getviews3.asp?url=2026-04-22-mother-testifies-in-california-for-ai-chatbot-regulations.html — 200 — 0 B — 301 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-pharma-government-tech-relentless-assault-health-freedom.html/getviews3.asp?url=2026-04-22-pharm... https://naturalnews.com/getviews3.asp?url=2026-04-22-pharma-government-tech-relentless-assault-health-freedom.html — 200 — 0 B — 198 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-report-data-center-electricity-demand-significantly-rising.html/getviews3.asp?url=2026-04-22-repor... https://naturalnews.com/getviews3.asp?url=2026-04-22-report-data-center-electricity-demand-significantly-rising.html — 200 — 0 B — 302 ms — h2https://naturalnews.com/getviews3.asp?url=2026-04-22-scammers-target-stranded-hormuz-ships-crypto-demands.html/getviews3.asp?url=2026-04-22-scamm... https://naturalnews.com/getviews3.asp?url=2026-04-22-scammers-target-stranded-hormuz-ships-crypto-demands.html — 200 — 0 B — 159 ms — h2https://ams.naturalnews.com/AMS.js?_=1776890305248ams.naturalnews.com/AMS.js?_=177689... https://ams.naturalnews.com/AMS.js?_=1776890305248 — 200 — 11.8 KiB — 301 ms — h2https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wXiWtFCc.woff2fonts.gstatic.com/s/lato/v25/S6uyw4... https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wXiWtFCc.woff2 — 200 — 13.7 KiB — 24 ms — h3https://analytics.distributednews.com/piwik/matomo.php?action_name=NaturalNews.com&idsite=10&rec=1&r=408436&h=20&m=38&s=25&url=https%3A%2F%2Fnaturalnews.com%2F&_id=aa7838697153f910&_idn=1&send_image=0&_refts=0&pv_id=7sClIu&fa_pv=1&fa_fp[0][fa_vid]=zxNALD&fa_fp[0][fa_name]=SearchForm&fa_fp[0][fa_fv]=1&fa_fp[1][fa_vid]=s9IB2Z&fa_fp[1][fa_id]=_form_172_&fa_fp[1][fa_fv]=1&fa_fp[2][fa_vid]=PlpEu2&fa_fp[2][fa_id]=_form_98_&fa_fp[2][fa_fv]=1&pf_net=41&pf_srv=34&pf_tfr=9&pf_dm1=580&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D%2C%22mobile%22%3Atrue%2C%22model%22%3A%22moto%20g%20power%20(2022)%22%2C%22platform%22%3A%22Android%22%2C%22platformVersion%22%3A%2211.0%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=412x823analytics.distributednews.com/piwik... https://analytics.distributednews.com/piwik/matomo.php?action_name=NaturalNews.com&idsite=10&rec=1&r=408436&h=20&m=38&s=25&url=https%3A%2F%2Fnaturalnews.com%2F&_id=aa7838697153f910&_idn=1&send_image=0&_refts=0&pv_id=7sClIu&fa_pv=1&fa_fp[0][fa_vid]=zxNALD&fa_fp[0][fa_name]=SearchForm&fa_fp[0][fa_fv]=1&fa_fp[1][fa_vid]=s9IB2Z&fa_fp[1][fa_id]=_form_172_&fa_fp[1][fa_fv]=1&fa_fp[2][fa_vid]=PlpEu2&fa_fp[2][fa_id]=_form_98_&fa_fp[2][fa_fv]=1&pf_net=41&pf_srv=34&pf_tfr=9&pf_dm1=580&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D%2C%22mobile%22%3Atrue%2C%22model%22%3A%22moto%20g%20power%20(2022)%22%2C%22platform%22%3A%22Android%22%2C%22platformVersion%22%3A%2211.0%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=412x823 — 204 — 486 B — 197 ms — h3https://analytics.distributednews.com/piwik/plugins/HeatmapSessionRecording/configs.php?idsite=10&trackerid=t3XIyx&url=https%3A%2F%2Fnaturalnews.com%2Fanalytics.distributednews.com/piwik... https://analytics.distributednews.com/piwik/plugins/HeatmapSessionRecording/configs.php?idsite=10&trackerid=t3XIyx&url=https%3A%2F%2Fnaturalnews.com%2F — 200 — 575 B — 253 ms — h3https://ams.naturalnews.com/AMS/Min-Ranger-Bucket-Set-AA.jpgams.naturalnews.com/AMS/Min-Ranger-... https://ams.naturalnews.com/AMS/Min-Ranger-Bucket-Set-AA.jpg — 200 — 54.1 KiB — 39 ms — h2https://ams.naturalnews.com/AMS/Dioxin-Tested-Collection-Purity-AAM.jpgams.naturalnews.com/AMS/Dioxin-Test... https://ams.naturalnews.com/AMS/Dioxin-Tested-Collection-Purity-AAM.jpg — 200 — 54.0 KiB — 36 ms — h2https://ams.naturalnews.com/AMS/Terrain-The-Workshops-Natural-Healing-Stream-MC.jpgams.naturalnews.com/AMS/Terrain-The... https://ams.naturalnews.com/AMS/Terrain-The-Workshops-Natural-Healing-Stream-MC.jpg — 200 — 28.5 KiB — 34 ms — h2https://ams.naturalnews.com/AMS/GB-Org-Greens-Superfood-Enzymes-MR.jpgams.naturalnews.com/AMS/GB-Org-Gree... https://ams.naturalnews.com/AMS/GB-Org-Greens-Superfood-Enzymes-MR.jpg — 200 — 39.1 KiB — 41 ms — h2https://ams.naturalnews.com/AMS/Min-Organic-Turmeric-Gold-Plus-with-Black-Pepper-and-Ginger-MR.jpgams.naturalnews.com/AMS/Min-Organic... https://ams.naturalnews.com/AMS/Min-Organic-Turmeric-Gold-Plus-with-Black-Pepper-and-Ginger-MR.jpg — 200 — 92.6 KiB — 43 ms — h2https://ams.naturalnews.com/AMS/Lab-Verified-Collagen-Supplements-MR.jpgams.naturalnews.com/AMS/Lab-Verifie... https://ams.naturalnews.com/AMS/Lab-Verified-Collagen-Supplements-MR.jpg — 200 — 83.5 KiB — 39 ms — h2https://ams.naturalnews.com/AMS/Groovy-Bee-Saw-Palmetto-Softgels-MR.jpgams.naturalnews.com/AMS/Groovy-Bee-... https://ams.naturalnews.com/AMS/Groovy-Bee-Saw-Palmetto-Softgels-MR.jpg — 200 — 55.0 KiB — 37 ms — h2https://ams.naturalnews.com/AMS/Organic-Powdered-Chicken-Bone-Broth-MR.jpgams.naturalnews.com/AMS/Organic-Pow... https://ams.naturalnews.com/AMS/Organic-Powdered-Chicken-Bone-Broth-MR.jpg — 200 — 36.8 KiB — 37 ms — h2https://ams.naturalnews.com/AMS/Groovy-Bee-DFPads-MR.jpgams.naturalnews.com/AMS/Groovy-Bee-... https://ams.naturalnews.com/AMS/Groovy-Bee-DFPads-MR.jpg — 200 — 47.9 KiB — 34 ms — h2https://ams.naturalnews.com/AMS/The-Contagious-Mind-MR.jpgams.naturalnews.com/AMS/The-Contagi... https://ams.naturalnews.com/AMS/The-Contagious-Mind-MR.jpg — 200 — 95.5 KiB — 51 ms — h2https://naturalnews.com/cdn-cgi/rum?/cdn-cgi/rum? https://naturalnews.com/cdn-cgi/rum? — 204 — 182 B — 24 ms — h2https://naturalnews.com/Images/favicon.ico/Images/favicon.ico https://naturalnews.com/Images/favicon.ico — 200 — 29.4 KiB — 214 ms — h2https://naturalnews.com/favicon-192.png/favicon-192.png https://naturalnews.com/favicon-192.png — 200 — 18.7 KiB — 120 ms — h2https://rum-collector-2.pingdom.net/img/beacon.gif?id=5ad690b24c407700070006ac&sAW=412&sAH=823&bIW=412&bIH=823&pD=24&dPR=1&or=landscape-primary&nT=0&rC=0&nS=0&cS=6&cE=42&dLE=5&dLS=2&fS=1&hS=22&rE=-1&rS=-1&reS=43&resS=77&resE=86&uEE=-1&uES=-1&dL=82&dI=662&dCLES=933&dCLEE=1029&dC=1465&lES=1465&lEE=1474&s=nt&title=NaturalNews.com&path=https%3A%2F%2Fnaturalnews.com%2F&ref=&sId=p13n73go&sST=1776890306&sIS=1&rV=0&v=1.4.1rum-collector-2.pingdom.net/img/bea... https://rum-collector-2.pingdom.net/img/beacon.gif?id=5ad690b24c407700070006ac&sAW=412&sAH=823&bIW=412&bIH=823&pD=24&dPR=1&or=landscape-primary&nT=0&rC=0&nS=0&cS=6&cE=42&dLE=5&dLS=2&fS=1&hS=22&rE=-1&rS=-1&reS=43&resS=77&resE=86&uEE=-1&uES=-1&dL=82&dI=662&dCLES=933&dCLEE=1029&dC=1465&lES=1465&lEE=1474&s=nt&title=NaturalNews.com&path=https%3A%2F%2Fnaturalnews.com%2F&ref=&sId=p13n73go&sST=1776890306&sIS=1&rV=0&v=1.4.1 — 200 — 213 B — 217 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
90% of JavaScript execution is third-party
First-party Third-party 2680ms · 460KB · €29/mo
Unattributable
Other
Costly
Execution 996ms
Transfer 0 KB
Monthly Cost €11/mo
code.jquery.com
Other
Costly
Execution 981ms
Transfer 82 KB
Unused 35%
Monthly Cost €11/mo
analytics.distributednews.com
Other
Costly
Execution 382ms
Transfer 67 KB
Unused 66%
Monthly Cost €4/mo
comments.brighteon.com
Other
Costly
Execution 266ms
Transfer 298 KB
Unused 57%
Monthly Cost €3/mo
ams.naturalnews.com
Other
Optional
Execution 54ms
Transfer 12 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • Unattributable adds 996ms and costs ~€11/month
  • code.jquery.com adds 981ms and costs ~€11/month
  • analytics.distributednews.com adds 382ms and costs ~€4/month
  • comments.brighteon.com adds 266ms and costs ~€3/month

90% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

Unattributable takes 996ms 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

code.jquery.com takes 981ms 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

analytics.distributednews.com takes 382ms 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

66% of analytics.distributednews.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

comments.brighteon.com takes 266ms 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

57% of comments.brighteon.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback