| 0.0003 |
SELECT 1 FROM `ml_sessions` WHERE `id` = '8216c46be419e7bca6a8219baf32234901243cbc' AND `ip_address` = '216.73.216.111'
|
| 0.0002 |
SELECT GET_LOCK('b59945b5eb3f6158919545a1e14a2e3d', 300) AS ci_session_lock
|
| 0.0002 |
SELECT `data` FROM `ml_sessions` WHERE `id` = '8216c46be419e7bca6a8219baf32234901243cbc' AND `ip_address` = '216.73.216.111'
|
| 0.0003 |
SELECT `username`, `user_id` FROM `ml_users` WHERE `username` = 'deadbeatatdawn' LIMIT 1
|
| 0.0005 |
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` = 60 AND YEAR(MV.date_viewed) = '2025' AND MONTH(MV.date_viewed) = '12' GROUP BY `FM`.`format_id` ORDER BY `format_count` DESC
|