mctrivia: Lol. I'm sorry to say that it actually runs slower! You have a delay loop of 500 millisecs which will add, on average, a quarter of a second to the wait.
reloadPage() and its timer loop are redundant. They check to see whether moveDone() has received a response but they aren't needed because if moveDone() receives a response it knows about it. But, because nothing happens until reloadPage() finds out that moveDone()'s been lucky, there's the extra timeOut() delay.
(ocultar) Si deseas ahorrar ancho de banda, puedes reducir la cantidad de información a mostrar en tus páginas en tu página de Opciones. Prueba a cambiar el número de partidas en la página principal y el número de mensajes por página. (pauloaguia) (mostrar todos los consejos)