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.
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 | |
|---|---|---|---|
City of Chicago div.col > div.container-fluid > div.row > div#cds-img-block-148586522-img | www.chicago.gov/content/dam/city/homepage/images/land-acknowledgement-final.png | 382.3 KiB | 355.5 KiB |
Chicago is a welcoming City! div.row > div.pb-2 > div.card > img.card-img-top | /content/dam/city/depts/mayor/Office of New Americans/ico... | 142.2 KiB | 118.7 KiB |
DIVERSE, INNOVATIVE, WORLD CLASS
WELCOME TO CHICAGO body.page-homepage > div#homepage-banner | www.chicago.gov/content/dam/city/homepage/HomepageBanners/2019/2019August.jpg | 165.5 KiB | 87.4 KiB |
Mayor Brandon Johnson div.row > div.pb-2 > div.card > img.card-img-top | /content/dam/city/depts/mayor/MayorBrandonJohnson/Mayor-B... | 81.7 KiB | 75.1 KiB |
Protecting Chicago div.row > div.pb-2 > div.card > img.card-img-top | /content/dam/city/depts/mayor/ProtectingChicago/Protectin... | 42.4 KiB | 35.9 KiB |
Chicago Climate Action Plan div.carousel-cell > div.card > a.stretched-link > img.card-img-top | /content/dam/city/homepage/feature_images/2021/CAP-2022-B... | 35.3 KiB | 32.9 KiB |
Chicago 311 div.carousel-cell > div.card > a.stretched-link > img.card-img-top | www.chicago.gov/content/dam/city/homepage/feature_images/2018/CHI311website.jpg | 34.5 KiB | 32.1 KiB |
Uncashed Healthcare Premium Refund Checks div.carousel-cell > div.card > a.stretched-link > img.card-img-top | www.chicago.gov/content/dam/city/homepage/feature_images/2018/Retiree-Health.jpg | 27.8 KiB | 25.5 KiB |
Logo of the City of Chicago div#logo > em.cds-logo-text > a > img | www.chicago.gov/content/dam/city/cds/chicago.gov-logo.png | 23.7 KiB | 23.4 KiB |
Chicago Recovery Plan div.carousel-cell > div.card > a.stretched-link > img.card-img-top | www.chicago.gov/content/dam/city/homepage/feature_images/2024/CRTRP-WEB_263.png | 22.9 KiB | 20.5 KiB |
Public Building Commission's Construction Season Kickoff 4.22.26 div.col-12 > div#video-1 > div.col-4 > img.img-fluid | i.ytimg.com/vi/rNLEekZ9XzY/mqdefault.jpg | 13.0 KiB | 12.1 KiB |
Chicago Transit Authority's Construction Season Kickoff 4.21.26 div.col-12 > div#video-3 > div.col-4 > img.img-fluid | i.ytimg.com/vi/-bV0D0R0tEA/mqdefault.jpg | 12.2 KiB | 11.2 KiB |
Department of Streets & Sanitation's Construction Season Kickoff 4.22.26 div.col-12 > div#video-2 > div.col-4 > img.img-fluid | i.ytimg.com/vi/Fd8lr-DJoWk/mqdefault.jpg | 11.1 KiB | 10.2 KiB |
Public Safety Reform div.carousel-cell > div.card > a.stretched-link > img.card-img-top | /content/dam/city/homepage/feature_images/2020/publicsafe... | 12.5 KiB | 10.1 KiB |
Protect Your Every Day div.carousel-cell > div.card > a.stretched-link > img.card-img-top | /content/dam/city/homepage/feature_images/2019/seesomethi... | 11.0 KiB | 8.6 KiB |
Senior Safety Ordinance div.carousel-cell > div.card > a.stretched-link > img.card-img-top | /content/dam/city/homepage/feature_images/2021/senior-saf... | 6.9 KiB | 5.3 KiB |
Work for the City div.flickity-slider > div.carousel-cell > div.card > img.card-img-top | www.chicago.gov/content/dam/city/depts/dhr/FeatureServicesIcons/Jobs-Icon.png | 5.4 KiB | 4.5 KiB |
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.
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.
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 |
|---|---|
| chicago.gov/ | 763 ms |
| www.chicago.gov/ | 812 ms |
| www.chicago.gov/city/en.html | 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 |
|---|---|---|
| webapps1.chicago.gov/cdn/chiwds/0.9.1/css/main.min.css | 44.7 KiB | 40.0 KiB |
| webapps1.chicago.gov/cdn/FontAwesome-5.13.0/css/all.min.css | 18.2 KiB | 18.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 |
|---|---|---|
| /_/translate_http/_/js/k=translate_http.tr.en_US.VRmZKspy... | 118.2 KiB | 92.5 KiB |
| www.googletagmanager.com/gtag/js?id=UA-2412440-18&cx=c>m=4e64k1 | 124.7 KiB | 65.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-S6KEDJQPEW | 156.9 KiB | 64.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-M8487EJXRJ&cx=c>m=4e64k1 | 145.7 KiB | 63.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.chicago.gov/city/en.html | 1.1 s | 13 ms | 8.0 ms |
| Unattributable | 492 ms | 12 ms | 0.0 ms |
| /_/translate_http/_/js/k=translate_http.tr.en_US.VRmZKspy... | 426 ms | 275 ms | 60 ms |
| www.googletagmanager.com/gtag/js?id=G-S6KEDJQPEW | 420 ms | 310 ms | 58 ms |
| www.googletagmanager.com/gtag/js?id=G-M8487EJXRJ&cx=c>m=4e64k1 | 292 ms | 236 ms | 54 ms |
| cdnjs.cloudflare.com/ajax/libs/elasticsearch/16.7.1/elasticsearch.min.js | 287 ms | 213 ms | 72 ms |
| cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js | 238 ms | 162 ms | 11 ms |
| www.googletagmanager.com/gtag/js?id=UA-2412440-18&cx=c>m=4e64k1 | 234 ms | 166 ms | 49 ms |
| cdnjs.cloudflare.com/ajax/libs/flickity/2.2.2/flickity.pkgd.min.js | 102 ms | 46 ms | 22 ms |
| siteimproveanalytics.com/js/siteanalyze_6451.js | 83 ms | 71 ms | 9.2 ms |
| www.google-analytics.com/analytics.js | 53 ms | 45 ms | 8.0 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.6 s |
| Other | 829 ms |
| Style & Layout | 650 ms |
| Script Parsing & Compilation | 381 ms |
| Rendering | 237 ms |
| Parse HTML & CSS | 162 ms |
| Garbage Collection | 32 ms |
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.chicago.gov/content/dam/city/cds/elastic-search/search.js | 9.5 KiB | 5.8 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|
Chicago is a welcoming City! div.row > div.pb-2 > div.card > img.card-img-top | /content/dam/city/depts/mayor/Office of New Americans/ico... |
Pay Utility Bill div.flickity-slider > div.carousel-cell > div.card > img.card-img-top | /content/dam/city/depts/fin/FeaturedServicesIcons/payutil... |
Work for the City div.flickity-slider > div.carousel-cell > div.card > img.card-img-top | www.chicago.gov/content/dam/city/depts/dhr/FeatureServicesIcons/Jobs-Icon.png |
Parking div.flickity-slider > div.carousel-cell > div.card > img.card-img-top | www.chicago.gov/content/dam/city/depts/fin/FeaturedServicesIcons/paytickets.png |
Street Operations div.flickity-slider > div.carousel-cell > div.card > img.card-img-top | /content/dam/city/depts/streets/FeaturedServicesIcons/Str... |
Logo of the City of Chicago div#logo > em.cds-logo-text > a > img | www.chicago.gov/content/dam/city/cds/chicago.gov-logo.png |
Flag div.trust-seal-link > div.row > div.col > img.trust-seal-flag | www.chicago.gov/content/dam/city/cds/safari-pinned-tab.svg |
Chicago Recovery Plan div.carousel-cell > div.card > a.stretched-link > img.card-img-top | www.chicago.gov/content/dam/city/homepage/feature_images/2024/CRTRP-WEB_263.png |
Senior Safety Ordinance div.carousel-cell > div.card > a.stretched-link > img.card-img-top | /content/dam/city/homepage/feature_images/2021/senior-saf... |
Public Building Commission's Construction Season Kickoff 4.22.26 div.col-12 > div#video-1 > div.col-4 > img.img-fluid | i.ytimg.com/vi/rNLEekZ9XzY/mqdefault.jpg |
Department of Streets & Sanitation's Construction Season Kickoff 4.22.26 div.col-12 > div#video-2 > div.col-4 > img.img-fluid | i.ytimg.com/vi/Fd8lr-DJoWk/mqdefault.jpg |
Chicago Transit Authority's Construction Season Kickoff 4.21.26 div.col-12 > div#video-3 > div.col-4 > img.img-fluid | i.ytimg.com/vi/-bV0D0R0tEA/mqdefault.jpg |
Mayor Brandon Johnson div.row > div.pb-2 > div.card > img.card-img-top | /content/dam/city/depts/mayor/MayorBrandonJohnson/Mayor-B... |
Protecting Chicago div.row > div.pb-2 > div.card > img.card-img-top | /content/dam/city/depts/mayor/ProtectingChicago/Protectin... |
Chicago 311 div.carousel-cell > div.card > a.stretched-link > img.card-img-top | www.chicago.gov/content/dam/city/homepage/feature_images/2018/CHI311website.jpg |
Public Safety Reform div.carousel-cell > div.card > a.stretched-link > img.card-img-top | /content/dam/city/homepage/feature_images/2020/publicsafe... |
Uncashed Healthcare Premium Refund Checks div.carousel-cell > div.card > a.stretched-link > img.card-img-top | www.chicago.gov/content/dam/city/homepage/feature_images/2018/Retiree-Health.jpg |
Cannabis Information Center div.carousel-cell > div.card > a.stretched-link > img.card-img-top | www.chicago.gov/content/dam/city/sites/cannabis/cannabis-200x200-1.png |
Protect Your Every Day div.carousel-cell > div.card > a.stretched-link > img.card-img-top | /content/dam/city/homepage/feature_images/2019/seesomethi... |
Chicago Climate Action Plan div.carousel-cell > div.card > a.stretched-link > img.card-img-top | /content/dam/city/homepage/feature_images/2021/CAP-2022-B... |
close nav.cds-nav > div.cds-nav-inner > button.cds-nav-close > img | www.chicago.gov/content/dam/city/cds/close.svg |
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.
ARIA
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Work for the City div#cds-cardsSlider-53244564 > div.flickity-viewport > div.flickity-slider > div.carousel-cell |
Parking Tickets div#cds-cardsSlider-53244564 > div.flickity-viewport > div.flickity-slider > div.carousel-cell |
Street Operations div#cds-cardsSlider-53244564 > div.flickity-viewport > div.flickity-slider > div.carousel-cell |
Chicago 311 div#cds-cardsSlider-625815377 > div.flickity-viewport > div.flickity-slider > div.carousel-cell |
Public Safety Reform div#cds-cardsSlider-625815377 > div.flickity-viewport > div.flickity-slider > div.carousel-cell |
Uncashed Healthcare Premium Refund Checks div#cds-cardsSlider-625815377 > div.flickity-viewport > div.flickity-slider > div.carousel-cell |
Cannabis Information Center div#cds-cardsSlider-625815377 > div.flickity-viewport > div.flickity-slider > div.carousel-cell |
Protect Your Every Day div#cds-cardsSlider-625815377 > div.flickity-viewport > div.flickity-slider > div.carousel-cell |
Chicago Climate Action Plan div#cds-cardsSlider-625815377 > div.flickity-viewport > div.flickity-slider > div.carousel-cell |
Chicago Recovery Plan div#cds-cardsSlider-625815377 > div.flickity-viewport > div.flickity-slider > div.carousel-cell |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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.