基本
文件
流程
错误
SQL
调试
- 请求信息 : 2025-01-16 07:07:23 HTTP/1.1 GET : http://www.wisewaytraining.com/news/317.html
- 运行时间 : 0.123806s [ 吞吐率:8.08req/s ] 内存消耗:5,281.15kb 文件加载:113
- 查询信息 : 27 queries 13 writes
- 缓存信息 : 7 reads,0 writes
- [ LANG ] /www/wwwroot/www.wisewaytraining.com/vendor/thinkphp/lang/zh-cn.php
- [ DB ] INIT mysql
- [ LANG ] /www/wwwroot/www.wisewaytraining.com/app/portal//lang/zh-cn.php
- [ ROUTE ] array (
'rule' => 'news/<id>',
'route' => 'portal/Article/index?cid=11',
'option' =>
array (
'merge_rule_regex' => false,
),
'var' =>
array (
'id' => '317',
),
)
- [ HEADER ] array (
'connection' => 'Keep-Alive',
'host' => 'www.wisewaytraining.com',
'accept-language' => 'en-US,en;q=0.5',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'user-agent' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'content-type' => '',
'content-length' => '',
)
- [ PARAM ] array (
'cid' => '11',
'id' => '317',
)
- [ LANG ] /www/wwwroot/www.wisewaytraining.com/vendor/thinkcmf/cmf/src/behavior/../lang/zh-cn.php
- [ LANG ] /www/wwwroot/www.wisewaytraining.com/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php
- [ LANG ] /www/wwwroot/www.wisewaytraining.com/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/www.wisewaytraining.com/vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php
- [ LANG ] /www/wwwroot/www.wisewaytraining.com/app/portal/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/www.wisewaytraining.com/app/portal/lang/zh-cn/home.php
- [ VIEW ] /www/wwwroot/www.wisewaytraining.com/public/themes/weijius/portal/news_article/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.000288s ] mysql:host=127.0.0.1;port=3306;dbname=www_wisewaytrai;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_hook` [ RunTime:0.000843s ]
- [ SQL ] SELECT `hook` FROM `cmf_hook` WHERE `type` = 1 OR ( `type` = 3 AND ( `app` = '' or `app` = 'cmf' ) ) [ RunTime:0.000329s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_hook',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 71,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.000599s ]
- [ SQL ] SELECT `hook`,`plugin` FROM `cmf_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.000320s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_hook_plugin',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 1,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_post` [ RunTime:0.000968s ]
- [ SQL ] SELECT `post`.* FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE `post`.`post_type` = 1 AND `post`.`post_status` = 1 AND `post`.`delete_time` = 0 AND `relation`.`category_id` = 11 AND `relation`.`post_id` = 317 AND ( `post`.`published_time` < 1736982443 and `post`.`published_time` > 0 ) LIMIT 1 [ RunTime:0.000510s ]
- [ 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' => NULL,
) ]
- [ SQL ] SELECT `post`.* FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE `post`.`post_type` = 1 AND `post`.`post_status` = 1 AND `post`.`delete_time` = 0 AND `relation`.`category_id` = 11 AND `relation`.`post_id` < 317 AND ( `post`.`published_time` < 1736982443 and `post`.`published_time` > 0 ) ORDER BY `id` DESC LIMIT 1 [ RunTime:0.001752s ]
- [ 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' => 84,
'extra' => 'Using index condition; Using where; Using temporary; Using filesort',
) ]
- [ SQL ] SELECT `post`.* FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE `post`.`post_type` = 1 AND `post`.`post_status` = 1 AND `post`.`delete_time` = 0 AND `relation`.`category_id` = 11 AND `relation`.`post_id` > 317 AND ( `post`.`published_time` < 1736982443 and `post`.`published_time` > 0 ) ORDER BY `id` ASC LIMIT 1 [ RunTime:0.000927s ]
- [ 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' => 84,
'extra' => 'Using index condition; Using where; Using temporary; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_category` [ RunTime:0.000635s ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `id` = 11 AND `status` = 1 LIMIT 1 [ RunTime:0.000214s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] UPDATE `cmf_portal_post` SET `post_hits` = `post_hits` + 1 WHERE `id` = 317 [ RunTime:0.003513s ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme_file` [ RunTime:0.000866s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'weijius' AND `file` = 'portal/studentmanagement/list' LIMIT 1 [ RunTime:0.000300s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 19,
'extra' => 'Using where',
) ]
- [ SQL ] INSERT INTO `cmf_theme_file` (`theme` , `action` , `file` , `name` , `more` , `config_more` , `description` , `is_public` , `list_order`) VALUES ('weijius' , 'portal/List/index' , 'portal/studentmanagement/list' , '学管列表页' , '{\"vars\":[],\"widgets\":[]}' , '{\"vars\":[],\"widgets\":[]}' , '学管列表模板文件' , 0 , 10) [ RunTime:0.002404s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'weijius' AND `file` = 'portal/course_article/article' LIMIT 1 [ RunTime:0.000248s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 20,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'weijius' , `action` = 'portal/Article/index' , `file` = 'portal/course_article/article' , `name` = '在线课程' , `more` = '{\"vars\":[]}' , `config_more` = '{\"vars\":[]}' , `description` = '在线课程模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'weijius' AND `file` = 'portal/course_article/article' [ RunTime:0.002248s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'weijius' AND `file` = 'portal/examination_article/article' LIMIT 1 [ RunTime:0.000249s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 20,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'weijius' , `action` = 'portal/Article/index' , `file` = 'portal/examination_article/article' , `name` = '标准化考试课程' , `more` = '{\"vars\":[]}' , `config_more` = '{\"vars\":[]}' , `description` = '标准化考试课程模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'weijius' AND `file` = 'portal/examination_article/article' [ RunTime:0.002170s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'weijius' AND `file` = 'portal/list_news/list' LIMIT 1 [ RunTime:0.000224s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 20,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'weijius' , `action` = 'portal/List/index' , `file` = 'portal/list_news/list' , `name` = '考情列表页' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '考情列表模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'weijius' AND `file` = 'portal/list_news/list' [ RunTime:0.002390s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'weijius' AND `file` = 'portal/list_student/list' LIMIT 1 [ RunTime:0.000242s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 20,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'weijius' , `action` = 'portal/List/index' , `file` = 'portal/list_student/list' , `name` = '学生列表页' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '学生列表模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'weijius' AND `file` = 'portal/list_student/list' [ RunTime:0.002199s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'weijius' AND `file` = 'portal/news_article/article' LIMIT 1 [ RunTime:0.000225s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 20,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'weijius' , `action` = 'portal/Article/index' , `file` = 'portal/news_article/article' , `name` = '资讯文章页' , `more` = '{\"vars\":[]}' , `config_more` = '{\"vars\":[]}' , `description` = '资讯文章页模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'weijius' AND `file` = 'portal/news_article/article' [ RunTime:0.002172s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'weijius' AND `file` = 'portal/teacher/list' LIMIT 1 [ RunTime:0.000225s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 20,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'weijius' , `action` = 'portal/List/index' , `file` = 'portal/teacher/list' , `name` = '名师列表页' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '名师列表模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'weijius' AND `file` = 'portal/teacher/list' [ RunTime:0.003121s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'weijius' AND `file` = 'portal/teacher_article/article' LIMIT 1 [ RunTime:0.000245s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 20,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'weijius' , `action` = 'portal/Article/index' , `file` = 'portal/teacher_article/article' , `name` = '名师文章页' , `more` = '{\"vars\":[]}' , `config_more` = '{\"vars\":[]}' , `description` = '名师文章页模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'weijius' AND `file` = 'portal/teacher_article/article' [ RunTime:0.002174s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'weijius' AND `file` = 'portal/xueguan/list' LIMIT 1 [ RunTime:0.000242s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 20,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'weijius' , `action` = 'portal/List/index' , `file` = 'portal/xueguan/list' , `name` = '学管列表页' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '名师列表模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'weijius' AND `file` = 'portal/xueguan/list' [ RunTime:0.002350s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'weijius' AND `file` = 'portal/xueguan_article/article' LIMIT 1 [ RunTime:0.000258s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 20,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'weijius' , `action` = 'portal/Article/index' , `file` = 'portal/xueguan_article/article' , `name` = '学管文章页' , `more` = '{\"vars\":[]}' , `config_more` = '{\"vars\":[]}' , `description` = '学管文章页模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'weijius' AND `file` = 'portal/xueguan_article/article' [ RunTime:0.002846s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'weijius' [ RunTime:0.000238s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 20,
'extra' => 'Using where',
) ]
- [ SQL ] DELETE FROM `cmf_theme_file` WHERE `theme` = 'weijius' AND `file` = 'portal/studentmanagement/list' [ RunTime:0.002127s ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme` [ RunTime:0.000790s ]
- [ SQL ] UPDATE `cmf_theme` SET `name` = 'weijiupeixun' , `version` = '1.0.0' , `demo_url` = 'http://www.bbatop.cn' , `author` = 'lujinlei' , `lang` = 'zh-cn' , `author_url` = 'http://www.thinkcmf.com' , `keywords` = '威久培训网站模板' , `description` = '威久培训网站模板' WHERE `theme` = 'weijius' [ RunTime:0.000215s ]
- [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'weijius' AND ( `is_public` = 1 OR `file` = 'portal/news_article/article' ) [ RunTime:0.000224s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 19,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.000699s ]
- [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'storage' LIMIT 1 [ RunTime:0.000192s ]
- [ 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.*,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 ( `post`.`recommended` = 1 ) AND ( `category_post`.`category_id` = '11' ) AND ( `post`.`published_time` > 0 and `post`.`published_time` < 1736982443 ) GROUP BY `post`.`id` ORDER BY `post`.`create_time` DESC LIMIT 8 [ RunTime:0.002465s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category_post',
'type' => 'ref',
'possible_keys' => 'term_taxonomy_id',
'key' => 'term_taxonomy_id',
'key_len' => '8',
'ref' => 'const',
'rows' => 84,
'extra' => 'Using index condition; Using temporary; Using filesort',
) ]
0.128615s