Don't be angry. 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). I've tried everything to be able to stress Symfony without any "real" improvement in my opinion. Don't read me wrong, I love Symfony, I think it's the best framework ever.
In my company, to be able to serve a high trafic, we do PHP includes of static PHP pre-generated. There only job is to merge all PHP includes together, which is something quite fast. Even if it isn't the same as fully static files. You can perhaps better understand now, why I'd like to be able to cache "statically" blocks of pages in Symfony. There only intelligence could be to test cache time out and include sub-blocks. Perhaps I'm asking something which is not the goal of Symfony. But that was just a question, nothing else. :) But I repeat, I love Symfony, I haven't ever seen any PHP framework with such potential. :) Thanks for everything. Arnaud Le 27 déc. 07 à 23:05, Fabian Lange a écrit : > You serious? > Thousands of requests per second? > You read the available documentation? What performance optimisations > suggested by the documentation did you try out? And what > architecture runs your highload application? > > Sure it has performance problems, as any other php framework, by the > nature of php modules in all servers being restarted every request. > > Perhaps you could shed some light on what symfony 1.0 does not > perform good in your company. > > At the moment I tend to answer you: no also 1.1 will not help you > .: Fabian > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > ] On Behalf Of Arnaud BECKER > Sent: Donnerstag, 27. Dezember 2007 23:00 > To: [email protected] > Subject: [symfony-users] Symfony Performance ? > > Hi, > > Will there be any inprovement of performance in Symfony 1.1 ? > In my compagny, I use Symfony for backoffice only. Due to a lack of > performance with front website with thousands of requests/seconds. > > It would be an interesting goal for the next releases. > > Thanks > Arnaud > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
