| 0.0004 |
SELECT 1 FROM `ml_sessions` WHERE `id` = '05896cc757cacaef73147f683646a781bc754c89' AND `ip_address` = '216.73.216.111'
|
| 1.5327 |
SELECT GET_LOCK('fe5da13995f5e9e190c5806599c2afd3', 300) AS ci_session_lock
|
| 0.0004 |
SELECT `data` FROM `ml_sessions` WHERE `id` = '05896cc757cacaef73147f683646a781bc754c89' AND `ip_address` = '216.73.216.111'
|
| 0.0005 |
SELECT `username`, `user_id` FROM `ml_users` WHERE `username` = 'noahphex' LIMIT 1
|
| 0.0098 |
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` = 8 GROUP BY `FM`.`format_id` ORDER BY `format_count` DESC
|