| 0.0018 | SELECT 1
FROM `ml_sessions`
WHERE `id` = '07c6b5999d9d9193ef9ff2ff95ef22b07b01a8a3'
AND `ip_address` = '216.73.216.6' ?>
|
| 0.0003 | SELECT GET_LOCK('bac8eca5fa873b90ae07603bc971f8b7', 300) AS ci_session_lock ?>
|
| 0.0003 | SELECT `data`
FROM `ml_sessions`
WHERE `id` = '07c6b5999d9d9193ef9ff2ff95ef22b07b01a8a3'
AND `ip_address` = '216.73.216.6' ?>
|
| 0.0005 | SELECT `username`, `user_id`
FROM `ml_users`
WHERE `username` = 'lolareels'
LIMIT 1 ?>
|
| 0.0008 | 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` = 35
GROUP BY `SC`.`source_id`
ORDER BY `source_count` DESC ?>
|