DAS SMART METER FÜR JEDEN

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.txt · Zuletzt geändert: 2011/05/29 13:10 (Externe Bearbeitung)