Specify a Vary: Accept-Encoding Header

Plugin Banner

Specify a Vary: Accept-Encoding Header

by lithiumsixteen

Download
Description

Many WordPress performance plugins are bloated and include features that you don’t need. This plugin does just one thing. It adds a “Vary: Accept-Encoding Header” to boost website performance.

When browsers make a request, they include HTTP headers for the server to decide what to send back. The Vary header describes what information identifies a request. Caches should only be used if the request matches the Vary information in the cache.

This plugin adds a rewrite rule to your WordPress directory’s .htaccess Apache file.

< IfModule mod_headers.c >

  < FilesMatch \".(js|css|xml|gz|html)$\" >

    Header append Vary: Accept-Encoding

  < /FilesMatch >

< /IfModule >

No configuration required.

This plugin can be installed directly through your WordPress Plugins dashboard.
Click “Add New” and Search for “Vary: Accept-Encoding Header”.

Then Install and Activate.

Alternatively, you can download the plugin using the download button on this page and then upload the specify-a-vary-accept-encoding -header folder to the /wp-content/plugins/ directory then activate through the Plugins dashboard in WordPress.

  1. Example Page Speed Scores before installing

    Example Page Speed Scores before installing

  2. Example Page Speed Scores after installation of this plugin

    Example Page Speed Scores after installation of this plugin

Installation Instructions

No configuration required.

This plugin can be installed directly through your WordPress Plugins dashboard.
Click “Add New” and Search for “Vary: Accept-Encoding Header”.

Then Install and Activate.

Alternatively, you can download the plugin using the download button on this page and then upload the specify-a-vary-accept-encoding -header folder to the /wp-content/plugins/ directory then activate through the Plugins dashboard in WordPress.

Why might this plugin not work for me?

There are a couple of reasons why this may not work for you.
If your server is running NGINX, you will probably need to update the NGINX configuration. This can’t be done from within WordPress itself. The primary NGINX configuration file is /etc/nginx/nginx.conf. Add this code to the file: gzip_vary on.
Also, this will only work for requests that are on your server. If you have third party requests, there is nothing you can do because you don’t have access to their web servers.

Not working for me.

By longjohn1 on August 23, 2018

Didn't work for me.

Worked amazingly !!!!

By dreduq on August 16, 2018

it does exactly what it says. Worked great so far. 🙂

Perfect score!

By markmapstone on August 9, 2018

This instantly worked - and kicked my site up to a performance score of 97 on Pingdom.

Worked great!

By marcfuller (MarcFuller) on May 20, 2018

Thanks!

1.0

  • Initial release
Back to top