| 0.0005 |
SELECT 1 FROM `ml_sessions` WHERE `id` = '9cb92c29865f9242375f8fe6211caee3cf457cb6' AND `ip_address` = '216.73.216.111'
|
| 0.0003 |
SELECT GET_LOCK('d894a3c04d3d2f253734d040c138e2b1', 300) AS ci_session_lock
|
| 0.0003 |
SELECT `data` FROM `ml_sessions` WHERE `id` = '9cb92c29865f9242375f8fe6211caee3cf457cb6' AND `ip_address` = '216.73.216.111'
|
| 0.0003 |
SELECT `username`, `user_id` FROM `ml_users` WHERE `username` = 'sleestakk' LIMIT 1
|
| 0.0090 |
SELECT DATE_FORMAT(date_viewed, "%Y") AS year_viewed, COUNT(date_viewed) AS total FROM `ml_movies` `MV` WHERE `MV`.`user_id` = 9 GROUP BY `year_viewed` ORDER BY `year_viewed` DESC
|