-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gzip compression is now disabled by default and configurable
Gzip is quite an expensive compression algorithm and many configurations are server-to-server or partially localhost setups. Because of this, it is better to have gzip disabled by default and enable it only for use cases that specifically request it to be enabled through the config files. These numbers are served from localhost compiling turbo-cache twice once to populate the cache and another to serve the cache. Between runs the cache was cleared completely and restarted. Gzip enabled ~48.151s Gzip disabled ~2.475s fixes #109
- Loading branch information
Showing
2 changed files
with
148 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters