基本
文件
流程
錯誤
SQL
調試
- 請求信息 : 2026-01-31 22:58:59 HTTP/1.1 GET : http://www.rjfvbnnf.cn/about4.html
- 運行時間 : 0.300521s [ 吞吐率:3.33req/s ] 內存消耗:4,647.83kb 文件加載:110
- 查詢信息 : 43 queries 16 writes
- 緩存信息 : 6 reads,0 writes
- 會話信息 : SESSION_ID=b736akh2o3kui0cvfvp7s7f4sk
- [ LANG ] /www/wwwroot/feichangdao/vendor/thinkphp/lang/zh-cn.php
- [ LANG ] /www/wwwroot/feichangdao/app/portal//lang/zh-cn.php
- [ ROUTE ] array (
'rule' => 'about4',
'route' => 'portal/List/index?id=25',
'option' =>
array (
'merge_rule_regex' => false,
),
'var' =>
array (
),
)
- [ HEADER ] array (
'host' => 'www.rjfvbnnf.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' => '25',
)
- [ 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.000847s ] mysql:host=127.0.0.1;port=3306;dbname=feichangdao;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_plugin` [ RunTime:0.002735s ]
- [ SQL ] SELECT `config` FROM `cmf_plugin` WHERE `name` = 'MPcTheme' LIMIT 1 [ RunTime:0.000762s ]
- [ 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.002076s ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `id` = 25 AND `status` = 1 LIMIT 1 [ RunTime:0.001508s ]
- [ 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` = 25 AND `status` = 1 AND `delete_time` = 0 ORDER BY `list_order` ASC,`id` ASC [ RunTime:0.000913s ]
- [ 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.001436s ]
- [ 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.000956s ]
- [ 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.001538s ]
- [ 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.002116s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'portal/about' LIMIT 1 [ RunTime:0.001342s ]
- [ 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` = '關于我們' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '列表模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'feichangdao' AND `file` = 'portal/about' [ RunTime:0.004794s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'portal/about2' LIMIT 1 [ RunTime:0.000756s ]
- [ 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` = '關于我們' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '品牌策劃詳情模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'feichangdao' AND `file` = 'portal/about2' [ RunTime:0.005436s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'portal/article' LIMIT 1 [ RunTime:0.001087s ]
- [ 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.005285s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'portal/brand' LIMIT 1 [ RunTime:0.002109s ]
- [ 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.005249s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'portal/brand2' LIMIT 1 [ RunTime:0.000991s ]
- [ 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` = '關于我們' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '品牌策劃詳情模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'feichangdao' AND `file` = 'portal/brand2' [ RunTime:0.006225s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'portal/case' LIMIT 1 [ RunTime:0.001529s ]
- [ 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` = '經典案例' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '列表模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'feichangdao' AND `file` = 'portal/case' [ RunTime:0.005399s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'portal/cdetails' LIMIT 1 [ RunTime:0.000934s ]
- [ 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.005284s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'portal/index' LIMIT 1 [ RunTime:0.002057s ]
- [ 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.006102s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'portal/news' LIMIT 1 [ RunTime:0.001296s ]
- [ 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.005711s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'portal/page' LIMIT 1 [ RunTime:0.002678s ]
- [ 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.005223s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'portal/search' LIMIT 1 [ RunTime:0.001333s ]
- [ 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.005191s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'portal/service' LIMIT 1 [ RunTime:0.001779s ]
- [ 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` = '服務項目列表頁' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '列表模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'feichangdao' AND `file` = 'portal/service' [ RunTime:0.005529s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'portal/service2' LIMIT 1 [ RunTime:0.001088s ]
- [ 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.004953s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'public/config' LIMIT 1 [ RunTime:0.001330s ]
- [ 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.006229s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND `file` = 'public/nav' LIMIT 1 [ RunTime:0.001027s ]
- [ 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` = '導航條' , `more` = '{\"vars\":[]}' , `config_more` = '{\"vars\":[]}' , `description` = '導航條模板文件' , `is_public` = 1 , `list_order` = 1 WHERE `theme` = 'feichangdao' AND `file` = 'public/nav' [ RunTime:0.005583s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' [ RunTime:0.001001s ]
- [ 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.001548s ]
- [ SQL ] UPDATE `cmf_theme` SET `name` = '桂林凱飛涂料官網' , `version` = '1.0' , `demo_url` = 'http://kaifei.com' , `author` = 'qiu' , `lang` = 'zh-cn' , `author_url` = '' , `keywords` = '網站PC端' , `description` = '網站PC端' WHERE `theme` = 'feichangdao' [ RunTime:0.000672s ]
- [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'feichangdao' AND ( `is_public` = 1 OR `file` = 'portal/about2' ) [ RunTime:0.002197s ]
- [ 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.002180s ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC,`id` ASC [ RunTime:0.001041s ]
- [ 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.001289s ]
- [ 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.001030s ]
- [ 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.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.001259s ]
- [ 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.000810s ]
- [ 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.000935s ]
- [ 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.000735s ]
- [ 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.001004s ]
- [ 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.001114s ]
- [ 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.000727s ]
- [ 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.000715s ]
- [ 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.000893s ]
- [ 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.002657s ]
- [ 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 * FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `id` = 25 LIMIT 1 [ RunTime:0.001245s ]
- [ 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,
) ]

0.307355s