Good morning, We are trying to understand some performance issues with our server and we noticed that caching was behaving differently on a 0.7.1 instance, how can we ensure or troubleshoot to make sure that caching is indeed in use?
We upgraded about two months ago a site from Radiant 0.6.9 to 0.7.1. The site is running fine but we notice that the cache folder no longer gets anything in it. We are running Apache/Passenger, we have other sites running under the same box that are on 0.6.x and they do get their cache/*.yaml file generated. I confirm this does not seem to be a permission issue either on the cache folder, both the rails user and the web server have read/write access to it. Our production.rb file has the following statements defining caching config.cache_classes = true config.action_controller.consider_all_requests_local = false config.action_controller.perform_caching = true ResponseCache.defaults[:perform_caching] = true Thank you for your help. Christian Billen Warmlyyours.com, inc. _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
