Skip to content
https://www.aljazeera.net

Lighthouse Desktop

· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

91

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

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

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:83.009 source:map[type:text value:[unattributed]]] map[reflowTime:4.938 source:map[column:84629 line:0 type:source-location url:https://www.aljazeera.net/static/js/component~main~5db14389.74262217.chunk.js urlProvider:network]] map[reflowTime:10.895 source:map[column:37726 line:0 type:source-location url:https://www.aljazeera.net/static/js/component~main~5db14389.74262217.chunk.js urlProvider:network]] map[reflowTime:24.866 source:map[column:103745 line:0 type:source-location url:https://www.aljazeera.net/static/js/component~main~6e6dca10.a8ee96b4.chunk.js urlProvider:network]] map[reflowTime:9.171 source:map[column:167232 line:0 type:source-location url:https://www.aljazeera.net/static/js/component~main~6e6dca10.a8ee96b4.chunk.js urlProvider:network]] map[reflowTime:3.555 source:map[column:47480 line:0 type:source-location url:https://www.aljazeera.net/static/js/vendor~common-route~featured-gallery~homepage-route~topic-route~vertical-video-experience~video-rout~7433b1ad.87c45a2f.chunk.js urlProvider:network]] map[reflowTime:4.082 source:map[column:69282 line:0 type:source-location url:https://www.aljazeera.net/static/js/vendor~common-route~featured-gallery~homepage-route~topic-route~vertical-video-experience~video-rout~7433b1ad.87c45a2f.chunk.js urlProvider:network]]]

Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst Savings
Staff count ballots the morning after local elections at a vote-counting centre… article.article-card > div.article-card__image-wrap > div.responsive-image > img.article-card__image
/wp-content/uploads/2026/05/afp_69fec17e84e8-1778303358.j...103.4 KiB95.5 KiB
طالبان تقول إن مراجعة المصطلحات تهدف إلى اعتماد مفردات “إسلامية وأفغانية article.article-card > div.article-card__image-wrap > div.responsive-image > img.article-card__image
/wp-content/uploads/2026/05/651-1778218837.jpg?resize=770...63.9 KiB62.2 KiB
YANTAI, CHINA - APRIL 10: Aerial view of domestic vehicles (EV) waiting to be l… article.article-card > div.article-card__image-wrap > div.responsive-image > img.article-card__image
/wp-content/uploads/2026/05/getty_69fef02aeb-1778315306.j...62.0 KiB60.4 KiB
أوكرانيا: التخلص من متفجرات تعود للحرب العالمية الثانية div.vertical-videos-block__video-item > div.vertical-videos-block__video-img-wrapper > div.responsive-image > img.vertical-videos-block__video-thumbnail
/v1/static/665001584001/b8a068d2-aee9-4f5d-a169-7aa3f441a...53.5 KiB47.8 KiB
A mourner leans over the coffin of a Lebanese Civil Defense worker killed in an… article.article-card > div.article-card__image-wrap > div.responsive-image > img.article-card__image
/wp-content/uploads/2026/05/ap_69fee41969fb1-1778312217.j...39.1 KiB38.1 KiB
Russian President Vladimir Putin delivers a speech during a military parade on … article.article-card > div.article-card__image-wrap > div.responsive-image > img.article-card__image
/wp-content/uploads/2026/05/reuters_69fef8a1-1778317473.j...33.1 KiB32.2 KiB
closeup hidden or spy camera under cloth on wooden shelf in dark room. Spy or d… article.article-card--home-page-feed > div.article-card__image-wrap > div.responsive-image > img.article-card__image
/wp-content/uploads/2026/05/shutterstock_2287758073-17778...31.3 KiB29.2 KiB
مشهد من مسلسلYour Friends & Neighbors article.article-card > div.article-card__image-wrap > div.responsive-image > img.article-card__image
/wp-content/uploads/2026/05/Scree11-1778319129.png?resize...24.1 KiB23.4 KiB
قوات الاحتلال تقتحم نابلس div.vertical-videos-block__video-item > div.vertical-videos-block__video-img-wrapper > div.responsive-image > img.vertical-videos-block__video-thumbnail
/v1/static/665001584001/0462da28-7c8a-4567-be90-4c093a895...20.0 KiB14.3 KiB
"من أطلق الصاروخ على مدرسة البنات في إيران؟" div.vertical-videos-block__video-item > div.vertical-videos-block__video-img-wrapper > div.responsive-image > img.vertical-videos-block__video-thumbnail
/v1/static/665001584001/ddda137d-3217-4acf-9154-8d930bfb9...19.3 KiB13.6 KiB

HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLProtocol
www.aljazeera.net/http/1.1
/static/css/component~homepage-route~6e6dca10.53ce0748.ch...http/1.1
/static/css/component~homepage-route~493df0b3.eb0e22fd.ch...http/1.1
/static/css/component~common-route~homepage-route~login-r...http/1.1
/static/css/component~amp-route~article-route~common-rout...http/1.1
/static/css/vendor~common-route~featured-gallery~homepage...http/1.1
www.aljazeera.net/static/css/component~main~5db14389.8684186c.chunk.csshttp/1.1
www.aljazeera.net/static/css/component~main~6e6dca10.b8c077ba.chunk.csshttp/1.1
www.aljazeera.net/static/css/component~main~b07b7304.6a8068a3.chunk.csshttp/1.1
www.aljazeera.net/static/css/component~main~748942c6.af9bf6f7.chunk.csshttp/1.1
www.aljazeera.net/static/css/vendor~main~7dbd8cdd.24bf1742.chunk.csshttp/1.1
www.aljazeera.net/thirdparty/ampli.v9.jshttp/1.1
www.aljazeera.net/static/media/Al-Jazeera-Bold.3301c4f5.woff2http/1.1
www.aljazeera.net/static/media/Al-Jazeera-Regular.0112de0f.woff2http/1.1
/static/js/vendor~amp-route~article-route~common-route~ga...http/1.1
/static/js/vendor~common-route~featured-gallery~homepage-...http/1.1
/static/js/component~amp-route~article-route~common-route...http/1.1
/static/js/component~common-route~homepage-route~login-ro...http/1.1
www.aljazeera.net/static/js/component~homepage-route~493df0b3.f370ef51.chunk.jshttp/1.1
www.aljazeera.net/static/js/component~homepage-route~6e6dca10.45dceee1.chunk.jshttp/1.1
/wp-content/uploads/2026/04/777-1777469841.jpg?resize=270...http/1.1
/wp-content/uploads/2026/04/sshy4shs8y4sh6-1776597169.jpg...http/1.1
/wp-content/uploads/2026/05/afp_69f9812064d3-1777959200.j...http/1.1
/wp-content/uploads/2026/05/GettyImages-2274156075-177825...http/1.1
/wp-content/uploads/2026/05/21313511-1778242399.jpg?resiz...http/1.1
/wp-content/uploads/2026/05/1-1778254981.png?resize=270%2...http/1.1
/wp-content/uploads/2026/05/comn-1778259468.jpg?resize=27...http/1.1
/wp-content/uploads/2026/05/reuters_69fe2f45-1778265925.j...http/1.1
/wp-content/uploads/2026/05/ap_69fe0af30fb70-1778256627.j...http/1.1
/wp-content/uploads/2026/05/sdf32sdf-1777983114.jpg?resiz...http/1.1
/wp-content/uploads/2024/04/COM4-1712212550.jpg?resize=27...http/1.1
/wp-content/uploads/2017/04/50aaefd4-a4aa-4be1-8d28-fc5fe...http/1.1
/wp-content/uploads/2026/05/sdf4545-1778159720.jpg?resize...http/1.1
/wp-content/uploads/2025/08/مئات-آلافت-175646875...http/1.1
/wp-content/uploads/2021/02/shutterstock_1877562616.jpg?r...http/1.1
www.aljazeera.net/static/js/youtube-libs~7dbd8cdd.fbf01926.chunk.jshttp/1.1
www.aljazeera.net/static/js/brightcove-libs~7dbd8cdd.1b26af6e.chunk.jshttp/1.1
www.aljazeera.net/static/js/amplitude-libs~011b9863.512b3553.chunk.jshttp/1.1
www.aljazeera.net/static/js/freestar-libs~910c95fb.23a95913.chunk.jshttp/1.1
www.aljazeera.net/static/js/firebase-packages~7dbd8cdd.ad719a87.chunk.jshttp/1.1
www.aljazeera.net/static/js/react-core~7dbd8cdd.03b5246c.chunk.jshttp/1.1
www.aljazeera.net/static/js/graphql-core~7dbd8cdd.0bbca379.chunk.jshttp/1.1
www.aljazeera.net/static/js/vendor~main~7dbd8cdd.a5a7d683.chunk.jshttp/1.1
www.aljazeera.net/static/js/vendor~main~e5e84d97.33838d21.chunk.jshttp/1.1
www.aljazeera.net/static/js/component~main~748942c6.c1319787.chunk.jshttp/1.1
www.aljazeera.net/static/js/component~main~b07b7304.d4c6e036.chunk.jshttp/1.1
www.aljazeera.net/static/js/component~main~6e6dca10.a8ee96b4.chunk.jshttp/1.1
www.aljazeera.net/static/js/component~main~5db14389.74262217.chunk.jshttp/1.1
www.aljazeera.net/static/js/main.7546569d.jshttp/1.1
www.aljazeera.net/static/media/Al-Jazeera-Heavy.3baf54b4.woff2http/1.1
www.aljazeera.net/static/media/Al-Jazeera-Light.b09a8096.woff2http/1.1
/wp-content/uploads/2026/05/afp_69fec17e84e8-1778303358.j...http/1.1
/wp-content/uploads/2026/05/ap_69fee41969fb1-1778312217.j...http/1.1
/wp-content/uploads/2026/05/reuters_69fef8a1-1778317473.j...http/1.1
/wp-content/uploads/2026/05/Scree11-1778319129.png?resize...http/1.1
/wp-content/uploads/2026/05/651-1778218837.jpg?resize=770...http/1.1
/wp-content/uploads/2026/05/getty_69fef02aeb-1778315306.j...http/1.1
/wp-content/uploads/2023/09/عبير-الفقيه-1-16944...http/1.1
/wp-content/uploads/2000/01/89482cad-b2fc-4a26-a4aa-c455b...http/1.1
/wp-content/uploads/2026/03/جيفري-1772717658.jpeg?re...http/1.1
/wp-content/uploads/2000/01/d9143c84-e2af-4b88-ae13-ec389...http/1.1
/wp-content/uploads/2026/04/نافجة-1776153246.jpeg?re...http/1.1
/wp-content/uploads/2026/03/عبد-الباسط-177454012...http/1.1
/wp-content/uploads/2026/05/image-1778272728.jpg?resize=7...http/1.1
/wp-content/uploads/2026/05/shutterstock_2287758073-17778...http/1.1
www.aljazeera.net/static/css/component~AudioPlayer~493df0b3.bf9fa94c.chunk.csshttp/1.1
www.aljazeera.net/static/js/component~AudioPlayer~493df0b3.f6c5873f.chunk.jshttp/1.1
www.aljazeera.net/api/features?wp-site=ajahttp/1.1
/graphql?wp-site=aja&operationName=ArchipelagoTVBreakingT...http/1.1
www.aljazeera.net/favicon_aja.icohttp/1.1

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates
value: No additional origins are good candidates for preconnecting

A long cache lifetime can speed up repeat visits to your page. Learn more about caching.

Why this matters

Performance issues directly impact user engagement and conversion rates.

RequestCache TTLTransfer Size
static.chartbeat.com/js/chartbeat.js86400.0 s16.0 KiB

These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

Diagnostics

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.

Why this matters

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

شعار قسم مدونات div.gc__header-meta > div.post-label > a.post-label__link > img
شعار قسم مدونات div.gc__header-meta > div.post-label > a.post-label__link > img
شعار قسم مدونات div.gc__header-meta > div.post-label > a.post-label__link > img
شعار قسم مدونات div.gc__header-meta > div.post-label > a.post-label__link > img
شعار قسم مدونات div.gc__header-meta > div.post-label > a.post-label__link > img

More information about the performance of your application. These numbers don't directly affect the Performance score.

Layout shift culprits
Document request latency
Optimize DOM size
LCP breakdown
Render blocking requests
Optimize viewport for mobile
Minify CSS
Minify JavaScript
JavaScript execution time 0.4 s
Minimizes main-thread work 1.5 s
Avoid long main-thread tasks 2 long tasks found
Page didn't prevent back/forward cache restoration
Network Requests
Network Round Trip Times 100 ms
Server Backend Latencies 180 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Avoid multiple page redirects
Initial server response time was short Root document took 20 ms
Avoid large layout shifts 1 layout shift found
INP breakdown
LCP request discovery
User Timing marks and measures
Avoid non-composited animations
96

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.

Best practices

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
اعرض المزيد nav.site-header__navigation > ul.menu > li.menu__item > button.no-styles-button
اعرض المزيد nav.site-header__navigation > ul.menu > li.menu__item > button.no-styles-button
اعرض المزيد nav.site-header__navigation > ul.menu > li.menu__item > button.no-styles-button
اعرض المزيد nav.site-header__navigation > ul.menu > li.menu__item > button.no-styles-button
اعرض المزيد nav.site-header__navigation > ul.menu > li.menu__item > button.no-styles-button
شعار قسم مدونات div.gc__header-wrap > div.gc__header-meta > div.post-label > a.post-label__link
شعار قسم مدونات div.gc__header-wrap > div.gc__header-meta > div.post-label > a.post-label__link
شعار قسم مدونات div.gc__header-wrap > div.gc__header-meta > div.post-label > a.post-label__link
شعار قسم مدونات div.gc__header-wrap > div.gc__header-meta > div.post-label > a.post-label__link
شعار قسم مدونات div.gc__header-wrap > div.gc__header-meta > div.post-label > a.post-label__link

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
مظاهرة في فرنسا احتجاجا على مشروع حاملة الطائرات div#swiper-wrapper-ae26626d1010832223 > div.swiper-slide > div.vertical-videos-block__video-item > a.vertical-videos-block__video-link
Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Background and foreground colors have a sufficient contrast ratio
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
ARIA IDs are unique
All heading elements contain content.
Identical links have the same purpose.
`[accesskey]` values are unique
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
Links are distinguishable without relying on color.
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
100

Best Practices

Uses HTTPS
Avoids deprecated APIs
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No browser errors logged to the console
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Page has valid source maps
Redirects HTTP traffic to HTTPS
Mitigate clickjacking with XFO or CSP
100

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.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links have descriptive text
Links are crawlable
robots.txt is valid
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback