27.07.2017, 15:34
Having multiple timers with little chunks of code is generally preferred over having one timer with lots of code. For better optimization use prime numbers for the intervals so there is less chance of timers colliding.