| 0.0005 |
SELECT 1 FROM `ml_sessions` WHERE `id` = 'b074f57d6a676cfe9f3b08966e936c5117552079' AND `ip_address` = '216.73.216.137'
|
| 0.0003 |
SELECT GET_LOCK('bf1da6b38502e9b815ff6df2732145ee', 300) AS ci_session_lock
|
| 0.0002 |
SELECT `data` FROM `ml_sessions` WHERE `id` = 'b074f57d6a676cfe9f3b08966e936c5117552079' AND `ip_address` = '216.73.216.137'
|
| 0.0004 |
SELECT `username`, `user_id` FROM `ml_users` WHERE `username` = 'dmosher' 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` = 13 GROUP BY `DV`.`device_id` ORDER BY `device_count` DESC
|