| 0.0003 |
SELECT 1 FROM `ml_sessions` WHERE `id` = '67d608e880d82f07d4006c6b0bfdd3cf8982a526' AND `ip_address` = '216.73.216.137'
|
| 0.0003 |
SELECT GET_LOCK('5eb4677fbd4085d7a291034db333cb8c', 300) AS ci_session_lock
|
| 0.0002 |
SELECT `data` FROM `ml_sessions` WHERE `id` = '67d608e880d82f07d4006c6b0bfdd3cf8982a526' AND `ip_address` = '216.73.216.137'
|
| 0.0012 |
SELECT `username`, `user_id` FROM `ml_users` WHERE `username` = 'nobody' LIMIT 1
|
| 0.0006 |
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` = 49 AND YEAR(MV.date_viewed) = '2026' AND MONTH(MV.date_viewed) = '02' GROUP BY `FM`.`format_id` ORDER BY `format_count` DESC
|