| 0.0004 |
SELECT 1 FROM `ml_sessions` WHERE `id` = '310684901427c2d5394c18808dbc0ced5b414ccf' AND `ip_address` = '216.73.216.137'
|
| 0.0002 |
SELECT GET_LOCK('bce227149133f0b58e4e81237162a38d', 300) AS ci_session_lock
|
| 0.0003 |
SELECT `data` FROM `ml_sessions` WHERE `id` = '310684901427c2d5394c18808dbc0ced5b414ccf' AND `ip_address` = '216.73.216.137'
|
| 0.0003 |
SELECT `username`, `user_id` FROM `ml_users` WHERE `username` = 'moviegeekful' LIMIT 1
|
| 0.0005 |
SELECT `source_name`, COUNT(DISTINCT(MV.movie_id)) AS source_count, `SC`.`source_id` FROM `ml_movies` `MV` LEFT JOIN `ml_lookup_sources` `SC` ON `MV`.`source_id` = `SC`.`source_id` WHERE `MV`.`user_id` = 58 GROUP BY `SC`.`source_id` ORDER BY `source_count` DESC
|