| 0.0004 |
SELECT 1 FROM `ml_sessions` WHERE `id` = 'fc10bdb9a8f9606a4b289aa71eea95c9fac21849' AND `ip_address` = '216.73.216.137'
|
| 0.0002 |
SELECT GET_LOCK('53ebc125f2df93e14d2823d64e287e32', 300) AS ci_session_lock
|
| 0.0002 |
SELECT `data` FROM `ml_sessions` WHERE `id` = 'fc10bdb9a8f9606a4b289aa71eea95c9fac21849' AND `ip_address` = '216.73.216.137'
|
| 0.0003 |
SELECT `username`, `user_id` FROM `ml_users` WHERE `username` = 'phixed' LIMIT 1
|
| 0.0007 |
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` = 82 GROUP BY `DV`.`device_id` ORDER BY `device_count` DESC
|