Skip to content
https://timesnownews.com

Lighthouse Mobile

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

Detailed Report

Audit breakdown by category with detailed findings.

30

Performance

Insights

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

RequestCache TTLTransfer Size
credify.tnn.in/loginWidget.1.0.1.js300.0 s125.6 KiB
ads.pubmatic.com/AdServer/js/pwt/156537/3401/pwt.js64710.0 s173.3 KiB
c.amazon-adsystem.com/aax2/apstag.js3600.0 s90.9 KiB
/pagead/managed/js/activeview/current/ufs_web_display.js3600.0 s73.1 KiB
/pagead/managed/js/activeview/current/ufs_web_display.js3600.0 s73.1 KiB
/pagead/managed/js/activeview/current/ufs_web_display.js3600.0 s73.1 KiB
imagesnep.admaster.cc/ML/36e4a571ce8e2c2d48d4459055d40aaf__scv1__622x368.webp3600.0 s37.4 KiB
/pagead/managed/js/adsense/m202604200101/show_ads_impl_fy...1209600.0 s177.5 KiB
pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js3600.0 s15.4 KiB
static.chartbeat.com/js/chartbeat.js7200.0 s16.1 KiB
/v1/js-versioning?clientkey=ADGMOT35CHFLVDHBJNIG50K968IEM...578939.0 s89.1 KiB
pagead2.googlesyndication.com/pagead/show_companion_ad.js?fcd=true3600.0 s11.7 KiB
cdn.izooto.com/scripts/sdk/izooto.js1382400.0 s95.3 KiB
login.sociofyme.com/crosswalk_sdk/tnn_sso_crosswalk_legacy_1.0.17.min.js0.0 ms9.3 KiB
static.chartbeat.com/js/chartbeat_mab.js7200.0 s10.1 KiB
eus.rubiconproject.com/usync.js41974.0 s11.5 KiB
sb.scorecardresearch.com/internal-cs/default/beacon-and.js86400.0 s7.8 KiB
cdn.izooto.com/scripts/sdk/izextf.js1382400.0 s11.6 KiB
cdn.izooto.com/scripts/3d276e090487a2efcd98ee2a6127d068ecb86418.js86400.0 s2.4 KiB
/pagead/js/r20260421/r20110914/client/qs_click_protection...1209600.0 s8.8 KiB
/ju/cs/eplist?tn=2ce2e6e33746b4224011d22068a89c02&gdpr_co...0.0 ms871 B
static.admaster.cc/js/template/style/style_banner_b969d7.css3600.0 s952 B
config.aps.amazon-adsystem.com/configs/2202a6a5-32cd-4e86-a8b6-48b0a38294633600.0 s699 B
/setuid?gpp=&gpp=&bidder=ix&gdpr=0&gdpr_consent=&gpp=&gpp...0.0 ms235 B
cdnt.netcoresmartech.com/smartechclient.js578932.0 s1.7 KiB
/ju/log/c?tn=41b6e88a2b85b0e731ef8e73e5558712&app=Google_...0.0 ms176 B
/pagead/js/r20260421/r20110914/client/window_focus_fy2021.js1209600.0 s1.6 KiB
/pagead/js/r20260421/r20110914/client/window_focus_fy2021.js1209600.0 s1.3 KiB
/AdServer/UCookieSetPug?&rd=https%3A%2F%2Frtb-csync.smart...0.0 ms42 B
/pagead/managed/js/activeview/current/ufs_web_display.js3600.0 s0 B
pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js3600.0 s0 B

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Why this matters

Performance issues directly impact user engagement and conversion rates.

