Version 2.2 is almost complete
Version 2.2 is almost complete
Version 2.2 of Whozon is almost complete. It is focusing entirely on speeding things up and I think it is working according to plan. It currently shaves about 2 seconds off the page generation time for my channel when I only have a moderator and a few bots showing but the way its built should mean that the generating time is greatly reduced with a larger audience. I have simplified the process a bit and added saving the viewer data to a database table so it can easily be pulled back out already sorted by the database queries. Much faster than attempting to sort the arrays in memory using the PHP uasort function which is very very very slow. This should effectively cache your viewer data making it much faster overall. Still testing mind you.
ThatFontGuy