Skip to content
https://mg.co.za

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
71
GRADE
C
FIX
4
REVIEW
3
PASS
6
INFO
2

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

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

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

492 ms

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

874 ms

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

40 ms

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

0.038

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

1.66 s

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

2.07 s

Page Load Progression

594 ms
1.2 s
1.8 s
2.4 s
3.0 s
3.6 s
4.2 s
4.7 s
Checks
15
6 PASS 3 REVIEW 4 FIX
F
Page Weight Budget
Action
3.6 MB transferred, 123 requests
FIX
3.6 MB transferred, 123 requests
Warning::
Page weighs 8.4 MB (3.6 MB transferred)
Warning::
Images are 1.8 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.8 MB
Warning::
JavaScript is 1.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.2 MB
Info::
Fonts are 282 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 282 KB
Warning::
123 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.75 g CO2 per page load
3.6 MB / 2.4 MB budget
3.6 MB transferred
123 requests
0.75 g CO2 per page load
Images 1.8 MiB 50%
JavaScript 1.2 MiB 34%
Fonts 281.7 KiB 8%
CSS 135.7 KiB 4%
Other 61.3 KiB 2%
HTML 58.8 KiB 2%
Other 28.9 KiB 1%
Other 14.0 KiB 0%
Other 935 B 0%
Other 544 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

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

Why this matters

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

Source: web.dev

