| 0.0004 |
SELECT 1 FROM `ml_sessions` WHERE `id` = '6650605b2b9107172704343eee8b9b5ec9c84e9d' AND `ip_address` = '216.73.216.137'
|
| 0.0002 |
SELECT GET_LOCK('2469ce2d4e8de1d14c484762edd988a9', 300) AS ci_session_lock
|
| 0.0003 |
SELECT `data` FROM `ml_sessions` WHERE `id` = '6650605b2b9107172704343eee8b9b5ec9c84e9d' AND `ip_address` = '216.73.216.137'
|
| 0.0003 |
SELECT `username`, `user_id` FROM `ml_users` WHERE `username` = 'moviegeekful' LIMIT 1
|
| 0.0006 |
SELECT `device_name`, COUNT(DISTINCT(title_id)) AS device_count, `DV`.`device_id` FROM `ml_movies` `MV` LEFT JOIN `ml_lookup_devices` `DV` ON `MV`.`device_id` = `DV`.`device_id` WHERE `MV`.`user_id` = 58 GROUP BY `DV`.`device_id` ORDER BY `device_count` DESC
|