| 0.0004 |
SELECT 1 FROM `ml_sessions` WHERE `id` = '05896cc757cacaef73147f683646a781bc754c89' AND `ip_address` = '216.73.216.111'
|
| 0.0002 |
SELECT GET_LOCK('fe5da13995f5e9e190c5806599c2afd3', 300) AS ci_session_lock
|
| 0.0003 |
SELECT `data` FROM `ml_sessions` WHERE `id` = '05896cc757cacaef73147f683646a781bc754c89' AND `ip_address` = '216.73.216.111'
|
| 0.0191 |
SELECT DISTINCT(EV.event_id) FROM `ml_movie_events` `EV` LEFT JOIN `ml_movies` `MV` ON `MV`.`event_id` = `EV`.`event_id`
|
| 0.0174 |
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 110, 10
|