[aegir] Skinr/Block Caching Issue
Trent Stromkins
bmx269 at gmail.com
Tue Sep 14 17:57:13 EST 2010
I have restarted memcached, but the redis command replied "redis: unrecognized service"
-No change.
Restarted MySQL
-No change.
Enabled "Cache" module. Status report page says this:
"APC stat files: Enabled
APC stats PHP files to determine if they have been updated when apc.stat is set to 1. Disabling updates (set to 0) will increase performance. But web-server restart or call to apc_cache_clear() will be required to update."
Cloned the site to devel.xxx.com and logged in, same result, no change. This is strange.
--
Trent Stromkins
Small Robot - Well Designed Web & Print Media
On 2010-09-14, at 12:30 AM, Grazyna Jaworska wrote:
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
_______________________________________________
aegir mailing list
aegir at lists.aegirproject.org
http://lists.aegirproject.org/cgi-bin/mailman/listinfo/aegir
More information about the aegir
mailing list