You need to plan for performance and scalability
through out
your application development process from architecture to
implementation to
testing. Like security this is not something that can easily be stuck
on at the
last minute. During design, coding and testing you need to pay
attention to resource
consumption:
CPU: watch for inefficient code
especially for algorithms and loops Avoid...