| 0.0003 | SELECT 1
FROM `ml_sessions`
WHERE `id` = 'ce21550f3a2854390b0e7792cfb4ddcaa315da6b'
AND `ip_address` = '216.73.216.6' ?>
|
| 0.0002 | SELECT GET_LOCK('52af210ec68614120ad54fde32f9c1c4', 300) AS ci_session_lock ?>
|
| 0.0003 | SELECT `data`
FROM `ml_sessions`
WHERE `id` = 'ce21550f3a2854390b0e7792cfb4ddcaa315da6b'
AND `ip_address` = '216.73.216.6' ?>
|
| 0.0014 | SELECT `username`, `user_id`
FROM `ml_users`
WHERE `username` = 'moonspeak'
LIMIT 1 ?>
|
| 0.0007 | 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` = 43
GROUP BY `FM`.`format_id`
ORDER BY `format_count` DESC ?>
|