Re: [nyphp-talk] Drupal Performance

2011-11-09 Thread Gary Mort
On 10/11/2011 3:14 PM, Steve Manes wrote: Another pertinent question is how many concurrent logged-in users do you average? Drupal is actually pretty good about caching pages for anonymous users because they all see essentially the same output. But lots of login accounts creates lots of dynamic

Re: [nyphp-talk] Drupal Performance

2011-10-11 Thread Néstor
Drupal is a memory monster I am running with APC and this is my set up on my php.ini: max_execution_time = 120 ; Maximum execution time of each script, in seconds max_input_time = 60 ; Maximum amount of time each script may spend parsing request data memory_limit = 256M ; Maximum amoun

Re: [nyphp-talk] Drupal Performance

2011-10-11 Thread Steve Manes
Another pertinent question is how many concurrent logged-in users do you average? Drupal is actually pretty good about caching pages for anonymous users because they all see essentially the same output. But lots of login accounts creates lots of dynamic overhead, particular with the database. Wh

Re: [nyphp-talk] Drupal Performance

2011-10-05 Thread Spencer Thomas Hoffman
On Wed, Oct 05, 2011 at 10:02:21PM -0400, Russ Demarest wrote: > I am working on porting a site from a custom LAMP code base to Drupal > 7. Drupal is running pretty slow on the same server config/VM that has hosted > the site nicely for years. I have enabled Drupal caching but things are st

Re: [nyphp-talk] Drupal Performance

2011-10-05 Thread Matt Kaufman
Oh, Try installing Varnish Cache though, it will definitely speed it and everything up, I guarantee it. Http://varnish-cache.org Sent from my iPhone On Oct 5, 2011, at 7:02 PM, Russ Demarest wrote: > Hi, > >I am working on porting a site from a custom LAMP code base to Drupal 7. > Drupa

Re: [nyphp-talk] Drupal Performance

2011-10-05 Thread Matt Kaufman
I can't imagine how slow Drupal would run on even a super-computer. Sent from my iPhone On Oct 5, 2011, at 7:02 PM, Russ Demarest wrote: > Hi, > >I am working on porting a site from a custom LAMP code base to Drupal 7. > Drupal is running pretty slow on the same server config/VM that has

[nyphp-talk] Drupal Performance

2011-10-05 Thread Russ Demarest
Hi, I am working on porting a site from a custom LAMP code base to Drupal 7. Drupal is running pretty slow on the same server config/VM that has hosted the site nicely for years. I have enabled Drupal caching but things are still sluggish. I am trying to determine what a reasonable hard