Linux 软件免费装
Banner图

Cache Using Gzip

开发者 marknokes
更新时间 2026年2月1日 23:39
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2
版权网址: 版权信息

标签

caching speed cache performance gzip apache http compression page cache site speed nginx html cache server cache

下载

2.8.4 2.8.5 2.8.3 2.9.0 2.9.1 2.8.7 2.7.9 2.8.1 2.7.5 2.7.8 2.7.2 2.8.6 2.8.8 2.8.9 2.9.2 2.9.3 2.6 2.7 2.7.1 2.7.3 2.7.4 2.7.6 2.7.7 2.8 2.8.2

详情介绍:

Instantly speed up your WordPress site with simple, lightweight gzip caching. Many users see faster Time to First Byte (TTFB) and reduced server load immediately after activation. Cache Using Gzip is designed for users who want noticeable performance improvements without dealing with complex caching settings or bloated plugins. Activate it and enjoy faster page loads with minimal configuration. Most caching plugins try to do everything. Cache Using Gzip focuses on doing one thing well — serving fast, gzipped cached pages. Why use Cache Using Gzip? How it works The plugin generates static, gzipped versions of your pages and serves them directly to visitors, reducing file size and server processing for faster responses. No confusing options. No unnecessary features. Free version features Premium version (optional) Upgrade to the premium version if you need more advanced control, including: The free version delivers real value on its own — upgrade only when you need more control. Server compatibility Clear setup instructions are included. Who is this plugin for? If Cache Using Gzip helps speed up your site, please consider leaving a review. It really helps the project grow.

安装:

Requirements Installation instructions
  1. Log in to WordPress admin.
  2. Go to Plugins > Add New.
  3. Search for the Cache Using Gzip plugin.
  4. Click on Install Now and wait until the plugin is installed successfully.
  5. Activate the plugin by clicking Activate now on the success page.
  6. If you're running WordPress on an Apache server, the .htaccess file should be modified on activation. If it wasn't, visit the plugin settings page (Tools => Cache Using Gzip) to download the required apache/nginx config rules.
  7. Add the rules to your .htaccess or nginx.conf, if necessary.

屏幕截图:

  • Single page cache link (pro feature)
  • Page speed before
  • Page speed after

升级注意事项:

Automatic updates should work generally smoothly, but we still recommend you back up your site. = Changelog 2.9.3 Bugfix: Under certain circumstances the homepage wasn't being cached when it was set to show latest posts 2.9.2 Improvement: Add turnstile to dequeue for non-cf7 pages 2.9.1 Bugfix: Allow proper caching when WordPress is installed in a subdirectory 2.9.0 Bugfix: In specific environments, the hostname is undetermined, causing the wp-content directory to be deleted upon plugin deactivation 2.8.9 Bugfix: Under certain circumstances getting post type select options cause php error to be logged 2.8.8 Bugfix: when move css/js inline chosen relative url's in minified css files break Improvement: add message to options page with next auto preload date and time 2.8.7 Bugfix: getting default option value fails if get_option returns bool false Improvement: add automatic preload cache option 2.8.6 Bugfix: Adding inline scripts causes console error for modules 2.8.5 Improvement: remove superfluous import statements Improvement: minor refactor 2.8.4 Improvement: remove superfluous import statements Improvement: normalize line endings Improvement: add docblocks to class properties Improvement: add docblocks to class methods Improvement: php cs fixer Improvement: add gitattributes 2.8.3
  • Improve option handling
2.8.2
  • Add sanitize methods for register_setting
2.8.1
  • Automatically modify .htaccess on plugin activation/deactivation
2.8
  • Move plugin settings page to Tools menu
  • Rename localized js var to mitigate possible naming collision
2.7.9
  • Bugfix: dynamic var deprecated notice
  • UI improvement for options page
  • Refactor admin notice behavior and code readability
2.7.8
  • Bugfix: add_option in combination with wp_cache_set not serializing data properly in redis object cache. Use update_option on plugin activation instead
2.7.7
  • Disable autoloading of options. Test and confirm compatibility with 6.6-RC2.
2.7.6
  • Further in-memory caching improvments and code structure
2.7.5
  • Bugfix: cache not update when update_option called in ajax
2.7.4
  • Add cache delete to plugin deactivation
2.7.3
  • Add in-memory caching support for plugin options
2.7.2
  • Test and confirm compatibility with WordPress 6.5.5
2.7.1
  • Bugfix: Issue caching homepage when set to display latest posts instead of static page
2.7
  • Add check for zlib extension.
  • Remove superflous class method
2.6
  • Initial release.