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.
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 | |
|---|---|---|---|
Brisbane Limos div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > img.elementor-animation-bob | sunsetlimousines.com.au/wp-content/uploads/2025/03/brisbane-limos-768x961.png | 356.1 KiB | 286.4 KiB |
Limousine Services Brisbane div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > img | /wp-content/uploads/elementor/thumbs/limousine-services-q... | 190.3 KiB | 105.3 KiB |
Limousine Hire Brisbane div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > img | /wp-content/uploads/elementor/thumbs/limousine-hire-brisb... | 104.9 KiB | 102.5 KiB |
Brisbane Limos div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > img.attachment-full | /wp-content/uploads/2024/04/sunset-limousines-banner-768x... | 17.4 KiB | 15.9 KiB |
div.sc-gsFSjX > div > div.sc-fHjqbK > img.sc-hmdnzv div.sc-gsFSjX > div > div.sc-fHjqbK > img.sc-hmdnzv | sunsetlimousines.com.au/wp-content/uploads/2024/04/sunset-limousines-banner.png | 20.9 KiB | 14.3 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.
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 |
|---|---|---|
| static.elfsight.com/platform/platform.js | 3600.0 s | 14.7 KiB |
| /cdn-cgi/challenge-platform/h/g/scripts/jsd/fe6331af5207/... | 14400.0 s | 11.0 KiB |
| /cdn-cgi/zaraz/s.js?z=JTdCJTIyZXhlY3V0ZWQlMjIlM0ElNUIlNUQ... | 0.0 ms | 5.3 KiB |
| /beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312... | 86400.0 s | 10.7 KiB |
| analytics.ahrefs.com/analytics.js | 14400.0 s | 3.0 KiB |
| /cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader... | 172753.0 s | 4.5 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
| sunsetlimousines.com.au/ | 997 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 |
|---|---|---|
| sunsetlimousines.com.au/wp-includes/css/dashicons.min.css?ver=6.9.4 | 34.3 KiB | 34.3 KiB |
| /wp-content/plugins/jeg-elementor-kit/assets/css/elements... | 23.2 KiB | 21.5 KiB |
| /wp-content/plugins/jeg-elementor-kit/assets/fonts/jkitic... | 19.0 KiB | 18.9 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 |
|---|---|---|---|
| sunsetlimousines.com.au/ | 740 ms | 42 ms | 4.6 ms |
| Unattributable | 655 ms | 11 ms | 0.0 ms |
| /cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader... | 520 ms | 461 ms | 9.7 ms |
| /wp-content/plugins/tripetto/vendors/tripetto-runner-auto... | 506 ms | 401 ms | 51 ms |
| sunsetlimousines.com.au/cdn-cgi/challenge-platform/scripts/jsd/main.js | 430 ms | 376 ms | 6.2 ms |
| sunsetlimousines.com.au/z4e8/ | 200 ms | 126 ms | 55 ms |
| www.googletagmanager.com/gtag/js?id=GT-PH393Q4S | 191 ms | 129 ms | 40 ms |
| /wp-content/plugins/tripetto/vendors/tripetto-runner.js?v... | 92 ms | 49 ms | 27 ms |
| sunsetlimousines.com.au/z4e8/?id=GT-PH393Q4S&cx=c>m=4e6541h1 | 66 ms | 24 ms | 42 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.9 s |
| Other | 717 ms |
| Style & Layout | 581 ms |
| Script Parsing & Compilation | 282 ms |
| Garbage Collection | 143 ms |
| Parse HTML & CSS | 126 ms |
| Rendering | 114 ms |
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 |
|---|---|---|
| sunsetlimousines.com.au/z4e8/?id=GT-PH393Q4S&cx=c>m=4e6541h1 | 184.1 KiB | 120.8 KiB |
| www.googletagmanager.com/gtag/js?id=GT-PH393Q4S | 176.6 KiB | 88.5 KiB |
| sunsetlimousines.com.au/z4e8/ | 152.0 KiB | 81.3 KiB |
| /wp-content/plugins/tripetto/vendors/tripetto-runner-auto... | 149.5 KiB | 71.0 KiB |
| /wp-content/plugins/tripetto/vendors/tripetto-runner.js?v... | 80.8 KiB | 39.8 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|
Limousine Services Brisbane div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > img | /wp-content/uploads/elementor/thumbs/limousine-services-q... |
Limousine Hire Brisbane div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > img | /wp-content/uploads/elementor/thumbs/limousine-hire-brisb... |
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 |
|---|
Limo Hire Brisbane div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
Get in touch with us for quick assistance and booking inquiries. Our team is re… div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > p |
Brisbane Limos div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
About Sunset Limousines div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
0492 470 956 div.heading-section-title > h2.heading-title > span.style-color > span |
Brisbane Limos div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
Contact Us div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
Get in touch with us for quick assistance and booking inquiries. Our team is re… div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > p |
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 |
|---|
Limousine Service Reviews div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h5.elementor-heading-title |
These are opportunities to improve keyboard navigation in your application.
Names and labels
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
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 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
About div.jkit-menu-container > ul#menu-main > li#menu-item-838 > a |
Services div.jkit-menu-container > ul#menu-main > li#menu-item-2813 > a |
Packages div.jkit-menu-container > ul#menu-main > li#menu-item-121 > a |
Events div.jkit-menu-container > ul#menu-main > li#menu-item-120 > a |
To appear in search results, crawlers need access to your app.