跨主机名并行下载 - Magento
Parallelize downloads across hostnames - Magento
我想知道如何在 Magento 上实现 "Parallelize downloads across hostnames"?
我可以设置不同的 CDN 资源,但我如何跨不同的 CDN 资源提供来自媒体的文件。
并行下载(也称为域分片)是 HTTP/1.1 众所周知的做法。这是一个适用于某些 limitations. With the rise of HTTP/2 的概念,引入了多路复用。
Multiplexing: Allowing multiple requests and responses to be sent at the same time.
这意味着许多资产可以从同一个域并行交付,并使域分片过时。
如果您的 CDN 支持 HTTP/2,则不再需要并行下载。许多 CDN 已经 support HTTP/2。您的 Magento 设置将保持不变,HTTP/2.
无需更改
我想知道如何在 Magento 上实现 "Parallelize downloads across hostnames"?
我可以设置不同的 CDN 资源,但我如何跨不同的 CDN 资源提供来自媒体的文件。
并行下载(也称为域分片)是 HTTP/1.1 众所周知的做法。这是一个适用于某些 limitations. With the rise of HTTP/2 的概念,引入了多路复用。
Multiplexing: Allowing multiple requests and responses to be sent at the same time.
这意味着许多资产可以从同一个域并行交付,并使域分片过时。 如果您的 CDN 支持 HTTP/2,则不再需要并行下载。许多 CDN 已经 support HTTP/2。您的 Magento 设置将保持不变,HTTP/2.
无需更改