F
JS Bundles
Action
36 scripts, 674 KB unused
FIX
36 scripts, 674 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-4T82...: 113 KB unused (64%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 96 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-KP9...: 91 KB unused (68%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-4T82...: 66 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=GTM-KP...: 65 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 674 KB
674 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-4T82DGZ11F&cx=c&gtm=4e64k1176 KB113 KB (64%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097946187 KB96 KB (51%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KP9VVDQ134 KB91 KB (68%)3rd
https://www.googletagmanager.com/gtag/js?id=G-4T82DGZ11F176 KB66 KB (38%)3rd
https://www.googletagmanager.com/gtag/js?id=GTM-KP9VVDQ134 KB65 KB (49%)3rd
https://www.google.com/cse/static/element/b33cba5881f68fbf/cse_element__es.js?usqp=CAI%3D99 KB47 KB (48%)3rd
https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js57 KB38 KB (67%)3rd
https://cse.google.com/adsense/search/async-ads.js44 KB33 KB (77%)3rd
https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js0 KB31 KB (42%)3rd
https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js0 KB31 KB (42%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
123 resources · 3.6 MB · 674 KB savings available
FIX
123 resources · 3.6 MB · 674 KB savings available
Warning::
Page weight 2.6 MB over 1MB target
Got: 3.6 MB Expected: ≤ 1 MB
Info::
~674 KB of savings available
Warning::
77 third-party resources (44% of weight)
Info::
1 resources over 200KB
123 resources · 3.6 MiB · 77 third-party 2.6 MiB over 1MB target
Image 50% · 1.8 MiB
JavaScript 34% · 1.2 MiB
Font 8% · 281.7 KiB
CSS 4% · 135.7 KiB
Other 3% · 99.1 KiB
Document 2% · 58.8 KiB

~673.6 KiB of savings available

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

No Cache-Control header

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

B
Third-Party Impact
44% third-party, 0 ms blocking
REVIEW
44% third-party, 0 ms blocking
Info::
Third-party code accounts for 44% of page weight (1.6 MiB of 3.6 MiB)
Info::
Third-party blocking time is low (0 ms)
56%
44%
First-party Third-party
C
Image Optimization
Action
33 images, 0 KB saveable
REVIEW
33 images, 0 KB saveable
Warning::
https://mg.co.za/wp-content/uploads/2015/11/df9ea5... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mg.co.za/wp-content/uploads/2026/04/IMG_00... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mg.co.za/wp-content/uploads/2026/04/IMG_00... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mg.co.za/wp-content/uploads/2026/04/Busine... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mg.co.za/wp-content/uploads/2023/03/red-am... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mg.co.za/wp-content/uploads/2026/04/The-Go... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mg.co.za/wp-content/uploads/2023/11/MailGu... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mg.co.za/wp-content/uploads/2025/05/MBA-1.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mg.co.za/wp-content/uploads/2026/04/Sisito... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
33 images 1.8 MB
0 oversized -0 KB
31 legacy format
10 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

Performance issues directly impact user engagement and conversion rates.

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1444ms total JS execution
REVIEW
1444ms total JS execution
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 555ms CPU time
Warning::
https://mg.co.za/: 300ms CPU time
Info::
Unattributable: 229ms CPU time
Info::
https://pagead2.googlesyndication.com/pagead/manag...: 212ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-4T82...: 98ms CPU time
Warning::
Third-party scripts: 1144ms (79% of total)

Main Thread Breakdown

Script Evaluation 54% Other 18% Style & Layout 11% Script Parsing & Compilation 7% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097946555ms415ms36ms3rd
https://mg.co.za/300ms10ms4ms1st
Unattributable229ms33ms0ms3rd
https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js212ms188ms17ms3rd
https://www.googletagmanager.com/gtag/js?id=G-4T82DGZ11F98ms86ms11ms3rd
https://www.googletagmanager.com/gtag/js?id=GTM-KP9VVDQ50ms37ms8ms3rd
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 (282 KB)
PASS
4 fonts (282 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

282 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 500 ms 1.0 s 1.5 s FCP 492 ms LCP 874 mshttps://mg.co.za/wp-content/themes/mg/fontawesome/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://mg.co.za/wp-content/themes/mg/fontawesome/webfonts/fa-brands-400.woff2 — 103.2 KiB — 69 ms — font-display: swaphttps://mg.co.za/wp-content/themes/mg/fontawesome/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://mg.co.za/wp-content/themes/mg/fontawesome/webfonts/fa-solid-900.woff2 — 151.7 KiB — 80 ms — font-display: swaphttps://mg.co.za/wp-content/plugins/easy-login-woocommerce/assets/fonts/Easy-Login.ttf?oy4gszEasy-Login.ttf https://mg.co.za/wp-content/plugins/easy-login-woocommerce/assets/fonts/Easy-Login.ttf?oy4gsz — 2.8 KiB — 30 ms — font-display: swaphttps://mg.co.za/wp-content/themes/mg/fontawesome/webfonts/fa-regular-400.woff2fa-regular-400.woff2 https://mg.co.za/wp-content/themes/mg/fontawesome/webfonts/fa-regular-400.woff2 — 23.9 KiB — 29 ms — font-display: swap
fa-brands-400.woff2 woff2 swap
Size 103 KB
Load time 69 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
fa-solid-900.woff2 woff2 swap
Size 152 KB
Load time 80 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Easy-Login.ttf ttf swap
Size 3 KB
Load time 30 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
fa-regular-400.woff2 woff2 swap
Size 24 KB
Load time 29 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~128 KB and ~256 ms

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

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
123 requests over 3437ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 492 ms LCP 874 mshttps://mg.co.za// https://mg.co.za/ — 200 — 49.9 KiB — 1.1 s — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 34.3 KiB — 129 ms — h3https://kit.fontawesome.com/e588797e94.jskit.fontawesome.com/e588797e94.js https://kit.fontawesome.com/e588797e94.js — 403 — 292 B — 279 ms — h2https://mg.co.za/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/assets/css/xoo-aff-style.css?ver=2.0.1/wp-content/plugins/easy-login-wooc... https://mg.co.za/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/assets/css/xoo-aff-style.css?ver=2.0.1 — 200 — 2.0 KiB — 43 ms — h2https://mg.co.za/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/all.min.css?ver=6.7.1/wp-content/plugins/easy-login-wooc... https://mg.co.za/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/all.min.css?ver=6.7.1 — 200 — 12.9 KiB — 41 ms — h2https://mg.co.za/wp-includes/css/dist/block-library/style.min.css?ver=6.7.1/wp-includes/css/dist/block-library... https://mg.co.za/wp-includes/css/dist/block-library/style.min.css?ver=6.7.1 — 200 — 15.2 KiB — 46 ms — h2https://mg.co.za/wp-content/plugins/easy-login-woocommerce/assets/css/xoo-el-style.css?ver=2.8.5/wp-content/plugins/easy-login-wooc... https://mg.co.za/wp-content/plugins/easy-login-woocommerce/assets/css/xoo-el-style.css?ver=2.8.5 — 200 — 3.2 KiB — 63 ms — h2https://mg.co.za/wp-content/plugins/easy-login-woocommerce/assets/css/xoo-el-fonts.css?ver=2.8.5/wp-content/plugins/easy-login-wooc... https://mg.co.za/wp-content/plugins/easy-login-woocommerce/assets/css/xoo-el-fonts.css?ver=2.8.5 — 200 — 823 B — 39 ms — h2https://mg.co.za/wp-content/themes/mg/style.css?v=170724&ver=6.7.1/wp-content/themes/mg/style.css?v=1... https://mg.co.za/wp-content/themes/mg/style.css?v=170724&ver=6.7.1 — 200 — 1.6 KiB — 30 ms — h2https://mg.co.za/wp-content/themes/mg/fontawesome/css/all.min.css?ver=1.0/wp-content/themes/mg/fontawesome/c... https://mg.co.za/wp-content/themes/mg/fontawesome/css/all.min.css?ver=1.0 — 200 — 20.6 KiB — 62 ms — h2https://mg.co.za/wp-content/themes/MG-Boot-Child/assets/dist/main.css?ver=1.0/wp-content/themes/MG-Boot-Child/as... https://mg.co.za/wp-content/themes/MG-Boot-Child/assets/dist/main.css?ver=1.0 — 200 — 30.1 KiB — 62 ms — h2https://mg.co.za/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://mg.co.za/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 30.1 KiB — 64 ms — h2https://mg.co.za/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://mg.co.za/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.1 KiB — 64 ms — h2https://mg.co.za/wp-content/themes/MG-Boot-Child/style.css?v=170724/wp-content/themes/MG-Boot-Child/st... https://mg.co.za/wp-content/themes/MG-Boot-Child/style.css?v=170724 — 200 — 38.5 KiB — 46 ms — h2https://mg.co.za/wp-content/uploads/2023/11/MailGuardian_logo-3.png/wp-content/uploads/2023/11/MailGua... https://mg.co.za/wp-content/uploads/2023/11/MailGuardian_logo-3.png — 200 — 26.9 KiB — 68 ms — h2https://mg.co.za/wp-content/uploads/2026/04/The-God-Edition-970x250.jpg/wp-content/uploads/2026/04/The-God... https://mg.co.za/wp-content/uploads/2026/04/The-God-Edition-970x250.jpg — 200 — 139.8 KiB — 74 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-5R89TX6www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-5R89TX6 — -1 — 0 B — 198 ms — blob:https://mg.co.za/bbcd9dcc-a9a3-4fb9-9b76-78177a664148mg.co.za/bbcd9dcc-a9a3-4fb9-9b76-78... blob:https://mg.co.za/bbcd9dcc-a9a3-4fb9-9b76-78177a664148 — 200 — -1 B — 31 ms — blobhttps://mg.co.za/wp-content/uploads/2026/04/Sisitolashenew.jpg/wp-content/uploads/2026/04/Sisitol... https://mg.co.za/wp-content/uploads/2026/04/Sisitolashenew.jpg — 200 — 122.4 KiB — 131 ms — h3https://mg.co.za/wp-content/uploads/2026/04/IMG_0054-400x225.png/wp-content/uploads/2026/04/IMG_005... https://mg.co.za/wp-content/uploads/2026/04/IMG_0054-400x225.png — 200 — 106.9 KiB — 121 ms — h3https://mg.co.za/wp-content/uploads/2015/11/df9ea59e-2015-11-04-no-load-shedding-until-may-says-eskom-head-image-300x169.jpg/wp-content/uploads/2015/11/df9ea59... https://mg.co.za/wp-content/uploads/2015/11/df9ea59e-2015-11-04-no-load-shedding-until-may-says-eskom-head-image-300x169.jpg — 200 — 11.3 KiB — 55 ms — h3https://mg.co.za/site.webmanifest/site.webmanifest https://mg.co.za/site.webmanifest — 200 — 935 B — 222 ms — h3https://www.googletagmanager.com/gtag/js?id=G-4T82DGZ11Fwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-4T82DGZ11F — 200 — 176.1 KiB — 227 ms — h2https://mg.co.za/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/assets/js/xoo-aff-js.js?ver=2.0.1/wp-content/plugins/easy-login-wooc... https://mg.co.za/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/assets/js/xoo-aff-js.js?ver=2.0.1 — 200 — 3.4 KiB — 39 ms — h3https://www.googletagmanager.com/gtag/js?id=GTM-KP9VVDQwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=GTM-KP9VVDQ — 200 — 134.0 KiB — 172 ms — h2https://cse.google.com/cse.js?cx=34e66d0ad1192414acse.google.com/cse.js?cx=34e66d0ad1... https://cse.google.com/cse.js?cx=34e66d0ad1192414a — 200 — 3.3 KiB — 109 ms — h2https://mg.co.za/wp-content/uploads/2026/04/IMG_0053-400x340.png/wp-content/uploads/2026/04/IMG_005... https://mg.co.za/wp-content/uploads/2026/04/IMG_0053-400x340.png — 200 — 189.3 KiB — 124 ms — h3https://mg.co.za/wp-content/uploads/2026/04/Business-banking-1-Image-1200x675-1-400x225.jpg/wp-content/uploads/2026/04/Busines... https://mg.co.za/wp-content/uploads/2026/04/Business-banking-1-Image-1200x675-1-400x225.jpg — 200 — 14.5 KiB — 56 ms — h3https://mg.co.za/wp-content/uploads/2025/05/MBA-1.jpg/wp-content/uploads/2025/05/MBA-1.j... https://mg.co.za/wp-content/uploads/2025/05/MBA-1.jpg — 200 — 370.1 KiB — 128 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-KP9VVDQwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KP9VVDQ — 200 — 133.8 KiB — 227 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 492 ms LCP 874 mshttps://mg.co.za// https://mg.co.za/ — 200 — 49.9 KiB — 1.1 s — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 34.3 KiB — 129 ms — h3https://kit.fontawesome.com/e588797e94.jskit.fontawesome.com/e588797e94.js https://kit.fontawesome.com/e588797e94.js — 403 — 292 B — 279 ms — h2https://mg.co.za/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/assets/css/xoo-aff-style.css?ver=2.0.1/wp-content/plugins/easy-login-wooc... https://mg.co.za/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/assets/css/xoo-aff-style.css?ver=2.0.1 — 200 — 2.0 KiB — 43 ms — h2https://mg.co.za/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/all.min.css?ver=6.7.1/wp-content/plugins/easy-login-wooc... https://mg.co.za/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/all.min.css?ver=6.7.1 — 200 — 12.9 KiB — 41 ms — h2https://mg.co.za/wp-includes/css/dist/block-library/style.min.css?ver=6.7.1/wp-includes/css/dist/block-library... https://mg.co.za/wp-includes/css/dist/block-library/style.min.css?ver=6.7.1 — 200 — 15.2 KiB — 46 ms — h2https://mg.co.za/wp-content/plugins/easy-login-woocommerce/assets/css/xoo-el-style.css?ver=2.8.5/wp-content/plugins/easy-login-wooc... https://mg.co.za/wp-content/plugins/easy-login-woocommerce/assets/css/xoo-el-style.css?ver=2.8.5 — 200 — 3.2 KiB — 63 ms — h2https://mg.co.za/wp-content/plugins/easy-login-woocommerce/assets/css/xoo-el-fonts.css?ver=2.8.5/wp-content/plugins/easy-login-wooc... https://mg.co.za/wp-content/plugins/easy-login-woocommerce/assets/css/xoo-el-fonts.css?ver=2.8.5 — 200 — 823 B — 39 ms — h2https://mg.co.za/wp-content/themes/mg/style.css?v=170724&ver=6.7.1/wp-content/themes/mg/style.css?v=1... https://mg.co.za/wp-content/themes/mg/style.css?v=170724&ver=6.7.1 — 200 — 1.6 KiB — 30 ms — h2https://mg.co.za/wp-content/themes/mg/fontawesome/css/all.min.css?ver=1.0/wp-content/themes/mg/fontawesome/c... https://mg.co.za/wp-content/themes/mg/fontawesome/css/all.min.css?ver=1.0 — 200 — 20.6 KiB — 62 ms — h2https://mg.co.za/wp-content/themes/MG-Boot-Child/assets/dist/main.css?ver=1.0/wp-content/themes/MG-Boot-Child/as... https://mg.co.za/wp-content/themes/MG-Boot-Child/assets/dist/main.css?ver=1.0 — 200 — 30.1 KiB — 62 ms — h2https://mg.co.za/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://mg.co.za/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 30.1 KiB — 64 ms — h2https://mg.co.za/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://mg.co.za/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.1 KiB — 64 ms — h2https://mg.co.za/wp-content/themes/MG-Boot-Child/style.css?v=170724/wp-content/themes/MG-Boot-Child/st... https://mg.co.za/wp-content/themes/MG-Boot-Child/style.css?v=170724 — 200 — 38.5 KiB — 46 ms — h2https://mg.co.za/wp-content/uploads/2023/11/MailGuardian_logo-3.png/wp-content/uploads/2023/11/MailGua... https://mg.co.za/wp-content/uploads/2023/11/MailGuardian_logo-3.png — 200 — 26.9 KiB — 68 ms — h2https://mg.co.za/wp-content/uploads/2026/04/The-God-Edition-970x250.jpg/wp-content/uploads/2026/04/The-God... https://mg.co.za/wp-content/uploads/2026/04/The-God-Edition-970x250.jpg — 200 — 139.8 KiB — 74 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-5R89TX6www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-5R89TX6 — -1 — 0 B — 198 ms — blob:https://mg.co.za/bbcd9dcc-a9a3-4fb9-9b76-78177a664148mg.co.za/bbcd9dcc-a9a3-4fb9-9b76-78... blob:https://mg.co.za/bbcd9dcc-a9a3-4fb9-9b76-78177a664148 — 200 — -1 B — 31 ms — blobhttps://mg.co.za/wp-content/uploads/2026/04/Sisitolashenew.jpg/wp-content/uploads/2026/04/Sisitol... https://mg.co.za/wp-content/uploads/2026/04/Sisitolashenew.jpg — 200 — 122.4 KiB — 131 ms — h3https://mg.co.za/wp-content/uploads/2026/04/IMG_0054-400x225.png/wp-content/uploads/2026/04/IMG_005... https://mg.co.za/wp-content/uploads/2026/04/IMG_0054-400x225.png — 200 — 106.9 KiB — 121 ms — h3https://mg.co.za/wp-content/uploads/2015/11/df9ea59e-2015-11-04-no-load-shedding-until-may-says-eskom-head-image-300x169.jpg/wp-content/uploads/2015/11/df9ea59... https://mg.co.za/wp-content/uploads/2015/11/df9ea59e-2015-11-04-no-load-shedding-until-may-says-eskom-head-image-300x169.jpg — 200 — 11.3 KiB — 55 ms — h3https://mg.co.za/site.webmanifest/site.webmanifest https://mg.co.za/site.webmanifest — 200 — 935 B — 222 ms — h3https://www.googletagmanager.com/gtag/js?id=G-4T82DGZ11Fwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-4T82DGZ11F — 200 — 176.1 KiB — 227 ms — h2https://mg.co.za/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/assets/js/xoo-aff-js.js?ver=2.0.1/wp-content/plugins/easy-login-wooc... https://mg.co.za/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/assets/js/xoo-aff-js.js?ver=2.0.1 — 200 — 3.4 KiB — 39 ms — h3https://www.googletagmanager.com/gtag/js?id=GTM-KP9VVDQwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=GTM-KP9VVDQ — 200 — 134.0 KiB — 172 ms — h2https://cse.google.com/cse.js?cx=34e66d0ad1192414acse.google.com/cse.js?cx=34e66d0ad1... https://cse.google.com/cse.js?cx=34e66d0ad1192414a — 200 — 3.3 KiB — 109 ms — h2https://mg.co.za/wp-content/uploads/2026/04/IMG_0053-400x340.png/wp-content/uploads/2026/04/IMG_005... https://mg.co.za/wp-content/uploads/2026/04/IMG_0053-400x340.png — 200 — 189.3 KiB — 124 ms — h3https://mg.co.za/wp-content/uploads/2026/04/Business-banking-1-Image-1200x675-1-400x225.jpg/wp-content/uploads/2026/04/Busines... https://mg.co.za/wp-content/uploads/2026/04/Business-banking-1-Image-1200x675-1-400x225.jpg — 200 — 14.5 KiB — 56 ms — h3https://mg.co.za/wp-content/uploads/2025/05/MBA-1.jpg/wp-content/uploads/2025/05/MBA-1.j... https://mg.co.za/wp-content/uploads/2025/05/MBA-1.jpg — 200 — 370.1 KiB — 128 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-KP9VVDQwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KP9VVDQ — 200 — 133.8 KiB — 227 ms — h2https://mg.co.za/wp-content/uploads/2022/10/GarethMnisi-300x221.jpg/wp-content/uploads/2022/10/GarethM... https://mg.co.za/wp-content/uploads/2022/10/GarethMnisi-300x221.jpg — 200 — 12.6 KiB — 45 ms — h3https://mg.co.za/wp-content/uploads/2026/04/Errol-Musk-main.jpg/wp-content/uploads/2026/04/Errol-M... https://mg.co.za/wp-content/uploads/2026/04/Errol-Musk-main.jpg — 200 — 24.7 KiB — 57 ms — h3https://mg.co.za/wp-content/uploads/2025/05/ARTICLE-1-PIC_business185428-400x267.jpg/wp-content/uploads/2025/05/ARTICLE... https://mg.co.za/wp-content/uploads/2025/05/ARTICLE-1-PIC_business185428-400x267.jpg — 200 — 49.9 KiB — 69 ms — h3https://mg.co.za/wp-content/uploads/2025/05/ARTICLE-2-PIC_-400x267.jpg/wp-content/uploads/2025/05/ARTICLE... https://mg.co.za/wp-content/uploads/2025/05/ARTICLE-2-PIC_-400x267.jpg — 200 — 43.1 KiB — 72 ms — h3https://mg.co.za/wp-content/uploads/2025/05/ARTICLE-3-PIC_-124633-1-400x311.jpg/wp-content/uploads/2025/05/ARTICLE... https://mg.co.za/wp-content/uploads/2025/05/ARTICLE-3-PIC_-124633-1-400x311.jpg — 200 — 28.3 KiB — 72 ms — h3https://mg.co.za/wp-content/uploads/2025/05/ARTICLE-4-PIC-_IMG_20250528_132323-381x400.jpg/wp-content/uploads/2025/05/ARTICLE... https://mg.co.za/wp-content/uploads/2025/05/ARTICLE-4-PIC-_IMG_20250528_132323-381x400.jpg — 200 — 29.8 KiB — 57 ms — h3https://mg.co.za/wp-content/uploads/2025/05/Article-5_-313x400.jpg/wp-content/uploads/2025/05/Article... https://mg.co.za/wp-content/uploads/2025/05/Article-5_-313x400.jpg — 200 — 61.3 KiB — 70 ms — h3https://mg.co.za/wp-content/themes/mg/fontawesome/webfonts/fa-brands-400.woff2/wp-content/themes/mg/fontawesome/w... https://mg.co.za/wp-content/themes/mg/fontawesome/webfonts/fa-brands-400.woff2 — 200 — 103.2 KiB — 69 ms — h3https://mg.co.za/wp-content/themes/mg/fontawesome/webfonts/fa-solid-900.woff2/wp-content/themes/mg/fontawesome/w... https://mg.co.za/wp-content/themes/mg/fontawesome/webfonts/fa-solid-900.woff2 — 200 — 151.7 KiB — 80 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097946securepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097946 — 200 — 187.4 KiB — 85 ms — h3https://mg.co.za/wp-content/uploads/2023/03/red-ampersand.png/wp-content/uploads/2023/03/red-amp... https://mg.co.za/wp-content/uploads/2023/03/red-ampersand.png — 200 — 6.9 KiB — 30 ms — h3https://mg.co.za/wp-content/uploads/2023/11/Mg_africa-1.jpg/wp-content/uploads/2023/11/Mg_afri... https://mg.co.za/wp-content/uploads/2023/11/Mg_africa-1.jpg — 200 — 10.8 KiB — 27 ms — h3https://mg.co.za/wp-content/plugins/easy-login-woocommerce/assets/fonts/Easy-Login.ttf?oy4gsz/wp-content/plugins/easy-login-wooc... https://mg.co.za/wp-content/plugins/easy-login-woocommerce/assets/fonts/Easy-Login.ttf?oy4gsz — 200 — 2.8 KiB — 30 ms — h3https://mg.co.za/wp-content/plugins/easy-login-woocommerce/assets/js/xoo-el-js.js?ver=2.8.5/wp-content/plugins/easy-login-wooc... https://mg.co.za/wp-content/plugins/easy-login-woocommerce/assets/js/xoo-el-js.js?ver=2.8.5 — 200 — 4.2 KiB — 43 ms — h3https://mg.co.za/wp-content/themes/MG-Boot-Child/assets/dist/main.bundle.js?ver=1.0/wp-content/themes/MG-Boot-Child/as... https://mg.co.za/wp-content/themes/MG-Boot-Child/assets/dist/main.bundle.js?ver=1.0 — 200 — 22.9 KiB — 52 ms — h3https://mg.co.za/wp-content/themes/MG-Boot-Child/scripts/navbar.js/wp-content/themes/MG-Boot-Child/sc... https://mg.co.za/wp-content/themes/MG-Boot-Child/scripts/navbar.js — 200 — 1.3 KiB — 41 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 94 ms — h2https://mg.co.za/wp-content/uploads/2025/05/ARTICLE-6-PIC__DSC1294-378x400.jpg/wp-content/uploads/2025/05/ARTICLE... https://mg.co.za/wp-content/uploads/2025/05/ARTICLE-6-PIC__DSC1294-378x400.jpg — 200 — 35.7 KiB — 39 ms — h3https://mg.co.za/wp-content/uploads/2026/04/Gemini_Generated_Image_t6otrjt6otrjt6ot-400x223.png/wp-content/uploads/2026/04/Gemini_... https://mg.co.za/wp-content/uploads/2026/04/Gemini_Generated_Image_t6otrjt6otrjt6ot-400x223.png — 200 — 138.6 KiB — 135 ms — h3https://mg.co.za/wp-content/uploads/2026/04/Senqu-bridge-400x267.jpg/wp-content/uploads/2026/04/Senqu-b... https://mg.co.za/wp-content/uploads/2026/04/Senqu-bridge-400x267.jpg — 200 — 29.2 KiB — 45 ms — h3https://mg.co.za/wp-content/uploads/2026/04/Mswati_III_on_the_celebration_ceremony_of_the_55th_year_of_the_Kingdom_of_Eswatinis_independence_and_his_majestys_55th_birthday-400x236.jpg/wp-content/uploads/2026/04/Mswati_... https://mg.co.za/wp-content/uploads/2026/04/Mswati_III_on_the_celebration_ceremony_of_the_55th_year_of_the_Kingdom_of_Eswatinis_independence_and_his_majestys_55th_birthday-400x236.jpg — 200 — 53.2 KiB — 133 ms — h3https://mg.co.za/wp-content/uploads/2026/04/image1170x530cropped1-400x181.jpg/wp-content/uploads/2026/04/image11... https://mg.co.za/wp-content/uploads/2026/04/image1170x530cropped1-400x181.jpg — 200 — 25.3 KiB — 45 ms — h3https://www.google.com/cse/static/element/b33cba5881f68fbf/cse_element__es.js?usqp=CAI%3Dwww.google.com/cse/static/element/b... https://www.google.com/cse/static/element/b33cba5881f68fbf/cse_element__es.js?usqp=CAI%3D — 200 — 98.7 KiB — 114 ms — h3https://www.google.com/cse/static/element/b33cba5881f68fbf/default_v6+es.csswww.google.com/cse/static/element/b... https://www.google.com/cse/static/element/b33cba5881f68fbf/default_v6+es.css — 200 — 9.7 KiB — 85 ms — h3https://www.google.com/cse/static/style/look/v6/default.csswww.google.com/cse/static/style/loo... https://www.google.com/cse/static/style/look/v6/default.css — 200 — 1.2 KiB — 65 ms — h3https://pagead2.googlesyndication.com/gampad/ads?pvsid=7861171782356142&correlator=1100841769618049&eid=31097658%2C31097908%2C31097993%2C31097946%2C83322745&output=ldjh&gdfp_req=1&vrg=202604170101&ptt=17&impl=fifs&iu_parts=2800188%2CMG%2Chomepage%2Csection%2Cdiv-gpt-thirdparty&enc_prev_ius=%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F3%2F4&prev_iu_szs=728x90%2C1x1%7C1x2%2C970x90%7C728x90%7C1000x90%2C970x250%7C970x90%7C728x90%7C1000x250%7C1000x90%2C970x250%7C970x90%7C728x90%7C1000x250%7C1000x90%2C728x90%2C970x250%7C970x90%7C728x90%7C1000x250%7C1000x90%2C728x90%2C970x250%7C970x90%7C728x90%7C1000x250%7C1000x90%2C970x90%7C728x90%7C1000x90%2C970x250%7C970x90%7C728x90%7C1000x250%7C1000x90%2C970x250%7C970x90%7C728x90%7C1000x250%7C1000x90%2C300x600%2C1x1%7C1x2&ifi=1&dids=gpt_unit_%2F2800188%2FMG%2Fhomepage_~div-gpt-ad-wallpaper~div-gpt-ad-banner-1~div-gpt-ad-banner-2~div-gpt-ad-banner-3~div-gpt-ad-banner-4~div-gpt-ad-banner-5~div-gpt-ad-banner-6~div-gpt-ad-banner-7~div-gpt-ad-banner-8~div-gpt-ad-banner-9~div-gpt-ad-banner-10~div-gpt-ad-block-1~div-gpt-ad-thirdparty&adfs=~3587792977~151281769~4244755132~403784722~1695443041~1416478679~801684890~3662706499~2017665072~2739182236~1360231004~782821881~3279223246&sfv=1-0-45&fas=1%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0&dap=4&sc=1&lrm=100&abxe=1&dt=1776900937303&lmt=1776900937&adxs=-9%2C0%2C190%2C190%2C190%2C311%2C190%2C311%2C190%2C190%2C190%2C190%2C875%2C0&adys=-9%2C0%2C434%2C1172%2C1694%2C3908%2C4831%2C5569%2C6955%2C7757%2C8378%2C9164%2C2918%2C9174&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=-1%7C0%7C0%7C1%7C2%7C3%7C4%7C5%7C6%7C7%7C8%7C9%7C10%7C11&ucis=1%7C2%7C3%7C4%7C5%7C6%7C7%7C8%7C9%7Ca%7Cb%7Cc%7Cd%7Ce&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=8&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&url=https%3A%2F%2Fmg.co.za%2F&vis=1&psz=0x-1%7C1350x9548%7C1050x0%7C1050x30%7C1050x0%7C1050x0%7C1050x0%7C1050x0%7C1050x0%7C1050x0%7C1050x0%7C1050x0%7C326x15%7C1350x9548&msz=0x-1%7C1350x1%7C1050x0%7C1050x0%7C1050x0%7C1050x0%7C1050x0%7C1050x0%7C1050x0%7C1050x0%7C1050x0%7C1050x0%7C326x0%7C1350x0&fws=2%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C512%2C0&ohw=0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0&dlt=1776900936880&idt=321&prev_scp=Pos%3DAnchor%7CPos%3DWallpaper%26Slot-Name%3DHomepage-Wallpaper%7CPos%3DSLB1%26Slot-Name%3DHomepage-SLB-1%7CPos%3DSLB2%26Slot-Name%3DHomepage-SLB-2%7CSlot-Name%3DHomepage-SLB-3%26Pos%3DSLB3%7CSlot-Name%3DHomepage-SLB-4%26Pos%3DSLB4%7CSlot-Name%3DHomepage-SLB-5%26Pos%3DSLB5%7CSlot-Name%3DHomepage-SLB-6%26Pos%3DSLB6%7CSlot-Name%3DHomepage-SLB-7%26Pos%3DSLB7%7CSlot-Name%3DHomepage-SLB-8%26Pos%3DSLB8%7CSlot-Name%3DHomepage-SLB-9%26Pos%3DSLB9%7CSlot-Name%3DHomepage-SLB-10%26Pos%3DSLB10%7CPos%3DMPU1%26Slot-Name%3DHomepage-MPU-1%7CPos%3DThirdparty%26Slot-Name%3DHomepage-Thirdparty&cust_params=PageType%3DHomepage&adks=967668186%2C2221567931%2C394145179%2C1907858398%2C1907858393%2C3125262332%2C1907858395%2C3125262330%2C1907858213%2C394145250%2C1907858215%2C584513752%2C3262138671%2C1942911231&frm=20&eoidce=1&pgls=CAEaBTYuNy4xpagead2.googlesyndication.com/gampa... https://pagead2.googlesyndication.com/gampad/ads?pvsid=7861171782356142&correlator=1100841769618049&eid=31097658%2C31097908%2C31097993%2C31097946%2C83322745&output=ldjh&gdfp_req=1&vrg=202604170101&ptt=17&impl=fifs&iu_parts=2800188%2CMG%2Chomepage%2Csection%2Cdiv-gpt-thirdparty&enc_prev_ius=%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F3%2F4&prev_iu_szs=728x90%2C1x1%7C1x2%2C970x90%7C728x90%7C1000x90%2C970x250%7C970x90%7C728x90%7C1000x250%7C1000x90%2C970x250%7C970x90%7C728x90%7C1000x250%7C1000x90%2C728x90%2C970x250%7C970x90%7C728x90%7C1000x250%7C1000x90%2C728x90%2C970x250%7C970x90%7C728x90%7C1000x250%7C1000x90%2C970x90%7C728x90%7C1000x90%2C970x250%7C970x90%7C728x90%7C1000x250%7C1000x90%2C970x250%7C970x90%7C728x90%7C1000x250%7C1000x90%2C300x600%2C1x1%7C1x2&ifi=1&dids=gpt_unit_%2F2800188%2FMG%2Fhomepage_~div-gpt-ad-wallpaper~div-gpt-ad-banner-1~div-gpt-ad-banner-2~div-gpt-ad-banner-3~div-gpt-ad-banner-4~div-gpt-ad-banner-5~div-gpt-ad-banner-6~div-gpt-ad-banner-7~div-gpt-ad-banner-8~div-gpt-ad-banner-9~div-gpt-ad-banner-10~div-gpt-ad-block-1~div-gpt-ad-thirdparty&adfs=~3587792977~151281769~4244755132~403784722~1695443041~1416478679~801684890~3662706499~2017665072~2739182236~1360231004~782821881~3279223246&sfv=1-0-45&fas=1%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0&dap=4&sc=1&lrm=100&abxe=1&dt=1776900937303&lmt=1776900937&adxs=-9%2C0%2C190%2C190%2C190%2C311%2C190%2C311%2C190%2C190%2C190%2C190%2C875%2C0&adys=-9%2C0%2C434%2C1172%2C1694%2C3908%2C4831%2C5569%2C6955%2C7757%2C8378%2C9164%2C2918%2C9174&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=-1%7C0%7C0%7C1%7C2%7C3%7C4%7C5%7C6%7C7%7C8%7C9%7C10%7C11&ucis=1%7C2%7C3%7C4%7C5%7C6%7C7%7C8%7C9%7Ca%7Cb%7Cc%7Cd%7Ce&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=8&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&url=https%3A%2F%2Fmg.co.za%2F&vis=1&psz=0x-1%7C1350x9548%7C1050x0%7C1050x30%7C1050x0%7C1050x0%7C1050x0%7C1050x0%7C1050x0%7C1050x0%7C1050x0%7C1050x0%7C326x15%7C1350x9548&msz=0x-1%7C1350x1%7C1050x0%7C1050x0%7C1050x0%7C1050x0%7C1050x0%7C1050x0%7C1050x0%7C1050x0%7C1050x0%7C1050x0%7C326x0%7C1350x0&fws=2%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C512%2C0&ohw=0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0&dlt=1776900936880&idt=321&prev_scp=Pos%3DAnchor%7CPos%3DWallpaper%26Slot-Name%3DHomepage-Wallpaper%7CPos%3DSLB1%26Slot-Name%3DHomepage-SLB-1%7CPos%3DSLB2%26Slot-Name%3DHomepage-SLB-2%7CSlot-Name%3DHomepage-SLB-3%26Pos%3DSLB3%7CSlot-Name%3DHomepage-SLB-4%26Pos%3DSLB4%7CSlot-Name%3DHomepage-SLB-5%26Pos%3DSLB5%7CSlot-Name%3DHomepage-SLB-6%26Pos%3DSLB6%7CSlot-Name%3DHomepage-SLB-7%26Pos%3DSLB7%7CSlot-Name%3DHomepage-SLB-8%26Pos%3DSLB8%7CSlot-Name%3DHomepage-SLB-9%26Pos%3DSLB9%7CSlot-Name%3DHomepage-SLB-10%26Pos%3DSLB10%7CPos%3DMPU1%26Slot-Name%3DHomepage-MPU-1%7CPos%3DThirdparty%26Slot-Name%3DHomepage-Thirdparty&cust_params=PageType%3DHomepage&adks=967668186%2C2221567931%2C394145179%2C1907858398%2C1907858393%2C3125262332%2C1907858395%2C3125262330%2C1907858213%2C394145250%2C1907858215%2C584513752%2C3262138671%2C1942911231&frm=20&eoidce=1&pgls=CAEaBTYuNy4x — 200 — 60.1 KiB — 536 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl_page_level_ads.js?cb=31097946securepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl_page_level_ads.js?cb=31097946 — 200 — 17.3 KiB — 33 ms — h3https://58c54923764c76e68cde5eca61e79019.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html58c54923764c76e68cde5eca61e79019.sa... https://58c54923764c76e68cde5eca61e79019.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html — 200 — 3.1 KiB — 115 ms — h3https://static.hotjar.com/c/hotjar-3180248.js?sv=6static.hotjar.com/c/hotjar-3180248.... https://static.hotjar.com/c/hotjar-3180248.js?sv=6 — 200 — 6.2 KiB — 59 ms — h2https://mg.co.za/wp-content/themes/mg/fontawesome/webfonts/fa-regular-400.woff2/wp-content/themes/mg/fontawesome/w... https://mg.co.za/wp-content/themes/mg/fontawesome/webfonts/fa-regular-400.woff2 — 200 — 23.9 KiB — 29 ms — h3https://www.googletagmanager.com/gtag/js?id=G-4T82DGZ11F&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-4T82DGZ11F&cx=c&gtm=4e64k1 — 200 — 176.1 KiB — 43 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-4T82DGZ11F&gtm=45je64k1v889384215za200zb897767271zd897767271&_p=1776900936892&_gaz=1&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&ecid=2097214764&_eu=AAAAAGA&are=1&cid=1702324805.1776900938&ec_mode=a&frm=0&pscdl=noapi&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938469~117266401~117384405~117512542~118463261&sid=1776900937&sct=1&seg=0&dl=https%3A%2F%2Fmg.co.za%2F&dt=The%20Mail%20%26%20Guardian%20%7C%20Africa%27s%20Better%20Future&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1688region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-4T82DGZ11F&gtm=45je64k1v889384215za200zb897767271zd897767271&_p=1776900936892&_gaz=1&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&ecid=2097214764&_eu=AAAAAGA&are=1&cid=1702324805.1776900938&ec_mode=a&frm=0&pscdl=noapi&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938469~117266401~117384405~117512542~118463261&sid=1776900937&sct=1&seg=0&dl=https%3A%2F%2Fmg.co.za%2F&dt=The%20Mail%20%26%20Guardian%20%7C%20Africa%27s%20Better%20Future&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1688 — 204 — 544 B — 98 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-4T82DGZ11F&cid=1702324805.1776900938&gtm=45je64k1v889384215za200zb897767271zd897767271&rcb=19&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938469~117266401~117384405~117512542~118463261stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-4T82DGZ11F&cid=1702324805.1776900938&gtm=45je64k1v889384215za200zb897767271zd897767271&rcb=19&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938469~117266401~117384405~117512542~118463261 — 204 — 544 B — 86 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-4T82DGZ11F&gtm=45je64k1v889384215za200zb897767271zd897767271&_p=1776900936892&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&ecid=2097214764&_eu=AAAAAGQ&are=1&cid=1702324805.1776900938&ec_mode=a&frm=0&pscdl=noapi&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=2&tag_exp=0~115616986~115938466~115938469~117266401~117384405~117512542~118463261&uid=0&dp=%2F&sid=1776900937&sct=1&seg=1&dl=https%3A%2F%2Fmg.co.za%2F&dt=The%20Mail%20%26%20Guardian%20%7C%20Africa%27s%20Better%20Future&en=page_view&_ee=1&ep.timestamp=2026-04-23T01%3A35%3A36Z&_et=6&tfd=1698region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-4T82DGZ11F&gtm=45je64k1v889384215za200zb897767271zd897767271&_p=1776900936892&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&ecid=2097214764&_eu=AAAAAGQ&are=1&cid=1702324805.1776900938&ec_mode=a&frm=0&pscdl=noapi&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=2&tag_exp=0~115616986~115938466~115938469~117266401~117384405~117512542~118463261&uid=0&dp=%2F&sid=1776900937&sct=1&seg=1&dl=https%3A%2F%2Fmg.co.za%2F&dt=The%20Mail%20%26%20Guardian%20%7C%20Africa%27s%20Better%20Future&en=page_view&_ee=1&ep.timestamp=2026-04-23T01%3A35%3A36Z&_et=6&tfd=1698 — 204 — 48 B — 90 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-4T82DGZ11F&gtm=45je64k1v889384215z8897767271za200zb897767271zd897767271&_p=1776900936892&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&ecid=2097214764&_eu=AAACAGQ&are=1&cid=1702324805.1776900938&ec_mode=a&frm=0&pscdl=noapi&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=3&tag_exp=0~115616986~115938466~115938469~117266401~117384405~117512542~118463261&sid=1776900937&sct=1&seg=1&dl=https%3A%2F%2Fmg.co.za%2F&dt=The%20Mail%20%26%20Guardian%20%7C%20Africa%27s%20Better%20Future&en=page_view&ep.date=2026-04-23T01%3A35%3A36Z&ep.memberId=0&_et=3&tfd=1707region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-4T82DGZ11F&gtm=45je64k1v889384215z8897767271za200zb897767271zd897767271&_p=1776900936892&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&ecid=2097214764&_eu=AAACAGQ&are=1&cid=1702324805.1776900938&ec_mode=a&frm=0&pscdl=noapi&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=3&tag_exp=0~115616986~115938466~115938469~117266401~117384405~117512542~118463261&sid=1776900937&sct=1&seg=1&dl=https%3A%2F%2Fmg.co.za%2F&dt=The%20Mail%20%26%20Guardian%20%7C%20Africa%27s%20Better%20Future&en=page_view&ep.date=2026-04-23T01%3A35%3A36Z&ep.memberId=0&_et=3&tfd=1707 — 204 — 48 B — 80 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-4T82DGZ11F&cid=1702324805.1776900938&gtm=45je64k1v889384215za200zb897767271zd897767271&rcb=19&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938469~117266401~117384405~117512542~118463261&z=1863952464www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-4T82DGZ11F&cid=1702324805.1776900938&gtm=45je64k1v889384215za200zb897767271zd897767271&rcb=19&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938469~117266401~117384405~117512542~118463261&z=1863952464 — 200 — 408 B — 90 ms — h2https://cse.google.com/adsense/search/async-ads.jscse.google.com/adsense/search/async... https://cse.google.com/adsense/search/async-ads.js — 200 — 43.6 KiB — 65 ms — h2https://www.google.com/cse/static/images/1x/es/branding.pngwww.google.com/cse/static/images/1x... https://www.google.com/cse/static/images/1x/es/branding.png — 200 — 1.6 KiB — 22 ms — h3https://clients1.google.com/generate_204clients1.google.com/generate_204 https://clients1.google.com/generate_204 — 204 — 117 B — 90 ms — h2https://script.hotjar.com/modules.6a0f3932cb1341a35c18.jsscript.hotjar.com/modules.6a0f3932c... https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js — 200 — 56.6 KiB — 78 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 41 ms — h3https://vc.hotjar.io/sessions/3180248?s=0.25&r=0.13675389232833368vc.hotjar.io/sessions/3180248?s=0.2... https://vc.hotjar.io/sessions/3180248?s=0.25&r=0.13675389232833368 — 204 — 233 B — 152 ms — h2https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604170101&st=env&sjk=7861171782356142ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604170101&st=env&sjk=7861171782356142 — 200 — 13.3 KiB — 75 ms — h3https://mg.co.za/cdn-cgi/rum?/cdn-cgi/rum? https://mg.co.za/cdn-cgi/rum? — 204 — 454 B — 20 ms — h3https://mg.co.za/wp-content/uploads/2019/09/98413e17-logosml-150x150.jpeg/wp-content/uploads/2019/09/98413e1... https://mg.co.za/wp-content/uploads/2019/09/98413e17-logosml-150x150.jpeg — 200 — 4.1 KiB — 24 ms — h3https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsvSJNMifpjWC8qhncLakGQjtUnn6Q13Kif0ABk-y5zNzfRN-544uPFaJXl4kJBe_iOL854FeiQT0cMbMxTCs6Hq08mjcsjG5z0QGhI1uZgKb2aSS7noeBFI9k_ulcUkFksZekQbkhsmcAVBzRjCmuc7V5vCERLc8DP1B_Op1UZXVwWgCOLCDBoedp0AihhDIler3W9_TWXdfr_VPOhv6YeWRnlCY3FRg_r2kSTNDzHaONMRVnU3DePRMJmwfTrOGyZuadmyHU6JJVoxlTZAUN64dJ5GaWFBDhH-0YeLFKcRjG02Zay0VL09RH47upQyo25AsB601v8Q1UP68V_-ilVj-rjHIssp5R1qR4MH7uYHFKeqk3dyTQsNWmf78vJDH8DyX8MtbWcAHaoywoJyF_INPf5CPpjKUcWwELMlZczXfOxvwSQ&sig=Cg0ArKJSzAAvLejwP3TzEAE&uach_m=%5BUACH%5D&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsvSJNMifpjWC8qhncLakGQjtUnn6Q13Kif0ABk-y5zNzfRN-544uPFaJXl4kJBe_iOL854FeiQT0cMbMxTCs6Hq08mjcsjG5z0QGhI1uZgKb2aSS7noeBFI9k_ulcUkFksZekQbkhsmcAVBzRjCmuc7V5vCERLc8DP1B_Op1UZXVwWgCOLCDBoedp0AihhDIler3W9_TWXdfr_VPOhv6YeWRnlCY3FRg_r2kSTNDzHaONMRVnU3DePRMJmwfTrOGyZuadmyHU6JJVoxlTZAUN64dJ5GaWFBDhH-0YeLFKcRjG02Zay0VL09RH47upQyo25AsB601v8Q1UP68V_-ilVj-rjHIssp5R1qR4MH7uYHFKeqk3dyTQsNWmf78vJDH8DyX8MtbWcAHaoywoJyF_INPf5CPpjKUcWwELMlZczXfOxvwSQ&sig=Cg0ArKJSzAAvLejwP3TzEAE&uach_m=%5BUACH%5D&adurl= — 200 — 26 B — 346 ms — h3https://pagead2.googlesyndication.com/pagead/js/r20260422/r20110914/abg_lite_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260422/r20110914/abg_lite_fy2021.js — 200 — 8.4 KiB — 78 ms — h3https://pagead2.googlesyndication.com/pagead/js/r20260422/r20110914/client/window_focus_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260422/r20110914/client/window_focus_fy2021.js — 200 — 1.2 KiB — 79 ms — h3https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js — 200 — 73.1 KiB — 77 ms — h3https://tpc.googlesyndication.com/simgad/5502713647197607567tpc.googlesyndication.com/simgad/55... https://tpc.googlesyndication.com/simgad/5502713647197607567 — 200 — 72.5 KiB — 142 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST… — 200 — 0 B — 0 ms — datahttps://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 98 ms — h2https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsvF0K8BKARMqw9AAZOelkfeGwzB1ZXLDNMXVFLB1hPPjU-1c8u_kzdS3OE93nLE3l8yVnudG44jYi3DTe8VGZ23PATQJ_JjRuDoks3L9bxF29HNTjEUIY7vHyr24wX1F4jtVOOOu5BKqqnP79WTFmUDA5Wi_imX_Lc084NmaWncsI4S7wK989BE50qsCd14qfRhCVIZfcZlqNR9Sih-mXuaHIJQ-YJ0U60aSTRYpDMphp9PEpLee83cQNimBHLBD6v-fGh8l6_b228kYi8war2y2u5EkAnA-ROSmU30Sy7IeiPhBBqLAng76o-F0NK7sJ7G-STGlvY5jK1c6yWhWTjGjncXrx0cmyLnfVmrIJGbbf7mEwuZduM8aAYKqsrAU77mMsCV4gJ1wJS5gumBYNppl-xSkle8BKJOPTj8P9puk0MD&sig=Cg0ArKJSzFyY9b-ytWVXEAE&uach_m=%5BUACH%5D&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsvF0K8BKARMqw9AAZOelkfeGwzB1ZXLDNMXVFLB1hPPjU-1c8u_kzdS3OE93nLE3l8yVnudG44jYi3DTe8VGZ23PATQJ_JjRuDoks3L9bxF29HNTjEUIY7vHyr24wX1F4jtVOOOu5BKqqnP79WTFmUDA5Wi_imX_Lc084NmaWncsI4S7wK989BE50qsCd14qfRhCVIZfcZlqNR9Sih-mXuaHIJQ-YJ0U60aSTRYpDMphp9PEpLee83cQNimBHLBD6v-fGh8l6_b228kYi8war2y2u5EkAnA-ROSmU30Sy7IeiPhBBqLAng76o-F0NK7sJ7G-STGlvY5jK1c6yWhWTjGjncXrx0cmyLnfVmrIJGbbf7mEwuZduM8aAYKqsrAU77mMsCV4gJ1wJS5gumBYNppl-xSkle8BKJOPTj8P9puk0MD&sig=Cg0ArKJSzFyY9b-ytWVXEAE&uach_m=%5BUACH%5D&adurl= — 200 — 26 B — 317 ms — h3https://pagead2.googlesyndication.com/pagead/js/r20260422/r20110914/abg_lite_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260422/r20110914/abg_lite_fy2021.js — 200 — 0 B — 3 ms — h3https://pagead2.googlesyndication.com/pagead/js/r20260422/r20110914/client/window_focus_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260422/r20110914/client/window_focus_fy2021.js — 200 — 0 B — 4 ms — h3https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js — 200 — 0 B — 6 ms — h3https://tpc.googlesyndication.com/simgad/5824186266016445428tpc.googlesyndication.com/simgad/58... https://tpc.googlesyndication.com/simgad/5824186266016445428 — 200 — 64.1 KiB — 70 ms — h2https://pagead2.googlesyndication.com/pagead/js/r20260422/r20110914/abg_lite_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260422/r20110914/abg_lite_fy2021.js — 200 — 0 B — 5 ms — h3https://pagead2.googlesyndication.com/pagead/js/r20260422/r20110914/client/window_focus_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260422/r20110914/client/window_focus_fy2021.js — 200 — 0 B — 6 ms — h3https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjss-Nr4WCBU-FZx1soRUSTe9XptcqlIPUe5FaC6aALKNgJ11zgEsrAJt4m3zH-i7yJZNS_Fzi75ewWLDi0UKOScRjMgvmeCFUy6CkYQOwySuqpIdcJOgpjeyouDLkyC0nXQ9QXpeHg3iLPnhrTONnhxTl_RhTgvz29nv0qpYOIM3Z6tkulfmJpSbiWtzoTG7qcKBQcpAbYdp54P7NoG1knmpz_0oOk-i8sqr3dgikZb6zd9W_eidowEuib1HGELZ_VKbxh0VquMMliL-Tjf55A07HNs6g6JACXe9VcdjC7826NnsYU_zW57evkmXUhzL8QGbaqRoTwtSzJClqFXKKLbHGChZ-rKZVJ2Yy94wY6ORMRDJTRS6Qxz46VC5pOKJNsx8RubV6yIWDOW4bzuezWS7WA9amgMOUxo_ew3Xc-Kr19x-9Q&sig=Cg0ArKJSzFQkZT6tHJzQEAE&uach_m=%5BUACH%5D&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjss-Nr4WCBU-FZx1soRUSTe9XptcqlIPUe5FaC6aALKNgJ11zgEsrAJt4m3zH-i7yJZNS_Fzi75ewWLDi0UKOScRjMgvmeCFUy6CkYQOwySuqpIdcJOgpjeyouDLkyC0nXQ9QXpeHg3iLPnhrTONnhxTl_RhTgvz29nv0qpYOIM3Z6tkulfmJpSbiWtzoTG7qcKBQcpAbYdp54P7NoG1knmpz_0oOk-i8sqr3dgikZb6zd9W_eidowEuib1HGELZ_VKbxh0VquMMliL-Tjf55A07HNs6g6JACXe9VcdjC7826NnsYU_zW57evkmXUhzL8QGbaqRoTwtSzJClqFXKKLbHGChZ-rKZVJ2Yy94wY6ORMRDJTRS6Qxz46VC5pOKJNsx8RubV6yIWDOW4bzuezWS7WA9amgMOUxo_ew3Xc-Kr19x-9Q&sig=Cg0ArKJSzFQkZT6tHJzQEAE&uach_m=%5BUACH%5D&adurl= — 200 — 26 B — 303 ms — h3https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js — 200 — 0 B — 12 ms — h3https://tpc.googlesyndication.com/simgad/2128319113897673322tpc.googlesyndication.com/simgad/21... https://tpc.googlesyndication.com/simgad/2128319113897673322 — 200 — 49.4 KiB — 60 ms — h2https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsteUmdy_kky_-Hw9S3QHiXxIsUf8k43PTJE7aEdMnxh7XosW_fHFEO7ETLQipl9jsUq3S9ppS2I4XwyKnfnPb6J7ZyS04jxr8VtIdEo7xfpaKsOxRocGzNoLBK_DgtDh_VKUztRrMUwEUinxV0STQ1_Io6zxXJ62zGGx95WSum5omfEznlKuHTuGMjZeVYcfcceGNXlqdWWUOm4xfXXkWJB_H36_Me5lB1i1I3V9NrumfxwjXkhagDnLjbK8ypU_iCNvK5A1vAMIbC2HgzQO1ZNhvZCHH9modHqWjKJRkX8v1_f-90adImNRO213LCuCULXBvEpxWxWk2r_RuOmXWBKQPuZ88IaOT1-egKY2qVrnwDdXfZulproVTD7UCzftIC91NfWCfPxxqskJ1K7fQPMN7RBvuTMrTWoFy04r_9P4ELmpQ&sig=Cg0ArKJSzCMI-r-Ngb-tEAE&uach_m=%5BUACH%5D&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsteUmdy_kky_-Hw9S3QHiXxIsUf8k43PTJE7aEdMnxh7XosW_fHFEO7ETLQipl9jsUq3S9ppS2I4XwyKnfnPb6J7ZyS04jxr8VtIdEo7xfpaKsOxRocGzNoLBK_DgtDh_VKUztRrMUwEUinxV0STQ1_Io6zxXJ62zGGx95WSum5omfEznlKuHTuGMjZeVYcfcceGNXlqdWWUOm4xfXXkWJB_H36_Me5lB1i1I3V9NrumfxwjXkhagDnLjbK8ypU_iCNvK5A1vAMIbC2HgzQO1ZNhvZCHH9modHqWjKJRkX8v1_f-90adImNRO213LCuCULXBvEpxWxWk2r_RuOmXWBKQPuZ88IaOT1-egKY2qVrnwDdXfZulproVTD7UCzftIC91NfWCfPxxqskJ1K7fQPMN7RBvuTMrTWoFy04r_9P4ELmpQ&sig=Cg0ArKJSzCMI-r-Ngb-tEAE&uach_m=%5BUACH%5D&adurl= — 200 — 26 B — 284 ms — h3https://pagead2.googlesyndication.com/pagead/js/r20260422/r20110914/abg_lite_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260422/r20110914/abg_lite_fy2021.js — 200 — 0 B — 2 ms — h3https://pagead2.googlesyndication.com/pagead/js/r20260422/r20110914/client/window_focus_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260422/r20110914/client/window_focus_fy2021.js — 200 — 0 B — 2 ms — h3https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js — 200 — 0 B — 8 ms — h3https://tpc.googlesyndication.com/simgad/6479680047881057361tpc.googlesyndication.com/simgad/64... https://tpc.googlesyndication.com/simgad/6479680047881057361 — 200 — 98.7 KiB — 78 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST… — 200 — 0 B — 0 ms — datahttps://mg.co.za/favicon-32x32.png/favicon-32x32.png https://mg.co.za/favicon-32x32.png — 200 — 1.9 KiB — 27 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2 — 204 — 20 B — 225 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4 — 204 — 20 B — 219 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgDpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgD — 204 — 20 B — 191 ms — h3https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjstmvTtAXAby49tulMeVj9FGZe9VNyLXEYnPTU51vbtAulNtQ5jV4-j5vRxPv_w5izlMyojHoABl0wsUHtH1TLi1RJokRG7wggBRoimfmOzWZS5ZQtHChzklptKf0VwySKN5R7uzL6ulBPpAWrFLVqse3tigii_tbBxYj3ZGPv4Ow9t0_Ktf6Ny4gZMg2kEDWfXxagbxrTv3fKuO5-ZFD3W6ftwgbsPfRdNbCTqNYGfDVmRomT9IQDvbI3R-ZJXXkJy3JJ_VVVPUvezqzdL2nGws88dkXZYNvxnFkmIqjQggcfhqn8naOYLF4PdM7kuuH5oKLinVszNjdXlrtZfDEmRsFQ5VUk0KtevTS99ZDKksUQQWFre1cWvtNLJ60nt32AFuMNoEFKopBqgqkds20xb1H-xCv3dg9mjzJSF6SJCJoBSgnTR0lw&sig=Cg0ArKJSzLZRnit23zHHEAE&uach_m=%5BUACH%5D&dett=2&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjstmvTtAXAby49tulMeVj9FGZe9VNyLXEYnPTU51vbtAulNtQ5jV4-j5vRxPv_w5izlMyojHoABl0wsUHtH1TLi1RJokRG7wggBRoimfmOzWZS5ZQtHChzklptKf0VwySKN5R7uzL6ulBPpAWrFLVqse3tigii_tbBxYj3ZGPv4Ow9t0_Ktf6Ny4gZMg2kEDWfXxagbxrTv3fKuO5-ZFD3W6ftwgbsPfRdNbCTqNYGfDVmRomT9IQDvbI3R-ZJXXkJy3JJ_VVVPUvezqzdL2nGws88dkXZYNvxnFkmIqjQggcfhqn8naOYLF4PdM7kuuH5oKLinVszNjdXlrtZfDEmRsFQ5VUk0KtevTS99ZDKksUQQWFre1cWvtNLJ60nt32AFuMNoEFKopBqgqkds20xb1H-xCv3dg9mjzJSF6SJCJoBSgnTR0lw&sig=Cg0ArKJSzLZRnit23zHHEAE&uach_m=%5BUACH%5D&dett=2&adurl= — 200 — 26 B — 189 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2 — 204 — 20 B — 176 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4 — 204 — 20 B — 170 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgDpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgD — 204 — 20 B — 142 ms — h3https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjst4f2Du5AlDlfn8e0gsdirUT-nyaO3hsVyCxQUB-TcII2QKoGcyx4wUWP7vr1St3q9Bm5et5VIYSyFsQVa-WpcGk35Uq1GdAX9RQepLEbUVhcJd2jAvSziHzhHrdRadgDDXn9MZTUyQMQMmF4zsc9GIsWZBKAL1GpFitXnVtiEJxOiuGaU66Vbf6BYoCUjQbdm8OnWlYJE666XvdB7CIdAu9t6x_Zj6lXvphbC8VC9oO85N4I4PVR1MHKeUNJfTklj27mfG0vTo85e_V5BoEMbNaud9PMESGsIkf9_LPkEQIe0D5_ey19_f_v5ug_Xw6gUOYJgoKB1cUY7JZE8L7SYOVxdPJ5Ad2INboYSnbAPCVrDf9dpIsIJ02oVqXBEVGH9upFBUHgoyh-P_ztIO_xMcz3qR1D_e1nGELspWyBixzqZrXaQ&sig=Cg0ArKJSzGBoiFioJDpBEAE&uach_m=%5BUACH%5D&dett=2&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjst4f2Du5AlDlfn8e0gsdirUT-nyaO3hsVyCxQUB-TcII2QKoGcyx4wUWP7vr1St3q9Bm5et5VIYSyFsQVa-WpcGk35Uq1GdAX9RQepLEbUVhcJd2jAvSziHzhHrdRadgDDXn9MZTUyQMQMmF4zsc9GIsWZBKAL1GpFitXnVtiEJxOiuGaU66Vbf6BYoCUjQbdm8OnWlYJE666XvdB7CIdAu9t6x_Zj6lXvphbC8VC9oO85N4I4PVR1MHKeUNJfTklj27mfG0vTo85e_V5BoEMbNaud9PMESGsIkf9_LPkEQIe0D5_ey19_f_v5ug_Xw6gUOYJgoKB1cUY7JZE8L7SYOVxdPJ5Ad2INboYSnbAPCVrDf9dpIsIJ02oVqXBEVGH9upFBUHgoyh-P_ztIO_xMcz3qR1D_e1nGELspWyBixzqZrXaQ&sig=Cg0ArKJSzGBoiFioJDpBEAE&uach_m=%5BUACH%5D&dett=2&adurl= — 200 — 26 B — 139 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2 — 204 — 20 B — 126 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4 — 204 — 20 B — 120 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgDpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgD — 204 — 20 B — 94 ms — h3https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsv8NF2B98tzvymwlLS08vbRhTrJpg4_viotCLIOpJPz1R21xIntzIC1GjdqV94kHuvwmj7gZtDoISWhtFCp-pht67KyN3HlDbnzB5_EnGEih_bZJMq9j6vZj-s8ZJSUvSwdhAv6AIrrPSdCLRkNI64XfdGtUwErHVcppoT_jTnvbyeK3tQjPG-W779lf5GoBbbLrA4kien8NLONIFHKL7WpeCIePYtF5W8AZeAjCW4JFAFKXyQtfsZS0M1pE3fkMb_xs_mR4r45w0fD64Thbyuwb6TULQwChxULLcbSrhQSKU3yunAbpzsQQFlRBtRg6ykZQ23gS4KZ2wkfyXuGbu5MMS5YS-UKfZQ8-vx9QQgvAkv3YEuUZCX_98289GseQEqcx72wkfgUJs0eF2jnhW0uU08zlh4GLo5GoOBcNEd8yBjSAk45&sig=Cg0ArKJSzLydEqXNPl2vEAE&uach_m=%5BUACH%5D&dett=2&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsv8NF2B98tzvymwlLS08vbRhTrJpg4_viotCLIOpJPz1R21xIntzIC1GjdqV94kHuvwmj7gZtDoISWhtFCp-pht67KyN3HlDbnzB5_EnGEih_bZJMq9j6vZj-s8ZJSUvSwdhAv6AIrrPSdCLRkNI64XfdGtUwErHVcppoT_jTnvbyeK3tQjPG-W779lf5GoBbbLrA4kien8NLONIFHKL7WpeCIePYtF5W8AZeAjCW4JFAFKXyQtfsZS0M1pE3fkMb_xs_mR4r45w0fD64Thbyuwb6TULQwChxULLcbSrhQSKU3yunAbpzsQQFlRBtRg6ykZQ23gS4KZ2wkfyXuGbu5MMS5YS-UKfZQ8-vx9QQgvAkv3YEuUZCX_98289GseQEqcx72wkfgUJs0eF2jnhW0uU08zlh4GLo5GoOBcNEd8yBjSAk45&sig=Cg0ArKJSzLydEqXNPl2vEAE&uach_m=%5BUACH%5D&dett=2&adurl= — 200 — 26 B — 91 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2 — 204 — 20 B — 79 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4 — 204 — 20 B — 74 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgDpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgD — 204 — 20 B — 51 ms — h3https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjst3pmkecMeRQm3-UhmcYyW7-5BDzppDQIwNeM2mIZVWHJcjVoPN9cHpf0sQkXLG9Ztzj6vrhPozfR7j6jscpUz6h3iYn-VYHmHGSttfwwHVzDuU3DTlKWdPxqr98dgIqxf93mD1S1GgFl9nbrwe88qu1qLizvYbSMxmC0a7mZJ8H6W_R5IvkHfKWO5wzAtRkp27tjqBZAV8cIa7kQFMgiKe_i6FrOEfIP2vTTlelbbshmJtIqfFfI1PM6ppUO3DFyL7OEWoLL2QUWIvBinSov9UKKjNaBtzhHOc8TYFKhqGF0LyOxFnqxA9d9tTONJbeTIwY4Ic0eRYoRQZ7IMQTDCN4zFpP0mWahJKJh321cFynH2O0i2Ndvn7_kAA4-QCeNCywfpP5QjHdxRcDIlmF0EpqGQHxB0kuUdlB1Rz7h2eAZUj6bZg&sig=Cg0ArKJSzLmZV5zFuBLnEAE&uach_m=%5BUACH%5D&dett=2&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjst3pmkecMeRQm3-UhmcYyW7-5BDzppDQIwNeM2mIZVWHJcjVoPN9cHpf0sQkXLG9Ztzj6vrhPozfR7j6jscpUz6h3iYn-VYHmHGSttfwwHVzDuU3DTlKWdPxqr98dgIqxf93mD1S1GgFl9nbrwe88qu1qLizvYbSMxmC0a7mZJ8H6W_R5IvkHfKWO5wzAtRkp27tjqBZAV8cIa7kQFMgiKe_i6FrOEfIP2vTTlelbbshmJtIqfFfI1PM6ppUO3DFyL7OEWoLL2QUWIvBinSov9UKKjNaBtzhHOc8TYFKhqGF0LyOxFnqxA9d9tTONJbeTIwY4Ic0eRYoRQZ7IMQTDCN4zFpP0mWahJKJh321cFynH2O0i2Ndvn7_kAA4-QCeNCywfpP5QjHdxRcDIlmF0EpqGQHxB0kuUdlB1Rz7h2eAZUj6bZg&sig=Cg0ArKJSzLmZV5zFuBLnEAE&uach_m=%5BUACH%5D&dett=2&adurl= — 200 — 26 B — 50 ms — h3https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 5.8 KiB — 84 ms — h2https://pagead2.googlesyndication.com/bg/RiK6ZWktSJHFoyfG9cjH9nLRaZ1B3RgkbmOlM6XvCcc.jspagead2.googlesyndication.com/bg/Ri... https://pagead2.googlesyndication.com/bg/RiK6ZWktSJHFoyfG9cjH9nLRaZ1B3RgkbmOlM6XvCcc.js — 200 — 21.8 KiB — 95 ms — h3https://ep2.adtrafficquality.google/generate_204?4kubzgep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?4kubzg — 204 — 40 B — 28 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604170101&jk=7861171782356142&bg=!V1SlVDbNAAa1ilLUlYo7AEcBe5WfOMxgEcjfIvkzGLzekeMPt7RUQuGHsEpawCzsDjHsPRuZrewxZG1ni7keej-1YbMUgGQNJQ73oOeSIvbhPMwZAqRVUQIAAABQUgAAAAVoAQd-ADdtugt5W9xeyefCW_CVz_PUQryqrku7ArM52E6r0YJ9Neh6aW5a8yoOwSSTvdPRVS3dilK18FysmQKWVAmYy0UhPtnNXNTdgEsnCX3uuFwMeIhGcUBHREBiVuknxDE6O8xPqnGo0uGuf-EZskFHAajNWyDsSXSIGNLXJqdQYqto82Fl6I9HNf_0K5_K9aHXyxWJpz2wQXYqC9Q1f5nitVxZmBrXQxh4U2smEKjf1GP_uFgCP4r9oohP540u8ptLfiqwplRHor5o_zwoxThMYmfCDiwCw8P0io0tSQ6aS0Yhq_4rPTDtpilZlWVHCegU-ND8UfIGN6VSy3fJecNmhz47pX7EiYmypb8UyfCGJd_pUTSdYuM2b4Qioo--AA9yd5aroFzrlzQWLN5qAnymGXNA9d_MCBBejbeYfbwLgU8QXo5yDzt762fc2g0eCDYVlShoo7aD_CJmvbuuQG_aacZj9-PBZtT-Qjws7cINR6FgPKJNuQx7stHM7P1p85ltNKC-jJAhpkkjNxw6t9CTzJYThceKkgKnZsg00seN0RG_xm6RP7g0lN_H3KfHoNk-wPZ9muEeqDMdr6maTIQM3ccSB49V21A_-SWPRW_XZ8EJmLSeidiQ-Bo8_O-cD0Wk2SPjrMFxyx_zeBaoBO53f7wNmxPOfLNiDJmcDFC0zf9R3DfpAu6jvTSTeBPqJY0JhoSm7mpEc1miNgd9mJlUsSuiz2DPz-SxGe-VLT5cSEGtWcY3OBJ4J9tlPhEMSb1AIAfPCImUXoXUz5rAFcbLtY_BQF_AIj23n6B2tZvLhZMeJ9BGryhWjc4u0ySy2Ke0kR-G4hSIOsFayr5mdbgDZ50Au-KWdcVK2QSX197Rx7D6KTyLCg2XkeU6ljZ97CAgDEeo2_f1zARsDYJubmgZ_dgNX-UPZl7j3FsewfOY_xac43QVyjhp_cVk5CBfHYX3aqwep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604170101&jk=7861171782356142&bg=!V1SlVDbNAAa1ilLUlYo7AEcBe5WfOMxgEcjfIvkzGLzekeMPt7RUQuGHsEpawCzsDjHsPRuZrewxZG1ni7keej-1YbMUgGQNJQ73oOeSIvbhPMwZAqRVUQIAAABQUgAAAAVoAQd-ADdtugt5W9xeyefCW_CVz_PUQryqrku7ArM52E6r0YJ9Neh6aW5a8yoOwSSTvdPRVS3dilK18FysmQKWVAmYy0UhPtnNXNTdgEsnCX3uuFwMeIhGcUBHREBiVuknxDE6O8xPqnGo0uGuf-EZskFHAajNWyDsSXSIGNLXJqdQYqto82Fl6I9HNf_0K5_K9aHXyxWJpz2wQXYqC9Q1f5nitVxZmBrXQxh4U2smEKjf1GP_uFgCP4r9oohP540u8ptLfiqwplRHor5o_zwoxThMYmfCDiwCw8P0io0tSQ6aS0Yhq_4rPTDtpilZlWVHCegU-ND8UfIGN6VSy3fJecNmhz47pX7EiYmypb8UyfCGJd_pUTSdYuM2b4Qioo--AA9yd5aroFzrlzQWLN5qAnymGXNA9d_MCBBejbeYfbwLgU8QXo5yDzt762fc2g0eCDYVlShoo7aD_CJmvbuuQG_aacZj9-PBZtT-Qjws7cINR6FgPKJNuQx7stHM7P1p85ltNKC-jJAhpkkjNxw6t9CTzJYThceKkgKnZsg00seN0RG_xm6RP7g0lN_H3KfHoNk-wPZ9muEeqDMdr6maTIQM3ccSB49V21A_-SWPRW_XZ8EJmLSeidiQ-Bo8_O-cD0Wk2SPjrMFxyx_zeBaoBO53f7wNmxPOfLNiDJmcDFC0zf9R3DfpAu6jvTSTeBPqJY0JhoSm7mpEc1miNgd9mJlUsSuiz2DPz-SxGe-VLT5cSEGtWcY3OBJ4J9tlPhEMSb1AIAfPCImUXoXUz5rAFcbLtY_BQF_AIj23n6B2tZvLhZMeJ9BGryhWjc4u0ySy2Ke0kR-G4hSIOsFayr5mdbgDZ50Au-KWdcVK2QSX197Rx7D6KTyLCg2XkeU6ljZ97CAgDEeo2_f1zARsDYJubmgZ_dgNX-UPZl7j3FsewfOY_xac43QVyjhp_cVk5CBfHYX3aqw — 204 — 17 B — 55 ms — h3https://pagead2.googlesyndication.com/pcs/activeview?xai=AKAOjsvGZyjTgZU8dZsHjh3GLT9dPrwTsAiB8o1wcaEjOFvROnQzl4MF4RCZPwNGmZazYdWgWs0eVNB97lrWkr1XSY_5anHsqdnv24QvbRUNr67c2LNgAAoe8h6pIbiUCTNfFh92YvFhzTlT_wKE-RIp9URVM9iQGPwuCd7AkjkcfvU4Rk91Z4fTThWVYQ&sig=Cg0ArKJSzBE_yTxNmt-sEAE&id=lidar2&mcvt=1000&p=432,311,522,1039&tm=1013.9000005722046&tu=13.600000381469727&mtos=1000,1000,1000,1000,1000&tos=1000,0,0,0,0&v=20260420&bin=7&avms=nio&bs=1350,940&mc=1&vu=1&app=0&itpl=0&adk=394145179&rs=4&la=0&cr=0&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&vs=4&r=v&co=7283373800&rst=1776900938033&rpt=198&isd=0&lsd=0&met=mue&wmsd=0&pbe=0&fle=0&vae=0&spb=0&sfl=0&ffslot=0&reach=8&io2=0pagead2.googlesyndication.com/pcs/a... https://pagead2.googlesyndication.com/pcs/activeview?xai=AKAOjsvGZyjTgZU8dZsHjh3GLT9dPrwTsAiB8o1wcaEjOFvROnQzl4MF4RCZPwNGmZazYdWgWs0eVNB97lrWkr1XSY_5anHsqdnv24QvbRUNr67c2LNgAAoe8h6pIbiUCTNfFh92YvFhzTlT_wKE-RIp9URVM9iQGPwuCd7AkjkcfvU4Rk91Z4fTThWVYQ&sig=Cg0ArKJSzBE_yTxNmt-sEAE&id=lidar2&mcvt=1000&p=432,311,522,1039&tm=1013.9000005722046&tu=13.600000381469727&mtos=1000,1000,1000,1000,1000&tos=1000,0,0,0,0&v=20260420&bin=7&avms=nio&bs=1350,940&mc=1&vu=1&app=0&itpl=0&adk=394145179&rs=4&la=0&cr=0&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&vs=4&r=v&co=7283373800&rst=1776900938033&rpt=198&isd=0&lsd=0&met=mue&wmsd=0&pbe=0&fle=0&vae=0&spb=0&sfl=0&ffslot=0&reach=8&io2=0 — 200 — 65 B — 33 ms — h3https://pagead2.googlesyndication.com/pcs/activeview?xai=AKAOjsvNJlPPLIglE0u9frBM22gcF_13fJwXJnbrnA8wjZePORo0Tl9FQzO3PDc-E0tfeKgAuloGu0avn7QrYOhUq3RW3Kq9B9r82c1OkwWDT_Z7A75ID8uWoUgooIBHvBbYmq3kPoZMx-e-JqXLIdnhawwXw_K7RplTZGiDtpoq7f9korF4w_Fj-eUNKg&sig=Cg0ArKJSzPGMh7IBiTpOEAE&id=lidar2&mcvt=1000&p=890,311,980,1039&tm=1167.6999998092651&tu=64.80000019073486&mtos=460,954,1000,1103,1103&tos=460,494,46,103,0&v=20260420&bin=7&avms=nio&bs=1350,940&mc=1&vu=1&app=0&itpl=0&adk=967668186&rs=4&la=0&cr=0&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&vs=4&r=v&co=7283373800&rst=1776900937937&rpt=243&isd=0&lsd=0&met=mue&wmsd=0&pbe=0&fle=0&vae=0&spb=0&sfl=0&ffslot=0&reach=8&io2=0pagead2.googlesyndication.com/pcs/a... https://pagead2.googlesyndication.com/pcs/activeview?xai=AKAOjsvNJlPPLIglE0u9frBM22gcF_13fJwXJnbrnA8wjZePORo0Tl9FQzO3PDc-E0tfeKgAuloGu0avn7QrYOhUq3RW3Kq9B9r82c1OkwWDT_Z7A75ID8uWoUgooIBHvBbYmq3kPoZMx-e-JqXLIdnhawwXw_K7RplTZGiDtpoq7f9korF4w_Fj-eUNKg&sig=Cg0ArKJSzPGMh7IBiTpOEAE&id=lidar2&mcvt=1000&p=890,311,980,1039&tm=1167.6999998092651&tu=64.80000019073486&mtos=460,954,1000,1103,1103&tos=460,494,46,103,0&v=20260420&bin=7&avms=nio&bs=1350,940&mc=1&vu=1&app=0&itpl=0&adk=967668186&rs=4&la=0&cr=0&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&vs=4&r=v&co=7283373800&rst=1776900937937&rpt=243&isd=0&lsd=0&met=mue&wmsd=0&pbe=0&fle=0&vae=0&spb=0&sfl=0&ffslot=0&reach=8&io2=0 — 200 — 65 B — 33 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
79% of JavaScript execution is third-party
First-party Third-party 1144ms · 498KB · R119/mo
securepubads.g.doubleclick.net
Other
Costly
Execution 555ms
Transfer 187 KB
Unused 51%
Monthly Cost R58/mo
Unattributable
Other
Costly
Execution 229ms
Transfer 0 KB
Monthly Cost R24/mo
pagead2.googlesyndication.com
Other
Costly
Execution 212ms
Transfer 0 KB
Unused 42%
Monthly Cost R22/mo
Google Tag Manager
Tag Manager
Optional
Execution 98ms
Transfer 176 KB
Unused 38%
Monthly Cost R10/mo
Google Tag Manager
Tag Manager
Optional
Execution 50ms
Transfer 134 KB
Unused 49%
Monthly Cost R5/mo

These scripts may cost more than they're worth

  • securepubads.g.doubleclick.net adds 555ms and costs ~R58/month
  • Unattributable adds 229ms and costs ~R24/month
  • pagead2.googlesyndication.com adds 212ms and costs ~R22/month

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

securepubads.g.doubleclick.net takes 555ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

51% of securepubads.g.doubleclick.net's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

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

pagead2.googlesyndication.com takes 212ms 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

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