Dear Community Engine enthusiasts, I have a strange problem with the view rendering performance of CE. A view (generated by active_scaffolding) that renders in 300ms (Macbook 1.8Ghz) without CE needs 700ms with CE. On the page only the menu header from CE gets rendered (in max. 50ms according to log) above the active scaffolding data table. Now where are the missing 350ms? I suspect some assets get reloaded on every page view. And this should not happen in production mode, right? production.rb of the main app is:
config.cache_classes = true config.action_controller.consider_all_requests_local = false config.action_controller.perform_caching = true config.action_view.cache_template_loading = true My impression is that the asset reloading with the combination of CE, Rails 2.3.2 and Active Scaffolding is not fully cached. Do you have any ideas where I should look or how to debug/trace the issue? I am not aware how to get reliable timing data. Rails/CE seems to only log the processing time but not time spent in other tasks, like asset or class reloading. Thanks for help, Alex --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CommunityEngine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/communityengine?hl=en -~----------~----~----~----~------~----~------~--~---
