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.
| URL | Est Savings |
|---|---|
| www.ioncube.com/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3 | 185 ms |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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.ioncube.com/assets/css/vendor.min.css?1704812232 | 40.1 KiB | 527 ms |
| www.ioncube.com/assets/css/styles.min.css?1771587005 | 18.6 KiB | 527 ms |
| www.ioncube.com/css/font.css?1771587005 | 628 B | 396 ms |
| www.ioncube.com/css/fonts/inter/inter.css?1771587005 | 1.6 KiB | 135 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 | |
|---|---|---|---|
ionCube24 logo div.home_page > div#ic24 > a#ic24logo > img.img-responsive | www.ioncube.com/images/ioncube24/text_logo_vert.png | 73.9 KiB | 73.5 KiB |
Distribute & Manage div.flow_wrapper > div.step_card > div.step_icon > img | www.ioncube.com/images/icons/cloud_download.png | 9.1 KiB | 7.6 KiB |
Domain icon div.license_files_wrapper > div.license_card_group > div.license_card > img.license_icon | www.ioncube.com/images/icons/domain_icon.png | 6.5 KiB | 6.2 KiB |
Create License File div.flow_wrapper > div.step_card > div.step_icon > img | www.ioncube.com/images/icons/secure_file.png | 6.8 KiB | 5.8 KiB |
IP icon div.license_files_wrapper > div.license_card_group > div.license_card > img.license_icon | www.ioncube.com/images/icons/ip_icon.png | 5.5 KiB | 5.2 KiB |
Setup Project div.flow_wrapper > div.step_card > div.step_icon > img | www.ioncube.com/images/icons/computer_setup.png | 5.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 |
|---|---|
| ioncube.com/ | 479 ms |
| www.ioncube.com/ | 0.0 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.
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.ioncube.com/assets/css/vendor.min.css?1704812232 | 39.6 KiB | 37.5 KiB |
| embed.tawk.to/_s/v4/app/69e6f4c07ce/css/max-widget.css | 21.6 KiB | 21.6 KiB |
| www.ioncube.com/assets/css/styles.min.css?1771587005 | 18.1 KiB | 15.4 KiB |
| embed.tawk.to/_s/v4/app/69e6f4c07ce/css/message-preview.css | 12.0 KiB | 12.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 |
|---|---|---|
| s3.eu-west-1.amazonaws.com/static.ioncube.com/images/vendor.min.js?1704815250 | 563.8 KiB | 347.2 KiB |
| embed.tawk.to/_s/v4/app/69e6f4c07ce/js/twk-chunk-vendors.js | 113.8 KiB | 75.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-F1KFLPF6WF | 164.2 KiB | 66.2 KiB |
| embed.tawk.to/_s/v4/app/69e6f4c07ce/js/twk-chunk-common.js | 66.7 KiB | 33.6 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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.ioncube.com/assets/js/public.live.vue.js?1774443823 | 9.8 KiB | 2.8 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 |
|---|---|
| Other | 5.2 s |
| Script Evaluation | 1.2 s |
| Style & Layout | 322 ms |
| Rendering | 206 ms |
| Script Parsing & Compilation | 54 ms |
| Parse HTML & CSS | 32 ms |
| Garbage Collection | 26 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 | |
|---|---|
ionCube24 logo div.home_page > div#ic24 > a#ic24logo > img.img-responsive | www.ioncube.com/images/ioncube24/text_logo_vert.png |
Create License File div.flow_wrapper > div.step_card > div.step_icon > img | www.ioncube.com/images/icons/secure_file.png |
Distribute & Manage div.flow_wrapper > div.step_card > div.step_icon > img | www.ioncube.com/images/icons/cloud_download.png |
Setup Project div.flow_wrapper > div.step_card > div.step_icon > img | www.ioncube.com/images/icons/computer_setup.png |
Upload file div.content > div#online_enc_strip > div.action > img | www.ioncube.com/images/icons/file_upload.png |
Complete div.content > div#online_enc_strip > div.action > img | www.ioncube.com/images/icons/checkmark_circle.png |
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 |
|---|
Products div#navbar > ul.nav > li.dropdown > a.dropdown-toggle |
Pricing div#navbar > ul.nav > li.dropdown > a.dropdown-toggle |
Online Licensing New! div#navbar > ul.nav > li.dropdown > a.dropdown-toggle |
Support div#navbar > ul.nav > li.dropdown > a.dropdown-toggle |
Purchase div.navbar-button > li > a.btn > span |
News div#navbar > ul.nav > li > a |
Login div#navbar > ul.nav > li > a.top-level |
Buy Now div.home_page > div#marquee > div.button_group > a.btn |
Find Out More div.home_page > div#marquee > div.button_group > a.btn |
Free Trial div.home_page > div#marquee > div.button_group > a.btn |
1. Setup Project div.flow_wrapper > div.step_card > div.step_content > div.step_title |
Define product,
versions & variants
(trial/paid) div.flow_wrapper > div.step_card > div.step_content > div.step_text |
2. Create License File div.flow_wrapper > div.step_card > div.step_content > div.step_title |
Specify user details,
features & expiry.
div.flow_wrapper > div.step_card > div.step_content > div.step_text |
3. Distribute div.flow_wrapper > div.step_card > div.step_content > div.step_title |
Download file and distribute. div.flow_wrapper > div.step_card > div.step_content > div.step_text |
Plan: 50 users, 3 variants div.license_files_wrapper > div.license_card_group > div.license_card > div.license_meta |
Offer: 2 months free included with new Pro/Cerberus purchases div.body_main > div.home_page > div#olic > div.alert |
Offer: div.home_page > div#olic > div.alert > b |
Learn More div.home_page > div#olic > div.button_group > a.btn |
Get Free Trial div.home_page > div#olic > div.button_group > a.btn |
Go to Online Encoder div.home_page > div#olenc > div.content > a.btn |
ionCube Loader is required to run encoded PHP files and is available on many po… div.home_page > div#loader > div.content > div |
•Upload the Loader Wizard script for assisted installation
•Run it in your brow… div.home_page > div#loader > div.content > div.feature_list |
Get the Loader div.home_page > div#loader > div.content > a.btn |
Find Out More div.home_page > div#ic24 > div.content > a#ic24FOM |
These are opportunities to improve the legibility of your content.
Names and labels
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > div#oddilim0eol1776893933024 > iframe#ndb5cr9umt841776893933096 body > div#oddilim0eol1776893933024 > iframe#ndb5cr9umt841776893933096 |
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.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Purchase
News
Login nav.navbar > div.container-fluid > div#navbar > ul.nav |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Purchase div#navbar > ul.nav > div.navbar-button > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
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 html |
These items highlight common accessibility best practices.
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.ioncube.com/online_licensing.php | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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 |
|---|
Watch Video div.home_page > div#olic > div.button_group > a.btn |
To appear in search results, crawlers need access to your app.