| 0.0003 |
SELECT 1 FROM `ml_sessions` WHERE `id` = 'cc9a0e365aef4ead9867fea5e6a1f3a75245754e' AND `ip_address` = '216.73.216.111'
|
| 0.0002 |
SELECT GET_LOCK('edfd47a5cb67737440e3f983b6c59307', 300) AS ci_session_lock
|
| 0.0003 |
SELECT `data` FROM `ml_sessions` WHERE `id` = 'cc9a0e365aef4ead9867fea5e6a1f3a75245754e' AND `ip_address` = '216.73.216.111'
|
| 0.0227 |
SELECT DISTINCT(EV.event_id) FROM `ml_movie_events` `EV` LEFT JOIN `ml_movies` `MV` ON `MV`.`event_id` = `EV`.`event_id`
|
| 0.0170 |
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 30, 10
|