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.
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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Central Management Services Agency Page div.image > div#image-1214ae3bb3 > a.cmp-image__link > img.cmp-image__image | /is/image/isp/cms-logo-2?qlt=100&wid=900&ts=1765401087102... | 32.6 KiB | 27.6 KiB |
Welcome to Illinois.gov!
Find places to go, things to see. Search through all … div.aem-Grid > div.container > div.cmp-container > div.cmp-container__mobile | /is/image/isp/home-hero-mobile-2x?ts=1626825454820&$Conta... | 83.8 KiB | 27.2 KiB |
Illinois.gov div.cmp-illinois-header > div.cmp-illinois-header__container > a.cmp-illinois-header__logo > img | www.illinois.gov/content/dam/soi/en/web/illinois/images/logos/illinois_gov.png | 12.5 KiB | 10.5 KiB |
div.cmp-services > a.cmp-services__card > div.cmp-services__card-image > img.lazyloaded div.cmp-services > a.cmp-services__card > div.cmp-services__card-image > img.lazyloaded | /is/image/isp/services_idfpr_licenselookup?ts=16826245693... | 15.4 KiB | 5.7 KiB |
div.social-media-icons > div.cmp-social-media-icons > a > img div.social-media-icons > div.cmp-social-media-icons > a > img | /content/dam/soi/en/web/global/images/icons/bluesky-white... | 4.7 KiB | 4.5 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| illinois.gov/ | 1.4 s |
| www.illinois.gov/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.illinois.gov/ | 668 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 |
|---|---|---|
| /etc.clientlibs/soi/clientlibs/clientlib-site.min.700065f... | 54.3 KiB | 51.6 KiB |
| /etc.clientlibs/soi/clientlibs/clientlib-base.min.c3650e3... | 39.8 KiB | 39.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 reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| /libs/dam/components/scene7/common/clientlibs/i18n.min.72... | 1.9 s | 1.9 s | 1.8 ms |
| assets.adobedtm.com/c318d2739692/7710421a8ac1/launch-eae2ed0f1b30.min.js | 689 ms | 602 ms | 49 ms |
| /etc.clientlibs/soi/clientlibs/clientlib-site.min.ceba2c9... | 650 ms | 444 ms | 159 ms |
| www.illinois.gov/ | 527 ms | 27 ms | 5.0 ms |
| Unattributable | 322 ms | 7.6 ms | 0.0 ms |
| /etc.clientlibs/soi/clientlibs/clientlib-base.min.86db31d... | 160 ms | 112 ms | 17 ms |
| cdn.weglot.us/weglot.min.js | 147 ms | 117 ms | 29 ms |
| siteimproveanalytics.com/js/siteanalyze_6284073.js | 126 ms | 65 ms | 60 ms |
| /etc.clientlibs/clientlibs/granite/jquery.min.f9e8e8c279b... | 73 ms | 55 ms | 13 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 | 3.4 s |
| Other | 468 ms |
| Script Parsing & Compilation | 348 ms |
| Style & Layout | 334 ms |
| Parse HTML & CSS | 137 ms |
| Rendering | 97 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 |
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 |
|---|---|---|
| /etc.clientlibs/soi/clientlibs/clientlib-base.min.86db31d... | 25.6 KiB | 10.5 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 |
|---|---|---|
| /etc.clientlibs/soi/clientlibs/clientlib-site.min.ceba2c9... | 320.2 KiB | 241.1 KiB |
| siteimproveanalytics.com/js/siteanalyze_6284073.js | 110.6 KiB | 84.4 KiB |
| assets.adobedtm.com/c318d2739692/7710421a8ac1/launch-eae2ed0f1b30.min.js | 97.5 KiB | 44.8 KiB |
| cdn.weglot.us/weglot.min.js | 69.6 KiB | 33.6 KiB |
| /etc.clientlibs/clientlibs/granite/jquery.min.f9e8e8c279b... | 35.6 KiB | 23.7 KiB |
| /etc.clientlibs/clientlibs/granite/jquery.min.3e24d4d067a... | 32.8 KiB | 22.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 | |
|---|---|
div.cmp-services > a.cmp-services__card > div.cmp-services__card-image > img.lazyloaded div.cmp-services > a.cmp-services__card > div.cmp-services__card-image > img.lazyloaded | /is/image/isp/services_ides_certifybenefits?ts=1627400069... |
div.cmp-teaser__image > div.cmp-image > picture > img.cmp-image__image div.cmp-teaser__image > div.cmp-image > picture > img.cmp-image__image | /is/image/isp/card2-home-destkop-2x?ts=1626825447224&$Tea... |
div.cmp-services > a.cmp-services__card > div.cmp-services__card-image > img.lazyloaded div.cmp-services > a.cmp-services__card > div.cmp-services__card-image > img.lazyloaded | /is/image/isp/services_idfpr_licenselookup?ts=16826245693... |
div.social-media-icons > div.cmp-social-media-icons > a > img div.social-media-icons > div.cmp-social-media-icons > a > img | /content/dam/soi/en/web/global/images/icons/bluesky-white... |
div.cmp-services > a.cmp-services__card > div.cmp-services__card-image > img.lazyload div.cmp-services > a.cmp-services__card > div.cmp-services__card-image > img.lazyload | |
div.cmp-services > a.cmp-services__card > div.cmp-services__card-image > img.lazyload div.cmp-services > a.cmp-services__card > div.cmp-services__card-image > img.lazyload | |
div.cmp-services > a.cmp-services__card > div.cmp-services__card-image > img.lazyload div.cmp-services > a.cmp-services__card > div.cmp-services__card-image > img.lazyload | |
div.cmp-services > a.cmp-services__card > div.cmp-services__card-image > img.lazyload div.cmp-services > a.cmp-services__card > div.cmp-services__card-image > img.lazyload |
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
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Illinois.gov div.cmp-illinois-header > div.cmp-illinois-header__container > a.cmp-illinois-header__logo > img | www.illinois.gov/content/dam/soi/en/web/illinois/images/logos/illinois_gov.png | 130 x 31 (4.19) | 386 x 71 (5.44) |
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | /etc.clientlibs/clientlibs/granite/utils.min.899004cc02c3... line 12, col 4 |
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.