[symfony-users] symfony memcache support by default?

2010-02-08 Thread Joshua
Does symfony come with any level of support for memcache out of the
box? One of our sites was brought down from an influx of traffic from
email blasts.

Monitoring the slow query log, I made some changes to a few propel
queries. That relieved a lot of the stress, the site went from crashed
to sluggish.

Then we installed memcache on the servers. A few minutes later, before
making any actual code updates to use memcache, the slow query log
made a dead stop and the site was very speedy.

Any ideas? Mine are:
a) Symfony has some basic level of memcache support that kicked in
after we installed.
b) MySQL Query Cache kicked in from my previous updates to the slow
queries.

-- 
You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.



Re: [symfony-users] symfony memcache support by default?

2010-02-08 Thread Eno
On Mon, 8 Feb 2010, Joshua wrote:

 Does symfony come with any level of support for memcache out of the
 box?

It has some support but it has to be explicitly enabled.

 Then we installed memcache on the servers. A few minutes later, before
 making any actual code updates to use memcache, the slow query log
 made a dead stop and the site was very speedy.
 
 Any ideas? Mine are:
 a) Symfony has some basic level of memcache support that kicked in
 after we installed.
 b) MySQL Query Cache kicked in from my previous updates to the slow
 queries.

Or the app has some caching already? Or the traffic dropped off?



-- 


-- 
You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.