| 0.0003 | SELECT 1
FROM `ml_sessions`
WHERE `id` = '25ab99971bbd7327485a35654b9248bd93b23e18'
AND `ip_address` = '216.73.216.6' ?>
|
| 0.0003 | SELECT GET_LOCK('90a602d53024593371f9f9d43323ac75', 300) AS ci_session_lock ?>
|
| 0.0042 | SELECT `data`
FROM `ml_sessions`
WHERE `id` = '25ab99971bbd7327485a35654b9248bd93b23e18'
AND `ip_address` = '216.73.216.6' ?>
|
| 0.0004 | SELECT `username`, `user_id`
FROM `ml_users`
WHERE `username` = 'JoshTwitch'
LIMIT 1 ?>
|
| 0.0013 | 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` = 56
GROUP BY `DV`.`device_id`
ORDER BY `device_count` DESC ?>
|