On Fri, 28 Dec 2007, Arnaud BECKER wrote: > I'm juste asking, because the plugin that cache the whole page in a > static file is a good idea. But the problem is that it would be better > to be able to do the same with block in the page (partial or with > components).
You *can* cache partials and page fragments without any plugins. I would recommend you read the caching documentation again. You need to analyse all your actions/pages carefully and design your caching appropriately. Its not, as simple as installing a plugin, it needs work. We are running a large site across a cluster with lots of careful caching without any performance problems... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
