| 0.0004 |
SELECT 1 FROM `ml_sessions` WHERE `id` = '668b9b1e5a588dd5a7f76025dbe4e4422429aa1f' AND `ip_address` = '216.73.216.111'
|
| 0.0002 |
SELECT GET_LOCK('5b6e997a252dc584ff986accb159ef13', 300) AS ci_session_lock
|
| 0.0002 |
SELECT `data` FROM `ml_sessions` WHERE `id` = '668b9b1e5a588dd5a7f76025dbe4e4422429aa1f' AND `ip_address` = '216.73.216.111'
|
| 0.0004 |
SELECT `username`, `user_id` FROM `ml_users` WHERE `username` = 'sleestakk' LIMIT 1
|
| 0.0071 |
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` = 9 AND YEAR(MV.date_viewed) = '2025' GROUP BY `DV`.`device_id` ORDER BY `device_count` DESC
|