基本
                        文件
                        流程
                        錯(cuò)誤
                        SQL
                        調(diào)試
                    
        
                        
                
                    - 請(qǐng)求信息 : 2025-10-27 12:23:02 HTTP/1.0 GET : http://zezscl.cn/news/article/79.html
- 運(yùn)行時(shí)間 : 0.101821s [ 吞吐率:9.82req/s ] 內(nèi)存消耗:7,635.70kb 文件加載:179
- 查詢(xún)信息 : 28 queries 10 writes 
- 緩存信息 : 9 reads,0 writes
 
                        
                        
                
                    - [ LANG ] /www/web/mtscysb_com/vendor/thinkphp/lang/zh-cn.php
- [ LANG ] /www/web/mtscysb_com/app/portal//lang/zh-cn.php
- [ ROUTE ] array (
  'rule' => 'news/article/<id>',
  'route' => 'portal/Article/index?cid=8',
  'option' => 
  array (
    'merge_rule_regex' => false,
  ),
  'var' => 
  array (
    'id' => '79',
  ),
)
- [ HEADER ] array (
  'host' => 'zezscl.cn',
  'referer' => 'http://www.baidu.com',
  'cookie' => 't=92d7540e476b153862b4ea2356ede7b3; r=8148',
  'x-real-ip' => '107.148.16.80',
  'connection' => 'close',
  'content-type' => 'application/x-www-form-urlencoded; Charset=UTF-8',
  'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
  'accept-language' => 'zh-CN,zh',
  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko',
)
- [ PARAM ] array (
  'cid' => '8',
  'id' => '79',
)
- [ LANG ] /www/web/mtscysb_com/vendor/thinkcmf/cmf/src/behavior/../lang/zh-cn.php
- [ LANG ] /www/web/mtscysb_com/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php
- [ LANG ] /www/web/mtscysb_com/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php
- [ LANG ] /www/web/mtscysb_com/vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php
- [ LANG ] /www/web/mtscysb_com/app/portal/lang/zh-cn/common.php
- [ DB ] INIT mysql
- [ LANG ] /www/web/mtscysb_com/app/portal/lang/zh-cn/home.php
- [ VIEW ] /www/web/mtscysb_com/public_html/themes/meisite/portal/newsshow.html [ array (
  0 => 'site_info',
  1 => 'customvar',
  2 => 'category',
  3 => 'article',
  4 => 'prev_article',
  5 => 'next_article',
  6 => 'theme_vars',
  7 => 'theme_widgets',
) ]
 
                        
                        
                
                    - [ DB ] CONNECT:[ UseTime:0.000332s ] mysql:host=127.0.0.1;port=3306;dbname=meitesi2;charset=utf8
