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.
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.isaca.org/assets/js/base.min.js?2026.04.15.1 | 488.1 KiB | 3.8 s |
| www.isaca.org/assets/css/kumaapp.css?2026.04.15.1 | 190.2 KiB | 1.5 s |
| /css2?family=Roboto+Condensed:wght@300;400;700&family=Rob... | 2.7 KiB | 762 ms |
| cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css | 4.8 KiB | 771 ms |
| cdn.cookielaw.org/consent/59d1fe19-327e-4543-bb7d-ee5b082a1aa2/OtAutoBlock.js | 5.5 KiB | 763 ms |
| www.isaca.org/assets/css/lib/flexboxgrid2.min.css | 3.4 KiB | |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 9.1 KiB | 151 ms |
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.
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 |
|---|---|
| isaca.org/ | 763 ms |
| www.isaca.org/ | 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 |
|---|---|
Empowering your career. Advancing trust in technology.
Wherever you are in you… body#ngApp > main > section.page-block > div.columns__container | 0.101 |
ISACA Cookie Consent Information
This website uses information gathering tools … body#ngApp > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.007 |
APPLY NOW div#slide-8d7080c8-a852-4c7e-807d-4736de031cc0 > div.row > div.hero-carousel__content > div.hero-carousel__footer | 0.004 |
ISACA Cookie Consent Information
This website uses information gathering tools … body#ngApp > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.002 |
ISACA Cookie Consent Information
This website uses information gathering tools … body#ngApp > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
ISACA Cookie Consent Information
This website uses information gathering tools … body#ngApp > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
ISACA Cookie Consent Information
This website uses information gathering tools … body#ngApp > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.001 |
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 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.isaca.org/assets/js/base.min.js?2026.04.15.1 | 487.9 KiB | 301.6 KiB |
| www.isaca.org/assets/js/main.min.js?2026.04.15.1 | 214.9 KiB | 59.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.isaca.org/assets/css/kumaapp.css?2026.04.15.1 | 190.0 KiB | 183.7 KiB |
| 22.3 KiB | 19.9 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.isaca.org/assets/js/base.min.js?2026.04.15.1 | 487.9 KiB | 195.2 KiB |
| www.isaca.org/assets/js/main.min.js?2026.04.15.1 | 214.8 KiB | 145.1 KiB |
| cdn.cookielaw.org/scripttemplates/202511.1.0/otBannerSdk.js | 124.3 KiB | 64.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 reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.isaca.org/ | 1.8 s | 18 ms | 4.3 ms |
| www.isaca.org/assets/js/base.min.js?2026.04.15.1 | 797 ms | 312 ms | 344 ms |
| www.isaca.org/assets/js/main.min.js?2026.04.15.1 | 657 ms | 398 ms | 155 ms |
| cdn.cookielaw.org/scripttemplates/202511.1.0/otBannerSdk.js | 532 ms | 300 ms | 85 ms |
| Unattributable | 522 ms | 95 ms | 0.0 ms |
| cdn.cookielaw.org/consent/59d1fe19-327e-4543-bb7d-ee5b082a1aa2/OtAutoBlock.js | 115 ms | 88 ms | 22 ms |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 51 ms | 36 ms | 5.2 ms |
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.3 s |
| Other | 1.2 s |
| Style & Layout | 809 ms |
| Script Parsing & Compilation | 615 ms |
| Parse HTML & CSS | 405 ms |
| Rendering | 190 ms |
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 |
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.
For Individuals, Advance your IT skills div.featured-item > div.row > div.col-xs-12 > img.feature-image |
For Business, Get in-depth training div.featured-item > div.row > div.col-xs-12 > img.feature-image |
For Partners, Discover the many benefits of becoming an Accredited Training Org… div.featured-item > div.row > div.col-xs-12 > img.feature-image |
CISA Certified Information Systems div.featured-item > div.row > div.col-xs-12 > img.feature-image |
AAIA ISACA Advanced in AI Audit div.featured-item > div.row > div.col-xs-12 > img.feature-image |
Certified Information Security Manager div.featured-item > div.row > div.col-xs-12 > img.feature-image |
AAISM ISACA Advanced in AI Security Management logo div.featured-item > div.row > div.col-xs-12 > img.feature-image |
CCOA - Certified Cybersecurity Operations Analyst div.featured-item > div.row > div.col-xs-12 > img.feature-image |
CRISC Certified in Risk and Information Systems Control logo div.featured-item > div.row > div.col-xs-12 > img.feature-image |
AAIR Advanced in AI Risk div.featured-item > div.row > div.col-xs-12 > img.feature-image |
CGETI Certified in the Governance of Enterprise IT div.featured-item > div.row > div.col-xs-12 > img.feature-image |
CDPSE Certified Data Privacy Solutions Engineer logo div.featured-item > div.row > div.col-xs-12 > img.feature-image |
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 |
|---|
ISACA Cookie Consent Information div.ot-sdk-row > div#onetrust-group-container > div#onetrust-policy > h2#onetrust-policy-title |
Cookie Settings div.ot-sdk-row > div#onetrust-button-group-parent > div#onetrust-button-group > button#onetrust-pc-btn-handler |
Deny All Cookies div.ot-sdk-row > div#onetrust-button-group-parent > div#onetrust-button-group > button#onetrust-reject-all-handler |
Accept All Cookies div.ot-sdk-row > div#onetrust-button-group-parent > div#onetrust-button-group > button#onetrust-accept-btn-handler |
These are opportunities to improve the legibility of your content.
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 |
|---|
Ad and Cookie Policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
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 |
|---|---|
| www.isaca.org/ad-and-cookie-policy | More information |
Format your HTML in a way that enables crawlers to better understand your app’s content.