(default) 4 queries took 1 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT `SystemValue`.`id`, `SystemValue`.`name`, `SystemValue`.`value`, `SystemValue`.`type`, `SystemValue`.`valid`, `SystemValue`.`tag`, `SystemValue`.`class`, `SystemValue`.`comment`, `SystemValue`.`explain`, `SystemValue`.`is_view`, `SystemValue`.`is_required`, `SystemValue`.`memo`, `SystemValue`.`modified` FROM `urisouko_shopoff`.`system_values` AS `SystemValue` WHERE 1 = 123230
2SELECT `Sorting`.`controller`, `Sorting`.`column`, `Sorting`.`sort`, `Sorting`.`limit` FROM `urisouko_shopoff`.`sortings` AS `Sorting` WHERE `controller` = 'news' LIMIT 1110
3SELECT `News`.`id`, `News`.`title`, `News`.`body`, `News`.`memo`, `News`.`is_publish`, `News`.`is_delete`, `News`.`modified`, `News`.`created` FROM `urisouko_shopoff`.`news` AS `News` WHERE `is_delete` = 0 AND `is_publish` = 1 AND `News`.`is_delete` = 0 ORDER BY `News`.`id` DESC LIMIT 1010101
4SELECT COUNT(*) AS `count` FROM `urisouko_shopoff`.`news` AS `News` WHERE `is_delete` = 0 AND `is_publish` = 1 AND `News`.`is_delete` = 0110