Linux 软件免费装
Banner图

LH Add Headers

开发者 shawfactor
更新时间 2017年7月28日 11:14
捐献地址: 去捐款
PHP版本: 3.1.0 及以上
WordPress版本: 4.8
版权: GPLv3
版权网址: 版权信息

标签

caching cache google seo http bandwidth header https headers server etag response buffer cache-control server load if-modified expires last-modified cpu load

下载

详情介绍:

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.

安装:

  1. Upload the entire lh-add-headers folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress. That is it.

更新日志:

1.00 April 15, 2016\ Initial release. 1.01 May 05, 2016\ Code improvement 1.02 May 19, 2016\ Fixed customiser issue 1.03 June 22, 2016\ Fixed documentation link 1.04 April 30, 2017\ Added class check 1.05 May 10, 2017\ Keep comments in outputted source