| 0.0002 | SELECT 1
FROM `ml_sessions`
WHERE `id` = 'c51bfa98a389e9401e03dc77fd7bc697c98bd898'
AND `ip_address` = '216.73.216.6' ?>
|
| 0.0002 | SELECT GET_LOCK('c9d9bea0df592125c1133ecfe8f1c255', 300) AS ci_session_lock ?>
|
| 0.0002 | SELECT `data`
FROM `ml_sessions`
WHERE `id` = 'c51bfa98a389e9401e03dc77fd7bc697c98bd898'
AND `ip_address` = '216.73.216.6' ?>
|
| 0.0003 | SELECT `username`, `user_id`
FROM `ml_users`
WHERE `username` = 'sensoria'
LIMIT 1 ?>
|
| 0.0052 | 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` = 1
GROUP BY `DV`.`device_id`
ORDER BY `device_count` DESC ?>
|