| 0.0004 | SELECT 1
FROM `ml_sessions`
WHERE `id` = '71f3800374fd1d0724688224222a4f9fd3787ac3'
AND `ip_address` = '216.73.216.6' ?>
|
| 0.0541 | SELECT GET_LOCK('90d49b45466c73c647c0fa755fdd3959', 300) AS ci_session_lock ?>
|
| 0.0004 | SELECT `data`
FROM `ml_sessions`
WHERE `id` = '71f3800374fd1d0724688224222a4f9fd3787ac3'
AND `ip_address` = '216.73.216.6' ?>
|
| 0.0009 | SELECT `username`, `user_id`
FROM `ml_users`
WHERE `username` = 'sleestakk'
LIMIT 1 ?>
|
| 0.0216 | 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` = 9
AND YEAR(MV.date_viewed) = '2025'
GROUP BY `SC`.`source_id`
ORDER BY `source_count` DESC ?>
|