基本
文件
流程
错误
SQL
调试
- 请求信息 : 2026-03-22 02:40:41 HTTP/1.1 GET : http://www.hpcsa.com.cn/portal/article/index/id/497/cid/67.html
- 运行时间 : 1.036997s [ 吞吐率:0.96req/s ] 内存消耗:733.27kb 文件加载:116
- 查询信息 : 76 queries 14 writes
- 缓存信息 : 7 reads,0 writes
- 会话信息 : SESSION_ID=kd4qk9bdrqaspubmt229mch6tq
- [ LANG ] D:\wwwroot\hpcsa88\wwwroot/vendor\thinkphp\lang\zh-cn.php
- [ LANG ] D:\wwwroot\hpcsa88\wwwroot\app\portal\\lang\zh-cn.php
- [ ROUTE ] array (
)
- [ HEADER ] array (
'content-type' => '',
'content-length' => '0',
'x-rewrite-url' => '/portal/article/index/id/497/cid/67.html',
'realip-wts-x' => '216.73.216.25',
'x-real-ip' => '216.73.216.25',
'x-forwarded-for' => '10.1.196.40',
'user-agent' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'host' => 'www.hpcsa.com.cn',
'accept-encoding' => 'gzip, br, zstd, deflate',
'accept' => '*/*',
'via' => '1.1 squid-proxy-5b5d847c96-f99s7 (squid/6.13)',
'connection' => 'close',
'cache-control' => 'max-age=259200',
)
- [ PARAM ] array (
'id' => '497',
'cid' => '67',
)
- [ LANG ] D:\wwwroot\hpcsa88\wwwroot\vendor\thinkcmf\cmf\src\behavior/../lang\zh-cn.php
- [ LANG ] D:\wwwroot\hpcsa88\wwwroot\vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php
- [ LANG ] D:\wwwroot\hpcsa88\wwwroot\vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php
- [ LANG ] D:\wwwroot\hpcsa88\wwwroot\vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php
- [ LANG ] D:\wwwroot\hpcsa88\wwwroot/app/portal\lang\zh-cn\common.php
- [ LANG ] D:\wwwroot\hpcsa88\wwwroot/app/portal\lang\zh-cn\home.php
- [ DB ] INIT mysql
- [ VIEW ] D:\wwwroot\hpcsa88\wwwroot\public/themes/simpleboot3/portal\public\detail.html [ array (
0 => 'site_info',
1 => 'category',
2 => 'articles',
3 => 'article',
4 => 'prev_article',
5 => 'next_article',
6 => 'theme_vars',
7 => 'theme_widgets',
) ]
- [ DB ] CONNECT:[ UseTime:0.003744s ] mysql:host=127.0.0.1;port=3306;dbname=hpcsa88;charset=utf8
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_post` [ RunTime:0.002023s ]
- [ SQL ] SELECT `post`.* FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE `post`.`post_type` = '1' AND `post`.`post_status` = '1' AND `post`.`delete_time` = '0' AND `relation`.`category_id` = '67' AND `relation`.`post_id` = '497' AND ( `post`.`published_time` < '1774118441' and `post`.`published_time` > '0' ) LIMIT 1 [ RunTime:0.002461s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY,type_status_date',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `post`.* FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE `post`.`post_type` = '1' AND `post`.`post_status` = '1' AND `post`.`delete_time` = '0' AND `relation`.`category_id` = '67' AND `relation`.`post_id` < '497' AND ( `post`.`published_time` < '1774118441' and `post`.`published_time` > '0' ) ORDER BY `id` DESC LIMIT 1 [ RunTime:0.002733s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'relation',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'term_taxonomy_id',
'key' => 'term_taxonomy_id',
'key_len' => '8',
'ref' => 'const',
'rows' => 37,
'filtered' => 33.32999801635742,
'extra' => 'Using index condition; Using where; Using temporary; Using filesort',
) ]
- [ SQL ] SELECT `post`.* FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE `post`.`post_type` = '1' AND `post`.`post_status` = '1' AND `post`.`delete_time` = '0' AND `relation`.`category_id` = '67' AND `relation`.`post_id` > '497' AND ( `post`.`published_time` < '1774118441' and `post`.`published_time` > '0' ) ORDER BY `id` ASC LIMIT 1 [ RunTime:0.001828s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'relation',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'term_taxonomy_id',
'key' => 'term_taxonomy_id',
'key_len' => '8',
'ref' => 'const',
'rows' => 37,
'filtered' => 33.32999801635742,
'extra' => 'Using index condition; Using where; Using temporary; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_category` [ RunTime:0.001104s ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `id` = 67 AND `status` = 1 LIMIT 1 [ RunTime:0.000609s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] UPDATE `cmf_portal_post` SET `post_hits` = `post_hits` + 1 WHERE `id` = 497 [ RunTime:0.643513s ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_portal_post` `a` INNER JOIN `cmf_user` `u` ON `a`.`user_id`=`u`.`id` INNER JOIN `cmf_portal_category_post` `b` ON `a`.`id`=`b`.`post_id` WHERE `a`.`create_time` >= '0' AND `a`.`delete_time` = '0' AND ( `b`.`category_id` = '12' AND `a`.`post_type` = '1' ) LIMIT 1 [ RunTime:0.000954s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'b',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'term_taxonomy_id',
'key' => 'term_taxonomy_id',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => 'Using index condition',
) ]
- [ SQL ] SELECT `a`.*,b.id AS post_category_id,`b`.`list_order`,`b`.`category_id`,`u`.`user_login`,`u`.`user_nickname`,`u`.`user_email` FROM `cmf_portal_post` `a` INNER JOIN `cmf_user` `u` ON `a`.`user_id`=`u`.`id` INNER JOIN `cmf_portal_category_post` `b` ON `a`.`id`=`b`.`post_id` WHERE `a`.`create_time` >= '0' AND `a`.`delete_time` = '0' AND ( `b`.`category_id` = '12' AND `a`.`post_type` = '1' ) ORDER BY `update_time` DESC LIMIT 0,15 [ RunTime:0.104703s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'b',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'term_taxonomy_id',
'key' => 'term_taxonomy_id',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => 'Using index condition; Using temporary; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme_file` [ RunTime:0.001154s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'portal/index' LIMIT 1 [ RunTime:0.000825s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 12,
'filtered' => 8.333333969116211,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'simpleboot3' , `action` = 'portal/Index/index' , `file` = 'portal/index' , `name` = '首页' , `more` = '{\"widgets\":{\"page1\":{\"title\":\"\\u9996\\u9875\\u7b2c\\u4e00\\u680f\",\"display\":1,\"vars\":{\"name_one\":{\"title\":\"\\u5185\\u5bb9\\u4e00\",\"value\":\"\\u534f\\u4f1a\\u901a\\u77e5\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"category_one_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"55\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true},\"valueText\":\"\\u534f\\u4f1a\\u901a\\u77e5\"},\"name_two\":{\"title\":\"\\u5185\\u5bb9\\u4e8c\",\"value\":\"\\u884c\\u4e1a\\u52a8\\u6001\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"category_two_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"56\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true},\"valueText\":\"\\u884c\\u4e1a\\u52a8\\u6001\"},\"name_three\":{\"title\":\"\\u5185\\u5bb9\\u4e09\",\"value\":\"\\u534f\\u4f1a\\u52a8\\u6001\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"category_three_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"57\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true},\"valueText\":\"\\u534f\\u4f1a\\u52a8\\u6001\"}}},\"page2\":{\"title\":\"\\u9996\\u9875\\u7b2c\\u4e8c\\u680f\",\"display\":1,\"vars\":{\"name_one\":{\"title\":\"\\u5185\\u5bb9\\u4e00\",\"value\":\"\\u534f\\u4f1a\\u5de5\\u4f5c\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"24\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true},\"valueText\":\"\\u534f\\u4f1a\\u5de5\\u4f5c\"}}},\"page3\":{\"title\":\"\\u9996\\u9875\\u7b2c\\u4e09\\u680f\",\"display\":1,\"vars\":{\"name_one\":{\"title\":\"\\u5185\\u5bb9\\u4e00\",\"value\":\"\\u653f\\u7b56\\u6cd5\\u89c4\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"category_one_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"60\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true},\"valueText\":\"\\u653f\\u7b56\\u6cd5\\u89c4\"},\"name_two\":{\"title\":\"\\u5185\\u5bb9\\u4e8c\",\"value\":\"\\u6cd5\\u5f8b\\u6cd5\\u89c4\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"category_two_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"61\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true},\"valueText\":\"\\u6cd5\\u5f8b\\u6cd5\\u89c4\"},\"name_three\":{\"title\":\"\\u5185\\u5bb9\\u4e09\",\"value\":\"\\u89c4\\u7ae0\\u5236\\u5ea6\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"category_three_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"62\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true},\"valueText\":\"\\u89c4\\u7ae0\\u5236\\u5ea6\"}}},\"page4\":{\"title\":\"\\u9996\\u9875\\u7b2c\\u56db\\u680f\",\"display\":1,\"vars\":{\"image\":{\"title\":\"\\u901a\\u680f\\u56fe\",\"value\":\"default\\/20210803\\/cd2417b89cc80b54ff316a4e4c045d56.jpg\",\"type\":\"image\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"page5\":{\"title\":\"\\u9996\\u9875\\u7b2c\\u4e94\\u680f\",\"display\":1,\"vars\":{\"name_one\":{\"title\":\"\\u5185\\u5bb9\\u4e00\",\"value\":\"\\u4e8b\\u6545\\u6848\\u4f8b\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"category_one_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"32\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true},\"valueText\":\"\\u4e8b\\u6545\\u6848\\u4f8b\"},\"name_two\":{\"title\":\"\\u5185\\u5bb9\\u4e8c\",\"value\":\"\\u5b89\\u5168\\u751f\\u4ea7\\u6807\\u51c6\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"category_two_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"54\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true},\"valueText\":\"\\u5b89\\u5168\\u751f\\u4ea7\\u6807\\u51c6\"},\"name_three\":{\"title\":\"\\u5185\\u5bb9\\u4e09\",\"value\":\"\\u4e0b\\u8f7d\\u4e2d\\u5fc3\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"name_three_link\":{\"title\":\"\\u5185\\u5bb9\\u4e09\\u94fe\\u63a5\",\"value\":\"\\/portal\\/list\\/index\\/id\\/36.html\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"name_four\":{\"title\":\"\\u5185\\u5bb9\\u56db\",\"value\":\"\\u5ec9\\u653f\\u5efa\\u8bbe\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"name_four_link\":{\"title\":\"\\u5185\\u5bb9\\u56db\\u94fe\\u63a5\",\"value\":\"\\/portal\\/list\\/index\\/id\\/37.html\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"name_five\":{\"title\":\"\\u5185\\u5bb9\\u4e94\",\"value\":\"\\u610f\\u89c1\\u53cd\\u9988\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"name_five_link\":{\"title\":\"\\u5185\\u5bb9\\u4e94\\u94fe\\u63a5\",\"value\":\"\\/portal\\/list\\/index\\/id\\/30.html\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"name_six\":{\"title\":\"\\u5185\\u5bb9\\u516d\",\"value\":\"OA\\u7cfb\\u7edf\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"name_six_link\":{\"title\":\"\\u5185\\u5bb9\\u516d\\u94fe\\u63a5\",\"value\":\"http:\\/\\/oa7.7080web.com\\/index.aspx\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `config_more` = '{\"widgets\":{\"page1\":{\"title\":\"\\u9996\\u9875\\u7b2c\\u4e00\\u680f\",\"display\":\"1\",\"vars\":{\"name_one\":{\"title\":\"\\u5185\\u5bb9\\u4e00\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"category_one_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}},\"name_two\":{\"title\":\"\\u5185\\u5bb9\\u4e8c\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"category_two_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}},\"name_three\":{\"title\":\"\\u5185\\u5bb9\\u4e09\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"category_three_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"page2\":{\"title\":\"\\u9996\\u9875\\u7b2c\\u4e8c\\u680f\",\"display\":\"1\",\"vars\":{\"name_one\":{\"title\":\"\\u5185\\u5bb9\\u4e00\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"page3\":{\"title\":\"\\u9996\\u9875\\u7b2c\\u4e09\\u680f\",\"display\":\"1\",\"vars\":{\"name_one\":{\"title\":\"\\u5185\\u5bb9\\u4e00\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"category_one_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}},\"name_two\":{\"title\":\"\\u5185\\u5bb9\\u4e8c\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"category_two_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}},\"name_three\":{\"title\":\"\\u5185\\u5bb9\\u4e09\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"category_three_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"page4\":{\"title\":\"\\u9996\\u9875\\u7b2c\\u56db\\u680f\",\"display\":\"1\",\"vars\":{\"image\":{\"title\":\"\\u901a\\u680f\\u56fe\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"page5\":{\"title\":\"\\u9996\\u9875\\u7b2c\\u4e94\\u680f\",\"display\":\"1\",\"vars\":{\"name_one\":{\"title\":\"\\u5185\\u5bb9\\u4e00\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"category_one_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}},\"name_two\":{\"title\":\"\\u5185\\u5bb9\\u4e8c\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"category_two_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}},\"name_three\":{\"title\":\"\\u5185\\u5bb9\\u4e09\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"name_three_link\":{\"title\":\"\\u5185\\u5bb9\\u4e09\\u94fe\\u63a5\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"name_four\":{\"title\":\"\\u5185\\u5bb9\\u56db\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"name_four_link\":{\"title\":\"\\u5185\\u5bb9\\u56db\\u94fe\\u63a5\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"name_five\":{\"title\":\"\\u5185\\u5bb9\\u4e94\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"name_five_link\":{\"title\":\"\\u5185\\u5bb9\\u4e94\\u94fe\\u63a5\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"name_six\":{\"title\":\"\\u5185\\u5bb9\\u516d\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"name_six_link\":{\"title\":\"\\u5185\\u5bb9\\u516d\\u94fe\\u63a5\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `description` = '首页模板文件' , `is_public` = 0 , `list_order` = 5 WHERE `theme` = 'simpleboot3' AND `file` = 'portal/index' [ RunTime:0.004740s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'public/config' LIMIT 1 [ RunTime:0.000684s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 12,
'filtered' => 8.333333969116211,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'simpleboot3' , `action` = 'public/Config' , `file` = 'public/config' , `name` = '模板全局配置' , `more` = '{\"vars\":{\"enable_mobile\":{\"title\":\"\\u624b\\u673a\\u6ce8\\u518c\",\"value\":1,\"type\":\"select\",\"options\":{\"1\":\"\\u5f00\\u542f\",\"0\":\"\\u5173\\u95ed\"},\"tip\":\"\"}}}' , `config_more` = '{\"vars\":{\"enable_mobile\":{\"title\":\"\\u624b\\u673a\\u6ce8\\u518c\",\"value\":1,\"type\":\"select\",\"options\":{\"1\":\"\\u5f00\\u542f\",\"0\":\"\\u5173\\u95ed\"},\"tip\":\"\"}}}' , `description` = '模板全局配置文件' , `is_public` = 1 , `list_order` = 0 WHERE `theme` = 'simpleboot3' AND `file` = 'public/config' [ RunTime:0.003987s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'public/council' LIMIT 1 [ RunTime:0.000623s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 12,
'filtered' => 8.333333969116211,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'simpleboot3' , `action` = 'portal/List/index' , `file` = 'public/council' , `name` = '表格名单' , `more` = '[]' , `config_more` = '[]' , `description` = '表格名单' , `is_public` = 1 , `list_order` = 1 WHERE `theme` = 'simpleboot3' AND `file` = 'public/council' [ RunTime:0.003202s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'public/detail' LIMIT 1 [ RunTime:0.000588s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 12,
'filtered' => 8.333333969116211,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'simpleboot3' , `action` = 'portal/Article/index' , `file` = 'public/detail' , `name` = '详情页' , `more` = '[]' , `config_more` = '[]' , `description` = '详情页模板文件' , `is_public` = 1 , `list_order` = 1 WHERE `theme` = 'simpleboot3' AND `file` = 'public/detail' [ RunTime:0.005407s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'public/download' LIMIT 1 [ RunTime:0.000838s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 12,
'filtered' => 8.333333969116211,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'simpleboot3' , `action` = 'portal/List/index' , `file` = 'public/download' , `name` = '下载' , `more` = '[]' , `config_more` = '[]' , `description` = '下载页模板文件' , `is_public` = 1 , `list_order` = 1 WHERE `theme` = 'simpleboot3' AND `file` = 'public/download' [ RunTime:0.003674s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'public/list1' LIMIT 1 [ RunTime:0.000730s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 12,
'filtered' => 8.333333969116211,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'simpleboot3' , `action` = 'portal/List/index' , `file` = 'public/list1' , `name` = '列表页一' , `more` = '[]' , `config_more` = '[]' , `description` = '列表页模板文件一' , `is_public` = 1 , `list_order` = 1 WHERE `theme` = 'simpleboot3' AND `file` = 'public/list1' [ RunTime:0.003108s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'public/list2' LIMIT 1 [ RunTime:0.000588s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 12,
'filtered' => 8.333333969116211,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'simpleboot3' , `action` = 'portal/List/index' , `file` = 'public/list2' , `name` = '列表页二' , `more` = '[]' , `config_more` = '[]' , `description` = '列表页模板文件二' , `is_public` = 1 , `list_order` = 1 WHERE `theme` = 'simpleboot3' AND `file` = 'public/list2' [ RunTime:0.003979s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'public/list3' LIMIT 1 [ RunTime:0.000600s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 12,
'filtered' => 8.333333969116211,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'simpleboot3' , `action` = 'portal/List/index' , `file` = 'public/list3' , `name` = '列表页三' , `more` = '[]' , `config_more` = '[]' , `description` = '列表页模板文件三' , `is_public` = 1 , `list_order` = 1 WHERE `theme` = 'simpleboot3' AND `file` = 'public/list3' [ RunTime:0.006437s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'public/message' LIMIT 1 [ RunTime:0.000650s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 12,
'filtered' => 8.333333969116211,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'simpleboot3' , `action` = 'portal/Page/index' , `file` = 'public/message' , `name` = '留言单页' , `more` = '[]' , `config_more` = '[]' , `description` = '留言单页模板文件' , `is_public` = 1 , `list_order` = 1 WHERE `theme` = 'simpleboot3' AND `file` = 'public/message' [ RunTime:0.002538s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'public/nav' LIMIT 1 [ RunTime:0.000573s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 12,
'filtered' => 8.333333969116211,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'simpleboot3' , `action` = 'public/Nav' , `file` = 'public/nav' , `name` = '导航条' , `more` = '{\"vars\":{\"company_name\":{\"title\":\"\\u767e\\u6377\\u5efa\\u7ad9\",\"name\":\"\\u767e\\u6377\\u5efa\\u7ad9\",\"value\":\"ThinkCMF\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}}}' , `config_more` = '{\"vars\":{\"company_name\":{\"title\":\"\\u767e\\u6377\\u5efa\\u7ad9\",\"name\":\"\\u767e\\u6377\\u5efa\\u7ad9\",\"value\":\"\\u767e\\u6377\\u5efa\\u7ad9\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}}}' , `description` = '导航条模板文件' , `is_public` = 1 , `list_order` = 1 WHERE `theme` = 'simpleboot3' AND `file` = 'public/nav' [ RunTime:0.002398s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'public/page' LIMIT 1 [ RunTime:0.000578s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 12,
'filtered' => 8.333333969116211,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'simpleboot3' , `action` = 'portal/Page/index' , `file` = 'public/page' , `name` = '单页' , `more` = '[]' , `config_more` = '[]' , `description` = '单页模板文件' , `is_public` = 1 , `list_order` = 1 WHERE `theme` = 'simpleboot3' AND `file` = 'public/page' [ RunTime:0.002758s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'public/personnal' LIMIT 1 [ RunTime:0.000551s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 12,
'filtered' => 8.333333969116211,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'simpleboot3' , `action` = 'portal/List/index' , `file` = 'public/personnal' , `name` = '成员列表' , `more` = '[]' , `config_more` = '[]' , `description` = '成员列表页模板文件' , `is_public` = 1 , `list_order` = 1 WHERE `theme` = 'simpleboot3' AND `file` = 'public/personnal' [ RunTime:0.002320s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' [ RunTime:0.000695s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 12,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme` [ RunTime:0.001347s ]
- [ SQL ] UPDATE `cmf_theme` SET `name` = 'simpleboot3' , `version` = '1.0.2' , `demo_url` = 'http://demo.baijiegroup.com' , `author` = 'bjbw' , `lang` = 'zh-cn' , `author_url` = 'http://www.baijiegroup.com' , `keywords` = '百捷建站模板' , `description` = '百捷建站默认模板' WHERE `theme` = 'simpleboot3' [ RunTime:0.000608s ]
- [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND ( `is_public` = 1 OR `file` = 'portal/public/detail' ) [ RunTime:0.000555s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 12,
'filtered' => 8.333333969116211,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.001217s ]
- [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'storage' LIMIT 1 [ RunTime:0.000530s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'no matching row in const table',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_nav` [ RunTime:0.001152s ]
- [ SQL ] SELECT `id` FROM `cmf_nav` WHERE `is_main` = 1 LIMIT 1 [ RunTime:0.000541s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 3,
'filtered' => 33.333335876464844,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_nav_menu` [ RunTime:0.001552s ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000564s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav_menu',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 62,
'filtered' => 1.612903118133545,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `id` = 23 [ RunTime:0.000727s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `id` = 16 LIMIT 1 [ RunTime:0.000818s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `delete_time` = 0 AND `parent_id` = 16 ORDER BY `list_order` ASC [ RunTime:0.000815s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 46,
'filtered' => 2.17391300201416,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `delete_time` = 0 AND `parent_id` = 23 ORDER BY `list_order` ASC [ RunTime:0.000838s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 46,
'filtered' => 2.17391300201416,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `id` = 58 [ RunTime:0.000784s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `id` = 17 LIMIT 1 [ RunTime:0.000848s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `delete_time` = 0 AND `parent_id` = 17 ORDER BY `list_order` ASC [ RunTime:0.000582s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 46,
'filtered' => 2.17391300201416,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `delete_time` = 0 AND `parent_id` = 58 ORDER BY `list_order` ASC [ RunTime:0.000519s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 46,
'filtered' => 2.17391300201416,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `id` = 51 [ RunTime:0.000712s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `id` = 24 LIMIT 1 [ RunTime:0.000638s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `delete_time` = 0 AND `parent_id` = 24 ORDER BY `list_order` ASC [ RunTime:0.000849s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 46,
'filtered' => 2.17391300201416,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `delete_time` = 0 AND `parent_id` = 51 ORDER BY `list_order` ASC [ RunTime:0.000628s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 46,
'filtered' => 2.17391300201416,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `id` = 55 [ RunTime:0.000523s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `id` = 18 LIMIT 1 [ RunTime:0.000521s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `delete_time` = 0 AND `parent_id` = 18 ORDER BY `list_order` ASC [ RunTime:0.000685s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 46,
'filtered' => 2.17391300201416,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `delete_time` = 0 AND `parent_id` = 55 ORDER BY `list_order` ASC [ RunTime:0.000506s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 46,
'filtered' => 2.17391300201416,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `id` = 60 [ RunTime:0.000887s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `id` = 25 LIMIT 1 [ RunTime:0.000787s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `delete_time` = 0 AND `parent_id` = 25 ORDER BY `list_order` ASC [ RunTime:0.001082s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 46,
'filtered' => 2.17391300201416,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `delete_time` = 0 AND `parent_id` = 60 ORDER BY `list_order` ASC [ RunTime:0.000547s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 46,
'filtered' => 2.17391300201416,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `id` = 40 [ RunTime:0.000597s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `id` = 26 LIMIT 1 [ RunTime:0.000518s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `delete_time` = 0 AND `parent_id` = 26 ORDER BY `list_order` ASC [ RunTime:0.000649s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 46,
'filtered' => 2.17391300201416,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `delete_time` = 0 AND `parent_id` = 40 ORDER BY `list_order` ASC [ RunTime:0.000632s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 46,
'filtered' => 2.17391300201416,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `id` = 37 [ RunTime:0.000589s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `id` = 27 LIMIT 1 [ RunTime:0.000529s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `delete_time` = 0 AND `parent_id` = 27 ORDER BY `list_order` ASC [ RunTime:0.000808s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 46,
'filtered' => 2.17391300201416,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `delete_time` = 0 AND `parent_id` = 37 ORDER BY `list_order` ASC [ RunTime:0.000686s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 46,
'filtered' => 2.17391300201416,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `id` = 32 [ RunTime:0.000745s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `id` = 29 LIMIT 1 [ RunTime:0.000557s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `delete_time` = 0 AND `parent_id` = 29 ORDER BY `list_order` ASC [ RunTime:0.000561s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 46,
'filtered' => 2.17391300201416,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `delete_time` = 0 AND `parent_id` = 32 ORDER BY `list_order` ASC [ RunTime:0.000514s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 46,
'filtered' => 2.17391300201416,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `id` = 30 [ RunTime:0.000444s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `delete_time` = 0 AND `parent_id` = 30 ORDER BY `list_order` ASC [ RunTime:0.000402s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 46,
'filtered' => 2.17391300201416,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `id` = 30 [ RunTime:0.000532s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `delete_time` = 0 AND `parent_id` = 30 ORDER BY `list_order` ASC [ RunTime:0.000732s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 46,
'filtered' => 2.17391300201416,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `id` = 18 LIMIT 1 [ RunTime:0.000692s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `delete_time` = 0 AND `parent_id` = 18 ORDER BY `list_order` ASC [ RunTime:0.000534s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 46,
'filtered' => 2.17391300201416,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `delete_time` = 0 AND `id` = 18 ORDER BY `list_order` ASC LIMIT 1 [ RunTime:0.000623s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `delete_time` = 0 AND `parent_id` = 55 ORDER BY `list_order` ASC [ RunTime:0.000625s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 46,
'filtered' => 2.17391300201416,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `delete_time` = 0 AND `parent_id` = 56 ORDER BY `list_order` ASC [ RunTime:0.000506s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 46,
'filtered' => 2.17391300201416,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `delete_time` = 0 AND `parent_id` = 57 ORDER BY `list_order` ASC [ RunTime:0.000698s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 46,
'filtered' => 2.17391300201416,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `delete_time` = 0 AND `parent_id` = 67 ORDER BY `list_order` ASC [ RunTime:0.000515s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 46,
'filtered' => 2.17391300201416,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 3 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000878s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav_menu',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 62,
'filtered' => 1.612903118133545,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `id` FROM `cmf_nav` WHERE `is_main` = 1 LIMIT 1 [ RunTime:0.000596s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 3,
'filtered' => 33.333335876464844,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000495s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav_menu',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 62,
'filtered' => 1.612903118133545,
'extra' => 'Using where; Using filesort',
) ]

1.042209s