Compression Settings

The Compression Settings page lets you turn on or off the compression features as well as letting you define how the MIME Type Restrictions behave.

 

Compression Support:

GZIP Requests

When this option is enabled, FusionReactor will attempt to decompress HTTP requests which are sent to the server in a compressed format.

GZIP Responses

When this option is enabled, FusionReactor will attempt to compress outgoing HTTP responses unless otherwise instructed by the MIME Type Restrictions or the URL Exclusions.
NOTE
: FusionReactor will only compress responses when the client request indicates that the client can support compression by sending a Accept-Encoding: gzip header

 

MIME Type Restrictions:

MIME Type Restrictions

This value defines how MIME Type Restrictions behave.

  • Ignore requests that match the rules -  By default, all requests will be compressed when compression is enabled unless the page's document mime type matches one of the rules defined on the MIME Type Restrictions page (then it will NOT be compressed).

  • Compress requests that match the rules - no requests will be compressed unless the page's document mime type matches one of the rules defined on the MIME Type Restrictions page (then it will be compressed).