Linux Sysadmin Blog

Linux Sysadmin Blog header image 4

Entries Tagged as 'Performance'

A Day in the Life of Facebook Operations

September 30th, 2010 · 1 Comment · Performance

Notes from the “A Day in the Life of Facebook Operations” presentation by Tom Cook, Systems Engineer, Facebook at Surge2010 conference. So far this is the most attended session.  Standing room only available only before it start. What does facebook sysadmins have to support? Monthly 700 million minutes of time spent on fb 6billion pieces [...]

[Read more →]

Tags:

Drupal Performance talk video from Drupal Con 2010

July 29th, 2010 · No Comments · drupal, Performance

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. [...]

[Read more →]

Tags:

Google will use site performance and page load speed in SERP ranking – sysadmin SEO here we come

April 13th, 2010 · 2 Comments · Performance, sysadmin

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 [...]

[Read more →]

Tags: ···

Enable/Disable APC on virtual host level

March 18th, 2010 · 6 Comments · Performance, sysadmin, Tips and Tricks

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). [...]

[Read more →]

Tags: ··

Google to offer free DNS service

December 3rd, 2009 · 2 Comments · cloud computing, Performance

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

[Read more →]

Tags:

Tracing memory leaks with pidstat

June 16th, 2009 · No Comments · Performance, sysadmin

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 [...]

[Read more →]

Tags: ·

MySQL Query Cache, Good or Bad?

April 21st, 2009 · 2 Comments · MySQL, Performance

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 [...]

[Read more →]

Tags: ··

Drupal performance tips from DrupalCon

March 5th, 2009 · 1 Comment · drupal, monitoring, Performance

increasing drupal performance notes from drupal con dc 2009

[Read more →]

Tags:

Cloud computing scenario’s for database servers

February 17th, 2009 · No Comments · Down Time, hosting, MySQL, Performance, Replication

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 [...]

[Read more →]

Tags: ····

Extending the slow query log

February 4th, 2009 · No Comments · MySQL, Performance

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 [...]

[Read more →]

Tags: ·