Search through our group's posts (events, discussions, jobs, etc.) and their comments here. Results are displayed in order of post date. Use the pager below to browse results.
Mercury 0.71-Beta Released
Mercury 0.71-Beta has been released with small bugfixes (see https://bugs.launchpad.net/projectmercury for details).
AMI IDs are:
US 32-bit: ami-bd7c9fd4 - chapter3-storage/PANTHEON-pressflow-mercury-0.71-Beta.manifest.xml
US 64-bit: ami-b17c9fd8 - chapter3-storage/PANTHEON-pressflow-mercury64-0.71-Beta.manifest.xml
EU 32-bit: ami-8f2c07fb - chapter3-storage-europe/PANTHEON-pressflow-mercury-0.71-Beta.manifest.xml
EU 64-bit: ami-73230807 - chapter3-storage-europe/PANTHEON-pressflow-mercury64-0.71-Beta.manifest.xml
Performance issue with dedicated server
I have a dedicated server:
Intel® Celeron® 1.8 GHz, 1GB RAM
CentOS 5, Apache 2.2.3, MySQL 5, PHP 5.1.6
drupal 6.11 with a handful modules enabled
My site has moderate number of nodes (in the thousands).
The only enabled modules which are significant are "views" and CCK.
Read moreNew Mercury Performance Metrics: Logged-in Users
While Mercury has previously demonstrated the raw power of Varnish to radically accelerate the delivery of cached pages with Pressflow, that's only part of the battle for high performance Drupal. Cached pages need to be generated at least once, and logged in users will be bypassing Varnish when making requests. While it's nice to know you're covered for massive traffic spikes, what about baseline load?
Well, we want to answer that question too. Keep in mind that depending on your module/theme stack, your mileage may vary. A lot. Performance tuning a complex Drupal site for logged-in traffic requires sustained diligence at the application level — code profiling, slow query log review, innovative app-specific caches, etc — as well as hardware and system optimization. However, to set some baseline expectations, we used Jacob Singh's greate starter test suite and checked out a Mercury install on a 512MB Slicehost VPS. The results are quite encouraging.
Read moreBest architecture for news site?
Hey, I'm new to this group and I'm very happy of joining you.
In my company, we're migrating our news sites based on an old Java CMS that we've built some years ago to Drupal.
Our major concern is Drupal's performance, so we're starting to work on an architecture for it. For our old cms we used to generate static pages so the only job for apache was to serve those htmls. I don't know if there a way for Drupal to do this and at the same time have people logged in in the back-end creating nodes. What would be a good architecture for this? We have about 50k unique users a day and growing.
Server load high, web site slow - virtual server
Hi Highperformance Group!
Our organisation started using Drupal about a year ago. We are experiencing very slow page loads on our website - often up to 1 min or more. The server load average correspondingly high - mostly around 4-5, some times up to 30-40 and even more.
Read moreLoad balancing web server front ends result in http request failed
Hello everyone, I'm a long time lurker and first time poster. I've run into a small issue with my first drupal load balanced setup. Currently I have a ServerIron XL performing load balancing using a virtual IP. Behind the virtual IP are 2 web servers with drupal installations. What I've noticed is that when loading my Drupal instance into this environment, the status page will alert that the HTTP Request Status failed.
Read moreProblem with squid and sessions
We have a setup with a load balancer that points to 2 squid servers listening and serving as cache to 4 machines, and we have it in pairs:
squid1
|-www1
|-www2
squid2
|-www3
|-www4
Each squid is configure to send requests to their requests:
Read moreCache clear problems
I'm trying to track down an issue with our installation where when the cache is cleared, there is a spike in MySQL queries/connections (around about 170 concurrent), which leaves the site inaccessible for about 5 minutes.
If I take a snapshot of the site and do this on my laptop, I have the same problem (max CPU usage until the processlist is cleared out).
This means that enabling a module means 5 minutes of downtime.
Read moreWhat do you think of my Cacherouter + Memcached configuration?
I have 2 front end web servers load balanced with 2 memcached server, 1 with 12 GB total RAM and the other with 4 GB total RAM. Here's the configuration I'm considering to implement.
$conf['cache_inc'] = './sites/all/modules/cacherouter/cacherouter.inc';
$conf['cacherouter'] = array(
'default' => array(
'engine' => 'memcache',
'server' => array('memcache1:11211', 'memcache2:11211'),
'shared' => FALSE,
'prefix' => '',
'static' => FALSE,
'fast_cache' => TRUE,
),
'cache_block' => array(
'engine' => 'memcache',
Which Tables can be converted to Innodb
We were considering conversion of Tables to Innodb. I have read at many places about the side effects and positive things about Converting to Innodb.
Can we have a list of tables here, which we can convert to Innodb and those which should be kept to MyIsam.
The site is am working on, is having high load and high number of pages are delivered.
On an average, 300 nodes are added everyday. (Not much of Commenting activity)
The pages are served via Boost Module to Anonymous users.
The logged in user activity is also low.
Read more




