Benchmarking BLOB vs Filesystem for image storage

June 24th, 2007

Well, I know that filesystem is going to be faster for this one, but I want to know by how much. So, I've set myself the talks of measuring it, when I get any spare time, of course :)

phpMyScaffold can store blobs for web site images, and I wonder how far I can take the 'scaffolding' nature of PMA-based sites into a low-traffic production environment.

Stay tuned for the results, or if you have any comments, suggestions for the test!

UPDATE: Filesystem is about 10x faster than BLOB! I dont have time right now to write up the method and results… hopefully soon :)

CAPTCHA software for PHP

June 3rd, 2007

I spent a little while looking for a decent captcha module for php. In the end I found that Cryptographp does it for me. Firstly – it was about the only one I found that uses squiggly type fonts by default (straight fonts are surely to easy to crack). It would be nice if it worked with E_ALL error reporting though, I had to hack that myself.

Welcome to my blog

June 3rd, 2007

Hi everyone and welcome to my blog. This will hopefully contain any ramblings about LAMP development in general, or specific problems I have come across. Hopefully you might find something useful here :)