diff --git a/site/content/en/latest/tasks/traffic/response-compression.md b/site/content/en/latest/tasks/traffic/response-compression.md index 249c7a5e1d..02ad572ff3 100644 --- a/site/content/en/latest/tasks/traffic/response-compression.md +++ b/site/content/en/latest/tasks/traffic/response-compression.md @@ -4,10 +4,9 @@ title: "Response Compression" Response Compression allows you to compress the response from the backend before sending it to the client. This can be useful for scenarios where the backend sends large responses that can be compressed to reduce the network bandwidth. However, this comes with a trade-off of increased CPU usage on the Envoy side to compress the response. -## Installation +## Prerequisites -Follow the steps from the [Quickstart](../../quickstart) to install Envoy Gateway and the example manifest. -Before proceeding, you should be able to query the example backend using HTTP. +{{< boilerplate prerequisites >}} ## Testing Response Compression diff --git a/site/content/en/v1.4/tasks/traffic/response-compression.md b/site/content/en/v1.4/tasks/traffic/response-compression.md index 249c7a5e1d..02ad572ff3 100644 --- a/site/content/en/v1.4/tasks/traffic/response-compression.md +++ b/site/content/en/v1.4/tasks/traffic/response-compression.md @@ -4,10 +4,9 @@ title: "Response Compression" Response Compression allows you to compress the response from the backend before sending it to the client. This can be useful for scenarios where the backend sends large responses that can be compressed to reduce the network bandwidth. However, this comes with a trade-off of increased CPU usage on the Envoy side to compress the response. -## Installation +## Prerequisites -Follow the steps from the [Quickstart](../../quickstart) to install Envoy Gateway and the example manifest. -Before proceeding, you should be able to query the example backend using HTTP. +{{< boilerplate prerequisites >}} ## Testing Response Compression