Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Room to improve — your 5.0s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Mostly accessible, but some users still face barriers.
Missing signals may be hurting your search visibility.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
177 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
178 HTTP requests — consider bundling or reducing
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/afd25d2e-3f12-4753-9fc9-5f6efb2a41fc)<a href="https://beavercheck.com/results/afd25d2e-3f12-4753-9fc9-5f6efb2a41fc"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fdawn.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fdawn.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 5.0s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~30%.
Page takes 5.0s to load
+12% bounceUsers abandon at ~3s — you're 2.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.5s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$550 investment → $3,560/month returns + USD 150,000 risk avoided
$550
6h · 5 findings
$3,560 /mo
~$42,715 / year
USD 150,000
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$12,501 / month at risk
~$150,009 / year if left unfixed
$150,000
$0.79 /mo
9832.9 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 3 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.64 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.97 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.47 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.021
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.29 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.
22.17 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
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.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
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.webp | 118.5 KiB | 79.0 KiB |
Dawn Logo div.sm:w-1/2 > div.flex > a.logo > img | www.dawn.com/_img/logo.png | 20.8 KiB | 17.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.webp | 19.9 KiB | 13.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.webp | 18.4 KiB | 12.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.webp | 15.0 KiB | 6.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.webp | 32.6 KiB | 5.5 KiB |
Punjab Assembly terms revised agriculture tax null and void div.media__item > a > picture > img | i.dawn.com/thumbnail/2026/04/2108330023be637.webp | 14.1 KiB | 5.3 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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.
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Time 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.
Performance issues directly impact user engagement and conversion rates.
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.
Performance issues directly impact user engagement and conversion rates.
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.dawn.com/_css/merriweather.20260314010612.css | 77.5 KiB | 77.5 KiB |
| www.dawn.com/_css/newskit.20260421122603.css | 33.0 KiB | 30.3 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
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
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 4.4 s |
| Style & Layout | 1.4 s |
| Other | 1.3 s |
| Script Parsing & Compilation | 445 ms |
| Rendering | 385 ms |
| Parse HTML & CSS | 192 ms |
| Garbage Collection | 122 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
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.dawn.com/_js/all.20260415120117.js?id=64e4ce58 | 187.1 KiB | 149.9 KiB |
| /script/6.1/AVmanager.js?v=1.0&type=s&pid=678e558c0cbb475... | 184.7 KiB | 120.1 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... | 187.7 KiB | 96.1 KiB |
| player.avplayer.com/script/8.3/v/avcplayer.js | 191.0 KiB | 66.6 KiB |
| player.aniview.com/script/ad-manager/stable/umd/ad-manager.js | 132.3 KiB | 57.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-C521GRS8DF | 157.2 KiB | 57.8 KiB |
| connect.facebook.net/en_US/all.js?hash=68d1e928c28ce92ae4414beecb88a7fa | 83.9 KiB | 57.4 KiB |
| www.googletagmanager.com/gtag/js?l=dataLayer&id=undefined | 84.8 KiB | 54.5 KiB |
| fundingchoicesmessages.google.com/i/1029551?ers=3 | 68.5 KiB | 36.5 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.8 KiB |
| cdn.id5-sync.com/api/1.0/esp.js | 34.4 KiB | 30.8 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
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
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.
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.
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.
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.
Performance issues directly impact user engagement and conversion rates.
| 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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
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.
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 |
|---|
‘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.
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.
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.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect 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.webp | 396 x 238 (1.66) | 500 x 377 (1.33) |
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.
Performance issues directly impact user engagement and conversion rates.
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
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.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
840 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.71 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
88 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.156
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.37 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.73 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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.
Performance issues directly impact user engagement and conversion rates.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.
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 | |
|---|---|---|---|
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.webp | 118.5 KiB | 111.1 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.webp | 32.6 KiB | 28.9 KiB |
Chery Master Pakistan sets a new industry benchmark with Tiggo 8 and Tiggo 9 PH… div.media__item > a > picture > img | i.dawn.com/medium/2026/04/17182715204ad70.webp | 25.6 KiB | 21.9 KiB |
Dawn Logo div.sm:w-1/2 > div.flex > a.logo > img | www.dawn.com/_img/logo.png | 20.8 KiB | 19.6 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.webp | 19.9 KiB | 18.0 KiB |
K&N’s SmartCooking Recipes: Croquettes BBQ Sandwich div.media__item > a > picture > img | i.dawn.com/medium/2026/04/2011581000d7ac5.webp | 21.1 KiB | 17.9 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.webp | 18.4 KiB | 16.7 KiB |
Israeli army jails soldiers for vandalising Jesus statue in Lebanon div.media__item > a > picture > img | i.dawn.com/medium/2026/04/21233817f653445.webp | 17.2 KiB | 14.1 KiB |
Downing Street denies exerting pressure on civil servants to approve Mandelson’… div.media__item > a > picture > img | i.dawn.com/medium/2026/04/21224549e64862d.webp | 13.3 KiB | 12.0 KiB |
China Daily Logo div.w-80 > div.font-serif > div.w-full > img.mb-4 | i.dawn.com/primary/2021/01/600147aa0fd21.png | 11.5 KiB | 9.7 KiB |
Prism div.flex-col > div.w-full > a > img | i.dawn.com/medium/2019/01/5c2dc2b865767.png | 8.5 KiB | 8.1 KiB |
Aan Logo div.font-serif > div.my-4 > a > img | i.dawn.com/large/2025/09/07184401fa65dd5.webp | 7.4 KiB | 7.1 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.webp | 15.0 KiB | 6.2 KiB |
Punjab Assembly terms revised agriculture tax null and void div.media__item > a > picture > img | i.dawn.com/thumbnail/2026/04/2108330023be637.webp | 14.1 KiB | 5.3 KiB |
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| dawn.com/ | 258 ms |
| www.dawn.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
LIVE
3:32am
Iran urges UN condemnation after US seizes cargo ship
2:53am
Brent … div.container > div.grid > div.col-span-12 > div.mt-4 | 0.156 |
We value your privacy
We and our partners store and/or access information on a … div#qc-cmp2-container > div#qc-cmp2-main > div.qc-cmp-cleanslate > div#qc-cmp2-ui | 0.005 |
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.
Performance issues directly impact user engagement and conversion rates.
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.dawn.com/_css/merriweather.20260418111110.css | 77.5 KiB | 77.5 KiB |
| www.dawn.com/_css/newskit.20260421122603.css | 33.0 KiB | 29.6 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
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
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Aan Logo div.font-serif > div.my-4 > a > img | i.dawn.com/large/2025/09/07184401fa65dd5.webp |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
BREATHE div.nav-alignment > div.js-nav-items > div.flex > a.px-2 |
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 |
Zaheer Abbas Sial ol.plain-list > li.font-merriweather > span.text-4 > a.text-gray-400 |
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.
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.mol-video-ad-container > iframe div.mol-video-ad-container > iframe |
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.
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 |
|---|
‘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.
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.
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.
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 |
Zarrar Khuhro div.flex > div.w-9/10 > span.story__byline > a.story__byline__link |
The ugly Israeli div.w-9/10 > article#1993364 > h2.story__title > a.story__link |
Waqar Wadho div.flex > div.w-9/10 > span.story__byline > a.story__byline__link |
Trapped in place div.w-9/10 > article#1993365 > h2.story__title > a.story__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 |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect 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.webp | 403 x 242 (1.67) | 500 x 377 (1.33) |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. |
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 |
|---|---|
/ads/video/PMAdMgr.js?adtype=13&pubId=156498&siteId=39911... line 194, col 408 | pm-error:Invalid/Empty VAST Response from PubMatic Ad Server |
/ads/video/PMAdMgr.js?adtype=13&pubId=156498&siteId=39911... line 194, col 408 | pm-error:Invalid/Empty VAST Response from PubMatic Ad Server |
/ads/video/PMAdMgr.js?adtype=13&pubId=156498&siteId=39911... line 194, col 408 | pm-error:Invalid/Empty VAST Response from PubMatic Ad Server |
/ads/video/PMAdMgr.js?adtype=13&pubId=156498&siteId=39911... line 194, col 408 | pm-error:Invalid/Empty VAST Response from PubMatic Ad Server |
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.
Performance issues directly impact user engagement and conversion rates.
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
partners div.qc-cmp2-publisher-logo-container > div.qc-cmp2-summary-info > div > a |
To appear in search results, crawlers need access to your app.
Send Feedback