| 0.0004 |
SELECT 1 FROM `ml_sessions` WHERE `id` = '8139dc9d1235064c46507323c6d0d0e8c4880685' AND `ip_address` = '216.73.216.137'
|
| 0.0002 |
SELECT GET_LOCK('26c0adfcb91b52b1d069c3d01a2dc08d', 300) AS ci_session_lock
|
| 0.0003 |
SELECT `data` FROM `ml_sessions` WHERE `id` = '8139dc9d1235064c46507323c6d0d0e8c4880685' AND `ip_address` = '216.73.216.137'
|
| 0.0004 |
SELECT `username`, `user_id` FROM `ml_users` WHERE `username` = 'noahphex' LIMIT 1
|
| 0.0091 |
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` = 8 GROUP BY `DV`.`device_id` ORDER BY `device_count` DESC
|