| 0.0003 |
SELECT 1 FROM `ml_sessions` WHERE `id` = 'afaed296901dd0aac1323a51218095f40371102c' AND `ip_address` = '216.73.216.111'
|
| 0.0002 |
SELECT GET_LOCK('01a5a80447c3de00401841cab14f6151', 300) AS ci_session_lock
|
| 0.0002 |
SELECT `data` FROM `ml_sessions` WHERE `id` = 'afaed296901dd0aac1323a51218095f40371102c' AND `ip_address` = '216.73.216.111'
|
| 0.0187 |
SELECT DISTINCT(EV.event_id) FROM `ml_movie_events` `EV` LEFT JOIN `ml_movies` `MV` ON `MV`.`event_id` = `EV`.`event_id`
|
| 0.0171 |
SELECT DISTINCT(EV.event_id), `event_title`, `event_start_date`, `event_end_date` FROM `ml_movie_events` `EV` LEFT JOIN `ml_movies` `MV` ON `MV`.`event_id` = `EV`.`event_id` ORDER BY `event_start_date` DESC LIMIT 70, 10
|