Skip to content

Commit dd1ae1f

Browse files
Apply suggestions from code review
Co-authored-by: Pedro Sousa <[email protected]>
1 parent 5a2728f commit dd1ae1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/speed/optimization/content/compression.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,14 @@ Cloudflare will take into consideration the `accept-encoding` header value in we
157157

158158
## Compression methods by plan
159159

160-
### Between Visitors and Cloudflare
160+
### Between visitors and Cloudflare
161161

162162
By default, Cloudflare uses the following compression methods for content delivery, depending on the zone plan. However, the actual compression applied may also depend on what the visitor's browser requests via the `accept-encoding` header.
163163

164164
- Free Plan: Content is compressed by default using Zstandard.
165165
- Pro and Business Plans: Content is compressed by default using Brotli.
166166
- Enterprise Plan: Content is compressed by default using Gzip.
167167

168-
### Between Cloudflare and the Origin
168+
### Between Cloudflare and the origin server
169169

170170
On all plans, Cloudflare requests content from the origin server using the `accept-encoding: br, gzip` header. This means that Cloudflare asks the origin to send the content compressed using Brotli or Gzip, depending on which method the origin server supports.

0 commit comments

Comments
 (0)