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 |
|---|---|---|
| cdn.optimizely.com/js/8508271295.js?ver=1.5.7371 | 3600.0 s | 113.6 KiB |
| zenfolio.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? | 14400.0 s | 12.1 KiB |
| kit.fontawesome.com/5caf5594fa.js?ver=1.5.7371 | 60.0 s | 5.7 KiB |
| cdn3.optimizely.com/js/geo4.js | 0.0 ms | 303 B |
| placehold.co/50x50/cccccc/ffffff?text=User | 1209600.0 s | 1.4 KiB |
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Everything You Need. One Smart Price.
Try It FREE
Run your entire photography b… body.home > div#page > div.content-area | 0.107 |
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.
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 |
|---|---|---|
| /*! * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com * License - https://fontaw… | 102.9 KiB | 102.6 KiB |
| zenfolio.com/wp-includes/css/dashicons.min.css?ver=6.9.4 | 34.4 KiB | 34.4 KiB |
| .kb-row-layout-id24210_75dae0-0d > .kt-row-column-wrap{align-content:center;} … | 46.8 KiB | 27.0 KiB |
| /wp-content/cache/perfmatters/zenfolio.com/css/front.used... | 23.2 KiB | 18.0 KiB |
| /*! * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com * License - https://fontaw… | 11.4 KiB | 11.4 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 |
|---|---|---|
| cdn.optimizely.com/js/8508271295.js?ver=1.5.7371 | 113.0 KiB | 38.4 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 |
|---|---|---|---|
| zenfolio.com/ | 1.6 s | 420 ms | 7.8 ms |
| Unattributable | 1.3 s | 54 ms | 0.0 ms |
| zenfolio.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 670 ms | 361 ms | 4.2 ms |
| cdn.optimizely.com/js/8508271295.js?ver=1.5.7371 | 615 ms | 515 ms | 66 ms |
| zenfolio.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 388 ms | 346 ms | 14 ms |
| kit.fontawesome.com/5caf5594fa.js?ver=1.5.7371 | 216 ms | 194 ms | 14 ms |
| zenfolio.com/wp-content/plugins/perfmatters/js/lazyload.min.js?ver=2.6.1 | 57 ms | 50 ms | 3.0 ms |
| cdn3.optimizely.com/js/geo4.js | 53 ms | 45 ms | 0.6 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 |
|---|---|
| Script Evaluation | 2.0 s |
| Other | 1.5 s |
| Style & Layout | 929 ms |
| Parse HTML & CSS | 248 ms |
| Rendering | 167 ms |
| Script Parsing & Compilation | 134 ms |
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 | |
|---|---|
next zen logo orange copy 4 div.mega-toggle-blocks-left > div#mega-toggle-block-1 > a.mega-menu-logo > img.mega-menu-logo | zenfolio.com/wp-content/uploads/2025/06/next-zen-logo-orange-copy-4.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 |
|---|
CLIENT GALLERIES div.kt-row-column-wrap > div.wp-block-kadence-column > div.kt-inside-inner-col > h3.kt-adv-heading24210_812fe5-d4 |
Explore Gallery Layouts div.wp-block-kadence-column > div.kt-inside-inner-col > div.kt-adv-heading24210_483281-32 > a |
BASIC WEBSITES div.kt-row-column-wrap > div.wp-block-kadence-column > div.kt-inside-inner-col > h3.kt-adv-heading24210_1ddd00-9b |
Explore Website Builder div.wp-block-kadence-column > div.kt-inside-inner-col > div.kt-adv-heading24210_ac3b75-bd > a |
ONLINE STORE div.kt-row-column-wrap > div.wp-block-kadence-column > div.kt-inside-inner-col > h3.kt-adv-heading24210_192b3f-fc |
Earn 2x Revenue with Smart Upselling div.wp-block-kadence-column > div.kt-inside-inner-col > div.kt-adv-heading24210_929e8e-66 > span |
Explore Selling div.wp-block-kadence-column > div.kt-inside-inner-col > div.kt-adv-heading24210_b2a03c-e9 > a |
IN PARTNERSHIP WITH** div.kt-row-column-wrap > div.wp-block-kadence-column > div.kt-inside-inner-col > div.kt-adv-heading24210_74f4d3-20 |
GROW YOUR BUSINESS div.kt-row-column-wrap > div.wp-block-kadence-column > div.kt-inside-inner-col > h3.kt-adv-heading24210_1e4d6a-be |
VOLUME PHOTOGRAPHY div.kt-row-column-wrap > div.wp-block-kadence-column > div.kt-inside-inner-col > h3.kt-adv-heading24210_5c0011-c8 |
Explore Volume Photography div.wp-block-kadence-column > div.kt-inside-inner-col > div.kt-adv-heading24210_066aea-2c > a |
These are opportunities to improve the legibility of your content.
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 |
|---|
body.home > img#trial_links_loaded body.home > img#trial_links_loaded |
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
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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 |
|---|
body.home > img#trial_links_loaded body.home > img#trial_links_loaded |
Format your HTML in a way that enables crawlers to better understand your app’s content.