Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
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.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
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.
Cookie 'traffic_medium' is missing the Secure flag
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.
1 button(s) with no accessible text
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/b753dfdf-5f03-4158-8afd-957d177cc55b)<a href="https://beavercheck.com/results/b753dfdf-5f03-4158-8afd-957d177cc55b"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Findia.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Findia.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. 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.
9 barrier(s) likely increasing bounce by ~32%.
Page takes 10.7s to load
+12% bounceUsers abandon at ~3s — you're 8.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.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
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
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
152 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
9 broken link(s) on the page
+5% 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.
₹5,250 investment → ₹52,330/month returns + INR 2,500,000,000 risk avoided
₹5,250
4h · 5 findings
₹52,330 /mo
~₹627,966 / year
INR 2,500,000,000
if kept compliant
₹3,000 — 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.
3.5 developer hours at ₹1500/hr
Based on India rates (₹1500/hr)
Start here for the best return on investment
₹208,333,377 / month at risk
~₹2,500,000,527 / year if left unfixed
₹2,500,000,000
+1 more
₹44 /mo
6586.5 MB/mo × 6.667 INR/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.
1.97 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.73 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.69 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.010
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.25 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.
21.55 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| ads.pubmatic.com/AdServer/js/pwt/158141/1400/pwt.js | 138641.0 s | 288.8 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 3600.0 s | 91.0 KiB |
| cdn.id5-sync.com/api/1.0/id5PrebidModule.js | 3600.0 s | 29.5 KiB |
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
| cdn.izooto.com/scripts/sdk/izooto.js | 1382400.0 s | 95.3 KiB |
| eus.rubiconproject.com/usync.js | 8716.0 s | 11.5 KiB |
| tags.crwdcntrl.net/lt/c/16576/sync.min.js | 86400.0 s | 13.1 KiB |
| sb.scorecardresearch.com/beacon.js | 86400.0 s | 6.7 KiB |
| config.aps.amazon-adsystem.com/configs/a17c03c1-eb0c-4671-8a5d-3cb93c8ca58e | 3600.0 s | 1.5 KiB |
| cdn.izooto.com/scripts/sdk/izextf.js | 1382400.0 s | 11.6 KiB |
| cdn.izooto.com/scripts/3f360aeab958302e4fc2f7cc38fe6b91372dae51.js | 86400.0 s | 1.9 KiB |
| tag.wknd.ai/6049/i.js | 60.0 s | 313 B |
| cdn.izooto.com/scripts/sdk/izivt.js | 1382400.0 s | 1.1 KiB |
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 |
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.
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.
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 | |
|---|---|---|---|
Add India.com As A Trusted Source div#PreferredSources > i.google-preferred-source-btn > a > img.lazy | static.india.com/wp-content/themes/icom/images/google-preferred-source.png | 6.7 KiB | 4.7 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 |
|---|---|
| india.com/ | 752 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.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 129.4 KiB |
| accounts.google.com/gsi/client | 95.6 KiB | 71.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-L5EPNX0RMW&cx=c>m=4e64h1h1 | 136.7 KiB | 65.6 KiB |
| www.googletagmanager.com/gtag/js?id=UA-19458284-1 | 125.0 KiB | 64.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-WJND8Q2YR5&cx=c>m=4e64h1 | 154.7 KiB | 63.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5D2XVLM | 119.8 KiB | 62.4 KiB |
| cdn.izooto.com/scripts/sdk/izooto.js | 94.8 KiB | 62.1 KiB |
| news.google.com/swg/js/v1/swg-basic.js | 85.4 KiB | 60.2 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.6 KiB | 38.8 KiB |
| fundingchoicesmessages.google.com/i/106213651?ers=3 | 68.8 KiB | 36.2 KiB |
| /wp-content/themes/icommobile/js/swiper.min.js?ver=iwpl_2... | 34.2 KiB | 29.6 KiB |
| ads.pubmatic.com/AdServer/js/pwt/158141/1400/pwt.js | 288.4 KiB | 26.6 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 3.1 s |
| Other | 1.7 s |
| Style & Layout | 701 ms |
| Rendering | 696 ms |
| Script Parsing & Compilation | 601 ms |
| Parse HTML & CSS | 117 ms |
| Garbage Collection | 80 ms |
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 |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.sidebar-searchbox > div.box > form#form_search > button#btnggsrch div.sidebar-searchbox > div.box > form#form_search > button#btnggsrch |
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 |
|---|
body.home-page > div#main > div.download > a body.home-page > div#main > div.download > a |
body.home-page > div#main > div.download > a body.home-page > div#main > div.download > 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.
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 |
|---|
हिंदी ul.topRnav > li.language-switch > a > span.lang |
Read More section.content > div.topNewsBox > div.view-more-btn > a.viewAll |
Read More section.content > div.topNewsBox > div.view-more-btn > a.viewAll |
Upcoming section.content > div#matchscroller > div.tab > button.tablinks |
26 Apr 2026 15:30 IST | 10:00 GMT
MA Chidambaram Stadium, Chennai div.allbox > a > li.scorecardBox > p.stadium |
08 May 2026 19:30 IST | 14:00 GMT
Arun Jaitley Stadium, Delhi div.allbox > a > li.scorecardBox > p.stadium |
More in Video Reels div.Webstories > h2.topNews > span.viewAll > a.viewAll |
View all div.Webstories > h2.topNews > span.viewAll > a.viewAll |
Read More section.content > div.topNewsBox > div.view-more-btn > a.viewAll |
Read More section.content > div.topNewsBox > div.view-more-btn > a.viewAll |
Read More section.content > div.topNewsBox > div.view-more-btn > a.viewAll |
Read More section.content > div.topNewsBox > div.view-more-btn > a.viewAll |
Read More section.content > div.topNewsBox > div.view-more-btn > a.viewAll |
Read More section.content > div.topNewsBox > div.view-more-btn > a.viewAll |
Read More section.content > div.topNewsBox > div.view-more-btn > a.viewAll |
Read More section.content > div.topNewsBox > div.view-more-btn > a.viewAll |
Read More section.content > div.topNewsBox > div.view-more-btn > a.viewAll |
Read More section.content > div.topNewsBox > div.view-more-btn > a.viewAll |
Home div#footerNav-add > div.footerNav > a.active > small |
Watch div#footerNav-add > div.footerNav > a > small |
Photos div#footerNav-add > div.footerNav > a > small |
Videos div#footerNav-add > div.footerNav > a > small |
Webstories div#footerNav-add > div.footerNav > a > small |
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.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Switch to
हिंदी
LOGIN body.home-page > header#page > div.content > ul.topRnav |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
LOGIN div.content > ul.topRnav > div.topCLS > li#login_sec |
Ipl 2026, Match 37
CSK
VS
GT
26 Apr 2026 15:30 IST | 10:00 GMT
MA Chidambara… div#upcoming > div.allbox > a > li.scorecardBox |
Ipl 2026, Match 51
DC
VS
KKR
08 May 2026 19:30 IST | 14:00 GMT
Arun Jaitley … div#upcoming > div.allbox > a > li.scorecardBox |
Ipl 2026, Match 50
LSG
VS
RCB
07 May 2026 19:30 IST | 14:00 GMT
Bharat Ratna… div#upcoming > div.allbox > a > li.scorecardBox |
Ipl 2026, Match 49
SRH
VS
PBKS
06 May 2026 19:30 IST | 14:00 GMT
Rajiv Gandh… div#upcoming > div.allbox > a > li.scorecardBox |
Ipl 2026, Match 48
DC
VS
CSK
05 May 2026 19:30 IST | 14:00 GMT
Arun Jaitley … div#upcoming > div.allbox > a > li.scorecardBox |
Ipl 2026, Match 47
MI
VS
LSG
04 May 2026 19:30 IST | 14:00 GMT
Wankhede Stad… div#upcoming > div.allbox > a > li.scorecardBox |
Ipl 2026, Match 46
GT
VS
PBKS
03 May 2026 19:30 IST | 14:00 GMT
Narendra Mod… div#upcoming > div.allbox > a > li.scorecardBox |
Ipl 2026, Match 45
SRH
VS
KKR
03 May 2026 15:30 IST | 10:00 GMT
Rajiv Gandhi… div#upcoming > div.allbox > a > li.scorecardBox |
Ipl 2026, Match 44
CSK
VS
MI
02 May 2026 19:30 IST | 14:00 GMT
MA Chidambara… div#upcoming > div.allbox > a > li.scorecardBox |
Ipl 2026, Match 43
RR
VS
DC
01 May 2026 19:30 IST | 14:00 GMT
Sawai Mansingh… div#upcoming > div.allbox > a > li.scorecardBox |
Ipl 2026, Match 42
GT
VS
RCB
30 Apr 2026 19:30 IST | 14:00 GMT
Narendra Modi… div#upcoming > div.allbox > a > li.scorecardBox |
Ipl 2026, Match 41
MI
VS
SRH
29 Apr 2026 19:30 IST | 14:00 GMT
Wankhede Stad… div#upcoming > div.allbox > a > li.scorecardBox |
Ipl 2026, Match 40
PBKS
VS
RR
28 Apr 2026 19:30 IST | 14:00 GMT
New Internat… div#upcoming > div.allbox > a > li.scorecardBox |
Ipl 2026, Match 39
DC
VS
RCB
27 Apr 2026 19:30 IST | 14:00 GMT
Arun Jaitley … div#upcoming > div.allbox > a > li.scorecardBox |
Ipl 2026, Match 38
LSG
VS
KKR
26 Apr 2026 19:30 IST | 14:00 GMT
Bharat Ratna… div#upcoming > div.allbox > a > li.scorecardBox |
Ipl 2026, Match 36
RR
VS
SRH
25 Apr 2026 19:30 IST | 14:00 GMT
Sawai Mansing… div#upcoming > div.allbox > a > li.scorecardBox |
Ipl 2026, Live Score, Match 35
DC
VS
PBKS
25 Apr 2026 15:30 IST | 10:00 GMT
… div#upcoming > div.allbox > a > li.scorecardBox |
Ipl 2026, Live Score, Match 34
RCB
VS
GT
24 Apr 2026 19:30 IST | 14:00 GMT
M… div#upcoming > div.allbox > a > li.scorecardBox |
Ipl 2026, Live Score, Match 33
MI
VS
CSK
23 Apr 2026 19:30 IST | 14:00 GMT
W… div#upcoming > div.allbox > a > li.scorecardBox |
Ipl 2026, Live Score, Match 32
LSG
VS
RR
22 Apr 2026 19:30 IST | 14:00 GMT
B… div#upcoming > div.allbox > a > li.scorecardBox |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 in Video Reels div.Webstories > h2.topNews > span.viewAll > a.viewAll |
US Elections 2024: Who Is Kamala Harris’s Running Mate in the 2024 Election? div.Webstories > div.all-box > article.repeat-box > a |
Kiren Rijiju Slams Rahul Gandhi's Remarks in US: "Shows His Immaturity" div.Webstories > div.all-box > article.repeat-box > a |
EAM S Jaishankar Hints at Potential Disruptive Political Changes in Bangladesh div.Webstories > div.all-box > article.repeat-box > a |
View all div.Webstories > h2.topNews > span.viewAll > a.viewAll |
Quick Dry Liquid Lipstick Smooth Matte Finish div.Webstories > div.all-box > article.repeat-box > a |
Lightweight Eyeliner for Comfortable All Day Wear div.Webstories > div.all-box > article.repeat-box > a |
Summer Body Mist for Instant Refreshing Feel div.Webstories > div.all-box > article.repeat-box > a |
Videos div#main > div#footerNav-add > div.footerNav > a |
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.
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 |
|---|---|
Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID | |
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.
| Link destination | Link Text |
|---|---|
| www.india.com/entertainment/ | Read More |
| www.india.com/business/ | Read More |
| www.india.com/news/india/ | Read More |
| www.india.com/sports/ | Read More |
| www.india.com/education/ | Read More |
| www.india.com/viral/ | Read More |
| www.india.com/lifestyle/ | Read More |
| www.india.com/technology/ | Read More |
| www.india.com/travel/articles/ | Read More |
| www.india.com/festivals-events/ | Read More |
| www.india.com/states/ | Read More |
| www.india.com/news/world/ | Read More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
LOGIN ul.topRnav > div.topCLS > li#login_sec > a |
ul.topRnav > div.topCLS > li#logged_info_sec > a#sso_user_letter ul.topRnav > div.topCLS > li#logged_info_sec > a#sso_user_letter |
To appear in search results, crawlers need access to your app.
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.
829 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.11 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
275 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.90 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.
5.15 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.
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.
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.
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
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.
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 |
|---|
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.
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.
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 |
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.
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) |
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.
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.
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.
Send Feedback