| 0.0003 | SELECT 1
FROM `ml_sessions`
WHERE `id` = '4709ec0e17e248ed6590125d9dc6b643b35858c5'
AND `ip_address` = '216.73.216.6' ?>
|
| 0.0019 | SELECT GET_LOCK('0b1b3fdafc9cd23b2db57435ad21013e', 300) AS ci_session_lock ?>
|
| 0.0005 | SELECT `data`
FROM `ml_sessions`
WHERE `id` = '4709ec0e17e248ed6590125d9dc6b643b35858c5'
AND `ip_address` = '216.73.216.6' ?>
|
| 0.0004 | SELECT `username`, `user_id`
FROM `ml_users`
WHERE `username` = 'noahphex'
LIMIT 1 ?>
|
| 0.0077 | 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` = 8
AND YEAR(MV.date_viewed) = '2026'
GROUP BY `SC`.`source_id`
ORDER BY `source_count` DESC ?>
|