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.
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.
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.oracle.com/asset/web/css/redwood-styles.css | 116.2 KiB | 601 ms |
| www.oracle.com/asset/web/css/redwood-base.css | 161.9 KiB | 1.5 s |
| www.oracle.com/asset/sequoia/css/sequoia-core.css | 31.2 KiB | 150 ms |
| www.java.com/jcom/assets/js/theme.min.js | 34.7 KiB | 300 ms |
| www.java.com/jcom/assets/jcom_redwood.css | 8.8 KiB | |
| www.java.com/jcom/assets/jcom_simplepage.css | 28.7 KiB | 450 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 | |
|---|---|---|---|
image description here div.cwidth > div.cgrid > figure.sh01media > img.ratio-16x9 | www.java.com/jcom/images/javaUser.jpg | 26.7 KiB | 4.8 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 |
|---|---|
| java.com/ | 1.2 s |
| www.java.com/ | 775 ms |
| www.java.com/en/ | 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 |
|---|---|
Accept all
Decline all
View and change cookie preferences div > div.mainContent > div > div.pdynamicbutton | 0.076 |
Accept all
Decline all
View and change cookie preferences div > div.mainContent > div > div.pdynamicbutton | 0.053 |
Privacy Policy
|
Powered by
div.wrapper > div > div.footer | 0.015 |
Accept all
Decline all
View and change cookie preferences div > div.mainContent > div > div.pdynamicbutton | 0.003 |
Java div.cwidth > div.cgrid > header.cgrid-6 > h1.hdg-xl | 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.
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
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 |
|---|---|---|
| www.java.com/jcom/assets/jcom_redwood.css | 8.8 KiB | 2.1 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 |
|---|---|---|
| www.java.com/jcom/assets/js/theme.min.js | 34.6 KiB | 6.2 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 |
|---|---|---|
| www.oracle.com/asset/web/css/redwood-base.css | 160.8 KiB | 159.5 KiB |
| www.oracle.com/asset/web/css/redwood-styles.css | 115.1 KiB | 115.1 KiB |
| www.java.com/jcom/assets/jcom_simplepage.css | 28.5 KiB | 28.3 KiB |
| www.oracle.com/asset/sequoia/css/sequoia-core.css | 30.1 KiB | 27.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.java.com/jcom/assets/js/theme.min.js | 34.6 KiB | 24.3 KiB |
| consent.trustarc.com/asset/adv-bundle.js?v=v1.7-1729 | 77.8 KiB | 21.2 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 | 1.2 s |
| Other | 736 ms |
| Style & Layout | 699 ms |
| Parse HTML & CSS | 269 ms |
| Script Parsing & Compilation | 143 ms |
| Garbage Collection | 95 ms |
| Rendering | 37 ms |
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 | |
|---|---|
image description here div.cwidth > div.cgrid > figure.sh01media > img.ratio-16x9 | www.java.com/jcom/images/javaUser.jpg |
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 |
|---|
Accept all div.mainContent > div > div.pdynamicbutton > a.call |
Decline all div.mainContent > div > div.pdynamicbutton > a.required |
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.f20 > div#pop-div205502739110645569 > div#pop-div306560129672858978 > div#pop-frame016586970698812853 body.f20 > div#pop-div205502739110645569 > div#pop-div306560129672858978 > div#pop-frame016586970698812853 |
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 |
|---|
Java to run desktop applications div.sc04w1 > ul.sc04cards > li.sc04card > h3.hdg-xsm |
These are opportunities to improve keyboard navigation in your application.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Support div.u10w5 > div.u10-links > p > a |
Privacy div.u10w5 > div.u10-links > p > a |
Terms of Use div.u10w5 > div.u10-links > p > a |
Trademarks div.u10w5 > div.u10-links > p > a |
These items highlight common accessibility best practices.
Best Practices
User Experience
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
Oracle Logo div > div#cookieMainHeader > span.logo > img | consent.trustarc.com/get?name=oralogo-black.gif | 133 x 18 | 133 x 18 | 200 x 27 |
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.