| 3.6100 |
select `id` from `cle_products_categories` where `lft` >= ? and `rgt` <= ? -- 3,4
|
| 1.9200 |
select count(*) as aggregate from `cle_products` where `trash` = ? and `public` = ? and `cle_products`.`type` = ? and `cle_products`.`id` in (select distinct `object_id` from `cle_relationships` where `object_type` = ? and `category_id` in (?)) -- 0,1,product,products,18
|
| 0.2100 |
select `id` from `cle_products_categories` where `lft` >= ? and `rgt` <= ? -- 3,4
|
| 1.8100 |
select * from `cle_products` where `trash` = ? and `public` = ? and `cle_products`.`type` = ? and `cle_products`.`id` in (select distinct `object_id` from `cle_relationships` where `object_type` = ? and `category_id` in (?)) order by `cle_products`.`order` asc, `cle_products`.`created` desc limit 15 -- 0,1,product,products,18
|
| 0.9300 |
select `cle_menu`.`id`, `name`, `slug`, `type`, `object_type`, `menu_id`, `parent_id`, `object_id` from `cle_menu` where `menu_id` = ? and `parent_id` = ? order by `order` asc, `created` asc -- 1,0
|
| 0.3200 |
select `cle_menu`.`id`, `name`, `slug`, `type`, `object_type`, `menu_id`, `parent_id`, `object_id` from `cle_menu` where `menu_id` = ? and `parent_id` = ? order by `order` asc, `created` asc -- 5,0
|
| 1.2400 |
select * from information_schema.tables where table_schema = ? and table_name = ? and table_type = 'BASE TABLE' -- maymayph_dbskd,cle_products_metadata
|
| 0.9800 |
select * from `cle_products_metadata` where `object_id` = ? and `meta_key` = ? limit 1 -- 62,rating_star
|
| 0.4200 |
select * from information_schema.tables where table_schema = ? and table_name = ? and table_type = 'BASE TABLE' -- maymayph_dbskd,cle_products_metadata
|
| 0.3000 |
select * from `cle_products_metadata` where `object_id` = ? and `meta_key` = ? limit 1 -- 46,rating_star
|