| 0.0004 | SELECT 1
FROM `ml_sessions`
WHERE `id` = 'c9540d4288ece890045ff946de2b8c3bd252aeee'
AND `ip_address` = '216.73.216.6' ?>
|
| 0.0002 | SELECT GET_LOCK('c1a31e120da88834f9ae3ac48e63b5cc', 300) AS ci_session_lock ?>
|
| 0.0003 | SELECT `data`
FROM `ml_sessions`
WHERE `id` = 'c9540d4288ece890045ff946de2b8c3bd252aeee'
AND `ip_address` = '216.73.216.6' ?>
|
| 0.0004 | SELECT `username`, `user_id`
FROM `ml_users`
WHERE `username` = 'gholson'
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` = 63
AND YEAR(MV.date_viewed) = '2026'
AND MONTH(MV.date_viewed) = '04'
GROUP BY `DV`.`device_id`
ORDER BY `device_count` DESC ?>
|