| 0.0004 |
SELECT 1 FROM `ml_sessions` WHERE `id` = '2fa4838ea3d7ef6e14981ad5f2df389068b6d182' AND `ip_address` = '216.73.216.137'
|
| 0.0008 |
SELECT GET_LOCK('99329cdcf78c2a6189a07c126502df21', 300) AS ci_session_lock
|
| 0.0002 |
SELECT `data` FROM `ml_sessions` WHERE `id` = '2fa4838ea3d7ef6e14981ad5f2df389068b6d182' AND `ip_address` = '216.73.216.137'
|
| 0.0222 |
SELECT DISTINCT(EV.event_id) FROM `ml_movie_events` `EV` LEFT JOIN `ml_movies` `MV` ON `MV`.`event_id` = `EV`.`event_id`
|
| 0.0214 |
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 50, 10
|