After enabling render_cache and associated modules the admin/modules page I'm on has all its styles / js screwed up. Is this potentially related to render_cache aggressively caching the page that I'm now on? Is there a reason to cache admin pages as it appears to currently be doing?
Also since I'm NOT using memcache currently is this a problem w/ render_cache since it doesn't ever invalidate? I'm using it with apc userbin via the apc module.
Comments
Comment #1
fabianx commentedI will have to check why this is happening.
The render_cache_page caching is disabled by default for now, so this should not be interfering.
Could you confirm that disabling render_cache_page fixes the issue?
Comment #2
fabianx commentedI just tried it again and it works without problems locally.
I fixed a fatal bug in render_cache_page on Sep 30th related to that (and having the exact same behavior), so maybe your checkout of 7.x-2.x was a little older?
Can you please post back if you are still able to reproduce this?
Thanks,
Fabian
Comment #3
btopro commentedIf you fixed a fatal in it right around that time I was reporting and can't reproduce locally I think this is fixed. Will give current state a go tomorrow though brief testing seemed to show this wasn't an issue.