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