Skip to content
https://dawn.com

Lighthouse Mobile

· 0 checks — Mobile 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.

46

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.

Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.

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:Top function call valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:52.779 source:map[column:643639 line:1 type:source-location url:https://www.dawn.com/_js/all.20260415120117.js?id=64e4ce58 urlProvider:network]]]
headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:80.194 source:map[type:text value:[unattributed]]] map[reflowTime:18.961 source:map[column:3790 line:2 type:source-location url:https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js urlProvider:network]] map[reflowTime:66.362 source:map[column:51681 line:1 type:source-location url:https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js urlProvider:network]] map[reflowTime:0.574 source:map[column:52357 line:1 type:source-location url:https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js urlProvider:network]] map[reflowTime:0.192 source:map[column:52415 line:1 type:source-location url:https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js urlProvider:network]] map[reflowTime:0.187 source:map[column:52479 line:1 type:source-location url:https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js urlProvider:network]] map[reflowTime:7.115 source:map[column:51703 line:1 type:source-location url:https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js urlProvider:network]] map[reflowTime:0.283 source:map[column:53392 line:1 type:source-location url:https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js urlProvider:network]] map[reflowTime:0.282 source:map[column:191739 line:13 type:source-location url:https://player.avplayer.com/script/8.3/v/avcplayer.js urlProvider:network]] map[reflowTime:32.896 source:map[column:343178 line:6 type:source-location url:https://player.avplayer.com/script/8.3/v/ui.js urlProvider:network]] map[reflowTime:6.765 source:map[column:7953 line:8 type:source-location url:https://player.avplayer.com/script/8.3/v/avcplayer.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
When death becomes a statistic: Necropolitics in the age of moral silence div.media__item > a > picture > img
i.dawn.com/large/2026/04/0917195131564e1.webp118.5 KiB79.0 KiB
Dawn Logo div.sm:w-1/2 > div.flex > a.logo > img
www.dawn.com/_img/logo.png20.8 KiB17.2 KiB
4 suspects arrested in Karachi in action against gangs involved in leaking matr… div.media__item > a > picture > img
i.dawn.com/medium/2026/04/2120333072036c5.webp19.9 KiB13.3 KiB
Notification declaring local holiday in Rawalpindi on April 22 is fake: DC div.media__item > a > picture > img
i.dawn.com/medium/2026/04/212247307ea2874.webp18.4 KiB12.3 KiB
Gold deposits in Attock: Uproar in Punjab Assembly on issue of ‘fake cases’ aga… div.media__item > a > picture > img
i.dawn.com/thumbnail/2026/04/21084002bc32bf8.webp15.0 KiB6.2 KiB
600,000 tractors: How Al-Ghazi Tractors became part of Pakistan’s agricultural … div.media__item > a > picture > img
i.dawn.com/medium/2026/04/21173245bf88b1d.webp32.6 KiB5.5 KiB
Punjab Assembly terms revised agriculture tax null and void div.media__item > a > picture > img
i.dawn.com/thumbnail/2026/04/2108330023be637.webp14.1 KiB5.3 KiB

Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Why this matters

Performance issues directly impact user engagement and conversion rates.

lhId: page-7-IMG
nodeLabel: ‘At the request of CDF Munir, PM Shehbaz’, Trump announces extension in ceasefi…
path: 1,HTML,1,BODY,3,DIV,0,DIV,0,DIV,2,DIV,0,DIV,1,FIGURE,0,DIV,0,A,0,PICTURE,0,IMG
selector: div.media__item > a > picture > img
snippet: <img width="1600" height="960" src="https://i.dawn.com/medium/2026/04/22023155c5b0028.webp" alt="‘At the request of CDF Munir, PM Shehbaz’, Trump announces extension in ce…">

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.

More than 4 preconnect connections were found. These should be used sparingly and only to the most important origins.
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

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 805 ms
URLTime Spent
dawn.com/805 ms
www.dawn.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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

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.

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.

Estimated savings: 770 ms 107.9 KiB

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation4.4 s
Style & Layout1.4 s
Other1.3 s
Script Parsing & Compilation445 ms
Rendering385 ms
Parse HTML & CSS192 ms
Garbage Collection122 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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failure reasonFailure type
An iframe on the page started a navigation that did not complete.Not actionable

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.

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.

URL
Aan Logo div.block > div.my-4 > a > img
i.dawn.com/large/2025/09/07184401fa65dd5.webp
Can Pakistan’s Tourism and Aviation Survive the Economic Squeeze? div.media__item > a > picture > img.lazyload
Babar Azam Hits PSL Ton div.media__item > a > picture > img.lazyload
Can Pakistan Become a Regional Transshipment Hub? div.media__item > a > picture > img.lazyload
Pakistan, Climate Injustice and the Limits of Law div.media__item > a > picture > img.lazyload
Can Planting Trees Still Help Us Beat Climate Change? div.media__item > a > picture > img.lazyload
Will Oil, Loans and Rates Hit Pakistani Rupee Again? div.media__item > a > picture > img.lazyload
Can AI Fight Climate Change or Worsen It? div.media__item > a > picture > img.lazyload
Can Pakistan’s Tourism and Aviation Survive the Economic Squeeze? div.media__item > a > picture > img.lazyload
Babar Azam Hits PSL Ton div.media__item > a > picture > img.lazyload
Can Pakistan Become a Regional Transshipment Hub? div.media__item > a > picture > img.lazyload
Pakistan, Climate Injustice and the Limits of Law div.media__item > a > picture > img.lazyload
Can Planting Trees Still Help Us Beat Climate Change? div.media__item > a > picture > img.lazyload
Will Oil, Loans and Rates Hit Pakistani Rupee Again? div.media__item > a > picture > img.lazyload
Can AI Fight Climate Change or Worsen It? div.media__item > a > picture > img.lazyload
Can Pakistan’s Tourism and Aviation Survive the Economic Squeeze? div.media__item > a > picture > img.lazyload

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

Layout shift culprits
Optimize DOM size
Font display
LCP breakdown
Modern HTTP
Render blocking requests
Optimize viewport for mobile
Minify CSS
Minify JavaScript
User Timing marks and measures 7 user timings
Avoid long main-thread tasks 20 long tasks found
Avoid non-composited animations 1 animated element found
Network Requests
Network Round Trip Times 90 ms
Server Backend Latencies 190 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 20 ms
Avoid large layout shifts 1 layout shift found
INP breakdown
78

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

When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.avp-cross-placement-container > avp-primary-controls.avp-primary-controls > avp-primary-middle-controls.avp-cross-placement-container > avp-play-button.avp-play-button div.avp-cross-placement-container > avp-primary-controls.avp-primary-controls > avp-primary-middle-controls.avp-cross-placement-container > avp-play-button.avp-play-button

Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.

Why this matters

Informational: a Permissions-Policy directive showing feature -> allowed origins.

Source: MDN Permissions-Policy

Failing Elements
Can Pakistan’s Tourism and Aviation Survive the Economic Squeeze? div.slideshow > div.slick-list > div.slick-track > div.slideshow__slide
Babar Azam Hits PSL Ton div.slideshow > div.slick-list > div.slick-track > div.slideshow__slide
Can Pakistan Become a Regional Transshipment Hub? div.slideshow > div.slick-list > div.slick-track > div.slideshow__slide
Can Planting Trees Still Help Us Beat Climate Change? div.slideshow > div.slick-list > div.slick-track > div.slideshow__slide
Will Oil, Loans and Rates Hit Pakistani Rupee Again? div.slideshow > div.slick-list > div.slick-track > div.slideshow__slide
Can AI Fight Climate Change or Worsen It? div.slideshow > div.slick-list > div.slick-track > div.slideshow__slide
Can Pakistan’s Tourism and Aviation Survive the Economic Squeeze? div.slideshow > div.slick-list > div.slick-track > div.slideshow__slide
Babar Azam Hits PSL Ton div.slideshow > div.slick-list > div.slick-track > div.slideshow__slide
Can Pakistan Become a Regional Transshipment Hub? div.slideshow > div.slick-list > div.slick-track > div.slideshow__slide
Pakistan, Climate Injustice and the Limits of Law div.slideshow > div.slick-list > div.slick-track > div.slideshow__slide
Can Planting Trees Still Help Us Beat Climate Change? div.slideshow > div.slick-list > div.slick-track > div.slideshow__slide
Will Oil, Loans and Rates Hit Pakistani Rupee Again? div.slideshow > div.slick-list > div.slick-track > div.slideshow__slide
Can AI Fight Climate Change or Worsen It? div.slideshow > div.slick-list > div.slick-track > div.slideshow__slide
Can Pakistan’s Tourism and Aviation Survive the Economic Squeeze? div.slideshow > div.slick-list > div.slick-track > div.slideshow__slide
Chery Master Pakistan sets a new industry benchmark with Tiggo 8 and Tiggo 9 PH… div.slideshow > div.slick-list > div.slick-track > div.slideshow__slide
600,000 tractors: How Al-Ghazi Tractors became part of Pakistan’s agricultural … div.slideshow > div.slick-list > div.slick-track > div.slideshow__slide
K&N’s SmartCooking Recipes: Croquettes BBQ Sandwich A quick and flavourful croq… div.slideshow > div.slick-list > div.slick-track > div.slideshow__slide
600,000 tractors: How Al-Ghazi Tractors became part of Pakistan’s agricultural … div.slideshow > div.slick-list > div.slick-track > div.slideshow__slide
K&N’s SmartCooking Recipes: Croquettes BBQ Sandwich A quick and flavourful croq… div.slideshow > div.slick-list > div.slick-track > div.slideshow__slide
Chery Master Pakistan sets a new industry benchmark with Tiggo 8 and Tiggo 9 PH… div.slideshow > div.slick-list > div.slick-track > div.slideshow__slide
25 Free Google certification courses for students in Punjab The chief minister … div.slideshow > div.slick-list > div.slick-track > article.story
1 Trump says US representatives heading to Islamabad, will be ‘there tomorrow e… div.slideshow > div.slick-list > div.slick-track > article#1993224
3 Islamabad DC dismisses notification falsely announcing closure of all offices… div.slideshow > div.slick-list > div.slick-track > article#1993252
4 Naqvi meets Iran, US envoys to discuss preparations for 2nd round of Islamaba… div.slideshow > div.slick-list > div.slick-track > article#1993448
5 US delegation expected in Islamabad but uncertainty prevails over talks amid … div.slideshow > div.slick-list > div.slick-track > article#1993458
6 Rawalpindi’s Ring Road to open without Thalian interchange Official says work… div.slideshow > div.slick-list > div.slick-track > article#1993148
7 Round two? WITH the prime minister having concluded a three-nation tour to ma… div.slideshow > div.slick-list > div.slick-track > article#1993369
8 The fallout The security, economic and diplomatic consequences of the Iran wa… div.slideshow > div.slick-list > div.slick-track > article#1993366
9 Sri Lanka’s Dasun Shanaka handed one-year PSL ban for IPL switch Shanaka says… div.slideshow > div.slick-list > div.slick-track > article#1993501
10 In 45-minute phone call with Pezeshkian, PM Shehbaz reaffirms Pakistan’s com… div.slideshow > div.slick-list > div.slick-track > article#1993250
11 Pakistan in discussion with Qatar for supply of LNG cargoes amid electricity… div.slideshow > div.slick-list > div.slick-track > article#1993233
12 Religious scholar Engineer Muhammad Ali Mirza survives attack in Jhelum Atta… div.slideshow > div.slick-list > div.slick-track > article#1993211
13 Illegal construction of extra floors, portions springs up with impunity in K… div.slideshow > div.slick-list > div.slick-track > article#1993343
14 Diplomatic flurry as US-Iran truce deadline nears A US team heading to Islam… div.slideshow > div.slick-list > div.slick-track > article#1993644
15 Delicate moment Amongst the biggest obstacles to peace is the mixed messagin… div.slideshow > div.slick-list > div.slick-track > article#1993661
16 Sindh High Court sees no clause in Sindh laws for blocking CNIC in civil cas… div.slideshow > div.slick-list > div.slick-track > article#1993113
17 Young doctor shot dead near Karachi’s Mehran Hotel Victim was associated wit… div.slideshow > div.slick-list > div.slick-track > article#1993744
18 No time for allies The PPP was missing on such an important hosting moment f… div.slideshow > div.slick-list > div.slick-track > article#1993667
19 Govt mulls relief for salaried class, says minister Bilal Azhar Kiani State … div.slideshow > div.slick-list > div.slick-track > article#1993650
20 Stray bullet claims life of MQM-P MNA’s daughter in Karachi According to pol… div.slideshow > div.slick-list > div.slick-track > article#1993518
21 KP CM Afridi says conveyed to Imran that if he gives go-ahead, ‘we will be i… div.slideshow > div.slick-list > div.slick-track > article#1993238
22 The ugly Israeli Why did one photo bother Israel so much? Newspaper , Update… div.slideshow > div.slick-list > div.slick-track > article#1993364
23 CM Maryam approves Punjab’s first sky glass bridge in Murree International e… div.slideshow > div.slick-list > div.slick-track > article#1993292
24 India, South Korea plan $50bn trade push with new deals The two countries ha… div.slideshow > div.slick-list > div.slick-track > article#1993487
25 Free Google certification courses for students in Punjab The chief minister … div.slideshow > div.slick-list > div.slick-track > article#1992725
1 Trump says US representatives heading to Islamabad, will be ‘there tomorrow e… div.slideshow > div.slick-list > div.slick-track > article.story
2 Assault on vessel overshadows preparation for round two of US-Iran dialogue B… div.slideshow > div.slick-list > div.slick-track > article.story
3 Islamabad DC dismisses notification falsely announcing closure of all offices… div.slideshow > div.slick-list > div.slick-track > article.story
4 Naqvi meets Iran, US envoys to discuss preparations for 2nd round of Islamaba… div.slideshow > div.slick-list > div.slick-track > article.story
5 US delegation expected in Islamabad but uncertainty prevails over talks amid … div.slideshow > div.slick-list > div.slick-track > article.story
6 Rawalpindi’s Ring Road to open without Thalian interchange Official says work… div.slideshow > div.slick-list > div.slick-track > article.story
7 Round two? WITH the prime minister having concluded a three-nation tour to ma… div.slideshow > div.slick-list > div.slick-track > article.story
8 The fallout The security, economic and diplomatic consequences of the Iran wa… div.slideshow > div.slick-list > div.slick-track > article.story
9 Sri Lanka’s Dasun Shanaka handed one-year PSL ban for IPL switch Shanaka says… div.slideshow > div.slick-list > div.slick-track > article.story
10 In 45-minute phone call with Pezeshkian, PM Shehbaz reaffirms Pakistan’s com… div.slideshow > div.slick-list > div.slick-track > article.story
11 Pakistan in discussion with Qatar for supply of LNG cargoes amid electricity… div.slideshow > div.slick-list > div.slick-track > article.story
12 Religious scholar Engineer Muhammad Ali Mirza survives attack in Jhelum Atta… div.slideshow > div.slick-list > div.slick-track > article.story
13 Illegal construction of extra floors, portions springs up with impunity in K… div.slideshow > div.slick-list > div.slick-track > article.story
14 Diplomatic flurry as US-Iran truce deadline nears A US team heading to Islam… div.slideshow > div.slick-list > div.slick-track > article.story
15 Delicate moment Amongst the biggest obstacles to peace is the mixed messagin… div.slideshow > div.slick-list > div.slick-track > article.story
16 Sindh High Court sees no clause in Sindh laws for blocking CNIC in civil cas… div.slideshow > div.slick-list > div.slick-track > article.story
17 Young doctor shot dead near Karachi’s Mehran Hotel Victim was associated wit… div.slideshow > div.slick-list > div.slick-track > article.story
18 No time for allies The PPP was missing on such an important hosting moment f… div.slideshow > div.slick-list > div.slick-track > article.story
19 Govt mulls relief for salaried class, says minister Bilal Azhar Kiani State … div.slideshow > div.slick-list > div.slick-track > article.story
20 Stray bullet claims life of MQM-P MNA’s daughter in Karachi According to pol… div.slideshow > div.slick-list > div.slick-track > article.story
21 KP CM Afridi says conveyed to Imran that if he gives go-ahead, ‘we will be i… div.slideshow > div.slick-list > div.slick-track > article.story
22 The ugly Israeli Why did one photo bother Israel so much? Newspaper , Update… div.slideshow > div.slick-list > div.slick-track > article.story
23 CM Maryam approves Punjab’s first sky glass bridge in Murree International e… div.slideshow > div.slick-list > div.slick-track > article.story
24 India, South Korea plan $50bn trade push with new deals The two countries ha… div.slideshow > div.slick-list > div.slick-track > article.story
25 Free Google certification courses for students in Punjab The chief minister … div.slideshow > div.slick-list > div.slick-track > article.story

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.

Contrast

Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Updated div.grid > div.col-span-12 > span.story__time > span.timestamp--label
about 3 hours ago div.grid > div.col-span-12 > span.story__time > span.timestamp--time
News Desk div.grid > div.col-span-12 > span.story__byline > a.story__byline__link
AFP div.grid > div.col-span-12 > span.story__byline > a.story__byline__link
Reuters div.grid > div.col-span-12 > span.story__byline > a.story__byline__link
Updated div.w-full > article#1976395 > span.story__time > span.timestamp--label
about 3 hours ago div.w-full > article#1976395 > span.story__time > span.timestamp--time
Updated div.w-full > article#1993856 > span.story__time > span.timestamp--label
about 3 hours ago div.w-full > article#1993856 > span.story__time > span.timestamp--time
Published div.w-full > article#1993802 > span.story__time > span.timestamp--label
about 12 hours ago div.w-full > article#1993802 > span.story__time > span.timestamp--time
Updated div.w-full > article#1993801 > span.story__time > span.timestamp--label
about 5 hours ago div.w-full > article#1993801 > span.story__time > span.timestamp--time
Published div.w-full > article#1993859 > span.story__time > span.timestamp--label
about 6 hours ago div.w-full > article#1993859 > span.story__time > span.timestamp--time
Updated div.w-full > article#1993798 > span.story__time > span.timestamp--label
about 6 hours ago div.w-full > article#1993798 > span.story__time > span.timestamp--time
Published div.w-full > article#1993828 > span.story__time > span.timestamp--label
about 10 hours ago div.w-full > article#1993828 > span.story__time > span.timestamp--time
Published div.w-full > article#1993854 > span.story__time > span.timestamp--label
about 7 hours ago div.w-full > article#1993854 > span.story__time > span.timestamp--time
Published div.w-full > article#1993833 > span.story__time > span.timestamp--label
about 9 hours ago div.w-full > article#1993833 > span.story__time > span.timestamp--time
World div.flex > span#world > a > span
Updated div.sm:pl-4 > div.flex > span.story__time > span.timestamp--label
2 days ago div.sm:pl-4 > div.flex > span.story__time > span.timestamp--time

These are opportunities to improve the legibility of your content.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
‘At the request of CDF Munir, PM Shehbaz’, Trump announces extension in ceasefi… div.border-b-3 > div.flex > div.w-full > ul.mb-1

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
‘At the request of CDF Munir, PM Shehbaz’, Trump announces extension in ceasefi… div.w-full > ul.mb-1 > div.related > li.py-1
What are the main points of contention between US and Iran? div.w-full > ul.mb-1 > div.related > li.py-1
‘Strangled’: Pakistan faces economic imperative in Iran war peace push div.w-full > ul.mb-1 > div.related > li.py-1

These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.

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
JAWED NAQVI div.w-full > article#1993666 > span.story__byline > a.story__byline__link
NEDA MULJI div.w-full > article#1993664 > span.story__byline > a.story__byline__link
DR NOMAN AHMED div.w-full > article#1993663 > span.story__byline > a.story__byline__link
The fallout div.w-full > article#1993366 > h2.story__title > a.story__link
MALEEHA LODHI div.w-full > article#1993366 > span.story__byline > a.story__byline__link
CONTACT div.grid > div.md:w-1/6 > nav.text-2.5 > a.font-normal
CONTRIBUTION GUIDELINES div.grid > div.md:w-1/6 > nav.text-2.5 > a.font-normal
CODE OF ETHICS div.grid > div.md:w-1/6 > nav.text-2.5 > a.font-normal
AI POLICY div.grid > div.md:w-1/6 > nav.text-2.5 > a.font-normal
TERMS OF USE div.grid > div.md:w-1/6 > nav.text-2.5 > a.font-normal
PRIVACY div.grid > div.md:w-1/6 > nav.text-2.5 > a.font-normal
COMMENT MODERATION div.grid > div.md:w-1/6 > nav.text-2.5 > a.font-normal
SUBSCRIBE TO NEWSPAPER div.grid > div.md:w-1/6 > nav.text-2.5 > a.font-normal
REPRODUCTION COPYRIGHTS div.grid > div.md:w-1/6 > nav.text-2.5 > a.font-normal
ADVERTISE ON DAWN.COM div.grid > div.md:w-1/6 > nav.text-2.5 > a.font-normal
BRANDED CONTENT div.grid > div.md:w-1/6 > nav.text-2.5 > a.font-normal
CAREERS div.grid > div.md:w-1/6 > nav.text-2.5 > a.font-normal
OBITUARIES div.grid > div.md:w-1/6 > nav.text-2.5 > a.font-normal
PRAYER TIMINGS div.grid > div.md:w-1/6 > nav.text-2.5 > a.font-normal
STOCK/FOREX/GOLD div.grid > div.md:w-1/6 > nav.text-2.5 > a.font-normal
WEATHER div.grid > div.md:w-1/6 > nav.text-2.5 > a.font-normal
DESKTOP div.grid > div.md:w-1/6 > nav.text-2.5 > a.font-normal
DAWN div.grid > div.md:w-1/6 > nav.text-2.5 > a.font-normal
PRISM div.grid > div.md:w-1/6 > nav.text-2.5 > a.font-normal
IMAGES div.grid > div.md:w-1/6 > nav.text-2.5 > a.font-normal
SPECIAL REPORTS div.grid > div.md:w-1/6 > nav.text-2.5 > a.font-normal
AURORA div.grid > div.md:w-1/6 > nav.text-2.5 > a.font-normal
DAWN NEWS div.grid > div.md:w-1/6 > nav.text-2.5 > a.font-normal
EOS/ICON/YOUNG WORLD div.grid > div.md:w-1/6 > nav.text-2.5 > a.font-normal
CITYFM89 div.grid > div.md:w-1/6 > nav.text-2.5 > a.font-normal
HERALD div.grid > div.md:w-1/6 > nav.text-2.5 > a.font-normal
TEELI div.grid > div.md:w-1/6 > nav.text-2.5 > a.font-normal

One main landmark helps screen reader users navigate a web page. Learn more about landmarks.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
html html

These items highlight common accessibility best practices.

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
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
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.
ARIA attributes are used as specified for the element's role
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<frame>` or `<iframe>` elements have a title
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Links have a discernible name
No element has a `[tabindex]` value greater than 0
Heading elements appear in a sequentially-descending order
Deprecated ARIA roles were not used
`[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
`[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
Buttons have an accessible name
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
ARIA IDs are unique
No form fields have multiple labels
`<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
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>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
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.
96

Best Practices

User Experience

Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLAspect Ratio (Displayed)Aspect Ratio (Actual)
Illegal construction of extra floors, portions springs up with impunity in Kara… div.media__item > a > picture > img
i.dawn.com/medium/2026/04/200513437d8f46a.webp396 x 238 (1.66)500 x 377 (1.33)

General

Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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
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 clickjacking with XFO or CSP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Redirects HTTP traffic to HTTPS
92

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.

Content Best Practices

Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Format your HTML in a way that enables crawlers to better understand your app’s content.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
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