| 0.0004 |
SELECT 1 FROM `ml_sessions` WHERE `id` = '8e649f78ef9d4ed713ad06aec7ce3ef293f05eec' AND `ip_address` = '216.73.216.137'
|
| 0.0002 |
SELECT GET_LOCK('cd00cb3092cb428d01aab6928134f372', 300) AS ci_session_lock
|
| 0.0004 |
SELECT `data` FROM `ml_sessions` WHERE `id` = '8e649f78ef9d4ed713ad06aec7ce3ef293f05eec' AND `ip_address` = '216.73.216.137'
|
| 0.0003 |
SELECT `username`, `user_id` FROM `ml_users` WHERE `username` = 'jenerator' LIMIT 1
|
| 0.0110 |
SELECT genre, COUNT(DISTINCT(title_id)) AS genre_count, genre_name FROM (SELECT DISTINCT(title_id), genre_id_01 AS genre FROM ml_movies WHERE user_id = 61 UNION ALL SELECT DISTINCT(title_id), genre_id_02 FROM ml_movies WHERE user_id = 61 UNION ALL SELECT DISTINCT(title_id), genre_id_03 FROM ml_movies WHERE user_id = 61) AS T1 JOIN ml_lookup_genres AS LG ON T1.genre = LG.genre_id GROUP BY genre ORDER BY genre_count DESC LIMIT 0, 50
|