Mobile 375 × 812

Desktop 1440 × 900

Score: 73 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
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.
'unsafe-eval' found in script source
Security gaps expose your site and users to attacks, eroding trust.
194 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
195 HTTP requests — consider bundling or reducing
Performance issues directly impact user engagement and conversion rates.
DMARC policy is none — monitoring only
Security gaps expose your site and users to attacks, eroding trust.
External script from challenges.cloudflare.com lacks integrity attribute
Security gaps expose your site and users to attacks, eroding trust.
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/ed16cb02-1945-4233-8f66-5015749211bd)<a href="https://beavercheck.com/results/ed16cb02-1945-4233-8f66-5015749211bd"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fvanguardngr.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fvanguardngr.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 20.9s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. 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 20.9s to load
+12% bounceUsers abandon at ~3s — you're 18.4s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.4s
+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.
$550 investment → $0.70/month returns + USD 150,000 risk avoided
$550
6h · 5 findings
$0.70 /mo
~$8.46 / 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.5 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.70 /mo
8808.9 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 1 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.
3.51 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
20.85 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.42 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.047
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.35 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.41 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.
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.
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 |
|---|---|
| vanguardngr.com/ | 1.3 s |
| www.vanguardngr.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 |
|---|---|---|
| www.google.com/cse/static/element/dc329f57de078f5d/default_v6+en.css | 11.9 KiB | 11.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
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 | 4.2 s |
| Other | 1.2 s |
| Style & Layout | 773 ms |
| Script Parsing & Compilation | 612 ms |
| Rendering | 485 ms |
| Parse HTML & CSS | 78 ms |
| Garbage Collection | 75 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 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 |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.google.com/cse/static/element/dc329f57de078f5d/default_v6+en.css | 12.0 KiB | 3.3 KiB |
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.
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 |
|---|
Latest News section.section > div.row > div.section-format-vertical_list > a.btn |
12:57 am article.entry > div.entry-body > div.entry-footer > div.entry-date |
More Columns section.section > div.row > div.section-format-vertical_list > a.btn |
More Technology section.section > div.row > div.section-format-vertical_list > a.btn |
More Education section.section > div.row > div.section-format-vertical_list > a.btn |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Tinubu reshuffles cabinet as Oyedele becomes finance minister div.section-content-featured > article.entry > div.entry-body > h3.entry-title |
These are opportunities to improve keyboard navigation in your application.
Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. Learn more about input buttons.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.site-searchform > form#searchform > div.searchform-contents > input#searchsubmit div.site-searchform > form#searchform > div.searchform-contents > input#searchsubmit |
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 |
|---|
ALLURE div.menu-footer-categories-1-container > ul#menu-footer-categories-1 > li#menu-item-2799753 > a |
AVIATION div.menu-footer-categories-1-container > ul#menu-footer-categories-1 > li#menu-item-2094949 > a |
BUSINESS div.menu-footer-categories-1-container > ul#menu-footer-categories-1 > li#menu-item-2581696 > a |
COLUMNS div.menu-footer-categories-1-container > ul#menu-footer-categories-1 > li#menu-item-2094951 > a |
CRIME ALERT div.menu-footer-categories-1-container > ul#menu-footer-categories-1 > li#menu-item-2581699 > a |
EDITORIAL div.menu-footer-categories-1-container > ul#menu-footer-categories-1 > li#menu-item-2581700 > a |
DISCUSSION div.menu-footer-categories-1-container > ul#menu-footer-categories-1 > li#menu-item-2094953 > a |
EDUCATION div.menu-footer-categories-1-container > ul#menu-footer-categories-1 > li#menu-item-2094955 > a |
E-EDITIONS div.menu-footer-categories-1-container > ul#menu-footer-categories-1 > li#menu-item-2094956 > a |
ENTERTAINMENT div.menu-footer-categories-2-container > ul#menu-footer-categories-2 > li#menu-item-2094957 > a |
ENVIRONMENT div.menu-footer-categories-2-container > ul#menu-footer-categories-2 > li#menu-item-2094958 > a |
FEATURES div.menu-footer-categories-2-container > ul#menu-footer-categories-2 > li#menu-item-2094959 > a |
FOREIGN div.menu-footer-categories-2-container > ul#menu-footer-categories-2 > li#menu-item-2094960 > a |
HEALTH div.menu-footer-categories-2-container > ul#menu-footer-categories-2 > li#menu-item-2094961 > a |
MOTORING div.menu-footer-categories-3-container > ul#menu-footer-categories-3 > li#menu-item-2094969 > a |
POLITICS div.menu-footer-categories-3-container > ul#menu-footer-categories-3 > li#menu-item-2094970 > a |
RELATIONSHIPS div.menu-footer-categories-3-container > ul#menu-footer-categories-3 > li#menu-item-2094971 > a |
SPECIAL REPORT div.menu-footer-categories-3-container > ul#menu-footer-categories-3 > li#menu-item-2094972 > a |
SWEET CRUDE div.menu-footer-categories-4-container > ul#menu-footer-categories-4 > li#menu-item-2094974 > a |
TECHNOLOGY div.menu-footer-categories-4-container > ul#menu-footer-categories-4 > li#menu-item-2094975 > a |
THE ARTS div.menu-footer-categories-4-container > ul#menu-footer-categories-4 > li#menu-item-2094976 > a |
CARTOONS div.menu-footer-categories-4-container > ul#menu-footer-categories-4 > li#menu-item-2094977 > 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 |
|---|
Latest News section.section > div.row > div.section-format-vertical_list > a.btn |
More Columns section.section > div.row > div.section-format-vertical_list > a.btn |
More Technology section.section > div.row > div.section-format-vertical_list > a.btn |
More Education section.section > div.row > div.section-format-vertical_list > a.btn |
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
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 |
|---|---|
| Topics | cdn.orangeclickmedia.com/tech/libs/ocmpb.js line 100, col 1155 |
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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 |
|---|---|
Failed to load resource: the server responded with a status of 404 () | |
Uncaught SyntaxError: Identifier 'nadzV' has already been declared |
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.
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.
1.41 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.60 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
30 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.070
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.80 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.84 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.
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.googleoptimize.com/optimize.js?id=OPT-T7TDZ84 | 112.1 KiB | |
| cdn.jsdelivr.net/npm/@splidejs/splide@latest/dist/css/splide.min.css?ver=6.8.1 | 1.7 KiB | 201 ms |
| /wp-content/plugins/elasticpress/dist/css/general-styles.... | 1.2 KiB | 66 ms |
| /cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader... | 4.0 KiB |
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 | |
|---|---|---|---|
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/2794073865305921982 | 526.1 KiB | 347.2 KiB |
Edo attack: Nobody has monopoly of violence - Peter Obi article.entry > header.entry-header > a.entry-thumbnail-wrapper > img.entry-thumbnail | /wp-content/uploads/2025/12/Peter-Obi-in-Rivers-State-1-7... | 15.9 KiB | 12.1 KiB |
EPL: Chelsea continue downward spiral, lose 3-0 to Brighton article.entry > header.entry-header > a.entry-thumbnail-wrapper > img.entry-thumbnail | /wp-content/uploads/2026/04/Rosenoir.jpg?auto_optimize=lo... | 13.8 KiB | 10.1 KiB |
2027: NRM rules out coalition, insists on solo presidential bid article.entry > header.entry-header > a.entry-thumbnail-wrapper > img.entry-thumbnail | /wp-content/uploads/2022/07/nrm.jpg?auto_optimize=low&wid... | 12.5 KiB | 9.4 KiB |
Tinubu reshuffles cabinet as Oyedele becomes finance minister div.section-content-featured > article.entry > a.entry-thumbnail-wrapper > img.entry-thumbnail | /wp-content/uploads/2025/12/Taiwo-Oyedele.jpg?auto_optimi... | 20.9 KiB | 5.8 KiB |
Trump threatens to 'eliminate' ships as US blockade of Iran ports begins article.entry > header.entry-header > a.entry-thumbnail-wrapper > img.entry-thumbnail | /wp-content/uploads/2026/04/AFP__20260406__A6W393G__v1__M... | 9.1 KiB | 5.5 KiB |
Police arrest dismissed soldier for armed robbery, impersonation article.entry > header.entry-header > a.entry-thumbnail-wrapper > img.entry-thumbnail | /wp-content/uploads/2026/02/policenpf.jpeg?auto_optimize=... | 8.9 KiB | 5.3 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 |
|---|---|
| vanguardngr.com/ | 682 ms |
| www.vanguardngr.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.
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
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 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 |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.google.com/cse/static/element/dc329f57de078f5d/default_v6+en.css | 12.0 KiB | 3.3 KiB |
| fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap | 30.2 KiB | 3.1 KiB |
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 |
|---|---|---|
| fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap | 29.8 KiB | 29.8 KiB |
| www.google.com/cse/static/element/dc329f57de078f5d/default_v6+en.css | 11.9 KiB | 11.9 KiB |
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#outbrain_widget_1 > div.ob-widget > button.ob-read-next-close-container > img.ob-read-next-close div#outbrain_widget_1 > div.ob-widget > button.ob-read-next-close-container > img.ob-read-next-close | widgets.outbrain.com/images/widgetIcons/icon-x.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 |
|---|
11:12 pm article.entry > div.entry-body > div.entry-footer > div.entry-date |
10:21 pm article.entry > div.entry-body > div.entry-footer > div.entry-date |
10:42 pm article.entry > div.entry-body > div.entry-footer > div.entry-date |
10:14 pm article.entry > div.entry-body > div.entry-footer > div.entry-date |
10:09 pm article.entry > div.entry-body > div.entry-footer > div.entry-date |
Latest News section.section > div.row > div.section-format-vertical_list > a.btn |
12:57 am article.entry > div.entry-body > div.entry-footer > div.entry-date |
12:43 am article.entry > div.entry-body > div.entry-footer > div.entry-date |
10:37 pm article.entry > div.entry-body > div.entry-footer > div.entry-date |
08:13 am article.entry > div.entry-body > div.entry-footer > div.entry-date |
More Columns section.section > div.row > div.section-format-vertical_list > a.btn |
More Technology section.section > div.row > div.section-format-vertical_list > a.btn |
More Education section.section > div.row > div.section-format-vertical_list > a.btn |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Tinubu reshuffles cabinet as Oyedele becomes finance minister div.section-content-featured > article.entry > div.entry-body > h3.entry-title |
These are opportunities to improve keyboard navigation in your application.
Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. Learn more about input buttons.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.site-searchform > form#searchform > div.searchform-contents > input#searchsubmit div.site-searchform > form#searchform > div.searchform-contents > input#searchsubmit |
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 |
|---|
ALLURE div.menu-footer-categories-1-container > ul#menu-footer-categories-1 > li#menu-item-2799753 > a |
AVIATION div.menu-footer-categories-1-container > ul#menu-footer-categories-1 > li#menu-item-2094949 > a |
BUSINESS div.menu-footer-categories-1-container > ul#menu-footer-categories-1 > li#menu-item-2581696 > a |
COLUMNS div.menu-footer-categories-1-container > ul#menu-footer-categories-1 > li#menu-item-2094951 > a |
CRIME ALERT div.menu-footer-categories-1-container > ul#menu-footer-categories-1 > li#menu-item-2581699 > a |
EDITORIAL div.menu-footer-categories-1-container > ul#menu-footer-categories-1 > li#menu-item-2581700 > a |
DISCUSSION div.menu-footer-categories-1-container > ul#menu-footer-categories-1 > li#menu-item-2094953 > a |
EDUCATION div.menu-footer-categories-1-container > ul#menu-footer-categories-1 > li#menu-item-2094955 > a |
E-EDITIONS div.menu-footer-categories-1-container > ul#menu-footer-categories-1 > li#menu-item-2094956 > a |
ENTERTAINMENT div.menu-footer-categories-2-container > ul#menu-footer-categories-2 > li#menu-item-2094957 > a |
ENVIRONMENT div.menu-footer-categories-2-container > ul#menu-footer-categories-2 > li#menu-item-2094958 > a |
FEATURES div.menu-footer-categories-2-container > ul#menu-footer-categories-2 > li#menu-item-2094959 > a |
FOREIGN div.menu-footer-categories-2-container > ul#menu-footer-categories-2 > li#menu-item-2094960 > a |
HEALTH div.menu-footer-categories-2-container > ul#menu-footer-categories-2 > li#menu-item-2094961 > a |
MOTORING div.menu-footer-categories-3-container > ul#menu-footer-categories-3 > li#menu-item-2094969 > a |
POLITICS div.menu-footer-categories-3-container > ul#menu-footer-categories-3 > li#menu-item-2094970 > a |
RELATIONSHIPS div.menu-footer-categories-3-container > ul#menu-footer-categories-3 > li#menu-item-2094971 > a |
SPECIAL REPORT div.menu-footer-categories-3-container > ul#menu-footer-categories-3 > li#menu-item-2094972 > a |
SWEET CRUDE div.menu-footer-categories-4-container > ul#menu-footer-categories-4 > li#menu-item-2094974 > a |
TECHNOLOGY div.menu-footer-categories-4-container > ul#menu-footer-categories-4 > li#menu-item-2094975 > a |
THE ARTS div.menu-footer-categories-4-container > ul#menu-footer-categories-4 > li#menu-item-2094976 > a |
CARTOONS div.menu-footer-categories-4-container > ul#menu-footer-categories-4 > li#menu-item-2094977 > a |
Home div.menu-footer-menu-container > ul#menu-footer-menu-1 > li.menu-item > a |
About Us div.menu-footer-menu-container > ul#menu-footer-menu-1 > li.menu-item > a |
Advertise with us div.menu-footer-menu-container > ul#menu-footer-menu-1 > li.menu-item > a |
Contact Us div.menu-footer-menu-container > ul#menu-footer-menu-1 > li.menu-item > a |
Privacy Policy div.menu-footer-menu-container > ul#menu-footer-menu-1 > li.menu-item > a |
Najlepsze kasyna online div.menu-footer-menu-container > ul#menu-footer-menu-1 > li.menu-item > a |
Best online casinos Canada div.menu-footer-menu-container > ul#menu-footer-menu-1 > li.menu-item > a |
Casinos sin licencia div.menu-footer-menu-container > ul#menu-footer-menu-1 > li.menu-item > 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 |
|---|
Latest News section.section > div.row > div.section-format-vertical_list > a.btn |
More Columns section.section > div.row > div.section-format-vertical_list > a.btn |
More Technology section.section > div.row > div.section-format-vertical_list > a.btn |
More Education section.section > div.row > div.section-format-vertical_list > a.btn |
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| Topics | cdn.orangeclickmedia.com/tech/libs/ocmpb.js line 100, col 1155 |
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 |
|---|---|
/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... line 18, col 412994 | [GPT] Error in googletag.defineSlot: Cannot create slot /9223985/desktop-2. Div element "ad_placement_desktop_ad_2" is already associated with another slot: /9223985/desktop-2.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... line 18, col 412994 | [GPT] Error in googletag.defineSlot: Cannot create slot /9223985/desktop-2. Div element "ad_placement_desktop_ad_2" is already associated with another slot: /9223985/desktop-2.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... line 18, col 412994 | [GPT] Error in googletag.defineSlot: Cannot create slot /9223985/desktop-2. Div element "ad_placement_desktop_ad_2" is already associated with another slot: /9223985/desktop-2.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... line 18, col 412994 | [GPT] Exception in googletag.cmd function: TypeError: Cannot read properties of null (reading 'setTargeting').
https://goo.gle/gpt-message#30 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... line 18, col 412994 | [GPT] Exception in googletag.cmd function: TypeError: Cannot read properties of null (reading 'setTargeting').
https://goo.gle/gpt-message#30 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... line 18, col 412994 | [GPT] Exception in googletag.cmd function: TypeError: Cannot read properties of null (reading 'setTargeting').
https://goo.gle/gpt-message#30 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... line 18, col 443675 | Exception in queued GPT command TypeError: Cannot read properties of null (reading 'setTargeting')
at https://www.vanguardngr.com/wp-content/plugins/dx-rival/assets/script/dist/rival-bundle.1691679000487.min.js:2:2199
at Yv.push (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31097945:19:443590)
at Wv.push (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31097945:19:96787)
at https://www.vanguardngr.com/wp-content/plugins/dx-rival/assets/script/dist/rival-bundle.1691679000487.min.js:2:2111
at NodeList.forEach (<anonymous>)
at d.displayInitialAds (https://www.vanguardngr.com/wp-content/plugins/dx-rival/assets/script/dist/rival-bundle.1691679000487.min.js:2:1857)
at new d (https://www.vanguardngr.com/wp-content/plugins/dx-rival/assets/script/dist/rival-bundle.1691679000487.min.js:2:325)
at https://www.vanguardngr.com/wp-content/plugins/dx-rival/assets/script/dist/rival-bundle.1691679000487.min.js:2:3766 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... line 18, col 443675 | Exception in queued GPT command TypeError: Cannot read properties of null (reading 'setTargeting')
at https://www.vanguardngr.com/wp-content/plugins/dx-rival/assets/script/dist/rival-bundle.1691679000487.min.js:2:2199
at Yv.push (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31097945:19:443590)
at Wv.push (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31097945:19:96787)
at https://www.vanguardngr.com/wp-content/plugins/dx-rival/assets/script/dist/rival-bundle.1691679000487.min.js:2:2111
at NodeList.forEach (<anonymous>)
at d.displayInitialAds (https://www.vanguardngr.com/wp-content/plugins/dx-rival/assets/script/dist/rival-bundle.1691679000487.min.js:2:1857)
at new d (https://www.vanguardngr.com/wp-content/plugins/dx-rival/assets/script/dist/rival-bundle.1691679000487.min.js:2:325)
at https://www.vanguardngr.com/wp-content/plugins/dx-rival/assets/script/dist/rival-bundle.1691679000487.min.js:2:3766 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... line 18, col 443675 | Exception in queued GPT command TypeError: Cannot read properties of null (reading 'setTargeting')
at https://www.vanguardngr.com/wp-content/plugins/dx-rival/assets/script/dist/rival-bundle.1691679000487.min.js:2:2199
at Yv.push (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31097945:19:443590)
at Wv.push (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31097945:19:96787)
at https://www.vanguardngr.com/wp-content/plugins/dx-rival/assets/script/dist/rival-bundle.1691679000487.min.js:2:2111
at NodeList.forEach (<anonymous>)
at d.displayInitialAds (https://www.vanguardngr.com/wp-content/plugins/dx-rival/assets/script/dist/rival-bundle.1691679000487.min.js:2:1857)
at new d (https://www.vanguardngr.com/wp-content/plugins/dx-rival/assets/script/dist/rival-bundle.1691679000487.min.js:2:325)
at https://www.vanguardngr.com/wp-content/plugins/dx-rival/assets/script/dist/rival-bundle.1691679000487.min.js:2:3766 |
Failed to load resource: the server responded with a status of 404 () | |
Uncaught SyntaxError: Identifier 'nadzV' has already been declared |
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.
Send Feedback