Lighthouse Mobile
· 0 checks — Mobile 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.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
vdo#_vdo_ads_player_ai_27672 > vdo#vdoai_parentWrapperDiv > vdo.vdoai_parentDiv > video#vdo_ai_7013 vdo#_vdo_ads_player_ai_27672 > vdo#vdoai_parentWrapperDiv > vdo.vdoai_parentDiv > video#vdo_ai_7013 | /media_file/v-rediff-v11/source/uploads/thumbnails/177141... | 39.6 KiB | 30.2 KiB |
body body | img.youtube.com/vi/_ZuRxW7ACmY/hqdefault.jpg | 17.9 KiB | 12.9 KiB |
From Oct 1, Even Smallest Misstep Can Cost A Wicket div.bigcard > div.div_big_img > a > img.big | im.rediff.com/390-250/cricket/2026/apr/20cricket-laws-1.jpg | 24.9 KiB | 9.0 KiB |
Iran refuses to send delegation for peace talks in Pak div.firstnews > div.div_big_img > a > img.big | im.rediff.com/390-250/news/2026/apr/21peace-talks-in-pakistan.jpg | 23.0 KiB | 7.1 KiB |
Discovering The Rhythm Of Bhutan div.item > div.timg > a > img.itemimg | im.rediff.com/180-140/getahead/2026/apr/14-bhutan-dance1.jpg | 8.6 KiB | 4.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 |
|---|---|
| rediff.com/ | 760 ms |
| www.rediff.com/ | 630 ms |
| www.rediff.com/ | 464 ms |
| m.rediff.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.
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 |
|---|---|
| Script Evaluation | 7.4 s |
| Other | 1.8 s |
| Style & Layout | 1.3 s |
| Script Parsing & Compilation | 939 ms |
| Rendering | 510 ms |
| Garbage Collection | 199 ms |
| Parse HTML & CSS | 184 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 |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 | |
|---|---|
Rediff Podcasts div.webstorysection > h2.sechd > a > img | imworld.rediff.com/worldrediff/pix/podcast-logo.webp |
div#div_advt_Bottom > ins#revive-0-1 > a > img div#div_advt_Bottom > ins#revive-0-1 > a > img | imworld.rediff.com/worldrediff/pix/blank.gif |
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 |
|---|
div.flexcenter > div.fnt1 > ins#revive-0-0 > vdo#v-rediff-v11-0 div.flexcenter > div.fnt1 > ins#revive-0-0 > vdo#v-rediff-v11-0 |
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.
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 |
|---|
4 min read div.card > div.firstnews > div.fnewstime > div.floatL |
6 hours ago div.card > div.firstnews > div.fnewstime > div.floatR |
3 min read div.hzcard > div.hzcopy > div.ttoread > div |
6 hours ago div.hzcard > div.hzcopy > div.ttoread > div |
14 min read div.hzcard > div.hzcopy > div.ttoread > div |
15 hours ago div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
7 hours ago div.hzcard > div.hzcopy > div.ttoread > div |
5 min read div.hzcard > div.hzcopy > div.ttoread > div |
8 hours ago div.hzcard > div.hzcopy > div.ttoread > div |
12 min read div.hzcard > div.hzcopy > div.ttoread > div |
20 hours ago div.hzcard > div.hzcopy > div.ttoread > div |
6 min read div.hzcard > div.hzcopy > div.ttoread > div |
8 hours ago div.hzcard > div.hzcopy > div.ttoread > div |
5 min read div.hzcard > div.hzcopy > div.ttoread > div |
6 hours ago div.hzcard > div.hzcopy > div.ttoread > div |
5 min read body > div.bigcard > div.ttoread > div |
20 hours ago body > div.bigcard > div.ttoread > div |
2 min read div.divtwocolums > div.item > div.ttoread > div |
18 hours ago div.divtwocolums > div.item > div.ttoread > div |
9 min read div.divtwocolums > div.item > div.ttoread > div |
21 hours ago div.divtwocolums > div.item > div.ttoread > div |
4 min read div.divtwocolums > div.item > div.ttoread > div |
15 hours ago div.divtwocolums > div.item > div.ttoread > div |
3 min read div.divtwocolums > div.item > div.ttoread > div |
19 hours ago div.divtwocolums > div.item > div.ttoread > div |
1 min read div.hzcard > div.hzcopy > div.ttoread > div |
14 hours ago div.hzcard > div.hzcopy > div.ttoread > div |
3 min read div.hzcard > div.hzcopy > div.ttoread > div |
14 hours ago div.hzcard > div.hzcopy > div.ttoread > div |
6 min read div.hzcard > div.hzcopy > div.ttoread > div |
1 day ago div.hzcard > div.hzcopy > div.ttoread > div |
3 min read div.hzcard > div.hzcopy > div.ttoread > div |
6 hours ago div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
16 hours ago div.hzcard > div.hzcopy > div.ttoread > div |
6 min read div.hzcard > div.hzcopy > div.ttoread > div |
6 min read div.hzcard > div.hzcopy > div.ttoread > div |
6 min read div.hzcard > div.hzcopy > div.ttoread > div |
6 min read div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
2 min read div.hzcard > div.hzcopy > div.ttoread > div |
2 min read div.hzcard > div.hzcopy > div.ttoread > div |
8 min read div.hzcard > div.hzcopy > div.ttoread > div |
8 min read div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
3 min read div.hzcard > div.hzcopy > div.ttoread > div |
3 min read div.hzcard > div.hzcopy > div.ttoread > div |
5 min read div.hzcard > div.hzcopy > div.ttoread > div |
5 min read div.hzcard > div.hzcopy > div.ttoread > div |
5 hours ago body > div.bigcard > div.ttoread > div |
5 hours ago div.divtwocolums > div.item > div.ttoread > div |
5 hours ago div.divtwocolums > div.item > div.ttoread > div |
5 hours ago div.divtwocolums > div.item > div.ttoread > div |
5 hours ago div.divtwocolums > div.item > div.ttoread > div |
5 hours ago div.hzcard > div.hzcopy > div.ttoread > div |
5 hours ago div.hzcard > div.hzcopy > div.ttoread > div |
6 hours ago div.hzcard > div.hzcopy > div.ttoread > div |
See More > body > div.webstorysection > p.alignR > a.podmore |
35:16 min body > div.videosection > div.bigcard > span.duration |
2:45 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
2:56 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
1:29 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
0:54 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
2:26 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
1:30 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
2:11 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
0:39 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
3:43 min div.videosection > div.bigcard > a > span.duration |
4:11 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
3:34 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
5:29 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
2:59 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
7:29 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
6:9 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
8:26 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
3:1 min div.videosection > div.divtwocolumsblack > div.item > span.duration |
3 min read div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
5 min read div.hzcard > div.hzcopy > div.ttoread > div |
6 min read div.hzcard > div.hzcopy > div.ttoread > div |
6 min read div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
3 min read div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
2 min read div.hzcard > div.hzcopy > div.ttoread > div |
2 min read div.hzcard > div.hzcopy > div.ttoread > div |
3 min read div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
5 min read div.hzcard > div.hzcopy > div.ttoread > div |
6 min read div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
7 min read div.hzcard > div.hzcopy > div.ttoread > div |
7 min read div.hzcard > div.hzcopy > div.ttoread > div |
2 min read div.hzcard > div.hzcopy > div.ttoread > div |
9 min read div.hzcard > div.hzcopy > div.ttoread > div |
9 min read div.hzcard > div.hzcopy > div.ttoread > div |
2 min read div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
3 min read div.hzcard > div.hzcopy > div.ttoread > div |
5 min read div.hzcard > div.hzcopy > div.ttoread > div |
2 min read div.hzcard > div.hzcopy > div.ttoread > div |
5 min read div.hzcard > div.hzcopy > div.ttoread > div |
2 min read div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
11 min read div.hzcard > div.hzcopy > div.ttoread > div |
3 min read div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
3 min read div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
4 min read div.hzcard > div.hzcopy > div.ttoread > div |
2 min read div.hzcard > div.hzcopy > div.ttoread > div |
2 min read div.hzcard > div.hzcopy > div.ttoread > div |
11 min read div.hzcard > div.hzcopy > div.ttoread > div |
5 min read div.hzcard > div.hzcopy > div.ttoread > div |
5 min read div.hzcard > div.hzcopy > div.ttoread > div |
5 min read div.hzcard > div.hzcopy > div.ttoread > div |
6 min read div.hzcard > div.hzcopy > div.ttoread > div |
5 min read div.missedrow > div.missright > div.ttoread > div |
9 min read div.missedrow > div.missright > div.ttoread > div |
2 min read div.missedrow > div.missright > div.ttoread > div |
2 min read div.missedrow > div.missright > div.ttoread > div |
7 min read div.missedrow > div.missright > div.ttoread > div |
8 min read div.missedrow > div.missright > div.ttoread > div |
4 min read div.missedrow > div.missright > div.ttoread > div |
2 min read div.missedrow > div.missright > div.ttoread > div |
6 min read div.missedrow > div.missright > div.ttoread > div |
5 min read div.missedrow > div.missright > div.ttoread > div |
15 min read div.missedrow > div.missright > div.ttoread > div |
6 min read div.missedrow > div.missright > div.ttoread > div |
5 min read div.missedrow > div.missright > div.ttoread > div |
7 min read div.missedrow > div.missright > div.ttoread > div |
3 min read div.missedrow > div.missright > div.ttoread > div |
2 min read div.missedrow > div.missright > div.ttoread > div |
2 min read div.missedrow > div.missright > div.ttoread > div |
4 min read div.missedrow > div.missright > div.ttoread > div |
13 min read div.missedrow > div.missright > div.ttoread > div |
5 min read div.missedrow > div.missright > div.ttoread > div |
These are opportunities to improve the legibility of your content.
Names and labels
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > div.logobar > div.followus > a body > div.logobar > div.followus > a |
body > div.logobar > div.followus > a body > div.logobar > div.followus > a |
body > div.logobar > div.followus > a body > div.logobar > div.followus > a |
body > div.logobar > div.followus > a body > div.logobar > div.followus > a |
div.advtcontainer > div#div_advt_Bottom > ins#revive-0-1 > a div.advtcontainer > div#div_advt_Bottom > ins#revive-0-1 > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Best practices
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
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.rediff.com/ | Allowed |
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.
User Experience
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
Iran refuses to send delegation for peace talks in Pak div.firstnews > div.div_big_img > a > img.big | im.rediff.com/390-250/news/2026/apr/21peace-talks-in-pakistan.jpg | 390 x 250 | 390 x 250 | 585 x 375 |
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 |
|---|---|
| Topics | a.vdo.ai/core/assets/rtb_v10.10.0.js line 11, col 34172 |
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.