How to make your page load faster with a simple htaccess trick a a little bit of Yui Compressor and Google Closure Compiler magic [mehr...]
how can you say you've heard this million of times from
every framework?
Condensed in a single 55KB file, the framework's simple
domain-specific language gives you access to Fat-Free's
all-purpose templa [mehr...]
Yii, the great PHP framework.
Cronjobs - just in case you don't know what it is - are programms
executed automatically in a defined period (e.g. "delete
unconfirmed registrations" every week). [mehr...]
If a method can be static, declare it static. Speed improvement is by a factor of 4.
Use echo's multiple parameters instead of string concatenation.
Set the maxvalue for your for-loops before and not in the loop.
Unset your variables to free memory, especially large arrays [mehr...]