Original VoteSSI:
Requests per second:    150.11

Made the poll info select a hashref:
Requests per second:    146.48

Took off a few loops ($x<$y instead of $x<15):
Requests per second:    149.34

After a slight db optimisation (added a few INDEXes):
Requests per second:    147.97

# Basically, I'm getting inconsistent and inaccurate results...
# Not necessarily *that* inaccurate as perhaps the first result...
# But, these optimisations that we'd hoped would have helped, didn't much...
# Can't see anything else big to change, TG...
# And no, this *shouldn't* be this slow, after all News is now going about 200...

After we do caching:
Requests per second:    142.86
Requests per second:    128.24
Requests per second:    154.82

# Okay... It's kind of getting dumb now... /me needs to check for invalid output or something...
# Not much I can check... Seems ab won't output the output for me (does that make any sense?)

After I *fix* caching:
Requests per second:    205.06
Requests per second:    204.70
Requests per second:    201.36
Requests per second:    203.62
Requests per second:    207.38
Requests per second:    207.14
Requests per second:    205.78
Requests per second:    204.35
Requests per second:    205.20
------------------------------
Avg Reqs per second:    204.95


Normal, w/o VoteSSI:
Requests per second:    216.92 


