Specify a Vary: Accept-Encoding Header

Specify a Vary: Accept-Encoding Header Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 4,834 downloads
Specify a Vary: Accept-Encoding Header Icon

Try plugin: Specify a Vary: Accept-Encoding Header

We'll create fresh WordPress site with Specify a Vary: Accept-Encoding Header installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Specify a Vary: Accept-Encoding Header

This plugin fixes a "Vary: Accept-Encoding Header" message and boosts website performance.

3


0


0


0


1

updated: 6 years ago
since: 6 years ago
author: LithiumSixteen

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 >