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.
Drupal Benchmarks
Feel free to add any links you may have found regarding Drupal benchmarks.
- Drupal 5.8 vs 6.3 - Core Performance Benchmarks
- Drupal Server Configurations (Lighttpd, APC, PHP 4, PHP 5, etc)
- Drupal 5 Performance Benchmarks
- Joomla 1. vs Drupal 6.1
Yahoo ressources about web site performances
http://developer.yahoo.com/performance/
I didn't know this firefox plugin. That sounds cool !
Read moreHow to confirm that Drupal is using reverse_proxy?
[Previously sent to Drupal-Support but received no response]
Hi All,
I have nginx 0.7.6 in front of Drupal 6.3 in a test environment.
I have edited settings.php:
'reverse_proxy' => TRUE,
'reverse_proxy_addresses' => array('192.168.2.179'),
Where can I look to see a X-Forwarded-For address? I don't see it in
the sessions table (hostname).
I have tested with plain old PHP to confirm that my proxy setup is
copesetic and written X-Forwarded-For into the apache log (i.e.
%{X-Forwarded-For}i) but how do I confirm my proxy setup is working
with Drupal?
Benchmarking in Drupal
Drupal and MySQl located in two different servers:
Configuration: Drupal server: Dual core processor, 4GB RAM
MySQL Server: Xeon Processor, 4GB RAM
MySQL Enterprise edition 5
In an exercise to Pre populate the database with 1 million records, record insertions in the tables are very slow since the requests are getting queued up in the database. Insertion is done using a special tool that records our drupal application and plays back the scripts in a loop to populate the database.
Please see the below data collected by the team.
Read moreMY SQL configuration
We have a database Server Configuration:
4GB RAM
600GB Hard Disk
Xeon Processor 1.3 Ghz.
We are barely able to have 100 concurrent users!!! What are we doing wrong.
I know I need to configure mysql_query cache, mysql_limit_size and table_cache. But what should be the formula, and how do we go about checking the same.
Below is the details of our my.ini file.
[mysqld]
datadir=/database/data
socket=/var/lib/mysql/mysql.sock
set-variable=max_connections=2000
set-variable = max_allowed_packet=64M
default-storage-engine = innodb
log-bin=/database/data/mysql-bin
InnoDb in Drupal
How do you convert a MyIsam table to Innodb tables in Drupal? Though we have carried out the configuration changes, the changes have not taken effect.
Shyamala
Read moreTalk about caching and performance in Szeged
Hi there,
I'll give a talk on caching and performance at Szeged:
http://szeged2008.drupalcon.org/program/sessions/caching-and-performance...
If there is any topic you are especially interested in and think I should cover it during the session, please leave a comment below.
Read moreTracking Performance/Page Execution Times
I'm looking for some tools to analyze page performance times. I'm betting some Drupal tools/modules already exist, but my searches are turning up empty. Anyway, I figured I'd post here before reinventing the wheel.
Read moreBetter caching for logged in users
Posted as a feature request for 7.x (http://drupal.org/node/300935) - I would just like to discuss the feasibility and generate interest about the issue in the high performance group. Any other ideas and suggestions are welcome :)
Read more

