From 97085daadcbc8b1ae1a01cd777605f66464a02ea Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 2 May 2012 16:14:01 -0500 Subject: user_table optimization Rather than looking up by username, it makes more sense to look the stats up by user ID to reduce the number of needed joins. Signed-off-by: Dan McGee Signed-off-by: Lukas Fleischer --- web/html/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/html/index.php') diff --git a/web/html/index.php b/web/html/index.php index 0d513d3..21de99d 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -58,8 +58,8 @@ echo __( '; } -- cgit v1.2.3-54-g00ecf