Performance
· 14 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.
1.19 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.27 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
249 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.30 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.91 s
Page Load Progression
FPage Weight BudgetAction6.4 MB transferred, 124 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
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
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 ImpactAction73% third-party, 0 ms blockingFIX
DJS Execution CostAction3053ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.aljazeera.com/ | 837ms | 13ms | 10ms | 1st |
| https://players.brightcove.net/665003303001/UbqgmlUbk_default/index.min.js | 766ms | 276ms | 27ms | 3rd |
| https://www.aljazeera.com/static/js/main.c92ae429.js | 615ms | 502ms | 0ms | 1st |
| Unattributable | 285ms | 17ms | 0ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 234ms | 207ms | 21ms | 3rd |
| https://www.aljazeera.com/static/js/brightcove-libs~7dbd8cdd.63f20213.chunk.js | 197ms | 171ms | 0ms | 1st |
| https://imasdk.googleapis.com/js/sdkloader/ima3.js | 63ms | 50ms | 12ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-XN9JB9Q0M1 | 56ms | 46ms | 10ms | 3rd |
FJS BundlesAction41 scripts, 1.2 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 0 KB | 179 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 179 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 179 KB (49%) | ✓ | 3rd |
| https://players.brightcove.net/665003303001/UbqgmlUbk_default/index.min.js | 331 KB | 147 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-XN9JB9Q0M1&cx=c>m=4e6460 | 167 KB | 113 KB (68%) | ✓ | 3rd |
| https://imasdk.googleapis.com/js/sdkloader/ima3.js | 147 KB | 78 KB (53%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-XN9JB9Q0M1 | 167 KB | 69 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MJWQ5L2 | 117 KB | 61 KB (53%) | ✓ | 3rd |
| https://www.aljazeera.com/static/js/vendor~main~7dbd8cdd.1cbe70e4.chunk.js | 67 KB | 44 KB (66%) | ✓ | 1st |
| https://www.aljazeera.com/static/js/component~amp-route~article-route~common-route~gallery-route~homepage-route~liveblog-route~login-rou~d82eadb2.d6057276.chunk.js | 54 KB | 31 KB (58%) | ✓ | 1st |
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
BImage Optimization40 images, 0 KB saveableREVIEW
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 Loading8 fonts (153 KB)PASS
Web fonts
8
153 KB total
Render-blocking
0
of 8
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
Fixing the unchecked items could save ~2 KB and ~4 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+HTTP Cachingmax-age=120 (2 minutes)PASS
max-age=120, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| max-age | 120 | Cache for 2 minutes |
| must-revalidate | — | Must recheck with server after expiry |
Network Waterfall124 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
players.brightcove.net players.brightcove.net | Other | 766ms | 331 KB | 44% | ر.ق38/mo | Costly |
Unattributable Unattributable | Other | 285ms | 0 KB | — | ر.ق14/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 234ms | 0 KB | 49% | ر.ق12/mo | Costly |
imasdk.googleapis.com imasdk.googleapis.com | Other | 63ms | 147 KB | 53% | ر.ق3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 56ms | 167 KB | 42% | ر.ق3/mo | Optional |
These scripts may cost more than they're worth
- players.brightcove.net adds 766ms and costs ~ر.ق38/month
- Unattributable adds 285ms and costs ~ر.ق14/month
- www.gstatic.com adds 234ms and costs ~ر.ق12/month
46% 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
players.brightcove.net takes 766ms 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
Unattributable takes 285ms 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
www.gstatic.com takes 234ms 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
53% of imasdk.googleapis.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