基本
文件
流程
错误
SQL
调试
- 请求信息 : 2026-04-11 00:53:19 HTTP/1.1 GET : http://www.yuchengxuan.com.cn/portal/article/index/id/22/cid/7.html
- 运行时间 : 0.084903s [ 吞吐率:11.78req/s ] 内存消耗:5,118.04kb 文件加载:115
- 查询信息 : 45 queries 12 writes
- 缓存信息 : 7 reads,0 writes
- [ LANG ] /www/wwwroot/yuchengxuan.com.cn/vendor/thinkphp/lang/zh-cn.php
- [ LANG ] /www/wwwroot/yuchengxuan.com.cn/app/portal//lang/zh-cn.php
- [ ROUTE ] array (
)
- [ HEADER ] array (
'connection' => 'keep-alive',
'cache-control' => 'max-age=259200',
'x-forwarded-for' => '10.3.46.173',
'via' => '1.1 squid-proxy-5b5d847c96-22n6d (squid/6.13)',
'accept-encoding' => 'gzip, br, zstd, deflate',
'user-agent' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'accept' => '*/*',
'host' => 'www.yuchengxuan.com.cn',
'content-length' => '',
'content-type' => '',
)
- [ PARAM ] array (
'id' => '22',
'cid' => '7',
)
- [ LANG ] /www/wwwroot/yuchengxuan.com.cn/vendor/thinkcmf/cmf/src/behavior/../lang/zh-cn.php
- [ LANG ] /www/wwwroot/yuchengxuan.com.cn/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php
- [ LANG ] /www/wwwroot/yuchengxuan.com.cn/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/yuchengxuan.com.cn/vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php
- [ LANG ] /www/wwwroot/yuchengxuan.com.cn/app/portal/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/yuchengxuan.com.cn/app/portal/lang/zh-cn/home.php
- [ DB ] INIT mysql
- [ VIEW ] /www/wwwroot/yuchengxuan.com.cn/public/themes/xlq1/portal/article.html [ array (
0 => 'site_info',
1 => 'category',
2 => 'article',
3 => 'prev_article',
4 => 'next_article',
5 => 'theme_vars',
6 => 'theme_widgets',
) ]
- [ DB ] CONNECT:[ UseTime:0.000516s ] mysql:host=127.0.0.1;port=3306;dbname=xuhualiang_com;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_post` [ RunTime:0.000558s ]
- [ 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` = 7 AND `relation`.`post_id` = 22 AND ( `post`.`published_time` < 1775839999 and `post`.`published_time` > 0 ) LIMIT 1 [ RunTime:0.000482s ]
- [ 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` = 7 AND `relation`.`post_id` < 22 AND ( `post`.`published_time` < 1775839999 and `post`.`published_time` > 0 ) ORDER BY `id` DESC LIMIT 1 [ RunTime:0.000422s ]
- [ 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' => 1,
'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` = 7 AND `relation`.`post_id` > 22 AND ( `post`.`published_time` < 1775839999 and `post`.`published_time` > 0 ) ORDER BY `id` ASC LIMIT 1 [ RunTime:0.000438s ]
- [ 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' => 1,
'filtered' => 33.32999801635742,
'extra' => 'Using index condition; Using where; Using temporary; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_category` [ RunTime:0.000404s ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `id` = 7 AND `status` = 1 LIMIT 1 [ RunTime:0.000231s ]
- [ 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` = 22 [ RunTime:0.002094s ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme_file` [ RunTime:0.000493s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'xlq1' AND `file` = 'portal/article' LIMIT 1 [ RunTime:0.000278s ]
- [ 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' => 30,
'filtered' => 3.3333330154418945,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'xlq1' , `action` = 'portal/Article/index' , `file` = 'portal/article' , `name` = '文章页' , `more` = '{\"vars\":{\"hot_articles_category_id\":{\"title\":\"Hot Articles\\u5206\\u7c7bID\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}}}' , `config_more` = '{\"vars\":{\"hot_articles_category_id\":{\"title\":\"Hot Articles\\u5206\\u7c7bID\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}}}' , `description` = '文章页模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'xlq1' AND `file` = 'portal/article' [ RunTime:0.001612s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'xlq1' AND `file` = 'portal/index' LIMIT 1 [ RunTime:0.000294s ]
- [ 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' => 30,
'filtered' => 3.3333330154418945,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'xlq1' , `action` = 'portal/Index/index' , `file` = 'portal/index' , `name` = '首页' , `more` = '{\"vars\":{\"top_slide\":{\"title\":\"\\u9876\\u90e8\\u5e7b\\u706f\\u7247\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"admin\\/Slide\\/index\",\"multi\":false},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u9876\\u90e8\\u5e7b\\u706f\\u7247\",\"tip\":\"\\u9876\\u90e8\\u5e7b\\u706f\\u7247\",\"rule\":{\"require\":true}}},\"widgets\":{\"introduce\":{\"title\":\"\\u516c\\u53f8\\u7b80\\u4ecb\",\"display\":0,\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"1\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Page\\/index\",\"multi\":true},\"rule\":{\"require\":false},\"valueText\":\"\\u5fa1\\u627f\\u5ba3\\u9676\\u74f7\\u535a\\u7269\\u9986\\u7b80\\u4ecb\"},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"ABOUT US\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}},\"gs_title\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"value\":\"\\u5fa1\\u627f\\u5ba3\\u9676\\u74f7\\u535a\\u7269\\u9986\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"introduce1\":{\"title\":\"\\u680f\\u76ee1\",\"display\":0,\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"1\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Page\\/index\",\"multi\":true},\"rule\":{\"require\":false},\"valueText\":\"\\u5fa1\\u627f\\u5ba3\\u9676\\u74f7\\u535a\\u7269\\u9986\\u7b80\\u4ecb\"},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"COMPANY PROFILE\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"introduce2\":{\"title\":\"\\u680f\\u76ee2\",\"display\":0,\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"3\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Page\\/index\",\"multi\":true},\"rule\":{\"require\":false},\"valueText\":\"\\u8054\\u7cfb\\u6211\\u4eec\"},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"CORPORATE CULTURE\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"introduce3\":{\"title\":\"\\u680f\\u76ee3\",\"display\":0,\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"2\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Page\\/index\",\"multi\":true},\"rule\":{\"require\":false},\"valueText\":\"\\u8bc1\\u4e66\\u67e5\\u8be2\"},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"CORPORATE CULTURE\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"product\":{\"title\":\"\\u4f5c\\u54c1\\u5c55\\u793a\",\"display\":0,\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"1\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"rule\":{\"require\":false},\"valueText\":\"\"},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"news\":{\"title\":\"\\u516c\\u544a\",\"display\":1,\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"7\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"rule\":{\"require\":false},\"valueText\":\"\\u516c\\u544a\"},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"News\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"ry_news\":{\"title\":\"\\u53c2\\u89c2\",\"display\":1,\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"6\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"rule\":{\"require\":false},\"valueText\":\"\\u82b1\\u9e1f\\u533a\"},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"VISIT\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}}}}' , `config_more` = '{\"vars\":{\"top_slide\":{\"title\":\"\\u9876\\u90e8\\u5e7b\\u706f\\u7247\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"admin\\/Slide\\/index\",\"multi\":false},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u9876\\u90e8\\u5e7b\\u706f\\u7247\",\"tip\":\"\\u9876\\u90e8\\u5e7b\\u706f\\u7247\",\"rule\":{\"require\":true}}},\"widgets\":{\"introduce\":{\"title\":\"\\u516c\\u53f8\\u8be6\\u60c5\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Page\\/index\",\"multi\":true},\"rule\":{\"require\":false}},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}},\"gs_title\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"introduce1\":{\"title\":\"\\u680f\\u76ee1\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Page\\/index\",\"multi\":true},\"rule\":{\"require\":false}},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"introduce2\":{\"title\":\"\\u680f\\u76ee2\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Page\\/index\",\"multi\":true},\"rule\":{\"require\":false}},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"introduce3\":{\"title\":\"\\u680f\\u76ee3\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Page\\/index\",\"multi\":true},\"rule\":{\"require\":false}},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"product\":{\"title\":\"\\u4ea7\\u54c1\\u5c55\\u793a\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"rule\":{\"require\":false}},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"news\":{\"title\":\"\\u65b0\\u95fb\\u8d44\\u8baf\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"rule\":{\"require\":false}},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"ry_news\":{\"title\":\"\\u8363\\u8a89\\u8d44\\u8d28\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"rule\":{\"require\":false}},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}}}}' , `description` = '首页模板文件' , `is_public` = 0 , `list_order` = 5 WHERE `theme` = 'xlq1' AND `file` = 'portal/index' [ RunTime:0.001731s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'xlq1' AND `file` = 'portal/index_article' LIMIT 1 [ RunTime:0.000251s ]
- [ 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' => 30,
'filtered' => 3.3333330154418945,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'xlq1' , `action` = 'portal/Page/index' , `file` = 'portal/index_article' , `name` = '新闻列表' , `more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"display\":\"1\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}},\"widgets\":{\"l_title\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"display\":\"1\",\"vars\":{\"d_title\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"dz_comm\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\",\"display\":\"1\",\"vars\":{\"d_title\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u5730\\u5740\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"rx_comm\":{\"title\":\"\\u52a0\\u76df\\u70ed\\u7ebf\",\"display\":\"1\",\"vars\":{\"d_title\":{\"title\":\"\\u52a0\\u76df\\u70ed\\u7ebf\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"cz_comm\":{\"title\":\"\\u516c\\u53f8\\u4f20\\u771f\",\"display\":\"1\",\"vars\":{\"d_title\":{\"title\":\"\\u516c\\u53f8\\u4f20\\u771f\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\",\"tip\":\"\",\"rule\":{\"require\":false}}}}}}' , `config_more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"display\":\"1\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}},\"widgets\":{\"l_title\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"display\":\"1\",\"vars\":{\"d_title\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"dz_comm\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\",\"display\":\"1\",\"vars\":{\"d_title\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u5730\\u5740\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"rx_comm\":{\"title\":\"\\u52a0\\u76df\\u70ed\\u7ebf\",\"display\":\"1\",\"vars\":{\"d_title\":{\"title\":\"\\u52a0\\u76df\\u70ed\\u7ebf\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"cz_comm\":{\"title\":\"\\u516c\\u53f8\\u4f20\\u771f\",\"display\":\"1\",\"vars\":{\"d_title\":{\"title\":\"\\u516c\\u53f8\\u4f20\\u771f\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\",\"tip\":\"\",\"rule\":{\"require\":false}}}}}}' , `description` = '新闻列表模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'xlq1' AND `file` = 'portal/index_article' [ RunTime:0.001733s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'xlq1' AND `file` = 'portal/list_article' LIMIT 1 [ RunTime:0.000270s ]
- [ 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' => 30,
'filtered' => 3.3333330154418945,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'xlq1' , `action` = 'portal/List/index' , `file` = 'portal/list_article' , `name` = '行业动态列表页' , `more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"default\\/20260402\\/f13d2ab6b6b6ff14baa1c9d5658812fc.jpg\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}}}' , `config_more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}}}' , `description` = '行业动态列表模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'xlq1' AND `file` = 'portal/list_article' [ RunTime:0.001583s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'xlq1' AND `file` = 'portal/list_img' LIMIT 1 [ RunTime:0.000248s ]
- [ 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' => 30,
'filtered' => 3.3333330154418945,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'xlq1' , `action` = 'portal/List/index' , `file` = 'portal/list_img' , `name` = '作品展示列表页' , `more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"default\\/20260402\\/f13d2ab6b6b6ff14baa1c9d5658812fc.jpg\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}}}' , `config_more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}}}' , `description` = '作品展示列表模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'xlq1' AND `file` = 'portal/list_img' [ RunTime:0.001734s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'xlq1' AND `file` = 'portal/page' LIMIT 1 [ RunTime:0.000254s ]
- [ 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' => 30,
'filtered' => 3.3333330154418945,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'xlq1' , `action` = 'portal/Page/index' , `file` = 'portal/page' , `name` = '单页' , `more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"default\\/20260402\\/f13d2ab6b6b6ff14baa1c9d5658812fc.jpg\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}}}' , `config_more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}}}' , `description` = '单页模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'xlq1' AND `file` = 'portal/page' [ RunTime:0.001690s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'xlq1' AND `file` = 'portal/page1' LIMIT 1 [ RunTime:0.000261s ]
- [ 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' => 30,
'filtered' => 3.3333330154418945,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'xlq1' , `action` = 'portal/Page/index' , `file` = 'portal/page1' , `name` = '联系我们' , `more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"default\\/20200601\\/05b6f27475d94f9cf969f36efe786202.jpg\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"display\":\"1\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}},\"widgets\":{\"l_title\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"display\":1,\"vars\":{\"d_title\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"value\":\"\\u6728\\u77f3\\u5802\\u6653\\u4eae\\u7cbe\\u5de5\\u96d5\\u827a\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"dz_comm\":{\"title\":\"\\u8054\\u7cfb\\u6211\\u4eec\",\"display\":1,\"vars\":{\"d_title\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\",\"value\":\"\\u82cf\\u5dde\\u5e02\\u5434\\u4e2d\\u533a\\u821f\\u5c71\\u6838\\u96d5\\u675114\\u53f7\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u5730\\u5740\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"rx_comm\":{\"title\":\"\\u52a0\\u76df\\u70ed\\u7ebf\",\"display\":1,\"vars\":{\"d_title\":{\"title\":\"\\u52a0\\u76df\\u70ed\\u7ebf\",\"value\":\"18251941567\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"cz_comm\":{\"title\":\"\\u516c\\u53f8\\u4f20\\u771f\",\"display\":1,\"vars\":{\"d_title\":{\"title\":\"\\u516c\\u53f8\\u4f20\\u771f\",\"value\":\"18251941567\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\",\"tip\":\"\",\"rule\":{\"require\":false}}}}}}' , `config_more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"display\":\"1\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}},\"widgets\":{\"l_title\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"display\":\"1\",\"vars\":{\"d_title\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"dz_comm\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\",\"display\":\"1\",\"vars\":{\"d_title\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u5730\\u5740\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"rx_comm\":{\"title\":\"\\u52a0\\u76df\\u70ed\\u7ebf\",\"display\":\"1\",\"vars\":{\"d_title\":{\"title\":\"\\u52a0\\u76df\\u70ed\\u7ebf\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"cz_comm\":{\"title\":\"\\u516c\\u53f8\\u4f20\\u771f\",\"display\":\"1\",\"vars\":{\"d_title\":{\"title\":\"\\u516c\\u53f8\\u4f20\\u771f\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\",\"tip\":\"\",\"rule\":{\"require\":false}}}}}}' , `description` = '联系我们模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'xlq1' AND `file` = 'portal/page1' [ RunTime:0.001808s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'xlq1' AND `file` = 'portal/query' LIMIT 1 [ RunTime:0.000246s ]
- [ 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' => 30,
'filtered' => 3.3333330154418945,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'xlq1' , `action` = 'portal/Page/index' , `file` = 'portal/query' , `name` = '证书查询' , `more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"default\\/20260402\\/f13d2ab6b6b6ff14baa1c9d5658812fc.jpg\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"display\":\"1\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}}}' , `config_more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"display\":\"1\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}}}' , `description` = '证书查询模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'xlq1' AND `file` = 'portal/query' [ RunTime:0.001900s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'xlq1' AND `file` = 'portal/search' LIMIT 1 [ RunTime:0.000245s ]
- [ 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' => 30,
'filtered' => 3.3333330154418945,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'xlq1' , `action` = 'portal/search/index' , `file` = 'portal/search' , `name` = '搜索页面' , `more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"default\\/20200325\\/02d244e6211322e41dbcfe6e5c55f04f.jpg\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}}}' , `config_more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}}}' , `description` = '搜索模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'xlq1' AND `file` = 'portal/search' [ RunTime:0.001636s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'xlq1' AND `file` = 'public/nav' LIMIT 1 [ RunTime:0.000249s ]
- [ 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' => 30,
'filtered' => 3.3333330154418945,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'xlq1' , `action` = 'public/Nav' , `file` = 'public/nav' , `name` = '导航条' , `more` = '{\"vars\":{\"company_name\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"name\":\"company_name\",\"value\":\"\\u5fa1\\u627f\\u5ba3\\u9676\\u74f7\\u535a\\u7269\\u9986\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"varlogo\":{\"title\":\"\\u516c\\u53f8logo\",\"value\":\"default\\/20260402\\/802de97578f2356fcfd663b1f44a69ef.png\",\"type\":\"image\",\"tip\":\"\\u4e0a\\u4f20\\u516c\\u53f8logo\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u516c\\u53f8logo\"}},\"cfg_qq\":{\"title\":\"qq\",\"name\":\"cfg_qq\",\"value\":\"276651523\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"vxqbox\":{\"title\":\"\\u5fae\\u4fe1\\u4e8c\\u7ef4\\u7801\",\"value\":\"default\\/20260404\\/004ce071f520199df72fd237e1bbba48.png\",\"type\":\"image\",\"tip\":\"\\u5fae\\u4fe1\\u4e8c\\u7ef4\\u7801\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u5fae\\u4fe1\\u4e8c\\u7ef4\\u7801\"}},\"cfg_wb\":{\"title\":\"\\u5fae\\u535a\\u94fe\\u63a5\",\"name\":\"cfg_wb\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"cfg_bq\":{\"title\":\"\\u7248\\u6743\\u4fe1\\u606f\",\"name\":\"cfg_bq\",\"value\":\"Copyright \\u00a9 2002-2017 \\u5fa1\\u627f\\u5ba3\\u535a\\u7269\\u9986 \\u7248\\u6743\\u6240\\u6709\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"cfg_mobile\":{\"title\":\"\\u5e95\\u90e8\\u8054\\u7cfb\\u7535\\u8bdd\",\"name\":\"cfg_mobile\",\"value\":\"\\u5fae\\u4fe1\\uff1aYcx66ycx88\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"cfg_mddzn\":{\"title\":\"\\u5e95\\u90e8\\u76ee\\u7684\\u5730\\u6307\\u5357\",\"name\":\"cfg_mddzn\",\"value\":\"\\u6c5f\\u897f\\u7701\\u666f\\u5fb7\\u9547\\u5e02\\u660c\\u6c5f\\u533a\\uff0c\\u85cf\\u54c1\\u6700\\u4e30\\u5bcc\\u7684\\u4e13\\u4e1a\\u9676\\u74f7\\u535a\\u7269\\u9986\\u3002\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}}}' , `config_more` = '{\"vars\":{\"company_name\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"name\":\"company_name\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"varlogo\":{\"title\":\"\\u516c\\u53f8logo\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u4e0a\\u4f20\\u516c\\u53f8logo\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u516c\\u53f8logo\"}},\"cfg_qq\":{\"title\":\"qq\",\"name\":\"cfg_qq\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"vxqbox\":{\"title\":\"\\u5fae\\u4fe1\\u4e8c\\u7ef4\\u7801\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u5fae\\u4fe1\\u4e8c\\u7ef4\\u7801\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u5fae\\u4fe1\\u4e8c\\u7ef4\\u7801\"}},\"cfg_wb\":{\"title\":\"\\u5fae\\u535a\\u94fe\\u63a5\",\"name\":\"cfg_wb\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"cfg_bq\":{\"title\":\"\\u7248\\u6743\\u4fe1\\u606f\",\"name\":\"cfg_bq\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"cfg_mobile\":{\"title\":\"\\u5e95\\u90e8\\u8054\\u7cfb\\u7535\\u8bdd\",\"name\":\"cfg_mobile\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"cfg_mddzn\":{\"title\":\"\\u5e95\\u90e8\\u76ee\\u7684\\u5730\\u6307\\u5357\",\"name\":\"cfg_mddzn\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}}}' , `description` = '导航条模板文件' , `is_public` = 1 , `list_order` = 1 WHERE `theme` = 'xlq1' AND `file` = 'public/nav' [ RunTime:0.001749s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'xlq1' [ RunTime:0.000326s ]
- [ 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' => 30,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme` [ RunTime:0.000477s ]
- [ SQL ] UPDATE `cmf_theme` SET `name` = 'xlq1' , `version` = '1.0.0' , `demo_url` = 'http://demo.thinkcmf.com' , `author` = 'ThinkCMF' , `lang` = 'zh-cn' , `author_url` = 'http://www.thinkcmf.com' , `keywords` = 'ThinkCMF模板' , `description` = 'ThinkCMF快速入门演示模板' WHERE `theme` = 'xlq1' [ RunTime:0.000241s ]
- [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'xlq1' AND ( `is_public` = 1 OR `file` = 'portal/article' ) [ RunTime:0.000256s ]
- [ 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' => 30,
'filtered' => 3.3333330154418945,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.000379s ]
- [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'storage' LIMIT 1 [ RunTime:0.000205s ]
- [ 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_menu` [ RunTime:0.000351s ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000255s ]
- [ 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' => 10,
'filtered' => 10.0,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `nav_id` FROM `cmf_nav_menu` WHERE `id` = 1 AND `status` = 1 LIMIT 1 [ RunTime:0.000257s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav_menu',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000273s ]
- [ 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' => 10,
'filtered' => 10.0,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `nav_id` FROM `cmf_nav_menu` WHERE `id` = 2 AND `status` = 1 LIMIT 1 [ RunTime:0.000196s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav_menu',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000257s ]
- [ 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' => 10,
'filtered' => 10.0,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `nav_id` FROM `cmf_nav_menu` WHERE `id` = 3 AND `status` = 1 LIMIT 1 [ RunTime:0.000201s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav_menu',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000251s ]
- [ 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' => 10,
'filtered' => 10.0,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `nav_id` FROM `cmf_nav_menu` WHERE `id` = 26 AND `status` = 1 LIMIT 1 [ RunTime:0.000216s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav_menu',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000236s ]
- [ 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' => 10,
'filtered' => 10.0,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `nav_id` FROM `cmf_nav_menu` WHERE `id` = 25 AND `status` = 1 LIMIT 1 [ RunTime:0.000217s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav_menu',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000233s ]
- [ 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' => 10,
'filtered' => 10.0,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_slide` [ RunTime:0.000393s ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_slide` WHERE `id` = 1 AND `status` = 1 AND `delete_time` = 0 [ RunTime:0.000221s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_slide',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_slide_item` [ RunTime:0.000340s ]
- [ SQL ] SELECT * FROM `cmf_slide_item` WHERE `status` = 1 AND `slide_id` = 1 ORDER BY `list_order` ASC [ RunTime:0.000275s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_slide_item',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'slide_id',
'key' => 'slide_id',
'key_len' => '4',
'ref' => 'const',
'rows' => 2,
'filtered' => 50.0,
'extra' => 'Using index condition; Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 2 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000540s ]
- [ 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' => 10,
'filtered' => 10.0,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `nav_id` FROM `cmf_nav_menu` WHERE `id` = 12 AND `status` = 1 LIMIT 1 [ RunTime:0.000216s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav_menu',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 2 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000226s ]
- [ 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' => 10,
'filtered' => 10.0,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `nav_id` FROM `cmf_nav_menu` WHERE `id` = 13 AND `status` = 1 LIMIT 1 [ RunTime:0.000216s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav_menu',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 2 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000226s ]
- [ 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' => 10,
'filtered' => 10.0,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_link` [ RunTime:0.000398s ]
- [ SQL ] SELECT * FROM `cmf_link` WHERE `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000241s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_link',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'status',
'key' => 'status',
'key_len' => '1',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => 'Using index condition; Using filesort',
) ]

0.088072s