| 0.0002 | SELECT 1
FROM `ml_sessions`
WHERE `id` = '4763227483adf97e37292c1d11cd1ad2768a74c1'
AND `ip_address` = '216.73.216.6' ?>
|
| 0.0002 | SELECT GET_LOCK('d748cc77cd340924a2f303e3acca599f', 300) AS ci_session_lock ?>
|
| 0.0006 | SELECT `data`
FROM `ml_sessions`
WHERE `id` = '4763227483adf97e37292c1d11cd1ad2768a74c1'
AND `ip_address` = '216.73.216.6' ?>
|
| 0.0004 | SELECT `username`, `user_id`
FROM `ml_users`
WHERE `username` = 'KrazyKatAIC'
LIMIT 1 ?>
|
| 0.0007 | SELECT `format_name`, COUNT(DISTINCT(MV.title_id)) AS format_count, `FM`.`format_id`
FROM `ml_movies` `MV`
LEFT JOIN `ml_lookup_formats` `FM` ON `MV`.`format_id` = `FM`.`format_id`
WHERE `MV`.`user_id` = 17
AND YEAR(MV.date_viewed) = '2026'
AND MONTH(MV.date_viewed) = '04'
GROUP BY `FM`.`format_id`
ORDER BY `format_count` DESC ?>
|