Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
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.
Diagnostics
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.
Performance issues directly impact user engagement and conversion rates.
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.
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.
ARIA
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.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| 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.
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.
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
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.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
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.
Best practices
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.
Best Practices
Trust and Safety
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| 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. |
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.
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.