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
Database
- use indexes
Webserver
Javascript
- use a fast browser ;)
development/performance.1306667403.txt.gz · Zuletzt geändert: 2016/02/21 19:42 (Externe Bearbeitung)