| 0.0003 |
SELECT 1 FROM `ml_sessions` WHERE `id` = 'cc9a0e365aef4ead9867fea5e6a1f3a75245754e' AND `ip_address` = '216.73.216.111'
|
| 0.0657 |
SELECT GET_LOCK('edfd47a5cb67737440e3f983b6c59307', 300) AS ci_session_lock
|
| 0.0004 |
SELECT `data` FROM `ml_sessions` WHERE `id` = 'cc9a0e365aef4ead9867fea5e6a1f3a75245754e' AND `ip_address` = '216.73.216.111'
|
| 0.0004 |
SELECT DISTINCT(L.list_id) FROM `ml_lists` `L`
|
| 0.0023 |
SELECT L.list_id, COUNT(DISTINCT(JTL.title_id)) AS total, title, prefix, timestamp FROM `ml_lists` `L` LEFT JOIN `ml_junction_titles_lists` `JTL` ON `L`.`list_id` = `JTL`.`list_id` GROUP BY `L`.`list_id` ORDER BY `timestamp` DESC LIMIT 20, 10
|