• I spent the weekend optimizing performance on the server. One of the features of nginx that I enabled by compiling in the module is gzip_static. If a .gz version of any .html, .css, or .js file exists, nginx will server that file instead of compressing the file itself. I have a script running that compresses all of those files in /var/www on the filesystem, and I can see a big improvement in TTFB (time to first byte) on those pages.

    Any chance of you adding the option of caching a gzipped version? I think it would be a *huge* performance boost.

    https://wordpress.org/plugins/wp-ffpc/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘A feature suggestion – also cache gzipped page’ is closed to new replies.