| 0.0003 |
SELECT 1 FROM `ml_sessions` WHERE `id` = '9b623d70e53becf46b8b8c7bb89e96180bb4ee3f' AND `ip_address` = '216.73.216.137'
|
| 0.0002 |
SELECT GET_LOCK('3d33c2f7058fdd0a84de4c837510da3f', 300) AS ci_session_lock
|
| 0.0002 |
SELECT `data` FROM `ml_sessions` WHERE `id` = '9b623d70e53becf46b8b8c7bb89e96180bb4ee3f' AND `ip_address` = '216.73.216.137'
|
| 0.0003 |
SELECT `username`, `user_id` FROM `ml_users` WHERE `username` = 'PedroA' LIMIT 1
|
| 0.0006 |
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` = 50 AND YEAR(MV.date_viewed) = '2026' AND MONTH(MV.date_viewed) = '01' GROUP BY `DV`.`device_id` ORDER BY `device_count` DESC
|