| 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-14 00:00:01') AND (`Order`.`created` < '2025-12-14 23:59:59')) ORDER BY `Order`.`created` DESC LIMIT 1000 | 0 | 0 | 1 | maybe slow |
| SELECT `Brand`.`id`, `Brand`.`name`, `Brand`.`slug`, `Brand`.`active`, `Brand`.`created`, `Brand`.`modified` FROM `flores_skecommerce`.`brands` AS `Brand` WHERE 1 = 1 | 7 | 7 | 1 | maybe slow |
| 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 `Category`.`slug` = 'Detalles' LIMIT 1 | 1 | 1 | 0 | |
| SELECT `Category`.`lft`, `Category`.`rght` FROM `flores_skecommerce`.`categories` AS `Category` WHERE `Category`.`id` = 18 LIMIT 1 | 1 | 1 | 1 | |
| 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 AND `Category`.`lft` <= 33 AND `Category`.`rght` >= 42 ORDER BY `Category`.`lft` asc | 1 | 1 | 0 | |
| SELECT `Category`.`lft`, `Category`.`rght` FROM `flores_skecommerce`.`categories` AS `Category` WHERE 1 = 1 AND `Category`.`id` = 18 LIMIT 1 | 1 | 1 | 2 | maybe slow |
| 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 AND `Category`.`rght` < 42 AND `Category`.`lft` > 33 ORDER BY `Category`.`lft` asc | 4 | 4 | 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 '%,14') OR (`Product`.`category_id` LIKE '%,14,%') OR (`Product`.`category_id` LIKE '14,%') OR (`Product`.`category_id` LIKE '14') OR (`Product`.`category_id` LIKE '%,15') OR (`Product`.`category_id` LIKE '%,15,%') OR (`Product`.`category_id` LIKE '15,%') OR (`Product`.`category_id` LIKE '15') OR (`Product`.`category_id` LIKE '%,19') OR (`Product`.`category_id` LIKE '%,19,%') OR (`Product`.`category_id` LIKE '19,%') OR (`Product`.`category_id` LIKE '19') OR (`Product`.`category_id` LIKE '%,23') OR (`Product`.`category_id` LIKE '%,23,%') OR (`Product`.`category_id` LIKE '23,%') OR (`Product`.`category_id` LIKE '23') OR (`Product`.`category_id` LIKE '%,18') OR (`Product`.`category_id` LIKE '%,18,%') OR (`Product`.`category_id` LIKE '18,%') OR (`Product`.`category_id` LIKE '18')) LIMIT 440, 20 | 20 | 20 | 7 | maybe slow |
| SELECT `Descuento`.`id`, `Descuento`.`nombre`, `Descuento`.`porcentaje`, `Descuento`.`desde`, `Descuento`.`hasta`, `Descuento`.`estado`, `Descuento`.`created`, `Descuento`.`modified`, `Descuento`.`tipo`, `ProductoDescuento`.`product_id`, `ProductoDescuento`.`descuento_id` FROM `flores_skecommerce`.`descuentos` AS `Descuento` JOIN `flores_skecommerce`.`producto_descuentos` AS `ProductoDescuento` ON (`ProductoDescuento`.`product_id` IN (839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858) AND `ProductoDescuento`.`descuento_id` = `Descuento`.`id`) WHERE `Descuento`.`hasta` >= NOW() AND `Descuento`.`desde` <= NOW() AND estado=0 | 0 | 0 | 4 | maybe slow |
| select * from products where slug='ososderosasflorescali' | 1 | 1 | 4 | maybe slow |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from producto_descuentos inner join descuentos on producto_descuentos.descuento_id=descuentos.id where estado=1 and tipo=0 and producto_descuentos.product_id=839 | 0 | 0 | 1 | maybe slow |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from categoria_descuentos inner join descuentos on categoria_descuentos.descuento_id=descuentos.id where estado=1 and tipo=1 and categoria_descuentos.category_id in (1,2,4,5,9,10,22,25,18,15,19,7) order by porcentaje desc limit 1 | 0 | 0 | 1 | maybe slow |
| select * from products where slug='ramodenoviafloristeriasencali' | 1 | 1 | 2 | maybe slow |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from producto_descuentos inner join descuentos on producto_descuentos.descuento_id=descuentos.id where estado=1 and tipo=0 and producto_descuentos.product_id=840 | 0 | 0 | 2 | maybe slow |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from categoria_descuentos inner join descuentos on categoria_descuentos.descuento_id=descuentos.id where estado=1 and tipo=1 and categoria_descuentos.category_id in (1,17,8,4,5,18) order by porcentaje desc limit 1 | 0 | 0 | 0 | |
| select * from products where slug='ramoderosasconmariposaencali' | 1 | 1 | 1 | |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from producto_descuentos inner join descuentos on producto_descuentos.descuento_id=descuentos.id where estado=1 and tipo=0 and producto_descuentos.product_id=841 | 0 | 0 | 2 | maybe slow |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from categoria_descuentos inner join descuentos on categoria_descuentos.descuento_id=descuentos.id where estado=1 and tipo=1 and categoria_descuentos.category_id in (1,17,2,8,4,5,9,10,11,22,24,25,18,19,23,7,20) order by porcentaje desc limit 1 | 0 | 0 | 1 | maybe slow |
| select * from products where slug='ramoderosasmoradasencali' | 1 | 1 | 2 | maybe slow |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from producto_descuentos inner join descuentos on producto_descuentos.descuento_id=descuentos.id where estado=1 and tipo=0 and producto_descuentos.product_id=842 | 0 | 0 | 2 | maybe slow |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from categoria_descuentos inner join descuentos on categoria_descuentos.descuento_id=descuentos.id where estado=1 and tipo=1 and categoria_descuentos.category_id in (1,17,2,8,4,5,10,11,24,25,19,23,7,20) order by porcentaje desc limit 1 | 0 | 0 | 2 | maybe slow |
| select * from products where slug='rosasconpeluchesfloristeriasencali' | 1 | 1 | 1 | |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from producto_descuentos inner join descuentos on producto_descuentos.descuento_id=descuentos.id where estado=1 and tipo=0 and producto_descuentos.product_id=843 | 0 | 0 | 2 | maybe slow |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from categoria_descuentos inner join descuentos on categoria_descuentos.descuento_id=descuentos.id where estado=1 and tipo=1 and categoria_descuentos.category_id in (1,17,2,8,4,5,9,11,22,24,25,18,15,19,23,7,20) order by porcentaje desc limit 1 | 0 | 0 | 2 | maybe slow |
| select * from products where slug='buchonderosasrojasflores' | 1 | 1 | 1 | |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from producto_descuentos inner join descuentos on producto_descuentos.descuento_id=descuentos.id where estado=1 and tipo=0 and producto_descuentos.product_id=844 | 0 | 0 | 3 | maybe slow |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from categoria_descuentos inner join descuentos on categoria_descuentos.descuento_id=descuentos.id where estado=1 and tipo=1 and categoria_descuentos.category_id in (1,17,2,8,4,5,9,10,11,22,24,25,19,23,7,20) order by porcentaje desc limit 1 | 0 | 0 | 1 | maybe slow |
| select * from products where slug='cilindroderosascongloboflorescali' | 1 | 1 | 1 | |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from producto_descuentos inner join descuentos on producto_descuentos.descuento_id=descuentos.id where estado=1 and tipo=0 and producto_descuentos.product_id=845 | 0 | 0 | 2 | maybe slow |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from categoria_descuentos inner join descuentos on categoria_descuentos.descuento_id=descuentos.id where estado=1 and tipo=1 and categoria_descuentos.category_id in (1,17,2,8,4,5,11,22,24,25,19,23,7,20) order by porcentaje desc limit 1 | 0 | 0 | 1 | maybe slow |
| select * from products where slug='buchondefloresrojascali' | 1 | 1 | 1 | |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from producto_descuentos inner join descuentos on producto_descuentos.descuento_id=descuentos.id where estado=1 and tipo=0 and producto_descuentos.product_id=846 | 0 | 0 | 1 | maybe slow |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from categoria_descuentos inner join descuentos on categoria_descuentos.descuento_id=descuentos.id where estado=1 and tipo=1 and categoria_descuentos.category_id in (1,17,2,8,4,5,11,22,24,25,19,23,7,20) order by porcentaje desc limit 1 | 0 | 0 | 2 | maybe slow |
| select * from products where slug='ramoderosasfloresencali' | 1 | 1 | 2 | maybe slow |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from producto_descuentos inner join descuentos on producto_descuentos.descuento_id=descuentos.id where estado=1 and tipo=0 and producto_descuentos.product_id=847 | 0 | 0 | 1 | maybe slow |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from categoria_descuentos inner join descuentos on categoria_descuentos.descuento_id=descuentos.id where estado=1 and tipo=1 and categoria_descuentos.category_id in (1,17,2,8,4,5,11,22,24,25,19,23,7,20) order by porcentaje desc limit 1 | 0 | 0 | 0 | |
| select * from products where slug='ramodegirasolescali' | 1 | 1 | 1 | |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from producto_descuentos inner join descuentos on producto_descuentos.descuento_id=descuentos.id where estado=1 and tipo=0 and producto_descuentos.product_id=848 | 0 | 0 | 2 | maybe slow |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from categoria_descuentos inner join descuentos on categoria_descuentos.descuento_id=descuentos.id where estado=1 and tipo=1 and categoria_descuentos.category_id in (1,17,2,8,4,5,22,24,25,19,23,7,20) order by porcentaje desc limit 1 | 0 | 0 | 1 | maybe slow |
| select * from products where slug='bouquetderosasygirasolescali' | 1 | 1 | 4 | maybe slow |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from producto_descuentos inner join descuentos on producto_descuentos.descuento_id=descuentos.id where estado=1 and tipo=0 and producto_descuentos.product_id=849 | 0 | 0 | 0 | |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from categoria_descuentos inner join descuentos on categoria_descuentos.descuento_id=descuentos.id where estado=1 and tipo=1 and categoria_descuentos.category_id in (1,17,2,8,4,5,22,24,25,19,23,7,20) order by porcentaje desc limit 1 | 0 | 0 | 2 | maybe slow |
| select * from products where slug='ramoderosasconmargaritasencali' | 1 | 1 | 3 | maybe slow |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from producto_descuentos inner join descuentos on producto_descuentos.descuento_id=descuentos.id where estado=1 and tipo=0 and producto_descuentos.product_id=850 | 0 | 0 | 2 | maybe slow |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from categoria_descuentos inner join descuentos on categoria_descuentos.descuento_id=descuentos.id where estado=1 and tipo=1 and categoria_descuentos.category_id in (1,2,8,4,5,22,24,25,19,23,7,20) order by porcentaje desc limit 1 | 0 | 0 | 2 | maybe slow |
| select * from products where slug='bouquetderosasescaleracali' | 1 | 1 | 2 | maybe slow |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from producto_descuentos inner join descuentos on producto_descuentos.descuento_id=descuentos.id where estado=1 and tipo=0 and producto_descuentos.product_id=851 | 0 | 0 | 1 | maybe slow |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from categoria_descuentos inner join descuentos on categoria_descuentos.descuento_id=descuentos.id where estado=1 and tipo=1 and categoria_descuentos.category_id in (17,2,8,4,5,10,11,22,24,25,19,23,7,20) order by porcentaje desc limit 1 | 0 | 0 | 2 | maybe slow |
| select * from products where slug='detallegirasolencali' | 1 | 1 | 1 | |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from producto_descuentos inner join descuentos on producto_descuentos.descuento_id=descuentos.id where estado=1 and tipo=0 and producto_descuentos.product_id=852 | 0 | 0 | 5 | maybe slow |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from categoria_descuentos inner join descuentos on categoria_descuentos.descuento_id=descuentos.id where estado=1 and tipo=1 and categoria_descuentos.category_id in (17,2,8,4,5,9,22,24,25,19,23,7,20) order by porcentaje desc limit 1 | 0 | 0 | 2 | maybe slow |
| select * from products where slug='ramobuchonderosasencali' | 1 | 1 | 1 | |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from producto_descuentos inner join descuentos on producto_descuentos.descuento_id=descuentos.id where estado=1 and tipo=0 and producto_descuentos.product_id=853 | 0 | 0 | 3 | maybe slow |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from categoria_descuentos inner join descuentos on categoria_descuentos.descuento_id=descuentos.id where estado=1 and tipo=1 and categoria_descuentos.category_id in (1,17,2,8,4,5,22,24,25,19,23,7,20) order by porcentaje desc limit 1 | 0 | 0 | 0 | |
| select * from products where slug='ramobuchonderosasflorescali' | 1 | 1 | 1 | |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from producto_descuentos inner join descuentos on producto_descuentos.descuento_id=descuentos.id where estado=1 and tipo=0 and producto_descuentos.product_id=854 | 0 | 0 | 3 | maybe slow |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from categoria_descuentos inner join descuentos on categoria_descuentos.descuento_id=descuentos.id where estado=1 and tipo=1 and categoria_descuentos.category_id in (1,17,2,8,4,5,22,24,25,19,23,7,20) order by porcentaje desc limit 1 | 0 | 0 | 0 | |
| select * from products where slug='bouquetderosasrosadasflorescali' | 1 | 1 | 9 | maybe slow |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from producto_descuentos inner join descuentos on producto_descuentos.descuento_id=descuentos.id where estado=1 and tipo=0 and producto_descuentos.product_id=855 | 0 | 0 | 1 | maybe slow |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from categoria_descuentos inner join descuentos on categoria_descuentos.descuento_id=descuentos.id where estado=1 and tipo=1 and categoria_descuentos.category_id in (1,2,8,4,5,22,24,25,19,23,7,20) order by porcentaje desc limit 1 | 0 | 0 | 2 | maybe slow |
| select * from products where slug='bouquetfloresvariedadcali' | 1 | 1 | 3 | maybe slow |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from producto_descuentos inner join descuentos on producto_descuentos.descuento_id=descuentos.id where estado=1 and tipo=0 and producto_descuentos.product_id=856 | 0 | 0 | 3 | maybe slow |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from categoria_descuentos inner join descuentos on categoria_descuentos.descuento_id=descuentos.id where estado=1 and tipo=1 and categoria_descuentos.category_id in (1,8,4,5,22,24,25,19,23,7,20) order by porcentaje desc limit 1 | 0 | 0 | 1 | maybe slow |
| select * from products where slug='bouquetderosascondecoracioncali' | 1 | 1 | 2 | maybe slow |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from producto_descuentos inner join descuentos on producto_descuentos.descuento_id=descuentos.id where estado=1 and tipo=0 and producto_descuentos.product_id=857 | 0 | 0 | 2 | maybe slow |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from categoria_descuentos inner join descuentos on categoria_descuentos.descuento_id=descuentos.id where estado=1 and tipo=1 and categoria_descuentos.category_id in (1,17,2,8,4,5,9,11,22,24,25,19,23,7,20) order by porcentaje desc limit 1 | 0 | 0 | 0 | |
| select * from products where slug='ramoderosasyperlaflorescali' | 1 | 1 | 1 | |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from producto_descuentos inner join descuentos on producto_descuentos.descuento_id=descuentos.id where estado=1 and tipo=0 and producto_descuentos.product_id=858 | 0 | 0 | 2 | maybe slow |
| select id, nombre, porcentaje, desde, hasta, estado, created, modified, tipo from categoria_descuentos inner join descuentos on categoria_descuentos.descuento_id=descuentos.id where estado=1 and tipo=1 and categoria_descuentos.category_id in (1,17,2,8,4,5,22,24,25,19,23,7,20) order by porcentaje desc limit 1 | 0 | 0 | 0 | |
| SELECT COUNT(*) AS `count` FROM `flores_skecommerce`.`products` AS `Product` WHERE ((`Product`.`category_id` LIKE '%,14') OR (`Product`.`category_id` LIKE '%,14,%') OR (`Product`.`category_id` LIKE '14,%') OR (`Product`.`category_id` LIKE '14') OR (`Product`.`category_id` LIKE '%,15') OR (`Product`.`category_id` LIKE '%,15,%') OR (`Product`.`category_id` LIKE '15,%') OR (`Product`.`category_id` LIKE '15') OR (`Product`.`category_id` LIKE '%,19') OR (`Product`.`category_id` LIKE '%,19,%') OR (`Product`.`category_id` LIKE '19,%') OR (`Product`.`category_id` LIKE '19') OR (`Product`.`category_id` LIKE '%,23') OR (`Product`.`category_id` LIKE '%,23,%') OR (`Product`.`category_id` LIKE '23,%') OR (`Product`.`category_id` LIKE '23') OR (`Product`.`category_id` LIKE '%,18') OR (`Product`.`category_id` LIKE '%,18,%') OR (`Product`.`category_id` LIKE '18,%') OR (`Product`.`category_id` LIKE '18')) | 1 | 1 | 4 | maybe slow |
7 duplicate queries run.