基本
文件
流程
錯誤
SQL
調試
- 請求信息 : 2025-02-05 15:37:00 HTTP/1.1 GET : http://m.matongwu.com.cn/contact/99.html
- 運行時間 : 0.030438s [ 吞吐率:32.85req/s ] 內存消耗:1,044.95kb 文件加載:120
- 查詢信息 : 30 queries 1 writes
- 緩存信息 : 5 reads,0 writes
- [ LANG ] /var/www/piebot/vendor/thinkphp/lang/zh-cn.php
- [ DB ] INIT mysql
- [ LANG ] /var/www/piebot/app/portal//lang/zh-cn.php
- [ ROUTE ] array (
'rule' => '<lang?>/<route_alias1>/<route_alias2>',
'route' => 'portal/list/index',
'option' =>
array (
'merge_rule_regex' => false,
'middleware' =>
array (
0 =>
array (
0 => 'HomeRouteLang',
1 => NULL,
),
),
'append' =>
array (
'route_group_id' => 1,
),
'complete_match' => true,
),
'var' =>
array (
'lang' => '',
'route_alias1' => 'contact',
'route_alias2' => '99',
),
)
- [ HEADER ] array (
'host' => 'm.matongwu.com.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 (
'lang' => '',
'route_alias1' => 'contact',
'route_alias2' => '99',
'route_group_id' => 1,
)
- [ LANG ] /var/www/piebot/vendor/thinkcmf/cmf/src/behavior/../lang/zh-cn.php
- [ LANG ] /var/www/piebot/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php
- [ LANG ] /var/www/piebot/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php
- [ LANG ] /var/www/piebot/vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php
- [ LANG ] /var/www/piebot/app/portal/lang/zh-cn/common.php
- [ LANG ] /var/www/piebot/app/portal/lang/zh-cn/home.php
- [ LANG ] /var/www/piebot/app/portal/lang/zh-cn.php
- [ VIEW ] /var/www/piebot/public/themes/simpleboot3/portal/contact_us_business.html [ array (
0 => 'site_info',
1 => 'pub_lang_prefix',
2 => 'pub_lang_suffix',
3 => 'pub_route_lang',
4 => 'pub_lang_list',
5 => 'header_nav',
6 => 'the_category_data',
7 => 'the_web_title',
8 => 'the_web_keyword',
9 => 'the_web_desc',
10 => 'slide_data',
11 => 'the_parent_category_data',
12 => 'category_list',
13 => 'business_data',
14 => 'theme_vars',
15 => 'theme_widgets',
) ]
- [ DB ] INIT mysql
- [ DB ] CONNECT:[ UseTime:0.000647s ] mysql:host=127.0.0.1;port=3306;dbname=piebot;charset=utf8
- [ SQL ] SHOW COLUMNS FROM `cmf_hook` [ RunTime:0.000631s ]
- [ SQL ] SELECT `hook` FROM `cmf_hook` WHERE `type` = 1 OR ( `type` = 3 AND ( `app` = '' or `app` = 'cmf' ) ) [ RunTime:0.000352s ]
- [ 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.000391s ]
- [ 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.000357s ]
- [ 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' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_lang` [ RunTime:0.000497s ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_portal_lang` WHERE `status` = 1 AND `alias` LIKE '%,contact,%' [ RunTime:0.000260s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_lang',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 2,
'filtered' => 50.0,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_category` [ RunTime:0.000528s ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_portal_category` WHERE `status` = 1 AND `parent_id` = 0 AND `route` = 'contact' [ RunTime:0.000293s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 29,
'filtered' => 3.4482758045196533,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `lang`,`abbr`,`is_admin_primeval_field` FROM `cmf_portal_lang` WHERE `status` = 1 AND ( `is_default` = 1 ) LIMIT 1 [ RunTime:0.000281s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_lang',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 2,
'filtered' => 50.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `lang`,`abbr`,`local_name` FROM `cmf_portal_lang` WHERE `status` = 1 [ RunTime:0.000238s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_lang',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 2,
'filtered' => 50.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `id`,`parent_id`,`name`,`description`,`more`,`route`,`en_name`,`en_seo_title`,`en_seo_keywords`,`en_seo_description` FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `id` IN (4,74,47,9,5,95,54) ORDER BY `list_order` ASC [ RunTime:0.000288s ]
- [ 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' => 29,
'filtered' => 3.4482758045196533,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `id`,`parent_id`,`name`,`description`,`more`,`route`,`en_name`,`en_seo_title`,`en_seo_keywords`,`en_seo_description` FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `parent_id` IN (4,74,47,9,5,95,54) ORDER BY `list_order` ASC,`id` ASC [ RunTime:0.000334s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 29,
'filtered' => 3.4482758045196533,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_post` [ RunTime:0.000484s ]
- [ SQL ] SELECT `post`.`id`,`post`.`post_title`,`post`.`more`,child.id as category_id,child.route as category_route,root.id as category_root_id,root.route as category_root_route FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `cate_post` ON `cate_post`.`post_id`=`post`.`id` INNER JOIN `cmf_portal_category` `child` ON `child`.`id`=`cate_post`.`category_id` LEFT JOIN `cmf_portal_category` `root` ON `root`.`id`=`child`.`parent_id` WHERE `post`.`create_time` >= 0 AND `post`.`delete_time` = 0 AND `post`.`post_status` = 1 AND `post`.`language` = 'cn' AND `child`.`id` = 101 AND `post`.`recommended` = 1 ORDER BY `post`.`published_time` DESC,`post`.`id` DESC LIMIT 5 [ RunTime:0.000554s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'child',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => 'Using temporary; Using filesort',
) ]
- [ SQL ] SELECT `post`.`id`,`post`.`post_title`,`post`.`more`,child.id as category_id,child.route as category_route,root.id as category_root_id,root.route as category_root_route FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `cate_post` ON `cate_post`.`post_id`=`post`.`id` INNER JOIN `cmf_portal_category` `child` ON `child`.`id`=`cate_post`.`category_id` LEFT JOIN `cmf_portal_category` `root` ON `root`.`id`=`child`.`parent_id` WHERE `post`.`create_time` >= 0 AND `post`.`delete_time` = 0 AND `post`.`post_status` = 1 AND `post`.`language` = 'cn' AND `child`.`id` = 85 AND `post`.`recommended` = 1 ORDER BY `post`.`published_time` DESC,`post`.`id` DESC LIMIT 5 [ RunTime:0.000514s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'child',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => 'Using temporary; Using filesort',
) ]
- [ SQL ] SELECT `post`.`id`,`post`.`post_title`,`post`.`more`,child.id as category_id,child.route as category_route,root.id as category_root_id,root.route as category_root_route FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `cate_post` ON `cate_post`.`post_id`=`post`.`id` INNER JOIN `cmf_portal_category` `child` ON `child`.`id`=`cate_post`.`category_id` LEFT JOIN `cmf_portal_category` `root` ON `root`.`id`=`child`.`parent_id` WHERE `post`.`create_time` >= 0 AND `post`.`delete_time` = 0 AND `post`.`post_status` = 1 AND `post`.`language` = 'cn' AND `child`.`id` = 86 AND `post`.`recommended` = 1 ORDER BY `post`.`published_time` DESC,`post`.`id` DESC LIMIT 5 [ RunTime:0.000424s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'child',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => 'Using temporary; Using filesort',
) ]
- [ SQL ] SELECT `post`.`id`,`post`.`post_title`,`post`.`more`,child.id as category_id,child.route as category_route,root.id as category_root_id,root.route as category_root_route FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `cate_post` ON `cate_post`.`post_id`=`post`.`id` INNER JOIN `cmf_portal_category` `child` ON `child`.`id`=`cate_post`.`category_id` LEFT JOIN `cmf_portal_category` `root` ON `root`.`id`=`child`.`parent_id` WHERE `post`.`create_time` >= 0 AND `post`.`delete_time` = 0 AND `post`.`post_status` = 1 AND `post`.`language` = 'cn' AND `child`.`id` = 87 AND `post`.`recommended` = 1 ORDER BY `post`.`published_time` DESC,`post`.`id` DESC LIMIT 5 [ RunTime:0.000549s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'child',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => 'Using temporary; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `id` = 99 LIMIT 1 [ RunTime:0.000299s ]
- [ 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 ] SHOW COLUMNS FROM `cmf_slide_item` [ RunTime:0.000542s ]
- [ SQL ] SELECT * FROM `cmf_slide_item` WHERE `status` = 1 AND `slide_id` = 15 AND `description2` = 99 ORDER BY `list_order` ASC,`id` ASC LIMIT 1 [ RunTime:0.000498s ]
- [ 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' => 24,
'filtered' => 2.5641026496887207,
'extra' => 'Using index condition; Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `id` = 54 LIMIT 1 [ RunTime:0.000347s ]
- [ 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 `status` = 1 AND `delete_time` = 0 AND `parent_id` = 54 ORDER BY `list_order` ASC,`id` ASC [ RunTime:0.000333s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 29,
'filtered' => 3.4482758045196533,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `post`.`id`,`post`.`post_title`,`post`.`more`,child.id as category_id,child.route as category_route,root.id as category_root_id,root.route as category_root_route,`post`.`post_content`,`post`.`published_time` FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `cate_post` ON `cate_post`.`post_id`=`post`.`id` INNER JOIN `cmf_portal_category` `child` ON `child`.`id`=`cate_post`.`category_id` LEFT JOIN `cmf_portal_category` `root` ON `root`.`id`=`child`.`parent_id` WHERE `post`.`create_time` >= 0 AND `post`.`delete_time` = 0 AND `post`.`post_status` = 1 AND `post`.`language` = 'cn' AND ( `child`.`id` = 99 ) ORDER BY `cate_post`.`list_order` ASC,`post`.`published_time` DESC,`post`.`id` DESC [ RunTime:0.000576s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'child',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => 'Using temporary; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme_file` [ RunTime:0.000415s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' [ RunTime:0.000198s ]
- [ 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',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme` [ RunTime:0.000428s ]
- [ SQL ] UPDATE `cmf_theme` SET `name` = 'simpleboot3' , `version` = '1.0.2' , `demo_url` = 'http://demo.thinkcmf.com' , `author` = 'ThinkCMF' , `lang` = 'zh-cn' , `author_url` = 'http://www.thinkcmf.com' , `keywords` = 'ThinkCMF模板' , `description` = 'ThinkCMF默認模板' WHERE `theme` = 'simpleboot3' [ RunTime:0.000182s ]
- [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND ( `is_public` = 1 OR `file` = 'portal/contact_us_business' ) [ RunTime:0.000240s ]
- [ 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',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.000374s ]
- [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'storage' LIMIT 1 [ RunTime:0.000194s ]
- [ 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',
) ]
- [ DB ] CONNECT:[ UseTime:0.000480s ] mysql:host=127.0.0.1;port=3306;dbname=piebot;charset=utf8
- [ SQL ] SELECT `route` FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `id` = 54 LIMIT 1 [ RunTime:0.000238s ]
- [ 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.031088s
主站蜘蛛池模板:
久久国产精品一国产精品
|
2024国产激情在线观看
|
99久久无色码中文字幕无广告
|
WWW亚洲精品久久久
WWW亚洲精品久久久乳
|
91国内揄拍国内精品对白
|
国产永久一区二区三区
|
91一区二区在线播放
|
秋霞无码AV久久久精品
|
国产精品一区二区手机看片
|
国内精品观看视频
|
国产91av视频在线
|
97国产无遮挡A片又黄又爽小说
|
国产剧情精品亚洲一区二区
|
国产肝交视频在线观看
|
成人精品第一区
|
亚洲欧美高清无码专区
|
国产成人无码精品久久久按摩
|
精品久久国产亚洲免费观看
|
国产精品对白交换视频
|
青春草在线视频网址观看
|
国产精品白浆在线播放
|
九九九九在线精品免费视频
|
亚洲欧美中文日韩在线v日本
|
亚洲欧美中文v日韩v在线
|
亚洲伦理片
|
高清日韩欧美另类
|
国产精品思思热在线
|
国产精品对白刺激音频在线观看
|
99久久久国产精品免费蜜臀
|
美女裸体黄网站18禁免费看影站
|
18观看免费永久视频
|
国产精品白浆一区二区三
|
国产成人毛片基地
|
国产精品亚洲欧美一区二区
|
亚洲大片精品永久免费看网站
|
www高清一区调教人人传媒牛牛
|
久久久久久久久久免费高清
|
东北老女人高潮大喊舒服死了
|
在线精品亚洲一区二区三区
|
精品性影院一区二区三区内
|
人妻无码在线一区二区
|