太阳集团城网站2003
基本
文件
流程
错误
SQL
调试
请求信息 : 2023-11-07 14:07:26 HTTP/1.1 GET : /information.html?page=3 运行时间 : 0.410887s [ 吞吐率:2.43req/s ] 内存消耗:1,460.62kb 文件加载:103 查询信息 : 19 queries 1 writes 缓存信息 : 6 reads,0 writes
[ LANG ] /usr/home/byu7344780001/htdocs/vendor/thinkphp/lang/zh-cn.php [ DB ] INIT mysql [ LANG ] /usr/home/byu7344780001/htdocs/app/portal//lang/zh-cn.php [ ROUTE ] array (
'rule' => 'information',
'route' => 'portal/index/information',
'option' =>
array (
'merge_rule_regex' => false,
),
'var' =>
array (
),
) [ HEADER ] array (
'accept' => '*/*',
'accept-encoding' => 'gzip',
'cookie' => 'PHPSESSID=mo3kack1m9vihv0nufuse2kde7',
'host' => 'www.jintouep.com',
'user-agent' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)',
) [ PARAM ] array (
'page' => '3',
) [ LANG ] /usr/home/byu7344780001/htdocs/vendor/thinkcmf/cmf/src/behavior/../lang/zh-cn.php [ LANG ] /usr/home/byu7344780001/htdocs/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php [ LANG ] /usr/home/byu7344780001/htdocs/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php [ LANG ] /usr/home/byu7344780001/htdocs/vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php [ LANG ] /usr/home/byu7344780001/htdocs/app/portal/lang/zh-cn/common.php [ LANG ] /usr/home/byu7344780001/htdocs/app/portal/lang/zh-cn/home.php [ VIEW ] /usr/home/byu7344780001/htdocs/public/themes/golds/portal/information.html [ array (
0 => 'site_info',
1 => 'title',
2 => 'list',
3 => 'lists1',
4 => 'page',
5 => 'lists2',
6 => 'lists3',
7 => 'theme_vars',
8 => 'theme_widgets',
) ]
[ DB ] CONNECT:[ UseTime:0.014448s ] mysql:host=bdm721866234.my3w.com;port=3306;dbname=bdm721866234_db;charset=utf8 [ SQL ] SHOW COLUMNS FROM `cmf_hook` [ RunTime:0.009487s ] [ SQL ] SELECT `hook` FROM `cmf_hook` WHERE `type` = 1 OR ( `type` = 3 AND ( `app` = '' or `app` = 'cmf' ) ) [ RunTime:0.009021s ] [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_hook',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 70,
'filtered' => 11.710000038146973,
'extra' => 'Using where',
) ] [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.009403s ] [ 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') ORDER BY `list_order` ASC [ RunTime:0.009150s ] [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_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 `cmf_slide_item` [ RunTime:0.009438s ] [ SQL ] SELECT * FROM `cmf_slide_item` WHERE `slide_id` = 3 [ RunTime:0.009036s ] [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_slide_item',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'slide_id',
'key' => 'slide_id',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ] [ SQL ] SHOW COLUMNS FROM `cmf_portal_category` [ RunTime:0.009478s ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_portal_category` INNER JOIN `cmf_portal_category_post` ON `cmf_portal_category`.`id`=`cmf_portal_category_post`.`category_id` INNER JOIN `cmf_portal_post` ON `cmf_portal_post`.`id`=`cmf_portal_category_post`.`post_id` WHERE `cmf_portal_category`.`name` = '公司新闻' [ RunTime:0.009400s ] [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 15,
'filtered' => 10.0,
'extra' => 'Using where',
) ] [ SQL ] SELECT * FROM `cmf_portal_category` INNER JOIN `cmf_portal_category_post` ON `cmf_portal_category`.`id`=`cmf_portal_category_post`.`category_id` INNER JOIN `cmf_portal_post` ON `cmf_portal_post`.`id`=`cmf_portal_category_post`.`post_id` WHERE `cmf_portal_category`.`name` = '公司新闻' ORDER BY `published_time` DESC LIMIT 12,6 [ RunTime:0.010406s ] [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 15,
'filtered' => 10.0,
'extra' => 'Using where; Using temporary; Using filesort',
) ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_portal_category` INNER JOIN `cmf_portal_category_post` ON `cmf_portal_category`.`id`=`cmf_portal_category_post`.`category_id` INNER JOIN `cmf_portal_post` ON `cmf_portal_post`.`id`=`cmf_portal_category_post`.`post_id` WHERE `cmf_portal_category`.`name` = '行业资讯' [ RunTime:0.009003s ] [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 15,
'filtered' => 10.0,
'extra' => 'Using where',
) ] [ SQL ] SELECT * FROM `cmf_portal_category` INNER JOIN `cmf_portal_category_post` ON `cmf_portal_category`.`id`=`cmf_portal_category_post`.`category_id` INNER JOIN `cmf_portal_post` ON `cmf_portal_post`.`id`=`cmf_portal_category_post`.`post_id` WHERE `cmf_portal_category`.`name` = '行业资讯' ORDER BY `published_time` DESC LIMIT 12,6 [ RunTime:0.009530s ] [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 15,
'filtered' => 10.0,
'extra' => 'Using where; Using temporary; Using filesort',
) ] [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_portal_category` INNER JOIN `cmf_portal_category_post` ON `cmf_portal_category`.`id`=`cmf_portal_category_post`.`category_id` INNER JOIN `cmf_portal_post` ON `cmf_portal_post`.`id`=`cmf_portal_category_post`.`post_id` WHERE `cmf_portal_category`.`name` = '公示公告' [ RunTime:0.008970s ] [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 15,
'filtered' => 10.0,
'extra' => 'Using where',
) ] [ SQL ] SELECT * FROM `cmf_portal_category` INNER JOIN `cmf_portal_category_post` ON `cmf_portal_category`.`id`=`cmf_portal_category_post`.`category_id` INNER JOIN `cmf_portal_post` ON `cmf_portal_post`.`id`=`cmf_portal_category_post`.`post_id` WHERE `cmf_portal_category`.`name` = '公示公告' ORDER BY `published_time` DESC LIMIT 12,6 [ RunTime:0.023629s ] [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 15,
'filtered' => 10.0,
'extra' => 'Using where; Using temporary; Using filesort',
) ] [ SQL ] SHOW COLUMNS FROM `cmf_theme_file` [ RunTime:0.009400s ] [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'golds' [ RunTime:0.008992s ] [ 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' => 8,
'filtered' => 12.5,
'extra' => 'Using where',
) ] [ SQL ] SHOW COLUMNS FROM `cmf_theme` [ RunTime:0.009311s ] [ SQL ] UPDATE `cmf_theme` SET `name` = 'gold' , `version` = '1.0.2' , `demo_url` = 'http://gold.web/' , `author` = '' , `lang` = 'zh-cn' , `author_url` = 'http://gold.web/' , `keywords` = 'gold默认模板' , `description` = 'gold默认模板' WHERE `theme` = 'golds' [ RunTime:0.009119s ] [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'golds' AND ( `is_public` = 1 OR `file` = 'portal/information' ) [ RunTime:0.008984s ] [ 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' => 8,
'filtered' => 12.5,
'extra' => 'Using where',
) ] [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.009335s ] [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'storage' LIMIT 1 [ RunTime:0.008988s ] [ 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',
) ]
0.417734s