Monthly Archives: May 2011

PHP “require” Performance

We recently went through a round of performance improvements for our website, and got a significant performance boost off of a relatively small change. Previously, our code had a section at start of every page: require_once(‘include/Foo.php’); require_once(‘include/Bar.php’); . . . … Continue reading

Tagged | 21 Comments