| 0.0004 |
SELECT 1 FROM `ml_sessions` WHERE `id` = '39921b59e52f65ba50e1226495868aea2bc0219d' AND `ip_address` = '216.73.216.111'
|
| 0.0002 |
SELECT GET_LOCK('561f10df0123d5bc55d59846a10d2a4b', 300) AS ci_session_lock
|
| 0.0003 |
SELECT `data` FROM `ml_sessions` WHERE `id` = '39921b59e52f65ba50e1226495868aea2bc0219d' AND `ip_address` = '216.73.216.111'
|
| 0.0004 |
SELECT `username`, `user_id` FROM `ml_users` WHERE `username` = 'BTSjunkie' LIMIT 1
|
| 0.0021 |
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` = 48 GROUP BY `SC`.`source_id` ORDER BY `source_count` DESC
|