Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No favicon or icon links detected
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/7b3931ab-e3fe-49cd-8f74-f729f3701385)<a href="https://beavercheck.com/results/7b3931ab-e3fe-49cd-8f74-f729f3701385"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fnews18.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fnews18.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. 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 ~34%.
Page loads in 3.6s
+5% bounceEvery additional 100ms above 2.5s costs conversions — you're 1.1s over
Fix: Target <2.5s LCP: defer non-critical scripts and optimize the hero image
Page feels frozen for 2.6s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$450 investment → $2,106/month returns + USD 157,500 risk avoided
$450
4h · 5 findings
$2,106 /mo
~$25,277 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,507 / year if left unfixed
$157,500
+4 more
$0.62 /mo
7700.0 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.84 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.62 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.58 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.
8.50 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.
23.20 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
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.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.jsx-137684cdbc4d8361 > a.jsx-137684cdbc4d8361 > div.jsx-137684cdbc4d8361 > ::before div.jsx-137684cdbc4d8361 > a.jsx-137684cdbc4d8361 > div.jsx-137684cdbc4d8361 > ::before | /dlxczavtqcctuei/news18/static/images/english/quick-games... | 8.1 KiB | 5.0 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 |
|---|---|
| news18.com/ | 767 ms |
| www.news18.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 4.4 s |
| Style & Layout | 1.5 s |
| Other | 1.3 s |
| Script Parsing & Compilation | 561 ms |
| Rendering | 431 ms |
| Parse HTML & CSS | 174 ms |
| Garbage Collection | 92 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... | 61.8 KiB | 28.4 KiB |
| www.news18.com/scripts/newrelicrum.v2.js | 21.9 KiB | 3.6 KiB |
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-cutout-background { background-color: rgb(255, 255, 255) !important; … } … | 17.0 KiB | 14.5 KiB |
| static.vidgyor.com/player/v12/css/skin_base.css | 12.9 KiB | 11.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
| URL | Transfer Size | Est Savings |
|---|---|---|
| static.vidgyor.com/player/v12/js/video.min.js | 187.5 KiB | 165.8 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 128.9 KiB |
| ads.pubmatic.com/AdServer/js/pwt/113941/2778/pwt.js | 174.8 KiB | 115.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-4LJXB6XTLN&cx=c>m=4e64h1 | 169.0 KiB | 67.7 KiB |
| accounts.google.com/gsi/client | 85.4 KiB | 64.9 KiB |
| accounts.google.com/gsi/client | 85.4 KiB | 64.6 KiB |
| accounts.google.com/gsi/client | 85.4 KiB | 64.6 KiB |
| cdn.izooto.com/scripts/sdk/izooto.js | 94.8 KiB | 62.2 KiB |
| /npm/@silvermine/videojs-chromecast@1.2.0/dist/silvermine... | 61.8 KiB | 55.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PBM75F9 | 162.1 KiB | 46.4 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 39.6 KiB |
| fundingchoicesmessages.google.com/i/1039154?ers=3 | 68.7 KiB | 35.3 KiB |
| code.jquery.com/jquery-3.7.1.min.js | 29.6 KiB | 21.7 KiB |
| www.news18.com/_next/static/chunks/pages/_app-321a2e0f84fca3aa.js | 40.6 KiB | 20.5 KiB |
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.jsx-f815457cb5f2ab01 > a.jsx-f815457cb5f2ab01 > figure.jsx-f815457cb5f2ab01 > img.jsx-f815457cb5f2ab01 div.jsx-f815457cb5f2ab01 > a.jsx-f815457cb5f2ab01 > figure.jsx-f815457cb5f2ab01 > img.jsx-f815457cb5f2ab01 | /dlxczavtqcctuei/news18/static/images/english/shows/the-b... |
div.jsx-f815457cb5f2ab01 > a.jsx-f815457cb5f2ab01 > figure.jsx-f815457cb5f2ab01 > img.jsx-f815457cb5f2ab01 div.jsx-f815457cb5f2ab01 > a.jsx-f815457cb5f2ab01 > figure.jsx-f815457cb5f2ab01 > img.jsx-f815457cb5f2ab01 | /dlxczavtqcctuei/news18/static/images/english/shows/the-r... |
div.jsx-f815457cb5f2ab01 > a.jsx-f815457cb5f2ab01 > figure.jsx-f815457cb5f2ab01 > img.jsx-f815457cb5f2ab01 div.jsx-f815457cb5f2ab01 > a.jsx-f815457cb5f2ab01 > figure.jsx-f815457cb5f2ab01 > img.jsx-f815457cb5f2ab01 | /dlxczavtqcctuei/news18/static/images/english/shows/the-h... |
ask search icon div#hr > a.jsx-28423c589c309753 > div.jsx-28423c589c309753 > img.jsx-28423c589c309753 | /dlxczavtqcctuei/news18/static/images/english/ask-search-... |
showsha div.comttlwrp > a > h2.compttl > img.lazyload | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
The ongoing crisis in West Asia — with its human costs and geopolitical ramific… div.jsx-561658ee757d0bfe > a.jsx-561658ee757d0bfe > figure.jsx-561658ee757d0bfe > img.jsx-561658ee757d0bfe | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
div.jsx-b48832e030415315 > div.jsx-b48832e030415315 > figure.jsx-b48832e030415315 > img.jsx-b48832e030415315 div.jsx-b48832e030415315 > div.jsx-b48832e030415315 > figure.jsx-b48832e030415315 > img.jsx-b48832e030415315 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Best Moments From Coldplay’s Ahmedabad Concert div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Delicious Lahori Paneer Korma Recipe div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Shah Rukh Khan to Kartik Aaryan: This is How Bollywood Celebs Marked Republic D… div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
5 National Parks In India To Spot Lions div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Alia Bhatt to Sonam Kapoor: Stars Look Glamorous in Black at Fashion Event div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Tasty and Healthy Sweet Potato Dip Recipe div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Oscars 2025 Nominations: Full List of Nominees div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Winter Special Green Peas Masala Curry Recipe div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Budget 2025: Halwa Ceremony To Be Held Today div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Rashmika Mandanna to Wamiqa Gabbi: Outsiders Changing the Bollywood Game div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Subhash Ghai Turns 80: His Top 10 Biggest Hits You Should Watch div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
7 Indian Breakfast Traditions You Must Know div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
5 Celeb-inspired Pastel Lehengas For The Wedding Season div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
5 Easy Two-Ingredient Dessert Recipes For Your Sweet Cravings div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Arshdeep Singh Breaks Yuzvendra Chahal’s Historic T20I Record div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Delicious Millet Cutlet Recipe div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
6 Facts About Veer Pahariya, Set To Debut In Sky Force div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
7 Parathas For Winter Breakfast You Can’t Miss div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
5 Indian-Americans Appointed By US President Donald Trump div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
7 Vitamin C-Rich Foods div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Rohit Sharma Set To Create Unique Record In Ranji Trophy div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Budget 2025: How is a budget passed in the Parliament? div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
10 Effective Weight Loss Habits To Keep You On Track div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
5 Fascinating Animals That Have More Than Two Eyes div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Donald Trump Inauguration: A Look At Melania Trump, Usha Vance, Ivanka Trump’s … div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
A Look At Sushant Singh Rajput’s Acting Journey div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
5 Simple Steps For Bathua Dosa Recipe div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
5 Khushi Kapoor-inspired Gen Z Outfits for the Wedding Season div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Maharashtrian Snacks You Should Try This Winter div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Rohit Sharma’s Records & Stats In Ranji Trophy div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Karan Veer Mehra Wins Bigg Boss 18: A Look at His Journey div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Delicious Amla Pickle Recipe div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Olympic Medallist Neeraj Chopra Weds Himani Mor In Dreamy Ceremony div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Budget 2025: 5 Key Tax Expectations div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
5 Times Nita Ambani Championed Beautiful Indian Handloom Sarees div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Diabetes-friendly Bajre ke Ladoo Recipe div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Paatal Lok S2, The Roshans and Other Exciting OTT Releases to Watch This Weekend div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Virat Kohli’s Records & Stats In Ranji Trophy div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
7 Best Talking Birds To Keep As Pets div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Tasty South Indian Unniyappam Recipe for A Delicious Meal div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
5 Times Kangana Ranaut’s Emergency Made Headlines For Wrong Reasons div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
10 Tips For Students To Stay Focused While Studying div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Saif Ali Khan To Sanjay Leela Bhansali: Bollywood Celebrities Who Were Attacked div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
5 Delicious South Indian Winter Breakfast Recipes div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Smriti Mandhana’s Record-Breaking Show In 3rd ODI vs Ireland div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Vijay Sethupathi Birthday: His Top 5 Movies You Should Not Miss div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
10 Sacred Animals/Birds That Are Worshipped In India div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
5 Living Room Layouts To Give It A Luxurious Vibe div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Here’s How Film Stars Celebrated Makar Sankranti div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
5 Gluten-free South Indian Millet-based Dishes div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Jasprit Bumrah Wins ICC Player Of The Month Award div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Inside Pictures Of Alaya F’s Stunning Apartment In Mumbai div.jsx-b46696ad8b018565 > a.jsx-b46696ad8b018565 > div.jsx-b46696ad8b018565 > img.jsx-b46696ad8b018565 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Tarot Card Reading Today, April 21, 2026 li.jsx-55906e21aa58da08 > a.jsx-55906e21aa58da08 > figure.jsx-55906e21aa58da08 > img.jsx-55906e21aa58da08 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Love Horoscope Today, April 21, 2026 li.jsx-55906e21aa58da08 > a.jsx-55906e21aa58da08 > figure.jsx-55906e21aa58da08 > img.jsx-55906e21aa58da08 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Pisces Horoscope Today, April 21, 2026 li.jsx-55906e21aa58da08 > a.jsx-55906e21aa58da08 > figure.jsx-55906e21aa58da08 > img.jsx-55906e21aa58da08 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Aquarius Horoscope Today, April 21, 2026 li.jsx-55906e21aa58da08 > a.jsx-55906e21aa58da08 > figure.jsx-55906e21aa58da08 > img.jsx-55906e21aa58da08 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Horoscope Today, April 21, 2026: Aries To Pisces, What’s In Store For You li.jsx-55906e21aa58da08 > a.jsx-55906e21aa58da08 > figure.jsx-55906e21aa58da08 > img.jsx-55906e21aa58da08 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#__next > footer.jsx-5a77d616075ef96f > div#stkad > div.jsx-5a77d616075ef96f div#__next > footer.jsx-5a77d616075ef96f > div#stkad > div.jsx-5a77d616075ef96f |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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.jsx-eeec47350c88289e > div#hr > div.jsx-28423c589c309753 > button.jsx-28423c589c309753 div.jsx-eeec47350c88289e > div#hr > div.jsx-28423c589c309753 > button.jsx-28423c589c309753 |
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 |
|---|
div.jsx-4e39706ffe3e1c65 > div.jsx-4e39706ffe3e1c65 > a.jsx-4e39706ffe3e1c65 > img.jsx-4e39706ffe3e1c65 div.jsx-4e39706ffe3e1c65 > div.jsx-4e39706ffe3e1c65 > a.jsx-4e39706ffe3e1c65 > img.jsx-4e39706ffe3e1c65 |
div.jsx-55906e21aa58da08 > div#zodiacdpdwn > div.jsx-55906e21aa58da08 > img.jsx-55906e21aa58da08 div.jsx-55906e21aa58da08 > div#zodiacdpdwn > div.jsx-55906e21aa58da08 > img.jsx-55906e21aa58da08 |
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.jsx-849497b47737bec5 > div#vidgyor_parent > div#vidgyor_container > iframe#vidgyor_iframe div.jsx-849497b47737bec5 > div#vidgyor_parent > div#vidgyor_container > iframe#vidgyor_iframe |
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.jsx-eeec47350c88289e > div.jsx-eeec47350c88289e > div.jsx-eeec47350c88289e > a.jsx-1187273887 div.jsx-eeec47350c88289e > div.jsx-eeec47350c88289e > div.jsx-eeec47350c88289e > a.jsx-1187273887 |
a#topStoriesFeaturedImage > div.jsx-7665ab8f6a035659 > div.jsx-7665ab8f6a035659 > a.jsx-7665ab8f6a035659 a#topStoriesFeaturedImage > div.jsx-7665ab8f6a035659 > div.jsx-7665ab8f6a035659 > a.jsx-7665ab8f6a035659 |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
div.jsx-cd261495400233ee > ul.jsx-cd261495400233ee > li.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f div.jsx-cd261495400233ee > ul.jsx-cd261495400233ee > li.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
div.jsx-cd261495400233ee > ul.jsx-cd261495400233ee > li.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f div.jsx-cd261495400233ee > ul.jsx-cd261495400233ee > li.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
div.jsx-cd261495400233ee > ul.jsx-cd261495400233ee > li.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f div.jsx-cd261495400233ee > ul.jsx-cd261495400233ee > li.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
div.jsx-cd261495400233ee > ul.jsx-cd261495400233ee > li.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f div.jsx-cd261495400233ee > ul.jsx-cd261495400233ee > li.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
div.jsx-8618ad20a21d3fe > div.jsx-4e39706ffe3e1c65 > div.jsx-4e39706ffe3e1c65 > a.jsx-4e39706ffe3e1c65 div.jsx-8618ad20a21d3fe > div.jsx-4e39706ffe3e1c65 > div.jsx-4e39706ffe3e1c65 > a.jsx-4e39706ffe3e1c65 |
div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > a.jsx-5a77d616075ef96f div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > a.jsx-5a77d616075ef96f |
div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > a.jsx-5a77d616075ef96f div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > a.jsx-5a77d616075ef96f |
div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > a.jsx-5a77d616075ef96f div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > a.jsx-5a77d616075ef96f |
div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > a.jsx-5a77d616075ef96f div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > a.jsx-5a77d616075ef96f |
div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > a.jsx-5a77d616075ef96f div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > a.jsx-5a77d616075ef96f |
div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > a.jsx-5a77d616075ef96f div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > a.jsx-5a77d616075ef96f |
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 |
|---|
ADVERTISEMENT li.jsx-5d76a91826f69b0c > div.jsx-5d76a91826f69b0c > div.jsx-5d76a91826f69b0c > span.jsx-5d76a91826f69b0c |
ADVERTISEMENT div.jsx-8618ad20a21d3fe > main.jsx-8618ad20a21d3fe > div.jsx-8618ad20a21d3fe > span.jsx-8618ad20a21d3fe |
ADVERTISEMENT div.jsx-8618ad20a21d3fe > div.jsx-8618ad20a21d3fe > div.jsx-8618ad20a21d3fe > span.jsx-8618ad20a21d3fe |
Mon-Fri, 8 AM to 9 AM div.jsx-f815457cb5f2ab01 > div.jsx-f815457cb5f2ab01 > a.jsx-f815457cb5f2ab01 > time.jsx-f815457cb5f2ab01 |
Mon-Fri, 7 PM to 8 PM div.jsx-f815457cb5f2ab01 > div.jsx-f815457cb5f2ab01 > a.jsx-f815457cb5f2ab01 > time.jsx-f815457cb5f2ab01 |
ADVERTISEMENT div.jsx-8618ad20a21d3fe > div.jsx-8618ad20a21d3fe > div.jsx-8618ad20a21d3fe > span.jsx-8618ad20a21d3fe |
55 a.jsx-4e39706ffe3e1c65 > div.jsx-4e39706ffe3e1c65 > div.jsx-4e39706ffe3e1c65 > div.jsx-4e39706ffe3e1c65 |
Moderate a.jsx-4e39706ffe3e1c65 > div.jsx-4e39706ffe3e1c65 > div.jsx-4e39706ffe3e1c65 > div.jsx-4e39706ffe3e1c65 |
63 a.jsx-4e39706ffe3e1c65 > div.jsx-4e39706ffe3e1c65 > div.jsx-4e39706ffe3e1c65 > div.jsx-4e39706ffe3e1c65 |
Moderate a.jsx-4e39706ffe3e1c65 > div.jsx-4e39706ffe3e1c65 > div.jsx-4e39706ffe3e1c65 > div.jsx-4e39706ffe3e1c65 |
Good a.jsx-4e39706ffe3e1c65 > div.jsx-4e39706ffe3e1c65 > div.jsx-4e39706ffe3e1c65 > div.jsx-4e39706ffe3e1c65 |
ADVERTISEMENT div.jsx-8618ad20a21d3fe > div.jsx-8618ad20a21d3fe > div.jsx-8618ad20a21d3fe > span.jsx-8618ad20a21d3fe |
TODAY div.jsx-55906e21aa58da08 > div.jsx-55906e21aa58da08 > ul.jsx-55906e21aa58da08 > li.jsx-55906e21aa58da08 |
In app div.jsx-c88cda40921e78f6 > a#bottom_sticky_mweb_nav2 > div.jsx-c88cda40921e78f6 > span.jsx-c88cda40921e78f6 |
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 |
Manage options div.fc-dialog > div.fc-footer-buttons-container > button.fc-button > p.fc-manage-options-third-button-label |
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 |
|---|
MORE TOP NEWS
Anne Hathaway Says ‘Inshallah’ During Devil Wears Prada Promotion… div.jsx-5d76a91826f69b0c > div.jsx-5d76a91826f69b0c > div.jsx-5d76a91826f69b0c > ul.jsx-5d76a91826f69b0c |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. Learn more about the refresh meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
a#topStoriesFeaturedImage > div.jsx-7665ab8f6a035659 > div.jsx-7665ab8f6a035659 > a.jsx-7665ab8f6a035659 a#topStoriesFeaturedImage > div.jsx-7665ab8f6a035659 > div.jsx-7665ab8f6a035659 > a.jsx-7665ab8f6a035659 |
These items highlight common accessibility best practices.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#__next > footer.jsx-5a77d616075ef96f > div#stkad > div.jsx-5a77d616075ef96f div#__next > footer.jsx-5a77d616075ef96f > div#stkad > div.jsx-5a77d616075ef96f |
These are opportunities to improve keyboard navigation in your application.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| /dlxczavtqcctuei/news18/static/images/english/quick-games... | Automatically upgraded to HTTPS |
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
rapid read logo div.jsx-b48832e030415315 > div.jsx-b48832e030415315 > a.jsx-b48832e030415315 > img.jsx-b48832e030415315 | /dlxczavtqcctuei/news18/static/images/english/rapid-read-... | 140 x 40 (3.50) | 286 x 88 (3.25) |
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
US President Donald Trump div.jsx-5d76a91826f69b0c > a#topStoriesFeaturedImage > figure.jsx-7665ab8f6a035659 > img.jsx-7665ab8f6a035659 | /ibnlive/uploads/2026/04/Untitled-design-2026-04-07T22333... | 380 x 214 | 328 x 185 | 570 x 321 |
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 |
|---|---|
www.news18.com/scripts/newrelicrum.v2.js line 5, col 16307 | [GPT] Exception in googletag.cmd function: TypeError: Cannot read properties of null (reading 'addService').
https://goo.gle/gpt-message#30 |
www.news18.com/scripts/newrelicrum.v2.js line 5, col 16307 | [GSI_LOGGER]: FedCM get() rejects with NotAllowedError: Only one navigator.credentials.get request may be outstanding at one time. |
www.news18.com/scripts/newrelicrum.v2.js line 5, col 16307 | [GSI_LOGGER]: FedCM get() rejects with NotAllowedError: Only one navigator.credentials.get request may be outstanding at one time. |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 3259 | Error: <svg> attribute viewBox: Expected number, "0 0 100% 4". |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 3259 | Error: <svg> attribute viewBox: Expected number, "0 0 100% 4". |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 3259 | Error: <svg> attribute viewBox: Expected number, "0 0 100% 4". |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 3259 | Error: <svg> attribute viewBox: Expected number, "0 0 100% 4". |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 120757 | Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:120758)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Nk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:95716)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94272)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/scripts/newrelicrum.v2.js line 5, col 16307 | Exception in queued GPT command TypeError: Cannot read properties of null (reading 'addService')
at https://www.news18.com/:94:107
at Yv.push (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js:19:443590)
at Yv.<anonymous> (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js:19:96787)
at Zv (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js:19:140400)
at fE.j (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js:19:611654)
at hE (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js:19:200904)
at jE.next (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js:19:201198)
at https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js:19:201612
at nrWrapper (https://www.news18.com/scripts/newrelicrum.v2.js:6:16308)
at new Promise (<anonymous>) |
Not signed in with the identity provider. | |
Only one navigator.credentials.get request may be outstanding at one time. | |
Only one navigator.credentials.get request may be outstanding at one time. | |
www.news18.com/_next/static/chunks/pages/_app-321a2e0f84fca3aa.js line 5, col 132888 | Refused to set unsafe header "Accept-Encoding" |
www.news18.com/_next/static/chunks/pages/_app-321a2e0f84fca3aa.js line 5, col 132888 | Refused to set unsafe header "Accept-Encoding" |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Mixed content |
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.news18.com/astrology/ | Read More |
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 |
|---|
div.jsx-4e39706ffe3e1c65 > div.jsx-4e39706ffe3e1c65 > a.jsx-4e39706ffe3e1c65 > img.jsx-4e39706ffe3e1c65 div.jsx-4e39706ffe3e1c65 > div.jsx-4e39706ffe3e1c65 > a.jsx-4e39706ffe3e1c65 > img.jsx-4e39706ffe3e1c65 |
div.jsx-55906e21aa58da08 > div#zodiacdpdwn > div.jsx-55906e21aa58da08 > img.jsx-55906e21aa58da08 div.jsx-55906e21aa58da08 > div#zodiacdpdwn > div.jsx-55906e21aa58da08 > img.jsx-55906e21aa58da08 |
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 |
|---|
Ask News18 header#header > div.jsx-eeec47350c88289e > div#hr > a.jsx-28423c589c309753 |
div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
News18 Urdu div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
News18 Marathi div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
News18 Urdu div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
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.
860 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.11 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
441 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.61 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
4.43 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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/113941/2778/pwt.js | 36327.0 s | 175.2 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 3600.0 s | 91.0 KiB |
| delivery.adrecover.com/43988/adRecover.js | 3600.0 s | 19.6 KiB |
| cdn.izooto.com/scripts/sdk/izooto.js | 1382400.0 s | 95.3 KiB |
| static.chartbeat.com/js/chartbeat.js | 86400.0 s | 15.9 KiB |
| static.chartbeat.com/js/chartbeat_mab.js | 86400.0 s | 10.1 KiB |
| api.local18.in/games/number-chain/assets/images/icon.svg | 35.0 s | 4.0 KiB |
| api.local18.in/games/chess/assets/images/icon.svg | 436.0 s | 2.9 KiB |
| sb.scorecardresearch.com/internal-cs/6683813/beacon.js | 86400.0 s | 6.7 KiB |
| api.local18.in/games/balloon-shooter/assets/images/icon.svg | 163.0 s | 2.3 KiB |
| api.local18.in/games/tetromino/assets/images/icon.svg | 166.0 s | 1.8 KiB |
| cdn.izooto.com/scripts/58a668dbc74c7b7b996e009bae898f5036a0ddaf.js | 86400.0 s | 3.2 KiB |
| instaread.co/js/instaread.player.js | 86400.0 s | 3.1 KiB |
| config.aps.amazon-adsystem.com/configs/779bdaf2-7955-402f-9476-b0a531d45eaa | 3600.0 s | 883 B |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.jsx-137684cdbc4d8361 > a.jsx-137684cdbc4d8361 > div.jsx-137684cdbc4d8361 > ::before div.jsx-137684cdbc4d8361 > a.jsx-137684cdbc4d8361 > div.jsx-137684cdbc4d8361 > ::before | /dlxczavtqcctuei/news18/static/images/english/quick-games... | 8.1 KiB | 5.0 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 |
|---|---|
| news18.com/ | 211 ms |
| www.news18.com/ | 0.0 ms |
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.
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.
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.3 s |
| Style & Layout | 357 ms |
| Other | 355 ms |
| Script Parsing & Compilation | 148 ms |
| Rendering | 133 ms |
| Parse HTML & CSS | 46 ms |
| Garbage Collection | 22 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 |
|---|---|---|
| www.news18.com/scripts/newrelicrum.v2.js | 21.9 KiB | 3.6 KiB |
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-cutout-background { background-color: rgb(255, 255, 255) !important; … } … | 17.0 KiB | 14.5 KiB |
| static.vidgyor.com/player/v12/css/skin_base.css | 12.9 KiB | 12.9 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
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 128.3 KiB |
| ads.pubmatic.com/AdServer/js/pwt/113941/2778/pwt.js | 174.8 KiB | 115.0 KiB |
| cdn.izooto.com/scripts/sdk/izooto.js | 94.8 KiB | 81.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-4LJXB6XTLN&cx=c>m=4e64h1 | 169.0 KiB | 66.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PBM75F9 | 162.1 KiB | 46.3 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 39.7 KiB |
| fundingchoicesmessages.google.com/i/1039154?ers=3 | 68.7 KiB | 35.3 KiB |
| static.vidgyor.com/player/v12/js/vgr_dai_init.min.js | 31.0 KiB | 26.1 KiB |
| www.news18.com/_next/static/chunks/pages/_app-321a2e0f84fca3aa.js | 40.6 KiB | 21.7 KiB |
| code.jquery.com/jquery-3.7.1.min.js | 29.6 KiB | 21.7 KiB |
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.jsx-f815457cb5f2ab01 > a.jsx-f815457cb5f2ab01 > figure.jsx-f815457cb5f2ab01 > img.jsx-f815457cb5f2ab01 div.jsx-f815457cb5f2ab01 > a.jsx-f815457cb5f2ab01 > figure.jsx-f815457cb5f2ab01 > img.jsx-f815457cb5f2ab01 | /dlxczavtqcctuei/news18/static/images/english/shows/the-b... |
div.jsx-f815457cb5f2ab01 > a.jsx-f815457cb5f2ab01 > figure.jsx-f815457cb5f2ab01 > img.jsx-f815457cb5f2ab01 div.jsx-f815457cb5f2ab01 > a.jsx-f815457cb5f2ab01 > figure.jsx-f815457cb5f2ab01 > img.jsx-f815457cb5f2ab01 | /dlxczavtqcctuei/news18/static/images/english/shows/the-r... |
div.jsx-f815457cb5f2ab01 > a.jsx-f815457cb5f2ab01 > figure.jsx-f815457cb5f2ab01 > img.jsx-f815457cb5f2ab01 div.jsx-f815457cb5f2ab01 > a.jsx-f815457cb5f2ab01 > figure.jsx-f815457cb5f2ab01 > img.jsx-f815457cb5f2ab01 | /dlxczavtqcctuei/news18/static/images/english/shows/the-h... |
ask search icon div.jsx-e5eb928902046c75 > div.jsx-e5eb928902046c75 > div.jsx-e5eb928902046c75 > img.jsx-e5eb928902046c75 | /dlxczavtqcctuei/news18/static/images/english/ask-search-... |
The ongoing crisis in West Asia — with its human costs and geopolitical ramific… div.jsx-561658ee757d0bfe > a.jsx-561658ee757d0bfe > figure.jsx-561658ee757d0bfe > img.jsx-561658ee757d0bfe | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
div.jsx-b48832e030415315 > div.jsx-b48832e030415315 > figure.jsx-b48832e030415315 > img.jsx-b48832e030415315 div.jsx-b48832e030415315 > div.jsx-b48832e030415315 > figure.jsx-b48832e030415315 > img.jsx-b48832e030415315 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Tarot Card Reading Today, April 21, 2026 li.jsx-55906e21aa58da08 > a.jsx-55906e21aa58da08 > figure.jsx-55906e21aa58da08 > img.jsx-55906e21aa58da08 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Love Horoscope Today, April 21, 2026 li.jsx-55906e21aa58da08 > a.jsx-55906e21aa58da08 > figure.jsx-55906e21aa58da08 > img.jsx-55906e21aa58da08 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Pisces Horoscope Today, April 21, 2026 li.jsx-55906e21aa58da08 > a.jsx-55906e21aa58da08 > figure.jsx-55906e21aa58da08 > img.jsx-55906e21aa58da08 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Aquarius Horoscope Today, April 21, 2026 li.jsx-55906e21aa58da08 > a.jsx-55906e21aa58da08 > figure.jsx-55906e21aa58da08 > img.jsx-55906e21aa58da08 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Horoscope Today, April 21, 2026: Aries To Pisces, What’s In Store For You li.jsx-55906e21aa58da08 > a.jsx-55906e21aa58da08 > figure.jsx-55906e21aa58da08 > img.jsx-55906e21aa58da08 | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
bsi logo footer.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > a.jsx-5a77d616075ef96f > img.jsx-5a77d616075ef96f | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
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 |
|---|
main.jsx-8618ad20a21d3fe > div#shortvideos > div.slick-slider > button.slick-arrow main.jsx-8618ad20a21d3fe > div#shortvideos > div.slick-slider > button.slick-arrow |
main.jsx-8618ad20a21d3fe > div#shortvideos > div.slick-slider > button.slick-arrow main.jsx-8618ad20a21d3fe > div#shortvideos > div.slick-slider > button.slick-arrow |
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 |
|---|
div.jsx-55906e21aa58da08 > div#zodiacdpdwn > div.jsx-55906e21aa58da08 > img.jsx-55906e21aa58da08 div.jsx-55906e21aa58da08 > div#zodiacdpdwn > div.jsx-55906e21aa58da08 > img.jsx-55906e21aa58da08 |
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.jsx-849497b47737bec5 > div#vidgyor_parent > div#vidgyor_container > iframe#vidgyor_iframe div.jsx-849497b47737bec5 > div#vidgyor_parent > div#vidgyor_container > iframe#vidgyor_iframe |
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.jsx-eeec47350c88289e > div.jsx-eeec47350c88289e > div.jsx-eeec47350c88289e > a.jsx-1187273887 div.jsx-eeec47350c88289e > div.jsx-eeec47350c88289e > div.jsx-eeec47350c88289e > a.jsx-1187273887 |
div.jsx-eeec47350c88289e > div#hr > div.jsx-e5eb928902046c75 > a.jsx-e5eb928902046c75 div.jsx-eeec47350c88289e > div#hr > div.jsx-e5eb928902046c75 > a.jsx-e5eb928902046c75 |
div.jsx-eeec47350c88289e > ul.jsx-eeec47350c88289e > li.jsx-eeec47350c88289e > a.jsx-eeec47350c88289e div.jsx-eeec47350c88289e > ul.jsx-eeec47350c88289e > li.jsx-eeec47350c88289e > a.jsx-eeec47350c88289e |
div.jsx-eeec47350c88289e > ul.jsx-eeec47350c88289e > li.jsx-eeec47350c88289e > a.jsx-eeec47350c88289e div.jsx-eeec47350c88289e > ul.jsx-eeec47350c88289e > li.jsx-eeec47350c88289e > a.jsx-eeec47350c88289e |
div.jsx-eeec47350c88289e > ul.jsx-eeec47350c88289e > li.jsx-eeec47350c88289e > a.jsx-eeec47350c88289e div.jsx-eeec47350c88289e > ul.jsx-eeec47350c88289e > li.jsx-eeec47350c88289e > a.jsx-eeec47350c88289e |
div.jsx-eeec47350c88289e > ul.jsx-eeec47350c88289e > li.jsx-eeec47350c88289e > a.jsx-eeec47350c88289e div.jsx-eeec47350c88289e > ul.jsx-eeec47350c88289e > li.jsx-eeec47350c88289e > a.jsx-eeec47350c88289e |
div.jsx-eeec47350c88289e > ul.jsx-eeec47350c88289e > li.jsx-eeec47350c88289e > a.jsx-eeec47350c88289e div.jsx-eeec47350c88289e > ul.jsx-eeec47350c88289e > li.jsx-eeec47350c88289e > a.jsx-eeec47350c88289e |
div.jsx-eeec47350c88289e > ul.jsx-eeec47350c88289e > li.jsx-eeec47350c88289e > a.jsx-eeec47350c88289e div.jsx-eeec47350c88289e > ul.jsx-eeec47350c88289e > li.jsx-eeec47350c88289e > a.jsx-eeec47350c88289e |
div.jsx-5d76a91826f69b0c > a#topStoriesFeaturedImage > div.jsx-7665ab8f6a035659 > a.jsx-7665ab8f6a035659 div.jsx-5d76a91826f69b0c > a#topStoriesFeaturedImage > div.jsx-7665ab8f6a035659 > a.jsx-7665ab8f6a035659 |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f ul.jsx-5d76a91826f69b0c > li.jsx-8b683815b1c7e8f > div.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
div.compthrewrp > a.jsx-7665ab8f6a035659 > div.jsx-7665ab8f6a035659 > a.jsx-7665ab8f6a035659 div.compthrewrp > a.jsx-7665ab8f6a035659 > div.jsx-7665ab8f6a035659 > a.jsx-7665ab8f6a035659 |
div.compthrelist > a.jsx-7665ab8f6a035659 > div.jsx-7665ab8f6a035659 > a.jsx-7665ab8f6a035659 div.compthrelist > a.jsx-7665ab8f6a035659 > div.jsx-7665ab8f6a035659 > a.jsx-7665ab8f6a035659 |
div.compthrelist > a.jsx-7665ab8f6a035659 > div.jsx-7665ab8f6a035659 > a.jsx-7665ab8f6a035659 div.compthrelist > a.jsx-7665ab8f6a035659 > div.jsx-7665ab8f6a035659 > a.jsx-7665ab8f6a035659 |
div.compthrelist > a.jsx-7665ab8f6a035659 > div.jsx-7665ab8f6a035659 > a.jsx-7665ab8f6a035659 div.compthrelist > a.jsx-7665ab8f6a035659 > div.jsx-7665ab8f6a035659 > a.jsx-7665ab8f6a035659 |
div.compthrelist > a.jsx-7665ab8f6a035659 > div.jsx-7665ab8f6a035659 > a.jsx-7665ab8f6a035659 div.compthrelist > a.jsx-7665ab8f6a035659 > div.jsx-7665ab8f6a035659 > a.jsx-7665ab8f6a035659 |
div.jsx-cd261495400233ee > ul.jsx-cd261495400233ee > li.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f div.jsx-cd261495400233ee > ul.jsx-cd261495400233ee > li.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
div.jsx-cd261495400233ee > ul.jsx-cd261495400233ee > li.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f div.jsx-cd261495400233ee > ul.jsx-cd261495400233ee > li.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
div.jsx-cd261495400233ee > ul.jsx-cd261495400233ee > li.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f div.jsx-cd261495400233ee > ul.jsx-cd261495400233ee > li.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
div.jsx-cd261495400233ee > ul.jsx-cd261495400233ee > li.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f div.jsx-cd261495400233ee > ul.jsx-cd261495400233ee > li.jsx-8b683815b1c7e8f > a.jsx-8b683815b1c7e8f |
div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > a.jsx-5a77d616075ef96f div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > a.jsx-5a77d616075ef96f |
div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > a.jsx-5a77d616075ef96f div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > a.jsx-5a77d616075ef96f |
div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > a.jsx-5a77d616075ef96f div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > a.jsx-5a77d616075ef96f |
div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > a.jsx-5a77d616075ef96f div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > a.jsx-5a77d616075ef96f |
div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > a.jsx-5a77d616075ef96f div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > a.jsx-5a77d616075ef96f |
div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > a.jsx-5a77d616075ef96f div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > div.jsx-5a77d616075ef96f > a.jsx-5a77d616075ef96f |
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 |
|---|
Watch LIVE TV div.jsx-eeec47350c88289e > div.jsx-eeec47350c88289e > div.jsx-eeec47350c88289e > a.jsx-eeec47350c88289e |
ADVERTISEMENT body > div#__next > div.desktopadh > span.adspntxt |
ADVERTISEMENT div.jsx-5d76a91826f69b0c > div.jsx-5d76a91826f69b0c > div.jsx-5d76a91826f69b0c > span.jsx-5d76a91826f69b0c |
ADVERTISEMENT div.jsx-5d76a91826f69b0c > div.jsx-5d76a91826f69b0c > div.jsx-5d76a91826f69b0c > span.jsx-5d76a91826f69b0c |
Mon-Fri, 8 AM to 9 AM div > div.jsx-f815457cb5f2ab01 > a.jsx-f815457cb5f2ab01 > time.jsx-f815457cb5f2ab01 |
Mon-Fri, 7 PM to 8 PM div > div.jsx-f815457cb5f2ab01 > a.jsx-f815457cb5f2ab01 > time.jsx-f815457cb5f2ab01 |
Mon-Fri, 9 PM to 10 PM div > div.jsx-f815457cb5f2ab01 > a.jsx-f815457cb5f2ab01 > time.jsx-f815457cb5f2ab01 |
ADVERTISEMENT div.jsx-8618ad20a21d3fe > div.jsx-8618ad20a21d3fe > div.jsx-8618ad20a21d3fe > span.jsx-8618ad20a21d3fe |
ADVERTISEMENT div.jsx-8618ad20a21d3fe > div.jsx-8618ad20a21d3fe > div.jsx-8618ad20a21d3fe > span.jsx-8618ad20a21d3fe |
ADVERTISEMENT div.jsx-8618ad20a21d3fe > div.jsx-8618ad20a21d3fe > div.jsx-8618ad20a21d3fe > span.jsx-8618ad20a21d3fe |
TODAY div.jsx-55906e21aa58da08 > div.jsx-55906e21aa58da08 > ul.jsx-55906e21aa58da08 > li.jsx-55906e21aa58da08 |
ADVERTISEMENT div.jsx-8618ad20a21d3fe > main.jsx-8618ad20a21d3fe > div.jsx-8618ad20a21d3fe > span.jsx-8618ad20a21d3fe |
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 |
Manage options div.fc-dialog > div.fc-footer-buttons-container > button.fc-button > p.fc-manage-options-third-button-label |
These are opportunities to improve the legibility of your content.
Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. Learn more about the refresh meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.jsx-5d76a91826f69b0c > a#topStoriesFeaturedImage > div.jsx-7665ab8f6a035659 > a.jsx-7665ab8f6a035659 div.jsx-5d76a91826f69b0c > a#topStoriesFeaturedImage > div.jsx-7665ab8f6a035659 > a.jsx-7665ab8f6a035659 |
div.compthrewrp > a.jsx-7665ab8f6a035659 > div.jsx-7665ab8f6a035659 > a.jsx-7665ab8f6a035659 div.compthrewrp > a.jsx-7665ab8f6a035659 > div.jsx-7665ab8f6a035659 > a.jsx-7665ab8f6a035659 |
div.compthrelist > a.jsx-7665ab8f6a035659 > div.jsx-7665ab8f6a035659 > a.jsx-7665ab8f6a035659 div.compthrelist > a.jsx-7665ab8f6a035659 > div.jsx-7665ab8f6a035659 > a.jsx-7665ab8f6a035659 |
div.compthrelist > a.jsx-7665ab8f6a035659 > div.jsx-7665ab8f6a035659 > a.jsx-7665ab8f6a035659 div.compthrelist > a.jsx-7665ab8f6a035659 > div.jsx-7665ab8f6a035659 > a.jsx-7665ab8f6a035659 |
div.compthrelist > a.jsx-7665ab8f6a035659 > div.jsx-7665ab8f6a035659 > a.jsx-7665ab8f6a035659 div.compthrelist > a.jsx-7665ab8f6a035659 > div.jsx-7665ab8f6a035659 > a.jsx-7665ab8f6a035659 |
div.compthrelist > a.jsx-7665ab8f6a035659 > div.jsx-7665ab8f6a035659 > a.jsx-7665ab8f6a035659 div.compthrelist > a.jsx-7665ab8f6a035659 > div.jsx-7665ab8f6a035659 > a.jsx-7665ab8f6a035659 |
main.jsx-8618ad20a21d3fe > div#shortvideos > div.slick-slider > button.slick-arrow main.jsx-8618ad20a21d3fe > div#shortvideos > div.slick-slider > button.slick-arrow |
main.jsx-8618ad20a21d3fe > div#shortvideos > div.slick-slider > button.slick-arrow main.jsx-8618ad20a21d3fe > div#shortvideos > div.slick-slider > button.slick-arrow |
1 div.slick-slider > ul.slick-dots > li.slick-active > button |
2 div.slick-slider > ul.slick-dots > li > button |
3 div.slick-slider > ul.slick-dots > li > button |
4 div.slick-slider > ul.slick-dots > li > button |
These items highlight common accessibility best practices.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| /dlxczavtqcctuei/news18/static/images/english/quick-games... | Automatically upgraded to HTTPS |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
rapid read logo div.jsx-b48832e030415315 > div.jsx-b48832e030415315 > a.jsx-b48832e030415315 > img.jsx-b48832e030415315 | /dlxczavtqcctuei/news18/static/images/english/rapid-read-... | 140 x 40 (3.50) | 286 x 88 (3.25) |
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 |
|---|---|
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 46548 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Eg (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:46549)
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:121089)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94004)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js line 8, col 120757 | Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at x (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:120758)
at Uk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:99086)
at https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98953
at Ik (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:98960)
at Nk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:95716)
at Gk (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:9:94272)
at J (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1364)
at MessagePort.R (https://www.news18.com/_next/static/chunks/framework-18d294c404ec4fd7.js:33:1894) |
www.news18.com/_next/static/chunks/pages/_app-321a2e0f84fca3aa.js line 5, col 132888 | Refused to set unsafe header "Accept-Encoding" |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Mixed content |
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.news18.com/astrology/ | Read More |
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 |
|---|
div.jsx-55906e21aa58da08 > div#zodiacdpdwn > div.jsx-55906e21aa58da08 > img.jsx-55906e21aa58da08 div.jsx-55906e21aa58da08 > div#zodiacdpdwn > div.jsx-55906e21aa58da08 > img.jsx-55906e21aa58da08 |
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 |
|---|
div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
News18 Urdu div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
News18 Marathi div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
News18 Urdu div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a div#chanelwrap > div.jsx-4e7d9aaf29fa506a > div.jsx-4e7d9aaf29fa506a > a.jsx-4e7d9aaf29fa506a |
To appear in search results, crawlers need access to your app.
Send Feedback