Page 1 / 1 (9 Posts)

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....

January 20, 2012 · 2 min · François Planque

Why echo is slow in PHP and how to make it really fast

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…...

December 3, 2009 · 4 min · François Planque

How to log request processing times in Apache

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…...

December 3, 2009 · 2 min · François Planque

How to install the APC PHP Cache on Debian (Lenny or Squeeze)

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:…...

November 29, 2009 · 2 min · François Planque

How to install b2evolution on Mac OS X in 5 minutes from scratch

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…...

May 28, 2009 · 3 min · François Planque

About the PHP 5 migration chicken & egg issue

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…...

June 22, 2007 · 7 min · François Planque

Still dreaming about the ideal FTP tool

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…...

May 17, 2007 · 2 min · François Planque

Efficient vs. effective

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…...

September 22, 2005 · 3 min · François Planque

Efficient vs. effective

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…...

September 22, 2005 · 3 min · François Planque