| 0.0003 | SELECT 1
FROM `ml_sessions`
WHERE `id` = '46c783915a8794aa4d2554c01d22bf6090fa6bf9'
AND `ip_address` = '216.73.216.6' ?>
|
| 0.0002 | SELECT GET_LOCK('c8df3d1ca5811c0860a03faaf6d64100', 300) AS ci_session_lock ?>
|
| 0.0003 | SELECT `data`
FROM `ml_sessions`
WHERE `id` = '46c783915a8794aa4d2554c01d22bf6090fa6bf9'
AND `ip_address` = '216.73.216.6' ?>
|
| 0.0003 | SELECT `username`, `user_id`
FROM `ml_users`
WHERE `username` = 'jakeneff'
LIMIT 1 ?>
|
| 0.0011 | SELECT `source_name`, COUNT(DISTINCT(MV.movie_id)) AS source_count, `SC`.`source_id`
FROM `ml_movies` `MV`
LEFT JOIN `ml_lookup_sources` `SC` ON `MV`.`source_id` = `SC`.`source_id`
WHERE `MV`.`user_id` = 67
GROUP BY `SC`.`source_id`
ORDER BY `source_count` DESC ?>
|