| 0.0003 |
SELECT GET_LOCK('dbcf404b57fc0841a6c8d003568335af', 300) AS ci_session_lock
|
| 0.0003 |
SELECT `data` FROM `ml_sessions` WHERE `id` = '39b6c72982e2c31566fb7bc68acdb134a093c016' AND `ip_address` = '216.73.216.137'
|
| 0.0004 |
SELECT `username`, `user_id` FROM `ml_users` WHERE `username` = 'nobody' LIMIT 1
|
| 0.0006 |
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` = 49 AND YEAR(MV.date_viewed) = '2026' AND MONTH(MV.date_viewed) = '01' GROUP BY `SC`.`source_id` ORDER BY `source_count` DESC
|