Optimizing Wordpress using PHP Speedy

Optimizing Wordpress using PHP Speedy

October 6, 2009  |  Wordpress  |  No Comments

I was trying to figure out a way to optimize my blog, when I remembered I had tried a plugin a while back that worked well. I couldn’t remember it’s name so I had to spend some time googling, but eventually found it again: PHP Speedy.

Read More

Google Analytics vs Piwik vs Mint

October 6, 2009  |  Wordpress  |  No Comments

Updated october 7, 2009: Decided to throw Mint into the mix as well

Google Analytics must be the most popular analytics tool for webmasters, but I have recently come across an open source alternative called Piwik. Since I just posted a benchmark test of Google Analytics wordpress plugins, I thought I’d compare the “winner” of those (in terms of overhead) with Piwik (using the  WP-Piwik plugin) and Mint.

2 people like this post.
Read More

Benchmarking Wordpress: Google Analytics plugins

October 4, 2009  |  Wordpress  |  No Comments

Updated october 8, 2009: Added information about memory overhead

I have decided to benchmark Google Analytics plugins for Wordpress. I have done this test once before, but I decided (perhaps wrongly) to delete all my old posts when I reinstalled and re-themed my blog, and since all the plugins have been updated since then it will be interesting to do the test again.

1 person likes this post.
Read More

Script compression pt.2 – Enter PHP Speedy

May 13, 2008  |  Tests, Wordpress  |  No Comments

After the failure of getting Script Compressor to work, I decided to test out PHP Speedy by Leon Chevalier. A plugin that is suppose to to the same thing as Script Compressor.

There is one big difference though.. PHP Speedy works!

I timed the average load time of my blog page with, and without, the plugin activated. Here are the results:

Without PHP Speedy 1.12s
With PHP Speedy at default settings 1.19s
With PHP Speedy, gzip page on, and footer text/image off 0.97s

As you can see the default settings didn’t work too well with me. But then again. I only have a small css file, and no javascript. Given a “heavier” site I think the default settings would work better. But as you see when I tweaked to settings a bit you see the plugin doing it’s job! Well done!

Speed up your postview using paginated comments

May 8, 2008  |  Tests, Wordpress  |  No Comments

If you have a post with a lot of comments, surely it must be some speed gain from just showing, say ten at the time? To test this I installed the Paginated Comments plugin by James Maurer and created a test post with 12 comments. I configured the plugin to show only 10 comments (this is in fact the default setting), and started testing.

Read More