Orchard CMS のキャッシング部分を調べていました。Module:Output Cache
はすでに有効になっています。SysCache
モジュールも有効にする必要がありますか?
また、http: //docs.orchardproject.net/Documentation/Caching というリンクをたどると、使用するさまざまなキャッシュ モジュールが提案されます。
以下のモジュールのうち、Orchard CMS で正確に使用および有効化する必要があるのはどれですか?
- https://bitbucket.org/sebastienros/contrib.cache.database
- https://bitbucket.org/sebastienros/contrib.cache.memcached
- https://bitbucket.org/sebastienros/orchard.caching
- https://bitbucket.org/sebastienros/orchard.caching.memcached
Memcached
モジュールも使用/有効化する必要がありますか?
私たちのアプリケーションは MVC アプリケーションのみであり、Azure とはまったく関係ありません。