Introduction I am not under the impression that what we are doing here is rocket science, but might be nice to share anyway. Lets first elaborate a bit on the situation at hand. At my current client Backbase is used in a progressive enhancement kind of way: <!– Backbase Library –> <script type=”text/javascript” src=”core/4_3_1/engine/backbase.js”></script> <!– [...]
In a recent project I noticed that my configuration files where taking some ms of processing speed while parsing the xml files into Zend_Config object To solve this problem, using a Cache is obvious, but there are more optimizations you need to consider when using Zend_Config Zend_Config uses lots of in_array calls at each level [...]
Are you into PHP development and curious how you can make your life easier when publishing your website? Do you sometimes worry you might forget to remove debug lines? Or you spend unnecessary time to double check you haven’t accidentally uploaded ‘phpinfo.php’ or some local development powerscripts that shouldn’t be online? A first step in [...]