| 0.0004 |
SELECT 1 FROM `ml_sessions` WHERE `id` = 'a354f8171710f235e1a042471a068c2b99973f49' AND `ip_address` = '216.73.216.137'
|
| 0.0003 |
SELECT GET_LOCK('9b1f319f5291a2be08121fc374059579', 300) AS ci_session_lock
|
| 0.0002 |
SELECT `data` FROM `ml_sessions` WHERE `id` = 'a354f8171710f235e1a042471a068c2b99973f49' AND `ip_address` = '216.73.216.137'
|
| 0.0003 |
SELECT `username`, `user_id` FROM `ml_users` WHERE `username` = 'noahphex' LIMIT 1
|
| 0.0067 |
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` = 8 AND YEAR(MV.date_viewed) = '2025' GROUP BY `SC`.`source_id` ORDER BY `source_count` DESC
|