lhId: page-0-IMG
nodeLabel: Trump Shares 'Good News' Amid Iran War Tensions
path: 1,HTML,1,BODY,10,DIV,6,DIV,2,DIV,0,DIV,0,UL,0,LI,0,A,0,FIGURE,0,DIV,0,IMG
selector: a.StoryList_StoryList__pLaEa > figure > div.StoryList_Img__suUfI > img
snippet: <img src="https://images.timesnownews.com/thumb/msid-154139690,thumbsize-28162,width…" data-src="https://images.timesnownews.com/thumb/msid-154139690,thumbsize-28162,width…" alt="Trump Shares 'Good News' Amid Iran War Tensions" decoding="async" loading="lazy" data-width="100%" data-height="203" style="display: block; object-fit: cover; object-position: center center;">

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates

Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst 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 KiB259.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/826185516426938796688.1 KiB75.9 KiB
imagesnep.admaster.cc/ML/36e4a571ce8e2c2d48d4459055d40aaf__scv1__622x368.webp36.8 KiB36.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 KiB14.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 KiB10.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 KiB9.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.png20.7 KiB5.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 KiB5.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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 765 ms
URLTime 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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Diagnostics

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 1.0 s 1.4 MiB
URLTransfer SizeEst Savings
watch.sociofyme.com/player/prod/tgbsl486mweb5ab3ukk6ko.hls.spl.js268.4 KiB182.2 KiB
/pagead/managed/js/adsense/m202604200101/show_ads_impl_fy...177.5 KiB133.1 KiB
/pagead/managed/js/gpt/m202604160201/pubads_impl.js187.7 KiB85.0 KiB
cdn.izooto.com/scripts/sdk/izooto.js94.8 KiB82.8 KiB
imasdk.googleapis.com/js/sdkloader/ima3.js150.2 KiB77.6 KiB
www.timesnownews.com/nassets/_next/static/chunks/4962-42662b5ecc699f11.js119.3 KiB75.6 KiB
accounts.google.com/gsi/client95.3 KiB71.0 KiB
/v1/js-versioning?clientkey=ADGMOT35CHFLVDHBJNIG50K968IEM...88.7 KiB69.6 KiB
ads.pubmatic.com/AdServer/js/pwt/156537/3401/pwt.js172.9 KiB69.4 KiB
www.googletagmanager.com/gtag/js?id=G-77TJDBEN7S170.1 KiB65.5 KiB
cdn.izooto.com/scripts/sdk/izooto.js94.8 KiB64.2 KiB
www.googletagmanager.com/gtm.js?id=GTM-K7BPZR62132.8 KiB63.8 KiB
www.googletagmanager.com/gtag/destination?id=G-8N7M0HC9BR&cx=c&gtm=4e64k1h2146.3 KiB61.1 KiB
www.googletagmanager.com/gtag/destination?id=AW-826233022&cx=c&gtm=4e64k1h2145.5 KiB60.4 KiB
credify.tnn.in/loginWidget.1.0.1.js125.0 KiB44.8 KiB
c.amazon-adsystem.com/aax2/apstag.js90.4 KiB38.1 KiB
fundingchoicesmessages.google.com/i/206696744?ers=368.5 KiB36.2 KiB
/pagead/managed/js/activeview/current/ufs_web_display.js73.1 KiB30.4 KiB
/pagead/managed/js/activeview/current/ufs_web_display.js73.1 KiB30.3 KiB
/pagead/js/adsbygoogle.js?client=ca-pub-100076989816909154.2 KiB27.0 KiB
www.timesnownews.com/nassets/_next/static/chunks/framework-a401de0d173973d4.js58.5 KiB23.1 KiB
www.timesnownews.com/nassets/_next/static/chunks/main-dad63e499fa92d1b.js39.2 KiB21.1 KiB

Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLTotal CPU TimeScript EvaluationScript Parse
www.timesnownews.com/10.6 s235 ms3.6 ms
Unattributable3.6 s895 ms0.0 ms
/pagead/managed/js/gpt/m202604160201/pubads_impl.js2.9 s2.4 s170 ms
c.amazon-adsystem.com/aax2/apstag.js1.3 s743 ms43 ms
www.timesnownews.com/nassets/_next/static/chunks/framework-a401de0d173973d4.js1.2 s474 ms24 ms
watch.sociofyme.com/player/prod/tgbsl486mweb5ab3ukk6ko.hls.spl.js924 ms720 ms112 ms
ads.pubmatic.com/AdServer/js/pwt/156537/3401/pwt.js866 ms679 ms66 ms
/pagead/managed/js/activeview/current/ufs_web_display.js626 ms549 ms35 ms
config.aps.amazon-adsystem.com/configs/2202a6a5-32cd-4e86-a8b6-48b0a3829463612 ms568 ms12 ms
credify.tnn.in/loginWidget.1.0.1.js604 ms468 ms66 ms
cdn.izooto.com/scripts/sdk/izooto.js414 ms275 ms124 ms
imasdk.googleapis.com/js/sdkloader/ima3.js402 ms313 ms64 ms
www.googletagmanager.com/gtag/destination?id=G-8N7M0HC9BR&cx=c&gtm=4e64k1h2323 ms267 ms52 ms
fundingchoicesmessages.google.com/i/206696744?ers=3305 ms275 ms26 ms
www.googletagmanager.com/gtag/destination?id=AW-826233022&cx=c&gtm=4e64k1h2286 ms231 ms52 ms
www.timesnownews.com/nassets/_next/static/chunks/pages/home-a2cd702bb8d188bb.js262 ms260 ms1.4 ms
www.googletagmanager.com/gtag/js?id=G-77TJDBEN7S254 ms187 ms63 ms
pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js240 ms220 ms13 ms
www.googletagmanager.com/gtm.js?id=GTM-K7BPZR62225 ms177 ms46 ms
/pagead/managed/js/adsense/m202604200101/show_ads_impl_fy...209 ms127 ms65 ms
static.chartbeat.com/js/chartbeat.js159 ms150 ms5.8 ms
www.timesnownews.com/nassets/_next/static/chunks/main-dad63e499fa92d1b.js156 ms131 ms21 ms
/v1/js-versioning?clientkey=ADGMOT35CHFLVDHBJNIG50K968IEM...126 ms82 ms37 ms
/pagead/js/adsbygoogle.js?client=ca-pub-1000769898169091120 ms96 ms20 ms
watch.sociofyme.com/player/prod/sociofymeloader.js113 ms74 ms0.9 ms
ep2.adtrafficquality.google/sodar/sodar2.js113 ms96 ms8.9 ms
sb.scorecardresearch.com/cs/26200502/beacon.js110 ms96 ms2.8 ms
securepubads.g.doubleclick.net/tag/js/gpt.js94 ms80 ms14 ms
accounts.google.com/gsi/client74 ms39 ms34 ms
/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads...68 ms40 ms0.0 ms

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation13.8 s
Other9.9 s
Rendering3.3 s
Style & Layout1.5 s
Script Parsing & Compilation1.4 s
Parse HTML & CSS417 ms
Garbage Collection312 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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failure reasonFailure 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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 2.4 KiB
URLTransfer SizeEst Savings
www.timesnownews.com/nimg/vplayer.js?v=27.4 KiB2.4 KiB

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

