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.
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.
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.
| URL | Est Savings |
|---|---|
| /assets/fonts/bootstrap-icons/fonts/bootstrap-icons.woff2... | 1.6 s |
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 | |
|---|---|---|---|
MP Supply nav.navbar > div.container > a.d-flex > img | mpsupply.co.in/assets/imgs/template/logo-new.png | 30.4 KiB | 29.5 KiB |
B2B clothing manufacturing client partner div.d-flex > div.d-flex > div.avatar > img | /assets/imgs/pages/creative-studio/page-home/home-section... | 17.0 KiB | 16.4 KiB |
B2B clothing manufacturing client partner div.d-flex > div.d-flex > div.avatar > img | /assets/imgs/pages/creative-studio/page-home/home-section... | 13.7 KiB | 13.2 KiB |
B2B clothing manufacturing client partner div.d-flex > div.d-flex > div.avatar > img | /assets/imgs/pages/creative-studio/page-home/home-section... | 12.7 KiB | 12.2 KiB |
B2B clothing manufacturing client partner div.d-flex > div.d-flex > div.avatar > img | /assets/imgs/pages/creative-studio/page-home/home-section... | 9.9 KiB | 9.5 KiB |
B2B clothing manufacturing client partner div.d-flex > div.d-flex > div.avatar > img | /assets/imgs/pages/creative-studio/page-home/home-section... | 6.2 KiB | 5.9 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| mpsupply.co.in/assets/css/main.css | 21.6 KiB | 300 ms |
| mpsupply.co.in/assets/css/style.css?v=2 | 2.0 KiB | |
| mpsupply.co.in/assets/css/vendors/bootstrap.min.css | 29.3 KiB | 450 ms |
| mpsupply.co.in/assets/css/chrome-fixes.css | 796 B | |
| mpsupply.co.in/assets/css/pure-carousel.css | 834 B | |
| mpsupply.co.in/assets/css/animated-tabs.css?v=2 | 1.1 KiB | |
| mpsupply.co.in/assets/css/kinetic-loader.css | 1.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| mpsupply.co.in/ | 943 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.
Diagnostics
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| mpsupply.co.in/assets/css/vendors/bootstrap.min.css | 29.3 KiB | 6.2 KiB |
| mpsupply.co.in/assets/css/main.css | 21.6 KiB | 4.8 KiB |
| mpsupply.co.in/assets/fonts/fontawesome/fontawesome.min.css | 17.2 KiB | 2.7 KiB |
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 |
|---|---|---|
| mpsupply.co.in/assets/css/vendors/bootstrap.min.css | 29.0 KiB | 27.0 KiB |
| mpsupply.co.in/assets/css/main.css | 21.1 KiB | 19.9 KiB |
| mpsupply.co.in/assets/fonts/fontawesome/fontawesome.min.css | 16.6 KiB | 16.6 KiB |
| mpsupply.co.in/assets/fonts/remixicon/remixicon.css | 16.4 KiB | 16.4 KiB |
| mpsupply.co.in/assets/fonts/bootstrap-icons/bootstrap-icons.min.css | 12.1 KiB | 12.1 KiB |
| mpsupply.co.in/assets/fonts/boxicons/boxicons.min.css | 10.9 KiB | 10.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 |
|---|---|---|
| cdnjs.cloudflare.com/ajax/libs/fabric.js/5.3.1/fabric.min.js | 71.5 KiB | 56.0 KiB |
| mpsupply.co.in/assets/js/vendors/swiper-bundle.min.js | 38.7 KiB | 22.3 KiB |
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 |
|---|---|---|
| mpsupply.co.in/assets/js/main.js | 6.0 KiB | 2.9 KiB |
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 | 1.7 s |
| Style & Layout | 1.0 s |
| Script Evaluation | 789 ms |
| Rendering | 503 ms |
| Parse HTML & CSS | 131 ms |
| Script Parsing & Compilation | 90 ms |
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 | |
|---|---|
B2B clothing manufacturing client partner div.d-flex > div.d-flex > div.avatar > img | /assets/imgs/pages/creative-studio/page-home/home-section... |
B2B clothing manufacturing client partner div.d-flex > div.d-flex > div.avatar > img | /assets/imgs/pages/creative-studio/page-home/home-section... |
B2B clothing manufacturing client partner div.d-flex > div.d-flex > div.avatar > img | /assets/imgs/pages/creative-studio/page-home/home-section... |
B2B clothing manufacturing client partner div.d-flex > div.d-flex > div.avatar > img | /assets/imgs/pages/creative-studio/page-home/home-section... |
B2B clothing manufacturing client partner div.d-flex > div.d-flex > div.avatar > img | /assets/imgs/pages/creative-studio/page-home/home-section... |
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 |
|---|
Designed for Work. div.container > div.wow > div.d-flex > strong.text-primary |
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 |
|---|
Global div.d-flex > div.d-flex > div > h6.fs-20 |
Private Label Manufacturing div.row > div.col-lg-4 > a > h4.mb-0 |
Exceptional Quality div#swiper-wrapper-8d7b17dd8308bffd > div.swiper-slide > div.card-testimonial > h6.mt-3 |
Company div.col-lg-8 > div.row > div.col-lg-4 > h6.pb-3 |
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.d-md-flex > div.row > div.col-lg-1 > a.icon-arrow div.d-md-flex > div.row > div.col-lg-1 > a.icon-arrow |
div.d-md-flex > div.row > div.col-lg-1 > a.icon-arrow div.d-md-flex > div.row > div.col-lg-1 > a.icon-arrow |
div.d-md-flex > div.row > div.col-lg-1 > a.icon-arrow div.d-md-flex > div.row > div.col-lg-1 > a.icon-arrow |
div.d-md-flex > div.row > div.col-lg-1 > a.icon-arrow div.d-md-flex > div.row > div.col-lg-1 > a.icon-arrow |
div.d-md-flex > div.row > div.col-lg-1 > a.icon-arrow div.d-md-flex > div.row > div.col-lg-1 > a.icon-arrow |
div.d-md-flex > div.row > div.col-lg-1 > a.icon-arrow div.d-md-flex > div.row > div.col-lg-1 > a.icon-arrow |
div.d-md-flex > div.row > div.col-lg-1 > a.icon-arrow div.d-md-flex > div.row > div.col-lg-1 > a.icon-arrow |
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
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 |
|---|
01. div.card-service > div.d-md-flex > div.service-card-title > a |
02. div.card-service > div.d-md-flex > div.service-card-title > a |
03. div.card-service > div.d-md-flex > div.service-card-title > a |
04. div.card-service > div.d-md-flex > div.service-card-title > a |
05. div.card-service > div.d-md-flex > div.service-card-title > a |
06. div.card-service > div.d-md-flex > div.service-card-title > a |
07. div.card-service > div.d-md-flex > div.service-card-title > a |
Go to slide 1 section.creative-studio-section-6 > div.container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 2 section.creative-studio-section-6 > div.container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 3 section.creative-studio-section-6 > div.container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 4 section.creative-studio-section-6 > div.container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 5 section.creative-studio-section-6 > div.container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 6 section.creative-studio-section-6 > div.container > div.swiper-pagination > span.swiper-pagination-bullet |
These items highlight common accessibility best practices.
Best Practices
General
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 404 () |
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.