Reducing WordPress’ Big-O Complexity

WordPress’ core loads and compiles ~2000 PHP functions and 90 classes on each page request. So the next time you load your WordPress powered homepage that’s how many PHP functions and classes are being compiled and executed (appropriately) to show you the contents you see. Now keep in mind, all this is only the server […]