Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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.
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 |
|---|---|---|
| /main.b7671beac3a81e5447906e60b8ae1e3d60a303775feea4ab908... | 11.0 KiB | 77 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| gc.zgo.at/count.js | 604800.0 s | 3.3 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 | |
|---|---|---|---|
a.group > div.bg-gray-100 > div.block > img.w-full a.group > div.bg-gray-100 > div.block > img.w-full | blog.afro.co.ke/national-assembly-vs-senate/cover_hu_e2a0797685312039.webp | 21.5 KiB | 15.7 KiB |
a.group > div.bg-gray-100 > div.block > img.w-full a.group > div.bg-gray-100 > div.block > img.w-full | blog.afro.co.ke/prime-cabinet-secretary-salary/cover_hu_de683e8e93b0ea7c.webp | 20.8 KiB | 15.2 KiB |
a.group > div.bg-gray-100 > div.block > img.w-full a.group > div.bg-gray-100 > div.block > img.w-full | blog.afro.co.ke/principal-secretary-salary/cover_hu_c9542258d21940ac.webp | 19.3 KiB | 14.1 KiB |
a.group > div.bg-gray-100 > div.block > img.w-full a.group > div.bg-gray-100 > div.block > img.w-full | blog.afro.co.ke/faqs-elections-kenya/cover_hu_de9d1b38e5033928.webp | 19.3 KiB | 14.1 KiB |
a.group > div.bg-gray-100 > div.block > img.w-full a.group > div.bg-gray-100 > div.block > img.w-full | /top-ten-counties-revenue-collection/cover_hu_eb920c51bf3... | 18.8 KiB | 13.7 KiB |
a.group > div.bg-gray-100 > div.block > img.w-full a.group > div.bg-gray-100 > div.block > img.w-full | blog.afro.co.ke/cabinet-secretary-salary/cover_hu_31510b202d2934e8.webp | 18.3 KiB | 13.4 KiB |
a.group > div.bg-gray-100 > div.block > img.w-full a.group > div.bg-gray-100 > div.block > img.w-full | blog.afro.co.ke/county-assembly-structure/cover_hu_969a7fc1dfd9e3f1.webp | 18.0 KiB | 13.2 KiB |
a.group > div.bg-gray-100 > div.block > img.w-full a.group > div.bg-gray-100 > div.block > img.w-full | blog.afro.co.ke/free-fair-elections/cover_hu_3221bc1097c99105.webp | 17.6 KiB | 12.8 KiB |
a.group > div.bg-gray-100 > div.block > img.w-full a.group > div.bg-gray-100 > div.block > img.w-full | blog.afro.co.ke/national-assembly-role/cover_hu_9a3f2d0ea6f7a298.webp | 17.5 KiB | 12.8 KiB |
a.group > div.bg-gray-100 > div.block > img.w-full a.group > div.bg-gray-100 > div.block > img.w-full | blog.afro.co.ke/attorney-general-salary/cover_hu_cc3e1da0b802c102.webp | 17.5 KiB | 12.8 KiB |
a.group > div.bg-gray-100 > div.block > img.w-full a.group > div.bg-gray-100 > div.block > img.w-full | blog.afro.co.ke/consolidated-fund-services/cover_hu_d3249e587ecd7689.webp | 17.2 KiB | 12.6 KiB |
a.group > div.bg-gray-100 > div.block > img.w-full a.group > div.bg-gray-100 > div.block > img.w-full | blog.afro.co.ke/role-of-political-parties/cover_hu_d552b0a6f314d4b.webp | 15.5 KiB | 11.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Accessibility
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.
ARIA
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Constitution div.flex > ul.hidden > li.relative > a.text-gray-600 |
Tags div.flex > ul.hidden > li.relative > a.text-gray-600 |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Names and labels
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 |
|---|
nav#main-nav > div.flex > ul.hidden > a.relative nav#main-nav > div.flex > ul.hidden > a.relative |
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.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Tags
En div.mx-auto > nav#main-nav > div.flex > ul.hidden |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
En div.flex > ul.hidden > div.hidden > li.relative |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
Categories div.flex > ul.hidden > li.relative > button.inline-flex |
En ul.hidden > div.hidden > li.relative > button.flex |
Best Practices
General
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 |
|---|---|
blog.afro.co.ke/ line 76, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'self' https://afrocave.goatcounter.com/count https://gc.zgo.at/count.js'. Either the 'unsafe-inline' keyword, a hash ('sha256-OYHFM4g87MIqGMUwh6OpoJctO554ZhYDKlajuSdI80Q='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
Loading the script 'https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447' violates the following Content Security Policy directive: "script-src 'self' https://afrocave.goatcounter.com/count https://gc.zgo.at/count.js". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
SEO
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.