I have already mentioned that google will start penalizing your site in search if it is not fast enough. I have recently given a presentation at Drupal Con about Drupal performance and page speed. Below is a video of our session – its currently the fifth most watched session from the conference according to archive.org. [...]
Entries Tagged as 'Performance'
Drupal Performance talk video from Drupal Con 2010
July 29th, 2010 · No Comments
Tags: Performance · drupal
Google will use site performance and page load speed in SERP ranking – sysadmin SEO here we come
April 13th, 2010 · 1 Comment
Page Load speed just became a lot more important – Google announced recently that it will use page speed in its SERP rankings. Here is a quote that will make the SEO and marketing folks knock on sysadmin doors: We encourage you to start looking at your site’s speed (the tools above provide a great [...]
Tags: Performance · sysadmin
Enable/Disable APC on virtual host level
March 18th, 2010 · No Comments
APC (Alternative PHP Cache) is a free, open, and robust framework for caching and optimizing PHP intermediate code. APC is a great tool to speed up a php driven site and I can’t even think of a big site running on a php framework without an opcode cache (other good choices are eaccelerator or xcache). [...]
Tags: Performance · Tips and Tricks · sysadmin
Google to offer free DNS service
December 3rd, 2009 · 2 Comments
Google will start pushing for a faster web next year, and there have been several rumors in the SEO and marketing world that google will add page speed to its SEO rankings algorithm. Yesterday they have announced that Google will offer a free DNS service. First off, this is great. It should improve the speed [...]
Tags: Performance · cloud computing
Tracing memory leaks with pidstat
June 16th, 2009 · No Comments
Finding application memory leaks is important part of keeping systems stable and often very hard to track down. Monitoring application memory consumption can be performed in a few different ways, the easiest is a simple capture of ps and append to log file triggered via cron at desired interval. In this example we will track [...]
Tags: Performance · sysadmin
MySQL Query Cache, Good or Bad?
April 21st, 2009 · 1 Comment
MySQL has a number of different caches. Most of those are dependent on the storage engine that is used. The key buffer for example caches the indexes for MyISAM tables while the caching of data is left to the OS. InnoDB has the buffer pool for both data and indexes and so on. The query [...]
Tags: MySQL · Performance
Drupal performance tips from DrupalCon
March 5th, 2009 · 1 Comment
increasing drupal performance notes from drupal con dc 2009
Tags: Performance · drupal · monitoring
Cloud computing scenario’s for database servers
February 17th, 2009 · No Comments
We’ve been investigating the possibilities of using cloud computing for our clients. Especially Amazon EC2 has the potential to be be really effective in offering flexible, pay-as-you-go computing. From my own perspective I have been looking at how to use cloud computing in combination with MySQL and I must say that I’m a bit sceptical [...]
Tags: Down Time · MySQL · Performance · Replication · hosting
Extending the slow query log
February 4th, 2009 · No Comments
Andy posted some very good links recently to video’s on how to optimize your web site. Although I spend more time optimizing the database you always have to go where the actual performance is lost. For MySQL the place to check for performance issues is the slow query log which I have mentioned in earlier [...]
Tags: MySQL · Performance
Web site slow? To improve performance – Sys Admins may be of little help – call the designer
January 30th, 2009 · 1 Comment
Here are two videos by Steve Souders, former chief performance Yahoo, currently at Google. He determined that 95% of the wait on loading the Yahoo page is after the initial apache response is sent to the browser. Doing more research he determined that this is about a 80/20 rule on most popular web sites. It [...]
Tags: Performance
