Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Room to improve — your 14.3s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 11.6 MB (6.4 MB transferred)
Performance issues directly impact user engagement and conversion rates.
14 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/f125a6f9-1648-4085-8f84-23341545aa90)<a href="https://beavercheck.com/results/f125a6f9-1648-4085-8f84-23341545aa90"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fcoca-colacompany.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fcoca-colacompany.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 14.3s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~30%.
Page takes 14.3s to load
+12% bounceUsers abandon at ~3s — you're 11.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 708ms
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
6 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
5 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $679/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$679 /mo
~$8,145 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,127 / month at risk
~$157,519 / year if left unfixed
$157,500
+5 more
$1.61 /mo
20145.2 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.48 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.28 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
708 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.046
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.72 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.
15.74 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
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 | |
|---|---|---|---|
Letter to Employees from Chairman and CEO James Quincey div.cmp-teaser__image > div#teaser-b186bd583e-image > picture > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/image... | 112.8 KiB | 62.3 KiB |
Our 32 Billion dollar brands div.cmp-teaser__image > div#teaser-71a1c81de9-image > picture > img.cmp-image__image | /content/dam/company/us/en/homepage/carousel/2026/februar... | 65.1 KiB | 14.1 KiB |
Refreshingly Local div.cmp-teaser__image > div#teaser-a3ac0f3989-image > picture > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/image... | 131.0 KiB | 13.2 KiB |
Who We Are div.cmp-teaser__image > div#teaser-ec24d938e8-image > picture > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/image... | 49.7 KiB | 12.3 KiB |
Coca-Cola Cherry div.cmp-teaser__image > div#teaser-33e5826452-image > picture > img.cmp-image__image | /content/dam/company/us/en/home/coca-cola-cherry.jpg/widt... | 48.1 KiB | 8.2 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 |
|---|---|---|
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 9.1 KiB | 811 ms |
| /etc.clientlibs/onexp/clientlibs/clientlib-base.lc-123d3f... | 1.3 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 |
|---|---|
| coca-colacompany.com/ | 1.1 s |
| www.coca-colacompany.com/ | 630 ms |
| www.coca-colacompany.com/ | 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.
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 |
|---|---|---|
| /13a636397c08fefaa11c6cfdabb5128eabed6d30f7ca33875cb81619... | 149.4 KiB | 144.2 KiB |
| 19.3 KiB | 14.4 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /13a636397c08fefaa11c6cfdabb5128eabed6d30f7ca33875cb81619... | 349.3 KiB | 244.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-MKSKSL3 | 144.0 KiB | 92.2 KiB |
| /gtm.js?id=GTM-MKSKSL3>m_auth=YgnSCG1vlrM0Gsasul5Jjw>... | 144.9 KiB | 70.5 KiB |
| cdn.cookielaw.org/scripttemplates/202506.1.0/otBannerSdk.js | 119.7 KiB | 65.2 KiB |
| assets.adobedtm.com/1bfb1e5032f0/33fdda951f02/launch-222d349873da.min.js | 123.8 KiB | 64.5 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 |
|---|---|---|---|
| Unattributable | 3.2 s | 99 ms | 0.0 ms |
| www.coca-colacompany.com/ | 1.1 s | 9.7 ms | 3.6 ms |
| /13a636397c08fefaa11c6cfdabb5128eabed6d30f7ca33875cb81619... | 998 ms | 448 ms | 116 ms |
| assets.adobedtm.com/1bfb1e5032f0/33fdda951f02/launch-222d349873da.min.js | 620 ms | 497 ms | 57 ms |
| cdn.cookielaw.org/scripttemplates/202506.1.0/otBannerSdk.js | 299 ms | 179 ms | 43 ms |
| /gtm.js?id=GTM-MKSKSL3>m_auth=YgnSCG1vlrM0Gsasul5Jjw>... | 209 ms | 170 ms | 37 ms |
| /13a636397c08fefaa11c6cfdabb5128eabed6d30f7ca33875cb81619... | 90 ms | 0.0 ms | 0.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-MKSKSL3 | 81 ms | 34 ms | 47 ms |
| /13a636397c08fefaa11c6cfdabb5128eabed6d30f7ca33875cb81619... | 69 ms | 15 ms | 1.1 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 |
|---|---|
| Other | 3.5 s |
| Script Evaluation | 1.6 s |
| Style & Layout | 1.2 s |
| Script Parsing & Compilation | 323 ms |
| Parse HTML & CSS | 123 ms |
| Rendering | 94 ms |
| Garbage Collection | 58 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 |
|---|---|---|
| /etc.clientlibs/onexp/clientlibs/clientlib-base.lc-7a24a2... | 12.4 KiB | 6.7 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 | |
|---|---|
The Coca-Cola Company logo div#company-mobile-logo > a.cmp-image__link > picture > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/icons... |
a.cmp-teaser__link > div.cmp-teaser__content > span > img.cmp-image__image a.cmp-teaser__link > div.cmp-teaser__content > span > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/icons... |
a.cmp-teaser__link > div.cmp-teaser__content > span > img.cmp-image__image a.cmp-teaser__link > div.cmp-teaser__content > span > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/icons... |
a.cmp-teaser__link > div.cmp-teaser__content > span > img.cmp-image__image a.cmp-teaser__link > div.cmp-teaser__content > span > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/icons... |
a.cmp-teaser__link > div.cmp-teaser__content > span > img.cmp-image__image a.cmp-teaser__link > div.cmp-teaser__content > span > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/icons... |
a.cmp-teaser__link > div.cmp-teaser__content > span > img.cmp-image__image a.cmp-teaser__link > div.cmp-teaser__content > span > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/icons... |
a.cmp-teaser__link > div.cmp-teaser__content > span > img.cmp-image__image a.cmp-teaser__link > div.cmp-teaser__content > span > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/icons... |
a.cmp-teaser__link > div.cmp-teaser__content > span > img.cmp-image__image a.cmp-teaser__link > div.cmp-teaser__content > span > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/icons... |
a.cmp-teaser__link > div.cmp-teaser__content > span > img.cmp-image__image a.cmp-teaser__link > div.cmp-teaser__content > span > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/icons... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div#mobile-company-nav > div.button > button#company-mobile-menu div.container > div#mobile-company-nav > div.button > button#company-mobile-menu |
div#tabs-b7754b42dc > ol.cmp-tabs__tablist > li#tabs-b7754b42dc-item-87fb4902ba-tab > button#search-button div#tabs-b7754b42dc > ol.cmp-tabs__tablist > li#tabs-b7754b42dc-item-87fb4902ba-tab > button#search-button |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#tabs-b7754b42dc > ol.cmp-tabs__tablist > li#tabs-b7754b42dc-item-2dbda12673-tab > a#language-button div#tabs-b7754b42dc > ol.cmp-tabs__tablist > li#tabs-b7754b42dc-item-2dbda12673-tab > a#language-button |
div#tabs-b7754b42dc > ol.cmp-tabs__tablist > li#tabs-b7754b42dc-item-a350c394d4-tab > a#reciteme-button div#tabs-b7754b42dc > ol.cmp-tabs__tablist > li#tabs-b7754b42dc-item-a350c394d4-tab > a#reciteme-button |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Media Center a.cmp-teaser__link > div.cmp-teaser__content > div.cmp-teaser__heading > p.mediacenter |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Who We Are div#teaser-ec24d938e8 > a.cmp-teaser__link > div.cmp-teaser__content > h3.cmp-teaser__title |
ABOUT US div#container-2f591bedd9 > div.text > div#text-158235dd54 > h4 |
Necessary Cookies section.ot-sdk-row > div.ot-accordion-layout > div.ot-acc-hdr > h4#ot-header-id-1 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Cookie Policy div > div#ot-pc-content > div#ot-pc-desc > a.privacy-notice-link |
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.coca-colacompany.com/ | Allowed |
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) | |
|---|---|---|---|
Letter to Employees from Chairman and CEO James Quincey div.cmp-teaser__image > div#teaser-b186bd583e-image > picture > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/image... | 380 x 267 (1.42) | 734 x 503 (1.46) |
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.
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.coca-colacompany.com/about-us | LEARN MORE |
| www.coca-colacompany.com/careers | Learn more |
| www.coca-colacompany.com/media-center- | LEARN MORE |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.53 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.73 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
171 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.016
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.80 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.
3.23 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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 | |
|---|---|---|---|
The Coca‑Cola Company Delivers Big at Cannes with 13 Wins Across Global Campaig… div.cmp-teaser__image > div#teaser-8b796427b6-image > picture > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/image... | 120.2 KiB | 94.9 KiB |
Who We Are div.cmp-teaser__image > div#teaser-ec24d938e8-image > picture > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/image... | 100.2 KiB | 72.7 KiB |
Letter to Employees from Chairman and CEO James Quincey div.cmp-teaser__image > div#teaser-b186bd583e-image > picture > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/image... | 112.8 KiB | 60.8 KiB |
JUMP album art div.cmp-teaser__image > div#teaser-f7e6f118f5-image > picture > img.cmp-image__image | /content/dam/company/us/en/homepage/carousel/2026/march/F... | 83.2 KiB | 46.8 KiB |
Refreshingly Local div.cmp-teaser__image > div#teaser-a3ac0f3989-image > picture > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/image... | 122.0 KiB | 15.6 KiB |
div.cmp-teaser__image > div#teaser-99d0ccc00b-image > picture > img.cmp-image__image div.cmp-teaser__image > div#teaser-99d0ccc00b-image > picture > img.cmp-image__image | /content/dam/company/us/en/homepage/carousel/2026/march/F... | 97.9 KiB | 12.5 KiB |
Coca-Cola Cherry div.cmp-teaser__image > div#teaser-33e5826452-image > picture > img.cmp-image__image | /content/dam/company/us/en/home/coca-cola-cherry.jpg/widt... | 48.1 KiB | 8.2 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.
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 |
|---|---|---|
| assets.adobedtm.com/1bfb1e5032f0/33fdda951f02/launch-222d349873da.min.js | 3600.0 s | 124.0 KiB |
| reciteme.com/gtm-script.js | 3600.0 s | 1.2 KiB |
| rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js | 3600.0 s | 1.0 KiB |
| /1bfb1e5032f0/33fdda951f02/756893878341/RC1b710ba68fef40e... | 3600.0 s | 847 B |
| /1bfb1e5032f0/33fdda951f02/756893878341/RC15c17c6950df496... | 3600.0 s | 559 B |
| /1bfb1e5032f0/33fdda951f02/756893878341/RCf43cc64ad1e44c4... | 3600.0 s | 487 B |
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 |
|---|---|---|
| /etc.clientlibs/onexp/clientlibs/clientlib-base.lc-123d3f... | 1.2 KiB | 119 ms |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 0 B | 230 ms |
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 |
|---|---|
| coca-colacompany.com/ | 550 ms |
| www.coca-colacompany.com/ | 190 ms |
| www.coca-colacompany.com/ | 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.
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 |
|---|---|---|
| /13a636397c08fefaa11c6cfdabb5128eabed6d30f7ca33875cb81619... | 149.4 KiB | 142.1 KiB |
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 |
|---|---|
| Other | 1.4 s |
| Style & Layout | 399 ms |
| Script Evaluation | 322 ms |
| Script Parsing & Compilation | 97 ms |
| Parse HTML & CSS | 27 ms |
| Rendering | 24 ms |
| Garbage Collection | 13 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 |
|---|---|---|
| /etc.clientlibs/onexp/clientlibs/clientlib-base.lc-7a24a2... | 12.4 KiB | 6.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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /13a636397c08fefaa11c6cfdabb5128eabed6d30f7ca33875cb81619... | 349.3 KiB | 244.4 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-MKSKSL3 | 144.0 KiB | 92.2 KiB |
| /gtm.js?id=GTM-MKSKSL3>m_auth=YgnSCG1vlrM0Gsasul5Jjw>... | 144.9 KiB | 70.6 KiB |
| assets.adobedtm.com/1bfb1e5032f0/33fdda951f02/launch-222d349873da.min.js | 123.8 KiB | 69.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 | |
|---|---|
div.cmp-teaser__content > div.cmp-teaser__heading > span > img.cmp-image__image div.cmp-teaser__content > div.cmp-teaser__heading > span > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/icons... |
div.cmp-teaser__content > div.cmp-teaser__heading > span > img.cmp-image__image div.cmp-teaser__content > div.cmp-teaser__heading > span > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/icons... |
div.cmp-teaser__content > div.cmp-teaser__heading > span > img.cmp-image__image div.cmp-teaser__content > div.cmp-teaser__heading > span > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/icons... |
div.cmp-teaser__content > div.cmp-teaser__heading > span > img.cmp-image__image div.cmp-teaser__content > div.cmp-teaser__heading > span > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/icons... |
div.cmp-teaser__content > div.cmp-teaser__heading > span > img.cmp-image__image div.cmp-teaser__content > div.cmp-teaser__heading > span > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/icons... |
div.cmp-teaser__content > div.cmp-teaser__heading > span > img.cmp-image__image div.cmp-teaser__content > div.cmp-teaser__heading > span > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/icons... |
div.cmp-teaser__content > div.cmp-teaser__heading > span > img.cmp-image__image div.cmp-teaser__content > div.cmp-teaser__heading > span > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/icons... |
div.cmp-teaser__content > div.cmp-teaser__heading > span > img.cmp-image__image div.cmp-teaser__content > div.cmp-teaser__heading > span > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/icons... |
div.cmp-teaser__content > div.cmp-teaser__heading > span > img.cmp-image__image div.cmp-teaser__content > div.cmp-teaser__heading > span > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/icons... |
div.cmp-teaser__content > div.cmp-teaser__heading > span > img.cmp-image__image div.cmp-teaser__content > div.cmp-teaser__heading > span > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/icons... |
div.cmp-teaser__content > div.cmp-teaser__heading > span > img.cmp-image__image div.cmp-teaser__content > div.cmp-teaser__heading > span > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/icons... |
div.cmp-teaser__content > div.cmp-teaser__heading > span > img.cmp-image__image div.cmp-teaser__content > div.cmp-teaser__heading > span > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/icons... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#tabs-b7754b42dc > ol.cmp-tabs__tablist > li#tabs-b7754b42dc-item-87fb4902ba-tab > button#search-button div#tabs-b7754b42dc > ol.cmp-tabs__tablist > li#tabs-b7754b42dc-item-87fb4902ba-tab > button#search-button |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#tabs-b7754b42dc > ol.cmp-tabs__tablist > li#tabs-b7754b42dc-item-2dbda12673-tab > a#language-button div#tabs-b7754b42dc > ol.cmp-tabs__tablist > li#tabs-b7754b42dc-item-2dbda12673-tab > a#language-button |
div#tabs-b7754b42dc > ol.cmp-tabs__tablist > li#tabs-b7754b42dc-item-a350c394d4-tab > a#reciteme-button div#tabs-b7754b42dc > ol.cmp-tabs__tablist > li#tabs-b7754b42dc-item-a350c394d4-tab > a#reciteme-button |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Media Center a.cmp-teaser__link > div.cmp-teaser__content > div.cmp-teaser__heading > p.mediacenter |
Media Center a.cmp-teaser__link > div.cmp-teaser__content > div.cmp-teaser__heading > p.mediacenter |
Media Center a.cmp-teaser__link > div.cmp-teaser__content > div.cmp-teaser__heading > p.mediacenter |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Who We Are div#teaser-ec24d938e8 > a.cmp-teaser__link > div.cmp-teaser__content > h3.cmp-teaser__title |
ABOUT US div#container-2f591bedd9 > div.text > div#text-158235dd54 > h4 |
These are opportunities to improve keyboard navigation in your application.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.coca-colacompany.com/ | Allowed |
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) | |
|---|---|---|---|
Letter to Employees from Chairman and CEO James Quincey div.cmp-teaser__image > div#teaser-b186bd583e-image > picture > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/image... | 635 x 503 (1.26) | 734 x 503 (1.46) |
Who We Are div.cmp-teaser__image > div#teaser-ec24d938e8-image > picture > img.cmp-image__image | /content/dam/company/us/en/homepage/homepage-images/image... | 595 x 503 (1.18) | 1166 x 933 (1.25) |
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.
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.coca-colacompany.com/about-us | LEARN MORE |
| www.coca-colacompany.com/careers | LEARN MORE |
| www.coca-colacompany.com/media-center- | LEARN MORE |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback