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.trustindex.io/loader.js?ver=1 | 0.0 ms | 21.5 KiB |
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 | |
|---|---|---|---|
div.elementor-element > div.elementor-widget-container > a > img.attachment-large div.elementor-element > div.elementor-widget-container > a > img.attachment-large | /wp-content/uploads/2021/05/395288304_10228467901421044_7... | 44.5 KiB | 35.9 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 |
|---|---|
| goldsmithsrvrepairs.com/ | 870 ms |
| /z0f76a1d14fd21a8fb5fd0d03e0fdc3d3cedae52f?wsidchk=999976... | 2.0 ms |
| goldsmithsrvrepairs.com/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| goldsmithsrvrepairs.com/ | 1.1 s |
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 |
|---|---|---|
| /wp-content/plugins/elementskit-lite/widgets/init/assets/... | 47.8 KiB | 47.0 KiB |
| goldsmithsrvrepairs.com/wp-includes/css/dashicons.min.css?ver=7.0 | 34.3 KiB | 34.3 KiB |
| /wp-content/plugins/elementor/assets/lib/font-awesome/css... | 11.9 KiB | 11.8 KiB |
| /wp-content/plugins/revslider/sr6/assets/css/rs6.css?ver=... | 11.7 KiB | 11.1 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 |
|---|---|---|
| /wp-content/plugins/revslider/sr6/assets/js/rs6.min.js?ve... | 102.1 KiB | 47.4 KiB |
| /wp-content/plugins/revslider/sr6/assets/js/rbtools.min.j... | 58.5 KiB | 34.4 KiB |
| /wp-content/plugins/elementskit-lite/widgets/init/assets/... | 34.2 KiB | 26.5 KiB |
| /wp-content/plugins/elementor/assets/lib/swiper/v8/swiper... | 37.3 KiB | 21.7 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 |
|---|---|
| Script Evaluation | 910 ms |
| Other | 786 ms |
| Style & Layout | 530 ms |
| Parse HTML & CSS | 146 ms |
| Rendering | 119 ms |
| Script Parsing & Compilation | 117 ms |
| Garbage Collection | 7.3 ms |
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.
Names and labels
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 |
|---|
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
Including a skip link can help users skip to the main content to save time. Learn more about skip links.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to content body.home > a.skip-link |
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
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
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.
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) | |
|---|---|---|---|
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > img.attachment-large div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > img.attachment-large | goldsmithsrvrepairs.com/wp-content/uploads/2026/01/image2-1-rotated.jpeg | 352 x 580 (0.61) | 480 x 640 (0.75) |
General
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
goldsmithsrvrepairs.com/ line 1920, col 0 | Mixed Content: The page at 'https://goldsmithsrvrepairs.com/' was loaded over HTTPS, but requested an insecure image 'http://goldsmithsrvrepairs.com/wp-content/uploads/2026/01/image2-1-rotated.jpeg'. This request has been blocked; the content must be served over HTTPS. |
goldsmithsrvrepairs.com/ line 96, col 0 | Mixed Content: The page at 'https://goldsmithsrvrepairs.com/' was loaded over HTTPS, but requested an insecure stylesheet 'http://goldsmithsrvrepairs.com/wp-content/uploads/elementor/google-fonts/css/barlow.css?ver=1748028302'. This request has been blocked; the content must be served over HTTPS. |
goldsmithsrvrepairs.com/ line 98, col 0 | Mixed Content: The page at 'https://goldsmithsrvrepairs.com/' was loaded over HTTPS, but requested an insecure stylesheet 'http://goldsmithsrvrepairs.com/wp-content/uploads/elementor/google-fonts/css/lato.css?ver=1748028304'. This request has been blocked; the content must be served over HTTPS. |
goldsmithsrvrepairs.com/ line 99, col 0 | Mixed Content: The page at 'https://goldsmithsrvrepairs.com/' was loaded over HTTPS, but requested an insecure stylesheet 'http://goldsmithsrvrepairs.com/wp-content/uploads/elementor/google-fonts/css/opensans.css?ver=1748028312'. This request has been blocked; the content must be served over HTTPS. |
goldsmithsrvrepairs.com/ line 97, col 0 | Mixed Content: The page at 'https://goldsmithsrvrepairs.com/' was loaded over HTTPS, but requested an insecure stylesheet 'http://goldsmithsrvrepairs.com/wp-content/uploads/elementor/google-fonts/css/poppins.css?ver=1748028304'. This request has been blocked; the content must be served over HTTPS. |
goldsmithsrvrepairs.com/ line 100, col 0 | Mixed Content: The page at 'https://goldsmithsrvrepairs.com/' was loaded over HTTPS, but requested an insecure stylesheet 'http://goldsmithsrvrepairs.com/wp-content/uploads/elementor/google-fonts/css/roboto.css?ver=1751127493'. This request has been blocked; the content must be served over HTTPS. |
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.
Crawling and Indexing
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
To appear in search results, crawlers need access to your app.