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.
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.
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.
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.
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 | |
|---|---|---|---|
WordStream Google Ads Grader Report Mockup div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-95069 | /wp-content/uploads/2025/10/GA-Grader-Homepage-Modulev2-9... | 53.8 KiB | 30.2 KiB |
google ads grader account audit report on a laptop div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-89653 | /wp-content/uploads/2025/02/google-ads-grader-score-repor... | 29.3 KiB | 26.5 KiB |
google ads grader account audit report on a laptop div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-89653 | /wp-content/uploads/2025/02/google-ads-grader-score-repor... | 29.3 KiB | 26.5 KiB |
WordStream div#wsSearchDropdownPlaceholder > div#wsLogo-mobile > a > img.ws-img-1 | www.wordstream.com/wp-content/uploads/2024/10/2024-WS-Logo-Color.webp | 17.3 KiB | 16.5 KiB |
WordStream div#wsSearchDropdownPlaceholder > div#wsLogo-mobile > a > img.ws-img-1 | www.wordstream.com/wp-content/uploads/2024/10/2024-WS-Logo-Color.webp | 17.3 KiB | 16.5 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 |
|---|---|
| wordstream.com/ | 1.0 s |
| www.wordstream.com/ | 0.0 ms |
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 |
|---|---|
Get a true read
on your performance
THE GOOGLE ADS PERFORMANCE GRADER
How are … div.entry-content > div.et-l > div.et_builder_inner_content > div#ws-scroll-to | 0.052 |
WordStream Google Ads Grader Report Mockup div.et_pb_column > div.et_pb_module > span.et_pb_image_wrap > img.wp-image-95069 | 0.041 |
Get a true read
on your performance
THE GOOGLE ADS PERFORMANCE GRADER
How are … div.entry-content > div.et-l > div.et_builder_inner_content > div#ws-scroll-to | 0.020 |
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 |
|---|---|---|
| www.wordstream.com/wp-content/plugins/divi-pixel/styles/style.min.css?ver=1.0.0 | 44.9 KiB | 44.8 KiB |
| /wp-content/themes/wordstream/assets/css/main.css?id=f605... | 21.9 KiB | 18.4 KiB |
| www.wordstream.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.2 | 14.0 KiB | 14.0 KiB |
| /* cyrillic-ext */ @font-face { font-family: 'Open Sans'; font-style: italic; … } … | 10.8 KiB | 10.8 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.cookielaw.org/scripttemplates/202507.1.0/otBannerSdk.js | 119.8 KiB | 72.0 KiB |
| marketing.wordstream.com/js/forms2/js/forms2.min.js?ver=6.8.2 | 67.1 KiB | 65.7 KiB |
| marketing.wordstream.com/js/forms2/js/forms2.min.js | 67.0 KiB | 51.6 KiB |
| www.wordstream.com/wp-content/themes/Divi/js/scripts.min.js?ver=4.27.4 | 63.7 KiB | 41.7 KiB |
| marketing.wordstream.com/js/forms2/js/forms2.min.js | 67.0 KiB | 36.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.wordstream.com/ | 1.0 s | 130 ms | 31 ms |
| marketing.wordstream.com/js/forms2/js/forms2.min.js | 857 ms | 400 ms | 73 ms |
| Unattributable | 815 ms | 110 ms | 0.0 ms |
| www.wordstream.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 313 ms | 215 ms | 14 ms |
| www.wordstream.com/wp-content/themes/Divi/js/scripts.min.js?ver=4.27.4 | 269 ms | 191 ms | 41 ms |
| cdn.cookielaw.org/scripttemplates/202507.1.0/otBannerSdk.js | 248 ms | 117 ms | 75 ms |
| /wp-content/themes/Divi/includes/builder/feature/dynamic-... | 115 ms | 90 ms | 25 ms |
| cdn.cookielaw.org/consent/c99cbf66-5824-4644-b6ce-dcb99eb99367/OtAutoBlock.js | 108 ms | 85 ms | 8.9 ms |
| /wp-content/plugins/divi-pixel/vendor/js/modernizr.custom... | 100 ms | 41 ms | 2.2 ms |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 66 ms | 47 ms | 9.5 ms |
| /cdn-cgi/zaraz/s.js?z=JTdCJTIyZXhlY3V0ZWQlMjIlM0ElNUIlNUQ... | 59 ms | 39 ms | 9.7 ms |
| /beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312... | 55 ms | 35 ms | 4.8 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 | 1.5 s |
| Style & Layout | 1.0 s |
| Other | 918 ms |
| Script Parsing & Compilation | 341 ms |
| Parse HTML & CSS | 248 ms |
| Rendering | 121 ms |
| Garbage Collection | 12 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 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 |
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 |
|---|
Get your grade form#mktoForm_18806 > div.mktoButtonRow > span.mktoButtonWrap > button.mktoButton |
Grade My Account div.et_pb_row > div.et_pb_column > div.et_pb_button_module_wrapper > a.et_pb_button |
Get My Guide div.et_pb_row > div.et_pb_column > div.et_pb_button_module_wrapper > a#ws-tool |
Find My Keywords div.et_pb_row > div.et_pb_column > div.et_pb_button_module_wrapper > a#ws-tool |
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 |
|---|
Get an instant audit of your account with the Free Google Ads Performance Grade… div.et_pb_column > div.et_pb_module > div.et_pb_text_inner > h3 |
THE GOOGLE ADS PERFORMANCE GRADER div.et_pb_column > div.et_pb_module > div.et_pb_text_inner > h5 |
NEW INDUSTRY BENCHMARKS FOR 2025 div.et_pb_column > div.et_pb_module > div.et_pb_text_inner > h5 |
THE FREE KEYWORD TOOL div.et_pb_column > div.et_pb_module > div.et_pb_text_inner > h5 |
These are opportunities to improve keyboard navigation in your application.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
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 |
|---|
Privacy Policy div.ot-sdk-eight > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
Best Practices
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
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| /marketing-services?cid=Web_WS_TopNav_SolutionsPage_Marke... | Learn more |
| /industries/agency-partner?cid=Web_WS_AgyPartners_MegaMen... | Learn more |
| /industries/multi-location?cid=Web_WS_MultiLocation_MegaM... | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.