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.
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.
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 | |
|---|---|---|---|
Lender Panel - List of lenders div.wp-block-stackable-image > figure > span.stk-img-wrapper > img.stk-img | /wp-content/uploads/2026/04/lender-au-gif_969x485px-2.gif... | 118.3 KiB | 37.0 KiB |
Happy couple who just purchased a home div.wp-block-stackable-image > figure > span.stk-img-wrapper > img.stk-img | ingramfinancial.com.au/wp-content/uploads/2026/04/Just-purchased-a-home.jpg.webp | 69.5 KiB | 14.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.
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-cgi/scripts/5c5dd728/cloudflare-static/email-decode.... | 172791.0 s | 0 B |
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 |
|---|---|
| ingramfinancial.com.au/ | 401 ms |
| ingramfinancial.com.au/ | 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 |
|---|---|
| ingramfinancial.com.au/ | 1.7 s |
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 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 |
|---|---|---|
| /i6u4/nmtbTmurWAZrbZlOkTCnuJE-JQ0zsuv638jgw4yMmlQDLwZUMuJ... | 181.5 KiB | 122.4 KiB |
| www.googletagmanager.com/gtag/js?id=GT-5TQQ6BKJ | 174.7 KiB | 72.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-MJXZJQL5 | 122.4 KiB | 65.0 KiB |
| ingramfinancial.com.au/i6u4/ | 142.0 KiB | 64.0 KiB |
| ingramfinancial.com.au/i6u4/ | 142.0 KiB | 63.4 KiB |
| /wp-content/litespeed/js/431c1b0ff9f86c6cfe8313d9ae2129a0... | 45.0 KiB | 32.5 KiB |
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/litespeed/css/7bb08110948fa984613ad8abafa93a3... | 14.5 KiB | 14.3 KiB |
| /wp-content/litespeed/css/9a6119b1f4656e2abbbde905043b74a... | 15.9 KiB | 12.0 KiB |
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 |
|---|
Let’s connect so we can assist, or simply start your application online today. div.stk-column-wrapper > div.stk-block-content > div.wp-block-stackable-text > p.stk-block-text__text |
Copyright © 2026 - Ingram Financial div.ct-container > div > div.ct-footer-copyright > p |
Ingram Financial Pty Ltd (atf Ingram Family Trust) ABN 69618146267 is authorise… div.ct-container > div > div.ct-footer-copyright > p |
Privacy Policy div > div.ct-footer-copyright > p > a.footer-bottom-copy-span |
Terms and conditions div > div.ct-footer-copyright > p > a.footer-bottom-copy-span |
Feedback and complaints div > div.ct-footer-copyright > p > a.footer-bottom-copy-span |
The information provided on this site is on the understanding that it is for il… div.ct-container > div > div.ct-footer-copyright > 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 |
|---|
Home Loans div.stk-column-wrapper > div.stk-block-content > div#home-loans > h4.stk-block-heading__text |
Home Loans div#block-19 > div.wp-block-group > div#home-loans > h5.stk-block-heading__text |
These are opportunities to improve keyboard navigation in your application.
Best Practices
General
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.
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 |
|---|---|
| ingramfinancial.com.au/home-loans/first-home-loans/ | Learn More |
| ingramfinancial.com.au/specialist-loans/car-loans/ | Learn More |
| ingramfinancial.com.au/home-loans/refinancing/ | Learn More |
| ingramfinancial.com.au/specialist-loans/commercial-loans/ | Learn More |
| ingramfinancial.com.au/specialist-loans/business-loans/ | Learn More |
| ingramfinancial.com.au/home-loans/investment-loans/ | Learn More |
| ingramfinancial.com.au/specialist-loans/smsf-loans/ | Learn More |
| ingramfinancial.com.au/home-loans/construction-loans/ | Learn More |
| ingramfinancial.com.au/home-loans/bridging-loans/ | Learn More |
| ingramfinancial.com.au/contact-us/ | MORE INFORMATION |
Format your HTML in a way that enables crawlers to better understand your app’s content.