| Query | Affected | Num. rows | Took (ms) | Actions |
|---|
| SELECT `Category`.`id`, `Category`.`parent_id`, `Category`.`lft`, `Category`.`rght`, `Category`.`name`, `Category`.`slug`, `Category`.`description`, `Category`.`descripcionadicional`, `Category`.`created`, `Category`.`modified` FROM `flores_skecommerce`.`categories` AS `Category` WHERE 1 = 1 ORDER BY `Category`.`lft` ASC | 25 | 25 | 0 | |
| SELECT `Banner`.`id`, `Banner`.`name`, `Banner`.`title`, `Banner`.`subtitle`, `Banner`.`link`, `Banner`.`image`, `Banner`.`active`, `Banner`.`created`, `Banner`.`modified`, `Banner`.`grupobanner_id` FROM `flores_skecommerce`.`banners` AS `Banner` WHERE 1 = 1 | 3 | 3 | 0 | |
| SELECT `Order`.`id`, `Order`.`first_name`, `Order`.`last_name`, `Order`.`identity_number`, `Order`.`email`, `Order`.`phone`, `Order`.`neighborhood`, `Order`.`billing_address`, `Order`.`billing_address2`, `Order`.`billing_city`, `Order`.`billing_zip`, `Order`.`billing_state`, `Order`.`billing_country`, `Order`.`shipping_address`, `Order`.`shipping_address2`, `Order`.`shipping_city`, `Order`.`shipping_zip`, `Order`.`shipping_state`, `Order`.`shipping_country`, `Order`.`weight`, `Order`.`order_item_count`, `Order`.`observations`, `Order`.`subtotal`, `Order`.`tax`, `Order`.`shipping`, `Order`.`total`, `Order`.`order_type`, `Order`.`authorization`, `Order`.`transaction`, `Order`.`status`, `Order`.`ip_address`, `Order`.`created`, `Order`.`modified` FROM `flores_skecommerce`.`orders` AS `Order` WHERE ((`Order`.`created` > '2025-12-13 00:00:01') AND (`Order`.`created` < '2025-12-13 23:59:59')) ORDER BY `Order`.`created` DESC LIMIT 1000 | 0 | 0 | 0 | |
| SELECT `Product`.`id`, `Product`.`category_id`, `Product`.`brand_id`, `Product`.`name`, `Product`.`slug`, `Product`.`description`, `Product`.`image`, `Product`.`price`, `Product`.`weight`, `Product`.`tags`, `Product`.`views`, `Product`.`active`, `Product`.`created`, `Product`.`modified`, `Brand`.`id`, `Brand`.`name`, `Brand`.`slug`, `Brand`.`active`, `Brand`.`created`, `Brand`.`modified` FROM `flores_skecommerce`.`products` AS `Product` LEFT JOIN `flores_skecommerce`.`brands` AS `Brand` ON (`Product`.`brand_id` = `Brand`.`id`) WHERE `Product`.`active` = 1 AND `Brand`.`active` = 1 ORDER BY ((`Product`.`id`*100)/(`Product`.`views`/`Product`.`id`+1)) ASC LIMIT 20 | 20 | 20 | 9 | maybe slow |
| SELECT COUNT(*) AS `count` FROM `flores_skecommerce`.`products` AS `Product` LEFT JOIN `flores_skecommerce`.`brands` AS `Brand` ON (`Product`.`brand_id` = `Brand`.`id`) WHERE `Product`.`active` = 1 AND `Brand`.`active` = 1 | 1 | 1 | 2 | maybe slow |
| SELECT `Product`.`id`, `Product`.`category_id`, `Product`.`brand_id`, `Product`.`name`, `Product`.`slug`, `Product`.`description`, `Product`.`image`, `Product`.`price`, `Product`.`weight`, `Product`.`tags`, `Product`.`views`, `Product`.`active`, `Product`.`created`, `Product`.`modified` FROM `flores_skecommerce`.`products` AS `Product` WHERE ((`Product`.`category_id` LIKE '%,12') OR (`Product`.`category_id` LIKE '%,12,%') OR (`Product`.`category_id` LIKE '12,%') OR (`Product`.`category_id` LIKE '12')) ORDER BY `Product`.`name` ASC LIMIT 16 | 14 | 14 | 4 | maybe slow |
| SELECT `Product`.`id`, `Product`.`category_id`, `Product`.`brand_id`, `Product`.`name`, `Product`.`slug`, `Product`.`description`, `Product`.`image`, `Product`.`price`, `Product`.`weight`, `Product`.`tags`, `Product`.`views`, `Product`.`active`, `Product`.`created`, `Product`.`modified` FROM `flores_skecommerce`.`products` AS `Product` WHERE ((`Product`.`category_id` LIKE '%,10') OR (`Product`.`category_id` LIKE '%,10,%') OR (`Product`.`category_id` LIKE '10,%') OR (`Product`.`category_id` LIKE '10')) ORDER BY `Product`.`name` ASC LIMIT 16 | 16 | 16 | 1 | maybe slow |
| SELECT `Product`.`id`, `Product`.`category_id`, `Product`.`brand_id`, `Product`.`name`, `Product`.`slug`, `Product`.`description`, `Product`.`image`, `Product`.`price`, `Product`.`weight`, `Product`.`tags`, `Product`.`views`, `Product`.`active`, `Product`.`created`, `Product`.`modified` FROM `flores_skecommerce`.`products` AS `Product` WHERE ((`Product`.`category_id` LIKE '%,6') OR (`Product`.`category_id` LIKE '%,6,%') OR (`Product`.`category_id` LIKE '6,%') OR (`Product`.`category_id` LIKE '6')) ORDER BY `Product`.`name` ASC LIMIT 16 | 16 | 16 | 2 | maybe slow |
| SELECT `Product`.`id`, `Product`.`category_id`, `Product`.`brand_id`, `Product`.`name`, `Product`.`slug`, `Product`.`description`, `Product`.`image`, `Product`.`price`, `Product`.`weight`, `Product`.`tags`, `Product`.`views`, `Product`.`active`, `Product`.`created`, `Product`.`modified` FROM `flores_skecommerce`.`products` AS `Product` WHERE 1 = 1 ORDER BY `Product`.`created` DESC LIMIT 6 | 6 | 6 | 1 | maybe slow |
| SELECT `Product`.`id`, `Product`.`category_id`, `Product`.`brand_id`, `Product`.`name`, `Product`.`slug`, `Product`.`description`, `Product`.`image`, `Product`.`price`, `Product`.`weight`, `Product`.`tags`, `Product`.`views`, `Product`.`active`, `Product`.`created`, `Product`.`modified` FROM `flores_skecommerce`.`products` AS `Product` WHERE 1 = 1 ORDER BY `Product`.`views` DESC LIMIT 6 | 6 | 6 | 1 | maybe slow |
| SELECT `Banner`.`id`, `Banner`.`name`, `Banner`.`title`, `Banner`.`subtitle`, `Banner`.`link`, `Banner`.`image`, `Banner`.`active`, `Banner`.`created`, `Banner`.`modified`, `Banner`.`grupobanner_id` FROM `flores_skecommerce`.`banners` AS `Banner` WHERE 1 = 1 ORDER BY `id` DESC | 3 | 3 | 0 | |
| UPDATE `flores_skecommerce`.`products` AS `Product` SET `Product`.`views` = Product.views + 1 WHERE `Product`.`id` IN (26, 27, 29, 30, 31, 35, 39, 40, 47, 52, 53, 57, 58, 61, 62, 63, 64, 65, 68, 66) | 20 | 20 | 1 | maybe slow |