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.
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 | |
|---|---|---|---|
Default div.col-lg-2 > div.customizer-img > div.customizer-mode > img.light-img | creativethemes.com/blocksy/wp-content/uploads/2021/06/macbook@2x.png | 114.2 KiB | 111.0 KiB |
div.hero-container > div.theme-screens > figure.item-2 > img div.hero-container > div.theme-screens > figure.item-2 > img | creativethemes.com/blocksy/wp-content/uploads/2022/06/home-hero-demo-3-c.jpg | 92.6 KiB | 90.9 KiB |
Header Builder div.ct-container > div.composition-block > figure.header-scene > img | creativethemes.com/blocksy/wp-content/uploads/2021/06/header-scene.png | 91.6 KiB | 88.2 KiB |
div.hero-container > div.theme-screens > figure.item-1 > img div.hero-container > div.theme-screens > figure.item-1 > img | creativethemes.com/blocksy/wp-content/uploads/2022/06/home-hero-demo-1.jpg | 64.7 KiB | 63.6 KiB |
div.hero-container > div.theme-screens > figure.item-3 > img div.hero-container > div.theme-screens > figure.item-3 > img | creativethemes.com/blocksy/wp-content/uploads/2022/06/home-hero-demo-2.jpg | 59.2 KiB | 58.2 KiB |
div.hero-container > div.theme-screens > figure.item-6 > img div.hero-container > div.theme-screens > figure.item-6 > img | creativethemes.com/blocksy/wp-content/uploads/2022/06/home-hero-demo-3-b.jpg | 56.4 KiB | 55.9 KiB |
div.hero-container > div.theme-screens > figure.item-5 > img div.hero-container > div.theme-screens > figure.item-5 > img | creativethemes.com/blocksy/wp-content/uploads/2022/06/home-hero-demo-4.jpg | 30.0 KiB | 29.3 KiB |
div.hero-container > div.theme-screens > figure.item-7 > img div.hero-container > div.theme-screens > figure.item-7 > img | creativethemes.com/blocksy/wp-content/uploads/2022/06/home-hero-demo-7.jpg | 21.5 KiB | 21.2 KiB |
div.hero-container > div.theme-screens > figure.item-4 > img div.hero-container > div.theme-screens > figure.item-4 > img | creativethemes.com/blocksy/wp-content/uploads/2022/06/home-hero-demo-5-b.jpg | 19.3 KiB | 18.8 KiB |
div.review-container > div.review-meta > span > img div.review-container > div.review-meta > span > img | secure.gravatar.com/avatar/626bdcaa0ae02300051a2eb555c39ca0?s=80&d=retro&r=g | 13.8 KiB | 13.5 KiB |
div.review-container > div.review-meta > span > img div.review-container > div.review-meta > span > img | secure.gravatar.com/avatar/e113aaf1e53818c69a3142f92ff33440?s=80&d=retro&r=g | 13.3 KiB | 13.1 KiB |
div.review-container > div.review-meta > span > img div.review-container > div.review-meta > span > img | secure.gravatar.com/avatar/4c4c7564538a6f7d9d50c181370e61c0?s=80&d=retro&r=g | 13.0 KiB | 12.7 KiB |
div.review-container > div.review-meta > span > img div.review-container > div.review-meta > span > img | secure.gravatar.com/avatar/82427c1ea70ef7afa4350842c7c1a7a1?s=80&d=retro&r=g | 12.5 KiB | 12.2 KiB |
div.review-container > div.review-meta > span > img div.review-container > div.review-meta > span > img | secure.gravatar.com/avatar/3ed3d45b851fcb301242b815312dad2a?s=80&d=retro&r=g | 9.6 KiB | 9.4 KiB |
div.review-container > div.review-meta > span > img div.review-container > div.review-meta > span > img | secure.gravatar.com/avatar/31d3bb93659d721db937beed08726e6a?s=80&d=retro&r=g | 9.2 KiB | 9.0 KiB |
div.review-container > div.review-meta > span > img div.review-container > div.review-meta > span > img | secure.gravatar.com/avatar/8067f46cb1117fe4f77191b74d900954?s=80&d=retro&r=g | 7.9 KiB | 7.7 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.
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 |
|---|---|
| creativethemes.com/ | 858 ms |
| creativethemes.com/blocksy/ | 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 |
|---|---|---|
| /blocksy/wp-content/themes/blocksy-child/assets/bundle/ma... | 40.3 KiB | 35.3 KiB |
| /blocksy/wp-content/themes/blocksy/static/bundle/main.min... | 16.8 KiB | 14.5 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 |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=AW-403885306&cx=c>m=4e64h1 | 134.2 KiB | 102.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-C186Z3XF8Y | 156.0 KiB | 62.2 KiB |
| www.googletagmanager.com/gtag/js?id=AW-403885306 | 134.0 KiB | 60.3 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.1 s |
| Script Evaluation | 762 ms |
| Style & Layout | 547 ms |
| Rendering | 132 ms |
| Script Parsing & Compilation | 116 ms |
| Parse HTML & CSS | 84 ms |
| Garbage Collection | 12 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 |
|---|---|---|
| /blocksy/wp-content/themes/blocksy-child/assets/bundle/ma... | 40.6 KiB | 6.5 KiB |
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 | |
|---|---|
Default div.col-lg-2 > div.customizer-img > div.customizer-mode > img.light-img | creativethemes.com/blocksy/wp-content/uploads/2021/06/macbook@2x.png |
Blocksy div > div.site-branding > a.site-logo-container > img.default-logo | creativethemes.com/blocksy/wp-content/uploads/2023/11/logo-light-v2.svg |
section.featured-on > div.ct-container > div.featured-on-logo > img.wpm section.featured-on > div.ct-container > div.featured-on-logo > img.wpm | creativethemes.com/blocksy/wp-content/uploads/2025/06/wpm.svg |
section.featured-on > div.ct-container > div.featured-on-logo > img.wpma section.featured-on > div.ct-container > div.featured-on-logo > img.wpma | creativethemes.com/blocksy/wp-content/uploads/2025/06/wpma.png |
section.featured-on > div.ct-container > div.featured-on-logo > img.wpt section.featured-on > div.ct-container > div.featured-on-logo > img.wpt | creativethemes.com/blocksy/wp-content/uploads/2025/06/wpt.svg |
section.featured-on > div.ct-container > div.featured-on-logo > img.hs section.featured-on > div.ct-container > div.featured-on-logo > img.hs | creativethemes.com/blocksy/wp-content/uploads/2020/07/hs.svg |
section.featured-on > div.ct-container > div.featured-on-logo > img.pt section.featured-on > div.ct-container > div.featured-on-logo > img.pt | creativethemes.com/blocksy/wp-content/uploads/2020/07/pt.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 |
|---|
Starter Sites div.hero-container > div.ct-container > div.button-group > a.demo |
It’s tough to express that, but this theme with incredible support and brillian… li.flexy-item > div.review-container > div.review-content > span.review-text |
Feels fast and numbers confirm that, it is ranked at the top in most speed test… div.ct-container > ul.features > li > p |
Built from scratch to be 100% compatible with the Gutenberg editor and blocks. div.ct-container > ul.features > li > p |
Load JavaScript behavior when you really need it using webpack’s support for dy… div.ct-container > ul.features > li > p |
Easily build and customize your online store in minutes and start selling like … div.ct-container > ul.features > li > p |
Blocksy is ready to be translated into any language and doesn’t contain hardcod… div.ct-container > ul.features > li > p |
Every single line of code is thoughtfully written and is open for changes and n… div.ct-container > ul.features > li > p |
Customizer changes are synced in real time in the preview window without slowin… div.ct-container > ul.features > li > p |
Surprise your mobile users by giving them a unique experience while they naviga… div.ct-container > ul.features > li > p |
Explore All WooCommerce Features div.shop-text > ul > li > a.ct-button |
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 |
|---|
Featured on div#presentation > section.featured-on > div.ct-container > h6 |
Lightning Fast div.ct-container > ul.features > li > h5 |
Gutenberg ul.builders > li.active > div > h5 |
Layout Options div.customizer-text > ul.col-lg-2 > li > h5 |
9 Header Elements div.ct-container > ul.col-lg-3 > li > h5 |
Color Palettes div.background-text > ul.col-lg-2 > li > h5 |
Google Fonts div.fonts-text > ul.col-lg-2 > li > h5 |
5 Archive Types div.ct-container > div.col-lg-2 > div.archives-text > h5 |
4 Single Page Types div.ct-container > div.col-lg-2 > div.single-text > h5 |
Product Quick View div.shop-text > ul > li > h5 |
SEO Optimized div.ct-container > ul.col-lg-4 > li > h5 |
React div.ct-container > ul.col-lg-3 > li > h5 |
div.ct-container > div.subscribe-form-container > div.form-content > h5.heading div.ct-container > div.subscribe-form-container > div.form-content > h5.heading |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.background-scene > div.composition-block > figure.abstract-shape > img div.background-scene > div.composition-block > figure.abstract-shape > img |
div.background-scene > div.composition-block > figure.background-option > img.option-top div.background-scene > div.composition-block > figure.background-option > img.option-top |
div.background-scene > div.composition-block > figure.background-option > img.options div.background-scene > div.composition-block > figure.background-option > img.options |
div.background-scene > div.composition-block > figure.option-thumb > img div.background-scene > div.composition-block > figure.option-thumb > img |
div.background-scene > div.composition-block > figure.option-thumb-2 > img div.background-scene > div.composition-block > figure.option-thumb-2 > img |
div.background-scene > div.composition-block > figure.circle-dots > img div.background-scene > div.composition-block > figure.circle-dots > img |
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 |
|---|
li.flexy-item > div.review-container > div.review-meta > a li.flexy-item > div.review-container > div.review-meta > a |
li.flexy-item > div.review-container > div.review-meta > a li.flexy-item > div.review-container > div.review-meta > a |
li.flexy-item > div.review-container > div.review-meta > a li.flexy-item > div.review-container > div.review-meta > a |
li.flexy-item > div.review-container > div.review-meta > a li.flexy-item > div.review-container > div.review-meta > a |
li.flexy-item > div.review-container > div.review-meta > a li.flexy-item > div.review-container > div.review-meta > a |
li.flexy-item > div.review-container > div.review-meta > a li.flexy-item > div.review-container > div.review-meta > a |
li.flexy-item > div.review-container > div.review-meta > a li.flexy-item > div.review-container > div.review-meta > a |
li.flexy-item > div.review-container > div.review-meta > a li.flexy-item > div.review-container > div.review-meta > a |
li.flexy-item > div.review-container > div.review-meta > a li.flexy-item > div.review-container > div.review-meta > a |
li.flexy-item > div.review-container > div.review-meta > a li.flexy-item > div.review-container > div.review-meta > a |
li.flexy-item > div.review-container > div.review-meta > a li.flexy-item > div.review-container > div.review-meta > a |
li.flexy-item > div.review-container > div.review-meta > a li.flexy-item > div.review-container > div.review-meta > a |
li.flexy-item > div.review-container > div.review-meta > a li.flexy-item > div.review-container > div.review-meta > a |
li.flexy-item > div.review-container > div.review-meta > a li.flexy-item > div.review-container > div.review-meta > a |
li.flexy-item > div.review-container > div.review-meta > a li.flexy-item > div.review-container > div.review-meta > a |
li.flexy-item > div.review-container > div.review-meta > a li.flexy-item > div.review-container > div.review-meta > a |
li.flexy-item > div.review-container > div.review-meta > a li.flexy-item > div.review-container > div.review-meta > a |
li.flexy-item > div.review-container > div.review-meta > a li.flexy-item > div.review-container > div.review-meta > a |
li.flexy-item > div.review-container > div.review-meta > a li.flexy-item > div.review-container > div.review-meta > a |
li.flexy-item > div.review-container > div.review-meta > a li.flexy-item > div.review-container > div.review-meta > a |
li.flexy-item > div.review-container > div.review-meta > a li.flexy-item > div.review-container > div.review-meta > a |
li.flexy-item > div.review-container > div.review-meta > a li.flexy-item > div.review-container > div.review-meta > a |
li.flexy-item > div.review-container > div.review-meta > a li.flexy-item > div.review-container > div.review-meta > a |
li.flexy-item > div.review-container > div.review-meta > a li.flexy-item > div.review-container > div.review-meta > a |
li.flexy-item > div.review-container > div.review-meta > a li.flexy-item > div.review-container > div.review-meta > a |
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
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Single Layout div.single-image > div.composition-block > figure > img | creativethemes.com/blocksy/wp-content/uploads/2021/06/single.jpg | 100 x 1860 (0.05) | 1200 x 1860 (0.65) |
Grid Card div.archives-images > div.composition-block > figure.grid-card > img | creativethemes.com/blocksy/wp-content/uploads/2021/06/grid-card.jpg | 100 x 1304 (0.08) | 860 x 1304 (0.66) |
Simple Card div.archives-images > div.composition-block > figure.simple-card > img | creativethemes.com/blocksy/wp-content/uploads/2021/06/simple-card.jpg | 100 x 650 (0.15) | 1246 x 650 (1.92) |
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
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.background-scene > div.composition-block > figure.abstract-shape > img div.background-scene > div.composition-block > figure.abstract-shape > img |
div.background-scene > div.composition-block > figure.background-option > img.option-top div.background-scene > div.composition-block > figure.background-option > img.option-top |
div.background-scene > div.composition-block > figure.background-option > img.options div.background-scene > div.composition-block > figure.background-option > img.options |
div.background-scene > div.composition-block > figure.option-thumb > img div.background-scene > div.composition-block > figure.option-thumb > img |
div.background-scene > div.composition-block > figure.option-thumb-2 > img div.background-scene > div.composition-block > figure.option-thumb-2 > img |
div.background-scene > div.composition-block > figure.circle-dots > img div.background-scene > div.composition-block > figure.circle-dots > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.