Skip to content

Commit ad5b411

Browse files
Merge pull request #272880 from halkazwini/fd-3
Improve performance by compressing files in Azure CDN
2 parents 564c532 + 0b362c5 commit ad5b411

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cdn/cdn-improve-performance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: kumudd
77
ms.assetid: af1cddff-78d8-476b-a9d0-8c2164e4de5d
88
ms.service: azure-cdn
99
ms.topic: how-to
10-
ms.date: 03/20/2024
10+
ms.date: 04/21/2024
1111
ms.author: duau
1212
---
1313

@@ -101,7 +101,7 @@ If the request supports more than one compression type, brotli compression takes
101101

102102
When a request for an asset specifies gzip compression and the request results in a cache miss, Azure CDN performs gzip compression of the asset directly on the POP server. Afterward, the compressed file is served from the cache.
103103

104-
If the origin uses Chunked Transfer Encoding (CTE) to send compressed data to the CDN POP, then response sizes greater than 8 MB aren't supported.
104+
If the origin uses Chunked Transfer Encoding (CTE) to send data to the CDN POP, then compression isn't supported.
105105

106106
<a name='azure-cdn-from-verizon-profiles'></a>
107107

@@ -138,7 +138,7 @@ The following tables describe Azure CDN compression behavior for every scenario:
138138

139139
| Client-requested format (via Accept-Encoding header) | Cached-file format | CDN response to the client | Notes |
140140
| --- | --- | --- | --- |
141-
| Compressed |Compressed |Compressed |CDN transcodes between supported formats. <br/>**Azure CDN from Microsoft** doesn't support transcoding between formats and instead fetches data from origin, compresses and caches separately for the format. |
141+
| Compressed |Compressed |Compressed |CDN transcodes between supported formats. <br/>**Azure CDN from Microsoft** doesn't support transcoding between formats and instead fetches data from origin, compresses, and caches separately for the format. |
142142
| Compressed |Uncompressed |Compressed |CDN performs a compression. |
143143
| Compressed |Not cached |Compressed |CDN performs a compression if the origin returns an uncompressed file. <br/>**Azure CDN from Edgio** passes the uncompressed file on the first request and then compresses and caches the file for subsequent requests. <br/>Files with the `Cache-Control: no-cache` header are never compressed. |
144144
| Uncompressed |Compressed |Uncompressed |CDN performs a decompression. <br/>**Azure CDN from Microsoft** doesn't support decompression and instead fetches data from origin and caches separately for uncompressed clients. |

0 commit comments

Comments
 (0)