| 0.0003 |
SELECT 1 FROM `ml_sessions` WHERE `id` = '439e21dc10e449d2fc0da8dc99d81e7201a9864a' AND `ip_address` = '216.73.216.111'
|
| 0.0002 |
SELECT GET_LOCK('a573fdf17b292ce08ae19b671e46207f', 300) AS ci_session_lock
|
| 0.0003 |
SELECT `data` FROM `ml_sessions` WHERE `id` = '439e21dc10e449d2fc0da8dc99d81e7201a9864a' AND `ip_address` = '216.73.216.111'
|
| 0.0005 |
SELECT `username`, `user_id` FROM `ml_users` WHERE `username` = 'lolareels' LIMIT 1
|
| 0.0007 |
SELECT `device_name`, COUNT(DISTINCT(title_id)) AS device_count, `DV`.`device_id` FROM `ml_movies` `MV` LEFT JOIN `ml_lookup_devices` `DV` ON `MV`.`device_id` = `DV`.`device_id` WHERE `MV`.`user_id` = 35 AND YEAR(MV.date_viewed) = '2025' AND MONTH(MV.date_viewed) = '12' GROUP BY `DV`.`device_id` ORDER BY `device_count` DESC
|