En Fr
Web/database development and more...

Categories: Web Dev, HTTP/SSL, Javascript, PHP, XHTML/CSS, XML

Pages: 1 2 3 >>

12/03/09

English (US) Why echo is slow in PHP and how to make it really fast

Permalink 06:40:00 am, by Francois Planque Email , Categories: PHP, Web Dev, Linux stuff
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… more »

English (US) How to log request processing times in Apache

Permalink 03:33:00 am, by Francois Planque Email , Categories: Web Dev, Linux stuff
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… more »

11/29/09

English (US) How to install the APC PHP Cache on Debian (Lenny)

Permalink 01:50:50 am, by Francois Planque Email , Categories: PHP, Linux stuff
APC PHP Cache Control Panel
The APC PHP Cache Control Panel
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:… more »

05/17/08

English (US) Testing web hosts...

Permalink 03:15:41 am, by Francois Planque Email , Categories: IT business, b2evolution, Web Dev
Lately I have been re-testing most of b2evolution's hosting partners... As the number of hosting test sites grows though, it takes days just to update the testing software on all of them. I guess I'll have the automate that ;) But that's nothing compa… more »

06/26/07

English (US) Mac OS vs Windows font rendering

I want to recommend this post by Joel Spolski about differences in font rendering philosophy between Mac OS & Windows. I never really understood why Apple failed to render sharp fonts on screen. Now I understand the purpose. I'm still not sure whi… more »

Pages: 1 2 3 >>