Is setInterval() bad for performance?
javascript, jquery, performance
Solution
Depends what for you're using it and how. It can be really helpful if you want to do things asynchronously.
(would be really nice to see some code - then I would be able to say something more)
Problem
I am making a website which has a lot of JavaScript. Will use of setInterval() hurt the performance of my website?