Closed (works as designed)
Project:
Entity cache
Version:
7.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2013 at 15:54 UTC
Updated:
27 Sep 2018 at 22:54 UTC
Jump to comment: Most recent
Comments
Comment #1
mengi commentedWon't this module help if using the eck module?
Comment #2
mxh commentedI think the purpose of this "disinviting" module description is to make interested people clear that this module isn't an alternative or even replacement for caching technologies like memcache. Indeed this description is really self-pessimistic :D although the module is pretty useful to reduce expensive queries in terms of entities.
Unless ECK doesn't integrate with Entity Cache, no. I don't know ECK so I can't say if it does already. Otherwise this would be feature request for ECK and is not an issue for Entity Cache.
Comment #3
johnvLet us reopen and wait for response from maintainer.
Nowadays entitycache enables itself by default on entities. IIRC.
Comment #4
catchYou'll get less database queries on cache hits, but you get an extra database write on cache misses. On sites with lots of content, or low traffic, that could be a net loss in performance.
When using memcache, both the reads and writes are taken off the database server entirely, which is why the project description suggests to do that first.
Comment #5
johnvOk . Thanks. That is a clear answer.
Comment #6
delacosta456 commentedhi @catch and @all
thanks for those clarifications.. i know this is closed but i need on more advice about Filecache Module which is a kind of alternative for memcache. And, if i am not wrong and not saying nonsense, i think Filecahce works like Memechace (as you said "both the reads and writes are taken off the database server entirely" ) will it logically means that Entitycache will works nicely with Filecache ?
thanks
Comment #7
greggles@delacosta456, that question is off-topic here and unlikely to get a good/timely response. Moving back to closed.