8 queries took 7176 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT COUNT(*) AS `count` FROM `recipes` AS `Recipe` WHERE 1 = 1 118
2SELECT `Log`.`id`, `Log`.`date`, `Log`.`tag`, `Log`.`count`, `Log`.`created`, `Log`.`modified` FROM `log` AS `Log` WHERE `date` = '2009-01-09' ORDER BY `Log`.`count` DESC LIMIT 3030304
3SELECT `Log`.`id`, `Log`.`date`, `Log`.`tag`, `Log`.`count`, `Log`.`created`, `Log`.`modified` FROM `log` AS `Log` WHERE 1 = 1 ORDER BY `Log`.`modified` DESC LIMIT 3030304561
4SELECT `Recipe`.`id`, `Recipe`.`eid`, `Recipe`.`url`, `Recipe`.`title`, `Recipe`.`users`, `Recipe`.`tag`, `Recipe`.`tag_orig`, `Recipe`.`description`, `Recipe`.`date`, `Recipe`.`created`, `Recipe`.`modified` FROM `recipes` AS `Recipe` WHERE ((`title` LIKE '%混ぜご飯%') OR (`tag` LIKE '%混ぜご飯%') OR (`tag_orig` LIKE '%混ぜご飯%')) AND `users` >= 3 ORDER BY `Recipe`.`eid` DESC LIMIT 2522108
5SELECT COUNT(*) AS `count` FROM `recipes` AS `Recipe` WHERE ((`title` LIKE '%混ぜご飯%') OR (`tag` LIKE '%混ぜご飯%') OR (`tag_orig` LIKE '%混ぜご飯%')) AND `users` >= 3 1179
6SELECT `Log`.`id`, `Log`.`date`, `Log`.`tag`, `Log`.`count`, `Log`.`created`, `Log`.`modified` FROM `log` AS `Log` WHERE `tag` = '混ぜご飯' AND `date` = '2009-01-09' LIMIT 1112368
7SELECT COUNT(*) AS `count` FROM `log` AS `Log` WHERE `Log`.`id` = 184992 1147
8UPDATE `log` AS `Log` SET `Log`.`id` = 184992, `Log`.`date` = '2009-01-09', `Log`.`tag` = '混ぜご飯', `Log`.`count` = 2, `Log`.`created` = '2009-01-09 07:32:59', `Log`.`modified` = '2009-01-09 22:03:57' WHERE `Log`.`id` IN (184992) 11