In the last issue of my current consulting saga, Detecting and Resolving LAMP Stack Performance Problems, we talked about a Drupal site that was being brought offline every few hours due to poor tuning of the LAMP stack. With the default settings, a site isn’t going to take much …
As a sysadmin, we sometimes run into performance problems with multiple angles and portions. It’s sometimes not particularly obvious where the actual performance problem is, and resolving one problem that you can see might bring another couple of problems to the surface.
The below comes from a consulting gig that …
…
Matthew Weier-O’Phinney uploaded the slides from a presentation on using version control (Specifically, Subversion) aimed at new developers. If you don’t already use some form of version control (svn, git, bzr, or god forbid cvs), you should.
Redis is an interesting database project that reminds me a bit of a low-cost-of-entry hadoop/couchDB/simpleDB. “MySQL is to Oracle as Redis is to couchDB.”
It’s a simple key/value database that keeps everything in RAM but writes to disk occasionally, sort of the way MySQL works but without …
http://bugs.php.net/bug.php?id=48139
I wish the guy had put his real name in the ticket. How much mocking spam do you think that email address is receiving right now?
It’s been a while, but that just means that I’ve had the free time to keep up with my reading and haven’t had to make a list to come back to later.
…
MySQL DBA has a great article on how to reduce load and response time in a PHP application… they do it by cutting down on a lot of the autoloading that happens when PHP wakes up and starts to process a page.
Another way to accomplish a similar thing …
I’d forgotten about the PHP Advent until Matthew tweeted earlier with a link to “Yet” by Marco Tabini. This is the magnum opus of PHP descriptions — so far, it’s detailed everything I love, hate, and love to hate about the language.
A few choice quotes:
If there were
…
If you enjoy the content, consider subscribing to the feed(s).
1 Comment