Performance
· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
727 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.39 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
22 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.01 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.
3.07 s
Page Load Progression
DPage Weight BudgetAction2.3 MB transferred, 131 requestsFIX
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction99% third-party, 0 ms blockingFIX
FJS BundlesAction45 scripts, 516 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://s.clickiocdn.com/t/215885/360_light.js | 294 KB | 266 KB (90%) | ✓ | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097946 | 187 KB | 105 KB (56%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-5P8RKMB865 | 174 KB | 67 KB (39%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/bundle/sdk.js/ | 78 KB | 53 KB (69%) | ✓ | 3rd |
| https://clickiocmp.com/t/consent_215885.js | 44 KB | 24 KB (55%) | ✓ | 3rd |
| https://cdn.allafrica.com/static/js/twitter.min.js?v=2025082501 | 1 KB | — | ✓ | 3rd |
| https://sb.scorecardresearch.com/beacon.js | 7 KB | — | ✓ | 3rd |
| https://cdn.allafrica.com/static/js/js-cookie/3.0.1/js.cookie.min.js?v=2025082501 | 1 KB | — | ✓ | 3rd |
| https://cdn.allafrica.com/static/js/jquery/owl-carousel/2.3.4/owl.carousel.min.js?v=2025082501 | 11 KB | — | ✓ | 3rd |
| https://cdn.allafrica.com/static/js/jquery/jquery.serialize-object.min.js?v=2025082501 | 1 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
FPage Weight InventoryAction131 resources · 2.3 MB · 516 KB savings availableFIX
~515.7 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 131 resources | 2.3 MiB | ||||||
CImage OptimizationAction58 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
BJS Execution Cost956ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://allafrica.com/ | 363ms | 96ms | 5ms | 1st |
| Unattributable | 209ms | 33ms | 0ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097946 | 157ms | 131ms | 17ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-5P8RKMB865 | 90ms | 72ms | 17ms | 3rd |
| https://s.clickiocdn.com/t/215885/360_light.js | 74ms | 41ms | 32ms | 3rd |
| https://cdn.allafrica.com/static/js/jquery/jquery-1.9.1.min.js?v=2025082501 | 64ms | 18ms | 3ms | 3rd |
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading1 fonts (76 KB)PASS
Web fonts
1
76 KB total
Render-blocking
0
of 1
Dominant font-display
swap
Most common across fonts
Font loading timeline
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+HTTP Cachingmax-age=180 (3 minutes)PASS
public, max-age=180
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 180 | Cache for 3 minutes |
Network Waterfall131 requests over 2620msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 209ms | 0 KB | — | $4/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 157ms | 187 KB | 56% | $3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 90ms | 174 KB | 39% | $2/mo | Optional |
s.clickiocdn.com s.clickiocdn.com | Other | 74ms | 294 KB | 90% | $1/mo | Optional |
cdn.allafrica.com cdn.allafrica.com | Other | 64ms | 32 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 209ms and costs ~$4/month
62% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
Unattributable takes 209ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
56% of securepubads.g.doubleclick.net's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
90% of s.clickiocdn.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev