Database High Performance PHP Scalability Software Web Design Web Server
A nice introduction to dynamic page caching complete with source code.

Fixing Countries in Address Book: Winfred van Kuijk presents an awesome plugin he has written which addresses (pun intended) two significant issues with OS X’s Address Book multi-country support:
Database High Performance Open Source Programming Scalability Software
Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load-balance processing, and to call functions between languages. It can be used in a variety of applications, from high-availability web sites to the transport of database replication events. In other words, it is the nervous system for how distributed processing communicates.
Sounds awesome. I’ve got to make some time to experiment with this.
Database High Performance Lists MySQL Programming Scalability
Ah now this is pure gold, 21 things to keep in mind when coding for MySQL. Most of these I knew but it was good to be reminded. Some of them are entirely new to me though:
Priceless information. I’ll be referring back to this list over and over again.
Database High Performance MySQL Scalability
The MySQL Tuning Primer script takes information from “SHOW STATUS LIKE…” and “SHOW VARIABLES LIKE…” then attempts to produce sane recommendations for tuning server variables. It is compatible with all versions of MySQL 3.23 - 5.1.
Database High Performance MySQL Scalability
Database guru Jeremy Zawodny helps us out with a handful of MySQL tweaks for high-volume databases that could boost their performance.
Database Open Source Programming Scalability Software Web Design
The Building of Training Pages: GBdirect write about the design, architecture and build of www.trainingpages.com. This old, yet still fascinating article has much that should be digested by anyone who builds service sites (as opposed to brochure sites) at any level.
In about three months of effort the bulk of the site was up and running. There’s less than six staff months of work in the whole thing, yet we think it stacks up better than 99% of all the websites we have ever seen. It’s generating increasing levels of traffic, regular training leads for us and the other providers who are listed and on a day-to-day basis we can just leave it running, mostly looking after itself.
Ours is built totally from free software and is extremely reliable. Rough tests show that with no optimisation at all in our code it can probably service 2–3 requests per second — vastly more than our bandwidth could ever support. Running with a load average of 0.01 — i.e. it’s 99% idle.
Changelog Database Open Source PHP Programming Software UM Code Web Design Weblog WordPress
In this article I’m going to present the PHP code I wrote for the Window into the Archives module that currently adorns the sidebar on this website. I described the rationale behind the module in an earlier essay.
Apache Database Ecommerce High Performance Open Source Scalability Software Web Server
Apache Database High Performance PHP Scalability Software Web Server
There’s no good reason for WordPress or your site to be slow, except your own negligence. Cache everything. Monitor performance. Use the latest versions of your software. Configure it intelligently. If you take an active part in every bit of software that powers your site, soon you’ll find things fit together more smoothly than before, and the secrets of a fast server will naturally fall into place.