| 2.5600 |
select * from `cle_routes` where `slug` = ? limit 1 -- may-1-kim-buoc-h6
|
| 3.7900 |
select * from `cle_products_categories` where `slug` = ? and `cle_products_categories`.`public` = ? limit 1 -- may-1-kim-buoc-h6,1
|
| 0.2100 |
select `id` from `cle_products_categories` where `lft` >= ? and `rgt` <= ? -- 7,8
|
| 1.2200 |
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,48
|
| 0.1500 |
select `id` from `cle_products_categories` where `lft` >= ? and `rgt` <= ? -- 7,8
|
| 0.6300 |
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,48
|
| 0.2600 |
select * from information_schema.tables where table_schema = ? and table_name = ? and table_type = 'BASE TABLE' -- maymayph_dbskd,cle_products_categories_metadata
|
| 0.4700 |
select * from `cle_metabox` where `object_id` = ? and `meta_key` = ? and `object_type` = ? limit 1 -- 48,seo_robots,products_categories
|
| 0.2100 |
select * from information_schema.tables where table_schema = ? and table_name = ? and table_type = 'BASE TABLE' -- maymayph_dbskd,cle_products_categories_metadata
|
| 0.2200 |
select * from `cle_metabox` where `object_id` = ? and `meta_key` = ? and `object_type` = ? limit 1 -- 48,seo_canonical,products_categories
|
| 0.1800 |
select * from information_schema.tables where table_schema = ? and table_name = ? and table_type = 'BASE TABLE' -- maymayph_dbskd,cle_products_categories_metadata
|
| 0.2300 |
select * from `cle_metabox` where `object_id` = ? and `meta_key` = ? and `object_type` = ? limit 1 -- 48,seo_schema,products_categories
|
| 0.8900 |
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.2100 |
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
|
| 0.2500 |
select `id`, `name`, `slug` from `cle_products_categories` where `public` = ? and `lft` <= ? and `rgt` >= ? order by `level` asc -- 1,7,8
|