Skip to main content

Web server performance tuning and benchmarking - grab bag

I've been working on web site performance optimizations lately (though you might not believe it when visiting this site...)

I've come across a few useful performance-related resources that I've been using lately:

And, for those who don't have access to an opcode accelerator cache (like eAccelerator or APC) don't forget to check out PHP 5's realpath_cache_size and realpath_cache_ttl settings. (Note: realpath_cache_size is ignored when open_basedir or safe_mode are enabled.)

Oh, and one last thing: Here's an interesting (and amusing) SlideShare.net presentation on hosting Drupal on Amazon EC2.

Thanks for recommending...

... a good web page benchmarking tool (among the other things). I have tried a couple that are often only so-so. Hopefully webpagetest.org will help me improve my skills when helping some of the web maintenance clients.
I'm glad I stumbled here.

You're welcome!

I really like webpagetest.org, it's almost too good to be true. So far it's been a superbly helpful benchmarking tool.

Thanks for stopping by!

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <h3> <h4> <br> <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options