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.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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.
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 | |
|---|---|---|---|
InMobi Homepage section.herotile_heroTileWrapper__6Qr7I > div.herotile_contentInnerWrapper__CXM2B > div.herotile_imgWrapper__74lw7 > img | web.inmobicdn.net/website/website/6.0.1/uploads/misc/home-hero-slide-multi.webp | 78.4 KiB | 62.6 KiB |
Glance div.productscard_wheelCard__JN08h > div.productscard_cardWrapper__1s9w5 > div.productscard_imgWrapper__vOpTF > img.productscard_popUpImage___r_uU | /website/website/6.0.1/ui/uploads/resources/glance-web-de... | 85.1 KiB | 61.3 KiB |
Animation Background div > section#inmobiadvertising > div.singlecol_animationWrapper__Da3yN > img | /website/website/6.0.1/inmobi-main-images/brand-animation... | 82.5 KiB | 51.7 KiB |
Advertiser Brand Logos section#inmobiadvertising > div.singlecol_animationWrapper__Da3yN > div.singlecol_animationImg__DeLy2 > img.singlecol_animationImg9__p0Zrt | web.inmobicdn.net/website/website/6.0.1/inmobi-main-images/Person6.png | 41.9 KiB | 40.8 KiB |
Advertiser Brand Logos section#inmobiadvertising > div.singlecol_animationWrapper__Da3yN > div.singlecol_animationImg__DeLy2 > img.singlecol_animationImg3__Qcdre | web.inmobicdn.net/website/website/6.0.1/inmobi-main-images/Person2.png | 31.1 KiB | 30.5 KiB |
1Weather div.productscard_wheelCard__JN08h > div.productscard_cardWrapper__1s9w5 > div.productscard_imgWrapper__vOpTF > img.productscard_popUpImage___r_uU | /website/website/6.0.1/ui/uploads/resources/oneweather-we... | 42.4 KiB | 30.5 KiB |
Advertiser Brand Logos section#inmobiadvertising > div.singlecol_animationWrapper__Da3yN > div.singlecol_animationImg__DeLy2 > img.singlecol_animationImg2__82igx | web.inmobicdn.net/website/website/6.0.1/inmobi-main-images/Person1.png | 23.9 KiB | 23.3 KiB |
Advertiser Brand Logos section#inmobiadvertising > div.singlecol_animationWrapper__Da3yN > div.singlecol_animationImg__DeLy2 > img.singlecol_animationImg6__E7R54 | web.inmobicdn.net/website/website/6.0.1/inmobi-main-images/Person4.png | 19.1 KiB | 18.7 KiB |
Advertiser Brand Logos section#inmobiadvertising > div.singlecol_animationWrapper__Da3yN > div.singlecol_animationImg__DeLy2 > img.singlecol_animationImg5__pFkUc | web.inmobicdn.net/website/website/6.0.1/inmobi-main-images/Person3.png | 13.7 KiB | 13.5 KiB |
Advertiser Brand Logos section#inmobiadvertising > div.singlecol_animationWrapper__Da3yN > div.singlecol_animationImg__DeLy2 > img.singlecol_animationImg8__rvwHc | web.inmobicdn.net/website/website/6.0.1/inmobi-main-images/Person5.png | 12.7 KiB | 12.4 KiB |
Glance div.productscard_wheelCard__JN08h > div.productscard_cardWrapper__1s9w5 > div.productscard_contentWrapper__uFpaf > img | /website/website/6.0.1/ui/uploads/resources/Glance-AI-log... | 10.2 KiB | 9.3 KiB |
Advertiser Brand Logos section#inmobiadvertising > div.singlecol_animationWrapper__Da3yN > div.singlecol_animationImg__DeLy2 > img.singlecol_animationImg4__ZTSd9 | /website/website/6.0.1/ui/uploads/resources/home-unilever... | 5.6 KiB | 5.1 KiB |
Advertiser Brand Logos section#inmobiadvertising > div.singlecol_animationWrapper__Da3yN > div.singlecol_animationImg__DeLy2 > img.singlecol_animationImg7__H8JvD | /website/website/6.0.1/ui/uploads/resources/home-starbuck... | 5.3 KiB | 4.8 KiB |
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.
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 |
|---|---|
| inmobi.com/ | 220 ms |
| www.inmobi.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
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 |
|---|---|---|
| www.inmobi.com/_next/static/css/6a732c5274a276e7.css | 59.1 KiB | 57.5 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 |
|---|---|---|
| www.googletagmanager.com/gtag/destination?id=AW-851587349&cx=c>m=4e64f0 | 145.8 KiB | 70.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-9JNJRHH1VL&cx=c>m=4e64f0 | 177.7 KiB | 70.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-MJ2BNZG | 180.4 KiB | 69.1 KiB |
| www.googletagmanager.com/gtag/js?id=AW-652565680&cx=c>m=4e64f0 | 169.3 KiB | 62.0 KiB |
| script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 56.1 KiB | 35.5 KiB |
| web.inmobicdn.net/website/website/6.0.1/inmobi-main-images/js/TweenMax.min.js | 38.8 KiB | 29.7 KiB |
| /website/website/6.0.1/ui/v6/js/home-js/minify/jquery-3.7... | 29.7 KiB | 21.9 KiB |
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 has an unload handler in the main frame. | Actionable |
| 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 |
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 | |
|---|---|
Logo section#inmobiadvertising > div.singlecol_contentWrapper__Brtdo > a > img.singlecol_logoImg__SQV1t | /website/website/6.0.1/ui/uploads/resources/inmobi-adv-re... |
Glance div.productscard_wheelCard__JN08h > div.productscard_cardWrapper__1s9w5 > div.productscard_contentWrapper__uFpaf > img | /website/website/6.0.1/ui/uploads/resources/Glance-AI-log... |
1Weather div.productscard_wheelCard__JN08h > div.productscard_cardWrapper__1s9w5 > div.productscard_contentWrapper__uFpaf > img | web.inmobicdn.net/website/website/6.0.1/ui/uploads/misc/1Weather_logo.svg |
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 |
|---|
DECLINE div.accept-cookie > div.accept-cookie-inner > div.button-continer > button.btn |
CUSTOMIZE div.accept-cookie > div.accept-cookie-inner > div.button-continer > button.btn |
ACCEPT ALL div.accept-cookie > div.accept-cookie-inner > div.button-continer > button.btn |
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 |
|---|
About InMobi div.lazyload-wrapper > section.singlecol_singleColWrapper__9JY3Z > div.singlecol_contentWrapper__Brtdo > h4.uCenter |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
div.productscard_wheel__647qP > div.productscard_wheelCard__JN08h > div.productscard_cardWrapper__1s9w5 > a.productscard_ctaUrl___ys8y div.productscard_wheel__647qP > div.productscard_wheelCard__JN08h > div.productscard_cardWrapper__1s9w5 > a.productscard_ctaUrl___ys8y |
div.productscard_wheel__647qP > div.productscard_wheelCard__JN08h > div.productscard_cardWrapper__1s9w5 > a.productscard_ctaUrl___ys8y div.productscard_wheel__647qP > div.productscard_wheelCard__JN08h > div.productscard_cardWrapper__1s9w5 > a.productscard_ctaUrl___ys8y |
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
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport 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
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | |
| AttributionReporting |
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 |
|---|---|
Failed to load resource: the server responded with a status of 401 () | |
ReferenceError: d is not defined
at b.saq.b.saq (<anonymous>:1:65)
at <anonymous>:1:365
at https://www.googletagmanager.com/gtm.js?id=GTM-MJ2BNZG:1034:429
at qR (https://www.googletagmanager.com/gtm.js?id=GTM-MJ2BNZG:1036:31)
at Md.pR (https://www.googletagmanager.com/gtm.js?id=GTM-MJ2BNZG:1033:92)
at Md.<anonymous> (https://www.googletagmanager.com/gtm.js?id=GTM-MJ2BNZG:398:187)
at k.apply (https://www.googletagmanager.com/gtm.js?id=GTM-MJ2BNZG:324:466)
at fb (https://www.googletagmanager.com/gtm.js?id=GTM-MJ2BNZG:287:719)
at eb (https://www.googletagmanager.com/gtm.js?id=GTM-MJ2BNZG:287:470)
at Md.<anonymous> (https://www.googletagmanager.com/gtm.js?id=GTM-MJ2BNZG:348:473)
at k.apply (https://www.googletagmanager.com/gtm.js?id=GTM-MJ2BNZG:324:466)
at fb (https://www.googletagmanager.com/gtm.js?id=GTM-MJ2BNZG:287:719)
at k.gr (https://www.googletagmanager.com/gtm.js?id=GTM-MJ2BNZG:287:1286)
at sf (https://www.googletagmanager.com/gtm.js?id=GTM-MJ2BNZG:359:960)
at https://www.googletagmanager.com/gtm.js?id=GTM-MJ2BNZG:840:315
at Oz (https://www.googletagmanager.com/gtm.js?id=GTM-MJ2BNZG:762:1)
at Vz.evaluate (https://www.googletagmanager.com/gtm.js?id=GTM-MJ2BNZG:766:732)
at e (https://www.googletagmanager.com/gtm.js?id=GTM-MJ2BNZG:784:218)
at https://www.googletagmanager.com/gtm.js?id=GTM-MJ2BNZG:292:125
at Array.<anonymous> (https://www.googletagmanager.com/gtm.js?id=GTM-MJ2BNZG:785:388)
at Object.execute (https://www.googletagmanager.com/gtm.js?id=GTM-MJ2BNZG:785:128)
at kB (https://www.googletagmanager.com/gtm.js?id=GTM-MJ2BNZG:785:760)
at oB (https://www.googletagmanager.com/gtm.js?id=GTM-MJ2BNZG:789:386)
at GC (https://www.googletagmanager.com/gtm.js?id=GTM-MJ2BNZG:815:327)
at IC (https://www.googletagmanager.com/gtm.js?id=GTM-MJ2BNZG:816:207)
at n (https://www.inmobi.com/_next/static/chunks/pages/_app-f0ccbd741d2619e0.js:1:63359) | |
TypeError: Cannot read properties of null (reading 'offsetWidth')
at o (https://web.inmobicdn.net/website/website/6.0.1/inmobi-main-images/minify/home.min.js:1:221)
at HTMLDocument.<anonymous> (https://web.inmobicdn.net/website/website/6.0.1/inmobi-main-images/minify/home.min.js:1:374)
at e (https://web.inmobicdn.net/website/website/6.0.1/ui/v6/js/home-js/minify/jquery-3.7.0.min.js:2:26990)
at t (https://web.inmobicdn.net/website/website/6.0.1/ui/v6/js/home-js/minify/jquery-3.7.0.min.js:2:27292)
at n (https://www.inmobi.com/_next/static/chunks/pages/_app-f0ccbd741d2619e0.js:1:63359) |
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 |
|---|---|
| advertising.inmobi.com/ | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.