Skip to content
https://kodak.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
70
GRADE
C
FIX
5
REVIEW
3
PASS
5
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

66
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
97
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

1.34 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

4.66 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

159 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.000

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

2.13 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

4.67 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
4.1 MB transferred, 74 requests
FIX
4.1 MB transferred, 74 requests
Critical::
Page weighs 7.2 MB (4.1 MB transferred)
Warning::
JavaScript is 2.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.2 MB
Warning::
Images are 1.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.1 MB
Info::
CSS is 315 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 315 KB
Info::
Fonts are 239 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 239 KB
Info::
74 HTTP requests
Info::
Estimated 0.87 g CO2 per page load
4.1 MB / 2.4 MB budget
4.1 MB transferred
74 requests
0.87 g CO2 per page load
JavaScript 2.2 MiB 54%
Images 1.1 MiB 26%
CSS 314.8 KiB 7%
Fonts 239.1 KiB 6%
Other 152.1 KiB 4%
HTML 73.9 KiB 2%
Other 41.1 KiB 1%
Other 27.4 KiB 1%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (4.1 MiB of 4.1 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
26 scripts, 618 KB unused
FIX
26 scripts, 618 KB unused
Warning::
https://www.kodak.com/_nuxt/90ba2b4.js: 147 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.kodak.com/_nuxt/46c5f75.js: 141 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-TV8...: 83 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.kodak.com/_nuxt/217e649.js: 67 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.cookielaw.org/scripttemplates/202512.1...: 66 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 618 KB
618 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.kodak.com/_nuxt/90ba2b4.js339 KB147 KB (44%)3rd
https://www.kodak.com/_nuxt/46c5f75.js266 KB141 KB (53%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TV8HK6Q167 KB83 KB (50%)3rd
https://www.kodak.com/_nuxt/217e649.js90 KB67 KB (75%)3rd
https://cdn.cookielaw.org/scripttemplates/202512.1.0/otBannerSdk.js126 KB66 KB (52%)3rd
https://www.kodak.com/_nuxt/a581fb1.js419 KB57 KB (14%)3rd
https://www.kodak.com/_nuxt/4473915.js46 KB33 KB (74%)3rd
https://cdn.userway.org/widgetapp/2026-04-14-10-40-20/widget_app_base_1776163220800.js48 KB25 KB (53%)3rd
https://www.kodak.com/_nuxt/static/1776873343/en/state.js290 KB3rd
https://www.kodak.com/_nuxt/270fb74.js7 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
74 resources · 4.1 MB · 618 KB savings available
FIX
74 resources · 4.1 MB · 618 KB savings available
Warning::
Page weight 3.1 MB over 1MB target
Got: 4.1 MB Expected: ≤ 1 MB
Info::
~618 KB of savings available
Warning::
73 third-party resources (100% of weight)
Info::
5 resources over 200KB
74 resources · 4.1 MiB · 73 third-party 3.1 MiB over 1MB target
JavaScript 54% · 2.2 MiB
Image 27% · 1.1 MiB
CSS 8% · 319.5 KiB
Font 6% · 239.1 KiB
Other 4% · 188.1 KiB
Document 2% · 74.1 KiB

~618.3 KiB of savings available

Remove unused JavaScript: 618.3 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
14 images, 0 KB saveable
REVIEW
14 images, 0 KB saveable
Warning::
https://www.kodak.com/content/icon/still-film-whit... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.kodak.com/content/icon/Consumer-Icon-2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.kodak.com/content/icon/motion-picture-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.kodak.com/content/icon/Print-Icon-2C.p... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.kodak.com/content/icon/Chemicals-Icon-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
14 images 1.1 MB
0 oversized -0 KB
14 legacy format
5 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

B
JS Execution Cost
943ms total JS execution
REVIEW
943ms total JS execution
Info::
Unattributable: 220ms CPU time
Info::
https://www.kodak.com/_nuxt/static/1776873343/en/p...: 149ms CPU time
Info::
https://www.kodak.com/en/: 134ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-TV8...: 123ms CPU time
Info::
https://cdn.userway.org/remediation/2026-04-14-10-...: 89ms CPU time
Warning::
Third-party scripts: 943ms (100% of total)

Main Thread Breakdown

Script Evaluation 50% Other 22% Style & Layout 13% Script Parsing & Compilation 7% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
Unattributable220ms30ms0ms3rd
https://www.kodak.com/_nuxt/static/1776873343/en/payload.js149ms148ms1ms3rd
https://www.kodak.com/en/134ms3ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TV8HK6Q123ms63ms11ms3rd
https://cdn.userway.org/remediation/2026-04-14-10-40-20/paid/remediation-tool.js?ts=177616322080089ms85ms2ms3rd
https://www.kodak.com/_nuxt/a581fb1.js87ms75ms9ms3rd
https://cdn.cookielaw.org/scripttemplates/202512.1.0/otBannerSdk.js77ms39ms12ms3rd
https://cdn.userway.org/widgetapp/2026-04-14-10-40-20/widget_app_base_1776163220800.js63ms42ms4ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
7 fonts (239 KB)
PASS
7 fonts (239 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

239 KB total

Render-blocking

0

of 7

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.3 s LCP 4.7 shttps://www.kodak.com/fonts/graphik/Graphik-Regular.woff2Graphik-Regular.woff2 https://www.kodak.com/fonts/graphik/Graphik-Regular.woff2 — 31.4 KiB — 108 ms — font-display: swaphttps://www.kodak.com/fonts/graphik/Graphik-Semibold.woff2Graphik-Semibold.woff2 https://www.kodak.com/fonts/graphik/Graphik-Semibold.woff2 — 34.4 KiB — 103 ms — font-display: swaphttps://www.kodak.com/fonts/graphik/Graphik-Bold.woff2Graphik-Bold.woff2 https://www.kodak.com/fonts/graphik/Graphik-Bold.woff2 — 35.2 KiB — 110 ms — font-display: swaphttps://www.kodak.com/fonts/graphik/Graphik-Light.woff2Graphik-Light.woff2 https://www.kodak.com/fonts/graphik/Graphik-Light.woff2 — 33.3 KiB — 112 ms — font-display: swaphttps://www.kodak.com/fonts/graphik/Graphik-LightItalic.woff2Graphik-LightItalic.woff2 https://www.kodak.com/fonts/graphik/Graphik-LightItalic.woff2 — 35.0 KiB — 121 ms — font-display: swaphttps://www.kodak.com/fonts/graphik/Graphik-SemiboldItalic.woff2Graphik-SemiboldItalic.... https://www.kodak.com/fonts/graphik/Graphik-SemiboldItalic.woff2 — 35.4 KiB — 125 ms — font-display: swaphttps://www.kodak.com/fonts/graphik/Graphik-Medium.woff2Graphik-Medium.woff2 https://www.kodak.com/fonts/graphik/Graphik-Medium.woff2 — 34.5 KiB — 123 ms — font-display: swap
Graphik-Regular.woff2 woff2 swap
Size 31 KB
Load time 108 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
Graphik-Semibold.woff2 woff2 swap
Size 34 KB
Load time 103 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
Graphik-Bold.woff2 woff2 swap
Size 35 KB
Load time 110 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
Graphik-Light.woff2 woff2 swap
Size 33 KB
Load time 112 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
Graphik-LightItalic.woff2 woff2 swap
Size 35 KB
Load time 121 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
Graphik-SemiboldItalic.... woff2 swap
Size 35 KB
Load time 125 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
Graphik-Medium.woff2 woff2 swap
Size 34 KB
Load time 123 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
74 requests over 4734ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.3 s LCP 4.7 shttps://kodak.com// https://kodak.com/ — 301 — 101 B — 301 ms — h2https://www.kodak.com/www.kodak.com/ https://www.kodak.com/ — 301 — 135 B — 213 ms — h2https://www.kodak.com/en/www.kodak.com/en/ https://www.kodak.com/en/ — 200 — 73.9 KiB — 553 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 93 ms — h2https://www.kodak.com/_nuxt/6199616.jswww.kodak.com/_nuxt/6199616.js https://www.kodak.com/_nuxt/6199616.js — 200 — 8.7 KiB — 374 ms — h2https://www.kodak.com/_nuxt/90ba2b4.jswww.kodak.com/_nuxt/90ba2b4.js https://www.kodak.com/_nuxt/90ba2b4.js — 200 — 338.6 KiB — 781 ms — h2https://www.kodak.com/_nuxt/css/2c52f76.csswww.kodak.com/_nuxt/css/2c52f76.css https://www.kodak.com/_nuxt/css/2c52f76.css — 200 — 7.2 KiB — 363 ms — h2https://www.kodak.com/_nuxt/46c5f75.jswww.kodak.com/_nuxt/46c5f75.js https://www.kodak.com/_nuxt/46c5f75.js — 200 — 266.1 KiB — 722 ms — h2https://www.kodak.com/_nuxt/css/2db655d.csswww.kodak.com/_nuxt/css/2db655d.css https://www.kodak.com/_nuxt/css/2db655d.css — 200 — 143.1 KiB — 601 ms — h2https://www.kodak.com/_nuxt/a581fb1.jswww.kodak.com/_nuxt/a581fb1.js https://www.kodak.com/_nuxt/a581fb1.js — 200 — 419.0 KiB — 818 ms — h2https://www.kodak.com/_nuxt/css/6cd3da4.csswww.kodak.com/_nuxt/css/6cd3da4.css https://www.kodak.com/_nuxt/css/6cd3da4.css — 200 — 5.2 KiB — 382 ms — h2https://www.kodak.com/_nuxt/34bc508.jswww.kodak.com/_nuxt/34bc508.js https://www.kodak.com/_nuxt/34bc508.js — 200 — 13.1 KiB — 406 ms — h2https://www.kodak.com/_nuxt/css/933235d.csswww.kodak.com/_nuxt/css/933235d.css https://www.kodak.com/_nuxt/css/933235d.css — 200 — 87.5 KiB — 554 ms — h2https://www.kodak.com/_nuxt/217e649.jswww.kodak.com/_nuxt/217e649.js https://www.kodak.com/_nuxt/217e649.js — 200 — 90.5 KiB — 547 ms — h2https://www.kodak.com/_nuxt/css/c4846e2.csswww.kodak.com/_nuxt/css/c4846e2.css https://www.kodak.com/_nuxt/css/c4846e2.css — 200 — 36.0 KiB — 484 ms — h2https://www.kodak.com/_nuxt/4473915.jswww.kodak.com/_nuxt/4473915.js https://www.kodak.com/_nuxt/4473915.js — 200 — 45.6 KiB — 490 ms — h2https://www.kodak.com/_nuxt/css/c9bc54a.csswww.kodak.com/_nuxt/css/c9bc54a.css https://www.kodak.com/_nuxt/css/c9bc54a.css — 200 — 20.6 KiB — 401 ms — h2https://www.kodak.com/_nuxt/d98ad13.jswww.kodak.com/_nuxt/d98ad13.js https://www.kodak.com/_nuxt/d98ad13.js — 200 — 26.0 KiB — 472 ms — h2https://www.kodak.com/_nuxt/static/1776873343/en/state.jswww.kodak.com/_nuxt/static/17768733... https://www.kodak.com/_nuxt/static/1776873343/en/state.js — 200 — 290.3 KiB — 747 ms — h2https://www.kodak.com/_nuxt/static/1776873343/en/payload.jswww.kodak.com/_nuxt/static/17768733... https://www.kodak.com/_nuxt/static/1776873343/en/payload.js — 200 — 32.8 KiB — 492 ms — h2https://www.kodak.com/_nuxt/static/1776873343/manifest.jswww.kodak.com/_nuxt/static/17768733... https://www.kodak.com/_nuxt/static/1776873343/manifest.js — 200 — 199.0 KiB — 748 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-TV8HK6Qwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TV8HK6Q — 200 — 167.2 KiB — 145 ms — h2https://www.kodak.com/content/images/_1422x900_crop_center-center_61_line/kodakxateios-logos-2400x1598-v3.jpgwww.kodak.com/content/images/_1422x... https://www.kodak.com/content/images/_1422x900_crop_center-center_61_line/kodakxateios-logos-2400x1598-v3.jpg — 200 — 21.5 KiB — 37 ms — h2https://www.kodak.com/content/images/_1422x900_crop_center-center_61_line/INSITE-9062-laptop-screen.jpgwww.kodak.com/content/images/_1422x... https://www.kodak.com/content/images/_1422x900_crop_center-center_61_line/INSITE-9062-laptop-screen.jpg — 200 — 42.6 KiB — 65 ms — h2https://www.kodak.com/content/blog-news/_1360x800_crop_center-center_61_line/Kodak-logo.jpgwww.kodak.com/content/blog-news/_13... https://www.kodak.com/content/blog-news/_1360x800_crop_center-center_61_line/Kodak-logo.jpg — 200 — 21.3 KiB — 63 ms — h2https://www.kodak.com/content/icon/Print-Icon-2C.pngwww.kodak.com/content/icon/Print-Ic... https://www.kodak.com/content/icon/Print-Icon-2C.png — 200 — 22.9 KiB — 42 ms — h2https://www.kodak.com/content/icon/Chemicals-Icon-2C.pngwww.kodak.com/content/icon/Chemical... https://www.kodak.com/content/icon/Chemicals-Icon-2C.png — 200 — 22.9 KiB — 48 ms — h2https://www.kodak.com/content/icon/motion-picture-icon-white.svgwww.kodak.com/content/icon/motion-p... https://www.kodak.com/content/icon/motion-picture-icon-white.svg — 200 — 1.6 KiB — 35 ms — h2https://www.kodak.com/content/icon/still-film-white.svgwww.kodak.com/content/icon/still-fi... https://www.kodak.com/content/icon/still-film-white.svg — 200 — 2.8 KiB — 58 ms — h2https://www.kodak.com/content/icon/Consumer-Icon-2C.pngwww.kodak.com/content/icon/Consumer... https://www.kodak.com/content/icon/Consumer-Icon-2C.png — 200 — 22.9 KiB — 63 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.3 s LCP 4.7 shttps://kodak.com// https://kodak.com/ — 301 — 101 B — 301 ms — h2https://www.kodak.com/www.kodak.com/ https://www.kodak.com/ — 301 — 135 B — 213 ms — h2https://www.kodak.com/en/www.kodak.com/en/ https://www.kodak.com/en/ — 200 — 73.9 KiB — 553 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 93 ms — h2https://www.kodak.com/_nuxt/6199616.jswww.kodak.com/_nuxt/6199616.js https://www.kodak.com/_nuxt/6199616.js — 200 — 8.7 KiB — 374 ms — h2https://www.kodak.com/_nuxt/90ba2b4.jswww.kodak.com/_nuxt/90ba2b4.js https://www.kodak.com/_nuxt/90ba2b4.js — 200 — 338.6 KiB — 781 ms — h2https://www.kodak.com/_nuxt/css/2c52f76.csswww.kodak.com/_nuxt/css/2c52f76.css https://www.kodak.com/_nuxt/css/2c52f76.css — 200 — 7.2 KiB — 363 ms — h2https://www.kodak.com/_nuxt/46c5f75.jswww.kodak.com/_nuxt/46c5f75.js https://www.kodak.com/_nuxt/46c5f75.js — 200 — 266.1 KiB — 722 ms — h2https://www.kodak.com/_nuxt/css/2db655d.csswww.kodak.com/_nuxt/css/2db655d.css https://www.kodak.com/_nuxt/css/2db655d.css — 200 — 143.1 KiB — 601 ms — h2https://www.kodak.com/_nuxt/a581fb1.jswww.kodak.com/_nuxt/a581fb1.js https://www.kodak.com/_nuxt/a581fb1.js — 200 — 419.0 KiB — 818 ms — h2https://www.kodak.com/_nuxt/css/6cd3da4.csswww.kodak.com/_nuxt/css/6cd3da4.css https://www.kodak.com/_nuxt/css/6cd3da4.css — 200 — 5.2 KiB — 382 ms — h2https://www.kodak.com/_nuxt/34bc508.jswww.kodak.com/_nuxt/34bc508.js https://www.kodak.com/_nuxt/34bc508.js — 200 — 13.1 KiB — 406 ms — h2https://www.kodak.com/_nuxt/css/933235d.csswww.kodak.com/_nuxt/css/933235d.css https://www.kodak.com/_nuxt/css/933235d.css — 200 — 87.5 KiB — 554 ms — h2https://www.kodak.com/_nuxt/217e649.jswww.kodak.com/_nuxt/217e649.js https://www.kodak.com/_nuxt/217e649.js — 200 — 90.5 KiB — 547 ms — h2https://www.kodak.com/_nuxt/css/c4846e2.csswww.kodak.com/_nuxt/css/c4846e2.css https://www.kodak.com/_nuxt/css/c4846e2.css — 200 — 36.0 KiB — 484 ms — h2https://www.kodak.com/_nuxt/4473915.jswww.kodak.com/_nuxt/4473915.js https://www.kodak.com/_nuxt/4473915.js — 200 — 45.6 KiB — 490 ms — h2https://www.kodak.com/_nuxt/css/c9bc54a.csswww.kodak.com/_nuxt/css/c9bc54a.css https://www.kodak.com/_nuxt/css/c9bc54a.css — 200 — 20.6 KiB — 401 ms — h2https://www.kodak.com/_nuxt/d98ad13.jswww.kodak.com/_nuxt/d98ad13.js https://www.kodak.com/_nuxt/d98ad13.js — 200 — 26.0 KiB — 472 ms — h2https://www.kodak.com/_nuxt/static/1776873343/en/state.jswww.kodak.com/_nuxt/static/17768733... https://www.kodak.com/_nuxt/static/1776873343/en/state.js — 200 — 290.3 KiB — 747 ms — h2https://www.kodak.com/_nuxt/static/1776873343/en/payload.jswww.kodak.com/_nuxt/static/17768733... https://www.kodak.com/_nuxt/static/1776873343/en/payload.js — 200 — 32.8 KiB — 492 ms — h2https://www.kodak.com/_nuxt/static/1776873343/manifest.jswww.kodak.com/_nuxt/static/17768733... https://www.kodak.com/_nuxt/static/1776873343/manifest.js — 200 — 199.0 KiB — 748 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-TV8HK6Qwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TV8HK6Q — 200 — 167.2 KiB — 145 ms — h2https://www.kodak.com/content/images/_1422x900_crop_center-center_61_line/kodakxateios-logos-2400x1598-v3.jpgwww.kodak.com/content/images/_1422x... https://www.kodak.com/content/images/_1422x900_crop_center-center_61_line/kodakxateios-logos-2400x1598-v3.jpg — 200 — 21.5 KiB — 37 ms — h2https://www.kodak.com/content/images/_1422x900_crop_center-center_61_line/INSITE-9062-laptop-screen.jpgwww.kodak.com/content/images/_1422x... https://www.kodak.com/content/images/_1422x900_crop_center-center_61_line/INSITE-9062-laptop-screen.jpg — 200 — 42.6 KiB — 65 ms — h2https://www.kodak.com/content/blog-news/_1360x800_crop_center-center_61_line/Kodak-logo.jpgwww.kodak.com/content/blog-news/_13... https://www.kodak.com/content/blog-news/_1360x800_crop_center-center_61_line/Kodak-logo.jpg — 200 — 21.3 KiB — 63 ms — h2https://www.kodak.com/content/icon/Print-Icon-2C.pngwww.kodak.com/content/icon/Print-Ic... https://www.kodak.com/content/icon/Print-Icon-2C.png — 200 — 22.9 KiB — 42 ms — h2https://www.kodak.com/content/icon/Chemicals-Icon-2C.pngwww.kodak.com/content/icon/Chemical... https://www.kodak.com/content/icon/Chemicals-Icon-2C.png — 200 — 22.9 KiB — 48 ms — h2https://www.kodak.com/content/icon/motion-picture-icon-white.svgwww.kodak.com/content/icon/motion-p... https://www.kodak.com/content/icon/motion-picture-icon-white.svg — 200 — 1.6 KiB — 35 ms — h2https://www.kodak.com/content/icon/still-film-white.svgwww.kodak.com/content/icon/still-fi... https://www.kodak.com/content/icon/still-film-white.svg — 200 — 2.8 KiB — 58 ms — h2https://www.kodak.com/content/icon/Consumer-Icon-2C.pngwww.kodak.com/content/icon/Consumer... https://www.kodak.com/content/icon/Consumer-Icon-2C.png — 200 — 22.9 KiB — 63 ms — h2https://cdn.cookielaw.org/consent/3f08e30d-402b-45c2-9220-81c2535361b5/3f08e30d-402b-45c2-9220-81c2535361b5.jsoncdn.cookielaw.org/consent/3f08e30d-... https://cdn.cookielaw.org/consent/3f08e30d-402b-45c2-9220-81c2535361b5/3f08e30d-402b-45c2-9220-81c2535361b5.json — 200 — 3.4 KiB — 69 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 281 B — 66 ms — h2https://cdn.userway.org/widget.jscdn.userway.org/widget.js https://cdn.userway.org/widget.js — 200 — 1.6 KiB — 89 ms — h2https://cdn.cookielaw.org/scripttemplates/202512.1.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202512.1.0/otBannerSdk.js — 200 — 126.0 KiB — 45 ms — h2https://cdn.userway.org/widgetapp/2026-04-14-10-40-20/widget_app_base_1776163220800.jscdn.userway.org/widgetapp/2026-04-1... https://cdn.userway.org/widgetapp/2026-04-14-10-40-20/widget_app_base_1776163220800.js — 200 — 47.8 KiB — 85 ms — h2https://cdn.cookielaw.org/consent/3f08e30d-402b-45c2-9220-81c2535361b5/019be2df-998d-7772-8c9f-68d6bd3b5ff7/en.jsoncdn.cookielaw.org/consent/3f08e30d-... https://cdn.cookielaw.org/consent/3f08e30d-402b-45c2-9220-81c2535361b5/019be2df-998d-7772-8c9f-68d6bd3b5ff7/en.json — 200 — 17.0 KiB — 35 ms — h2https://cdn.cookielaw.org/scripttemplates/202512.1.0/assets/otFloatingRounded.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202512.1.0/assets/otFloatingRounded.json — 200 — 2.8 KiB — 27 ms — h2https://cdn.cookielaw.org/scripttemplates/202512.1.0/assets/v2/otPcTab.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202512.1.0/assets/v2/otPcTab.json — 200 — 13.8 KiB — 28 ms — h2https://cdn.cookielaw.org/scripttemplates/202512.1.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202512.1.0/assets/otCommonStyles.css — 200 — 4.6 KiB — 27 ms — h2https://api.userway.org/api/v1/tunings/wWiJkAnfovapi.userway.org/api/v1/tunings/wWiJ... https://api.userway.org/api/v1/tunings/wWiJkAnfov — 200 — 1.5 KiB — 543 ms — h2https://cdn.cookielaw.org/logos/static/ot_close.svgcdn.cookielaw.org/logos/static/ot_c... https://cdn.cookielaw.org/logos/static/ot_close.svg — 200 — 603 B — 27 ms — h2https://cdn.cookielaw.org/logos/static/ot_guard_logo.svgcdn.cookielaw.org/logos/static/ot_g... https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg — 200 — 489 B — 26 ms — h2https://cdn.cookielaw.org/logos/ddd8fc38-fc55-4275-a67c-50945540df68/019be290-f0ae-71fb-b34a-b17282282cc1/fa147ddd-bcc7-4f04-b995-d7d28756a369/KODAK_Logo.jpgcdn.cookielaw.org/logos/ddd8fc38-fc... https://cdn.cookielaw.org/logos/ddd8fc38-fc55-4275-a67c-50945540df68/019be290-f0ae-71fb-b34a-b17282282cc1/fa147ddd-bcc7-4f04-b995-d7d28756a369/KODAK_Logo.jpg — 200 — 33.5 KiB — 28 ms — h2https://cdn.cookielaw.org/logos/static/powered_by_logo.svgcdn.cookielaw.org/logos/static/powe... https://cdn.cookielaw.org/logos/static/powered_by_logo.svg — 200 — 2.5 KiB — 26 ms — h2https://www.kodak.com/fonts/graphik/Graphik-Regular.woff2www.kodak.com/fonts/graphik/Graphik... https://www.kodak.com/fonts/graphik/Graphik-Regular.woff2 — 200 — 31.4 KiB — 108 ms — h2https://www.kodak.com/fonts/graphik/Graphik-Semibold.woff2www.kodak.com/fonts/graphik/Graphik... https://www.kodak.com/fonts/graphik/Graphik-Semibold.woff2 — 200 — 34.4 KiB — 103 ms — h2https://www.kodak.com/fonts/graphik/Graphik-Bold.woff2www.kodak.com/fonts/graphik/Graphik... https://www.kodak.com/fonts/graphik/Graphik-Bold.woff2 — 200 — 35.2 KiB — 110 ms — h2https://www.kodak.com/fonts/graphik/Graphik-Light.woff2www.kodak.com/fonts/graphik/Graphik... https://www.kodak.com/fonts/graphik/Graphik-Light.woff2 — 200 — 33.3 KiB — 112 ms — h2https://www.kodak.com/_nuxt/css/5444b26.csswww.kodak.com/_nuxt/css/5444b26.css https://www.kodak.com/_nuxt/css/5444b26.css — 200 — 5.1 KiB — 108 ms — h2https://www.kodak.com/_nuxt/bfe0f24.jswww.kodak.com/_nuxt/bfe0f24.js https://www.kodak.com/_nuxt/bfe0f24.js — 200 — 7.0 KiB — 106 ms — h2https://www.kodak.com/_nuxt/css/889c313.csswww.kodak.com/_nuxt/css/889c313.css https://www.kodak.com/_nuxt/css/889c313.css — 200 — 4.7 KiB — 107 ms — h2https://www.kodak.com/_nuxt/270fb74.jswww.kodak.com/_nuxt/270fb74.js https://www.kodak.com/_nuxt/270fb74.js — 200 — 7.0 KiB — 111 ms — h2https://www.kodak.com/content/images/_1550x871_crop_center-center_100_line/westamerica-sonora-plates_2026-03-27-205724_ncqo.jpgwww.kodak.com/content/images/_1550x... https://www.kodak.com/content/images/_1550x871_crop_center-center_100_line/westamerica-sonora-plates_2026-03-27-205724_ncqo.jpg — 200 — 913.5 KiB — 46 ms — h2https://www.kodak.com/fonts/graphik/Graphik-LightItalic.woff2www.kodak.com/fonts/graphik/Graphik... https://www.kodak.com/fonts/graphik/Graphik-LightItalic.woff2 — 200 — 35.0 KiB — 121 ms — h2https://www.kodak.com/fonts/graphik/Graphik-SemiboldItalic.woff2www.kodak.com/fonts/graphik/Graphik... https://www.kodak.com/fonts/graphik/Graphik-SemiboldItalic.woff2 — 200 — 35.4 KiB — 125 ms — h2https://www.kodak.com/fonts/graphik/Graphik-Medium.woff2www.kodak.com/fonts/graphik/Graphik... https://www.kodak.com/fonts/graphik/Graphik-Medium.woff2 — 200 — 34.5 KiB — 123 ms — h2https://cdn.userway.org/widgetapp/2026-04-14-10-40-20/locales/en-US.jsoncdn.userway.org/widgetapp/2026-04-1... https://cdn.userway.org/widgetapp/2026-04-14-10-40-20/locales/en-US.json — 200 — 989 B — 20 ms — h2https://www.kodak.com/_nuxt/41c51d7.jswww.kodak.com/_nuxt/41c51d7.js https://www.kodak.com/_nuxt/41c51d7.js — 200 — 12.9 KiB — 106 ms — h2https://www.kodak.com/_nuxt/static/1776873343/en/print/home/payload.jswww.kodak.com/_nuxt/static/17768733... https://www.kodak.com/_nuxt/static/1776873343/en/print/home/payload.js — 200 — 21.2 KiB — 111 ms — h2https://www.kodak.com/_nuxt/static/1776873343/en/advanced-materials/home/payload.jswww.kodak.com/_nuxt/static/17768733... https://www.kodak.com/_nuxt/static/1776873343/en/advanced-materials/home/payload.js — 200 — 52.7 KiB — 120 ms — h2https://www.kodak.com/_nuxt/static/1776873343/en/consumer/home/payload.jswww.kodak.com/_nuxt/static/17768733... https://www.kodak.com/_nuxt/static/1776873343/en/consumer/home/payload.js — 200 — 16.6 KiB — 109 ms — h2https://www.kodak.com/_nuxt/static/1776873343/en/company/home/payload.jswww.kodak.com/_nuxt/static/17768733... https://www.kodak.com/_nuxt/static/1776873343/en/company/home/payload.js — 200 — 23.6 KiB — 123 ms — h2https://assets.kodak.com/favicon.icoassets.kodak.com/favicon.ico https://assets.kodak.com/favicon.ico — 200 — 27.2 KiB — 614 ms — h2https://cdn.userway.org/widgetapp/2026-04-14-10-40-20/remediation/remediation_1776163220800.jscdn.userway.org/widgetapp/2026-04-1... https://cdn.userway.org/widgetapp/2026-04-14-10-40-20/remediation/remediation_1776163220800.js — 200 — 13.7 KiB — 31 ms — h2https://cdn.userway.org/remediations/consolidated/1801882/U8NpTKSDsGjvbWTV.jsoncdn.userway.org/remediations/consol... https://cdn.userway.org/remediations/consolidated/1801882/U8NpTKSDsGjvbWTV.json — 200 — 147.5 KiB — 74 ms — h2https://cdn.userway.org/styles/2026-04-14-10-40-20/widget_base.css?v=1776163220800cdn.userway.org/styles/2026-04-14-1... https://cdn.userway.org/styles/2026-04-14-10-40-20/widget_base.css?v=1776163220800 — 200 — 5.4 KiB — 18 ms — h2https://cdn.userway.org/widgetapp/images/body_wh.svgcdn.userway.org/widgetapp/images/bo... https://cdn.userway.org/widgetapp/images/body_wh.svg — 200 — 2.7 KiB — 19 ms — h2https://cdn.userway.org/widgetapp/images/spin_wh.svgcdn.userway.org/widgetapp/images/sp... https://cdn.userway.org/widgetapp/images/spin_wh.svg — 200 — 1.2 KiB — 20 ms — h2https://cdn.userway.org/remediation/2026-04-14-10-40-20/paid/remediation-tool.js?ts=1776163220800cdn.userway.org/remediation/2026-04... https://cdn.userway.org/remediation/2026-04-14-10-40-20/paid/remediation-tool.js?ts=1776163220800 — 200 — 38.9 KiB — 25 ms — h2https://cdn.userway.org/remediations/consolidated/1801882/U8NpTKSDsGjvbWTV.jsoncdn.userway.org/remediations/consol... https://cdn.userway.org/remediations/consolidated/1801882/U8NpTKSDsGjvbWTV.json — 200 — 0 B — 7 ms — h2https://cdn.userway.org/widgetapp/2026-04-14-10-40-20/remediation/nav_menu_helper_1776163220800.jscdn.userway.org/widgetapp/2026-04-1... https://cdn.userway.org/widgetapp/2026-04-14-10-40-20/remediation/nav_menu_helper_1776163220800.js — 200 — 6.7 KiB — 22 ms — h2https://cdn77.api.userway.org/api/img-dscr/v2/wWiJkAnfov/1801882/7aSKKO4dgFrShh7m/alts.json?dto=%7B%22sorted%22%3A%5B%7B%22src%22%3A%22https%3A%2F%2Fwww.kodak.com%2Fcontent%2Fblog-news%2F_1360x800_crop_center-center_61_line%2FKodak-logo.jpg%22%2C%22alt%22%3A%22Kodak%20Q4%2FFull%20Year%202025%20Shareholder%20Letter%20and%20Infographic%22%2C%22dir%22%3A%22RO%22%7D%2C%7B%22src%22%3A%22https%3A%2F%2Fwww.kodak.com%2Fcontent%2Fimages%2F_1422x900_crop_center-center_61_line%2FINSITE-9062-laptop-screen.jpg%22%2C%22alt%22%3A%22Kodak%20launches%20PRINERGY%20INSITE%20Portals%2011.5%20for%20superior%20efficiency%20gains%20and%20greater%20security%22%2C%22dir%22%3A%22RO%22%7D%2C%7B%22src%22%3A%22https%3A%2F%2Fwww.kodak.com%2Fcontent%2Fimages%2F_1422x900_crop_center-center_61_line%2Fkodakxateios-logos-2400x1598-v3.jpg%22%2C%22alt%22%3A%22Ateios%20Systems%20and%20Kodak%20Expand%20RaiCore%E2%84%A2%20Platform%20to%20Major%20Battery%20Chemistries%20and%20Earn%20PFAS-Free%20Verification%22%2C%22dir%22%3A%22RO%22%7D%5D%2C%22tier%22%3A%22PAID_QUOTA_TIER%22%2C%22pageUrl%22%3A%22https%3A%2F%2Fwww.kodak.com%2Fen%2F%22%7Dcdn77.api.userway.org/api/img-dscr/... https://cdn77.api.userway.org/api/img-dscr/v2/wWiJkAnfov/1801882/7aSKKO4dgFrShh7m/alts.json?dto=%7B%22sorted%22%3A%5B%7B%22src%22%3A%22https%3A%2F%2Fwww.kodak.com%2Fcontent%2Fblog-news%2F_1360x800_crop_center-center_61_line%2FKodak-logo.jpg%22%2C%22alt%22%3A%22Kodak%20Q4%2FFull%20Year%202025%20Shareholder%20Letter%20and%20Infographic%22%2C%22dir%22%3A%22RO%22%7D%2C%7B%22src%22%3A%22https%3A%2F%2Fwww.kodak.com%2Fcontent%2Fimages%2F_1422x900_crop_center-center_61_line%2FINSITE-9062-laptop-screen.jpg%22%2C%22alt%22%3A%22Kodak%20launches%20PRINERGY%20INSITE%20Portals%2011.5%20for%20superior%20efficiency%20gains%20and%20greater%20security%22%2C%22dir%22%3A%22RO%22%7D%2C%7B%22src%22%3A%22https%3A%2F%2Fwww.kodak.com%2Fcontent%2Fimages%2F_1422x900_crop_center-center_61_line%2Fkodakxateios-logos-2400x1598-v3.jpg%22%2C%22alt%22%3A%22Ateios%20Systems%20and%20Kodak%20Expand%20RaiCore%E2%84%A2%20Platform%20to%20Major%20Battery%20Chemistries%20and%20Earn%20PFAS-Free%20Verification%22%2C%22dir%22%3A%22RO%22%7D%5D%2C%22tier%22%3A%22PAID_QUOTA_TIER%22%2C%22pageUrl%22%3A%22https%3A%2F%2Fwww.kodak.com%2Fen%2F%22%7D — 200 — 0 B — 279 ms — h2https://cdn77.api.userway.org/api/img-dscr/v2/wWiJkAnfov/1801882/7aSKKO4dgFrShh7m/alts.json?dto=%7B%22sorted%22%3A%5B%7B%22src%22%3A%22https%3A%2F%2Fwww.kodak.com%2Fcontent%2Fblog-news%2F_1360x800_crop_center-center_61_line%2FKodak-logo.jpg%22%2C%22alt%22%3A%22Kodak%20Q4%2FFull%20Year%202025%20Shareholder%20Letter%20and%20Infographic%22%2C%22dir%22%3A%22RO%22%7D%2C%7B%22src%22%3A%22https%3A%2F%2Fwww.kodak.com%2Fcontent%2Fimages%2F_1422x900_crop_center-center_61_line%2FINSITE-9062-laptop-screen.jpg%22%2C%22alt%22%3A%22Kodak%20launches%20PRINERGY%20INSITE%20Portals%2011.5%20for%20superior%20efficiency%20gains%20and%20greater%20security%22%2C%22dir%22%3A%22RO%22%7D%2C%7B%22src%22%3A%22https%3A%2F%2Fwww.kodak.com%2Fcontent%2Fimages%2F_1422x900_crop_center-center_61_line%2Fkodakxateios-logos-2400x1598-v3.jpg%22%2C%22alt%22%3A%22Ateios%20Systems%20and%20Kodak%20Expand%20RaiCore%E2%84%A2%20Platform%20to%20Major%20Battery%20Chemistries%20and%20Earn%20PFAS-Free%20Verification%22%2C%22dir%22%3A%22RO%22%7D%5D%2C%22tier%22%3A%22PAID_QUOTA_TIER%22%2C%22pageUrl%22%3A%22https%3A%2F%2Fwww.kodak.com%2Fen%2F%22%7Dcdn77.api.userway.org/api/img-dscr/... https://cdn77.api.userway.org/api/img-dscr/v2/wWiJkAnfov/1801882/7aSKKO4dgFrShh7m/alts.json?dto=%7B%22sorted%22%3A%5B%7B%22src%22%3A%22https%3A%2F%2Fwww.kodak.com%2Fcontent%2Fblog-news%2F_1360x800_crop_center-center_61_line%2FKodak-logo.jpg%22%2C%22alt%22%3A%22Kodak%20Q4%2FFull%20Year%202025%20Shareholder%20Letter%20and%20Infographic%22%2C%22dir%22%3A%22RO%22%7D%2C%7B%22src%22%3A%22https%3A%2F%2Fwww.kodak.com%2Fcontent%2Fimages%2F_1422x900_crop_center-center_61_line%2FINSITE-9062-laptop-screen.jpg%22%2C%22alt%22%3A%22Kodak%20launches%20PRINERGY%20INSITE%20Portals%2011.5%20for%20superior%20efficiency%20gains%20and%20greater%20security%22%2C%22dir%22%3A%22RO%22%7D%2C%7B%22src%22%3A%22https%3A%2F%2Fwww.kodak.com%2Fcontent%2Fimages%2F_1422x900_crop_center-center_61_line%2Fkodakxateios-logos-2400x1598-v3.jpg%22%2C%22alt%22%3A%22Ateios%20Systems%20and%20Kodak%20Expand%20RaiCore%E2%84%A2%20Platform%20to%20Major%20Battery%20Chemistries%20and%20Earn%20PFAS-Free%20Verification%22%2C%22dir%22%3A%22RO%22%7D%5D%2C%22tier%22%3A%22PAID_QUOTA_TIER%22%2C%22pageUrl%22%3A%22https%3A%2F%2Fwww.kodak.com%2Fen%2F%22%7D — 200 — 811 B — 244 ms — h2https://api.userway.org/api/br-links/v0/links/1801882api.userway.org/api/br-links/v0/lin... https://api.userway.org/api/br-links/v0/links/1801882 — -1 — 0 B — 0 ms —
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 943ms · 906KB · $13/mo
Unattributable
Other
Costly
Execution 220ms
Transfer 0 KB
Monthly Cost $3/mo
www.kodak.com
Other
Optional
Execution 149ms
Transfer 33 KB
Monthly Cost $2/mo
www.kodak.com
Other
Optional
Execution 134ms
Transfer 74 KB
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 123ms
Transfer 167 KB
Unused 50%
Monthly Cost $2/mo
cdn.userway.org
Other
Optional
Execution 89ms
Transfer 39 KB
Monthly Cost $1/mo
www.kodak.com
Other
Optional
Execution 87ms
Transfer 419 KB
Unused 14%
Monthly Cost $1/mo
OneTrust
Consent
Essential
Execution 77ms
Transfer 126 KB
Unused 52%
Monthly Cost $1/mo
cdn.userway.org
Other
Optional
Execution 63ms
Transfer 48 KB
Unused 53%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 220ms and costs ~$3/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

Unattributable takes 220ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

52% of OneTrust's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

53% of cdn.userway.org's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback