You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cdn/cdn-improve-performance.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ manager: kumudd
7
7
ms.assetid: af1cddff-78d8-476b-a9d0-8c2164e4de5d
8
8
ms.service: azure-cdn
9
9
ms.topic: how-to
10
-
ms.date: 03/20/2024
10
+
ms.date: 04/21/2024
11
11
ms.author: duau
12
12
---
13
13
@@ -101,7 +101,7 @@ If the request supports more than one compression type, brotli compression takes
101
101
102
102
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.
103
103
104
-
If the origin uses Chunked Transfer Encoding (CTE) to send data to the CDN POP, then compression is not supported.
104
+
If the origin uses Chunked Transfer Encoding (CTE) to send data to the CDN POP, then compression isn't supported.
105
105
106
106
<aname='azure-cdn-from-verizon-profiles'></a>
107
107
@@ -138,7 +138,7 @@ The following tables describe Azure CDN compression behavior for every scenario:
138
138
139
139
| Client-requested format (via Accept-Encoding header) | Cached-file format | CDN response to the client | Notes |
140
140
| --- | --- | --- | --- |
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. |
142
142
| Compressed |Uncompressed |Compressed |CDN performs a compression. |
143
143
| 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. |
144
144
| 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