Link is broken here:
" Use Timers instead of Tick and Delay
Performing a lot of operations on blueprint Tick is one of the main reasons for the low performance of your gameplay code. Plus it makes the blueprint messy and difficult to maintain if you call a lot of things on Tick.
Thank you