11
| Nr | Query | Error | Affected | Num. rows | Took (ms) |
|---|---|---|---|---|---|
| 1 | SELECT `Config`.`key`, `Config`.`value` FROM `acurebd_main`.`configs` AS `Config` WHERE 1 = 1 | 67 | 67 | 1 | |
| 2 | SELECT `Category`.`id`, `Category`.`name`, `Category`.`slug`, `Category`.`product_id` FROM `acurebd_main`.`categories` AS `Category` WHERE `Category`.`status` = '1' AND `Category`.`parent_id` = 0 ORDER BY `Category`.`sequence` ASC | 12 | 12 | 1 | |
| 3 | SELECT `ChildCategory`.`id`, `ChildCategory`.`name`, `ChildCategory`.`slug`, `ChildCategory`.`parent_id` FROM `acurebd_main`.`categories` AS `ChildCategory` WHERE `ChildCategory`.`parent_id` IN (73, 4, 9, 29, 28, 21, 30, 24, 20, 26, 6, 15) | 40 | 40 | 1 | |
| 4 | SELECT `News`.`id`, `News`.`title`, `News`.`color_code` FROM `acurebd_main`.`news` AS `News` WHERE `type` = '1' AND `status` = '1' ORDER BY `sequence` ASC | 0 | 0 | 0 | |
| 5 | BEGIN | 0 | 0 | 0 | |
| 6 | ROLLBACK | 0 | 0 | 0 | |
| 7 | SELECT `Brand`.`id`, `Brand`.`name`, `Brand`.`slug`, Count(`Product`.`id`) AS item_total FROM `acurebd_main`.`brands` AS `Brand` LEFT JOIN `acurebd_main`.`products` AS `Product` ON (`Product`.`brand_id` = `Brand`.`id`) WHERE `Product`.`status` = '1' AND (`Product`.`is_corporate_porduct` LIKE '%3%' OR `Product`.`is_corporate_porduct` LIKE '%4%') GROUP BY `Brand`.`id` HAVING Count(`Product`.`id`) >0 ORDER BY `Brand`.`created` DESC | 17 | 17 | 3 | |
| 8 | SELECT `Category`.`id`, `Category`.`name`, `Category`.`b_title`, `Category`.`slug`, `Category`.`spec`, `Category`.`meta_title`, `Category`.`meta_key`, `Category`.`meta_description` FROM `acurebd_main`.`categories` AS `Category` WHERE `slug` = 'family-care-products' LIMIT 1 | 1 | 1 | 1 | |
| 9 | SELECT `Product`.`slug`, `Tag`.`title` FROM `acurebd_main`.`tags` AS `Tag` LEFT JOIN `acurebd_main`.`products` AS `Product` ON (`Tag`.`product_id` = `Product`.`id`) WHERE `Tag`.`status` = '1' | 12 | 12 | 8 |