[aegir] Skinr/Block Caching Issue
Grazyna Jaworska
grace at omega8.cc
Tue Sep 14 17:30:39 EST 2010
Hi Trent,
If this site is managed in an Octopus instance,
try to rename it (or clone for development)
with "devel" in subdomain.
It will automatically turn off all hardcoded
caching, also that one in Aegir natively enabled,
so you will be able to turn on/off caching
on the admin performance screen.
Don't forget to disable there css/js optimization.
Also, just in case, flush there the cache
(or drush cc via ssh), and if you are using
views, go to views UI tools and flush there
views cache, as it is not flushed when you
hit clear caches on the performance page.
If that still gives you some "cached" results
and you enabled "cache" module, it can be related
to the redis/memcache used for logged in users.
If that is the case, restart it all as root:
$ killall memcached; bash /var/xdrago/memcache.sh
$ killall redis-server; service redis start
You could also restart mysql to make sure
it is not mysql query cache related:
$ service mysql restart
Hope that helps.
Grace
Omega8.cc
More information about the aegir
mailing list