Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Missing signals may be hurting your search visibility.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
No favicon or icon links detected
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
217 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/303ba7ff-db25-4882-96f9-bb04e81a3a23)<a href="https://beavercheck.com/results/303ba7ff-db25-4882-96f9-bb04e81a3a23"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fnews24.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fnews24.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 18.5s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~30%.
Page takes 18.5s to load
+12% bounceUsers abandon at ~3s — you're 16.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 4.6s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $0.69/month returns + USD 150,000 risk avoided
$500
5h · 5 findings
$0.69 /mo
~$8.31 / year
USD 150,000
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$12,501 / month at risk
~$150,008 / year if left unfixed
$150,000
$0.69 /mo
8655.5 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 4 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.08 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
18.54 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.58 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.037
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.51 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.
23.36 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.news24.com/js/htmx.min.js?v=tnaO7U86-Ftzp1BUcBvWDhfKxxiu8rf2slTl4OIEVhY | 17.4 KiB | 940 ms |
| /css/tenants/news24/style.min.css?v=7_UA-6Rf9YAY1r9pI40Ef... | 53.2 KiB | 1.1 s |
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu... | 5.0 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Welcome to News24 div.fc-header > div.fc-header > div.fc-header-image-container > img.fc-header-image | /EKDGLE2zBr3GrqKXGloURnu1wZjYfD2ta9mGWqEujeSAo6uSvZeqqsUK... | 8.6 KiB | 7.5 KiB |
Eskom tender ‘jackpot’: Tribunal freezes penthouse, Porsches, Lamborghinis div.article-item--container > a.article-item--url > div.article-item__image > img.js-article-image | /resources/02a4-207171e9a67c-0541d6359eb0-1000/format/sma... | 8.3 KiB | 6.0 KiB |
Time to Play div.in-focus > a.in-focus--container > div.in-focus__image > img.js-article-image | /resources/029e-1f030a217ce9-e0560d1c2ad2-1000/format/sma... | 5.7 KiB | 5.4 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| news24.com/ | 817 ms |
| www.news24.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /css/tenants/news24/style.min.css?v=7_UA-6Rf9YAY1r9pI40Ef... | 52.9 KiB | 49.7 KiB |
| 22.3 KiB | 20.0 KiB | |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.1 KiB | 13.9 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 127.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-ENZ2G8SQ9V&cx=c>m=4e64h1 | 170.0 KiB | 68.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5FF4NNT | 168.2 KiB | 63.8 KiB |
| www.googletagmanager.com/gtag/js?id=DC-10325353&cx=c>m=4e64h1 | 149.8 KiB | 63.2 KiB |
| cdn.cookielaw.org/scripttemplates/202507.1.0/otBannerSdk.js | 119.8 KiB | 62.9 KiB |
| fundingchoicesmessages.google.com/i/8900?ers=3 | 68.7 KiB | 35.2 KiB |
| /download/web/dtm.js?id=DTM-ac1262027c6e10a2817cc06442e74a12 | 53.1 KiB | 33.6 KiB |
| www.news24.com/js/modules/chunk-4VBRK53R.min.js | 44.8 KiB | 29.1 KiB |
| securepubads.g.doubleclick.net/tag/js/gpt.js | 34.4 KiB | 23.8 KiB |
| securepubads.g.doubleclick.net/tag/js/gpt.js | 34.4 KiB | 23.8 KiB |
| macro.adnami.io/macro/gen/adsm.macro.rmb.js | 25.1 KiB | 22.2 KiB |
| www.news24.com/js/modules/chunk-6LLUGQNF.min.js | 33.8 KiB | 21.4 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 7.1 s |
| Other | 2.6 s |
| Style & Layout | 1.6 s |
| Script Parsing & Compilation | 1.2 s |
| Parse HTML & CSS | 336 ms |
| Rendering | 327 ms |
| Garbage Collection | 224 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
| Back/forward cache is disabled because WebSocket has been used. | Not actionable |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div > div.footer-refresh > a.footer-refresh__logo > img div > div.footer-refresh > a.footer-refresh__logo > img | www.news24.com/images/tenants/news24/Logo_footer.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SA NEWS nav.header__nav > ul > li > a.nav-item |
BUSINESS nav.header__nav > ul > li > a.nav-item |
SPORT nav.header__nav > ul > li > a.nav-item |
LIFE nav.header__nav > ul > li > a.nav-item |
POLITICS nav.header__nav > ul > li > a.nav-item |
FOLLOW: div > div.footer-refresh > div.footer-refresh__social > div.footer__social-title |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
Cookie Policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a |
Cookie FAQ div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a |
Privacy Policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a |
Privacy Portal div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a |
OK div.ot-sdk-row > div#onetrust-button-group-parent > div#onetrust-button-group > button#onetrust-accept-btn-handler |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div.newsletter-subscription > div.newsletter-subscription__image-url > img div > div.newsletter-subscription > div.newsletter-subscription__image-url > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.sticky-header > header.header > div.header__content > a div.sticky-header > header.header > div.header__content > a |
div#main-content > div > div.footer-refresh > a.footer-refresh__logo div#main-content > div > div.footer-refresh > a.footer-refresh__logo |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
POLITICS div.featured > article.article-item > div.article__accreditation > a.category-name |
COMPANIES article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
ECONOMY article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
NEWS article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
PARTNER-CONTENT article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
ANALYSIS article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
NEWS article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
PROTEAS div.featured > article.article-item > div.article__accreditation > a.category-name |
LOCAL article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
EDUCATION article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
TV article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
PARTNER-CONTENT article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
CRIME article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
CRIME article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
WORLD article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
CRIME article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
ECONOMY article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
MUSIC article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
WORLD article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
URC article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
NEWS div.featured > article.article-item > div.article__accreditation > a.category-name |
COMPANIES article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
TECH article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
PARTNER-CONTENT article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
FOOD NEWS div.featured > article.article-item > div.article__accreditation > a.category-name |
PSL article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
ROYAL NEWS article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
WORLD article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
ANALYSIS div.swiper-wrapper > article#slider-0d8e1683-c496-40eb-9581-94645d81d5fb-0 > div.article__accreditation > a.category-name |
OPINION div.swiper-wrapper > article#slider-0d8e1683-c496-40eb-9581-94645d81d5fb-1 > div.article__accreditation > a.category-name |
WEATHER article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
INTERNATIONAL article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
CRIME article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
REVIEWS div.swiper-wrapper > article#slider-4c79fb60-3057-4be6-b84d-d5466bd9addf-0 > div.article__accreditation > a.category-name |
MUSIC div.swiper-wrapper > article#slider-4c79fb60-3057-4be6-b84d-d5466bd9addf-1 > div.article__accreditation > a.category-name |
COMPANIES article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
INSPIRATION article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
CELEBRITY article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
NEWS article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
POLITICS article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
CRIME article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
SPRINGBOKS article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
NEWS article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
OPINION article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
CRIME article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
GOOD NEWS div.swiper-wrapper > article#slider-e07e17db-4995-4243-a018-93f8b57da70f-0 > div.article__accreditation > a.category-name |
INVESTIGATIONS div.swiper-wrapper > article#slider-e07e17db-4995-4243-a018-93f8b57da70f-1 > div.article__accreditation > a.category-name |
WORLD div.featured > article.article-item > div.article__accreditation > a.category-name |
REVIEWS article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
OPINION article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
PODCAST div.swiper-wrapper > article#slider-4c0fc885-acc8-4255-9ce6-40e445673471-0 > div.article__accreditation > a.category-name |
CRIME div.swiper-wrapper > article#slider-4c0fc885-acc8-4255-9ce6-40e445673471-1 > div.article__accreditation > a.category-name |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Home nav.footer__nav > ul > li.is-active > a#menu-item-home_link |
Search nav.footer__nav > ul > li > a#menu-item-search_link |
Discover nav.footer__nav > ul > li.discover_btn > a#menu-item-discover_link |
Bookmarks nav.footer__nav > ul > li > a#menu-item-bookmarks_link |
Profile nav.footer__nav > ul > li > a#menu-item-profile_link |
5h ago
Eskom tender ‘jackpot’: Tribunal freezes penthouse, Porsches, Lamborghi… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
5h ago
Buckle up for severe interest rate hikes – unless the war ends soon div.article-list > article.article-item > div.article-item--container > a.article-item--url |
3h ago
Water restored just before Mabuyane’s visit after months of disruptions div.article-list > article.article-item > div.article-item--container > a.article-item--url |
11h ago
WATCH | Toyota GR Cup Round 2: Lessons in strategy and temperature man… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
5h ago
Amnesty warns SA not to be human rights ‘coward’ as it labels US, Israe… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
5h ago
Hunt for SA’s secret fuel depots; Road rage shooter won’t be charged: T… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
9h ago
Former Miss SA Penny Coelen-Rey at 86: ‘My grandkids call me an energy … div.article-list > article.article-item > div.article-item--container > a.article-item--url |
11h ago
Scrap maths literacy, it’s ‘undermining our children’s future’ - Mamph… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
11h ago
Zozibini Tunzi, Bryoni Govender and Arno Greeff join Top Billing’s fre… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
11h ago
Amazon’s Big Book Sale: Save up to 50% div.article-list > article.article-item > div.article-item--container > a.article-item--url |
9h ago
UPDATE | Joburg road rage shooter won’t be charged for now, says NPA div.article-list > article.article-item > div.article-item--container > a.article-item--url |
10h ago
UPDATE | Armed robbers knew I was away from home - alleged gang leader… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
4h ago
Trump threatens to ‘remember’ companies that seek refunds from illegal … div.article-list > article.article-item > div.article-item--container > a.article-item--url |
8h ago
WhatsApp messages link suspended Tshwane CFO to R2m tender rigging clai… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
4h ago
France is in talks to lend SA almost R2bn for cities div.article-list > article.article-item > div.article-item--container > a.article-item--url |
8h ago
‘There is only now’: SA jazz legend Abdullah Ibrahim stays in the prese… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
6h ago
Trump says US intercepted Chinese ‘gift’ to Iran despite Xi’s no weapon… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
11h ago
Sharks officially ask URC to review cheap shot that injured Ethan Hook… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
3h ago
SPAR revamps leadership with new grocery boss div.article-list > article.article-item > div.article-item--container > a.article-item--url |
8h ago
Longtime Naspers director Pacak dies; praised for honesty, brilliant bu… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
LIVE
3h ago
Abhishek’s 135 powers Hyderabad to third straight IPL win div.article-list > article.article-item > div.article-item--container > a.article-item--url |
11h ago
From points to personalisation: The evolution of loyalty in South Afri… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
LIVE
3h ago
DEVELOPING | Gulf worries US-Iran talks may cement Tehran’s ‘gold… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
7h ago
A quiet US-AU deal that could reshape investment in Africa div.article-list > article.article-item > div.article-item--container > a.article-item--url |
5h ago
Wednesday’s weather: Damaging waves in Western Cape; thunderstorms pers… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
8h ago
Lisa Kudrow, once dubbed ‘the sixth Friend’, is now calling the shots div.article-list > article.article-item > div.article-item--container > a.article-item--url |
LIVE
3h ago
DEVELOPING | Trump says US blockade of Iranian ports will ‘remain… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
3h ago
Extortion threat hits rubbish collection in Cape Town’s informal settle… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
11h ago
Afrimat crashes after ‘train smash’ second half div.article-list > article.article-item > div.article-item--container > a.article-item--url |
11h ago
Olwethu Ncapayi eyes Tyler Perry-level success with his growing storyt… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
5h ago
Anele Mdoda-Mgudlwa celebrates one-year anniversary with her husband div.article-list > article.article-item > div.article-item--container > a.article-item--url |
8h ago
‘Attract the best in the world’: Kieswetter’s farewell call for an open… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
10h ago
State visit in the hands of the two presidencies, says French ambassad… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
6h ago
SANDF reservist denies shooting wife in deadly tussle, but insists she … div.article-list > article.article-item > div.article-item--container > a.article-item--url |
5h ago
Rassie can’t wait for Bok season to start as ‘proper test’ in Razor’s B… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
9h ago
Tshwane backs down on Harlequins closure - but leaves historic sports c… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
11h ago
Ahmed Areff | Anthropic built an AI so dangerous it won't release it. … div.article-list > article.article-item > div.article-item--container > a.article-item--url |
10h ago
WATCH | Masemola charged over R360m police tender, but denies wrongdoi… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
Users are mistrustful of or confused by sites that request their location without context. Consider tying the request to a user action instead. Learn more about the geolocation permission.
Performance issues directly impact user engagement and conversion rates.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 19, col 449 |
| Topics | adstella-cdn.relevant-digital.com/static/tags/684745844ed5ff1d52c5ad79.js line 21, col 32322 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
A bad HTTP response code (403) was received when fetching the script. | |
TypeError: Cannot read properties of undefined (reading 'push')
at g.Init (https://www.news24.com/js/modules/chunk-ZQKTNKWC.min.js:1:7431)
at g.<anonymous> (https://www.news24.com/js/modules/chunk-ZQKTNKWC.min.js:1:6784)
at Generator.next (<anonymous>)
at m (https://www.news24.com/js/modules/chunk-SICAYMG4.min.js:1:1150) | |
TypeError: Failed to register a ServiceWorker for scope ('https://www.news24.com/') with script ('https://www.news24.com/serviceworker'): A bad HTTP response code (403) was received when fetching the script. |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines are unable to include your pages in search results if they don't have permission to crawl them. Learn more about crawler directives.
Performance issues directly impact user engagement and conversion rates.
| Blocking Directive Source |
|---|
x-robots-tag: noindex |
To appear in search results, crawlers need access to your app.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div.newsletter-subscription > div.newsletter-subscription__image-url > img div > div.newsletter-subscription > div.newsletter-subscription__image-url > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
912 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.61 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
527 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.005
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.50 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.
4.82 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /css/tenants/news24/style.min.css?v=7_UA-6Rf9YAY1r9pI40Ef... | 53.2 KiB | 132 ms |
| /js/modules/brightcoveAds.min.js?v=sBn7sPl3uMRZ4Yr4nACVhN... | 1.0 KiB | 173 ms |
| www.news24.com/js/htmx.min.js?v=tnaO7U86-Ftzp1BUcBvWDhfKxxiu8rf2slTl4OIEVhY | 17.4 KiB | 214 ms |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu... | 10 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Eskom tender ‘jackpot’: Tribunal freezes penthouse, Porsches, Lamborghinis div.article-item--container > a.article-item--url > div.article-item__image > img.js-article-image | /resources/02a4-207171e9a67c-0541d6359eb0-1000/format/sma... | 8.3 KiB | 7.1 KiB |
Welcome to News24 div.fc-header > div.fc-header > div.fc-header-image-container > img.fc-header-image | /EKDGLE2zBr3GrqKXGloURnu1wZjYfD2ta9mGWqEujeSAo6uSvZeqqsUK... | 8.6 KiB | 6.3 KiB |
encapsulate > div.newsletter-subscription > div.newsletter-subscription__blurb > img encapsulate > div.newsletter-subscription > div.newsletter-subscription__blurb > img | /resources/029e-1f030a217ce9-e0560d1c2ad2-1000/format/sma... | 5.7 KiB | 5.0 KiB |
encapsulate > div.newsletter-subscription > div.newsletter-subscription__blurb > img encapsulate > div.newsletter-subscription > div.newsletter-subscription__blurb > img | /resources/02a4-204855dfedd2-5cabb8223fa6-1000/format/sma... | 5.7 KiB | 4.9 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| news24.com/ | 246 ms |
| www.news24.com/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /css/tenants/news24/style.min.css?v=7_UA-6Rf9YAY1r9pI40Ef... | 52.9 KiB | 50.0 KiB |
| 22.3 KiB | 19.6 KiB | |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.1 KiB | 14.0 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 187.4 KiB | 126.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-ENZ2G8SQ9V&cx=c>m=4e64h1 | 170.0 KiB | 68.8 KiB |
| www.googletagmanager.com/gtag/js?id=DC-10325353&cx=c>m=4e64h1 | 149.8 KiB | 63.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5FF4NNT | 168.2 KiB | 63.8 KiB |
| cdn.cookielaw.org/scripttemplates/202507.1.0/otBannerSdk.js | 119.8 KiB | 62.9 KiB |
| fundingchoicesmessages.google.com/i/8900?ers=3 | 68.7 KiB | 35.3 KiB |
| /download/web/dtm.js?id=DTM-ac1262027c6e10a2817cc06442e74a12 | 53.1 KiB | 33.6 KiB |
| www.news24.com/js/modules/chunk-4VBRK53R.min.js | 44.8 KiB | 29.1 KiB |
| securepubads.g.doubleclick.net/tag/js/gpt.js | 34.4 KiB | 23.8 KiB |
| securepubads.g.doubleclick.net/tag/js/gpt.js | 34.4 KiB | 23.8 KiB |
| macro.adnami.io/macro/gen/adsm.macro.rmb.js | 25.1 KiB | 22.2 KiB |
| www.news24.com/js/modules/chunk-6LLUGQNF.min.js | 33.8 KiB | 21.4 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.7 s |
| Other | 908 ms |
| Style & Layout | 505 ms |
| Script Parsing & Compilation | 279 ms |
| Rendering | 212 ms |
| Parse HTML & CSS | 105 ms |
| Garbage Collection | 50 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
| Back/forward cache is disabled because WebSocket has been used. | Not actionable |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Search div.header-container > div.header-container--content > form#header__search > input#search |
COMMODITIES encapsulate > div.fin-indicators > div.fin-indicators__tabs > label |
JSE INDEXES encapsulate > div.fin-indicators > div.fin-indicators__tabs > label |
All JSE data delayed by at least 15 minutes div.fin-indicators > div.fin-indicators__tabs > div.fin-indicators__sponsor > span |
FOLLOW: div.tf-rhs-col--inner > div.footer > div.footer__social > div.footer__social-title |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
Cookie Policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a |
Cookie FAQ div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a |
Privacy Policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a |
Privacy Portal div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a |
OK div.ot-sdk-row > div#onetrust-button-group-parent > div#onetrust-button-group > button#onetrust-accept-btn-handler |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
encapsulate > div.newsletter-subscription > div.newsletter-subscription__image-url > img encapsulate > div.newsletter-subscription > div.newsletter-subscription__image-url > img |
encapsulate > div.newsletter-subscription > div.newsletter-subscription__blurb > img encapsulate > div.newsletter-subscription > div.newsletter-subscription__blurb > img |
encapsulate > div.newsletter-subscription > div.newsletter-subscription__image-url > img encapsulate > div.newsletter-subscription > div.newsletter-subscription__image-url > img |
encapsulate > div.newsletter-subscription > div.newsletter-subscription__image-url > img encapsulate > div.newsletter-subscription > div.newsletter-subscription__image-url > img |
encapsulate > div.newsletter-subscription > div.newsletter-subscription__blurb > img encapsulate > div.newsletter-subscription > div.newsletter-subscription__blurb > img |
encapsulate > div.newsletter-subscription > div.newsletter-subscription__image-url > img encapsulate > div.newsletter-subscription > div.newsletter-subscription__image-url > img |
encapsulate > div.newsletter-subscription > div.newsletter-subscription__blurb > img encapsulate > div.newsletter-subscription > div.newsletter-subscription__blurb > img |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
COMPANIES article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
ECONOMY article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
NEWS article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
ANALYSIS article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
NEWS article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
PROTEAS div.article-list > article.article-item > div.article__accreditation > a.category-name |
LOCAL article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
EDUCATION article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
TV article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
CRIME article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
CRIME article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
WORLD article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
CRIME article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
ECONOMY article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
MUSIC article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
WORLD article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
URC article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
COMPANIES article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
TECH article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
FOOD NEWS article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
PSL article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
ROYAL NEWS article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
WORLD article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
ANALYSIS div.article-list > article.article-item > div.article__accreditation > a.category-name |
OPINION div.article-list > article.article-item > div.article__accreditation > a.category-name |
WORLD div.article-list > article.article-item > div.article__accreditation > a.category-name |
NEWS div.article-list > article.article-item > div.article__accreditation > a.category-name |
WEATHER article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
INTERNATIONAL article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
CRIME article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
COMPANIES article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
REVIEWS div.swiper-wrapper > article#slider-5149a9c1-2eaa-4101-9614-2e82282c8194-0 > div.article__accreditation > a.category-name |
MUSIC div.swiper-wrapper > article#slider-5149a9c1-2eaa-4101-9614-2e82282c8194-1 > div.article__accreditation > a.category-name |
MUSIC div.swiper-wrapper > article#slider-5149a9c1-2eaa-4101-9614-2e82282c8194-2 > div.article__accreditation > a.category-name |
INSPIRATION article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
CELEBRITY article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
NEWS article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
POLITICS article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
CRIME article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
GOOD NEWS div.article-list > article.article-item > div.article__accreditation > a.category-name |
INVESTIGATIONS div.article-list > article.article-item > div.article__accreditation > a.category-name |
GOOD NEWS div.article-list > article.article-item > div.article__accreditation > a.category-name |
SPRINGBOKS article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
NEWS article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
OPINION article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
CRIME article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
WORLD article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
REVIEWS article.article-item > div.article-item--container > div.article__accreditation > a.category-name |
PODCAST div.swiper-wrapper > article#slider-2e28d92c-b251-4d91-b79a-11c75e0ad271-0 > div.article__accreditation > a.category-name |
CRIME div.swiper-wrapper > article#slider-2e28d92c-b251-4d91-b79a-11c75e0ad271-1 > div.article__accreditation > a.category-name |
INVESTIGATIONS div.swiper-wrapper > article#slider-2e28d92c-b251-4d91-b79a-11c75e0ad271-2 > div.article__accreditation > a.category-name |
POLITICS div.article-list > article.article-item > div.article__accreditation > a.category-name |
NEWS div.article-list > article.article-item > div.article__accreditation > a.category-name |
CRIME div.article-list > article.article-item > div.article__accreditation > a.category-name |
COMPANIES div.article-list > article.article-item > div.article__accreditation > a.category-name |
ECONOMY div.article-list > article.article-item > div.article__accreditation > a.category-name |
ECONOMY div.article-list > article.article-item > div.article__accreditation > a.category-name |
PROTEAS div.article-list > article.article-item > div.article__accreditation > a.category-name |
SPRINGBOKS div.article-list > article.article-item > div.article__accreditation > a.category-name |
WORLD div.article-list > article.article-item > div.article__accreditation > a.category-name |
FOOD NEWS div.article-list > article.article-item > div.article__accreditation > a.category-name |
RESTAURANTS div.article-list > article.article-item > div.article__accreditation > a.category-name |
WINE div.article-list > article.article-item > div.article__accreditation > a.category-name |
ELECTRIC CARS div.article-list > article.article-item > div.article__accreditation > a.category-name |
MOTORING NEWS div.article-list > article.article-item > div.article__accreditation > a.category-name |
NEW MODELS div.article-list > article.article-item > div.article__accreditation > a.category-name |
REVIEWS div.article-list > article.article-item > div.article__accreditation > a.category-name |
EXTRACT div.article-list > article.article-item > div.article__accreditation > a.category-name |
BOOK NEWS div.article-list > article.article-item > div.article__accreditation > a.category-name |
POLITICS div.article-list > article.article-item > div.article__accreditation > a.category-name |
POLITICS div.article-list > article.article-item > div.article__accreditation > a.category-name |
POLITICS div.article-list > article.article-item > div.article__accreditation > a.category-name |
LOCAL NEWS div.article-list > article.article-item > div.article__accreditation > a.category-name |
NEWS div.article-list > article.article-item > div.article__accreditation > a.category-name |
ROYAL NEWS div.article-list > article.article-item > div.article__accreditation > a.category-name |
CELEBRITY div.article-list > article.article-item > div.article__accreditation > a.category-name |
CELEBRITY div.article-list > article.article-item > div.article__accreditation > a.category-name |
CELEBRITY div.article-list > article.article-item > div.article__accreditation > a.category-name |
CELEBS div.article-list > article.article-item > div.article__accreditation > a.category-name |
NEWS div.article-list > article.article-item > div.article__accreditation > a.category-name |
INSPIRATION div.article-list > article.article-item > div.article__accreditation > a.category-name |
MAIN RECIPES div.article-list > article.article-item > div.article__accreditation > a.category-name |
RENOVATION div.article-list > article.article-item > div.article__accreditation > a.category-name |
ASK THE EXPERTS div.article-list > article.article-item > div.article__accreditation > a.category-name |
GO! div.article-list > article.article-item > div.article__accreditation > a.category-name |
GO-DRIVE-CAMP div.article-list > article.article-item > div.article__accreditation > a.category-name |
GO! div.article-list > article.article-item > div.article__accreditation > a.category-name |
Editorial Complaints nav.footer__nav > ul > li > a |
Tip-Offs nav.footer__nav > ul > li > a |
Press Code nav.footer__nav > ul > li > a |
Advertise on News nav.footer__nav > ul > li > a |
Jobs at Media24 nav.footer__nav > ul > li > a |
About us nav.footer__nav > ul > li > a |
FAQs nav.footer__nav > ul > li > a |
Careers24 nav.footer__nav > ul > li > a |
Property24 nav.footer__nav > ul > li > a |
Autotrader nav.footer__nav > ul > li > a |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
5h ago
Eskom tender ‘jackpot’: Tribunal freezes penthouse, Porsches, Lamborghi… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
5h ago
Buckle up for severe interest rate hikes – unless the war ends soon div.article-list > article.article-item > div.article-item--container > a.article-item--url |
3h ago
Water restored just before Mabuyane’s visit after months of disruptions div.article-list > article.article-item > div.article-item--container > a.article-item--url |
5h ago
Amnesty warns SA not to be human rights ‘coward’ as it labels US, Israe… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
5h ago
Hunt for SA’s secret fuel depots; Road rage shooter won’t be charged: T… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
9h ago
Former Miss SA Penny Coelen-Rey at 86: ‘My grandkids call me an energy … div.article-list > article.article-item > div.article-item--container > a.article-item--url |
11h ago
Scrap maths literacy, it’s ‘undermining our children’s future’ - Mamph… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
11h ago
Zozibini Tunzi, Bryoni Govender and Arno Greeff join Top Billing’s fre… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
9h ago
UPDATE | Joburg road rage shooter won’t be charged for now, says NPA div.article-list > article.article-item > div.article-item--container > a.article-item--url |
10h ago
UPDATE | Armed robbers knew I was away from home - alleged gang leader… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
4h ago
Trump threatens to ‘remember’ companies that seek refunds from illegal … div.article-list > article.article-item > div.article-item--container > a.article-item--url |
8h ago
WhatsApp messages link suspended Tshwane CFO to R2m tender rigging clai… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
4h ago
France is in talks to lend SA almost R2bn for cities div.article-list > article.article-item > div.article-item--container > a.article-item--url |
8h ago
‘There is only now’: SA jazz legend Abdullah Ibrahim stays in the prese… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
6h ago
Trump says US intercepted Chinese ‘gift’ to Iran despite Xi’s no weapon… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
11h ago
Sharks officially ask URC to review cheap shot that injured Ethan Hook… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
3h ago
SPAR revamps leadership with new grocery boss div.article-list > article.article-item > div.article-item--container > a.article-item--url |
8h ago
Longtime Naspers director Pacak dies; praised for honesty, brilliant bu… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
LIVE
3h ago
Abhishek’s 135 powers Hyderabad to third straight IPL win div.article-list > article.article-item > div.article-item--container > a.article-item--url |
11h ago
They watched rooibos get taken. This Limpopo tea company gave the comm… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
LIVE
2h ago
LIVE | Premier League: Chelsea v Brighton div.article-list > article.article-item > div.article-item--container > a.article-item--url |
8h ago
Seven games in 21 days? If anyone can, it’s Sundowns: ‘We will do it,’ … div.article-list > article.article-item > div.article-item--container > a.article-item--url |
7h ago
Robert Irwin shuns Harry and Meghan on Oz tour: I’m team William! div.article-list > article.article-item > div.article-item--container > a.article-item--url |
LIVE
3h ago
DEVELOPING | Gulf worries US-Iran talks may cement Tehran’s ‘gold… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
7h ago
A quiet US-AU deal that could reshape investment in Africa div.article-list > article.article-item > div.article-item--container > a.article-item--url |
5h ago
Wednesday’s weather: Damaging waves in Western Cape; thunderstorms pers… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
8h ago
Lisa Kudrow, once dubbed ‘the sixth Friend’, is now calling the shots div.article-list > article.article-item > div.article-item--container > a.article-item--url |
LIVE
3h ago
DEVELOPING | Trump says US blockade of Iranian ports will ‘remain… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
3h ago
Extortion threat hits rubbish collection in Cape Town’s informal settle… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
11h ago
Afrimat crashes after ‘train smash’ second half div.article-list > article.article-item > div.article-item--container > a.article-item--url |
11h ago
Olwethu Ncapayi eyes Tyler Perry-level success with his growing storyt… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
5h ago
Anele Mdoda-Mgudlwa celebrates one-year anniversary with her husband div.article-list > article.article-item > div.article-item--container > a.article-item--url |
8h ago
‘Attract the best in the world’: Kieswetter’s farewell call for an open… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
10h ago
State visit in the hands of the two presidencies, says French ambassad… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
6h ago
SANDF reservist denies shooting wife in deadly tussle, but insists she … div.article-list > article.article-item > div.article-item--container > a.article-item--url |
5h ago
Rassie can’t wait for Bok season to start as ‘proper test’ in Razor’s B… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
9h ago
Tshwane backs down on Harlequins closure - but leaves historic sports c… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
11h ago
Ahmed Areff | Anthropic built an AI so dangerous it won't release it. … div.article-list > article.article-item > div.article-item--container > a.article-item--url |
10h ago
WATCH | Masemola charged over R360m police tender, but denies wrongdoi… div.article-list > article.article-item > div.article-item--container > a.article-item--url |
10h ago
US Labour Secretary Lori Chavez-DeRemer is third woman to leave Trump … div.article-list > article.article-item > div.article-item--container > a.article-item--url |
4h ago
REVIEW | Beef Season 2: Stellar cast can’t recapture season 1’s magic div.article-list > article.article-item > div.article-item--container > a.article-item--url |
Get the latest numbers div.lotto > div.lotto__info > div.lotto__info--content > a.title |
Paralysed Hanover Park gang shooting survivor graduates with LLB, sets sights o… div.swiper--container > div#slider-e03e8dbe-6f8f-4dad-be07-9ff949d540e7 > div.swiper-wrapper > a#slider-e03e8dbe-6f8f-4dad-be07-9ff949d540e7-0 |
From desk to choppy waters: Academic’s charity swim raises R86k and conquers...… div.swiper--container > div#slider-e03e8dbe-6f8f-4dad-be07-9ff949d540e7 > div.swiper-wrapper > a#slider-e03e8dbe-6f8f-4dad-be07-9ff949d540e7-1 |
UCT, UP shine in global rankings in accounting, finance
20 Apr div.swiper--container > div#slider-e03e8dbe-6f8f-4dad-be07-9ff949d540e7 > div.swiper-wrapper > a#slider-e03e8dbe-6f8f-4dad-be07-9ff949d540e7-2 |
Brand Story encapsulate > div.featured-category > div.featured-category__header > a |
WATCH | Red Star Raceway Round 2: Lessons in strategy and temperature managemen… div.swiper--container > div#slider-9acafc7e-52a9-4fe5-91d9-305a34e91a77 > div.swiper-wrapper > a#slider-9acafc7e-52a9-4fe5-91d9-305a34e91a77-0 |
Our jobs question is clear – but we now need to turn learning into earning
20 … div.swiper--container > div#slider-9acafc7e-52a9-4fe5-91d9-305a34e91a77 > div.swiper-wrapper > a#slider-9acafc7e-52a9-4fe5-91d9-305a34e91a77-1 |
Explore The Kimberley, where Australia shows you its wild, ancient heart
16 Apr div.swiper--container > div#slider-9acafc7e-52a9-4fe5-91d9-305a34e91a77 > div.swiper-wrapper > a#slider-9acafc7e-52a9-4fe5-91d9-305a34e91a77-2 |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 19, col 449 |
| Topics | adstella-cdn.relevant-digital.com/static/tags/684745844ed5ff1d52c5ad79.js line 21, col 32322 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
A bad HTTP response code (403) was received when fetching the script. | |
TypeError: Cannot read properties of undefined (reading 'push')
at g.Init (https://www.news24.com/js/modules/chunk-ZQKTNKWC.min.js:1:7431)
at g.<anonymous> (https://www.news24.com/js/modules/chunk-ZQKTNKWC.min.js:1:6784)
at Generator.next (<anonymous>)
at m (https://www.news24.com/js/modules/chunk-SICAYMG4.min.js:1:1150) | |
TypeError: Failed to register a ServiceWorker for scope ('https://www.news24.com/') with script ('https://www.news24.com/serviceworker'): A bad HTTP response code (403) was received when fetching the script. |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines are unable to include your pages in search results if they don't have permission to crawl them. Learn more about crawler directives.
Performance issues directly impact user engagement and conversion rates.
| Blocking Directive Source |
|---|
x-robots-tag: noindex |
To appear in search results, crawlers need access to your app.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
encapsulate > div.newsletter-subscription > div.newsletter-subscription__image-url > img encapsulate > div.newsletter-subscription > div.newsletter-subscription__image-url > img |
encapsulate > div.newsletter-subscription > div.newsletter-subscription__blurb > img encapsulate > div.newsletter-subscription > div.newsletter-subscription__blurb > img |
encapsulate > div.newsletter-subscription > div.newsletter-subscription__image-url > img encapsulate > div.newsletter-subscription > div.newsletter-subscription__image-url > img |
encapsulate > div.newsletter-subscription > div.newsletter-subscription__image-url > img encapsulate > div.newsletter-subscription > div.newsletter-subscription__image-url > img |
encapsulate > div.newsletter-subscription > div.newsletter-subscription__blurb > img encapsulate > div.newsletter-subscription > div.newsletter-subscription__blurb > img |
encapsulate > div.newsletter-subscription > div.newsletter-subscription__image-url > img encapsulate > div.newsletter-subscription > div.newsletter-subscription__image-url > img |
encapsulate > div.newsletter-subscription > div.newsletter-subscription__blurb > img encapsulate > div.newsletter-subscription > div.newsletter-subscription__blurb > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback