| 0.0005 |
SELECT 1 FROM `ml_sessions` WHERE `id` = 'cf1708aa75a467563fa5be10dac210264323acd1' AND `ip_address` = '216.73.216.137'
|
| 0.0003 |
SELECT GET_LOCK('12cb2ce587bf7ac821d94e185c0a3225', 300) AS ci_session_lock
|
| 0.0062 |
SELECT `data` FROM `ml_sessions` WHERE `id` = 'cf1708aa75a467563fa5be10dac210264323acd1' AND `ip_address` = '216.73.216.137'
|
| 0.0038 |
SELECT `username`, `user_id` FROM `ml_users` WHERE `username` = 'ericjgruber' LIMIT 1
|
| 0.0008 |
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` = 36 GROUP BY `DV`.`device_id` ORDER BY `device_count` DESC
|