Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 325 Bytes

compression.md

File metadata and controls

13 lines (11 loc) · 325 Bytes

HTTP compression

By default, FOSElasticaBundle and Elastica do not compress the HTTP request but you can do it with a simple configuration:

# app/config/config.yml
fos_elastica:
    clients:
        default:
            host: example.com
            compression: true