Updated Date: 07/07/2026
Compressing HTTP Responses
An optional feature of the BIG-IP system is the system’s ability to off-load HTTP compression tasks from the target server. All of the tasks that you need to configure HTTP compression, as well as the compression software itself, are centralized on the BIG-IP system. The primary way to enable HTTP compression is by configuring an HTTP Compression type of profile and then assigning the profile to a virtual server. This causes the system to compress HTTP content for any responses matching the values that you specify in the Request-URI or Content-Type settings of the HTTP Compression profile.
Tip: If you want to enable HTTP compression for specific connections, you can write an iRule that specifies the HTTP:compress enable command. Using the BIG-IP system HTTP compression feature, you can include or exclude certain types of URIs or files that you specify. This is useful because some URI or file types might already be compressed. F5 Networks does not recommend using CPU resources to compress already-compressed data because the cost of compressing the data usually outweighs the benefits. Examples of regular expressions that you might want to specify for exclusion are .*\.pdf, .*\.gif, or .*\.html.
When you configure IPv4-to-IPv6 load balancing, you must create a pool for load balancing traffic to IPv6 nodes, and then create an IPv4 virtual server that processes application traffic.
If you need to adjust the compression settings to optimize compression for your environment, you can modify a custom HTTP compression profile.
-
On the Main tab, click Acceleration > Profiles > HTTP Compression.
The HTTP Compression profile list screen opens.
-
Click Create.
The New HTTP Compression profile screen opens.
-
In the Name field, type a unique name for the profile.
-
From the Parent Profile list, select one of the following profiles:
- httpcompression.
- wan-optimized-compression.
-
Select the Custom check box.
-
Modify the settings, as required.
-
Click Finished.
The modified HTTP compression profile is available in the HTTP Compression list screen.
You can create a virtual server that uses an HTTP profile with an HTTP compression profile to compress HTTP responses.
-
On the Main tab, click Local Traffic > Virtual Servers.
The Virtual Server List screen opens.
-
Click Create.
The New Virtual Server screen opens.
-
In the Name field, type a unique name for the virtual server.
-
For the Destination Address/Mask setting, confirm that the Host button is selected, and type the IP address in CIDR format.
The supported format is address/prefix, where the prefix length is in bits. For example, an IPv4 address/prefix is
10.0.0.1or10.0.0.0/24, and an IPv6 address/prefix isffe1::0020/64or2001:ed8:77b5:2:10:10:100:42/64. When you use an IPv4 address without specifying a prefix, the BIG-IP system automatically uses a/32prefix.Note: The IP address you type must be available and not in the loopback network.
-
In the Service Port field, type
80, or select HTTP from the list. -
Select http in the HTTP Profile list.
-
From the HTTP Compression Profile list, select one of the following profiles:
- httpcompression
- wan-optimized-compression
- A customized profile
-
In the Resources area of the screen, from the Default Pool list, select the relevant pool name.
-
Click Finished.
The virtual server with an HTTP profile configured with an HTTP compression profile appears in the Virtual Server list.
After you have created a custom HTTP Compression profile and a virtual server, you can test the configuration by attempting to pass HTTP traffic through the virtual server. Check to see that the BIG-IP system includes and excludes the responses that you specified in the custom profile, and that the system compresses the data as specified.