LH Add Headers

plugin banner

Adds the ETag, Last-Modified, and if appropriate 304 headers to HTTP responses generated by WordPress for more efficient caching.

Author:Peter Shaw (profile at wordpress.org)
WordPress version required:3.1.0
WordPress version tested:4.8.24
Plugin version:1.04
Added to WordPress repository:06-05-2016
Last updated:02-05-2017
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:https://lhero.org/portfolio/lh-add-headers/
Total downloads:1 839
Active installs:20+
plugin download
Click to start download

A 304 Not Modified HTTP Header tells your visitors that nothing has changed since their last visit. This is important as without this header visitors may be downloading your webpages from scratch each time, slowing down their experience and your site.

Generally if you do not pass 304 Not Modified HTTP Header through your HTTP header, crawlers will fetch your whole website and then compare the content of your site with the already indexed content to check whether anything new has been updated on your website or not. But this process consumes a lot of your server resource and bandwidth.

You can know more about it here.

Before reading any further

Before reading any further it is important to understand this plugin uses output buffering, in fact the Etag sent by this plugin is a hash of the sites buffered content. If your site uses server side caching this plugin may break the caching functionality. Therefore I suggest that you please make sure you have studied the FAQ, before installation and activation.


FAQ
ChangeLog