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.
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 |
|---|---|
| fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 | 55 ms |
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 | |
|---|---|---|---|
Why 48V Lithium BESS Rack Systems Deliver Superior Cycle Life for Industrial Ap… div.lg:grid > div.lg:overflow-hidden > div.lg:w-full > img.w-full | /storage/blogs/featured/d2ViAzGJzuYJW94y7AhXHBbo7BtcxgXbe... | 1.9 MiB | 1.8 MiB |
Sodium-Ion Batteries and Low-Temperature Performance: Why Cold Weather Matters … div.lg:grid > div.lg:overflow-hidden > div.lg:w-full > img.w-full | /storage/blogs/featured/NVi2lO9nARChM8yYVMKnB2ZlHhmadlPNg... | 1.8 MiB | 1.8 MiB |
div#products-section > div.lg:hidden > a.relative > div.h-[265px] div#products-section > div.lg:hidden > a.relative > div.h-[265px] | trydantech.com/assets/client/images/data-center.png | 579.4 KiB | 434.6 KiB |
Trydan Tech Highlights Sodium-Ion Energy Storage Innovation at The Battery Show div.lg:grid > div.lg:overflow-hidden > div.lg:w-full > img.w-full | /storage/blogs/featured/b5qPEhKrp7rAm4P05xxmli8VEXBTjBFA7... | 343.4 KiB | 322.5 KiB |
div#products-section > div.lg:hidden > a.relative > div.h-[265px] div#products-section > div.lg:hidden > a.relative > div.h-[265px] | trydantech.com/assets/client/images/technology-machine-1.png | 181.6 KiB | 134.5 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.
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.
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 |
|---|---|---|
| fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap | 1.2 KiB | 873 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
Cells
EXPLORE →
Packs
EXPLORE → div.flex > main.flex-grow > div.bg-[#F5F5F5] > div#products-section | 0.108 |
We use cookies to enhance your browsing experience, analyze site traffic, and p… body.bg-trydan-light > div.fixed | 0.010 |
Cells
EXPLORE →
Packs
EXPLORE → div.flex > main.flex-grow > div.bg-[#F5F5F5] > div#products-section | 0.008 |
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 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/js?id=G-TXN4WBVZ5W | 177.4 KiB | 67.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TRFHXCQH | 142.4 KiB | 67.0 KiB |
| www.googletagmanager.com/gtag/js?id=AW-17304213719&cx=c>m=4e65m1h1 | 144.4 KiB | 61.4 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 |
|---|---|
| Script Evaluation | 863 ms |
| Other | 581 ms |
| Style & Layout | 304 ms |
| Script Parsing & Compilation | 154 ms |
| Rendering | 88 ms |
| Parse HTML & CSS | 36 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 has an unload handler in the main frame. | Actionable |
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 |
|---|---|---|
| trydantech.com/build/assets/app-7x9LYh5z.css | 17.0 KiB | 15.2 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 | |
|---|---|
Trydan Technologies header.nav-header > div.nav-inner > a.nav-logo > img | trydantech.com/assets/client/icons/logo-nav.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 |
|---|
Learn More About Our Technology div.px-4 > div.max-w-[1200px] > div.flex > a.mx-auto |
Advanced lithium-ion cells engineered for high energy, high power, and ultra-lo… div > div.footer-grid > div > p |
COMPANY div > div.footer-grid > div > div |
OFFICES div > div.footer-grid > div > div |
5776 Stoneridge Mall Rd Ste 320, Pleasanton, CA 94588 div.footer-grid > div > div > div |
Plot No. 626/C, 1st Main Rd, Sector 6, HSR Layout, Bengaluru, Karnataka 560102 div.footer-grid > div > div > div |
CONTACT div > div.footer-grid > div > div |
©2026 Trydan Tech. All rights reserved. div.flex > footer > div.footer-bottom > span |
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 |
|---|
Enhanced Power Density div.lg:w-[60%] > div.bg-[#ffff] > div > h6.text-[16px] |
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.footer-grid > div > div > a.footer-social div.footer-grid > div > div > a.footer-social |
div.footer-grid > div > div > a.footer-social div.footer-grid > div > div > a.footer-social |
div.footer-grid > div > div > a.footer-social div.footer-grid > div > div > a.footer-social |
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
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. |
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 |
|---|---|
trydantech.com/ line 1306, col 8 | SyntaxError: Unexpected token '.' |
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 |
|---|---|
| trydantech.com/cells | Learn More |
| trydantech.com/packs | Learn More |
| trydantech.com/privacy-policy | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.