| 0.0013 | SELECT 1
FROM `ml_sessions`
WHERE `id` = '226c9be190233fec6c39ab19eb3efa0f9adaf01b'
AND `ip_address` = '216.73.216.6' ?>
|
| 0.0003 | SELECT GET_LOCK('0b3ac89a54d7d6a7241dc989a2267897', 300) AS ci_session_lock ?>
|
| 0.0004 | SELECT `data`
FROM `ml_sessions`
WHERE `id` = '226c9be190233fec6c39ab19eb3efa0f9adaf01b'
AND `ip_address` = '216.73.216.6' ?>
|
| 0.0003 | SELECT `username`, `user_id`
FROM `ml_users`
WHERE `username` = 'BTSjunkie'
LIMIT 1 ?>
|
| 0.0023 | 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` = 48
GROUP BY `SC`.`source_id`
ORDER BY `source_count` DESC ?>
|