Do I need to optimise my code?
4/20
Before you can optimise anything:
Find out if things are running slow
Find out whether it is the
code
Understand your code, application and execution paths
Find out which parts of the code are slow
Find out what you can optimise