SHOW FULL COLUMNS FROM `xf_settings` [ RunTime:0.000984s ]
SELECT `value`,`key_name` FROM `xf_settings` [ RunTime:0.000403s ]
SHOW FULL COLUMNS FROM `xf_products` [ RunTime:0.000813s ]
SELECT COUNT(*) AS think_count FROM `xf_products` `p` LEFT JOIN `xf_shops` `s` ON `s`.`id`=`p`.`shop_id` LEFT JOIN `xf_product_categories` `c` ON `c`.`id`=`p`.`category_id` WHERE `p`.`status` = '2' AND `s`.`status` = '1' AND `p`.`deleted_at` IS NULL AND ( `p`.`title` LIKE '%新品%' OR `p`.`summary` LIKE '%新品%' OR `p`.`content` LIKE '%新品%' ) [ RunTime:0.000414s ]
SHOW FULL COLUMNS FROM `xf_categories` [ RunTime:0.000666s ]
SELECT * FROM `xf_categories` WHERE `status` = 1 ORDER BY `sort` ASC,`id` ASC [ RunTime:0.000330s ]
SHOW FULL COLUMNS FROM `xf_product_categories` [ RunTime:0.000529s ]
SELECT * FROM `xf_product_categories` WHERE `status` = 1 ORDER BY `parent_id` ASC,`sort` ASC,`id` ASC [ RunTime:0.000293s ]