SHOW FULL COLUMNS FROM `cmf_plugin` [ RunTime:0.001969s ]
SELECT `config` FROM `cmf_plugin` WHERE `name` = 'Web' LIMIT 1 [ RunTime:0.000336s ]
SHOW FULL COLUMNS FROM `cmf_plugin_web` [ RunTime:0.001580s ]
SELECT * FROM `cmf_plugin_web` WHERE `web_url` = 'themeone.wien.ren' AND `status` = 1 LIMIT 1 [ RunTime:0.000263s ]
SHOW FULL COLUMNS FROM `cmf_portal_post` [ RunTime:0.001624s ]
SELECT `post`.* FROM `cmf_portal_post` `post` WHERE `post`.`post_type` = '1' AND `post`.`post_status` = '1' AND `post`.`delete_time` = '0' AND `post`.`id` = '9' AND ( `post`.`published_time` > '0' AND `post`.`published_time` < '1675805311' ) LIMIT 1 [ RunTime:0.000541s ]
SELECT `post`.* FROM `cmf_portal_post` `post` WHERE `post`.`post_type` = '1' AND `post`.`post_status` = '1' AND `post`.`delete_time` = '0' AND `post`.`id` < '9' AND ( `post`.`published_time` > '0' AND `post`.`published_time` < '1675805311' ) ORDER BY `id` DESC LIMIT 1 [ RunTime:0.000496s ]
SELECT `post`.* FROM `cmf_portal_post` `post` WHERE `post`.`post_type` = '1' AND `post`.`post_status` = '1' AND `post`.`delete_time` = '0' AND `post`.`id` > '9' AND `post`.`published_time` < '1675805311' ORDER BY `id` ASC LIMIT 1 [ RunTime:0.000405s ]
SHOW FULL COLUMNS FROM `cmf_portal_category_post` [ RunTime:0.001866s ]
SHOW FULL COLUMNS FROM `cmf_portal_category` [ RunTime:0.001357s ]
SELECT `cmf_portal_category`.*,`pivot`.`id` AS `pivot__id`,`pivot`.`post_id` AS `pivot__post_id`,`pivot`.`category_id` AS `pivot__category_id`,`pivot`.`list_order` AS `pivot__list_order`,`pivot`.`status` AS `pivot__status` FROM `cmf_portal_category` INNER JOIN `cmf_portal_category_post` `pivot` ON `pivot`.`category_id`=`cmf_portal_category`.`id` WHERE `pivot`.`post_id` = '9' [ RunTime:0.000286s ]
UPDATE `cmf_portal_post` SET `post_hits` = `post_hits` + 1 WHERE `id` = 9 [ RunTime:0.004393s ]
SHOW FULL COLUMNS FROM `cmf_theme_file` [ RunTime:0.001554s ]
SELECT * FROM `cmf_theme_file` WHERE `theme` = 'ThemeOne' AND `file` = 'portal/about' LIMIT 1 [ RunTime:0.000250s ]
SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'ThemeOne' AND ( `is_public` = 1 OR `file` = 'portal/article' ) [ RunTime:0.000301s ]
SHOW FULL COLUMNS FROM `cmf_nav_menu` [ RunTime:0.001979s ]
SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000286s ]
SELECT `path` FROM `cmf_portal_category` WHERE `id` = 6 LIMIT 1 [ RunTime:0.000446s ]
SELECT * FROM `cmf_portal_category` WHERE `id` = 0 ORDER BY `path` ASC [ RunTime:0.000187s ]
SHOW FULL COLUMNS FROM `cmf_option` [ RunTime:0.001713s ]
SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'storage' LIMIT 1 [ RunTime:0.000201s ]
SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 2 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000260s ]
SELECT post.*,min(category_post.category_id) as category_id FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` WHERE `post`.`post_status` = '1' AND `post`.`post_type` = '1' AND `post`.`delete_time` = '0' AND ( `post`.`published_time` > '0' AND `post`.`published_time` < '1675805311' ) GROUP BY `post`.`id` ORDER BY `post`.`published_time` DESC LIMIT 2 [ RunTime:0.001932s ]