[15:24] hello [15:26] hhhhheeeelllllooooo [15:26] (cccoold heeere) [15:29] newz2000: hey! Guess what was the performance bottleneck? The session table, with 1.5M entries! That was making a 600ms query for every user, even non registered [15:29] Drupal sucks at session handling [15:29] yeah, I've had this exact problem myself [15:29] it's worse when you're using mysql since table contention is a serious problem [15:34] we put a cron to clean it regularly [15:34] and for info, the mix of drupal internal cache and squid is bad : registered users are being server anonymous pages [15:35] there are three options aren't there, none, basic and extreme [15:35] did you try the minimal caching option? [15:37] I did the basic (since not sure about this extreme options side effects) [15:37] right now I've removed drupal internal cache, only squid is live [15:37] let me check ubuntu.com... I think the basic is the suggested option [15:38] yep [15:38] it is [15:38] no, we're running disabled too, so I guess you're on the right track [22:49] Hi