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.
Using Project Mercury - do not see Cache Router config in settings.php
I'm getting ready to launch a site based on Pantheon's Project Mercury, but I'm not seeing evidence that the site is using things like APC correctly.
Reading other places online, it seems that when using Memcache you have to tell Drupal to use it in settings.php with something like:
$conf['cache_inc'] = './sites/all/modules/contrib/cacherouter/cacherouter.inc';
$conf['cacherouter'] = array(
'default' => array(
'engine' => 'db',
'servers' => array(),
'shared' => TRUE,
'prefix' => '',
'path' => 'sites/default/files/filecache',
News site with Drupal
we create a news site with drupal 6 (20'000 visitors at day).
we use a loadbalancer with 5 apache server and a own db server (all virtual).
for the cronjob (also memcache and solr) we use a own server.
About caching for anonymous users
I've done quite a bit of research on Drupal performance, caching, have got memcache, APC, pressflow and so on all set up but have a problem.
I have written a custom module that works similar (I would imagine) to how the flag module would (I imagine) work for logged out users, i.e. store flagging actions to the session then sync those to the user account on login or registration. Now imagine being able to see how many items you had flagged somewhere in the header, these counts are pulled from the session. For logged in users, the counts are pulled from the DB / memcache.
Read moreMoved mercury to larger Amazon image but cant get memcache working correctly
I've been running mercury for a year on a small amazon instance. Performance wasnt great so I decided today to move it to a large instance, which is quite a step up.
I started with a fresh Ubuntu 10.04 and installed Apache, Varnish, Memcache, etc. I moved my database over and pointed the IP at the new instance. The site shows up and Varnish is working, but no matter what url I goto it shows me the main page of my website.
Read moreBlaze optimization (blaze.io)
Has anyone used this service?
Lots of front-end optimization best practices integrated in a SaaS offering. Just came across it, and evaluating -- would love to hear anyone's experience with the service.
Read moreMemcache and empty blocks
Hi
We had been running a site for some time with apc+memcache+cacherouter with no problems, when we suddenly we started to get blank pages (I say suddenly because we couldn't find out exactly what was going on).
Well, not blank pages, but more like blank blocks. In the end it looked like memcache was not able to return what it was supposed to and the pages were being drawn pretty badly. Flushing all the caches fixed the issue, but only for a couple of minutes.
Read moreHigh Performance Drupal meetup in Mar Vista on August 10, 2011
| Video: http://blip.tv/ladrupal/episode/5466668 |
Interested in Pressflow, APC, Varnish and memcache? Want to jump from shared or "grid" hosting to VPS or dedicated hosting but aren't sure what to do? Do you just want to get more out of what you currently have and take your Drupal site to the next level?
Meet with friends, have coffee and talk about Drupal performance on the Westside at the Venice Grind between 5-8pm on Thursday, August 10, 2011. Afterward, we might go for dinner somewhere nearby or a stiff drink across the street at the Good Hurt. Last time we went for noodle bowl at Mistuwa. You're invited!
To get last-minute updates, sign up by clicking the Signup button below or stay tuned to the comments on this page (or both!).
| When: 5pm to 8pm on Wednesday, August 10, 2011 |
| Where: Venice Grind at 12224 Venice Blvd, Los Angeles, CA 90066 |
applying high performance tools to vps.
This weekend I have wiped my vps clean and am starting all over. i want to put about 18 drupal sites and a couple of wordpress sites on account. i have linode 760 plan. i want to use ubuntu 10.04 lts, i think thats what its called. i am using nginx as the server. but its so confusing trying to know the right tools to add. i believe i can add memcache on the nginx server, but how do i add varnish and apc, or do i need to add all three of those? the documents and different pages i am finding totally confusing. do i use modules to install these tools or do i do i install them at the server?
Read moreServer seems slow - where to start?
I have 2 quite similar servers
1) i7-930 8 cores 2,8GHz, RAM 12M, Deban Lenny / Apache 2.2.9 / PHP2.17 / Virtualmin / APC / Cacherouter
CPU load averages 0.1 (1 min) 0.1 (5 mins) 0.13 (15 mins)
Real memory 11.75 GB total, 2.62 GB used
Internet connexion 1GB/sec
about 10 D6 sites with limited traffic
http://web2.see.asso.fr/phpinfo
http://web2.see.asso.fr/apc
2) i7-920 8 cores 2,67GHz, RAM 24M, Ububuntu 10.04 / Apache 2.2.14 / PHP5.3.2 / Virtualmin
CPU load averages 0.02 (1 min) 0.03 (5 mins) 0.05 (15 mins)
Real memory 23.58 GB total, 2.55 GB used
MySQL Transaction Isolation Level with InnoDB
Question:
Has anyone ran Drupal with the Transaction Isolation Level set to READ UNCOMMITTED? REPEATABLE READ is the default setting, but I think for 99% of the sites out there using dirty reads seems like it would be very helpful.
How to set this in my.conf or via SQL command:
transaction-isolation = READ-UNCOMMITTED




