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.
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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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 | |
|---|---|---|---|
new Bills, Delimitation Bill 2026, Union Territories Laws (Amendment) Bill 2026… article.topblockNews__featured > figure.topblockNews__featuredImage > a > img | /2026/04/lok-sabha_20260414171335_20260415212558.jpg?w=620 | 96.2 KiB | 61.1 KiB |
No junk food in govt schools, only 2 cooked meals from school farms article.o-express-premium__item > a.article_url > figure.card-image > img.lazyloading | /2026/04/Students-with-a-food-educator-at-the-farm-of-a-g... | 10.3 KiB | 6.2 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.
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
ADVERTISEMENT
INDIA
Govt plan: Keep south share unchanged in LS, list each stat… body.home > main#home-main-content > div.wp-block-template-part | 0.243 |
ADVERTISEMENT
INDIA
Govt plan: Keep south share unchanged in LS, list each stat… body.home > main#home-main-content > div.wp-block-template-part | 0.011 |
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 | 8.7 s |
| Style & Layout | 2.4 s |
| Other | 2.2 s |
| Script Parsing & Compilation | 1.3 s |
| Rendering | 688 ms |
| Parse HTML & CSS | 412 ms |
| Garbage Collection | 230 ms |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| @charset 'UTF-8'; #section .container .row.follow-dev h1{font-size:20px;color:#a32020;margin:0; … } … | 87.2 KiB | 38.0 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.1 KiB | 13.9 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.taboola.com/libtrc/indianexpress-indianexpress/loader.js | 330.3 KiB | 168.9 KiB |
| /pagead/managed/js/gpt/m202604100101/pubads_impl.js | 186.4 KiB | 129.3 KiB |
| www.googletagmanager.com/gtag/js?id=AW-11033859954&cx=c>m=4e64e1 | 144.7 KiB | 105.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PGQG2HFB | 155.8 KiB | 80.7 KiB |
| accounts.google.com/gsi/client?ver=20260415 | 95.3 KiB | 80.0 KiB |
| accounts.google.com/gsi/client | 95.4 KiB | 68.9 KiB |
| ads.pubmatic.com/AdServer/js/pwt/156021/7083/pwt.js | 171.5 KiB | 65.9 KiB |
| cdn.moengage.com/webpush/moe_webSdk.min.latest.js | 100.6 KiB | 63.0 KiB |
| www.googletagmanager.com/gtag/js?id=AW-11033859954 | 144.7 KiB | 56.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-HEQWL2KPC5 | 178.3 KiB | 52.5 KiB |
| /signals/config/444470064056909?v=2.9.298&r=stable&domain... | 126.2 KiB | 39.3 KiB |
| fundingchoicesmessages.google.com/i/1050432?ers=3 | 68.7 KiB | 35.0 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.3 KiB | 35.0 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 | |
|---|---|
System will change when MLAs trust govt schools with their children: Bains div.epaper-panel > a > figure.round-img > img.center-image | /wp-content/plugins/ie-newsblock-builder/src/blocks/ie-ar... |
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.
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 |
|---|
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
These are opportunities to improve the legibility of your content.
Best practices
Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. Learn more about the refresh meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Delimitation div.o-commonTopnews__rhs > figure.o-newsImage > a.article_url > img.lazyloading | /wp-content/plugins/ie-newsblock-builder/assets/images/de... | 440 x 248 (1.77) | 97 x 54 (1.80) |
Royal Challengers Bengaluru div.o-matchesbx__card-team > a > div.o-matchesbx__card-flag > img.lazyloading | indianexpress.com/wp-content/themes/indianexpress/images/default-ie.jpg | 49 x 24 (2.04) | 97 x 54 (1.80) |
Lucknow Super Giants div.o-matchesbx__card-team > a > div.o-matchesbx__card-flag > img.lazyloading | indianexpress.com/wp-content/themes/indianexpress/images/default-ie.jpg | 49 x 24 (2.04) | 97 x 54 (1.80) |
Chennai Super Kings div.o-matchesbx__card-team > a > div.o-matchesbx__card-flag > img.lazyloading | indianexpress.com/wp-content/themes/indianexpress/images/default-ie.jpg | 49 x 24 (2.04) | 97 x 54 (1.80) |
Kolkata Knight Riders div.o-matchesbx__card-team > a > div.o-matchesbx__card-flag > img.lazyloading | indianexpress.com/wp-content/themes/indianexpress/images/default-ie.jpg | 49 x 24 (2.04) | 97 x 54 (1.80) |
mumbai, mumbai metro, mumbai news, div.o-commonTopnews__rhs > figure.o-newsImage > a > img.lazyloading | /wp-content/plugins/ie-newsblock-builder/assets/images/de... | 350 x 197 (1.78) | 97 x 54 (1.80) |
Will drop all false cases against Gorkha leaders: Amit Shah in Darjeeling div.o-commonTopnews__rhs > figure.o-newsImage > a > img.lazyloading | /wp-content/plugins/ie-newsblock-builder/assets/images/de... | 350 x 197 (1.78) | 97 x 54 (1.80) |
Pune div.o-commonTopnews__rhs > figure.o-newsImage > a > img.lazyloading | /wp-content/plugins/ie-newsblock-builder/assets/images/de... | 350 x 197 (1.78) | 97 x 54 (1.80) |
chandigarh, cbse div.o-commonTopnews__rhs > figure.o-newsImage > a > img.lazyloading | /wp-content/plugins/ie-newsblock-builder/assets/images/de... | 350 x 197 (1.78) | 97 x 54 (1.80) |
morbi, ceramic, div.o-commonTopnews__rhs > figure.o-newsImage > a > img.lazyloading | /wp-content/plugins/ie-newsblock-builder/assets/images/de... | 350 x 197 (1.78) | 97 x 54 (1.80) |
CM Yogi div.o-commonTopnews__rhs > figure.o-newsImage > a > img.lazyloading | /wp-content/plugins/ie-newsblock-builder/assets/images/de... | 350 x 197 (1.78) | 97 x 54 (1.80) |
VIjay div.o-commonTopnews__rhs > figure.o-newsImage > a > img.lazyloading | /wp-content/plugins/ie-newsblock-builder/assets/images/de... | 350 x 197 (1.78) | 97 x 54 (1.80) |
Anudeep Katikala div.o-commonTopnews__rhs > figure.o-newsImage > a > img.lazyloading | /wp-content/plugins/ie-newsblock-builder/assets/images/de... | 350 x 197 (1.78) | 97 x 54 (1.80) |
bengaluru man-murder mother div.o-commonTopnews__rhs > figure.o-newsImage > a > img.lazyloading | /wp-content/plugins/ie-newsblock-builder/assets/images/de... | 350 x 197 (1.78) | 97 x 54 (1.80) |
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 | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
| Topics | |
| 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. | /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 19, col 449 |
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?ver=20260415 line 85, col 88 | [GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token. |
A bad HTTP response code (403) was received when fetching the script. | |
A bad HTTP response code (403) was received when fetching the script. | |
A bad HTTP response code (403) was received when fetching the script. | |
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
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.