Bug :: Multisite :: ACE :: Option Storage #543
Comments
This only happens in a specific scenario. It's not a widespread issue. However, it needs to be fixed nonetheless. My feeling is that data storage in ZenCache needs to use |
Next Pro Release Changelog:
|
ZenCache Pro v151002 has been released and includes changes from this GitHub Issue. See the ZenCache Pro v151002 release announcement for further details. This issue will now be locked to further updates. If you have something to add related to this GitHub Issue, please open a new GitHub Issue and reference this one (#543). |
Overview
The ACE is supposed to run only from the Main Site. This strategy has actually changed a bit since the original creation of the ACE. Over time, we have improved the ACE, and now it really should only be running from the Main Site in a network. It currently does not; i.e., BUG.
Steps to Reproduce
/?zencache_auto_cache_cron=1
from each of them.Expected Behavior
That the ACE would not run on the child blog.
Observed Behavior
The ACE is currently allowed to run from the child blog. In fact, the
setup()
routine in ZenCache is currently configuring multiple CRON jobs; i.e., for each child blog. That's a bug. It also has the potential to create a process overlap which could lead to performance issues.The text was updated successfully, but these errors were encountered: