SHOW FULL COLUMNS FROM `cmf_option` [ RunTime:0.001448s ]
SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.000279s ]
SHOW FULL COLUMNS FROM `cmf_product_goods` [ RunTime:0.000875s ]
SELECT `post`.* FROM `cmf_product_goods` `post` WHERE `post`.`goods_type` = '1' AND `post`.`status` = '1' AND `post`.`delete_time` = '0' AND `post`.`id` = '15' AND ( `post`.`published_time` > '0' AND `post`.`published_time` < '1734796106' ) LIMIT 1 [ RunTime:0.000434s ]
SELECT `post`.* FROM `cmf_product_goods` `post` WHERE `post`.`goods_type` = '1' AND `post`.`status` = '1' AND `post`.`delete_time` = '0' AND `post`.`id` < '15' AND ( `post`.`published_time` > '0' AND `post`.`published_time` < '1734796106' ) ORDER BY `id` DESC LIMIT 1 [ RunTime:0.000455s ]
SELECT `post`.* FROM `cmf_product_goods` `post` WHERE `post`.`goods_type` = '1' AND `post`.`status` = '1' AND `post`.`delete_time` = '0' AND `post`.`id` > '15' AND ( `post`.`published_time` > '0' AND `post`.`published_time` < '1734796106' ) ORDER BY `id` ASC LIMIT 1 [ RunTime:0.000400s ]
SHOW FULL COLUMNS FROM `cmf_product_category_goods` [ RunTime:0.007654s ]
SHOW FULL COLUMNS FROM `cmf_product_category` [ RunTime:0.000623s ]
SELECT `cmf_product_category`.*,`pivot`.`id` AS `pivot__id`,`pivot`.`goods_id` AS `pivot__goods_id`,`pivot`.`category_id` AS `pivot__category_id`,`pivot`.`list_order` AS `pivot__list_order`,`pivot`.`status` AS `pivot__status` FROM `cmf_product_category` INNER JOIN `cmf_product_category_goods` `pivot` ON `pivot`.`category_id`=`cmf_product_category`.`id` WHERE `pivot`.`goods_id` = '15' [ RunTime:0.000437s ]
UPDATE `cmf_product_goods` SET `views` = `views` + 1 WHERE `id` = 15 [ RunTime:0.059333s ]
SHOW FULL COLUMNS FROM `cmf_theme_file` [ RunTime:0.000842s ]
SELECT * FROM `cmf_theme_file` WHERE `theme` = 'Orion' AND `file` = 'portal/article' LIMIT 1 [ RunTime:0.000391s ]
SELECT `more`,`file`,`id` FROM `cmf_theme_file` WHERE `theme` = 'Orion' AND ( `is_public` = 1 OR `file` = 'product/goods' ) ORDER BY `is_public` DESC [ RunTime:0.000397s ]
SHOW FULL COLUMNS FROM `cmf_nav` [ RunTime:0.000755s ]
SELECT `id` FROM `cmf_nav` WHERE `is_main` = 1 LIMIT 1 [ RunTime:0.000283s ]
SHOW FULL COLUMNS FROM `cmf_nav_menu` [ RunTime:0.000564s ]
SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.001135s ]
SELECT `path` FROM `cmf_product_category` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000346s ]
SELECT * FROM `cmf_product_category` WHERE `id` = 0 ORDER BY `path` ASC [ RunTime:0.000279s ]
SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'storage' LIMIT 1 [ RunTime:0.000313s ]
SHOW FULL COLUMNS FROM `cmf_user` [ RunTime:0.000886s ]
SELECT * FROM `cmf_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000344s ]
SELECT post.*,min(category_post.category_id) as category_id FROM `cmf_product_goods` `post` INNER JOIN `cmf_product_category_goods` `category_post` ON `post`.`id`=`category_post`.`goods_id` WHERE `post`.`status` = '1' AND `post`.`goods_type` = '1' AND `post`.`delete_time` = '0' AND ( `post`.`published_time` > '0' AND `post`.`published_time` < '1734796108' ) GROUP BY `post`.`id` ORDER BY `post`.`views` DESC LIMIT 8 [ RunTime:0.001488s ]