Posted by hyperglide on September 7, 2013 at 12:05pm
Hello.
Looking for other comments related to the use of:
https://drupal.org/project/entitycache
with the current BOA 2.0.9 setup.
Do you use it along with Boost? Core Caching? Redris?
Performance benefits? Server impact, etc.
Thanks,
Hg

Comments
Automatic
In BOA when using octopus it's enabled by default, but it's hidden from the module list and the admin paths are hidden as well.
Performance benefits are huge, especially when you have lots of (complex) entities, views, ...
Other interesting related modules: https://drupal.org/project/commerce_entitycache, best to use the patch at https://drupal.org/node/1591660#comment-7665025 if it isn't committed yet
The module can be found at /data/all/001/o_contrib_seven/ and is added to all (custom) platforms as modules/o_contrib_seven
@attiks thanks for the
@attiks thanks for the comments and links!