Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
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.
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.
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 |
|---|---|
| /s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu... | 45 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.
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.
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 | Duration |
|---|---|---|
| /wp-content/themes/icom/js/jquery-2.0.3.min.js?ver=iwpl_2... | 29.4 KiB | |
| static.india.com/wp-content/themes/icom/css/first-fold.css?v=20250424-2 | 18.1 KiB | 253 ms |
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 |
|---|---|
| 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.
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.
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.2 KiB | 14.0 KiB |
| static.india.com/wp-content/themes/icom/css/first-fold.css?v=20250424-2 | 17.7 KiB | 12.1 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
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 | 1.1 s |
| Other | 690 ms |
| Style & Layout | 305 ms |
| Rendering | 224 ms |
| Script Parsing & Compilation | 202 ms |
| Parse HTML & CSS | 41 ms |
| Garbage Collection | 30 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /npm/@silvermine/videojs-chromecast@1.2.0/dist/silvermine... | 32.9 KiB | 15.2 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
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.
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.
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.
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.
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.
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.
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.
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 |
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.
Performance issues directly impact user engagement and conversion rates.
General
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 |
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 |
|---|---|
accounts.google.com/gsi/client line 85, col 88 | [GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token. |
c.amazon-adsystem.com/aax2/apstag.js line 4, col 3691 | 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. | |
static.vidgyor.com/player/v9/js/videojs.ads.min.js line 1, col 19514 | Uncaught TypeError: Cannot read properties of undefined (reading 'getTech') |
static.vidgyor.com/player/v12/js/video.min.js line 11, col 1533 | 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) |
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
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.
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.