Vole checks for new posts every second.
This is a very CPU intensive task and there's no need to check once a second.
So I suggest changing this line:
static/js/vole.js: setTimeout(refreshUI, 1000);
increasing refresh time, for example to 5 or 10 seconds.