| 0.0004 |
SELECT 1 FROM `ml_sessions` WHERE `id` = '943426a37b6b6264d3911bee5a840fbab7bf72ef' AND `ip_address` = '216.73.216.111'
|
| 0.0002 |
SELECT GET_LOCK('3715783b6f77b477c407706e046e6fac', 300) AS ci_session_lock
|
| 0.0002 |
SELECT `data` FROM `ml_sessions` WHERE `id` = '943426a37b6b6264d3911bee5a840fbab7bf72ef' AND `ip_address` = '216.73.216.111'
|
| 0.0005 |
SELECT `username`, `user_id` FROM `ml_users` WHERE `username` = 'tylermager' LIMIT 1
|
| 0.0010 |
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` = 39 GROUP BY `DV`.`device_id` ORDER BY `device_count` DESC
|