The app should pretty much never do database writes for anonymous users, that's inviting abuse.
Right now, we see semi-regular (but not frequent, at this time) serialization errors for loads of the frontpage, which clearly indicates that it does writes for both anonymous and non-anonymous users.
Please look that over and make sure we only do writes when it's a logged-in user.