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.
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.
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 |
|---|---|---|
| www.netsuite.com/portal/assets/css/styles-bs5.css | 52.2 KiB | 80 ms |
| /core/media/media.nl?id=311110&c=6262239&h=u2i18hPCy6cEwa... | 80.5 KiB |
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 | |
|---|---|---|---|
NS Next div.container > div.row > div.col-md-6 > img.img-fluid | /portal/assets/img/redwood/thumbnails/thmb-illo-ns-next-d... | 72.0 KiB | 52.1 KiB |
The CFO’s Daily Checklist
An ultimate to-do list for top finance leaders
Down… body#homepage > div#carousel > div.carousel-inner > div#carousel-item--5 | /portal/assets/img/home/carousel/bnr-homepage-cfo-checkli... | 196.4 KiB | 21.4 KiB |
Netsuite Logo div > div#cookieMainHeader > span.logo > img | consent.trustarc.com/get?name=netsuite_logo.png | 10.0 KiB | 8.3 KiB |
AI Cloud ERP div.container > div.row > div.col-md-6 > video#dynamicVideo | www.netsuite.com/portal/assets/img/home/thmb-hp-ai-dashboard.png | 14.0 KiB | 8.2 KiB |
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 |
|---|---|
| netsuite.com/ | 1.0 s |
| www.netsuite.com/ | 335 ms |
| www.netsuite.com/portal/home.shtml | 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 |
|---|---|
My top priority right now is…
… div.carousel-inner > div#carousel-item--1 > div.carousel-caption > div.container | 0.060 |
AI Cloud ERP section#ctaMain > div.container > div.row > div.col-md-6 | 0.025 |
Privacy Policy
|
Powered by
div.wrapper > div > div.footer | 0.017 |
Privacy Policy
|
Powered by
div.wrapper > div > div.footer | 0.010 |
Privacy Policy
|
Powered by
div.wrapper > div > div.footer | 0.005 |
My top priority right now is…
div#carousel-item--1 > div.carousel-caption > div.container > h2.carousel-heading | 0.003 |
Used by 43,000 plus customers, our AI-powered business management suite connect… div.container > div.row > div.col-md-6 > p.margin-bottom-20 | 0.001 |
The #1 AI Cloud ERP
AI that knows your business.
Used by 43,000 plus customers… section#ctaMain > div.container > div.row > div.col-md-6 | 0.000 |
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 |
|---|---|---|
| www.netsuite.com/portal/assets/css/styles-bs5.css | 49.7 KiB | 44.3 KiB |
| @keyframes scale-in-center{0%{opacity:1;transform:scale(0)} … | 14.2 KiB | 13.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 |
|---|---|---|
| /core/media/media.nl?id=311110&c=6262239&h=u2i18hPCy6cEwa... | 78.1 KiB | 76.3 KiB |
| www.netsuite.com/portal/assets/js/chatbot/web-sdk.js | 86.8 KiB | 46.1 KiB |
| www.netsuite.com/portal/assets/js/jquery-3.5.1.min.js | 35.3 KiB | 23.5 KiB |
| s.go-mpulse.net/boomerang/7JJAN-AP47G-95FCW-DC7PL-TPJCT | 58.2 KiB | 21.9 KiB |
| consent.trustarc.com/asset/adv-bundle.js?v=v1.7-1729 | 77.8 KiB | 20.7 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /core/media/media.nl?id=663666&c=6262239&h=B52KeCE9QL6D6a... | 5.1 KiB | 2.3 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 | |
|---|---|
NS Next div.container > div.row > div.col-md-6 > img.img-fluid | /portal/assets/img/redwood/thumbnails/thmb-illo-ns-next-d... |
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
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#carousel > div.carousel-bar > div.d-flex > button.btn__toggle div#carousel > div.carousel-bar > div.d-flex > button.btn__toggle |
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.
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 |
|---|
Powered by div > div.footer > div.left > label |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
privacy policy div.mainContent > div > div#cookieConsentDescription > a |
These are opportunities to improve the legibility of your content.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body#homepage > div#pop-div207308567299045879 > div#pop-div3009412825832704219 > div#pop-frame0920680248028452 body#homepage > div#pop-div207308567299045879 > div#pop-div3009412825832704219 > div#pop-frame0920680248028452 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
System Availability
(opens in new tab) div.footer-cols > ul.list-unstyled > li > a |
Oracle Home
(opens in a new tab) div.footer-cols > ul.list-unstyled > li > a |
Subscribe to emails
(opens in new tab) div.footer-cols > ul.list-unstyled > li > a |
© 2026 Oracle
(opens in a new tab) div > ul.list-inline > li > a.d-print-none |
Terms of Use and Privacy
(opens in a new tab) div > ul.list-inline > li > a.d-print-none |
Do Not Sell My Info
(opens in a new tab) div > ul.list-inline > li > a.d-print-none |
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 |
|---|---|
| www.netsuite.com/portal/products/artificial-intelligence-ai.shtml?inid=hp-ai | Learn more |
| www.netsuite.com/portal/products/netsuite-next.shtml?inid=hp-netsuite-next | Learn more |
| www.netsuite.com/portal/products/erp.shtml?popup= | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.