Skip to content
https://india.com

Lighthouse Desktop

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

Detailed Report

Audit breakdown by category with detailed findings.

83

Performance

Insights

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling

Why this matters

Performance issues directly impact user engagement and conversion rates.

3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

RequestCache TTLTransfer Size
static.vidgyor.com/live/midroll/assets/ZEE_NEWS.png0.0 ms236.7 KiB
ads.pubmatic.com/AdServer/js/pwt/158141/1400/pwt.js138595.0 s288.8 KiB
c.amazon-adsystem.com/aax2/apstag.js3600.0 s91.0 KiB
static.vidgyor.com/player/v12/js/video.min.js86400.0 s158.9 KiB
cdn.id5-sync.com/api/1.0/id5PrebidModule.js3600.0 s29.5 KiB
smartplugin.youbora.com/v6/js/adapters/videojs/6.8.0/sp.min.js604800.0 s169.8 KiB
www.google-analytics.com/analytics.js7200.0 s20.9 KiB
pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js3600.0 s15.4 KiB
cdn.izooto.com/scripts/sdk/izooto.js1382400.0 s95.3 KiB
eus.rubiconproject.com/usync.js8670.0 s11.5 KiB
www.gstatic.com/eureka/clank/147/cast_sender.js86400.0 s13.4 KiB
tags.crwdcntrl.net/lt/c/16576/sync.min.js86400.0 s13.1 KiB
static.vidgyor.com/player/v12/css/video_js_jio.css86400.0 s11.2 KiB
static.vidgyor.com/player/v12/js/videojs.min.js86400.0 s7.6 KiB
static.vidgyor.com/player/v12/js/videojs.ima.min.js86400.0 s7.5 KiB
sb.scorecardresearch.com/beacon.js86400.0 s6.7 KiB
static.vidgyor.com/player/v12/js/videojs-quality-menu.min.js86400.0 s3.9 KiB
config.aps.amazon-adsystem.com/configs/a17c03c1-eb0c-4671-8a5d-3cb93c8ca58e3600.0 s1.5 KiB
cdn.izooto.com/scripts/sdk/izextf.js1382400.0 s11.6 KiB
cdn.izooto.com/scripts/3f360aeab958302e4fc2f7cc38fe6b91372dae51.js86400.0 s1.9 KiB
static.vidgyor.com/player/v12/css/videojs.ima.css86400.0 s1.2 KiB
static.vidgyor.com/player/v12/css/videojs-quality-menu.css86400.0 s1.2 KiB
tag.wknd.ai/6049/i.js60.0 s335 B
static.vidgyor.com/player/v12/css/videojs.css86400.0 s828 B
cdn.izooto.com/scripts/sdk/izivt.js1382400.0 s1.1 KiB

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.

Why this matters

Performance issues directly impact user engagement and conversion rates.

