| 1.7900 |
select * from `cle_routes` where `slug` = ? limit 1 -- san-pham
|
| 0.4400 |
select * from `cle_products_categories` where `slug` is null and `cle_products_categories`.`public` = ? limit 1 -- 1
|
| 2.5800 |
select * from `cle_brands` where `slug` is null limit 1 --
|
| 1.1600 |
select * from `cle_suppliers` where `slug` is null limit 1 --
|
| 1.7400 |
select count(*) as aggregate from `cle_products` where `trash` = ? and `public` = ? and `cle_products`.`type` = ? -- 0,1,product
|
| 9.5800 |
select * from `cle_products` where `trash` = ? and `public` = ? and `cle_products`.`type` = ? order by `cle_products`.`order` asc, `cle_products`.`created` desc limit 15 offset 45 -- 0,1,product
|
| 0.4500 |
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.3100 |
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.4300 |
select * from information_schema.tables where table_schema = ? and table_name = ? and table_type = 'BASE TABLE' -- maymayph_dbskd,cle_products_metadata
|
| 0.3200 |
select * from `cle_products_metadata` where `object_id` = ? and `meta_key` = ? limit 1 -- 18,rating_star
|
| 0.2900 |
select * from information_schema.tables where table_schema = ? and table_name = ? and table_type = 'BASE TABLE' -- maymayph_dbskd,cle_products_metadata
|
| 0.5400 |
select * from `cle_products_metadata` where `object_id` = ? and `meta_key` = ? limit 1 -- 18,pro_total
|
| 0.2900 |
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 -- 18,pro_sold
|
| 0.2900 |
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 -- 18,views
|