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.
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 | |
|---|---|---|---|
section.c_hero_banner__slide > div.sizing-box > div.c_hero_banner__background > div.c_hero_banner__background__visual section.c_hero_banner__slide > div.sizing-box > div.c_hero_banner__background > div.c_hero_banner__background__visual | /content/images/_1550x871_crop_center-center_100_line/wes... | 911.7 KiB | 692.0 KiB |
Kodak launches PRINERGY INSITE Portals 11.5 for superior efficiency gains and g… div.c_featured_content__image > figure > picture.c_image > img | /content/images/_1422x900_crop_center-center_61_line/INSI... | 41.9 KiB | 38.4 KiB |
Print Icon 2 C section.c_text_icon_card > div.c_text_icon_card__content > div.c_text_icon_card__icon_container > img.c_text_icon_card__icon | www.kodak.com/content/icon/Print-Icon-2C.png | 22.2 KiB | 21.6 KiB |
Chemicals Icon 2 C section.c_text_icon_card > div.c_text_icon_card__content > div.c_text_icon_card__icon_container > img.c_text_icon_card__icon | www.kodak.com/content/icon/Chemicals-Icon-2C.png | 22.2 KiB | 21.6 KiB |
Consumer Icon 2 C section.c_text_icon_card > div.c_text_icon_card__content > div.c_text_icon_card__icon_container > img.c_text_icon_card__icon | www.kodak.com/content/icon/Consumer-Icon-2C.png | 22.2 KiB | 21.6 KiB |
Ateios Systems and Kodak Expand RaiCore™ Platform to Major Battery Chemistries … div.c_featured_content__image > figure > picture.c_image > img | /content/images/_1422x900_crop_center-center_61_line/koda... | 20.7 KiB | 19.0 KiB |
Kodak Q4/Full Year 2025 Shareholder Letter and Infographic div.c_featured_content__image > figure > picture.c_image > img | /content/blog-news/_1360x800_crop_center-center_61_line/K... | 20.5 KiB | 18.8 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.
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.
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 |
|---|---|
| kodak.com/ | 471 ms |
| www.kodak.com/ | 329 ms |
| www.kodak.com/en/ | 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.kodak.com/_nuxt/css/2db655d.css | 141.9 KiB | 117.1 KiB |
| www.kodak.com/_nuxt/css/933235d.css | 86.3 KiB | 80.3 KiB |
| www.kodak.com/_nuxt/css/c4846e2.css | 34.9 KiB | 33.3 KiB |
| 21.6 KiB | 18.9 KiB | |
| www.kodak.com/_nuxt/css/c9bc54a.css | 19.4 KiB | 13.7 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.kodak.com/_nuxt/90ba2b4.js | 337.1 KiB | 147.4 KiB |
| www.kodak.com/_nuxt/46c5f75.js | 263.8 KiB | 140.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TV8HK6Q | 166.8 KiB | 82.6 KiB |
| www.kodak.com/_nuxt/217e649.js | 89.3 KiB | 67.3 KiB |
| cdn.cookielaw.org/scripttemplates/202512.1.0/otBannerSdk.js | 125.9 KiB | 65.8 KiB |
| www.kodak.com/_nuxt/a581fb1.js | 417.4 KiB | 57.0 KiB |
| www.kodak.com/_nuxt/4473915.js | 44.4 KiB | 32.8 KiB |
| cdn.userway.org/widgetapp/2026-04-14-10-40-20/widget_app_base_1776163220800.js | 47.1 KiB | 24.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 | |
|---|---|
Motion picture icon white section.c_text_icon_card > div.c_text_icon_card__content > div.c_text_icon_card__icon_container > img.c_text_icon_card__icon | www.kodak.com/content/icon/motion-picture-icon-white.svg |
Still film white section.c_text_icon_card > div.c_text_icon_card__content > div.c_text_icon_card__icon_container > img.c_text_icon_card__icon | www.kodak.com/content/icon/still-film-white.svg |
Print Icon 2 C section.c_text_icon_card > div.c_text_icon_card__content > div.c_text_icon_card__icon_container > img.c_text_icon_card__icon | www.kodak.com/content/icon/Print-Icon-2C.png |
Chemicals Icon 2 C section.c_text_icon_card > div.c_text_icon_card__content > div.c_text_icon_card__icon_container > img.c_text_icon_card__icon | www.kodak.com/content/icon/Chemicals-Icon-2C.png |
Consumer Icon 2 C section.c_text_icon_card > div.c_text_icon_card__content > div.c_text_icon_card__icon_container > img.c_text_icon_card__icon | www.kodak.com/content/icon/Consumer-Icon-2C.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.
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 |
|---|
Print
Digital Printing Solutions
Inkjet Printing Presses
Imprinting Systems
Ink… div.c_wrapper > nav.c_grid > div.c_global_footer__footer_menu__group > ul.c_global_footer__footer_menu__group__list |
Motion Picture
Camera Films
Post Production
Order Film
Shot On Film
Filmmaker S… div.c_wrapper > nav.c_grid > div.c_global_footer__footer_menu__group > ul.c_global_footer__footer_menu__group__list |
Company
Leadership
Sustainability
Careers
Eastman Business Park
Safety Data She… div.c_wrapper > nav.c_grid > div.c_global_footer__footer_menu__group > ul.c_global_footer__footer_menu__group__list |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
Advanced Materials & Chemicals nav > ul.c_global_header__navigation > li.c_navigation__top_lvl_item > a.c_link_field |
Read Westamerica's story div.content-box > div.cta_container > span > a.c_button_2022 |
Capture life on film section.c_text_icon_card > div.c_text_icon_card__content > div.c_text_icon_card__content_container > a.c_text_icon_card__cta |
Advanced Materials & Chemicals div.c_global_footer__footer_menu__group > ul.c_global_footer__footer_menu__group__list > li.c_global_footer__footer_menu__group__item > a.c_link_field |
Terms of Use div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a |
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.kodak.com/en/company/page/privacy-gdpr/ | More information |
Format your HTML in a way that enables crawlers to better understand your app’s content.