Live HTTP Header tracking for Firefox
Live HTTP headers is a FireFox extension that lets you look at all HTTP headers for all requests issued by the browser. Now updated for Firefox 1.5.
Live HTTP headers is a FireFox extension that lets you look at all HTTP headers for all requests issued by the browser. Now updated for Firefox 1.5.
You may have noticed that PHP scripts that echo a lot of content appear to be running with poor performance... Well, the operative word here is "appear". It is a common misconception that "echo is the slowest PHP command"! The problem is actually…...
If you have an apache (2) web server, you probably have an access.log file showing you all kinds of data using the "combined" log format. Let's see how to include processing time into that log file. By default a line in the combined log looks like this…...
The APC cache can significantly improve your PHP script performance, just by installing it, whoch basically takes 5 minutes! Here's what I did on my Debian Lenny box... First you may want to have a reference benchmark to see if it actually improves:…...
Tested with MAMP 1.7.2, b2evolution 3.2 and Mac OS X 10.5.7 :Download and install MAMP (Free) into the Applications folderStart MAMP and make sure you get the MAMP start pageDownload b2evolution and unzip it into /Applications/MAMP/htdocsPoint…...
It's been 3 years since PHP 5 has been released. Yet PHP 4 still rules on the vast majority of web hosting platforms. This is annoying for PHP open source developers who cannot leverage the potential of PHP 5 as long as they need to support PHP 4. Thi…...
Besides the basics, there's three simple things I'd expect from an FTP client: Symetrically navigate in subfolders locally and remotely with single clicks;Upload files and overwrite the server side only if the local file is newer;Search the server f…...
Guy 1: I am so efficient I can fold 100 parachutes in a hour. Guy 2: I am so effective I can fold 100 parachutes and every single one of them will open right. Would you rather give your parachutes to the efficient or to the effective guy? Now what…...