development:performance
Dies ist eine alte Version des Dokuments!
Inhaltsverzeichnis
Performance
This page collects some tips howto improve the performance of our code:
Keep it short and simple!
PHP
- avoid dymamic language features
- reflection
- magic functions
- use a PHP opcode cacher (APC)
- use database transactions
- keep the memory footprint small
Webserver
Javascript
- use a fast browser ;)
development/performance.1293553278.txt.gz · Zuletzt geändert: 2011/05/29 13:09 (Externe Bearbeitung)