A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Top function call valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:2.713 source:map[column:466 line:4 type:source-location url:https://static.india.com/wp-content/themes/icom/js/jquery-2.0.3.min.js?ver=iwpl_20241003-1 urlProvider:network]]]
headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:26.252 source:map[type:text value:[unattributed]]] map[reflowTime:0.362 source:map[column:28653 line:3 type:source-location url:https://static.india.com/wp-content/themes/icom/js/jquery-2.0.3.min.js?ver=iwpl_20241003-1 urlProvider:network]] map[reflowTime:0.035 source:map[column:28744 line:3 type:source-location url:https://static.india.com/wp-content/themes/icom/js/jquery-2.0.3.min.js?ver=iwpl_20241003-1 urlProvider:network]] map[reflowTime:0.073 source:map[column:29025 line:3 type:source-location url:https://static.india.com/wp-content/themes/icom/js/jquery-2.0.3.min.js?ver=iwpl_20241003-1 urlProvider:network]] map[reflowTime:4.567 source:map[column:2250 line:7 type:source-location url:https://static.india.com/wp-content/themes/icom/js/splide.gallery.min.js?v=20250424-2 urlProvider:network]]]

Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 203 ms
URLTime Spent
india.com/203 ms
www.india.com/0.0 ms

Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Diagnostics

Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation1.1 s
Other690 ms
Style & Layout305 ms
Rendering224 ms
Script Parsing & Compilation202 ms
Parse HTML & CSS41 ms
Garbage Collection30 ms

Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 15.2 KiB
URLTransfer SizeEst Savings
/npm/@silvermine/videojs-chromecast@1.2.0/dist/silvermine...32.9 KiB15.2 KiB

Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions

Why this matters

Performance issues directly impact user engagement and conversion rates.

URL
div.ads-placeholder > div > a > img div.ads-placeholder > div > a > img
static.india.com/wp-content/uploads/2020/07/india-food.jpg
a.live_gif_scorecard > div.tagh2 > div.livescore_arrow_img > img.arrow_img a.live_gif_scorecard > div.tagh2 > div.livescore_arrow_img > img.arrow_img
s3.india.com/wp-content/themes/icom/images/livescore_arrow_img.png

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

Layout shift culprits
Optimize DOM size
Improve image delivery
LCP breakdown
LCP request discovery
Modern HTTP
Optimize viewport for mobile
Minify CSS
User Timing marks and measures 16 user timings
JavaScript execution time 0.9 s
Avoid long main-thread tasks 7 long tasks found
Avoid non-composited animations 4 animated elements found
Page didn't prevent back/forward cache restoration
Network Requests
Network Round Trip Times 190 ms
Server Backend Latencies 400 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 60 ms
Avoid large layout shifts 3 layout shifts found
INP breakdown
84

Accessibility

These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.

Contrast

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog

These are opportunities to improve the legibility of your content.

Names and labels

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
a.live_gif_scorecard > div.tagh2 > div.livescore_arrow_img > img.arrow_img a.live_gif_scorecard > div.tagh2 > div.livescore_arrow_img > img.arrow_img
div.ads-placeholder > div > a > img div.ads-placeholder > div > a > img

Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.live-tv-watch > div.tv-play > div.watch-iframe > iframe#liveTviframe div.live-tv-watch > div.tv-play > div.watch-iframe > iframe#liveTviframe

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.ads-box > div.ads-placeholder > div > a div.ads-box > div.ads-placeholder > div > a

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.

Navigation

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Window opens for Trump’s tariff refund of more than $160 billion; How much will… a > figure > figcaption.text > h3

These are opportunities to improve keyboard navigation in your application.

Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Follow Us div.top-right-content > div.secondary-wrap > div.google-follow > a
JD Vance’s Islamabad trip put on hold; Uncertainty and suspense linger on US-Ir… section.lhs-col > div.home-top-news > article.repeat-box > a
BUSINESS Window opens for Trump’s tariff refund of more than $160 billion; How … div.lead-story > div.news-boxes > article.repeat-box > a
BUSINESS RBI issues fresh guidelines for digital payments, check update on auto… div.lead-story > div.news-boxes > article.repeat-box > a
SPORTS IPL 2026: Abhishek Sharma, Eshan Malinga STAR as SRH clinch convincing 4… div.lead-story > div.news-boxes > article.repeat-box > a
VIRAL Mukesh Ambani and Nita Ambani used to stay here before shifting to 27-sto… div.lead-story > div.news-boxes > article.repeat-box > a
WORLD 'Fully prepared to deliver decisive response to US', says Iran while susp… div.lead-story > div.news-boxes > article.repeat-box > a
WORLD 'Mossad agent, Mr M, used creativity, cunning, and technology against Ira… div.lead-story > div.news-boxes > article.repeat-box > a
SPORTS Abhishek Sharma REVEALS story behind new celebration after smashing seco… div.lead-story > div.news-boxes > article.repeat-box > a
WORLD Balen Shah's gift to Nepalese government employees; To get salary twice a… div.lead-story > div.news-boxes > article.repeat-box > a
More in Entertainment News div.new-cat-listing > h2.border-heading > span.view-more > a
Sonu Nigam recalls massaging Asha Bhosle’s feet during US tour in 1996: 'She wa… div.news-boxes > div.news-lhs > article.repeat-box > a
The making of Dhurandhar: Aditya Dhar to surprise fans by releasing BTS film in… div.news-boxes > div.news-rhs > article.repeat-box > a
Shah Rukh Khan's King has already earned Rs 250 crore before release. Here's how div.news-boxes > div.news-rhs > article.repeat-box > a
Dhurandhar 2: Rakesh Bedi slams propaganda allegations on Ranveer Singh, Aditya… div.news-boxes > div.news-rhs > article.repeat-box > a
Are Sharwanand and his wife Rakshita Reddy heading for divorce as actor does TH… div.news-boxes > div.news-rhs > article.repeat-box > a
More in Business News div.new-cat-listing > h2.border-heading > span.view-more > a
Window opens for Trump’s tariff refund of more than $160 billion; How much will… div.news-boxes > div.news-lhs > article.repeat-box > a
RBI issues fresh guidelines for digital payments, check update on auto-debit pa… div.news-boxes > div.news-rhs > article.repeat-box > a
Major economic crisis looms as 600 million barrels of oil wasted due to Iran war div.news-boxes > div.news-rhs > article.repeat-box > a
Tim Cook Net Worth: How Apple CEO built his 'Billion-Dollar' fortune and mainta… div.news-boxes > div.news-rhs > article.repeat-box > a
How new Labour Codes could impact your basic pay, take-home salary, PF, and gra… div.news-boxes > div.news-rhs > article.repeat-box > a
More in Viral News div.new-cat-listing > h2.border-heading > span.view-more > a
Mukesh Ambani and Nita Ambani used to stay here before shifting to 27-storey An… div.news-boxes > div.news-lhs > article.repeat-box > a
Why are 4000 rotis made every day at Mukesh Ambani’s house? Check daily menu at… div.news-boxes > div.news-rhs > article.repeat-box > a
IIT Bombay students celebrate ‘No Bag Day’ in viral video, Carry books in bucke… div.news-boxes > div.news-rhs > article.repeat-box > a
Gurugram man's advice on quality of life 'after Rs 8-10 crore, house, and car' … div.news-boxes > div.news-rhs > article.repeat-box > a
Amid election campaign in West Bengal, PM Modi enjoys 'jhalmuri'; Watch viral v… div.news-boxes > div.news-rhs > article.repeat-box > a
More in Video Reels div.video-reels > h2.border-heading > span.view-more > a
US Elections 2024: Who Is Kamala Harris’s Running Mate in the 2024 Election? ul#video-reels-slider-list > li#video-reels-slider-slide01 > article.repeat-box > a
Kiren Rijiju Slams Rahul Gandhi's Remarks in US: "Shows His Immaturity" ul#video-reels-slider-list > li#video-reels-slider-slide02 > article.repeat-box > a
EAM S Jaishankar Hints at Potential Disruptive Political Changes in Bangladesh ul#video-reels-slider-list > li#video-reels-slider-slide03 > article.repeat-box > a
Independence Day 2024: Why Pakistan celebrates freedom a day before India ul#video-reels-slider-list > li#video-reels-slider-slide04 > article.repeat-box > a
View all div.Webstories > h2.border-heading > span.view-more > a
Quick Dry Liquid Lipstick Smooth Matte Finish ul#web-stories-slider-list > li#web-stories-slider-slide01 > article.repeat-box > a
Lightweight Eyeliner for Comfortable All Day Wear ul#web-stories-slider-list > li#web-stories-slider-slide02 > article.repeat-box > a
Summer Body Mist for Instant Refreshing Feel ul#web-stories-slider-list > li#web-stories-slider-slide03 > article.repeat-box > a
Quick Dry Underarm Roll On No Sticky Feel ul#web-stories-slider-list > li#web-stories-slider-slide04 > article.repeat-box > a
More in Cricket News div.new-cat-listing > h2.border-heading > span.view-more > a
IPL 2026: Abhishek Sharma, Eshan Malinga STAR as SRH clinch convincing 47-run w… div.news-boxes > div.news-lhs > article.repeat-box > a
Abhishek Sharma REVEALS story behind new celebration after smashing second IPL … div.news-boxes > div.news-rhs > article.repeat-box > a
SRH vs DC Highlights, IPL 2026: Abhishek Sharma, Eshan Malinga power Sunrisers … div.news-boxes > div.news-rhs > article.repeat-box > a
Good news for Babar and other Pakistan cricketers in middle of PSL 2026, T20 le… div.news-boxes > div.news-rhs > article.repeat-box > a
SRH vs DC Live Streaming Info, IPL 2026 Match: When, Where, How to Watch Sunris… div.news-boxes > div.news-rhs > article.repeat-box > a
More in Sports News div.new-cat-listing > h2.border-heading > span.view-more > a
Abhishek Sharma REVEALS story behind new celebration after smashing second IPL … div.news-boxes > div.news-lhs > article.repeat-box > a
IPL 2026: Abhishek Sharma, Eshan Malinga STAR as SRH clinch convincing 47-run w… div.news-boxes > div.news-rhs > article.repeat-box > a
SRH vs DC Highlights, IPL 2026: Abhishek Sharma, Eshan Malinga power Sunrisers … div.news-boxes > div.news-rhs > article.repeat-box > a
Good news for Babar and other Pakistan cricketers in middle of PSL 2026, T20 le… div.news-boxes > div.news-rhs > article.repeat-box > a
SRH vs DC Live Streaming Info, IPL 2026 Match: When, Where, How to Watch Sunris… div.news-boxes > div.news-rhs > article.repeat-box > a
More in India News div.new-cat-listing > h2.border-heading > span.view-more > a
Kerala blast: 13 killed, several injured due to explosion at fireworks unit in … div.news-boxes > div.news-lhs > article.repeat-box > a
Delhi weather update: Bad news for residents of Delhi NCR as IMD predicts heatw… div.news-boxes > div.news-rhs > article.repeat-box > a
300 units of free electricity, Rs 40000 pension for women upon formation of SP … div.news-boxes > div.news-rhs > article.repeat-box > a
Good news for travellers as Indian Railways will operate over 18000 special tra… div.news-boxes > div.news-rhs > article.repeat-box > a
Hajj 2026 Update: Saudi Arabia enforces new visa norms, Heavy fines and sets qu… div.news-boxes > div.news-rhs > article.repeat-box > a
More in World News div.new-cat-listing > h2.border-heading > span.view-more > a
40% of Indians want to leave US forever! What shattered their American Dream? div.news-boxes > div.news-lhs > article.repeat-box > a
Second round of US-Iran peace talks to commence tomorrow in Islamabad as Iran a… div.news-boxes > div.news-rhs > article.repeat-box > a
Balen Shah’s Govt starts levying customs duties on goods purchased from India; … div.news-boxes > div.news-rhs > article.repeat-box > a
Balen Shah's gift to Nepalese government employees; To get salary twice a month div.news-boxes > div.news-rhs > article.repeat-box > a
'Mossad agent, Mr M, used creativity, cunning, and technology against Iran'; Wh… div.news-boxes > div.news-rhs > article.repeat-box > a
More in Education News div.new-cat-listing > h2.border-heading > span.view-more > a
CBSE 12th Result 2026 Date LIVE: Board likely release higher secondary results … div.news-boxes > div.news-lhs > article.repeat-box > a
CUET PG MBA 2026: From cut-off trends to top universities, Everything aspirants… div.news-boxes > div.news-rhs > article.repeat-box > a
JEE Mains Session-2 Toppers List: NTA declares result on jeemain.nta.nic.in; ch… div.news-boxes > div.news-rhs > article.repeat-box > a
JEE Mains 2026 Result OUT: NTA declares session 2 result; check details here div.news-boxes > div.news-rhs > article.repeat-box > a
JEE Mains Result 2026 Live NOW: NTA to announce results today, session 2 Scorec… div.news-boxes > div.news-rhs > article.repeat-box > a
More in Tech News div.new-cat-listing > h2.border-heading > span.view-more > a
Apple car key feature could soon arrive for Tata cars, Allowing users to unlock… div.news-boxes > div.news-lhs > article.repeat-box > a
Meta plans AI version of Mark Zuckerberg to answer queries of staff members; he… div.news-boxes > div.news-rhs > article.repeat-box > a
Microsoft bets big on Japan: $10 billion investment for AI announced; details i… div.news-boxes > div.news-rhs > article.repeat-box > a
ChatGPT available in Apple CarPlay: Why this iOS update is mandatory - Here’s h… div.news-boxes > div.news-rhs > article.repeat-box > a
Job cuts again? Nokia likely to lay off up to 20 per cent workforce globally, i… div.news-boxes > div.news-rhs > article.repeat-box > a
More in Lifestyle News div.new-cat-listing > h2.border-heading > span.view-more > a
Miss India World 2026 Sadhvi Satish Sail's education qualification: A double ma… div.news-boxes > div.news-lhs > article.repeat-box > a
Happy Akshaya Tritiya 2026: Wishes, messages, greetings with date, timings, muh… div.news-boxes > div.news-rhs > article.repeat-box > a
Happy Vishu 2026 wishes, mssages, greetings, WhatsApp status to celebrate Malay… div.news-boxes > div.news-rhs > article.repeat-box > a
Happy Bihu 2026 Messages and Greetings: Share these wishes with your loved ones… div.news-boxes > div.news-rhs > article.repeat-box > a
Happy Baisakhi 2026 messages, greetings, WhatsApp status, wishes to share with … div.news-boxes > div.news-rhs > article.repeat-box > a
Dhurandhar 2: Rakesh Bedi slams propaganda allegations on Ranveer Singh, Aditya… div.top-news > div.news-boxes > article.repeat-box > a
India plans E85 fuel rollout with draft rules, Pushes high Ethanol blend to cut… div.top-news > div.news-boxes > article.repeat-box > a
BIG update on US-Iran talks in Islamabad, reports suggest THIS world leader wil… div.top-news > div.news-boxes > article.repeat-box > a
Kerala blast: 13 killed, several injured due to explosion at fireworks unit in … div.top-news > div.news-boxes > article.repeat-box > a
Why are 4000 rotis made every day at Mukesh Ambani’s house? Check daily menu at… div.top-news > div.news-boxes > article.repeat-box > a
Bihar Election 2025: EC enforces strict MCC, RJD offers 54 seats, Congress dema… div.right-widgets > div.news-boxes > article.repeat-box > a
Karur stampede: What’s next for Vijay? From bomb threat to courtroom drama, bla… div.right-widgets > div.news-boxes > article.repeat-box > a
Russia-Ukraine war: Who are 'Bucha Witches', women volunteers who gun down Russ… div.right-widgets > div.news-boxes > article.repeat-box > a
Explained: How Switzerland's suspension of MFN status to India would affect Ind… div.right-widgets > div.news-boxes > article.repeat-box > a
'27000 grenades, 840 rocket launchers...': What is the 2004 Chittagong arms smu… div.right-widgets > div.news-boxes > article.repeat-box > a
Hypersonic, Ballistic, and Cruise missiles: Which is more lethal? How are they … div.right-widgets > div.news-boxes > article.repeat-box > a
Explained: How Bangladesh's Quota Protests Snowballed Into A Mass Movement Agai… div.right-widgets > div.news-boxes > article.repeat-box > a
Kerala Landslides: What Caused the Devastation in Wayanad | Explained div.right-widgets > div.news-boxes > article.repeat-box > a
UK General Elections 2024: Here's How President Is Elected, Electoral Process, … div.right-widgets > div.news-boxes > article.repeat-box > a
What Has Caused Record-Breaking Temperatures In Delhi? Weathermen Give THESE Re… div.right-widgets > div.news-boxes > article.repeat-box > a
सीजफायर खत्म होने से पहले बढ़ा तनाव! ईरान ने अमेरिका पर लगाए ‘समुद्री डकैती’ और ‘स्टेट टेरर’ के आरोप div.right-widgets > div.news-boxes > article.repeat-box > a
Breaking News Today 21 April: पाकिस्तान की अपील- अमेरिका और ईरान के बीच 14 दिन के बढ़ाया जाए सीजफायर div.right-widgets > div.news-boxes > article.repeat-box > a
उत्तर भारत को झुलसाएगी गर्मी, 12 राज्यों में आंधी-बारिश का अलर्ट, जानें 22 अप्रैल को आपके शहर में कैसा रहेगा मौसम div.right-widgets > div.news-boxes > article.repeat-box > a
महिलाओं को लेकर बयान से सियासी भूचाल! Pappu Yadav के विवादित शब्दों पर घमासान, हर दल ने घेरा div.right-widgets > div.news-boxes > article.repeat-box > a
पसीना नहीं सूखा तो हो सकती है मौत, समझिए सूखी-नम गर्मी कैसे है हीटवेव से ज्यादा खतरनाक div.right-widgets > div.news-boxes > article.repeat-box > a
'लुटेरी सरकार को जवाब' का नारा, डबल इंजन पर जोर... तमिलनाडु में जमकर गरजे CM मोहन यादव div.right-widgets > div.news-boxes > article.repeat-box > a
न्यूक्लियर बम से भी बड़ा ईरान का वो हथियार, जिससे मिनटों में पूरी दुनिया की इकोनॉमी का पहिया कर सकता है जाम div.right-widgets > div.news-boxes > article.repeat-box > a
केरल में त्रिशूर के पटाखा गोदाम में आग, अब तक 13 लोगों की मौत; रेस्क्यू ऑपरेशन जारी div.right-widgets > div.news-boxes > article.repeat-box > a
'संवाद से बनता है विश्वास... ', देहरादून में राष्ट्रीय जनसंपर्क दिवस पर मंथन, लोकतंत्र में PR की अहम भूमिका पर जोर div.right-widgets > div.news-boxes > article.repeat-box > a
नीले ड्रम का खौफ फिर लौटा! 11 साल के मासूम की बेरहमी से हत्या, घर के अंदर छुपाई गई लाश div.right-widgets > div.news-boxes > article.repeat-box > a
यहां हजारों सालों से सटीक समय बताती है पत्थर की घड़ी, सूर्य देवता से खास कनेक्शन, अद्भुत कहानी कर देगी हैरान div.right-widgets > div.news-boxes > article.repeat-box > a
सियासत में 'आतंकी' शब्द से बवाल, मल्लिकार्जुन खरगे के बयान पर घमासान, PM मोदी को लेकर BJP का पलटवार div.right-widgets > div.news-boxes > article.repeat-box > a
जस्टिस स्वर्ण कांता शर्मा 'केजरीवाल' की याचिका से नहीं होंगी अलग! जानें रिक्यूजल मामले में दिल्ली HC ने क्या-कुछ कहा div.right-widgets > div.news-boxes > article.repeat-box > a
चुनाव से पहले सख्ती! EC का बड़ा फैसला, बंगाल में रात को बाइक बैन, दिन में पिलियन सवारी पर रोक div.right-widgets > div.news-boxes > article.repeat-box > a
इस प्वॉइंट पर बनी सहमति तो हमेशा के लिए खुल जाएगा होर्मुज का रास्ता, जानें ईरान-US की पीस डील में किसने रखी कौन सी मां… div.right-widgets > div.news-boxes > article.repeat-box > a
इस राज्य में धरती फाड़कर निकला हजारों किलो सोना, भारत के लिए अब बदल जाएगा सारा हिसाब-किताब div.right-widgets > div.news-boxes > article.repeat-box > a
ऑफिस के क्रेडिट कार्ड से शख्स ने निकाल लिये 27 लाख रुपये, बॉस ने मांगे पैसे तो अश्लील फोटो भेज करने लगा ब्लैकमेल! जानें पूरा… div.right-widgets > div.news-boxes > article.repeat-box > a
कनाडा से डिपोर्ट हो सकते हैं हजारों भारतीय छात्र, नया कानून 'बिल C-12' बना मुसीबत div.right-widgets > div.news-boxes > article.repeat-box > a
चीन से मिसाइल रसायन ले जा रहा था ईरानी जहाज? निक्की हेली के दावों ने दुनिया को क्यों चौंकाया? div.right-widgets > div.news-boxes > article.repeat-box > a
तमिलनाडु चुनाव में कितने करोड़पति उम्मीदवार? 3992 में पढ़े-लिखे कितने, क्रिमिनल रिकॉर्ड देख रह जाएंगे दंग div.right-widgets > div.news-boxes > article.repeat-box > a
'एक ग्रह और दो सूर्य', ब्रह्मांड में कितने मिले ऐसे रेयर प्लैनेट div.right-widgets > div.news-boxes > article.repeat-box > a
करोड़पति से क्रिमिनल रिकॉर्ड वाले... बंगाल चुनाव के फेज-2 में TMC-BJP ने किस तरह के कैंडिडेट पर जताया ज्यादा भरोसा? … div.right-widgets > div.news-boxes > article.repeat-box > a
रेलवे ने दिया गर्मी की छुट्टियों का तोहफा- चलाईं 908 स्पेशल ट्रेनें, लगाएंगी 18262 फेरे, जानें कौन से जोन से कितनी गाड़ियां div.right-widgets > div.news-boxes > article.repeat-box > a
IMD का बड़ा अलर्ट, अगले 5 दिनों तक UP सहित देश के इन 30 जगहों पर बरसेगा हीटवेव का कहर div.right-widgets > div.news-boxes > article.repeat-box > a
महिला ने की 60 हजार 'सांपों की अनोखी खेती', हर साल कमा रही करोड़ों div.right-widgets > div.news-boxes > article.repeat-box > a
Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
Document has a main landmark.
Deprecated ARIA roles were not used
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
73

Best Practices

Trust and Safety

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

General

Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Deprecation / WarningSource
Topics

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

SourceDescription
[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_2805124906.min.js:1:223253
Not signed in with the identity provider.
Uncaught TypeError: Cannot read properties of undefined (reading 'getTech')
VIDEOJS: ERROR: TypeError: e.getError is not a function at i.errorListener (https://smartplugin.youbora.com/v6/js/adapters/videojs/6.8.0/sp.min.js:2:163131) at Be.o.dispatcher.o.dispatcher (https://static.vidgyor.com/player/v12/js/video.min.js:12:13642) at je (https://static.vidgyor.com/player/v12/js/video.min.js:12:14426) at o.trigger (https://static.vidgyor.com/player/v12/js/video.min.js:12:19160) at e.onAdError (https://static.vidgyor.com/player/v12/js/videojs.ima.min.js:2:5991) at r.onErrorLoadingAds (https://static.vidgyor.com/player/v12/js/videojs.ima.min.js:2:29849) at o.onAdsLoaderError (https://static.vidgyor.com/player/v12/js/videojs.ima.min.js:2:22328) at Xw (https://imasdk.googleapis.com/js/sdkloader/ima3.js:318:200) at m.dispatchEvent (https://imasdk.googleapis.com/js/sdkloader/ima3.js:316:349) at OW (https://imasdk.googleapis.com/js/sdkloader/ima3.js:816:60)
Uses HTTPS
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate clickjacking with XFO or CSP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Page has valid source maps
Redirects HTTP traffic to HTTPS
85

SEO

These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.

Crawling and Indexing

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Uncrawlable Link
LOGIN div.content > div.top-right-content > div#login_sec > a
div.content > div.top-right-content > div#logged_info_sec > a#sso_user_letter div.content > div.top-right-content > div#logged_info_sec > a#sso_user_letter
Live section.itab > ul.tabnav > li.eventtracker > a
Up Next section.itab > ul.tabnav > li.active > a
Results section.itab > ul.tabnav > li.eventtracker > a

To appear in search results, crawlers need access to your app.

Content Best Practices

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
a.live_gif_scorecard > div.tagh2 > div.livescore_arrow_img > img.arrow_img a.live_gif_scorecard > div.tagh2 > div.livescore_arrow_img > img.arrow_img
div.ads-placeholder > div > a > img div.ads-placeholder > div > a > img

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

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

Send Feedback