|
1 | 1 | ---
|
2 | 2 | title: Content delivery network (CDN)
|
3 |
| -description: Learn how to configure a CDN for your Adobe Commerce on Edge Delivery Services storefront project. |
| 3 | +description: Learn how to configure a CDN for your Commerce Storefront powered by Edge Delivery Services. |
4 | 4 | ---
|
5 | 5 |
|
| 6 | +import Aside from '@components/Aside.astro'; |
6 | 7 | import Badge from '@components/overrides/Badge.astro';
|
7 | 8 | import { Tabs, TabItem, Steps } from '@astrojs/starlight/components';
|
8 | 9 | import Task from '@components/Task.astro';
|
9 | 10 | import Tasks from '@components/Tasks.astro';
|
10 | 11 |
|
11 |
| -Decide early which CDN to use. A popular option is Fastly, which is included with your Adobe Commerce license. |
| 12 | +A CDN is a critical component of your Commerce Storefront. It is responsible for delivering content to your customers in the most efficient and secure way possible. |
12 | 13 |
|
13 |
| -<Badge tooltip="Applies to Adobe Commerce on Cloud projects (Adobe-managed PaaS infrastructure) and on-premises projects only." text="PaaS only" variant="note" href="https://experienceleague.adobe.com/en/docs/commerce/user-guides/product-solutions" /> |
| 14 | +CDN features, usage, and provider details vary depending on your backend commerce implementation. By default, Adobe Commerce on Cloud projects use Fastly, while Adobe Commerce as a Cloud Service and Adobe Commerce Optimizer projects use a fully managed CDN service through [Adobe Experience Manager](https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/content-delivery/cdn). |
14 | 15 |
|
15 |
| -This page provides instructions and guidance for configuring Adobe Commerce with Fastly. It focuses on routing use cases, configuration, validation, and debugging. |
| 16 | +If necessary, you can configure your own CDN, also known as "Bring Your Own CDN" (BYO CDN). See [BYO CDN Setup](https://www.aem.live/docs/byo-cdn-setup) for required settings and vendor-specific setup instructions. |
| 17 | + |
| 18 | +<Aside type="note" title="Image optimization"> |
| 19 | +Drop-in components automatically add image optimization parameters (such as width, height, and quality) to image URLs. CDN-based image optimization services rely on these parameters to optimize images. If you need to use different parameters or URL patterns for your CDN provider, you can override the defaults by using the [`setImageParamKeys`](/sdk/reference/initializer/#setimageparamkeysparams) method in the initializer configuration. |
| 20 | +</Aside> |
| 21 | + |
| 22 | +<Badge tooltip="Applies to Adobe Commerce on Cloud projects (Adobe-managed PaaS infrastructure) and on-premises projects only." text="PaaS only" variant="note" href="https://experienceleague.adobe.com/en/docs/commerce/user-guides/product-solutions" /> For Adobe Commerce on Cloud projects, Fastly is included with your Adobe Commerce license and is the default CDN provider. The [`fastly-magento2`](https://github.com/fastly/fastly-magento2) module exposes Fastly service configurations in the Commerce Admin. |
| 23 | + |
| 24 | +The remaining sections on this page provide instructions and guidance for configuring Adobe Commerce on Cloud projects with the Fastly module. It focuses on routing use cases, configuration, validation, and debugging. |
16 | 25 |
|
17 | 26 | ## Routing
|
18 | 27 |
|
|
0 commit comments