开发者 |
m_uysl
handyplugins |
---|---|
更新时间 | 2024年11月7日 15:07 |
捐献地址: | 去捐款 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 6.7 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
wonder-cache
folder to the /wp-content/plugins/
directoryThere are tons of caching plugin on the repository. Wonder Cache is one of simplest and compatible with multisite. If you don't want to deal with settings or running a multisite on shared hosting or where the persistent object caching is not available, give it a try.
First of all, you need to understand why Batcache had written.
Batcache was written to help WordPress.com cope with the massive and prolonged traffic spike on Gizmodo's live blog during Apple events. Live blogs were famous for failing under the load of traffic. Gizmodo's live blog stays up because of Batcache.But, Batcache depends on the object caching and it's not simple to install as a plugin for the end-user. So, Wonder Cache is a fork of Batcache that written for almost same purpose.
Depends on the situation. If you are running your website on multiple servers and able to configure memcached pool, go with Batcache. Other than, if you are running on single server or maybe shared server and don't have much memory; use Wonder Cache.
It comes from Wonder Woman.
Nope! If you are able to configure; go with varnish. If you are good at the server, you can use nginx micro caching or page caching that supports apache rewrite. (e.g Powered Cache ) There is always vice/versa when you bring a new tool or adding complexity.