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.
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.
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 |
|---|---|---|
| app.screencast.com/dist/tracking.f5e09671.js | 1.6 KiB | |
| app.screencast.com/dist/error.2c1f5d6c.css | 999 B | |
| app.screencast.com/dist/home-screencast.1cea0f9b.css | 2.1 KiB | 151 ms |
| app.screencast.com/dist/shared.892b1f80.css | 9.8 KiB | 151 ms |
| /css2?family=Figtree:ital,wght@0,300..900;1,300..900&disp... | 905 B | 836 ms |
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| az416426.vo.msecnd.net/scripts/b/ai.2.min.js | 1800.0 s | 46.3 KiB |
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
| app.screencast.com/dist/resources.285891b5.js | 0.0 ms | 14.9 KiB |
| app.screencast.com/dist/shared.892b1f80.css | 0.0 ms | 9.8 KiB |
| static.hotjar.com/c/hotjar-3320877.js?sv=7 | 60.0 s | 7.0 KiB |
| app.screencast.com/Content/img/hero-with-coffee.svg | 0.0 ms | 4.4 KiB |
| app.screencast.com/dist/home-screencast.1cea0f9b.css | 0.0 ms | 2.1 KiB |
| app.screencast.com/dist/tracking.f5e09671.js | 0.0 ms | 1.6 KiB |
| app.screencast.com/dist/error.2c1f5d6c.css | 0.0 ms | 999 B |
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 |
|---|---|
| screencast.com/ | 1.0 s |
| www.screencast.com/ | 992 ms |
| app.screencast.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
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 |
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 |
|---|---|---|
| /gtag/js?id=G-LTP16PWGVP&cx=c>m=4e64k1&sign=687242173f9... | 154.0 KiB | 108.4 KiB |
| /gtag/destination?id=G-LTP16PWGVP&cx=c>m=4e64k1&sign=68... | 154.0 KiB | 62.0 KiB |
| ssgtm.techsmith.com/gtm.js?id=GTM-MWG2M7 | 138.3 KiB | 55.9 KiB |
| script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 56.1 KiB | 36.5 KiB |
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.
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. | az416426.vo.msecnd.net/scripts/b/ai.2.min.js line 4, col 20534 |
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 () |
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.