基本
文件
流程
錯(cuò)誤
SQL
調(diào)試
- 請(qǐng)求信息 : 2026-02-16 18:46:04 HTTP/1.1 GET : http://www.autosync.cn/about3.html
- 運(yùn)行時(shí)間 : 0.349100s [ 吞吐率:2.86req/s ] 內(nèi)存消耗:5,371.71kb 文件加載:119
- 查詢信息 : 43 queries 16 writes
- 緩存信息 : 6 reads,0 writes
- 會(huì)話信息 : SESSION_ID=r1185sp5th4bqf3rco1s66cg0f
- [ LANG ] /www/wwwroot/feichangdao/vendor/thinkphp/lang/zh-cn.php
- [ LANG ] /www/wwwroot/feichangdao/app/portal//lang/zh-cn.php
- [ ROUTE ] array (
'rule' => 'about3',
'route' => 'portal/List/index?id=24',
'option' =>
array (
'merge_rule_regex' => false,
),
'var' =>
array (
),
)
- [ HEADER ] array (
'host' => 'www.autosync.cn',
'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko',
'referer' => 'http://www.baidu.com',
'cookie' => 't=92d7540e476b153862b4ea2356ede7b3; r=8148',
'accept-language' => 'zh-CN,zh',
'accept-encoding' => 'gzip, deflate',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'content-type' => 'application/x-www-form-urlencoded; Charset=UTF-8',
'connection' => 'Keep-Alive',
'content-length' => '',
)
- [ PARAM ] array (
'id' => '24',
)
- [ LANG ] /www/wwwroot/feichangdao/vendor/thinkcmf/cmf/src/behavior/../lang/zh-cn.php
- [ LANG ] /www/wwwroot/feichangdao/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php
- [ LANG ] /www/wwwroot/feichangdao/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/feichangdao/vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php
- [ LANG ] /www/wwwroot/feichangdao/app/portal/lang/zh-cn/common.php
- [ DB ] INIT mysql
- [ LANG ] /www/wwwroot/feichangdao/app/portal/lang/zh-cn/home.php
- [ VIEW ] /www/wwwroot/feichangdao/public/themes/feichangdao/portal/about2.html [ array (
0 => 'site_info',
1 => 'user',
2 => 'versions',
3 => 'category',
4 => 'page',
5 => 'list',
6 => 'theme_vars',
7 => 'theme_widgets',
) ]
- [ DB ] CONNECT:[ UseTime:0.001351s ] mysql:host=127.0.0.1;port=3306;dbname=feichangdao;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_plugin` [ RunTime:0.001907s ]
- [ SQL ] SELECT `config` FROM `cmf_plugin` WHERE `name` = 'MPcTheme' LIMIT 1 [ RunTime:0.000725s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_plugin',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 8,
'filtered' => 12.5,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_category` [ RunTime:0.003547s ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `id` = 24 AND `status` = 1 LIMIT 1 [ RunTime:0.005268s ]
- [ 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 `parent_id` = 24 AND `status` = 1 AND `delete_time` = 0 ORDER BY `list_order` ASC,`id` ASC [ RunTime:0.002356s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'parent_id',
'key' => 'parent_id',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 5.0,
'extra' => 'Using index condition; Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_post` [ RunTime:0.001563s ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_portal_post` `pp` LEFT JOIN `cmf_portal_category_post` `pcp` ON `pp`.`id`=`pcp`.`post_id` WHERE `pcp`.`category_id` IN ('') AND `post_status` = 1 AND `delete_time` = 0 [ RunTime:0.000842s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'pcp',
'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 `pp`.*,`pcp`.`category_id` FROM `cmf_portal_post` `pp` LEFT JOIN `cmf_portal_category_post` `pcp` ON `pp`.`id`=`pcp`.`post_id` WHERE `pcp`.`category_id` IN ('') AND `post_status` = 1 AND `delete_time` = 0 ORDER BY `published_time` DESC LIMIT 0,20 [ RunTime:0.001631s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'pcp',
'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.001693s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'portal/about' LIMIT 1 [ RunTime:0.001206s ]
- [ 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' => 49,
'filtered' => 2.040816307067871,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'feichangdao' , `action` = 'portal/List/index' , `file` = 'portal/about' , `name` = '關(guān)于我們' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '列表模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'feichangdao' AND `file` = 'portal/about' [ RunTime:0.005621s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'portal/about2' LIMIT 1 [ RunTime:0.001076s ]
- [ 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' => 49,
'filtered' => 2.040816307067871,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'feichangdao' , `action` = 'portal/List/index' , `file` = 'portal/about2' , `name` = '關(guān)于我們' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '品牌策劃詳情模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'feichangdao' AND `file` = 'portal/about2' [ RunTime:0.005378s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'portal/article' LIMIT 1 [ RunTime:0.000766s ]
- [ 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' => 49,
'filtered' => 2.040816307067871,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'feichangdao' , `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` = 'feichangdao' AND `file` = 'portal/article' [ RunTime:0.004792s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'portal/brand' LIMIT 1 [ RunTime:0.001370s ]
- [ 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' => 49,
'filtered' => 2.040816307067871,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'feichangdao' , `action` = 'portal/List/index' , `file` = 'portal/brand' , `name` = '品牌策劃' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '列表模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'feichangdao' AND `file` = 'portal/brand' [ RunTime:0.005953s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'portal/brand2' LIMIT 1 [ RunTime:0.001030s ]
- [ 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' => 49,
'filtered' => 2.040816307067871,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'feichangdao' , `action` = 'portal/List/index' , `file` = 'portal/brand2' , `name` = '關(guān)于我們' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '品牌策劃詳情模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'feichangdao' AND `file` = 'portal/brand2' [ RunTime:0.005821s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'portal/case' LIMIT 1 [ RunTime:0.001775s ]
- [ 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' => 49,
'filtered' => 2.040816307067871,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'feichangdao' , `action` = 'portal/List/index' , `file` = 'portal/case' , `name` = '經(jīng)典案例' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '列表模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'feichangdao' AND `file` = 'portal/case' [ RunTime:0.005189s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'portal/cdetails' LIMIT 1 [ RunTime:0.002029s ]
- [ 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' => 49,
'filtered' => 2.040816307067871,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'feichangdao' , `action` = 'portal/Article/index' , `file` = 'portal/cdetails' , `name` = '案例詳情頁' , `more` = '{\"vars\":[]}' , `config_more` = '{\"vars\":[]}' , `description` = '文章頁模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'feichangdao' AND `file` = 'portal/cdetails' [ RunTime:0.005929s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'portal/index' LIMIT 1 [ RunTime:0.001134s ]
- [ 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' => 49,
'filtered' => 2.040816307067871,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'feichangdao' , `action` = 'portal/Index/index' , `file` = 'portal/index' , `name` = '首頁' , `more` = '{\"widgets\":{\"gg_top\":{\"title\":\"\\u8f6e\\u64ad\\u56fe\\u4e0a\\u65b9\\u5e7f\\u544a\\u56fe\\u5217\\u8868\",\"display\":\"1\",\"vars\":{\"gg_top_list\":{\"title\":\"\\u5e7f\\u544a\\u56fe\\u5217\\u8868\",\"value\":[],\"type\":\"array\",\"item\":{\"gg_top_title\":{\"title\":\"\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\"},\"gg_top_tu\":{\"title\":\"\\u56fe\\u7247\",\"value\":\"\",\"type\":\"image\"},\"gg_top_link\":{\"title\":\"\\u94fe\\u63a5\",\"value\":\"#\",\"type\":\"text\"}}}}},\"gg_bottom\":{\"title\":\"\\u8f6e\\u64ad\\u56fe\\u4e0b\\u65b9\\u5e7f\\u544a\\u56fe\\u5217\\u8868\",\"display\":\"1\",\"vars\":{\"gg_bottom_list\":{\"title\":\"\\u5e7f\\u544a\\u56fe\\u5217\\u8868\",\"value\":[],\"type\":\"array\",\"item\":{\"gg_bottom_title\":{\"title\":\"\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\"},\"gg_bottom_tu\":{\"title\":\"\\u56fe\\u7247\",\"value\":\"\",\"type\":\"image\"},\"gg_bottom_link\":{\"title\":\"\\u94fe\\u63a5\",\"value\":\"#\",\"type\":\"text\"}}}}},\"gg_xiaotu\":{\"title\":\"\\u5c0f\\u56fe\\u5e7f\\u544a\\u56fe\\u5217\\u8868\",\"display\":\"1\",\"vars\":{\"gg_xiaotu_list\":{\"title\":\"\\u5e7f\\u544a\\u56fe\\u5217\\u8868\",\"value\":[],\"type\":\"array\",\"item\":{\"gg_xiaotu_title\":{\"title\":\"\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\"},\"gg_xiaotu_tu\":{\"title\":\"\\u56fe\\u7247\",\"value\":\"\",\"type\":\"image\"},\"gg_xiaotu_link\":{\"title\":\"\\u94fe\\u63a5\",\"value\":\"#\",\"type\":\"text\"}}}}},\"gg_zhti\":{\"title\":\"\\u4e13\\u9898\\u4e0b\\u65b9\\u5e7f\\u544a\\u56fe\\u5217\\u8868\",\"display\":\"1\",\"vars\":{\"gg_zhti_list\":{\"title\":\"\\u5e7f\\u544a\\u56fe\\u5217\\u8868\",\"value\":[],\"type\":\"array\",\"item\":{\"gg_zhti_title\":{\"title\":\"\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\"},\"gg_zhti_tu\":{\"title\":\"\\u56fe\\u7247\",\"value\":\"\",\"type\":\"image\"},\"gg_zhti_link\":{\"title\":\"\\u94fe\\u63a5\",\"value\":\"#\",\"type\":\"text\"}}}}}}}' , `config_more` = '{\"widgets\":{\"gg_top\":{\"title\":\"\\u8f6e\\u64ad\\u56fe\\u4e0a\\u65b9\\u5e7f\\u544a\\u56fe\\u5217\\u8868\",\"display\":\"1\",\"vars\":{\"gg_top_list\":{\"title\":\"\\u5e7f\\u544a\\u56fe\\u5217\\u8868\",\"value\":[],\"type\":\"array\",\"item\":{\"gg_top_title\":{\"title\":\"\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\"},\"gg_top_tu\":{\"title\":\"\\u56fe\\u7247\",\"value\":\"\",\"type\":\"image\"},\"gg_top_link\":{\"title\":\"\\u94fe\\u63a5\",\"value\":\"#\",\"type\":\"text\"}}}}},\"gg_bottom\":{\"title\":\"\\u8f6e\\u64ad\\u56fe\\u4e0b\\u65b9\\u5e7f\\u544a\\u56fe\\u5217\\u8868\",\"display\":\"1\",\"vars\":{\"gg_bottom_list\":{\"title\":\"\\u5e7f\\u544a\\u56fe\\u5217\\u8868\",\"value\":[],\"type\":\"array\",\"item\":{\"gg_bottom_title\":{\"title\":\"\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\"},\"gg_bottom_tu\":{\"title\":\"\\u56fe\\u7247\",\"value\":\"\",\"type\":\"image\"},\"gg_bottom_link\":{\"title\":\"\\u94fe\\u63a5\",\"value\":\"#\",\"type\":\"text\"}}}}},\"gg_xiaotu\":{\"title\":\"\\u5c0f\\u56fe\\u5e7f\\u544a\\u56fe\\u5217\\u8868\",\"display\":\"1\",\"vars\":{\"gg_xiaotu_list\":{\"title\":\"\\u5e7f\\u544a\\u56fe\\u5217\\u8868\",\"value\":[],\"type\":\"array\",\"item\":{\"gg_xiaotu_title\":{\"title\":\"\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\"},\"gg_xiaotu_tu\":{\"title\":\"\\u56fe\\u7247\",\"value\":\"\",\"type\":\"image\"},\"gg_xiaotu_link\":{\"title\":\"\\u94fe\\u63a5\",\"value\":\"#\",\"type\":\"text\"}}}}},\"gg_zhti\":{\"title\":\"\\u4e13\\u9898\\u4e0b\\u65b9\\u5e7f\\u544a\\u56fe\\u5217\\u8868\",\"display\":\"1\",\"vars\":{\"gg_zhti_list\":{\"title\":\"\\u5e7f\\u544a\\u56fe\\u5217\\u8868\",\"value\":[],\"type\":\"array\",\"item\":{\"gg_zhti_title\":{\"title\":\"\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\"},\"gg_zhti_tu\":{\"title\":\"\\u56fe\\u7247\",\"value\":\"\",\"type\":\"image\"},\"gg_zhti_link\":{\"title\":\"\\u94fe\\u63a5\",\"value\":\"#\",\"type\":\"text\"}}}}}}}' , `description` = '首頁模板文件' , `is_public` = 0 , `list_order` = 5 WHERE `theme` = 'feichangdao' AND `file` = 'portal/index' [ RunTime:0.007021s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'portal/news' LIMIT 1 [ RunTime:0.003231s ]
- [ 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' => 49,
'filtered' => 2.040816307067871,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'feichangdao' , `action` = 'portal/List/index' , `file` = 'portal/news' , `name` = '文章列表頁' , `more` = '{\"vars\":[]}' , `config_more` = '{\"vars\":[]}' , `description` = '文章列表模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'feichangdao' AND `file` = 'portal/news' [ RunTime:0.005452s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'portal/page' LIMIT 1 [ RunTime:0.001311s ]
- [ 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' => 49,
'filtered' => 2.040816307067871,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'feichangdao' , `action` = 'portal/Page/index' , `file` = 'portal/page' , `name` = '單頁面' , `more` = '{\"widgets\":[]}' , `config_more` = '{\"widgets\":[]}' , `description` = '單頁面模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'feichangdao' AND `file` = 'portal/page' [ RunTime:0.006783s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'portal/search' LIMIT 1 [ RunTime:0.002031s ]
- [ 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' => 49,
'filtered' => 2.040816307067871,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'feichangdao' , `action` = 'portal/search/index' , `file` = 'portal/search' , `name` = '搜索頁面' , `more` = '{\"vars\":{\"varName1\":{\"title\":\"\\u70ed\\u95e8\\u641c\\u7d22\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\\u8fd9\\u662f\\u4e00\\u4e2atext\",\"rule\":{\"require\":true}}}}' , `config_more` = '{\"vars\":{\"varName1\":{\"title\":\"\\u70ed\\u95e8\\u641c\\u7d22\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\\u8fd9\\u662f\\u4e00\\u4e2atext\",\"rule\":{\"require\":true}}}}' , `description` = '搜索模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'feichangdao' AND `file` = 'portal/search' [ RunTime:0.005439s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'portal/service' LIMIT 1 [ RunTime:0.001996s ]
- [ 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' => 49,
'filtered' => 2.040816307067871,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'feichangdao' , `action` = 'portal/List/index' , `file` = 'portal/service' , `name` = '服務(wù)項(xiàng)目列表頁' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '列表模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'feichangdao' AND `file` = 'portal/service' [ RunTime:0.005017s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'portal/service2' LIMIT 1 [ RunTime:0.001041s ]
- [ 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' => 49,
'filtered' => 2.040816307067871,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'feichangdao' , `action` = 'portal/List/index' , `file` = 'portal/service2' , `name` = '品牌策劃詳情' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '品牌策劃詳情模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'feichangdao' AND `file` = 'portal/service2' [ RunTime:0.005071s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'public/config' LIMIT 1 [ RunTime:0.000750s ]
- [ 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' => 49,
'filtered' => 2.040816307067871,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'feichangdao' , `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` = 'feichangdao' AND `file` = 'public/config' [ RunTime:0.004981s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'public/nav' LIMIT 1 [ RunTime:0.001742s ]
- [ 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' => 49,
'filtered' => 2.040816307067871,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'feichangdao' , `action` = 'public/Nav' , `file` = 'public/nav' , `name` = '導(dǎo)航條' , `more` = '{\"vars\":[]}' , `config_more` = '{\"vars\":[]}' , `description` = '導(dǎo)航條模板文件' , `is_public` = 1 , `list_order` = 1 WHERE `theme` = 'feichangdao' AND `file` = 'public/nav' [ RunTime:0.005343s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' [ RunTime:0.000894s ]
- [ 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' => 49,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme` [ RunTime:0.001920s ]
- [ SQL ] UPDATE `cmf_theme` SET `name` = '桂林凱飛涂料官網(wǎng)' , `version` = '1.0' , `demo_url` = 'http://kaifei.com' , `author` = 'qiu' , `lang` = 'zh-cn' , `author_url` = '' , `keywords` = '網(wǎng)站PC端' , `description` = '網(wǎng)站PC端' WHERE `theme` = 'feichangdao' [ RunTime:0.000781s ]
- [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND ( `is_public` = 1 OR `file` = 'portal/about2' ) [ RunTime:0.003039s ]
- [ 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' => 49,
'filtered' => 2.040816307067871,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_nav_menu` [ RunTime:0.003539s ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC,`id` ASC [ RunTime:0.002295s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav_menu',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'nav_id',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26,
'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.000986s ]
- [ 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,`id` ASC [ RunTime:0.001864s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav_menu',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'nav_id',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26,
'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.001032s ]
- [ 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,`id` ASC [ RunTime:0.001539s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav_menu',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'nav_id',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26,
'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.000988s ]
- [ 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,`id` ASC [ RunTime:0.001308s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav_menu',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'nav_id',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26,
'filtered' => 10.0,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `nav_id` FROM `cmf_nav_menu` WHERE `id` = 4 AND `status` = 1 LIMIT 1 [ RunTime:0.001516s ]
- [ 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,`id` ASC [ RunTime:0.000746s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav_menu',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'nav_id',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26,
'filtered' => 10.0,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `nav_id` FROM `cmf_nav_menu` WHERE `id` = 5 AND `status` = 1 LIMIT 1 [ RunTime:0.001049s ]
- [ 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,`id` ASC [ RunTime:0.001688s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav_menu',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'nav_id',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26,
'filtered' => 10.0,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `nav_id` FROM `cmf_nav_menu` WHERE `id` = 6 AND `status` = 1 LIMIT 1 [ RunTime:0.000967s ]
- [ 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,`id` ASC [ RunTime:0.000692s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav_menu',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'nav_id',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26,
'filtered' => 10.0,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `parent_id` = 5 ORDER BY `list_order` ASC [ RunTime:0.001130s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'parent_id',
'key' => 'parent_id',
'key_len' => '8',
'ref' => 'const',
'rows' => 4,
'filtered' => 3.846153974533081,
'extra' => 'Using index condition; Using where; Using filesort',
) ]
- [ 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` = '24' ) AND ( `post`.`published_time` > 0 and `post`.`published_time` < 1771238765 ) GROUP BY `post`.`id` ORDER BY `list_order` DESC,`post`.`published_time` DESC LIMIT 1 [ RunTime:0.002209s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category_post',
'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',
) ]