| 0.0003 |
SELECT 1 FROM `ml_sessions` WHERE `id` = 'a256e96d6a01ff13cfb24b2e362d046328c5af64' AND `ip_address` = '216.73.216.137'
|
| 0.0002 |
SELECT GET_LOCK('410a6067f9b58d429fe97d1553e3b6f4', 300) AS ci_session_lock
|
| 0.0002 |
SELECT `data` FROM `ml_sessions` WHERE `id` = 'a256e96d6a01ff13cfb24b2e362d046328c5af64' AND `ip_address` = '216.73.216.137'
|
| 0.0003 |
SELECT `username`, `user_id` FROM `ml_users` WHERE `username` = 'phixed' LIMIT 1
|
| 0.0007 |
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` = 82 GROUP BY `SC`.`source_id` ORDER BY `source_count` DESC
|