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.
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 | |
|---|---|---|---|
The cost of complexity on business div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | dam.freshworks.com/m/6e329efa17c7c08d/webimage-Global-complexity-report.jpg | 33.3 KiB | 26.3 KiB |
Big Bus Tours logo div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | /m/1ba90188b1c891fc/webimage-Big-Bus-Tours_Siderail-Logo_... | 23.9 KiB | 23.4 KiB |
Video Thumbnail div.w-css-reset > div > div.w-css-reset > img.w-css-reset | /deliveries/f400bc6a8ede4374cea12b8f59602a7f.webp?image_c... | 25.7 KiB | 22.0 KiB |
Why every organization needs a 'Simplifier in Chief' div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | dam.freshworks.com/m/548c9a7c6a03cd03/webimage-Simplifier-in-Chief.jpg | 27.5 KiB | 21.7 KiB |
Freshdesk Omni interface mockup div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | dam.freshworks.com/m/6dc3c4a0c4ee8823/webimage-fd-product-card-image.jpg | 24.3 KiB | 20.5 KiB |
Freshservice interface mockup div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | dam.freshworks.com/m/123a24fbfb5ff6f7/webimage-Product-Card_EX.jpg | 23.0 KiB | 19.4 KiB |
Customer service, rewired a.sc-e5af17da-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | dam.freshworks.com/m/550a9de31f4c8476/webimage-cx-card.jpg | 15.0 KiB | 14.3 KiB |
Porsche eBike Performance div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | dam.freshworks.com/m/4d974aadd6376cfa/webimage-SideRail_Porsche.jpg | 13.5 KiB | 12.6 KiB |
Tap into the power of people + AI a.sc-e5af17da-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | dam.freshworks.com/m/5e6c3648293c5341/webimage-ai-card.jpg | 12.8 KiB | 12.2 KiB |
div.sc-6293d692-0 > span.sc-6293d692-0 > span > img div.sc-6293d692-0 > span.sc-6293d692-0 > span > img | dam.freshworks.com/m/1d230ee78c07681a/original/headerLogoLight.webp | 12.4 KiB | 12.0 KiB |
The CIO’s ITSM playbook a.sc-e5af17da-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | dam.freshworks.com/m/16fe3092a2be3e50/webimage-cios-playbook-card.jpg | 11.6 KiB | 11.0 KiB |
Disney div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | /asset/0a0b54ab-f644-4896-a44c-9626150c3fea/thumbnail/web... | 8.3 KiB | 7.1 KiB |
S&P Global Logo div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | dam.freshworks.com/m/678dcfe0f3352df6/webimage-S-P-GLobal-Trustbar-logo.jpg | 7.8 KiB | 7.1 KiB |
Honda Trust Bar Logo Image div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | /asset/9121d712-9856-4a29-a9f9-ebb1245195e4/thumbnail/web... | 8.0 KiB | 6.8 KiB |
Bridgestone Logo div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | /asset/510754a2-ba80-4b45-a23f-86084c2156a8/thumbnail/web... | 6.9 KiB | 5.8 KiB |
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 |
|---|---|---|
| cdn.optimizely.com/public/20976504213/s/freshworks.js | 216.4 KiB | 3.2 s |
| cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js | 9.1 KiB | 820 ms |
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.
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 |
|---|---|
| freshworks.com/ | 758 ms |
| www.freshworks.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 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.
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 | 4.8 s |
| Other | 1.4 s |
| Style & Layout | 1.2 s |
| Script Parsing & Compilation | 724 ms |
| Rendering | 629 ms |
| Garbage Collection | 144 ms |
| Parse HTML & CSS | 93 ms |
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 |
|---|---|---|
| 27.6 KiB | 2.9 KiB | |
| html { font-size: 100%; } … | 16.8 KiB | 2.1 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 |
|---|---|---|
| www.freshworks.com/assets/js/session.js | 5.9 KiB | 2.5 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.
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 | |
|---|---|
Big Bus Tours logo div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | /m/1ba90188b1c891fc/webimage-Big-Bus-Tours_Siderail-Logo_... |
Big Bus Tours logo div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | /m/1ba90188b1c891fc/webimage-Big-Bus-Tours_Siderail-Logo_... |
Porsche eBike Performance div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | dam.freshworks.com/m/4d974aadd6376cfa/webimage-SideRail_Porsche.jpg |
Porsche eBike Performance div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | dam.freshworks.com/m/4d974aadd6376cfa/webimage-SideRail_Porsche.jpg |
S&P Global Logo div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | dam.freshworks.com/m/678dcfe0f3352df6/webimage-S-P-GLobal-Trustbar-logo.jpg |
S&P Global Logo div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | dam.freshworks.com/m/678dcfe0f3352df6/webimage-S-P-GLobal-Trustbar-logo.jpg |
UPS Trust Bar Logo Image div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | /asset/151cc287-59a8-404f-8330-189a47ba0618/thumbnail/web... |
Cineworld Logo Image div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | /asset/22e3cea2-9834-4f0e-998c-cc039cf75e41/thumbnail/web... |
Honda Trust Bar Logo Image div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | /asset/9121d712-9856-4a29-a9f9-ebb1245195e4/thumbnail/web... |
Panasonic Trust Bar Logo Image div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | /asset/ed54d539-a8de-417b-bd4e-5ecefa7eb8c4/thumbnail/web... |
Disney div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | /asset/0a0b54ab-f644-4896-a44c-9626150c3fea/thumbnail/web... |
Bridgestone Logo div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | /asset/510754a2-ba80-4b45-a23f-86084c2156a8/thumbnail/web... |
Seagate Trust Bar Logo Image div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | /asset/87a8bfa0-77d5-47a7-b618-02a0fa486787/thumbnail/web... |
ITV Logo Image div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | /asset/f4a93f3f-df18-40d1-98d2-52f9a4ccfff3/thumbnail/web... |
Carrefour Trustbar Logo Image div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | /asset/187be5de-3963-41bf-9419-65554c452658/thumbnail/web... |
New Balance Trust Bar Logo Image div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | /asset/c40cc084-b6ee-4482-9188-9e62ed2e7ebb/thumbnail/web... |
UPS Trust Bar Logo Image div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | /asset/151cc287-59a8-404f-8330-189a47ba0618/thumbnail/web... |
Cineworld Logo Image div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | /asset/22e3cea2-9834-4f0e-998c-cc039cf75e41/thumbnail/web... |
Honda Trust Bar Logo Image div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | /asset/9121d712-9856-4a29-a9f9-ebb1245195e4/thumbnail/web... |
Panasonic Trust Bar Logo Image div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | /asset/ed54d539-a8de-417b-bd4e-5ecefa7eb8c4/thumbnail/web... |
Disney div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | /asset/0a0b54ab-f644-4896-a44c-9626150c3fea/thumbnail/web... |
Bridgestone Logo div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | /asset/510754a2-ba80-4b45-a23f-86084c2156a8/thumbnail/web... |
Seagate Trust Bar Logo Image div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | /asset/87a8bfa0-77d5-47a7-b618-02a0fa486787/thumbnail/web... |
ITV Logo Image div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | /asset/f4a93f3f-df18-40d1-98d2-52f9a4ccfff3/thumbnail/web... |
Carrefour Trustbar Logo Image div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | /asset/187be5de-3963-41bf-9419-65554c452658/thumbnail/web... |
New Balance Trust Bar Logo Image div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | /asset/c40cc084-b6ee-4482-9188-9e62ed2e7ebb/thumbnail/web... |
Klarna Logo div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | dam.freshworks.com/m/1e4245078bd1400c/webimage-Klarna-logo-dark.jpg |
Pepsico Logo div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | dam.freshworks.com/m/65934d5b088a71e4/webimage-Pepsico-Trustbar-logo.jpg |
Forbes Logo div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | dam.freshworks.com/m/686b5fb695a93fdf/webimage-Forbes-Trustbar-logo.jpg |
Databricks div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | dam.freshworks.com/m/5162dcdd46a42c2d/webimage-databricks-trustbar-logo.jpg |
RingCentral-Trustbar-Logo div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | dam.freshworks.com/m/74d677669a2ca8b8/webimage-Ring-Central-Trustbar-Logo.jpg |
Klarna Logo div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | dam.freshworks.com/m/1e4245078bd1400c/webimage-Klarna-logo-dark.jpg |
Pepsico Logo div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | dam.freshworks.com/m/65934d5b088a71e4/webimage-Pepsico-Trustbar-logo.jpg |
Forbes Logo div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | dam.freshworks.com/m/686b5fb695a93fdf/webimage-Forbes-Trustbar-logo.jpg |
Databricks div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | dam.freshworks.com/m/5162dcdd46a42c2d/webimage-databricks-trustbar-logo.jpg |
RingCentral-Trustbar-Logo div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | dam.freshworks.com/m/74d677669a2ca8b8/webimage-Ring-Central-Trustbar-Logo.jpg |
Trainline div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | dam.freshworks.com/m/4c04e4f7f92f6a65/webimage-Trainline.jpg |
Trainline div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > img | dam.freshworks.com/m/4c04e4f7f92f6a65/webimage-Trainline.jpg |
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
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Close body#next-gen > div#wistia-video-226_popover_container |
Close body#next-gen > div#wistia-video-904_popover_container |
Close body#next-gen > div#wistia-video-515_popover_container |
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.
Tables and lists
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Demo header.sc-6293d692-0 > nav.sc-6293d692-0 > div.sc-ace17a57-0 > li.sc-ace17a57-0 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Join us at Refresh 2026 on May 14, New York City | Register div#announcement-bar > nav.sc-ace17a57-0 > div.sc-6293d692-0 > a.sc-e5af17da-0 |
Customer service, rewired
See how AI solves key CS challenges in Forrester's Fr… div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > a.sc-e5af17da-0 |
The CIO’s ITSM playbook
Explore insights from 225 global IT decision-makers. div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > a.sc-e5af17da-0 |
Tap into the power of people + AI
Explore how AI is transforming workplace and … div.sc-ace17a57-0 > div.sc-ace17a57-0 > div.sc-ace17a57-0 > a.sc-e5af17da-0 |
Contact Us div.sc-6293d692-0 > div.sc-ace17a57-0 > span.sc-b323b31-0 > a.sc-e5af17da-0 |
Investors div.sc-6293d692-0 > ul.sc-ace17a57-0 > li.sc-6293d692-0 > a.sc-e5af17da-0 |
Insights & Trends div.sc-6293d692-0 > ul.sc-ace17a57-0 > li.sc-6293d692-0 > a.sc-e5af17da-0 |
Training & Certification div.sc-6293d692-0 > ul.sc-ace17a57-0 > li.sc-6293d692-0 > a.sc-e5af17da-0 |
Student Academy div.sc-6293d692-0 > ul.sc-ace17a57-0 > li.sc-6293d692-0 > a.sc-e5af17da-0 |
What’s New div.sc-6293d692-0 > ul.sc-ace17a57-0 > li.sc-6293d692-0 > a.sc-e5af17da-0 |
Freshservice for MSPs div.sc-6293d692-0 > ul.sc-ace17a57-0 > li.sc-6293d692-0 > a.sc-e5af17da-0 |
Freshservice for Business Teams div.sc-6293d692-0 > ul.sc-ace17a57-0 > li.sc-6293d692-0 > a.sc-e5af17da-0 |
Freshdesk Omni div.sc-6293d692-0 > ul.sc-ace17a57-0 > li.sc-6293d692-0 > a.sc-e5af17da-0 |
Freshchat div.sc-6293d692-0 > ul.sc-ace17a57-0 > li.sc-6293d692-0 > a.sc-e5af17da-0 |
Freshsales div.sc-6293d692-0 > ul.sc-ace17a57-0 > li.sc-6293d692-0 > a.sc-e5af17da-0 |
Freshsales Suite div.sc-6293d692-0 > ul.sc-ace17a57-0 > li.sc-6293d692-0 > a.sc-e5af17da-0 |
Freshmarketer div.sc-6293d692-0 > ul.sc-ace17a57-0 > li.sc-6293d692-0 > a.sc-e5af17da-0 |
Freshworks Platform div.sc-6293d692-0 > ul.sc-ace17a57-0 > li.sc-6293d692-0 > a.sc-e5af17da-0 |
Freddy AI div.sc-6293d692-0 > ul.sc-ace17a57-0 > li.sc-6293d692-0 > a.sc-e5af17da-0 |
Privacy Notice div.sc-ace17a57-0 > ul.sc-ace17a57-0 > li.sc-6293d692-0 > a.sc-e5af17da-0 |
Site Terms div.sc-ace17a57-0 > ul.sc-ace17a57-0 > li.sc-6293d692-0 > a.sc-e5af17da-0 |
Cookie Policy div.sc-ace17a57-0 > ul.sc-ace17a57-0 > li.sc-6293d692-0 > a.sc-e5af17da-0 |
Do Not Share My Personal Information div.sc-ace17a57-0 > ul.sc-ace17a57-0 > li.sc-6293d692-0 > a.sc-e5af17da-0 |
Best Practices
General
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| www.freshworks.com/freshservice/ | Learn more |
| www.freshworks.com/freshdesk/omni/ | Learn more |
| www.freshworks.com/theworks/employee-experience/simplifier-in-chief/ | Read more |
| www.freshworks.com/theworks/employee-experience/cost-of-complexity-report-blog/ | Read more |
| cookiepedia.co.uk/giving-consent-to-cookies | More information |
Format your HTML in a way that enables crawlers to better understand your app’s content.