VidYen / VidYen-WordPress-Plugins

VidYen Plugins for WordPress
GNU General Public License v2.0
9 stars 2 forks source link

Fix Timers to better alternatives #168

Closed VidYen closed 5 years ago

VidYen commented 5 years ago

https://stackoverflow.com/questions/16679233/timertask-alternative

https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ScheduledExecutorService.html

VidYen commented 5 years ago

Suggestion for the timeout

https://stackoverflow.com/questions/24494805/ajax-interval-refresh

VidYen commented 5 years ago

for the mmo at least

https://www.w3schools.com/jsref/event_onmousemove.asp

VidYen commented 5 years ago

Possible solution is to check if is on mobile and then update only when movement.

VidYen commented 5 years ago

i believe this actually has been resolved mostly.