Huge speedup at login: split the session building query to avoid the left
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 25 Sep 2007 14:39:04 +0000 (16:39 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 25 Sep 2007 14:39:04 +0000 (16:39 +0200)
commit8af1d78f43da248e144d6cfaa725c4c75d59d1e1
tree328dcf43e39269e679bbf2000c5e8699c778c662
parent0b8d276921e5d6905a976f1e070b2450e58ef051
Huge speedup at login: split the session building query to avoid the left
join with logger.sessions.

This can reduce the SQL query time from 1.9s to 0.1s for people who have a
lot of sessions registered in logger.sessions

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
include/emails.inc.php
include/xorg/session.inc.php