Do I need to optimise my code?
4/20
The Internet is Full of Nonsense
How does the application perform?
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