URL
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.

Layout shift culprits
Optimize DOM size
Font display
Forced reflow
LCP breakdown
Modern HTTP
Render blocking requests
Optimize viewport for mobile
Minify CSS
Reduce unused CSS
User Timing marks and measures 41 user timings
Avoid long main-thread tasks 20 long tasks found
Avoid non-composited animations 1 animated element found
Network Requests
Network Round Trip Times 200 ms
Server Backend Latencies 390 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 240 ms
Avoid large layout shifts 2 layout shifts found
INP breakdown
84

Accessibility

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

Names and labels

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.

Why this matters

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.

Why this matters

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.

Contrast

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
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.

Navigation

Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
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.

Best practices

One main landmark helps screen reader users navigate a web page. Learn more about landmarks.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
html html

These items highlight common accessibility best practices.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<frame>` or `<iframe>` elements have a title
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
`[lang]` attributes have a valid value
Deprecated ARIA roles were not used
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Elements with visible text labels have matching accessible names.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
73

Best Practices

Trust and Safety

Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.

Why this matters

Performance issues directly impact user engagement and conversion rates.

General

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit

Why this matters

Performance issues directly impact user engagement and conversion rates.

SourceDescription
[GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token.
Failed to load resource: the server responded with a status of 403 ()
Not signed in with the identity provider.
Uncaught Error: Duplicate Pixel Found !!
Uses HTTPS
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate clickjacking with XFO or CSP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Page has valid source maps
Redirects HTTP traffic to HTTPS
85

SEO

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

Content Best Practices

Descriptive link text helps search engines understand your content. Learn how to make links more accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Link destinationLink Text
www.timesnownews.com/info/about-usRead 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.

Why this matters

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.

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

Send Feedback