基本
文件
流程
错误
SQL
调试
- 请求信息 : 2021-03-08 14:54:23 HTTP/1.1 GET : https://diweirui.com/portal/article/index/id/6/cid/5.html
- 运行时间 : 0.518385s [ 吞吐率:1.93req/s ] 内存消耗:1,551.58kb 文件加载:117
- 查询信息 : 30 queries 10 writes
- 缓存信息 : 15 reads,0 writes
- [ LANG ] /data/home/byu7084920001/htdocs/diweirui/vendor/thinkphp/lang/zh-cn.php
- [ DB ] INIT mysql
- [ LANG ] /data/home/byu7084920001/htdocs/diweirui/app/portal//lang/zh-cn.php
- [ ROUTE ] array (
)
- [ HEADER ] array (
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'accept-encoding' => 'br,gzip',
'accept-language' => 'en-US,en;q=0.5',
'connection' => 'Keep-Alive',
'host' => 'diweirui.com',
'if-modified-since' => 'Mon, 23 Nov 2020 17:17:52 GMT',
'user-agent' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
)
- [ PARAM ] array (
'id' => '6',
'cid' => '5',
)
- [ LANG ] /data/home/byu7084920001/htdocs/diweirui/vendor/thinkcmf/cmf/src/behavior/../lang/zh-cn.php
- [ LANG ] /data/home/byu7084920001/htdocs/diweirui/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php
- [ LANG ] /data/home/byu7084920001/htdocs/diweirui/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php
- [ LANG ] /data/home/byu7084920001/htdocs/diweirui/vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php
- [ LANG ] /data/home/byu7084920001/htdocs/diweirui/app/portal/lang/zh-cn/common.php
- [ LANG ] /data/home/byu7084920001/htdocs/diweirui/app/portal/lang/zh-cn/home.php
- [ VIEW ] /data/home/byu7084920001/htdocs/themes/diweiri/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.009409s ] mysql:host=bdm700787691.my3w.com;port=3306;dbname=bdm700787691_db;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `dwr_hook` [ RunTime:0.005884s ]
- [ SQL ] SELECT `hook` FROM `dwr_hook` WHERE `type` = 1 OR ( `type` = 3 AND ( `app` = '' or `app` = 'cmf' ) ) [ RunTime:0.005706s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'dwr_hook',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 64,
'filtered' => 11.710000038146973,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `dwr_hook_plugin` [ RunTime:0.005784s ]
- [ SQL ] SELECT `hook`,`plugin` FROM `dwr_hook_plugin` WHERE `status` = 1 AND `hook` IN ('app_begin','module_init','action_begin','view_filter','app_end','log_write','response_end','admin_init','home_init','send_mobile_verification_code','body_start','before_head_end','footer_start','before_footer','before_footer_end','before_body_end','left_sidebar_start','before_left_sidebar_end','right_sidebar_start','before_right_sidebar_end','comment','guestbook','switch_theme','after_content','before_content','log_write_done','switch_admin_theme','captcha_image','app_dispatch') ORDER BY `list_order` ASC [ RunTime:0.005558s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'dwr_hook_plugin',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 1,
'filtered' => 100.0,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `dwr_portal_post` [ RunTime:0.005893s ]
- [ SQL ] SELECT `post`.* FROM `dwr_portal_post` `post` INNER JOIN `dwr_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` = 5 AND `relation`.`post_id` = 6 AND ( `post`.`published_time` < 1615186463 and `post`.`published_time` > 0 ) LIMIT 1 [ RunTime:0.006187s ]
- [ 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 `dwr_portal_post` `post` INNER JOIN `dwr_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` = 5 AND `relation`.`post_id` < 6 AND ( `post`.`published_time` < 1615186463 and `post`.`published_time` > 0 ) ORDER BY `id` DESC LIMIT 1 [ RunTime:0.005748s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'post',
'partitions' => NULL,
'type' => 'range',
'possible_keys' => 'PRIMARY,type_status_date',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => NULL,
'rows' => 5,
'filtered' => 1.388888955116272,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `post`.* FROM `dwr_portal_post` `post` INNER JOIN `dwr_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` = 5 AND `relation`.`post_id` > 6 AND ( `post`.`published_time` < 1615186463 and `post`.`published_time` > 0 ) ORDER BY `id` ASC LIMIT 1 [ RunTime:0.006247s ]
- [ 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' => 3,
'filtered' => 33.329998016357422,
'extra' => 'Using index condition; Using where; Using temporary; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `dwr_portal_category` [ RunTime:0.005755s ]
- [ SQL ] SELECT * FROM `dwr_portal_category` WHERE `id` = 5 AND `status` = 1 LIMIT 1 [ RunTime:0.005917s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'dwr_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 `dwr_portal_post` SET `post_hits` = `post_hits` + 1 WHERE `id` = 6 [ RunTime:0.015409s ]
- [ SQL ] SHOW COLUMNS FROM `dwr_theme_file` [ RunTime:0.005800s ]
- [ SQL ] SELECT * FROM `dwr_theme_file` WHERE `theme` = 'diweiri' AND `file` = 'portal/article' LIMIT 1 [ RunTime:0.005527s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'dwr_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 24,
'filtered' => 4.1666669845581055,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `dwr_theme_file` SET `theme` = 'diweiri' , `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` = 'diweiri' AND `file` = 'portal/article' [ RunTime:0.012926s ]
- [ SQL ] SELECT * FROM `dwr_theme_file` WHERE `theme` = 'diweiri' AND `file` = 'portal/category' LIMIT 1 [ RunTime:0.005571s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'dwr_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 24,
'filtered' => 4.1666669845581055,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `dwr_theme_file` SET `theme` = 'diweiri' , `action` = 'portal/List/index' , `file` = 'portal/category' , `name` = '产品中心分类页' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '产品中心分类模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'diweiri' AND `file` = 'portal/category' [ RunTime:0.008001s ]
- [ SQL ] SELECT * FROM `dwr_theme_file` WHERE `theme` = 'diweiri' AND `file` = 'portal/contact' LIMIT 1 [ RunTime:0.005653s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'dwr_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 24,
'filtered' => 4.1666669845581055,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `dwr_theme_file` SET `theme` = 'diweiri' , `action` = 'portal/Page/index' , `file` = 'portal/contact' , `name` = '联系我们页' , `more` = '{\"vars\":{\"baidu_map_info_window_text\":{\"title\":\"\\u767e\\u5ea6\\u5730\\u56fe\\u6807\\u6ce8\\u6587\\u5b57\",\"name\":\"baidu_map_info_window_text\",\"value\":\"\\u8fea\\u5a01\\u745e\\u79d1\\u6280\\uff08\\u5317\\u4eac\\uff09\\u6709\\u9650\\u516c\\u53f8<br\\/><span class=\'\'>\\u5730\\u5740\\uff1a\\u5317\\u4eac\\u7ecf\\u6d4e\\u6280\\u672f\\u5f00\\u53d1\\u533a\\u7ecf\\u6d77\\u4e09\\u8def109\\u53f7\\u9662\\u5929\\u9aa5\\u667a\\u8c3741\\u53f7\\u697c405\\u5ba4<\\/span>\",\"type\":\"text\",\"tip\":\"\\u767e\\u5ea6\\u5730\\u56fe\\u6807\\u6ce8\\u6587\\u5b57,\\u652f\\u6301\\u7b80\\u5355html\\u4ee3\\u7801\",\"rule\":[]},\"company_location\":{\"title\":\"\\u516c\\u53f8\\u5750\\u6807\",\"value\":\"116.561554,39.788458\",\"type\":\"location\",\"tip\":\"\",\"rule\":{\"require\":true},\"valueText\":\"\\u5317\\u4eac\\u5e02\\u901a\\u5dde\\u533a\\u7ecf\\u6d77\\u4e09\\u8def\"},\"address_cn\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\",\"value\":\"\\u5317\\u4eac\\u7ecf\\u6d4e\\u6280\\u672f\\u5f00\\u53d1\\u533a\\u7ecf\\u6d77\\u4e09\\u8def109\\u53f7\\u9662\\u5929\\u9aa5\\u667a\\u8c3741\\u53f7\\u697c405\\u5ba4\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"address_en\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\\uff08\\u82f1\\u6587\\uff09\",\"value\":\"NO.41 Jing Hai san lu, Beijing China\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"email\":{\"title\":\"\\u516c\\u53f8\\u90ae\\u7bb1\",\"value\":\"happychun63@163.com\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"phone_cn\":{\"title\":\"\\u516c\\u53f8\\u7535\\u8bdd\",\"value\":\"18631677861\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"phone_en\":{\"title\":\"\\u516c\\u53f8\\u7535\\u8bdd\\uff08\\u82f1\\u6587\\uff09\",\"value\":\"13701270364\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"qq\":{\"title\":\"\\u8054\\u7cfbQQ\",\"value\":\"12345678\",\"type\":\"text\",\"tip\":\"\\u591a\\u4e2a QQ\\u4ee5\\u82f1\\u6587\\u9017\\u53f7\\u9694\\u5f00\",\"rule\":{\"require\":true}}}}' , `config_more` = '{\"vars\":{\"baidu_map_info_window_text\":{\"title\":\"\\u767e\\u5ea6\\u5730\\u56fe\\u6807\\u6ce8\\u6587\\u5b57\",\"name\":\"baidu_map_info_window_text\",\"value\":\"\\u8fea\\u5a01\\u745e\\u79d1\\u6280\\uff08\\u5317\\u4eac\\uff09\\u6709\\u9650\\u516c\\u53f8<br\\/><span class=\'\'>\\u5730\\u5740\\uff1a\\u5317\\u4eac\\u7ecf\\u6d4e\\u6280\\u672f\\u5f00\\u53d1\\u533a\\u7ecf\\u6d77\\u4e09\\u8def109\\u53f7\\u9662\\u5929\\u9aa5\\u667a\\u8c3741\\u53f7\\u697c405\\u5ba4<\\/span>\",\"type\":\"text\",\"tip\":\"\\u767e\\u5ea6\\u5730\\u56fe\\u6807\\u6ce8\\u6587\\u5b57,\\u652f\\u6301\\u7b80\\u5355html\\u4ee3\\u7801\",\"rule\":[]},\"company_location\":{\"title\":\"\\u516c\\u53f8\\u5750\\u6807\",\"value\":\"\",\"type\":\"location\",\"tip\":\"\",\"rule\":{\"require\":true}},\"address_cn\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\",\"value\":\"\\u5317\\u4eac\\u7ecf\\u6d4e\\u6280\\u672f\\u5f00\\u53d1\\u533a\\u7ecf\\u6d77\\u4e09\\u8def109\\u53f7\\u9662\\u5929\\u9aa5\\u667a\\u8c3741\\u53f7\\u697c405\\u5ba4\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"address_en\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\\uff08\\u82f1\\u6587\\uff09\",\"value\":\"NO.0001 Xie Tu Road, Shanghai China\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"email\":{\"title\":\"\\u516c\\u53f8\\u90ae\\u7bb1\",\"value\":\"catman@thinkcmf.com\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"phone_cn\":{\"title\":\"\\u516c\\u53f8\\u7535\\u8bdd\",\"value\":\"021 1000 0001\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"phone_en\":{\"title\":\"\\u516c\\u53f8\\u7535\\u8bdd\\uff08\\u82f1\\u6587\\uff09\",\"value\":\"+8621 1000 0001\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"qq\":{\"title\":\"\\u8054\\u7cfbQQ\",\"value\":\"478519726\",\"type\":\"text\",\"tip\":\"\\u591a\\u4e2a QQ\\u4ee5\\u82f1\\u6587\\u9017\\u53f7\\u9694\\u5f00\",\"rule\":{\"require\":true}}}}' , `description` = '联系我们页模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'diweiri' AND `file` = 'portal/contact' [ RunTime:0.007976s ]
- [ SQL ] SELECT * FROM `dwr_theme_file` WHERE `theme` = 'diweiri' AND `file` = 'portal/list' LIMIT 1 [ RunTime:0.005452s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'dwr_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 24,
'filtered' => 4.1666669845581055,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `dwr_theme_file` SET `theme` = 'diweiri' , `action` = 'portal/List/index' , `file` = 'portal/list' , `name` = '文章列表页' , `more` = '{\"vars\":[],\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_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}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_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}}}}}}' , `config_more` = '{\"vars\":[],\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_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}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_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}}}}}}' , `description` = '文章列表模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'diweiri' AND `file` = 'portal/list' [ RunTime:0.007681s ]
- [ SQL ] SELECT * FROM `dwr_theme_file` WHERE `theme` = 'diweiri' AND `file` = 'portal/page' LIMIT 1 [ RunTime:0.005499s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'dwr_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 24,
'filtered' => 4.1666669845581055,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `dwr_theme_file` SET `theme` = 'diweiri' , `action` = 'portal/Page/index' , `file` = 'portal/page' , `name` = '单页面' , `more` = '{\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_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}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_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}}}}}}' , `config_more` = '{\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_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}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_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}}}}}}' , `description` = '单页面模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'diweiri' AND `file` = 'portal/page' [ RunTime:0.008434s ]
- [ SQL ] SELECT * FROM `dwr_theme_file` WHERE `theme` = 'diweiri' AND `file` = 'portal/prolist' LIMIT 1 [ RunTime:0.005475s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'dwr_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 24,
'filtered' => 4.1666669845581055,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `dwr_theme_file` SET `theme` = 'diweiri' , `action` = 'portal/List/index' , `file` = 'portal/prolist' , `name` = '产品列表页' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '产品列表模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'diweiri' AND `file` = 'portal/prolist' [ RunTime:0.007805s ]
- [ SQL ] SELECT * FROM `dwr_theme_file` WHERE `theme` = 'diweiri' AND `file` = 'public/config' LIMIT 1 [ RunTime:0.005442s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'dwr_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 24,
'filtered' => 4.1666669845581055,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `dwr_theme_file` SET `theme` = 'diweiri' , `action` = 'public/Config' , `file` = 'public/config' , `name` = '模板全局配置' , `more` = '{\"vars\":{\"enable_mobile\":{\"title\":\"\\u624b\\u673a\\u6ce8\\u518c\",\"value\":\"0\",\"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` = 'diweiri' AND `file` = 'public/config' [ RunTime:0.007556s ]
- [ SQL ] SELECT * FROM `dwr_theme_file` WHERE `theme` = 'diweiri' AND `file` = 'public/nav' LIMIT 1 [ RunTime:0.005497s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'dwr_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 24,
'filtered' => 4.1666669845581055,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `dwr_theme_file` SET `theme` = 'diweiri' , `action` = 'public/Nav' , `file` = 'public/nav' , `name` = '导航条' , `more` = '{\"vars\":{\"company_name\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"name\":\"company_name\",\"value\":\"\\u8fea\\u5a01\\u745e\\u79d1\\u6280\\uff08\\u5317\\u4eac\\uff09\\u6709\\u9650\\u516c\\u53f8\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}}}' , `config_more` = '{\"vars\":{\"company_name\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"name\":\"company_name\",\"value\":\"\\u8fea\\u5a01\\u745e\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}}}' , `description` = '导航条模板文件' , `is_public` = 1 , `list_order` = 1 WHERE `theme` = 'diweiri' AND `file` = 'public/nav' [ RunTime:0.008482s ]
- [ SQL ] SELECT * FROM `dwr_theme_file` WHERE `theme` = 'diweiri' [ RunTime:0.005559s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'dwr_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 24,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `dwr_theme` [ RunTime:0.005859s ]
- [ SQL ] UPDATE `dwr_theme` SET `name` = 'diweirui' , `version` = '1.0.0' , `demo_url` = 'http://diweirui.com/' , `author` = 'zcc' , `lang` = 'zh-cn' , `author_url` = 'http://diweirui.com/' , `keywords` = '迪威瑞模板' , `description` = '迪威瑞模板' WHERE `theme` = 'diweiri' [ RunTime:0.005561s ]
- [ SQL ] SELECT `more` FROM `dwr_theme_file` WHERE `theme` = 'diweiri' AND ( `is_public` = 1 OR `file` = 'portal/article' ) [ RunTime:0.005441s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'dwr_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 24,
'filtered' => 4.1666669845581055,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `dwr_nav` [ RunTime:0.005792s ]
- [ SQL ] SELECT `id` FROM `dwr_nav` WHERE `is_main` = 1 LIMIT 1 [ RunTime:0.005489s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'dwr_nav',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 2,
'filtered' => 50.0,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `dwr_nav_menu` [ RunTime:0.005689s ]
- [ SQL ] SELECT * FROM `dwr_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.005516s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'dwr_nav_menu',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 9,
'filtered' => 11.111111640930176,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `dwr_option` [ RunTime:0.005724s ]
- [ SQL ] SELECT `option_value` FROM `dwr_option` WHERE `option_name` = 'storage' LIMIT 1 [ RunTime:0.005420s ]
- [ 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 `dwr_link` [ RunTime:0.005735s ]
- [ SQL ] SELECT * FROM `dwr_link` WHERE `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.005468s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'dwr_link',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'status',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 9,
'filtered' => 100.0,
'extra' => 'Using where; Using filesort',
) ]

0.524552s