Linux 软件免费装

SnapCache

开发者 staticwebio
更新时间 2026年9月18日 06:14
PHP版本: 8.1 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

speed performance object cache memcached

下载

1.0.1 1.1.1 1.2.0 1.0.0 1.2.1

详情介绍:

SnapCache accelerates WordPress by providing a fast, reliable persistent object cache backed by Memcached. It dramatically reduces database load, speeds up page generation, and improves scalability under heavy traffic. SnapCache is designed to be safe and fast. See the Benchmarks section for performance results. Features Benchmarks Requests per second in a default WordPress installation. Comparison of object cache functionality only.

升级注意事项:

1.2.1 Fix that delete_multiple returned results by internal cache key, not the caller's key. Fix that a set_multiple() followed by a get() to one of the same keys, during the same request, could return the input array to set_multiple instead of the proper value. 1.2.0 Use TCP no-delay by default. This greatly speeds up small requests. Show memcached stats on the plugin admin page. 1.1.1 Fix a packaging issue that added dev dependencies to the plugin zip in 1.1.0. 1.1.0 Verify support for WordPress 7.1. Fix missing link to Settings on plugins page. Remove code that disables some default WordPress actions.

更新日志:

Full changelog available at https://github.com/staticweb-io/snapcache/blob/master/CHANGELOG.md 1.2.1 Fix that delete_multiple returned results by internal cache key, not the caller's key. Fix that a set_multiple() followed by a get() to one of the same keys, during the same request, could return the input array to set_multiple instead of the proper value. 1.2.0 Use TCP no-delay by default. This greatly speeds up small requests. Show memcached stats on the plugin admin page. 1.1.1 Fix a packaging issue that added dev dependencies to the plugin zip in 1.1.0. 1.1.0 Verify support for WordPress 7.1. Fix missing link to Settings on plugins page. Remove code that disables some default WordPress actions. 1.0.1 Indicate support for WordPress 7.0. 1.0.0 Initial submission to WordPress.org.