| 0.0004 |
SELECT 1 FROM `ml_sessions` WHERE `id` = 'b074f57d6a676cfe9f3b08966e936c5117552079' AND `ip_address` = '216.73.216.137'
|
| 0.0002 |
SELECT GET_LOCK('bf1da6b38502e9b815ff6df2732145ee', 300) AS ci_session_lock
|
| 0.0003 |
SELECT `data` FROM `ml_sessions` WHERE `id` = 'b074f57d6a676cfe9f3b08966e936c5117552079' AND `ip_address` = '216.73.216.137'
|
| 0.0003 |
SELECT `username`, `user_id` FROM `ml_users` WHERE `username` = 'phixed' LIMIT 1
|
| 0.0011 |
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 = 82 UNION ALL SELECT DISTINCT(title_id), genre_id_02 FROM ml_movies WHERE user_id = 82 UNION ALL SELECT DISTINCT(title_id), genre_id_03 FROM ml_movies WHERE user_id = 82) 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
|