[symfony-users] Re: Symfony Super Cache in 1.2

2009-10-02 Thread Stephen Melrose
It certainly needs some work, but as and when I have something I'm confident with, I'll get it on our company blog. Here's the URL if you wanna grab the RSS, http://blog.madebypi.co.uk/ Thanks again for the replies guys! Steve On 2 Oct 2009, at 02:49, Pablo Godel pgo...@gmail.com wrote:

[symfony-users] Re: Symfony Super Cache in 1.2

2009-10-01 Thread Gareth McCumskey
Are you using a memory caching tool such as APC cache, EAccelerator, etc ? This can dramatically affect the performance issues you mention On Thu, Oct 1, 2009 at 1:07 PM, Stephen Melrose step...@sekka.co.uk wrote: Hey people, We recently launched a Symfony website in 1.2 that is experiencing

[symfony-users] Re: Symfony Super Cache in 1.2

2009-10-01 Thread Mariusz Sasinski
We've been doing some tests, and even with pages that are cached with the layout, the overhead Symfony produces is phenomenal compared to just reading a file from the server. Well, it's hard to expect symfony to be as fast as a static html file First of all you need to have XCache or APC

[symfony-users] Re: Symfony Super Cache in 1.2

2009-10-01 Thread Pablo Godel
Hi Stephen, Please contribute it if you can, or write a blog post about it. Thanks Pablo On Thu, Oct 1, 2009 at 6:07 PM, Stephen Melrose step...@sekka.co.uk wrote: We're using APC, and it's a propel project. Still super duper slow! I ended up writing my own mini version of sfSuperCache