Lighthouse Desktop
· 0 checks — Desktop 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.
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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| /wp-content/plugins/masterslider/public/assets/css/master... | 19.6 KiB | |
| aquadec.com.au/wp-content/uploads/masterslider/custom.css?ver=8.4 | 1.9 KiB | |
| /wp-content/plugins/instagram-feed/css/sbi-styles.min.css... | 11.9 KiB | 214 ms |
| aquadec.com.au/wp-content/themes/divi-child/style.css?ver=4.27.4 | 322 B | |
| use.fontawesome.com/ba6692f8c3.js | 4.2 KiB | 259 ms |
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 | |
|---|---|---|---|
TARONGA ZOO div.ms-slide-container > div.ms-slide > div.ms-slide-bgcont > img | aquadec.com.au/wp-content/uploads/2017/11/shutterstock_391875175-1024x680.jpg | 239.8 KiB | 212.8 KiB |
DARLING HARBOUR PRECINCT div.ms-slide-container > div.ms-slide > div.ms-slide-bgcont > img | aquadec.com.au/wp-content/uploads/2017/11/shutterstock_607581032-1024x683.jpg | 132.6 KiB | 105.5 KiB |
BARANGAROO HEADLAND AND TOWERS div.ms-slide-container > div.ms-slide > div.ms-slide-bgcont > img | aquadec.com.au/wp-content/uploads/2017/11/shutterstock_537886444-1024x680.jpg | 112.8 KiB | 85.9 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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/masterslider/public/assets/css/master... | 19.6 KiB | 19.1 KiB |
| /wp-content/plugins/instagram-feed/css/sbi-styles.min.css... | 11.8 KiB | 11.8 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 |
|---|---|---|
| /wp-content/plugins/masterslider/public/assets/css/master... | 19.6 KiB | 3.0 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 |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-XKMSBW7TN1 | 151.9 KiB | 68.8 KiB |
| aquadec.com.au/wp-content/themes/Divi/js/scripts.min.js?ver=4.27.4 | 96.3 KiB | 62.5 KiB |
| /wp-content/plugins/masterslider/public/assets/js/masters... | 53.7 KiB | 33.8 KiB |
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 | |
|---|---|
Aquadec div.container > div.logo_container > a > img#logo | aquadec.com.au/wp-content/uploads/2017/11/logo1-min.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| aquadec.com.au/ | 616 ms |
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.
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 |
|---|
BARANGAROO HEADLAND AND TOWERS
div#MS6a976b28abfd3 > div.ms-slide-info > div.ms-info > h4 |
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 |
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.js html.js |
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.
| Insecure URL | Request Resolution |
|---|---|
| aquadec.com.au/wp-content/uploads/et-fonts/ProximaNova-Regular.otf | Blocked |
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 |
|---|---|
Mixed Content: The page at 'https://aquadec.com.au/' was loaded over HTTPS, but requested an insecure font 'http://aquadec.com.au/wp-content/uploads/et-fonts/ProximaNova-Regular.otf'. This request has been blocked; the content must be served over HTTPS. | |
use.fontawesome.com/ba6692f8c3.js line 14, col 6544 | Mixed Content: The page at 'https://aquadec.com.au/' was loaded over HTTPS, but requested an insecure font 'http://aquadec.com.au/wp-content/uploads/et-fonts/ProximaNova-Regular.otf'. 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.