[Discuss] php dev's code with warnings and notices

Daniel Barrett dbarrett at blazemonger.com
Sun Jul 27 12:22:24 EDT 2014


Another reason to track down log messages is performance. I've seen
PHP code that inadvertently logged a message on each iteration of a
loop. When we removed the message, the web site performance *doubled*
(i.e., page render time dropped by half).

--
Dan Barrett
dbarrett at blazemonger.com




More information about the Discuss mailing list