简体   繁体   English

W3 Total Cache Wordpress插件的等效Drupal 7模块是什么?

[英]What is the equivalent Drupal 7 module for the W3 Total Cache Wordpress plugin?

Looking for modules to speed up a Drupal 7 with Drupal Commerce install on a Media Temple Virtual host. 寻找在Media Temple Virtual主机上安装Drupal Commerce来加速Drupal 7的模块。

Open topic! 开放的话题!

Maybe Boost is the one you are searching for. 也许Boost是您要搜索的产品。

http://drupal.org/project/boost http://drupal.org/project/boost

make sure you configure the core cache for D7 which is better than D6. 确保为D7配置比D6更好的核心缓存。 You can also use varnish in front of D7 without the varnish module (the module just helps facilitate when to invalidate some blobs and do some monitoring from within drupal). 您也可以在D7之前使用清漆而不使用清漆模块(该模块仅有助于简化何时使某些Blob无效并从Drupal内部进行一些监视)。

However, unless you get creative with serverside includes, Varnish and other static cache systems probably won't help you much with a commerce system (once someone is logged in you can't do as much simple caching), so I would look at memcached which does have a recommended D7 release and is close to a full 1.0 release ( http://drupal.org/project/memcache ) 但是,除非您对服务器端包含具有创造力,否则Varnish和其他静态缓存系统可能不会对商务系统有太大帮助(一旦有人登录,您将无法进行那么简单的缓存),因此我将看一下memcached确实有推荐的D7版本,并且已经接近完整的1.0版本( http://drupal.org/project/memcache

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM