| 0.0004 | SELECT 1
FROM `ml_sessions`
WHERE `id` = 'f71c595b8ccee5b24a25e8a4f71a3bad533c6793'
AND `ip_address` = '216.73.216.6' ?>
|
| 0.0002 | SELECT GET_LOCK('7572b8071c603e733fb359e747cbecf4', 300) AS ci_session_lock ?>
|
| 0.0002 | SELECT `data`
FROM `ml_sessions`
WHERE `id` = 'f71c595b8ccee5b24a25e8a4f71a3bad533c6793'
AND `ip_address` = '216.73.216.6' ?>
|
| 0.0003 | SELECT `username`, `user_id`
FROM `ml_users`
WHERE `username` = 'noahphex'
LIMIT 1 ?>
|
| 0.0073 | 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` = 8
AND YEAR(MV.date_viewed) = '2025'
GROUP BY `FM`.`format_id`
ORDER BY `format_count` DESC ?>
|