基本
文件
流程
错误
SQL
调试
- 请求信息 : 2021-03-22 07:18:35 HTTP/1.1 GET : www.takatobbs.com/article/18/13.html
- 运行时间 : 0.097190s [ 吞吐率:10.29req/s ] 内存消耗:5,089.86kb 文件加载:155
- 查询信息 : 25 queries 12 writes
- 缓存信息 : 1 reads,0 writes
- 配置加载 : 67
- [ CACHE ] INIT File
- [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.001925s ]
- [ LANG ] /www/wwwroot/www.takatobbs.com/simplewind/thinkphp/lang/zh-cn.php
- [ ROUTE ] array (
'type' => 'module',
'module' =>
array (
0 => 'portal',
1 => 'Article',
2 => 'index',
),
'convert' => false,
)
- [ HEADER ] array (
'accept' => '*/*',
'user-agent' => 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)',
'host' => 'www.takatobbs.com',
'content-type' => '',
'content-length' => '',
)
- [ PARAM ] array (
'id' => '18',
'cid' => '13',
)
- [ LANG ] /www/wwwroot/www.takatobbs.com/simplewind/cmf/behavior/../lang/zh-cn.php
- [ LANG ] /www/wwwroot/www.takatobbs.com/public/../app/admin/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/www.takatobbs.com/public/../app/portal/lang/zh-cn/common.php
- [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.000439s ]
- [ LANG ] /www/wwwroot/www.takatobbs.com/public/../app/portal/lang/zh-cn.php
- [ BEHAVIOR ] Run cmf\behavior\InitAppHookBehavior @module_init [ RunTime:0.000156s ]
- [ LANG ] /www/wwwroot/www.takatobbs.com/public/../app/portal/lang/zh-cn/home.php
- [ BEHAVIOR ] Run cmf\behavior\HomeLangBehavior @home_init [ RunTime:0.000193s ]
- [ RUN ] app\portal\controller\ArticleController->index[ /www/wwwroot/www.takatobbs.com/app/portal/controller/ArticleController.php ]
- [ DB ] INIT mysql
- [ VIEW ] /www/wwwroot/www.takatobbs.com/public/themes/hzh/portal/article_hzxm.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.000366s ] mysql:host=127.0.0.1;port=3306;dbname=www_sdyc365_com;charset=utf8
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_post` [ RunTime:0.001018s ]
- [ 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` = '13' AND `relation`.`post_id` = '18' AND ( `post`.`published_time` < '1616368715' and `post`.`published_time` > '0' ) LIMIT 1 [ RunTime:0.000653s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'post',
'type' => 'const',
'possible_keys' => 'PRIMARY,type_status_date',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => '',
) ]
- [ 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` = '13' AND `relation`.`post_id` < '18' AND ( `post`.`published_time` < '1616368715' and `post`.`published_time` > '0' ) ORDER BY `id` DESC LIMIT 1 [ RunTime:0.000897s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'relation',
'type' => 'ref',
'possible_keys' => 'term_taxonomy_id',
'key' => 'term_taxonomy_id',
'key_len' => '8',
'ref' => 'const',
'rows' => 15,
'extra' => '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` = '13' AND `relation`.`post_id` > '18' AND ( `post`.`published_time` < '1616368715' and `post`.`published_time` > '0' ) ORDER BY `id` ASC LIMIT 1 [ RunTime:0.000720s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'relation',
'type' => 'ref',
'possible_keys' => 'term_taxonomy_id',
'key' => 'term_taxonomy_id',
'key_len' => '8',
'ref' => 'const',
'rows' => 15,
'extra' => 'Using where; Using temporary; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_category` [ RunTime:0.000701s ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `id` = 13 AND `status` = 1 LIMIT 1 [ RunTime:0.000242s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => '',
) ]
- [ SQL ] UPDATE `cmf_portal_post` SET `post_hits`=`post_hits`+1 WHERE `id` = 18 [ RunTime:0.002226s ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme_file` [ RunTime:0.000698s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hzh' AND `file` = 'portal/article_fscd' LIMIT 1 [ RunTime:0.000224s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 9,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='hzh',`action`='portal/Article/index',`file`='portal/article_fscd',`name`='分时菜单文章页',`more`='[]',`config_more`='[]',`description`='分时菜单文章页',`is_public`=0,`list_order`=45 WHERE `theme` = 'hzh' AND `file` = 'portal/article_fscd' [ RunTime:0.001728s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hzh' AND `file` = 'portal/article_hzxm' LIMIT 1 [ RunTime:0.000192s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 9,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='hzh',`action`='portal/Article/index',`file`='portal/article_hzxm',`name`='合作项目文章页',`more`='[]',`config_more`='[]',`description`='合作项目文章页',`is_public`=0,`list_order`=45 WHERE `theme` = 'hzh' AND `file` = 'portal/article_hzxm' [ RunTime:0.001535s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hzh' AND `file` = 'portal/article_zpbd' LIMIT 1 [ RunTime:0.000205s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 9,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='hzh',`action`='portal/Article/index',`file`='portal/article_zpbd',`name`='招牌必点文章页',`more`='[]',`config_more`='[]',`description`='招牌必点文章页',`is_public`=0,`list_order`=45 WHERE `theme` = 'hzh' AND `file` = 'portal/article_zpbd' [ RunTime:0.001581s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hzh' AND `file` = 'portal/index' LIMIT 1 [ RunTime:0.000251s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 9,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='hzh',`action`='portal/Index/index',`file`='portal/index',`name`='首页',`more`='{\"vars\":{\"cantingimg\":{\"title\":\"\\u9910\\u5385\\u56fe\\u7247\",\"value\":\"admin\\/20190725\\/036cbe57ca277c9c86dc7ed382eb9fb3.jpg\",\"type\":\"image\",\"tip\":\"\\u62db\\u724c\\u5fc5\\u70b9\\u4e0b\\u9762\\u7684\\u9910\\u5385\\u56fe\\u7247\\uff0c\\u56fe\\u7247\\u5927\\u5c0f\\u5efa\\u8bae\\u4e3a1920*649\",\"rule\":{\"require\":true}},\"waimai\":{\"title\":\"\\u5916\\u5356\\u56fe\\u7247\",\"value\":\"admin\\/20190725\\/58aac7bc08c61347f1ee7fa943574a53.jpg\",\"type\":\"image\",\"tip\":\"\\u5206\\u65f6\\u83dc\\u5355\\u91cc\\u9762\\u7684\\u6700\\u540e\\u4e00\\u5f20\\u56fe\\u7247\\uff0c\\u56fe\\u7247\\u5c3a\\u5bf8\\u5efa\\u8bae\\u4e0a\\u4f20\\u4e3a370*370\",\"rule\":{\"require\":true}},\"mapimg\":{\"title\":\"\\u5730\\u56fe\\u56fe\\u7247\",\"value\":\"admin\\/20190826\\/3afe793390162067c1892d076e860e28.jpg\",\"type\":\"image\",\"tip\":\"\\u4e3b\\u9875\\u6700\\u4e0b\\u9762\\u7684\\u5730\\u56fe\\u56fe\\u7247\\uff0c\\u56fe\\u7247\\u5c3a\\u5bf8\\u5efa\\u8bae\\u4e0a\\u4f20\\u4e3a1170*382\",\"rule\":{\"require\":true}},\"zpimg\":{\"title\":\"\\u65d7\\u4e0b\\u54c1\\u724c\\u56fe\\u7247\",\"value\":\"admin\\/20190722\\/f150af08ebd5cb52cd27e2186261405a.jpg\",\"type\":\"image\",\"tip\":\"\\u65d7\\u4e0b\\u54c1\\u724c\\u6807\\u9898\\u56fe\\u7247\\uff0c\\u56fe\\u7247\\u5c3a\\u5bf8\\u5efa\\u8bae\\u4e0a\\u4f20\\u4e3a119*49\",\"rule\":{\"require\":true}},\"fsimg\":{\"title\":\"\\u5206\\u65f6\\u83dc\\u5355\\u56fe\\u7247\",\"value\":\"admin\\/20190722\\/97bcc03e9fe01a364c064259347f118f.jpg\",\"type\":\"image\",\"tip\":\"\\u5206\\u65f6\\u83dc\\u5355\\u6807\\u9898\\u56fe\\u7247\\uff0c\\u56fe\\u7247\\u5c3a\\u5bf8\\u5efa\\u8bae\\u4e0a\\u4f20\\u4e3a128*49\",\"rule\":{\"require\":true}},\"logobox\":{\"title\":\"\\u65d7\\u4e0b\\u54c1\\u724clogo\\u56fe\",\"value\":[{\"logo_id_text_\":\"\\u8303\\u806a\\u660e\",\"logo_id\":\"13\",\"logoitem\":\"admin\\/20190723\\/474be7f9cf7337b08d48ff0ba8efb24e.jpg\"},{\"logo_id_text_\":\"\\u6155\\u8bb0\\u8001\\u724c\\u574a\",\"logo_id\":\"16\",\"logoitem\":\"admin\\/20190723\\/2b4d74315f88430cef70f5bab4fcfb51.jpg\"},{\"logo_id_text_\":\"\\u644a\\u5c0f\\u4e8c\",\"logo_id\":\"12\",\"logoitem\":\"admin\\/20190723\\/402177f7d40fb4398a82b012d7e3dccf.jpg\"},{\"logo_id_text_\":\"\\u6109\\u5c1a\\u4fbf\\u5f53\",\"logo_id\":\"14\",\"logoitem\":\"admin\\/20190723\\/c4900667f0f4ce8026b84019101c5a25.jpg\"},{\"logo_id_text_\":\"\",\"logo_id\":\"10\",\"logoitem\":\"admin\\/20190826\\/5ac118b364280e99ad8522dee06b3282.png\"},{\"logo_id_text_\":\"\\u867e\\u5f97\\u4e50\",\"logo_id\":\"15\",\"logoitem\":\"admin\\/20190723\\/03bb75113d63d53130370a3262a3601b.jpg\"},{\"logo_id_text_\":\"\\u7116\\u77e5\\u5473\",\"logo_id\":\"23\",\"logoitem\":\"admin\\/20190723\\/ecdca4b294de25d43120569e7201b3ad.jpg\"},{\"logo_id_text_\":\"\\u4e00\\u54c1\\u5377\\u5b97\",\"logo_id\":\"18\",\"logoitem\":\"admin\\/20190723\\/4f714f258d994a834fc8c2b3d912c497.jpg\"},{\"logo_id_text_\":\"\\u82cf\\u9505\\u76d4\",\"logo_id\":\"17\",\"logoitem\":\"admin\\/20190723\\/ac7b6f180a7b24f4ce48621fb0903f9c.jpg\"},{\"logo_id_text_\":\"\\u6a59\\u5fc3\\u627e\\u8336\",\"logo_id\":\"19\",\"logoitem\":\"admin\\/20190723\\/c056a605fefce859cf74ce16c6a4cb98.jpg\"},{\"logo_id_text_\":\"\\u4e03\\u53f7\\u684c\",\"logo_id\":\"21\",\"logoitem\":\"admin\\/20190723\\/b66852fdd43acf4a6a7d174a5afdf4f0.jpg\"},{\"logo_id_text_\":\"\\u9c7c\\u5c0f\\u95f2\",\"logo_id\":\"22\",\"logoitem\":\"admin\\/20190723\\/06dbd3d82b1313ba476527b7cb5e44d1.jpg\"}],\"type\":\"array\",\"tip\":\"\\u65d7\\u4e0b\\u54c1\\u724clogo\\u56fe\\u7247\\uff0c\\u56fe\\u7247\\u5c3a\\u5bf8\\u5efa\\u8bae\\u4e0a\\u4f20\\u4e3a298*122\",\"item\":{\"logo_id\":{\"title\":\"logo\\u70b9\\u51fb\\u6253\\u5f00\\u5730\\u5740\\uff0c\\u5176\\u5b9e\\u5c31\\u662f\\u5408\\u4f5c\\u9879\\u76ee\\u7684\\u5730\\u5740(\\u5982\\u5408\\u4f5c\\u9879\\u76ee\\u4e0b\\u7684\\u6587\\u7ae0\\uff1a\\u4e91\\u77e5\\u7f18\\u8fc7\\u6865\\u7c73\\u7ebf)\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Article\\/index\",\"multi\":false},\"tip\":\"\\u8bf7\\u9009\\u62e9logo\\u6253\\u5f00\\u5730\\u5740,\\u5176\\u5b9e\\u5c31\\u662f\\u5408\\u4f5c\\u9879\\u76ee\\u7684\\u5730\\u5740\"},\"logoitem\":{\"title\":\"\\u65d7\\u4e0b\\u54c1\\u724clogo\\u56fe\\u7247\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u65d7\\u4e0b\\u54c1\\u724clogo\\u56fe\\u7247,\\u53ea\\u4e0a\\u4f20\\u4e00\\u5f20,\\u5c3a\\u5bf8\\u5efa\\u8bae\\u4e0a\\u4f20\\u4e3a298*122\"}}}}}',`config_more`='{\"vars\":{\"cantingimg\":{\"title\":\"\\u9910\\u5385\\u56fe\\u7247\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u62db\\u724c\\u5fc5\\u70b9\\u4e0b\\u9762\\u7684\\u9910\\u5385\\u56fe\\u7247\\uff0c\\u56fe\\u7247\\u5927\\u5c0f\\u5efa\\u8bae\\u4e3a1920*649\",\"rule\":{\"require\":true}},\"waimai\":{\"title\":\"\\u5916\\u5356\\u56fe\\u7247\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u5206\\u65f6\\u83dc\\u5355\\u91cc\\u9762\\u7684\\u6700\\u540e\\u4e00\\u5f20\\u56fe\\u7247\\uff0c\\u56fe\\u7247\\u5c3a\\u5bf8\\u5efa\\u8bae\\u4e0a\\u4f20\\u4e3a370*370\",\"rule\":{\"require\":true}},\"mapimg\":{\"title\":\"\\u5730\\u56fe\\u56fe\\u7247\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u4e3b\\u9875\\u6700\\u4e0b\\u9762\\u7684\\u5730\\u56fe\\u56fe\\u7247\\uff0c\\u56fe\\u7247\\u5c3a\\u5bf8\\u5efa\\u8bae\\u4e0a\\u4f20\\u4e3a1170*382\",\"rule\":{\"require\":true}},\"zpimg\":{\"title\":\"\\u65d7\\u4e0b\\u54c1\\u724c\\u56fe\\u7247\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u65d7\\u4e0b\\u54c1\\u724c\\u6807\\u9898\\u56fe\\u7247\\uff0c\\u56fe\\u7247\\u5c3a\\u5bf8\\u5efa\\u8bae\\u4e0a\\u4f20\\u4e3a119*49\",\"rule\":{\"require\":true}},\"fsimg\":{\"title\":\"\\u5206\\u65f6\\u83dc\\u5355\\u56fe\\u7247\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u5206\\u65f6\\u83dc\\u5355\\u6807\\u9898\\u56fe\\u7247\\uff0c\\u56fe\\u7247\\u5c3a\\u5bf8\\u5efa\\u8bae\\u4e0a\\u4f20\\u4e3a128*49\",\"rule\":{\"require\":true}},\"logobox\":{\"title\":\"\\u65d7\\u4e0b\\u54c1\\u724clogo\\u56fe\",\"value\":\"\",\"type\":\"array\",\"tip\":\"\\u65d7\\u4e0b\\u54c1\\u724clogo\\u56fe\\u7247\\uff0c\\u56fe\\u7247\\u5c3a\\u5bf8\\u5efa\\u8bae\\u4e0a\\u4f20\\u4e3a298*122\",\"item\":{\"logo_id\":{\"title\":\"logo\\u70b9\\u51fb\\u6253\\u5f00\\u5730\\u5740\\uff0c\\u5176\\u5b9e\\u5c31\\u662f\\u5408\\u4f5c\\u9879\\u76ee\\u7684\\u5730\\u5740(\\u5982\\u5408\\u4f5c\\u9879\\u76ee\\u4e0b\\u7684\\u6587\\u7ae0\\uff1a\\u4e91\\u77e5\\u7f18\\u8fc7\\u6865\\u7c73\\u7ebf)\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Article\\/index\",\"multi\":false},\"tip\":\"\\u8bf7\\u9009\\u62e9logo\\u6253\\u5f00\\u5730\\u5740,\\u5176\\u5b9e\\u5c31\\u662f\\u5408\\u4f5c\\u9879\\u76ee\\u7684\\u5730\\u5740\"},\"logoitem\":{\"title\":\"\\u65d7\\u4e0b\\u54c1\\u724clogo\\u56fe\\u7247\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u65d7\\u4e0b\\u54c1\\u724clogo\\u56fe\\u7247,\\u53ea\\u4e0a\\u4f20\\u4e00\\u5f20,\\u5c3a\\u5bf8\\u5efa\\u8bae\\u4e0a\\u4f20\\u4e3a298*122\"}}}}}',`description`='网站首页',`is_public`=0,`list_order`=10 WHERE `theme` = 'hzh' AND `file` = 'portal/index' [ RunTime:0.001693s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hzh' AND `file` = 'portal/list-news' LIMIT 1 [ RunTime:0.000243s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 9,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='hzh',`action`='portal/List/index',`file`='portal/list-news',`name`='新闻列表页',`more`='[]',`config_more`='[]',`description`='新闻列表模板文件',`is_public`=0,`list_order`=20 WHERE `theme` = 'hzh' AND `file` = 'portal/list-news' [ RunTime:0.001454s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hzh' AND `file` = 'portal/list-pro' LIMIT 1 [ RunTime:0.000258s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 9,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='hzh',`action`='portal/List/index',`file`='portal/list-pro',`name`='合作项目列表页',`more`='[]',`config_more`='[]',`description`='合作项目列表模板文件',`is_public`=0,`list_order`=20 WHERE `theme` = 'hzh' AND `file` = 'portal/list-pro' [ RunTime:0.001491s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hzh' AND `file` = 'portal/news-con' LIMIT 1 [ RunTime:0.000240s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 9,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='hzh',`action`='portal/Article/index',`file`='portal/news-con',`name`='新闻文章页',`more`='[]',`config_more`='[]',`description`='新闻文章页',`is_public`=0,`list_order`=45 WHERE `theme` = 'hzh' AND `file` = 'portal/news-con' [ RunTime:0.001242s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hzh' AND `file` = 'portal/page' LIMIT 1 [ RunTime:0.000208s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 9,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='hzh',`action`='portal/Page/index',`file`='portal/page',`name`='单页模板',`more`='[]',`config_more`='[]',`description`='页面单页模板',`is_public`=0,`list_order`=45 WHERE `theme` = 'hzh' AND `file` = 'portal/page' [ RunTime:0.001130s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hzh' AND `file` = 'public/footer' LIMIT 1 [ RunTime:0.000239s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 9,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='hzh',`action`='public/Footer',`file`='public/footer',`name`='底部信息',`more`='{\"vars\":{\"copyright\":{\"title\":\"\\u7248\\u6743\\u4fe1\\u606f\",\"value\":\"\\u7248\\u6743\\u6240\\u6709\\uff1a\\u5c71\\u4e1c\\u96c5\\u521b\\u4f01\\u4e1a\\u7ba1\\u7406\\u54a8\\u8be2\\u6709\\u9650\\u516c\\u53f8 \\u62db\\u5546\\u52a0\\u76df\\u706b\\u70ed\\u8fdb\\u884c\\u4e2d \\u521b\\u4e1a\\u6709\\u98ce\\u9669\\uff0c\\u6295\\u8d44\\u9700\\u8c28\\u614e\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}}}}',`config_more`='{\"vars\":{\"copyright\":{\"title\":\"\\u7248\\u6743\\u4fe1\\u606f\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}}}}',`description`='网站底部信息内容',`is_public`=1,`list_order`=2 WHERE `theme` = 'hzh' AND `file` = 'public/footer' [ RunTime:0.001175s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hzh' AND `file` = 'public/nav' LIMIT 1 [ RunTime:0.000201s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 9,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme`='hzh',`action`='public/nav',`file`='public/nav',`name`='导航信息',`more`='{\"vars\":{\"com_tel\":{\"title\":\"\\u5408\\u4f5c\\u70ed\\u7ebf\",\"value\":\"\\u62db\\u5546\\u52a0\\u76df\\u70ed\\u7ebf400-696-6880\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"logo\":{\"title\":\"logo\",\"value\":\"admin\\/20190629\\/637be8464afdf4cfb767504b6d9b5fbc.png\",\"type\":\"image\",\"tip\":\"\\u8bf7\\u4e0a\\u4f20logo\\u56fe\\u7247\\uff0c\\u56fe\\u7247\\u5927\\u5c0f\\u5efa\\u8bae\\u4e3a341*148\",\"rule\":{\"require\":true}},\"nav_c\":{\"title\":\"\\u5bfc\\u822a\\u680f\\u80cc\\u666f\\u8272\",\"value\":\"#b5b5b6\",\"type\":\"text\",\"tip\":\"\\u8bf7\\u8f93\\u5165\\u80cc\\u666f\\u8272\\u7684\\u5341\\u516d\\u8fdb\\u5236\\u503c\\uff0c\\u5982 #d61f2c \\uff08\\u5fc5\\u987b\\u5e26\\u7740#\\u53f7\\uff09\",\"rule\":[]},\"nav_o\":{\"title\":\"\\u5bfc\\u822a\\u680f\\u900f\\u660e\\u5ea6\",\"value\":\"0.95\",\"type\":\"text\",\"tip\":\"\\u8bf7\\u8f93\\u5165\\u900f\\u660e\\u5ea6\\u503c\\uff0c1\\u662f\\u4e0d\\u900f\\u660e\\uff0c0\\u662f\\u5b8c\\u5168\\u900f\\u660e\\uff0c\\u9ed8\\u8ba4\\u4e3a0.85\",\"rule\":[]}}}',`config_more`='{\"vars\":{\"com_tel\":{\"title\":\"\\u5408\\u4f5c\\u70ed\\u7ebf\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"logo\":{\"title\":\"logo\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u8bf7\\u4e0a\\u4f20logo\\u56fe\\u7247\\uff0c\\u56fe\\u7247\\u5927\\u5c0f\\u5efa\\u8bae\\u4e3a341*148\",\"rule\":{\"require\":true}},\"nav_c\":{\"title\":\"\\u5bfc\\u822a\\u680f\\u80cc\\u666f\\u8272\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\\u8bf7\\u8f93\\u5165\\u80cc\\u666f\\u8272\\u7684\\u5341\\u516d\\u8fdb\\u5236\\u503c\\uff0c\\u5982 #d61f2c \\uff08\\u5fc5\\u987b\\u5e26\\u7740#\\u53f7\\uff09\",\"rule\":[]},\"nav_o\":{\"title\":\"\\u5bfc\\u822a\\u680f\\u900f\\u660e\\u5ea6\",\"value\":\"0.85\",\"type\":\"text\",\"tip\":\"\\u8bf7\\u8f93\\u5165\\u900f\\u660e\\u5ea6\\u503c\\uff0c1\\u662f\\u4e0d\\u900f\\u660e\\uff0c0\\u662f\\u5b8c\\u5168\\u900f\\u660e\\uff0c\\u9ed8\\u8ba4\\u4e3a0.85\",\"rule\":[]}}}',`description`='网导航信息内容',`is_public`=1,`list_order`=2 WHERE `theme` = 'hzh' AND `file` = 'public/nav' [ RunTime:0.001123s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'hzh' [ RunTime:0.000322s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 9,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme` [ RunTime:0.000856s ]
- [ SQL ] UPDATE `cmf_theme` SET `name`='Hzh',`version`='1.0.0',`demo_url`='http://www.xxx.com',``='阿克',`lang`='zh-cn',`_url`='http://www.xxx.com',`keywords`='加盟',`description`='网站主站' WHERE `theme` = 'hzh' [ RunTime:0.001581s ]
- [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'hzh' AND ( `is_public` = 1 OR `file` = 'portal/article_hzxm' ) [ RunTime:0.000209s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 9,
'extra' => 'Using where',
) ]
- [ SQL ] 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 ( `category_post`.`category_id` = '13' ) AND ( `post`.`published_time` > '0' and `post`.`published_time` < 1616368715 ) GROUP BY `post`.`id` ORDER BY `post`.`create_time` DESC LIMIT 9 [ RunTime:0.001054s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category_post',
'type' => 'ref',
'possible_keys' => 'term_taxonomy_id',
'key' => 'term_taxonomy_id',
'key_len' => '8',
'ref' => 'const',
'rows' => 15,
'extra' => 'Using temporary; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_nav` [ RunTime:0.000641s ]
- [ SQL ] SELECT `id` FROM `cmf_nav` WHERE `is_main` = 1 LIMIT 1 [ RunTime:0.000178s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 2,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_nav_menu` [ RunTime:0.000676s ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000260s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav_menu',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 7,
'extra' => 'Using where; Using filesort',
) ]

0.098840s