Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Room to improve — your 6.1s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
Good content signals with minor gaps.
Heavier than average — reducing page weight saves energy and bandwidth.
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.
Page weighs 20.0 MB (7.6 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
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/70a5ba3e-1dbe-4f99-9ec7-611e61fb0660)<a href="https://beavercheck.com/results/70a5ba3e-1dbe-4f99-9ec7-611e61fb0660"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fdnaindia.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fdnaindia.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 6.1s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~32%.
Page takes 6.1s to load
+12% bounceUsers abandon at ~3s — you're 3.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 14.7s
+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
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
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, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
5 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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
2 broken link(s) on the page
+3% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $4,599/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$4,599 /mo
~$55,191 / year
USD 157,500
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.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,127 / month at risk
~$157,523 / year if left unfixed
$157,500
+8 more
$1.91 /mo
23929.6 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 5 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.
3.49 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.10 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
14.73 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
18.91 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.
50.09 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 | |
|---|---|---|---|
div.image > a.image-link > amp-img.contain > img.i-amphtml-fill-content div.image > a.image-link > amp-img.contain > img.i-amphtml-fill-content | s0.2mdn.net/simgad/12345134206083302564 | 300.0 KiB | 276.9 KiB |
Abhishek Sharma surpasses Rohit Sharma, equals Virat Kohli with stunning 100 ag… div.smallFeedCol > a.newsFeed > div.imgBx > img | /sites/default/files/styles/full/public/2026/04/21/274671... | 157.7 KiB | 149.7 KiB |
SRH vs DC, Match 31 IPL 2026: Sunrisers Hyderabad register thumping 48-run vict… div.smallFeedCol > a.newsFeed > div.imgBx > img | /sites/default/files/styles/full/public/2026/04/21/274670... | 152.9 KiB | 145.1 KiB |
Mallikarjun Kharge gets ECI notice over 'terrorist' remark on PM Modi: 'Highly … div.bignews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 114.8 KiB | 108.9 KiB |
IPL 2026: MS Dhoni, Rohit Sharma likely to return as MI, CSK prepare for El Cla… div.smallFeedCol > a.newsFeed > div.imgBx > img | /sites/default/files/styles/full/public/2026/04/22/274679... | 110.1 KiB | 104.5 KiB |
IRS officer’s daughter murder accused arrested; police link him to another crim… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 101.9 KiB | 99.2 KiB |
IPL 2026: Abhishek Sharma just 59 runs away from big IPL feat in SRH vs DC match div.smallFeedCol > a.newsFeed > div.imgBx > img | /sites/default/files/styles/full/public/2026/04/21/274669... | 103.8 KiB | 98.5 KiB |
Sunil Grover's Diamond Raja makes Sunrisers Hyderabad players Ishan Kishan, Abh… div.smallFeedCol > a.newsFeed > div.imgBx > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 100.7 KiB | 95.6 KiB |
IPL 2026: Ravindra Jadeja and relentless bowling attack propel Rajasthan Royals… div.bigFeedCol > a.newsFeedOverlay > div.imgBx > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 114.8 KiB | 93.3 KiB |
SRH vs DC: Axar Patel enters elite Delhi Capitals list with milestone achieveme… div.smallFeedCol > a.newsFeed > div.imgBx > img | /sites/default/files/styles/full/public/2026/04/21/274671... | 98.0 KiB | 93.1 KiB |
SRH vs DC Highlights: Abhishek Sharma’s ton, Malinga’s 4-fer power Sunrisers Hy… div.smallFeedCol > a.newsFeed > div.imgBx > img | /sites/default/files/styles/full/public/2026/04/21/274671... | 95.9 KiB | 91.0 KiB |
Krunal Pandya opens up on relationship with brother Hardik amid rift rumours div.smallFeedCol > a.newsFeed > div.imgBx > img | /sites/default/files/styles/full/public/2026/04/22/274676... | 94.4 KiB | 89.6 KiB |
LSG vs RR Highlights, IPL 2026: Rajasthan Royals beat Lucknow Super Giants by 4… div.smallFeedCol > a.newsFeed > div.imgBx > img | /sites/default/files/styles/full/public/2026/04/22/274679... | 92.8 KiB | 88.1 KiB |
West Bengal elections 2026: It's TMC vs BJP as 152 seats head to polls today in… div.bignews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/23/274681... | 103.7 KiB | 81.2 KiB |
IIFA Awards 2026 to introduce Best International Film category like Oscars, spe… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 72.7 KiB | 70.8 KiB |
'I am sorry': Former BCCI selector breaks silence on Rohit Sharma’s biggest Ind… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 70.7 KiB | 68.8 KiB |
IPL 2026: Vaibhav Sooryavanshi eyes 500-run milestone as LSG, Rajasthan Royals … div.smallFeedCol > a.newsFeed > div.imgBx > img | /sites/default/files/styles/full/public/2026/04/22/274676... | 71.9 KiB | 68.2 KiB |
US-Iran War: How much money has Donald Trump spent so far? War cost crosses who… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274677... | 68.2 KiB | 66.4 KiB |
Not Anurag Kashyap, Vishal Bhardwaj, Zoya Akhtar; this Indian filmmaker to serv… div.bignews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 71.7 KiB | 56.1 KiB |
Mojtaba Khamenei not 'supreme' leader: Who is actually running Iran amid war wi… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274679... | 53.1 KiB | 51.7 KiB |
head > link head > link | s0.2mdn.net/simgad/7460775098497344859 | 44.0 KiB | 41.3 KiB |
US-Iran War: After ceasefire extension, Iran captures Gujarat-bound vessel, fir… div.dnasp-phibx-img > a > div.lazy-image > img | /sites/default/files/styles/full/public/2026/04/22/274676... | 39.8 KiB | 32.9 KiB |
US-Iran peace talks second round soon? Trump shares 'good news' div.bignews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 35.3 KiB | 27.6 KiB |
Videos nav.mobile-menu > ul > li > a | s0.2mdn.net/sadbundle/2468828416192108093/img1.jpg | 48.5 KiB | 27.0 KiB |
Punjab to witness blackout mock drills on April 24; Know why div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 26.7 KiB | 26.0 KiB |
body > div#google_image_div > a#aw0 > img.img_ad body > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/1624852051352747356 | 22.2 KiB | 19.1 KiB |
g#Group_512 > g#Symbol > g#Group_450 > path#Path_89 g#Group_512 > g#Symbol > g#Group_450 > path#Path_89 | /dynamic/2/1402540/res.cloudinary.com/dv0jqjrc3/image/fet... | 33.6 KiB | 18.8 KiB |
div.logo > a.logo-link > amp-img.i-amphtml-layout-fixed > img.i-amphtml-fill-content div.logo > a.logo-link > amp-img.i-amphtml-layout-fixed > img.i-amphtml-fill-content | s0.2mdn.net/simgad/6653265801937318961 | 10.3 KiB | 10.0 KiB |
Bigg Boss: From Shehnaaz Gill, Priyanka Chahar Choudhary to Tanya Mittal; most … div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/quarter/public/2026/04/22/274... | 13.0 KiB | 7.7 KiB |
World Earth Day 2026: From Alia Bhatt, Ajay Devgn to Riteish Deshmukh: 5 Bollyw… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/quarter/public/2026/04/22/274... | 11.5 KiB | 6.6 KiB |
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.
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 | 15 ms |
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size |
|---|---|
| www.dnaindia.com/_next/static/css/75ae679be20f64c8.css | 5.9 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| dnaindia.com/ | 1.5 s |
| www.dnaindia.com/ | 0.0 ms |
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 | 24.0 s |
| Other | 6.5 s |
| Style & Layout | 2.6 s |
| Script Parsing & Compilation | 2.1 s |
| Rendering | 1.5 s |
| Garbage Collection | 801 ms |
| Parse HTML & CSS | 323 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 |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| The page has an unload handler in a sub frame. | 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
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.
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 |
|---|
WEBSTORY div > div.tabs_wrapper > ul.tabs > li |
TRENDING div > div.tabs_wrapper > ul.tabs > li |
VIDEOS div > div.tabs_wrapper > ul.tabs > li |
ENTERTAINMENT div > div.tabs_wrapper > ul.tabs > li |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Entertainment div#splide02-track > ul#splide02-list > li#splide02-slide01 > h6 |
POPULAR STORIES div.middle_container > div.popular-stories > div.section-heading-black > h5 |
MOST VIEWED div.middle_container > div.most-viewed > div.section-heading-black > h5 |
MOST WATCHED div.middle_container > div.most-watched > div.section-heading-black > h5 |
DNA ORIGNALS div.middle_container > div.most-viewed > div.section-heading-black > h5 |
These are opportunities to improve keyboard navigation in your application.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.header-section > div.header-right > div.header-login > a.ssoLoginCol div.header-section > div.header-right > div.header-login > a.ssoLoginCol |
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.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
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.
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
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) | |
|---|---|---|---|
West Bengal elections 2026: It's TMC vs BJP as 152 seats head to polls today in… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/23/274681... | 137 x 78 (1.76) | 1280 x 961 (1.33) |
West Bengal elections 2026: It's TMC vs BJP as 152 seats head to polls today in… div.bignews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/23/274681... | 392 x 222 (1.77) | 1280 x 961 (1.33) |
West Bengal elections 2026: It's TMC vs BJP as 152 seats head to polls today in… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/23/274681... | 137 x 78 (1.76) | 1280 x 961 (1.33) |
US-Iran peace talks second round soon? Trump shares 'good news' div.bignews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 392 x 222 (1.77) | 1280 x 960 (1.33) |
Mojtaba Khamenei not 'supreme' leader: Who is actually running Iran amid war wi… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274679... | 137 x 78 (1.76) | 1280 x 960 (1.33) |
IRS officer’s daughter murder accused arrested; police link him to another crim… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 137 x 78 (1.76) | 1280 x 960 (1.33) |
Mallikarjun Kharge gets ECI notice over 'terrorist' remark on PM Modi: 'Highly … div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 137 x 78 (1.76) | 1280 x 960 (1.33) |
IPL 2026: Ravindra Jadeja and relentless bowling attack propel Rajasthan Royals… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 137 x 78 (1.76) | 1280 x 960 (1.33) |
IIFA Awards 2026 to introduce Best International Film category like Oscars, spe… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 137 x 78 (1.76) | 1280 x 960 (1.33) |
IPL 2026: Ravindra Jadeja and relentless bowling attack propel Rajasthan Royals… div.bigFeedCol > a.newsFeedOverlay > div.imgBx > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 366 x 206 (1.78) | 1280 x 960 (1.33) |
Sunil Grover's Diamond Raja makes Sunrisers Hyderabad players Ishan Kishan, Abh… div.smallFeedCol > a.newsFeed > div.imgBx > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 190 x 107 (1.78) | 1280 x 960 (1.33) |
IPL 2026: MS Dhoni, Rohit Sharma likely to return as MI, CSK prepare for El Cla… div.smallFeedCol > a.newsFeed > div.imgBx > img | /sites/default/files/styles/full/public/2026/04/22/274679... | 190 x 107 (1.78) | 1280 x 960 (1.33) |
LSG vs RR Highlights, IPL 2026: Rajasthan Royals beat Lucknow Super Giants by 4… div.smallFeedCol > a.newsFeed > div.imgBx > img | /sites/default/files/styles/full/public/2026/04/22/274679... | 190 x 107 (1.78) | 1280 x 960 (1.33) |
IPL 2026: Vaibhav Sooryavanshi eyes 500-run milestone as LSG, Rajasthan Royals … div.smallFeedCol > a.newsFeed > div.imgBx > img | /sites/default/files/styles/full/public/2026/04/22/274676... | 190 x 107 (1.78) | 1280 x 960 (1.33) |
Krunal Pandya opens up on relationship with brother Hardik amid rift rumours div.smallFeedCol > a.newsFeed > div.imgBx > img | /sites/default/files/styles/full/public/2026/04/22/274676... | 190 x 107 (1.78) | 1280 x 960 (1.33) |
SRH vs DC: Axar Patel enters elite Delhi Capitals list with milestone achieveme… div.smallFeedCol > a.newsFeed > div.imgBx > img | /sites/default/files/styles/full/public/2026/04/21/274671... | 190 x 107 (1.78) | 1280 x 960 (1.33) |
Abhishek Sharma surpasses Rohit Sharma, equals Virat Kohli with stunning 100 ag… div.smallFeedCol > a.newsFeed > div.imgBx > img | /sites/default/files/styles/full/public/2026/04/21/274671... | 190 x 107 (1.78) | 1280 x 960 (1.33) |
SRH vs DC Highlights: Abhishek Sharma’s ton, Malinga’s 4-fer power Sunrisers Hy… div.smallFeedCol > a.newsFeed > div.imgBx > img | /sites/default/files/styles/full/public/2026/04/21/274671... | 190 x 107 (1.78) | 1280 x 960 (1.33) |
SRH vs DC, Match 31 IPL 2026: Sunrisers Hyderabad register thumping 48-run vict… div.smallFeedCol > a.newsFeed > div.imgBx > img | /sites/default/files/styles/full/public/2026/04/21/274670... | 190 x 107 (1.78) | 1280 x 960 (1.33) |
IPL 2026: Abhishek Sharma just 59 runs away from big IPL feat in SRH vs DC match div.smallFeedCol > a.newsFeed > div.imgBx > img | /sites/default/files/styles/full/public/2026/04/21/274669... | 190 x 107 (1.78) | 1280 x 960 (1.33) |
US-Iran War: After ceasefire extension, Iran captures Gujarat-bound vessel, fir… div.dnasp-phibx-img > a > div.lazy-image > img | /sites/default/files/styles/full/public/2026/04/22/274676... | 352 x 199 (1.77) | 1280 x 960 (1.33) |
Iran exposes Pakistan's 'double game': Tehran accuses Pak Army Chief Asim Munir… div.dnasp-phibx-img > a > div.lazy-image > img | /sites/default/files/styles/full/public/2026/04/22/274674... | 352 x 199 (1.77) | 1280 x 960 (1.33) |
Donald Trump announces indefinite extension of US-Iran ceasefire on request of … div.dnasp-phibx-img > a > div.lazy-image > img | /sites/default/files/styles/full/public/2026/04/22/274672... | 352 x 199 (1.77) | 1280 x 960 (1.33) |
Who is John Ternus? Apple’s new CEO driving AI and hardware innovation div.dnasp-phibx-img > a > div.lazy-image > img | /sites/default/files/styles/full/public/2026/04/21/274664... | 352 x 199 (1.77) | 1280 x 960 (1.33) |
7.4-magnitude earthquake jolts Northern Japan; tsunami warning issued for coast… div.dnasp-phibx-img > a > div.lazy-image > img | /sites/default/files/styles/full/public/2026/04/20/274659... | 352 x 199 (1.77) | 1280 x 960 (1.33) |
Punjab to witness blackout mock drills on April 24; Know why div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 137 x 78 (1.76) | 1280 x 960 (1.33) |
Not Anurag Kashyap, Vishal Bhardwaj, Zoya Akhtar; this Indian filmmaker to serv… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 137 x 78 (1.76) | 1280 x 960 (1.33) |
'I am sorry': Former BCCI selector breaks silence on Rohit Sharma’s biggest Ind… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 137 x 78 (1.76) | 1280 x 960 (1.33) |
Mallikarjun Kharge gets ECI notice over 'terrorist' remark on PM Modi: 'Highly … div.bignews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 191 x 108 (1.77) | 1280 x 960 (1.33) |
Not Anurag Kashyap, Vishal Bhardwaj, Zoya Akhtar; this Indian filmmaker to serv… div.bignews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 392 x 222 (1.77) | 1280 x 960 (1.33) |
IIFA Awards 2026 to introduce Best International Film category like Oscars, spe… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 137 x 78 (1.76) | 1280 x 960 (1.33) |
Sunil Grover's Diamond Raja makes Sunrisers Hyderabad players Ishan Kishan, Abh… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 137 x 78 (1.76) | 1280 x 960 (1.33) |
Who is John Ternus? Apple’s new CEO driving AI and hardware innovation div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/21/274664... | 137 x 78 (1.76) | 1280 x 960 (1.33) |
Mojtaba Khamenei not 'supreme' leader: Who is actually running Iran amid war wi… div.bignews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274679... | 352 x 199 (1.77) | 1280 x 960 (1.33) |
IPL 2026: Ravindra Jadeja and relentless bowling attack propel Rajasthan Royals… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 137 x 78 (1.76) | 1280 x 960 (1.33) |
Mallikarjun Kharge gets ECI notice over 'terrorist' remark on PM Modi: 'Highly … div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 137 x 78 (1.76) | 1280 x 960 (1.33) |
Punjab to witness blackout mock drills on April 24; Know why div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 137 x 78 (1.76) | 1280 x 960 (1.33) |
Not Anurag Kashyap, Vishal Bhardwaj, Zoya Akhtar; this Indian filmmaker to serv… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 137 x 78 (1.76) | 1280 x 960 (1.33) |
US-Iran War: How much money has Donald Trump spent so far? War cost crosses who… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274677... | 137 x 78 (1.76) | 1280 x 956 (1.34) |
US-Iran War: How much money has Donald Trump spent so far? War cost crosses who… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274677... | 137 x 78 (1.76) | 1280 x 956 (1.34) |
div.dna-photos-big > div.lazy-image > a > img div.dna-photos-big > div.lazy-image > a > img | /sites/default/files/styles/half/public/2026/04/22/274677... | 392 x 243 (1.61) | 640 x 480 (1.33) |
Bigg Boss: From Shehnaaz Gill, Priyanka Chahar Choudhary to Tanya Mittal; most … div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/quarter/public/2026/04/22/274... | 137 x 78 (1.76) | 320 x 240 (1.33) |
World Earth Day 2026: From Alia Bhatt, Ajay Devgn to Riteish Deshmukh: 5 Bollyw… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/quarter/public/2026/04/22/274... | 137 x 78 (1.76) | 320 x 240 (1.33) |
Bigg Boss: From Shehnaaz Gill, Priyanka Chahar Choudhary to Tanya Mittal; most … div.bignews-img > div.lazy-image > a > img | /sites/default/files/styles/quarter/public/2026/04/22/274... | 392 x 222 (1.77) | 320 x 240 (1.33) |
World Earth Day 2026: From Alia Bhatt, Ajay Devgn to Riteish Deshmukh: 5 Bollyw… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/quarter/public/2026/04/22/274... | 137 x 78 (1.76) | 320 x 240 (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 |
|---|---|
| Topics | ads.pubmatic.com/AdServer/js/pwt/158141/1400/pwt.js line 40, col 410397 |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
| Unload event listeners are deprecated and will be removed. | pagead2.googlesyndication.com/pagead/js/lidar.js?fcd=true line 10, col 9148 |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
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 |
|---|---|
[GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token. | |
Error: `apstag.init` was called multiple times with different pubIDs (a17c03c1-eb0c-4671-8a5d-3cb93c8ca58e then bc90e133-c9d1-4a4f-9127-6ef2478418c2)
at V (https://c.amazon-adsystem.com/aax2/apstag.js:5:70936)
at Ot (https://c.amazon-adsystem.com/aax2/apstag.js:5:103869)
at vt (https://c.amazon-adsystem.com/aax2/apstag.js:5:104012)
at https://c.amazon-adsystem.com/aax2/apstag.js:5:176391
at https://c.amazon-adsystem.com/aax2/apstag.js:5:4265
at https://c.amazon-adsystem.com/aax2/apstag.js:5:67638
at Array.forEach (<anonymous>)
at B (https://c.amazon-adsystem.com/aax2/apstag.js:5:67425)
at https://c.amazon-adsystem.com/aax2/apstag.js:5:107115
at https://c.amazon-adsystem.com/aax2/apstag.js:5:107660 | |
Failed to load resource: the server responded with a status of 400 () | |
Not signed in with the identity provider. |
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
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.
1.52 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.73 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.63 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.46 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.
13.06 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.
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.
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2 | 80 ms |
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 | |
|---|---|---|---|
Sunil Grover's Diamond Raja makes Sunrisers Hyderabad players Ishan Kishan, Abh… div.smallFeedCol > a.newsFeed > div.txtBx > h3 | s0.2mdn.net/simgad/8138605350669567414 | 171.5 KiB | 142.2 KiB |
IPL 2026: Ravindra Jadeja and relentless bowling attack propel Rajasthan Royals… div.smallFeedCol > a.newsFeed > div.imgBx > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 96.8 KiB | 95.1 KiB |
How Donald Trump’s ‘gunboat diplomacy’ and Truth Social threats derailed April … div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/20/274659... | 79.0 KiB | 78.6 KiB |
IRS officer’s daughter murder accused arrested; police link him to another crim… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 78.8 KiB | 78.3 KiB |
Pakistan’s diplomatic standing hits record low as Iran snubs peace facilitation… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/20/274661... | 54.9 KiB | 54.6 KiB |
How is Israeli PM Benjamin Netanyahu impacting US-Iran talks without participat… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/21/274669... | 53.9 KiB | 53.6 KiB |
Mallikarjun Kharge gets ECI notice over 'terrorist' remark on PM Modi: 'Highly … div.bignews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 56.0 KiB | 53.5 KiB |
Not Anurag Kashyap, Vishal Bhardwaj, Zoya Akhtar; this Indian filmmaker to serv… div.bignews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 53.8 KiB | 51.4 KiB |
'I am sorry': Former BCCI selector breaks silence on Rohit Sharma’s biggest Ind… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 51.0 KiB | 50.8 KiB |
Tomahawks to THAAD: 5 Most sophisticated and lethal weapons Pentagon is using i… div.bignews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274679... | 51.4 KiB | 49.1 KiB |
US-Iran War: How much money has Donald Trump spent so far? War cost crosses who… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274677... | 48.5 KiB | 48.3 KiB |
IIFA Awards 2026 to introduce Best International Film category like Oscars, spe… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 47.6 KiB | 47.3 KiB |
DNA TV Show: Amit Shah's doctored video exposes 'deepfakes', a new threat to di… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2024/04/30/263320... | 44.5 KiB | 44.2 KiB |
West Bengal elections 2026: It's TMC vs BJP as 152 seats head to polls today in… div.bignews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/23/274681... | 46.1 KiB | 37.3 KiB |
body > div#google_image_div > a#aw0 > img.img_ad body > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/3299210173741497869 | 43.4 KiB | 33.7 KiB |
DNA TV Show: Analysis of child traffickers' modus operandi in Delhi div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2024/04/07/263104... | 33.6 KiB | 33.4 KiB |
li#splide02-slide03 > div.lazy-image > a > img.lazyload li#splide02-slide03 > div.lazy-image > a > img.lazyload | /sites/default/files/styles/half/public/2026/04/21/274665... | 34.5 KiB | 31.9 KiB |
Iran exposes Pakistan's 'double game': Tehran accuses Pak Army Chief Asim Munir… div.dnasp-phibx-img > a > div.lazy-image > img | /sites/default/files/styles/full/public/2026/04/22/274674... | 32.1 KiB | 31.2 KiB |
li#splide02-slide02 > div.lazy-image > a > img.lazyload li#splide02-slide02 > div.lazy-image > a > img.lazyload | /sites/default/files/styles/half/public/2026/04/21/274667... | 32.9 KiB | 30.3 KiB |
li#splide02-slide01 > div.lazy-image > a > img.lazyload li#splide02-slide01 > div.lazy-image > a > img.lazyload | /sites/default/files/styles/half/public/2026/04/22/274674... | 31.4 KiB | 28.9 KiB |
DNA Exclusive: India's first Twitter user on her 16-year Twitter journey and E… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2022/11/13/255357... | 27.0 KiB | 26.8 KiB |
DNA TV Show: Shifting Lok Sabha polls 2024 focus from development to religion div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2024/05/10/263414... | 25.8 KiB | 25.7 KiB |
DNA Exclusive: Ugly 'Car-Nama' exposed! Showrooms charge extra for delivering c… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2023/08/01/260173... | 23.3 KiB | 23.2 KiB |
US-Iran War: After ceasefire extension, Iran captures Gujarat-bound vessel, fir… div.dnasp-phibx-img > a > div.lazy-image > img | /sites/default/files/styles/full/public/2026/04/22/274676... | 20.9 KiB | 20.3 KiB |
Switch to हिन्दी
LOGIN body > header > div.container | /dynamic/2/1402540/res.cloudinary.com/dv0jqjrc3/image/fet... | 33.6 KiB | 18.8 KiB |
West Bengal elections 2026: It's TMC vs BJP as 152 seats head to polls today in… div.container > div.breakingnews > div.marquee > div.marquee__item | s0.2mdn.net/sadbundle/391665968113254400/img1.jpg | 25.3 KiB | 16.5 KiB |
Punjab to witness blackout mock drills on April 24; Know why div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 14.7 KiB | 14.6 KiB |
Women’s Day Special: BJP Spokesperson Shazia Ilmi On Women Empowerment, Politic… div.bignews-img > div.lazy-image > a > img | /sites/default/files/styles/half/public/2026/03/08/274274... | 24.7 KiB | 12.7 KiB |
MI vs GT: Tilak Verma's maiden century to Jasprit Bumrah's first ball wicket; H… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/quarter/public/2026/04/21/274... | 13.2 KiB | 12.2 KiB |
World Earth Day 2026: From Alia Bhatt, Priyanka Chopra to Raveena Tandon; 5 Cel… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/quarter/public/2026/04/21/274... | 12.8 KiB | 11.8 KiB |
Delhi News: Throats slit, Windpipes Cut; Man Allegedly Kills Pregnant Wife, 3 D… div.bignews-img > div.lazy-image > a > img | /sites/default/files/styles/half/public/2026/02/27/274200... | 21.9 KiB | 11.2 KiB |
Women's Day Special: India's Iron Lady Kiran Bedi's Powerful Message To Every I… div.bignews-img > div.lazy-image > a > img | /sites/default/files/styles/half/public/2026/03/08/274274... | 20.8 KiB | 10.7 KiB |
US-Iran peace talks second round soon? Trump shares 'good news' div.bignews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 11.5 KiB | 10.6 KiB |
Deepika Padukone, Ranveer Singh to become parents again: 5 Bollywood actresses … div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/quarter/public/2026/04/20/274... | 11.5 KiB | 10.6 KiB |
World Earth Day 2026: From Alia Bhatt, Ajay Devgn to Riteish Deshmukh: 5 Bollyw… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/quarter/public/2026/04/22/274... | 10.9 KiB | 10.0 KiB |
div.dna-photos-big > div.lazy-image > a > img div.dna-photos-big > div.lazy-image > a > img | /sites/default/files/styles/half/public/2026/04/22/274677... | 32.4 KiB | 6.2 KiB |
Bigg Boss: From Shehnaaz Gill, Priyanka Chahar Choudhary to Tanya Mittal; most … div.bignews-img > div.lazy-image > a > img | /sites/default/files/styles/quarter/public/2026/04/22/274... | 12.4 KiB | 4.3 KiB |
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.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size |
|---|---|
| www.dnaindia.com/_next/static/css/75ae679be20f64c8.css | 5.9 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 |
|---|---|
| dnaindia.com/ | 1.0 s |
| www.dnaindia.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.
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 | 8.4 s |
| Other | 1.8 s |
| Style & Layout | 725 ms |
| Script Parsing & Compilation | 607 ms |
| Rendering | 436 ms |
| Garbage Collection | 311 ms |
| Parse HTML & CSS | 85 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 |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| The page has an unload handler in a sub frame. | 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
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.
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 |
|---|
WEBSTORY div > div.tabs_wrapper > ul.tabs > li |
TRENDING div > div.tabs_wrapper > ul.tabs > li |
VIDEOS div > div.tabs_wrapper > ul.tabs > li |
ENTERTAINMENT div > div.tabs_wrapper > ul.tabs > li |
READ MORE div.dnasp-phibx > div.dnasp-phibx-content > div.dnasnip-rdwrap > a.dnasp-rdmore |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Entertainment div#splide02-track > ul#splide02-list > li#splide02-slide01 > h6 |
POPULAR STORIES div.right_container > div.popular-stories > div.section-heading-black > h5 |
DNA ORIGNALS div.right_container > div.most-viewed > div.section-heading-black > h5 |
These are opportunities to improve keyboard navigation in your application.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
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.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
MORE div.popular-stories > div.popular-stories-content > div.morebtnbox > a.morebtn |
MORE div.most-viewed > div.most-viewed-content > div.morebtnbox > a.morebtn |
MORE div.most-watched > div.most-watched-content > div.morebtnbox > a.morebtn |
MORE div.most-viewed > div.most-viewed-content > div.morebtnbox > a.morebtn |
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
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) | |
|---|---|---|---|
West Bengal elections 2026: It's TMC vs BJP as 152 seats head to polls today in… div.bignews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/23/274681... | 645 x 366 (1.76) | 1280 x 961 (1.33) |
West Bengal elections 2026: It's TMC vs BJP as 152 seats head to polls today in… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/23/274681... | 104 x 59 (1.76) | 1280 x 961 (1.33) |
Punjab to witness blackout mock drills on April 24; Know why div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 104 x 59 (1.76) | 1280 x 960 (1.33) |
Not Anurag Kashyap, Vishal Bhardwaj, Zoya Akhtar; this Indian filmmaker to serv… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 104 x 59 (1.76) | 1280 x 960 (1.33) |
'I am sorry': Former BCCI selector breaks silence on Rohit Sharma’s biggest Ind… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 104 x 59 (1.76) | 1280 x 960 (1.33) |
US-Iran War: After ceasefire extension, Iran captures Gujarat-bound vessel, fir… div.dnasp-phibx-img > a > div.lazy-image > img | /sites/default/files/styles/full/public/2026/04/22/274676... | 257 x 145 (1.77) | 1280 x 960 (1.33) |
Iran exposes Pakistan's 'double game': Tehran accuses Pak Army Chief Asim Munir… div.dnasp-phibx-img > a > div.lazy-image > img | /sites/default/files/styles/full/public/2026/04/22/274674... | 257 x 145 (1.77) | 1280 x 960 (1.33) |
Donald Trump announces indefinite extension of US-Iran ceasefire on request of … div.dnasp-phibx-img > a > div.lazy-image > img | /sites/default/files/styles/full/public/2026/04/22/274672... | 257 x 145 (1.77) | 1280 x 960 (1.33) |
Who is John Ternus? Apple’s new CEO driving AI and hardware innovation div.dnasp-phibx-img > a > div.lazy-image > img | /sites/default/files/styles/full/public/2026/04/21/274664... | 257 x 145 (1.77) | 1280 x 960 (1.33) |
7.4-magnitude earthquake jolts Northern Japan; tsunami warning issued for coast… div.dnasp-phibx-img > a > div.lazy-image > img | /sites/default/files/styles/full/public/2026/04/20/274659... | 257 x 145 (1.77) | 1280 x 960 (1.33) |
US-Iran peace talks second round soon? Trump shares 'good news' div.bignews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 413 x 234 (1.76) | 1280 x 960 (1.33) |
IRS officer’s daughter murder accused arrested; police link him to another crim… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 111 x 63 (1.76) | 1280 x 960 (1.33) |
Mallikarjun Kharge gets ECI notice over 'terrorist' remark on PM Modi: 'Highly … div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 111 x 63 (1.76) | 1280 x 960 (1.33) |
IPL 2026: Ravindra Jadeja and relentless bowling attack propel Rajasthan Royals… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 111 x 63 (1.76) | 1280 x 960 (1.33) |
IIFA Awards 2026 to introduce Best International Film category like Oscars, spe… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 111 x 63 (1.76) | 1280 x 960 (1.33) |
IPL 2026: Ravindra Jadeja and relentless bowling attack propel Rajasthan Royals… div.smallFeedCol > a.newsFeed > div.imgBx > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 193 x 109 (1.77) | 1280 x 960 (1.33) |
How is Israeli PM Benjamin Netanyahu impacting US-Iran talks without participat… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/21/274669... | 108 x 61 (1.77) | 1280 x 960 (1.33) |
Tomahawks to THAAD: 5 Most sophisticated and lethal weapons Pentagon is using i… div.bignews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274679... | 310 x 175 (1.77) | 1280 x 960 (1.33) |
Mallikarjun Kharge gets ECI notice over 'terrorist' remark on PM Modi: 'Highly … div.bignews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 313 x 177 (1.77) | 1280 x 960 (1.33) |
Not Anurag Kashyap, Vishal Bhardwaj, Zoya Akhtar; this Indian filmmaker to serv… div.bignews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 310 x 175 (1.77) | 1280 x 960 (1.33) |
IIFA Awards 2026 to introduce Best International Film category like Oscars, spe… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 108 x 61 (1.77) | 1280 x 960 (1.33) |
Who is John Ternus? Apple’s new CEO driving AI and hardware innovation div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/21/274664... | 108 x 61 (1.77) | 1280 x 960 (1.33) |
IPL 2026: Ravindra Jadeja and relentless bowling attack propel Rajasthan Royals… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 104 x 59 (1.76) | 1280 x 960 (1.33) |
Mallikarjun Kharge gets ECI notice over 'terrorist' remark on PM Modi: 'Highly … div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 104 x 59 (1.76) | 1280 x 960 (1.33) |
Punjab to witness blackout mock drills on April 24; Know why div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 104 x 59 (1.76) | 1280 x 960 (1.33) |
Not Anurag Kashyap, Vishal Bhardwaj, Zoya Akhtar; this Indian filmmaker to serv… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274680... | 104 x 59 (1.76) | 1280 x 960 (1.33) |
DNA TV Show: Shifting Lok Sabha polls 2024 focus from development to religion div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2024/05/10/263414... | 104 x 59 (1.76) | 1280 x 960 (1.33) |
DNA TV Show: Amit Shah's doctored video exposes 'deepfakes', a new threat to di… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2024/04/30/263320... | 104 x 59 (1.76) | 1280 x 960 (1.33) |
DNA TV Show: Analysis of child traffickers' modus operandi in Delhi div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2024/04/07/263104... | 104 x 59 (1.76) | 1280 x 960 (1.33) |
US-Iran War: How much money has Donald Trump spent so far? War cost crosses who… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/22/274677... | 108 x 61 (1.77) | 1280 x 956 (1.34) |
Pakistan’s diplomatic standing hits record low as Iran snubs peace facilitation… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/20/274661... | 108 x 61 (1.77) | 1280 x 956 (1.34) |
How Donald Trump’s ‘gunboat diplomacy’ and Truth Social threats derailed April … div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/full/public/2026/04/20/274659... | 108 x 61 (1.77) | 1280 x 956 (1.34) |
div.dna-photos-big > div.lazy-image > a > img div.dna-photos-big > div.lazy-image > a > img | /sites/default/files/styles/half/public/2026/04/22/274677... | 645 x 385 (1.68) | 640 x 480 (1.33) |
li#splide02-slide01 > div.lazy-image > a > img.lazyload li#splide02-slide01 > div.lazy-image > a > img.lazyload | /sites/default/files/styles/half/public/2026/04/22/274674... | 188 x 126 (1.49) | 640 x 480 (1.33) |
li#splide02-slide02 > div.lazy-image > a > img.lazyload li#splide02-slide02 > div.lazy-image > a > img.lazyload | /sites/default/files/styles/half/public/2026/04/21/274667... | 188 x 126 (1.49) | 640 x 480 (1.33) |
li#splide02-slide03 > div.lazy-image > a > img.lazyload li#splide02-slide03 > div.lazy-image > a > img.lazyload | /sites/default/files/styles/half/public/2026/04/21/274665... | 188 x 126 (1.49) | 640 x 480 (1.33) |
li#splide02-slide04 > div.lazy-image > a > img.lazyload li#splide02-slide04 > div.lazy-image > a > img.lazyload | /sites/default/files/styles/half/public/2026/04/20/274657... | 188 x 126 (1.49) | 640 x 480 (1.33) |
Bigg Boss: From Shehnaaz Gill, Priyanka Chahar Choudhary to Tanya Mittal; most … div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/quarter/public/2026/04/22/274... | 104 x 59 (1.76) | 320 x 240 (1.33) |
World Earth Day 2026: From Alia Bhatt, Ajay Devgn to Riteish Deshmukh: 5 Bollyw… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/quarter/public/2026/04/22/274... | 104 x 59 (1.76) | 320 x 240 (1.33) |
World Earth Day 2026: From Alia Bhatt, Priyanka Chopra to Raveena Tandon; 5 Cel… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/quarter/public/2026/04/21/274... | 104 x 59 (1.76) | 320 x 240 (1.33) |
Bigg Boss: From Shehnaaz Gill, Priyanka Chahar Choudhary to Tanya Mittal; most … div.bignews-img > div.lazy-image > a > img | /sites/default/files/styles/quarter/public/2026/04/22/274... | 297 x 168 (1.77) | 320 x 240 (1.33) |
World Earth Day 2026: From Alia Bhatt, Ajay Devgn to Riteish Deshmukh: 5 Bollyw… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/quarter/public/2026/04/22/274... | 104 x 59 (1.76) | 320 x 240 (1.33) |
World Earth Day 2026: From Alia Bhatt, Priyanka Chopra to Raveena Tandon; 5 Cel… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/quarter/public/2026/04/21/274... | 104 x 59 (1.76) | 320 x 240 (1.33) |
MI vs GT: Tilak Verma's maiden century to Jasprit Bumrah's first ball wicket; H… div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/quarter/public/2026/04/21/274... | 104 x 59 (1.76) | 320 x 240 (1.33) |
Deepika Padukone, Ranveer Singh to become parents again: 5 Bollywood actresses … div.small-listnews-img > div.lazy-image > a > img | /sites/default/files/styles/quarter/public/2026/04/20/274... | 104 x 59 (1.76) | 320 x 240 (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 |
|---|---|
| Topics | ads.pubmatic.com/AdServer/js/pwt/158141/1400/pwt.js line 40, col 410397 |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
| Unload event listeners are deprecated and will be removed. | pagead2.googlesyndication.com/pagead/js/lidar.js?fcd=true line 10, col 9148 |
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 |
|---|---|
[GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token. | |
Error: `apstag.init` was called multiple times with different pubIDs (a17c03c1-eb0c-4671-8a5d-3cb93c8ca58e then bc90e133-c9d1-4a4f-9127-6ef2478418c2)
at V (https://c.amazon-adsystem.com/aax2/apstag.js:5:70936)
at Ot (https://c.amazon-adsystem.com/aax2/apstag.js:5:103869)
at vt (https://c.amazon-adsystem.com/aax2/apstag.js:5:104012)
at https://c.amazon-adsystem.com/aax2/apstag.js:5:176391
at Object.init (https://c.amazon-adsystem.com/aax2/apstag.js:5:4265)
at https://d3fukwxve5r8zf.cloudfront.net/prebid_config_1111824967.min.js:1:151871 | |
Failed to load resource: the server responded with a status of 400 () | |
Not signed in with the identity provider. |
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
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.
Send Feedback