dave seah: better living through new media Filter Navigation Temporary Redirect Page Personal Articles Productivity Articles Compact Calendar The Printable CEO Series The Printable CEO Series Back to Home Page Admin:Login

Optimizing WordPress Performance

POSTED 09/19/2004 UNDER BloggingGweeping

I've noticed that certain plugins seem to cause WordPress (WP) to run slower. PictPress, for example, seemed to slow down page generation by quite a bit. However, it might just be that the server load on the weekend is lower.

Still, I'm curious how to optimize WP, or to find out what's slow. A couple of tips to speed up performance I found:

  • limit # of posts shown per page
  • don't use posts-per-category counting
  • hardcode links
  • use xcode or some other profiler to find out where all the execution time is goin
  • don't use the cgi version of PHP. Though my host's customer support said it shouldn't be slower when I asked before. lies?

The gist of this seems to be: limit the number of database queries and text processing as much as possible.

Thank you for printing this article! Please note that all material on this website is copyrighted by either David Seah or individual comment contributors. To request permission for republication and distribution, please contact David Seah (http://davidseah.com/contact).