| 0.0004 |
SELECT 1 FROM `ml_sessions` WHERE `id` = '50bd3ce54a71529b72beb6cc8234c7b40c22453b' AND `ip_address` = '216.73.216.137'
|
| 0.0002 |
SELECT GET_LOCK('9ccbfb820b4c4a38347c2518a740ac2b', 300) AS ci_session_lock
|
| 0.0002 |
SELECT `data` FROM `ml_sessions` WHERE `id` = '50bd3ce54a71529b72beb6cc8234c7b40c22453b' AND `ip_address` = '216.73.216.137'
|
| 0.0003 |
SELECT `username`, `user_id` FROM `ml_users` WHERE `username` = 'ceedrive' LIMIT 1
|
| 0.0008 |
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 = 57 UNION ALL SELECT DISTINCT(title_id), genre_id_02 FROM ml_movies WHERE user_id = 57 UNION ALL SELECT DISTINCT(title_id), genre_id_03 FROM ml_movies WHERE user_id = 57) 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
|