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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| player.flipsnack.com/reader-bridge.gz.js | 180.0 s | 187.1 KiB |
| cdn.flipsnack.com/site/accessibility.min.js | 0.0 ms | 30.1 KiB |
| cdn.flipsnack.com/site/images/pdf-preview/customize.svg | 0.0 ms | 924 B |
| cdn.flipsnack.com/site/images/pdf-preview/link.svg | 0.0 ms | 912 B |
| cdn.flipsnack.com/site/images/pdf-preview/upload.svg | 0.0 ms | 760 B |
| cdn.flipsnack.com/site/images/pdf-preview/publish.svg | 0.0 ms | 757 B |
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 | |
|---|---|---|---|
CW Home product catalog div.examples-track > a.examples-card > picture > img | /site/home/examples/flipbooks/product-presentation-catalo... | 82.1 KiB | 73.4 KiB |
Flipsnack’s Design Studio editing capabilities div.container > div.design-studio-visual > picture.shadow-sm > img.img-fluid | static.flipsnack.com/site/home/design-studio/flipsnack-design-studio-2x.avif | 74.4 KiB | 73.0 KiB |
Employee benefits booklet flipbook format div.examples-track > a.examples-card > picture > img | /site/home/examples/flipbooks/woodbine-hospitality-employ... | 50.1 KiB | 44.8 KiB |
section.container > div.mw-lg-75 > lite-youtube.rounded-lg > img section.container > div.mw-lg-75 > lite-youtube.rounded-lg > img | static.flipsnack.com/site/home/meet-flipsnack/youtube-video-thumbnail.avif | 38.6 KiB | 37.1 KiB |
Employee benefits presentation flipbook div.examples-track > a.examples-card > picture > img | /site/home/examples/flipbooks/employee-benefits-presentat... | 41.2 KiB | 36.8 KiB |
Hospitality brochure flipbook div.examples-track > a.examples-card > picture > img | /site/home/examples/flipbooks/hospitality-brochure-flipbo... | 29.6 KiB | 26.4 KiB |
Finance guide in flipbook format div.examples-track > a.examples-card > picture > img | static.flipsnack.com/site/home/examples/flipbooks/finance-guide-flipbook-2x.avif | 26.8 KiB | 24.0 KiB |
Sample business magazine flipbook div.examples-track > a.examples-card > picture > img | /site/home/examples/flipbooks/business-magazine-flipbook-... | 25.3 KiB | 22.6 KiB |
Jewelry presentation in flipbook format div.examples-track > a.examples-card > picture > img | /site/home/examples/flipbooks/jewelry-flipbook-presentati... | 23.8 KiB | 21.3 KiB |
Hawaii cruises brochure div.examples-track > a.examples-card > picture > img | /site/home/examples/flipbooks/cruises-presentation-brochu... | 22.9 KiB | 20.5 KiB |
Internal newsletter flipbook created from PDF or powerPoint div.col-lg-4 > div.h-100 > picture.d-block > img.img-fluid | static.flipsnack.com/site/home/why-flipsnack/flipsnack-easy-to-use-2x.avif | 20.6 KiB | 16.3 KiB |
Flipsnack’s support team in chat box div.col-lg-4 > div.h-100 > picture.d-block > img.img-fluid | /site/home/why-flipsnack/flipsnack-outstanding-support-2x... | 15.4 KiB | 12.3 KiB |
Secure sharing with multiple teams using SSO div.col-lg-4 > div.h-100 > picture.d-block > img.img-fluid | static.flipsnack.com/site/home/why-flipsnack/flipsnack-enterprise-ready-2x.avif | 15.3 KiB | 12.1 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 |
|---|---|---|
| cdn.flipsnack.com/site/dist/bootstrap4.2b36294c012eb939f6df.css | 43.7 KiB | 1.2 s |
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 |
|---|---|
| flipsnack.com/ | 756 ms |
| www.flipsnack.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 |
|---|---|---|
| cdn.flipsnack.com/site/dist/bootstrap4.2b36294c012eb939f6df.css | 43.2 KiB | 38.2 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 |
|---|---|---|
| /gtag/js?id=G-XT3P0H8SMY&l=dataLayerForGoogleTagManager&c... | 179.5 KiB | 70.4 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-T8CXXNC&l=dataLayerForGoogleTagManager | 161.0 KiB | 70.0 KiB |
| /gtag/js?id=AW-928025474&l=dataLayerForGoogleTagManager&c... | 147.2 KiB | 65.3 KiB |
| cdn.flipsnack.com/site/dist/genericv2.dbd387c09f8de4b79849.js | 51.5 KiB | 34.5 KiB |
| cdn.flipsnack.com/site/dist/site-base.44ae0c81dcd683c648a9.js | 50.8 KiB | 32.1 KiB |
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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.flipsnack.com/ | 1.6 s | 33 ms | 2.7 ms |
| Unattributable | 974 ms | 18 ms | 0.0 ms |
| /gtag/js?id=G-XT3P0H8SMY&l=dataLayerForGoogleTagManager&c... | 695 ms | 597 ms | 89 ms |
| cdn.flipsnack.com/site/dist/genericv2.dbd387c09f8de4b79849.js | 410 ms | 109 ms | 36 ms |
| www.googletagmanager.com/gtm.js?id=GTM-T8CXXNC&l=dataLayerForGoogleTagManager | 398 ms | 308 ms | 84 ms |
| /gtag/js?id=AW-928025474&l=dataLayerForGoogleTagManager&c... | 304 ms | 222 ms | 79 ms |
| cdn.flipsnack.com/site/accessibility.min.js | 268 ms | 170 ms | 20 ms |
| cdn.flipsnack.com/site/dist/site-base.44ae0c81dcd683c648a9.js | 268 ms | 196 ms | 33 ms |
| player.flipsnack.com/reader-bridge.gz.js | 199 ms | 63 ms | 133 ms |
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 |
| Script Evaluation | 1.7 s |
| Style & Layout | 649 ms |
| Script Parsing & Compilation | 478 ms |
| Rendering | 345 ms |
| Parse HTML & CSS | 242 ms |
| Garbage Collection | 22 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 |
|---|---|
| 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 |
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 |
|---|
This website uses cookies
The cookies we use on Flipsnack's website help us pr… body.page-home > div#cookieNotification |
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.
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 |
|---|
4.6/5 div.col-lg-6 > div.row > div.col-6 > a.ratings-card |
4.7/5 div.col-lg-6 > div.row > div.col-6 > a.ratings-card |
4.6/5 div.col-lg-6 > div.row > div.col-4 > a.ratings-card |
4.6/5 div.col-lg-6 > div.row > div.col-4 > a.ratings-card |
4.9/5 div.col-lg-6 > div.row > div.col-4 > a.ratings-card |
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.