[symfony-users] Re: Fastest cache method...

2010-02-10 Thread roman.borsc...@googlemail.com
Hi, caching in files is probably one of the slowest things you can do. In the case of php files it might be better with an opcode cache. If you really want fast caching with the best possible read performance, store your array in shared memory (RAM) via APC or XCache. Alternatively, but a bit

[symfony-users] Re: Out of memory everywhere /slow page response

2009-09-30 Thread roman.borsc...@googlemail.com
Seriously, I don't understand posts like these. Did it ever cross your mind to simply profile your application? Performance and memory profiling is a basic skill in any programming language/platform. Noone here can tell you where your problem is, people can only make guesses and making guesses

[symfony-users] Re: Symfony has definitely become too complicated framework

2009-09-20 Thread roman.borsc...@googlemail.com
On Sep 18, 6:09 pm, bghost bggho...@gmail.com wrote: No, the crux of what I wanted to say is: Users should not spend more time to learn how some Web Framework works but they need to learn a programming language. Welcome to the present. It might have been that way 15-20 years ago but today