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.
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.
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 |
|---|---|---|
| ssl.google-analytics.com/ga.js | 7200.0 s | 17.4 KiB |
| assets.dwell.com/badges/s-160x160.png | 0.0 ms | 2.7 KiB |
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.
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 | |
|---|---|---|---|
div.avia-image-container-inner > div.avia-image-overlay-wrap > a.avia_image > img.wp-image-8891 div.avia-image-container-inner > div.avia-image-overlay-wrap > a.avia_image > img.wp-image-8891 | barrettstudio.com/wp-content/uploads/2022/11/StudioHome2022.jpg | 292.5 KiB | 248.5 KiB |
div.avia-fullscreen-slider > div.avia-slideshow > ul.avia-slideshow-inner > li.avia-slideshow-slide div.avia-fullscreen-slider > div.avia-slideshow > ul.avia-slideshow-inner > li.avia-slideshow-slide | /wp-content/uploads/2016/06/1-Boulder-Modern-Architecture... | 455.6 KiB | 162.6 KiB |
Barrett Studio Architects div.inner-container > span.logo > a > img | barrettstudio.com/wp-content/uploads/2024/12/BarrettStudioLogo.png | 27.9 KiB | 22.3 KiB |
div.avia-image-container-inner > div.avia-image-overlay-wrap > a.avia_image > img.wp-image-5473 div.avia-image-container-inner > div.avia-image-overlay-wrap > a.avia_image > img.wp-image-5473 | barrettstudio.com/wp-content/uploads/2016/06/Home1-1.jpg | 63.0 KiB | 19.0 KiB |
Instagram div.textwidget > p > a > img.alignleft | barrettstudio.com/wp-content/uploads/2024/12/instagram-logo.png | 7.7 KiB | 7.2 KiB |
Houzz Design Award div.textwidget > p > a > img.alignleft | st.hzcdn.com/static/badge_46_7@2x.png | 6.5 KiB | 5.1 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|---|
| barrettstudio.com/wp-content/uploads/dynamic_avia/enfold.css?ver=69fb80e1216ca | 20.9 KiB | 17.2 KiB |
| barrettstudio.com/wp-content/themes/enfold/css/layout.css?ver=6.0.8 | 16.2 KiB | 14.1 KiB |
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 |
|---|---|---|
| barrettstudio.com/wp-content/themes/enfold/css/layout.css?ver=6.0.8 | 16.5 KiB | 3.2 KiB |
| barrettstudio.com/wp-content/themes/enfold/css/shortcodes.css?ver=6.0.8 | 7.6 KiB | 2.2 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 |
|---|---|---|
| barrettstudio.com/wp-content/themes/enfold/js/avia.js?ver=6.0.8 | 16.2 KiB | 6.5 KiB |
| barrettstudio.com/wp-content/themes/enfold/js/shortcodes.js?ver=6.0.8 | 11.5 KiB | 4.4 KiB |
| /wp-content/themes/enfold/config-templatebuilder/avia-sho... | 9.7 KiB | 4.1 KiB |
| /wp-content/themes/enfold/config-templatebuilder/avia-sho... | 6.7 KiB | 3.3 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.
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 |
|---|
Living Architecture section.av_textblock_section > div.avia_textblock > p > a |
“Whether it’s a poetic seed, an impulse to connect, a DNA, or finding the soul … div.flex_column > section.av_textblock_section > div.avia_textblock > h5 |
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 |
|---|
div.flex_column > section.av_textblock_section > div.avia_textblock > h5 div.flex_column > section.av_textblock_section > div.avia_textblock > h5 |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
form#mc-embedded-subscribe-form > div#mc_embed_signup_scroll > div > input form#mc-embedded-subscribe-form > div#mc_embed_signup_scroll > div > input |
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
Trust and Safety
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| st.hzcdn.com/static/badge_46_7@2x.png | Automatically upgraded to HTTPS |
| st.hzcdn.com/static/badge_43_7@2x.png | Automatically upgraded to HTTPS |
| st.hzcdn.com/static/badge_40_7@2x.png | Automatically upgraded to HTTPS |
| st.hzcdn.com/static/badge_21_7@2x.png | Automatically upgraded to HTTPS |
| st.hzcdn.com/static/badge_15_7@2x.png | Automatically upgraded to HTTPS |
| st.hzcdn.com/static/badge_12_7@2x.png | Automatically upgraded to HTTPS |
| st.hzcdn.com/static/badge_7_7@2x.png | Automatically upgraded to HTTPS |
General
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Mixed content |
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.