| 0.0003 |
SELECT 1 FROM `ml_sessions` WHERE `id` = 'afaed296901dd0aac1323a51218095f40371102c' AND `ip_address` = '216.73.216.111'
|
| 0.0003 |
SELECT GET_LOCK('01a5a80447c3de00401841cab14f6151', 300) AS ci_session_lock
|
| 0.0003 |
SELECT `data` FROM `ml_sessions` WHERE `id` = 'afaed296901dd0aac1323a51218095f40371102c' AND `ip_address` = '216.73.216.111'
|
| 0.0003 |
SELECT `username`, `user_id` FROM `ml_users` WHERE `username` = 'gholson' LIMIT 1
|
| 0.0005 |
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` = 63 GROUP BY `DV`.`device_id` ORDER BY `device_count` DESC
|