Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Room to improve — your 12.4s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 15.9 MB (4.7 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/2a4af221-bdc4-45bd-b982-685ead989f87)<a href="https://beavercheck.com/results/2a4af221-bdc4-45bd-b982-685ead989f87"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ftimesnownews.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ftimesnownews.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 12.4s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. The 2 security gaps leave your users exposed — modern browsers increasingly warn visitors about insecure sites. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~30%.
Page takes 12.4s to load
+12% bounceUsers abandon at ~3s — you're 9.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 6.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
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
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
92 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
₹9,000 investment → ₹31,268/month returns + INR 2,500,000,000 risk avoided
₹9,000
6h · 5 findings
₹31,268 /mo
~₹375,216 / year
INR 2,500,000,000
if kept compliant
₹1,500 — 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.
6.0 developer hours at ₹1500/hr
Based on India rates (₹1500/hr)
Start here for the best return on investment
₹208,333,432 / month at risk
~₹2,500,001,187 / year if left unfixed
₹2,500,000,000
+1 more
₹99 /mo
14842.9 MB/mo × 6.667 INR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.17 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.41 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
6.60 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
14.54 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.
36.27 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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.
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 | |
|---|---|---|---|
Trump Hasn't Set Iran Ceasefire Deadline: White House a.StoryList_StoryList__pLaEa > figure > div.StoryList_Img__suUfI > img | /thumb/msid-154119112,thumbsize-3718295,width-360,height-... | 260.4 KiB | 259.3 KiB |
body > div#google_image_div > a#aw0 > img.img_ad body > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/8261855164269387966 | 88.1 KiB | 75.9 KiB |
| imagesnep.admaster.cc/ML/36e4a571ce8e2c2d48d4459055d40aaf__scv1__622x368.webp | 36.8 KiB | 36.2 KiB | |
BJP's Battle Royale Vs Mamata's Might a.StoryList_StoryList__pLaEa > figure > div.StoryList_Img__suUfI > img | /thumb/msid-154139704,thumbsize-161504,width-360,height-2... | 15.4 KiB | 14.4 KiB |
Olympics: Why India Chokes on Silence a.StoryList_StoryList__pLaEa > figure > div.StoryList_Img__suUfI > img | /thumb/msid-154136050,thumbsize-86126,width-360,height-20... | 12.0 KiB | 10.9 KiB |
IRS Officer's Daughter Murder in Delhi - What We Know So Far a.StoryList_StoryList__pLaEa > figure > div.StoryList_Img__suUfI > img | /thumb/msid-154139441,thumbsize-1020775,width-360,height-... | 10.2 KiB | 9.2 KiB |
Premium
India Chokes on Silence, Not Talent: Inside the Mind of an Olympic Ath… div.home_container__EwJIr > div > div.ContainerBox_container__i9uR9 > div.PremiumWidget_PremiumWidget__lwgAr | www.timesnownews.com/assets/images/Premium-home-bg-1.png | 20.7 KiB | 5.8 KiB |
div > div#masterVideoPlayer1xsyys39ko > div.__playWrap > div.__player div > div#masterVideoPlayer1xsyys39ko > div.__playWrap > div.__player | /thumb/msid-89109097,width-390,height-200,resizemode-75/8... | 18.2 KiB | 5.5 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| timesnownews.com/ | 765 ms |
| www.timesnownews.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.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to 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 | 13.8 s |
| Other | 9.9 s |
| Rendering | 3.3 s |
| Style & Layout | 1.5 s |
| Script Parsing & Compilation | 1.4 s |
| Parse HTML & CSS | 417 ms |
| Garbage Collection | 312 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page did not finish loading before navigating away. | Not actionable |
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.timesnownews.com/nimg/vplayer.js?v=2 | 7.4 KiB | 2.4 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Pickleball Now div.LiveTvWidget_LiveTv__cPM8Q > div.LiveTvWidget_logo__R3_v7 > span > img | www.timesnownews.com/nimg/assets/livetv-logo/pickleball-now.svg |
ET Now Swadesh div.LiveTvWidget_LiveTv__cPM8Q > div.LiveTvWidget_logo__R3_v7 > span > img | www.timesnownews.com/nimg/assets/livetv-logo/et-now-swadesh.svg |
ET Now div.LiveTvWidget_LiveTv__cPM8Q > div.LiveTvWidget_logo__R3_v7 > span > img | www.timesnownews.com/nimg/assets/livetv-logo/et-now.svg |
Times Now div.LiveTvWidget_LiveTv__cPM8Q > div.LiveTvWidget_logo__R3_v7 > span.LiveTvWidget_active__amgpZ > img | www.timesnownews.com/nimg/assets/livetv-logo/times-now.svg |
Times Now Navbharat div.LiveTvWidget_LiveTv__cPM8Q > div.LiveTvWidget_logo__R3_v7 > span > img | www.timesnownews.com/nimg/assets/livetv-logo/times-now-navbharat.svg |
Mirror Now div.LiveTvWidget_LiveTv__cPM8Q > div.LiveTvWidget_logo__R3_v7 > span > img | www.timesnownews.com/nimg/assets/livetv-logo/mirror-now.svg |
LSG vs RR IPL Points Table 2026: Rajasthan Royals Jump To 2nd Spot a > figure > div.Watch_Img__17JbP > img | /thumb/msid-88386381,width-400,height-225,false/88386381.jpg |
Racquet Sports Cut Death Risk By 47% - Tennis Leads The Way a > figure > div.Watch_Img__17JbP > img | /thumb/msid-88386381,width-400,height-225,false/88386381.jpg |
'Don't Judge Too Soon': Sheldon Jackson Defends Struggling KKR And Coach Abhish… a > figure > div.Watch_Img__17JbP > img | /thumb/msid-88386381,width-400,height-225,false/88386381.jpg |
Vaibhav Sooryavanshi On Top! 5 Batters With Fastest 500 Runs In IPL a > figure > div.Watch_Img__17JbP > img | /thumb/msid-88386381,width-400,height-225,false/88386381.jpg |
Vaibhav Sooryavanshi Creates History, Becomes First Player In The World To... a > figure > div.Watch_Img__17JbP > img | /thumb/msid-88386381,width-400,height-225,false/88386381.jpg |
Terror Debate Escalates: Why Is Congress Raising Questions Despite Pakistan Lin… a > figure > div.Watch_Img__17JbP > img | /thumb/msid-88386381,width-400,height-225,false/88386381.jpg |
I-PAC Case: Supreme Court Slams WB CM Mamata For Disrupting ED Probe; Says This… a > figure > div.Watch_Img__17JbP > img | /thumb/msid-88386381,width-400,height-225,false/88386381.jpg |
Congress Questioning Pahalgam Attack Facts Or Playing Politics On Terror? | Ind… a > figure > div.Watch_Img__17JbP > img | /thumb/msid-88386381,width-400,height-225,false/88386381.jpg |
Has “Kaali vs Kaaba” Turned West Bengal Polls Battle Into A Polarising Showdown… a > figure > div.Watch_Img__17JbP > img | /thumb/msid-88386381,width-400,height-225,false/88386381.jpg |
Sara Arjun to Portray Madhubala in Sanjay Leela Bhansali’s Film, Biopic to Rele… a > figure > div.Watch_Img__17JbP > img | /thumb/msid-88386381,width-400,height-225,false/88386381.jpg |
Is Mamata Banerjee Undermining Institutions Or Is This Political Overreach Deba… a > figure > div.Watch_Img__17JbP > img | /thumb/msid-88386381,width-400,height-225,false/88386381.jpg |
Ranveer Singh’s Big Compromise: Why Did He Offer Don 3 Makers a Stake in Pralay? a > figure > div.Watch_Img__17JbP > img | /thumb/msid-88386381,width-400,height-225,false/88386381.jpg |
Grand Launch: Salman Khan & Nayanthara Begin Shooting for Vamshi Paidipally’s F… a > figure > div.Watch_Img__17JbP > img | /thumb/msid-88386381,width-400,height-225,false/88386381.jpg |
Congress Targets Govt On Pahalgam: Raising Accountability Or Politicising Natio… a > figure > div.Watch_Img__17JbP > img | /thumb/msid-88386381,width-400,height-225,false/88386381.jpg |
Decoding Now: Is This The Biggest US Security Leak Amid Iran Conflict? | Middle… a > figure > div.Watch_Img__17JbP > img | /thumb/msid-88386381,width-400,height-225,false/88386381.jpg |
Pahalgam Anniversary Sparks Political Row; Congress Targets Govt; Calls Attack … a > figure > div.Watch_Img__17JbP > img | /thumb/msid-88386381,width-400,height-225,false/88386381.jpg |
Hormuz Tensions Surge: IRGC Detains Vessels After Attacks; US Intercepts Iran L… a > figure > div.Watch_Img__17JbP > img | /thumb/msid-88386381,width-400,height-225,false/88386381.jpg |
After King, Shah Rukh Khan to Reunite with Atlee for Jawan 2? Major Update on S… a > figure > div.Watch_Img__17JbP > img | /thumb/msid-88386381,width-400,height-225,false/88386381.jpg |
Congress Chief Kharge Targets PM Modi; Remark Sparks Political War; BJP Seeks S… a > figure > div.Watch_Img__17JbP > img | /thumb/msid-88386381,width-400,height-225,false/88386381.jpg |
Bengal Rally Row, Kharge Remark, Pahalgam Anniversary, US-Iran Tensions | Break… a > figure > div.Watch_Img__17JbP > img | /thumb/msid-88386381,width-400,height-225,false/88386381.jpg |
Iran IRGC Detains Two Ships After Strait Of Hormuz Attacks; Warns Of Action Aga… a > figure > div.Watch_Img__17JbP > img | /thumb/msid-88386381,width-400,height-225,false/88386381.jpg |
One Year After Pahalgam Attack, Congress Slams Centre As Amit Shah, Rajnath Sin… a > figure > div.Watch_Img__17JbP > img | /thumb/msid-88386381,width-400,height-225,false/88386381.jpg |
Deepika Padukone & Daughter Dua’s Secret Drive After Baby News; Mystery Outing … a > figure > div.Watch_Img__17JbP > img | /thumb/msid-88386381,width-400,height-225,false/88386381.jpg |
‘Every Vote Counts’: IndiGo Pilot Encourages ‘First-Time Voters’ On Way To Tric… a > figure > div.Watch_Img__17JbP > img | /thumb/msid-88386381,width-400,height-225,false/88386381.jpg |
5 Best Alternatives Of Motorola Edge 70 Pro To Buy In 2026 a > figure > div.HomeWidget1_Img__GW24R > img | /thumb/msid-88386381,width-400,height-225,false/88386381.jpg |
5 AI Tools To Make Your Daily Tasks Easier a > figure > div.HomeWidget1_Img__GW24R > img | /thumb/msid-88386381,width-400,height-225,false/88386381.jpg |
Top 5 Phones You Can Buy If You Love Making Reels a > figure > div.HomeWidget1_Img__GW24R > img | /thumb/msid-88386381,width-400,height-225,false/88386381.jpg |
‘Every Vote Counts’: IndiGo Pilot Encourages ‘First-Time Voters’ On Way To Tric… a > figure > div.HomeWidget1_Img__GW24R > img | /thumb/msid-88386381,width-400,height-225,false/88386381.jpg |
Times Now div.SurveyWidget_surveyWidget__sZYA8 > div.SurveyWidget_widgetHeader__BFAH9 > div.SurveyWidget_logo__X7fYz > img | www.timesnownews.com/nimg/assets/icons/svg/logo-large.svg |
play-store-icon div.Footer_appDownload__NBkIA > span > a > img | www.timesnownews.com/nimg/assets/images/OpenInApp/play-store.png |
app-srore-icon div.Footer_appDownload__NBkIA > span > a > img | www.timesnownews.com/nimg/assets/images/OpenInApp/app-store-w.png |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/fullStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/fullStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/fullStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/emptyStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/fullStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/fullStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/fullStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/emptyStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/emptyStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/fullStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/fullStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/fullStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/emptyStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/fullStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/fullStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/emptyStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/emptyStarIcon.svg |
fb-dark-icon ul > li > a > img | |
twitter-dark-icon-new ul > li > a > img | |
insta-dark-icon ul > li > a > img | |
reddit-icon ul > li > a > img |
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 |
|---|
ul > li > div.Mobilenav_menuItem__mhc4K > button.Mobilenav_plusicon__Y_vrK ul > li > div.Mobilenav_menuItem__mhc4K > button.Mobilenav_plusicon__Y_vrK |
ul > li > div.Mobilenav_menuItem__mhc4K > button.Mobilenav_plusicon__Y_vrK ul > li > div.Mobilenav_menuItem__mhc4K > button.Mobilenav_plusicon__Y_vrK |
ul > li > div.Mobilenav_menuItem__mhc4K > button.Mobilenav_plusicon__Y_vrK ul > li > div.Mobilenav_menuItem__mhc4K > button.Mobilenav_plusicon__Y_vrK |
ul > li > div.Mobilenav_menuItem__mhc4K > button.Mobilenav_plusicon__Y_vrK ul > li > div.Mobilenav_menuItem__mhc4K > button.Mobilenav_plusicon__Y_vrK |
ul > li > div.Mobilenav_menuItem__mhc4K > button.Mobilenav_plusicon__Y_vrK ul > li > div.Mobilenav_menuItem__mhc4K > button.Mobilenav_plusicon__Y_vrK |
ul > li > div.Mobilenav_menuItem__mhc4K > button.Mobilenav_plusicon__Y_vrK ul > li > div.Mobilenav_menuItem__mhc4K > button.Mobilenav_plusicon__Y_vrK |
ul > li > div.Mobilenav_menuItem__mhc4K > button.Mobilenav_plusicon__Y_vrK ul > li > div.Mobilenav_menuItem__mhc4K > button.Mobilenav_plusicon__Y_vrK |
ul > li > div.Mobilenav_menuItem__mhc4K > button.Mobilenav_plusicon__Y_vrK ul > li > div.Mobilenav_menuItem__mhc4K > button.Mobilenav_plusicon__Y_vrK |
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 > div#masterVideoPlayer1xsyys39ko > div.__dockBg > img div > div#masterVideoPlayer1xsyys39ko > div.__dockBg > img |
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 |
|---|
BREAKING NEWS div > div.BreakingNewsTicker_BreakingNewsTicker__HZP5H > div.BreakingNewsTicker_Lhs__JIGnh > span |
Iran Talks 'Possible' As Soon As Friday: Trump | Mallikarjun Kharge Gets EC Not… div.BreakingNewsTicker_Lhs__JIGnh > div.BreakingNewsTicker_TickerSlider__Fm5Hd > a > p |
LIVE figcaption > h3 > span.Blinker__live__5HyY1 > span.Blinker_text__dy8oq |
LIVE figcaption > h3 > span.Blinker__live__5HyY1 > span.Blinker_text__dy8oq |
LIVE figcaption > h3 > span.Blinker__live__5HyY1 > span.Blinker_text__dy8oq |
18:33 figure > div.Watch_Img__17JbP > i.Watch_Icon__sxP3d > span.VideoPlayIcon_VideoPlayIcon__S15nb |
LIVE figcaption > h3 > span.Blinker__live__5HyY1 > span.Blinker_text__dy8oq |
Home div.FooterNav_bottom-sticky__VNsg7 > ul > li.FooterNav_home__v_X2F > a |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
LIVE
Trump Hasn't Set Iran Ceasefire Deadline: White House a.StoryList_StoryList__pLaEa > figure > figcaption > h3 |
These are opportunities to improve keyboard navigation in your application.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | |
| Topics | |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
accounts.google.com/gsi/client line 85, col 88 | [GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token. |
Failed to load resource: the server responded with a status of 403 () | |
Not signed in with the identity provider. | |
Uncaught Error: Duplicate Pixel Found !! |
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.timesnownews.com/info/about-us | 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 > div#masterVideoPlayer1xsyys39ko > div.__dockBg > img div > div#masterVideoPlayer1xsyys39ko > div.__dockBg > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.24 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.83 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
611 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.014
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.43 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.
11.35 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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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.
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.
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 | |
|---|---|---|---|
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/13596453853055255523 | 159.3 KiB | 148.6 KiB |
head > link head > link | s0.2mdn.net/sadbundle/10850176996064835467/images/img-02_728x90.jpg | 133.9 KiB | 85.6 KiB |
Trump Hasn't Set Iran Ceasefire Deadline: White House a > figure.StoryList_img_listrow__vzy5D > span.StoryList_image_side__E55El > img | /thumb/msid-154119112,thumbsize-3718295,width-150,height-... | 53.1 KiB | 52.0 KiB |
head > link head > link | s0.2mdn.net/sadbundle/10850176996064835467/images/img-01_728x90.jpg | 100.1 KiB | 38.9 KiB |
A Year After Pahalgam Attack, Families Battle Loss - A Tribute a > figure.StoryList_img_listrow__vzy5D > span.StoryList_image_side__E55El > img | /thumb/msid-154133084,thumbsize-1185427,width-150,height-... | 28.7 KiB | 27.6 KiB |
Entertainment & Lifestyle div.ContainerBox_container__i9uR9 > section.TopDetails_Top_Section__17MUt > div.TopDetails_right__K60Sa > div.TopDetails_heading_sec__RP1oB | www.timesnownews.com/assets/images/Entertainment-icon.png | 6.3 KiB | 5.8 KiB |
Premium
Previous
India Chokes on Silence, Not Talent: Inside the Mind of an O… div.home_column__x31CN > div > div.ContainerBox_container__i9uR9 > div.PremiumWidget_PremiumWidget__7WAqr | www.timesnownews.com/assets/images/Premium-home-bg-1.png | 20.7 KiB | 5.8 KiB |
div > div#masterVideoPlayer1xsyys39ko > div.__playWrap > div.__player div > div#masterVideoPlayer1xsyys39ko > div.__playWrap > div.__player | /thumb/msid-89109097,width-390,height-200,resizemode-75/8... | 18.2 KiB | 5.5 KiB |
times now rewards div.Everyarticle > div.Row > div > img.desktop | images.timesnownews.com/photo/msid-153620156/153620156.jpg | 7.2 KiB | 5.4 KiB |
Anant Ambani's Watch Features a Figurine of Lord Shiva and Many Diamonds figure.StoryListUpDown_img__MP9dm > a > span.StoryListUpDown_image_side__ny_JS > img | /thumb/msid-154138214,thumbsize-139508,width-250,height-1... | 7.9 KiB | 5.3 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 |
|---|---|
| timesnownews.com/ | 218 ms |
| www.timesnownews.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 |
|---|---|
| Other | 6.5 s |
| Script Evaluation | 5.2 s |
| Rendering | 1.3 s |
| Style & Layout | 939 ms |
| Script Parsing & Compilation | 512 ms |
| Garbage Collection | 252 ms |
| Parse HTML & CSS | 110 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page did not finish loading before navigating away. | Not actionable |
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 |
|---|---|---|
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 40.2 KiB | 12.7 KiB |
| s3.amazonaws.com/script-tags/owHCMR.js | 19.9 KiB | 3.5 KiB |
| www.timesnownews.com/nimg/vplayer.js?v=2 | 7.4 KiB | 2.4 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
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Pickleball Now div.LiveTvWidget_LiveTv__cPM8Q > div.LiveTvWidget_logo__R3_v7 > span > img | www.timesnownews.com/nimg/assets/livetv-logo/pickleball-now.svg |
ET Now Swadesh div.LiveTvWidget_LiveTv__cPM8Q > div.LiveTvWidget_logo__R3_v7 > span > img | www.timesnownews.com/nimg/assets/livetv-logo/et-now-swadesh.svg |
ET Now div.LiveTvWidget_LiveTv__cPM8Q > div.LiveTvWidget_logo__R3_v7 > span > img | www.timesnownews.com/nimg/assets/livetv-logo/et-now.svg |
Times Now div.LiveTvWidget_LiveTv__cPM8Q > div.LiveTvWidget_logo__R3_v7 > span.LiveTvWidget_active__amgpZ > img | www.timesnownews.com/nimg/assets/livetv-logo/times-now.svg |
Times Now Navbharat div.LiveTvWidget_LiveTv__cPM8Q > div.LiveTvWidget_logo__R3_v7 > span > img | www.timesnownews.com/nimg/assets/livetv-logo/times-now-navbharat.svg |
Malegaon Blast Case: Bombay HC Frees Final Accused; Political Storm Erupted | N… a > figure > div.VideoStoryCard_Img__UWhXm > img | /thumb/msid-154140389,thumbsize-987467,width-520,height-3... |
Mirror Now div.LiveTvWidget_LiveTv__cPM8Q > div.LiveTvWidget_logo__R3_v7 > span > img | www.timesnownews.com/nimg/assets/livetv-logo/mirror-now.svg |
times now rewards div.Everyarticle > div.Row > div > img.desktop | images.timesnownews.com/photo/msid-153620156/153620156.jpg |
Times Now div.Header_container___JEJl > div.Header_logo__G0r_B > a.Logo_LogoIcon___E3VF > img | www.timesnownews.com/nimg/assets/logo/logo-large.svg |
Times Now div.SurveyWidget_surveyWidget__sZYA8 > div.SurveyWidget_widgetHeader__BFAH9 > div.SurveyWidget_logo__X7fYz > img | www.timesnownews.com/nimg/assets/icons/svg/logo-large.svg |
play-store-icon div.Footer_appDownload__ByFgU > span > a > img | www.timesnownews.com/nimg/assets/images/OpenInApp/play-store.png |
Premium div.Header_container___JEJl > div.Header_headerRight__y_FZ6 > a > img | www.timesnownews.com/nimg/assets/images/Premiunhead.svg |
app-store-icon div.Footer_appDownload__ByFgU > span > a > img | www.timesnownews.com/nimg/assets/images/OpenInApp/app-store-w.png |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/fullStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/fullStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/fullStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/emptyStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/fullStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/fullStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/fullStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/emptyStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/emptyStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/fullStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/fullStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/fullStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/emptyStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/fullStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/fullStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/emptyStarIcon.svg |
star div.RatingBox_star__3rENm > span > i > img | www.timesnownews.com/nimg/assets/icons/svg/emptyStarIcon.svg |
fb-dark-icon ul > li > a > img | |
twitter-dark-icon-new ul > li > a > img | |
insta-dark-icon ul > li > a > img | |
reddit-icon ul > li > a > img |
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.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
The 18-Year-Old Who Wrote the First Indian English Fiction Before Bankim Chandr… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
A Year After Pahalgam Attack: 30% Tourist Return Marks the Valley's Green Shoot… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Where Do Your Clothes Really End Up After You Discard Them? div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Pahalgam Attack: 'Fear Still Lingers' But Kashmir Bat Makers Make Slow Recovery div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Sanju Samson: The Rain-Soaked Moment And Why India Almost Missed Him | EXCLUSIVE div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
'Students Shift From Noida School To Delhi Just For Clout': Principal div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Bengal 2026: Has 'Ghuspaithiya' Crackdown Flipped The Script In Mamata's Favour? div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
No, Deepika Padukone Was Not Wrong In Wanting Eight Hour Shifts div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
TCS Nashik, Nagpur NGO: Maharashtra's Twin Horror Stories div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
500 Years Since Panipat, The Battle That Began Mughal Rule in India div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Char Dham Yatra: Journeying Through Yamunotri, Gangotri, Kedarnath and Badrinath div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Ryan Reynolds Says Next Deadpool Will See Him In Supporting Role: Why Does This… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
7 Most Shocking Game Of Thrones Episodes Fans Love To Rewatch div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
THIS Comedian Was Bullied In School And Faced Multiple FIRs; Is Now Returning W… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
This 1 Hour 58 Minute Korean Zombie Thriller Is Masterpiece For Gen Z To Watch div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Before Bhooth Bangla, 9 Akshay Kumar Films That Prove His Versatility div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
7 Summer C-Dramas On Netflix Perfect To Melt Hearts div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Peddi To Jana Nayagan: South Biggies That Have Been Postponed div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
7 BTS Life-Altering Quotes To Guide ARMYs When They Feel Lost div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
7 Asha Bhosle Songs That Won Her Filmfare Award For Best Singer Female div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Asha Bhosle - Legend Who Lent Her Voice To Generations Of Bollywood: Vyjayanthi… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
10 Most Watched Netflix Films In Second Half Of 2025 div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
7 Kristen Stewart Movies To Watch On Netflix, Amazon Prime Video, JioHotstar div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
9 Malayalam Comedy Dramas To Watch On OTT If You Like Vaazha 2 div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Mahesh Babu's Varanasi Hits Screens On Ram Navami 2027? 5 Festival Releases Of … div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Ashnoor Kaur TOP TV Shows One Must Watch: Saath Nibhana Saathiya To Suman Indori div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Ram Gopal Varma’s 6 BIG Statements That Turned Into Controversies div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
7 Feel-Good Films Of Baby Girl Star Nivin Pauly To Watch On OTT div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
O'Romeo Cast Fees: Shahid Kapoor Takes Home Rs 45 Crore, How Much Did Others Ch… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
7 Survival Habits Lower-Middle-Class Kids Carry Into Adulthood, As Per Psycholo… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
NFL div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Padel div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Basketball div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
India Is No Longer An AI Consumer — It Wants To Lead
By Sanju Verma div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Turning Headwinds Into Tailwinds: India's Strategic Leap With EU Free Trade Agr… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
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.Header_TopBar__B9mgf > div.Header_container___JEJl > div.Header_headerRight__y_FZ6 > button.Header_Search__S1J4m div.Header_TopBar__B9mgf > div.Header_container___JEJl > div.Header_headerRight__y_FZ6 > button.Header_Search__S1J4m |
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 > div#masterVideoPlayer1xsyys39ko > div.__dockBg > img div > div#masterVideoPlayer1xsyys39ko > div.__dockBg > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.Header_TopBar__B9mgf > div.Header_container___JEJl > div.Header_headerRight__y_FZ6 > a.Header_Weather__TuryZ div.Header_TopBar__B9mgf > div.Header_container___JEJl > div.Header_headerRight__y_FZ6 > a.Header_Weather__TuryZ |
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 |
|---|
BREAKING
NEWS div.ContainerBox_container__i9uR9 > div.BreakingNewsTicker_BreakingNewsTicker__txDh3 > div.BreakingNewsTicker_Lhs__YJU8G > span |
Iran Talks 'Possible' As Soon As Friday: Trump | Mallikarjun Kharge Gets EC Not… div.BreakingNewsTicker_Lhs__YJU8G > div.BreakingNewsTicker_TickerSlider__GTohs > a > p |
18:33 a > figure > figcaption > span.VideoPlayIcon_VideoPlayIcon__S15nb |
16:02 figure.StoryList_img_listrow__vzy5D > span.StoryList_image_side__E55El > i > span.VideoPlayIcon_VideoPlayIcon__S15nb |
30:47 figure.StoryList_img_listrow__vzy5D > span.StoryList_image_side__E55El > i > span.VideoPlayIcon_VideoPlayIcon__S15nb |
32:35 figure.StoryList_img_listrow__vzy5D > span.StoryList_image_side__E55El > i > span.VideoPlayIcon_VideoPlayIcon__S15nb |
40:36 figure.StoryList_img_listrow__vzy5D > span.StoryList_image_side__E55El > i > span.VideoPlayIcon_VideoPlayIcon__S15nb |
03:42 figure.StoryList_img_listrow__vzy5D > span.StoryList_image_side__E55El > i > span.VideoPlayIcon_VideoPlayIcon__S15nb |
20:11 figure.StoryList_img_listrow__vzy5D > span.StoryList_image_side__E55El > i > span.VideoPlayIcon_VideoPlayIcon__S15nb |
03:30 figure.StoryList_img_listrow__vzy5D > span.StoryList_image_side__E55El > i > span.VideoPlayIcon_VideoPlayIcon__S15nb |
03:09 figure.StoryList_img_listrow__vzy5D > span.StoryList_image_side__E55El > i > span.VideoPlayIcon_VideoPlayIcon__S15nb |
32:16 figure.StoryList_img_listrow__vzy5D > span.StoryList_image_side__E55El > i > span.VideoPlayIcon_VideoPlayIcon__S15nb |
23:46 figure.StoryList_img_listrow__vzy5D > span.StoryList_image_side__E55El > i > span.VideoPlayIcon_VideoPlayIcon__S15nb |
20:41 figure.StoryList_img_listrow__vzy5D > span.StoryList_image_side__E55El > i > span.VideoPlayIcon_VideoPlayIcon__S15nb |
LIVE div.Stroy-3_Img__eV9IC > i.Stroy-3_Icon__KoN_3 > span.Blinker__live__5HyY1 > span.Blinker_text__dy8oq |
00:22 figure.StoryList_img_listrow__vzy5D > span.StoryList_image_side__E55El > i > span.VideoPlayIcon_VideoPlayIcon__S15nb |
World div.slick-slide > div > div.SubNavigation_slide___XmMn > a |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Trump Hasn't Set Iran Ceasefire Deadline: White House a > figure.StoryList_img_listrow__vzy5D > figcaption > h3 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
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 |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | |
| Topics | |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
accounts.google.com/gsi/client line 85, col 88 | [GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token. |
Access to fetch at 'https://api.rlcdn.com/api/identity/envelope?pid=1258' from origin 'https://www.timesnownews.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://hbopenbid.pubmatic.com/translator?source=ow-client&gzip=1' from origin 'https://www.timesnownews.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://hbopenbid.pubmatic.com/translator?source=ow-client&gzip=1' from origin 'https://www.timesnownews.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to XMLHttpRequest at 'https://aps.zqtk.net/92bb6886-83?url=https%3A%2F%2Fwww.timesnownews.com%2F' from origin 'https://www.timesnownews.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 403 () | |
Not signed in with the identity provider. |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.timesnownews.com/info/about-us | 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 > div#masterVideoPlayer1xsyys39ko > div.__dockBg > img div > div#masterVideoPlayer1xsyys39ko > div.__dockBg > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback