This plugin is outdated and might not be supported anymore
Specify a Vary: Accept-Encoding Header

Specify a Vary: Accept-Encoding Header

Details
View on WordPress

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 >

Details

Plugin code:
specify-a-vary-accept-encoding-header
Plugin version:
1.0.0
Outdated:
Yes
WP version:
3.0.1 or higher
PHP version:
5.2 or higher
Test up to WP version:
4.9.26
Total installations:
200
Last updated:
2018-04-13
Rating:
Times rated:
4
accept
performance
security
speed
vary