something I dislike is the cache table stores by IP address. If you're like me and have multiple computers online, the cache checking will assume I have seen text if one of my other computers loads first. Thus I end up missing posts all the time unless I hit reload on my browser.
It would be nice to make the key on userId+ip, that way it keeps track of unique users uniquely.
edit:
I put in bbsessionhash cookie value into the shoutbox_cache query so that everything looks like ip='$ip,$cookie', and that gives me a unique enough cache check so that multiple logged in users can auto reload as content comes in.
|