mintao Blog

Ergebnisse 1-4 von 4.

Faster page loading with a simple apache .htaccess hack

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...]

FATFREE PHP Framework - the fastest

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...]

3 easy steps to create and execute cronjobs with Yii

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...]

40 Code Optimization Tips

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...]