Create both a gzip file and a non-compressed file
-
Hello,
I am trying out your plugin but I have ran into a missing feature I need. I have turned on the option “Create a cached version pre-compressed with Gzip.”. When this option is on ONLY a gzipped version of the file is created, an uncompressed file is not created. I would like both to be present.
Why? This is because if I have both a compressed and uncompressed file I can serve the cached files directly from nginx and avoid calling php altogether while also using the “gzip_static on” function which will serve a .gz file if it exists and the web client supports it. This is done with other modules such as wp supercache, although wp supercache has its own problems which is why I came looking here for another solution.
What do you think of adding an option to create both a gzipped and uncompressed file?
Thank you!
- The topic ‘Create both a gzip file and a non-compressed file’ is closed to new replies.