Plugin info

Total downloads: 5,600
Active installs: 300
Total reviews: 4
Average rating: 4
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 4/13/2018 (2819 days ago)
Added to WordPress: 4/13/2018 (7 years old)
Minimum WordPress version: 3.0.1
Tested up to WordPress version: 4.9.28
Minimum PHP version: 5.2

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2819 days ago • 4 reviews

22/100

Is Specify a Vary: Accept-Encoding Header abandoned?

Possibly abandoned (last update 2819 days ago).

Compatibility

Requires WordPress: 3.0.1
Tested up to: 4.9.28
Requires PHP: 5.2

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

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 >

Installation

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.

Frequently Asked Questions

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.

Review feed

No reviews available

Screenshots

  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

Changelog

1.0

  • Initial release