Hey people,

We recently launched a Symfony website in 1.2 that is experiencing a
very high load of traffic, and it's beginning to cripple our web
server with an average processor usage of about 80-90%.

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.

For example, one of our pages was taking around 100ms to return from
Symfony when it was cached, where as when it was a physical file on
the server and bypassed Symfony, it only took about 15ms.

We use to use sfSuperCache in Symfony 1.0 as it would also clear the
written files for you too after the expiration time. Sadly, this isn't
availble for 1.2.

Does anyone know of a decent alternative? Or any other solution to our
issue?

Thanks.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to