Improvements
-
Hello,
first of all… nice Job with this plugin. Since years i used Cache Enabler Plugin but since rewrite it has some problems. Your Plugin is a very good alternative.But i found one big improvement:
When i select “Enable GZip compression” you save only the compressed file under – /wp-content/cache/powered-cache/ – folder but not the uncompressed html file.
I used an customized nginx config.
In my case your plugin save “index-https.html_gzip”. Why?
Why you cant save like this:
index-https.html (normal uncompressed file)
index-https.html.gz (compressed file if checked in settings)This would be much better on server side. E.g. Better compatibility and “gzip_static” works out of-the-Box.
Compatibility?
“_gzip” needs custom settings in nginx config to work (otherwise PHP do this redirect = bad performance). But when use “.gz” its compatible with most basic nginx configs because this is default “gzip_static on;” setting. Works fine and performant without PHP.
- The topic ‘Improvements’ is closed to new replies.