- [ SQL ] SHOW COLUMNS FROM `maycms_plugin` [ RunTime:0.000888s ]
- [ SQL ] SELECT `config` FROM `maycms_plugin` WHERE  `name` = 'ErrorPage' LIMIT 1 [ RunTime:0.000261s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'maycms_plugin',
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 18,
  'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `maycms_portal_post` [ RunTime:0.000922s ]
- [ SQL ] SELECT `post`.* FROM `maycms_portal_post` `post` INNER JOIN `maycms_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` = '8'  AND `relation`.`post_id` = '79'  AND ( `post`.`published_time` <  '1761538982' and `post`.`published_time` >  '0' ) LIMIT 1 [ RunTime:0.000685s ]
- [ 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 ] SHOW COLUMNS FROM `maycms_portal_tag` [ RunTime:0.000673s ]
- [ SQL ] SELECT * FROM `maycms_portal_tag` INNER JOIN `maycms_portal_tag_post` `pivot` ON `pivot`.`tag_id`=`maycms_portal_tag`.`id` WHERE  `pivot`.`post_id` = '79' [ RunTime:0.000309s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => NULL,
  'type' => NULL,
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => NULL,
  'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SELECT `post`.* FROM `maycms_portal_post` `post` INNER JOIN `maycms_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` = '8'  AND `relation`.`post_id` < '79'  AND ( `post`.`published_time` <  '1761538982' and `post`.`published_time` >  '0' ) ORDER BY `id` DESC LIMIT 1 [ RunTime:0.002109s ]
- [ 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' => 377,
  'extra' => 'Using where; Using temporary; Using filesort',
) ]
- [ SQL ] SELECT `post`.* FROM `maycms_portal_post` `post` INNER JOIN `maycms_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` = '8'  AND `relation`.`post_id` > '79'  AND ( `post`.`published_time` <  '1761538982' and `post`.`published_time` >  '0' ) ORDER BY `id` ASC LIMIT 1 [ RunTime:0.005156s ]
- [ 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' => 377,
  'extra' => 'Using where; Using temporary; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `maycms_portal_category` [ RunTime:0.000688s ]
- [ SQL ] SELECT * FROM `maycms_portal_category` WHERE  `id` = 8  AND `status` = 1 LIMIT 1 [ RunTime:0.000237s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'maycms_portal_category',
  'type' => 'const',
  'possible_keys' => 'PRIMARY',
  'key' => 'PRIMARY',
  'key_len' => '8',
  'ref' => 'const',
  'rows' => 1,
  'extra' => '',
) ]
- [ SQL ] UPDATE `maycms_portal_post`  SET `post_hits` = `post_hits` + 1  WHERE  `id` = 79 [ RunTime:0.000298s ]
- [ SQL ] SHOW COLUMNS FROM `maycms_theme_file` [ RunTime:0.000686s ]
- [ SQL ] SELECT * FROM `maycms_theme_file` WHERE  `theme` = 'meisite'  AND `file` = 'portal/about' LIMIT 1 [ RunTime:0.000273s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'maycms_theme_file',
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 30,
  'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `maycms_theme_file`  SET `theme` = 'meisite' , `action` = 'portal/Page/index' , `file` = 'portal/about' , `name` = '公司介紹' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '公司介紹模板文件' , `is_public` = 0 , `list_order` = 5  WHERE  `theme` = 'meisite'  AND `file` = 'portal/about' [ RunTime:0.000403s ]
- [ SQL ] SELECT * FROM `maycms_theme_file` WHERE  `theme` = 'meisite'  AND `file` = 'portal/contact' LIMIT 1 [ RunTime:0.000246s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'maycms_theme_file',
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 30,
  'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `maycms_theme_file`  SET `theme` = 'meisite' , `action` = 'portal/Page/index' , `file` = 'portal/contact' , `name` = '聯(lián)系我們' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '聯(lián)系我們模板文件' , `is_public` = 0 , `list_order` = 5  WHERE  `theme` = 'meisite'  AND `file` = 'portal/contact' [ RunTime:0.000424s ]
- [ SQL ] SELECT * FROM `maycms_theme_file` WHERE  `theme` = 'meisite'  AND `file` = 'portal/index' LIMIT 1 [ RunTime:0.000265s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'maycms_theme_file',
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 30,
  'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `maycms_theme_file`  SET `theme` = 'meisite' , `action` = 'portal/Index/index' , `file` = 'portal/index' , `name` = '首頁(yè)' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '首頁(yè)模板文件' , `is_public` = 0 , `list_order` = 5  WHERE  `theme` = 'meisite'  AND `file` = 'portal/index' [ RunTime:0.000348s ]
- [ SQL ] SELECT * FROM `maycms_theme_file` WHERE  `theme` = 'meisite'  AND `file` = 'portal/news' LIMIT 1 [ RunTime:0.000220s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'maycms_theme_file',
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 30,
  'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `maycms_theme_file`  SET `theme` = 'meisite' , `action` = 'portal/List/index' , `file` = 'portal/news' , `name` = '新聞列表' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '新聞列表模板' , `is_public` = 0 , `list_order` = 5  WHERE  `theme` = 'meisite'  AND `file` = 'portal/news' [ RunTime:0.000338s ]
- [ SQL ] SELECT * FROM `maycms_theme_file` WHERE  `theme` = 'meisite'  AND `file` = 'portal/newsshow' LIMIT 1 [ RunTime:0.000218s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'maycms_theme_file',
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 30,
  'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `maycms_theme_file`  SET `theme` = 'meisite' , `action` = 'portal/Article/index' , `file` = 'portal/newsshow' , `name` = '新聞詳情' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '新聞詳情模板' , `is_public` = 0 , `list_order` = 5  WHERE  `theme` = 'meisite'  AND `file` = 'portal/newsshow' [ RunTime:0.000338s ]
- [ SQL ] SELECT * FROM `maycms_theme_file` WHERE  `theme` = 'meisite'  AND `file` = 'portal/onlinemes' LIMIT 1 [ RunTime:0.000231s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'maycms_theme_file',
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 30,
  'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `maycms_theme_file`  SET `theme` = 'meisite' , `action` = 'portal/Page/index' , `file` = 'portal/onlinemes' , `name` = '在線(xiàn)留言' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '在線(xiàn)留言模板文件' , `is_public` = 0 , `list_order` = 5  WHERE  `theme` = 'meisite'  AND `file` = 'portal/onlinemes' [ RunTime:0.000352s ]
- [ SQL ] SELECT * FROM `maycms_theme_file` WHERE  `theme` = 'meisite'  AND `file` = 'portal/product' LIMIT 1 [ RunTime:0.000236s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'maycms_theme_file',
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 30,
  'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `maycms_theme_file`  SET `theme` = 'meisite' , `action` = 'portal/List/index' , `file` = 'portal/product' , `name` = '產(chǎn)品' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '產(chǎn)品列表模板' , `is_public` = 0 , `list_order` = 5  WHERE  `theme` = 'meisite'  AND `file` = 'portal/product' [ RunTime:0.000336s ]
- [ SQL ] SELECT * FROM `maycms_theme_file` WHERE  `theme` = 'meisite'  AND `file` = 'portal/productshow' LIMIT 1 [ RunTime:0.000217s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'maycms_theme_file',
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 30,
  'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `maycms_theme_file`  SET `theme` = 'meisite' , `action` = 'portal/Article/index' , `file` = 'portal/productshow' , `name` = '產(chǎn)品詳情' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '產(chǎn)品詳情模板' , `is_public` = 0 , `list_order` = 5  WHERE  `theme` = 'meisite'  AND `file` = 'portal/productshow' [ RunTime:0.000339s ]
- [ SQL ] SELECT * FROM `maycms_theme_file` WHERE  `theme` = 'meisite' [ RunTime:0.000231s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'maycms_theme_file',
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 30,
  'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `maycms_theme` [ RunTime:0.000745s ]
- [ SQL ] UPDATE `maycms_theme`  SET `name` = '富美彩' , `version` = '1.0.2' , `demo_url` = '' , `author` = 'MayCMS' , `lang` = 'zh-cn' , `author_url` = '' , `keywords` = '' , `description` = ''  WHERE  `theme` = 'meisite' [ RunTime:0.000346s ]
- [ SQL ] SELECT `more` FROM `maycms_theme_file` WHERE  `theme` = 'meisite'  AND (  `is_public` = 1 OR `file` = 'portal/newsshow' ) [ RunTime:0.000253s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'maycms_theme_file',
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 30,
  'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `maycms_nav_menu` [ RunTime:0.000679s ]
- [ SQL ] SELECT * FROM `maycms_nav_menu` WHERE  `nav_id` = 1  AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000243s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'maycms_nav_menu',
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 6,
  'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `maycms_link` [ RunTime:0.000684s ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `maycms_link` WHERE  `id` = 1  AND `status` = 1  AND `delete_time` = 0 LIMIT 1 [ RunTime:0.000221s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'maycms_link',
  'type' => 'system',
  'possible_keys' => 'PRIMARY',
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 1,
  'extra' => '',
) ]
- [ SQL ] SHOW COLUMNS FROM `maycms_link_item` [ RunTime:0.000642s ]
- [ SQL ] SELECT * FROM `maycms_link_item` WHERE  `status` = 1  AND `link_id` = 1 ORDER BY `list_order` ASC [ RunTime:0.000248s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'maycms_link_item',
  'type' => 'system',
  'possible_keys' => 'status',
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 1,
  'extra' => '',
) ]