基本
文件
流程
錯誤
SQL
調試
- 請求信息 : 2022-11-30 11:31:59 HTTP/1.1 GET : junlu.chaofankeji.cn/article/57/6.html
- 運行時間 : 0.194226s [ 吞吐率:5.15req/s ] 內存消耗:6,974.10kb 文件加載:155
- 查詢信息 : 21 queries 9 writes
- 緩存信息 : 1 reads,0 writes
- 配置加載 : 67
- [ CACHE ] INIT File
- [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.001788s ]
- [ LANG ] /data/www/wwwroot/www.md-re.com/simplewind/thinkphp/lang/zh-cn.php
- [ ROUTE ] array (
'type' => 'module',
'module' =>
array (
0 => 'portal',
1 => 'Article',
2 => 'index',
),
'convert' => false,
)
- [ HEADER ] array (
'host' => 'junlu.chaofankeji.cn',
'via' => 'cn1310.l1, l2st4-5.l2',
'eagleeye-traceid' => '3ad8769616697791194977016e',
'ali-cdn-real-port' => '60287',
'ali-cdn-real-ip' => '45.38.67.154',
'ali-swift-log-host' => 'www.md-re.com',
'ali-swift-stat-host' => 'www.md-re.com',
'x-forwarded-for' => '45.38.67.154',
'x-client-scheme' => 'http',
'ali-swift-force-ttl-code' => '400=0',
'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-encoding' => 'gzip, deflate',
'accept-language' => 'zh-CN,zh',
'referer' => 'http://www.baidu.com',
'user-agent' => 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)',
'ali-cdn-appview-name' => 'cdn-tengine',
'ali-swift-origin-host' => 'junlu.chaofankeji.cn',
'x-alicdn-da-via' => '58.216.118.230,113.96.58.120',
'content-length' => '',
)
- [ PARAM ] array (
'id' => '57',
'cid' => '6',
)
- [ LANG ] /data/www/wwwroot/www.md-re.com/simplewind/cmf/behavior/../lang/zh-cn.php
- [ LANG ] /data/www/wwwroot/www.md-re.com/public/../app/admin/lang/zh-cn/common.php
- [ LANG ] /data/www/wwwroot/www.md-re.com/public/../app/portal/lang/zh-cn/common.php
- [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.000622s ]
- [ LANG ] /data/www/wwwroot/www.md-re.com/public/../app/portal/lang/zh-cn.php
- [ BEHAVIOR ] Run cmf\behavior\InitAppHookBehavior @module_init [ RunTime:0.000238s ]
- [ LANG ] /data/www/wwwroot/www.md-re.com/public/../app/portal/lang/zh-cn/home.php
- [ BEHAVIOR ] Run cmf\behavior\HomeLangBehavior @home_init [ RunTime:0.000275s ]
- [ RUN ] app\portal\controller\ArticleController->index[ /data/www/wwwroot/www.md-re.com/app/portal/controller/ArticleController.php ]
- [ DB ] INIT mysql
- [ VIEW ] /data/www/wwwroot/www.md-re.com/public/themes/pc/portal/article.html [ array (
0 => 'site_info',
1 => 'category',
2 => 'article',
3 => 'similar',
4 => 'theme_vars',
5 => 'theme_widgets',
) ]
- [2]DOMDocument::loadHTML(): Tag video invalid in Entity, line: 3[/data/www/wwwroot/www.md-re.com/simplewind/vendor/electrolinux/phpquery/phpQuery/phpQuery/DOMDocumentWrapper.php:200]
- [2]DOMDocument::loadHTML(): Tag source invalid in Entity, line: 3[/data/www/wwwroot/www.md-re.com/simplewind/vendor/electrolinux/phpquery/phpQuery/phpQuery/DOMDocumentWrapper.php:200]
- [ DB ] CONNECT:[ UseTime:0.000308s ] mysql:host=localhost;port=3306;dbname=junlu;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cf_portal_post` [ RunTime:0.003082s ]
- [ SQL ] SELECT `post`.* FROM `cf_portal_post` `post` INNER JOIN `cf_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` = '6' AND `relation`.`post_id` = '57' AND ( `post`.`published_time` < '1669779119' and `post`.`published_time` > '0' ) LIMIT 1 [ RunTime:0.000686s ]
- [ 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 ] SHOW COLUMNS FROM `cf_portal_category` [ RunTime:0.002433s ]
- [ SQL ] SELECT * FROM `cf_portal_category` WHERE `id` = 6 AND `status` = 1 LIMIT 1 [ RunTime:0.000229s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cf_portal_category',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT `a`.`id`,`a`.`post_title`,`a`.`thumbnail`,`a`.`post_excerpt`,`a`.`post_content`,`a`.`published_time`,`b`.`category_id` FROM `cf_portal_post` `a` INNER JOIN `cf_portal_category_post` `b` ON `a`.`id`=`b`.`post_id` WHERE `a`.`post_status` = 1 AND `a`.`delete_time` = 0 AND ( `a`.`published_time` < '1669779119' AND `a`.`published_time` > '0' ) AND `b`.`category_id` IN ('6') AND `b`.`post_id` NOT IN ('57') GROUP BY `b`.`post_id` ORDER BY `a`.`is_top` DESC,`b`.`list_order` DESC,`a`.`published_time` DESC LIMIT 10 [ RunTime:0.001646s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'b',
'type' => 'ref',
'possible_keys' => 'term_taxonomy_id',
'key' => 'term_taxonomy_id',
'key_len' => '8',
'ref' => 'const',
'rows' => 6,
'extra' => 'Using index condition; Using where; Using temporary; Using filesort',
) ]
- [ SQL ] UPDATE `cf_portal_post` SET `post_hits`=`post_hits`+1 WHERE `id` = 57 [ RunTime:0.008621s ]
- [ SQL ] SHOW COLUMNS FROM `cf_theme_file` [ RunTime:0.002818s ]
- [ SQL ] SELECT * FROM `cf_theme_file` WHERE `theme` = 'pc' AND `file` = 'portal/about' LIMIT 1 [ RunTime:0.000276s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 15,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cf_theme_file` SET `theme`='pc',`action`='portal/Page/index',`file`='portal/about',`name`='駿馳品牌',`more`='[]',`config_more`='[]',`description`='單頁面模板文件',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc' AND `file` = 'portal/about' [ RunTime:0.003680s ]
- [ SQL ] SELECT * FROM `cf_theme_file` WHERE `theme` = 'pc' AND `file` = 'portal/article' LIMIT 1 [ RunTime:0.000287s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 15,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cf_theme_file` SET `theme`='pc',`action`='portal/Article/index',`file`='portal/article',`name`='新聞詳情頁',`more`='[]',`config_more`='[]',`description`='文章頁模板文件',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc' AND `file` = 'portal/article' [ RunTime:0.013214s ]
- [ SQL ] SELECT * FROM `cf_theme_file` WHERE `theme` = 'pc' AND `file` = 'portal/detail' LIMIT 1 [ RunTime:0.000313s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 15,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cf_theme_file` SET `theme`='pc',`action`='portal/Article/index',`file`='portal/detail',`name`='解決方案詳情頁',`more`='[]',`config_more`='[]',`description`='文章頁模板文件',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc' AND `file` = 'portal/detail' [ RunTime:0.004909s ]
- [ SQL ] SELECT * FROM `cf_theme_file` WHERE `theme` = 'pc' AND `file` = 'portal/list' LIMIT 1 [ RunTime:0.000263s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 15,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cf_theme_file` SET `theme`='pc',`action`='portal/List/index',`file`='portal/list',`name`='新聞列表頁',`more`='[]',`config_more`='[]',`description`='新聞列表模板文件',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc' AND `file` = 'portal/list' [ RunTime:0.003792s ]
- [ SQL ] SELECT * FROM `cf_theme_file` WHERE `theme` = 'pc' AND `file` = 'portal/partner' LIMIT 1 [ RunTime:0.000263s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 15,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cf_theme_file` SET `theme`='pc',`action`='portal/Page/index',`file`='portal/partner',`name`='合作伙伴',`more`='[]',`config_more`='[]',`description`='單頁面模板文件',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc' AND `file` = 'portal/partner' [ RunTime:0.002810s ]
- [ SQL ] SELECT * FROM `cf_theme_file` WHERE `theme` = 'pc' AND `file` = 'portal/security' LIMIT 1 [ RunTime:0.000282s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 15,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cf_theme_file` SET `theme`='pc',`action`='portal/List/index',`file`='portal/security',`name`='汽車安全列表頁',`more`='[]',`config_more`='[]',`description`='汽車安全列表模板文件',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc' AND `file` = 'portal/security' [ RunTime:0.004383s ]
- [ SQL ] SELECT * FROM `cf_theme_file` WHERE `theme` = 'pc' AND `file` = 'portal/technology' LIMIT 1 [ RunTime:0.000250s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 15,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cf_theme_file` SET `theme`='pc',`action`='portal/Page/index',`file`='portal/technology',`name`='駿路科技',`more`='[]',`config_more`='[]',`description`='單頁面模板文件',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc' AND `file` = 'portal/technology' [ RunTime:0.003831s ]
- [ SQL ] SELECT * FROM `cf_theme_file` WHERE `theme` = 'pc' [ RunTime:0.000285s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 15,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cf_theme` [ RunTime:0.003396s ]
- [ SQL ] UPDATE `cf_theme` SET `name`='pc',`version`='1.0.2',`demo_url`='',`author`='駿馳',`lang`='zh-cn',`author_url`='駿馳',`keywords`='駿馳',`description`='駿馳' WHERE `theme` = 'pc' [ RunTime:0.003981s ]
- [ SQL ] SELECT `more` FROM `cf_theme_file` WHERE `theme` = 'pc' AND ( `is_public` = 1 OR `file` = 'portal/article' ) [ RunTime:0.000255s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 15,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cf_nav_menu` [ RunTime:0.003183s ]
- [ SQL ] SELECT * FROM `cf_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000291s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cf_nav_menu',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 38,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cf_nav_menu` WHERE `nav_id` = 2 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000378s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cf_nav_menu',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 38,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cf_nav_menu` WHERE `nav_id` = 3 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000268s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cf_nav_menu',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 38,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cf_nav_menu` WHERE `nav_id` = 4 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000289s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cf_nav_menu',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 38,
'extra' => 'Using where; Using filesort',
) ]

0.196953s
污视频在线播放