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.
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.comptia.org/fonts/Inter-VariableFont.ttf | 135 ms |
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.
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 |
|---|---|---|
| www.comptia.org/fonts/Inter-VariableFont.ttf | 14400.0 s | 448.4 KiB |
| cdn.optimizely.com/js/26330300728.js | 120.0 s | 109.9 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 | |
|---|---|---|---|
home hero block 2 div.ImagePlusTextBlock > div.image-text-block > div.flex > img.w-full | /_next/image/?url=https%3A%2F%2Fimages2.cmp.optimizely.co... | 106.7 KiB | 37.1 KiB |
SecAI+ Certification product logo div.ImagePlusTextBlock > div.image-text-block > div.flex > img.w-full | /_next/image/?url=https%3A%2F%2Fimages3.cmp.optimizely.co... | 25.2 KiB | 17.9 KiB |
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.comptia.org/_next/static/css/9c18201ed62bdfea.css | 31.8 KiB | 300 ms |
| www.comptia.org/_next/static/css/68bb102d71d167cc.css | 4.6 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 |
|---|---|
| comptia.org/ | 796 ms |
| www.comptia.org/ | 817 ms |
| www.comptia.org/en-eu | 0.0 ms |
| www.comptia.org/en-eu/ | 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.
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 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.comptia.org/_next/static/css/9c18201ed62bdfea.css | 28.4 KiB | 26.2 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.comptia.org/metrics/?id=G-Z1ZV6990VN&cx=c>m=4e64k0 | 185.5 KiB | 73.1 KiB |
| www.comptia.org/metrics/?id=AW-761327116&cx=c>m=4e64k0 | 150.8 KiB | 70.0 KiB |
| www.comptia.org/metrics/?id=GTM-M647LGC7 | 181.4 KiB | 67.8 KiB |
| cdn.optimizely.com/js/26330300728.js | 109.3 KiB | 44.0 KiB |
| www.comptia.org/_next/static/chunks/481-6ed8db471396a010.js | 44.1 KiB | 41.3 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.comptia.org/_next/static/chunks/117-8f652c678b855060.js | 489 ms | 437 ms | 18 ms |
| Unattributable | 369 ms | 11 ms | 0.0 ms |
| www.comptia.org/metrics/?id=GTM-M647LGC7 | 312 ms | 255 ms | 46 ms |
| www.comptia.org/en-eu/ | 243 ms | 8.9 ms | 10 ms |
| cdn.optimizely.com/js/26330300728.js | 225 ms | 185 ms | 28 ms |
| www.comptia.org/metrics/?id=G-Z1ZV6990VN&cx=c>m=4e64k0 | 220 ms | 147 ms | 42 ms |
| www.comptia.org/_next/static/chunks/3-f9ec505e18393b17.js | 182 ms | 179 ms | 1.6 ms |
| www.comptia.org/metrics/?id=AW-761327116&cx=c>m=4e64k0 | 128 ms | 95 ms | 32 ms |
| www.comptia.org/_next/static/chunks/236-3b8a593d7f01776b.js | 62 ms | 56 ms | 6.2 ms |
| www.comptia.org/_next/static/chunks/main-app-2dcde4753ea0d175.js | 60 ms | 58 ms | 2.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.5 s |
| Other | 394 ms |
| Script Parsing & Compilation | 246 ms |
| Style & Layout | 142 ms |
| Garbage Collection | 69 ms |
| Parse HTML & CSS | 61 ms |
| Rendering | 32 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 |
| 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 |
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.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
Best Practices
General
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
www.comptia.org/metrics/?id=G-Z1ZV6990VN&cx=c>m=4e64k0 line 415, col 390 | Connecting to 'https://region1.google-analytics.com/g/collect?v=2&tid=G-Z1ZV6990VN>m=45g92e64k0v885143331z89205670028za20kzb9205670028zd9205670028&_p=1776896817298&gcs=G100&gcd=13p3pPp2p5l1&npa=1&dma_cps=-&dma=1&gdid=dNzQzZD&ecid=791666645&_eu=EAAAAGA&_uip=%3A%3A&are=1&cid=965562991.1776896818&ec_mode=a&frm=0>m_up=1&ir=1&pscdl=denied&rcb=13&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&ur=ES&_s=1&tag_exp=0~115616985~115938466~115938469~117266401~117384406~117512542&sid=1776896817&sct=1&seg=0&dl=https%3A%2F%2Fwww.comptia.org%2Fen-eu%2F&dt=Information%20Technology%20(IT)%20Certifications%20%26%20Tech%20Training%20%7C%20CompTIA%20Europe&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&gap.gtb=2&ep.custom_timestamp=2026-04-22T22%3A26%3A57.406%2B00%3A00&tfd=1717' violates the following Content Security Policy directive: "connect-src 'self' ws: wss: https://*.optimizely.com https://cdn.cookielaw.org https://www.google-analytics.com https://www.googletagmanager.com https://cms.comptia.org https://www.comptia.org https://www.google.com.br https://geolocation.onetrust.com https://privacyportal.onetrust.com https://chatapps-us.netomi.com https://*.chatplus.jp https://ak.sail-horizon.com https://d1igp3oop3iho5.cloudfront.net https://js.zi-scripts.com https://api.sail-personalize.com https://px.ads.linkedin.com https://*.wootric.com https://wootric-eligibility.herokuapp.com https://analytics.tiktok.com https://ws.zoominfo.com https://cdn.segment.com https://api.segment.io https://*.hotjar.io https://*.cmp.optimizely.com https://*.google.com https://*.googlesyndication.com https://sso.comptia.org https://*.contentsquare.net https://*.contentsquare.com https://stats.g.doubleclick.net https://analytics-ipv6.tiktokw.us https://api.sail-track.com https://*.zaius.com https://www.facebook.com https://*.sailthru.cloud https://*.googleadservices.com https://googleads.g.doubleclick.net https://ak.sail-horizon.com https://gtm.comptia.org https://*.in.applicationinsights.azure.com https://js.monitor.azure.com". The action has been blocked. |
www.comptia.org/metrics/?id=G-Z1ZV6990VN&cx=c>m=4e64k0 line 415, col 390 | Fetch API cannot load https://region1.google-analytics.com/g/collect?v=2&tid=G-Z1ZV6990VN>m=45g92e64k0v885143331z89205670028za20kzb9205670028zd9205670028&_p=1776896817298&gcs=G100&gcd=13p3pPp2p5l1&npa=1&dma_cps=-&dma=1&gdid=dNzQzZD&ecid=791666645&_eu=EAAAAGA&_uip=%3A%3A&are=1&cid=965562991.1776896818&ec_mode=a&frm=0>m_up=1&ir=1&pscdl=denied&rcb=13&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&ur=ES&_s=1&tag_exp=0~115616985~115938466~115938469~117266401~117384406~117512542&sid=1776896817&sct=1&seg=0&dl=https%3A%2F%2Fwww.comptia.org%2Fen-eu%2F&dt=Information%20Technology%20(IT)%20Certifications%20%26%20Tech%20Training%20%7C%20CompTIA%20Europe&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&gap.gtb=2&ep.custom_timestamp=2026-04-22T22%3A26%3A57.406%2B00%3A00&tfd=1717. Refused to connect because it violates the document's Content Security Policy. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.comptia.org/en-eu/resources/case-studies/case-study-college-of-dupage/ | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.