-
-
RISING LOTUS | 尚莲
高端服装品牌官网
-
-
-
-
-
基本
文件
流程
错误
SQL
调试
- 请求信息 : 2022-07-03 00:47:28 HTTP/1.1 GET : qiniu.chaofankeji.cn/list-22.html
- 运行时间 : 0.163587s [ 吞吐率:6.11req/s ] 内存消耗:9,770.30kb 文件加载:147
- 查询信息 : 20 queries 7 writes
- 缓存信息 : 0 reads,0 writes
- 配置加载 : 67
- [ CACHE ] INIT File
- [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.002272s ]
- [ LANG ] /data/www/chaofankeji/simplewind/thinkphp/lang/zh-cn.php
- [ ROUTE ] array (
'type' => 'module',
'module' =>
array (
0 => 'portal',
1 => 'List',
2 => 'index',
),
'convert' => false,
)
- [ HEADER ] array (
'host' => 'qiniu.chaofankeji.cn',
'via' => 'cn1310.l1, l2st4-5.l2',
'eagleeye-traceid' => '3ad8769b16567804484358317e',
'ali-cdn-real-port' => '53400',
'ali-cdn-real-ip' => '18.232.59.38',
'ali-swift-log-host' => 'www.chaofankeji.cn',
'ali-swift-stat-host' => 'www.chaofankeji.cn',
'x-forwarded-for' => '18.232.59.38',
'x-client-scheme' => 'https',
'user-agent' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'accept-language' => 'en-US,en;q=0.5',
'if-modified-since' => 'Tue, 19 Oct 2021 23:57:30 GMT',
'accept-encoding' => 'br,gzip',
'ali-cdn-appview-name' => 'cdn-tengine',
'ali-swift-origin-host' => 'qiniu.chaofankeji.cn',
'x-alicdn-da-via' => '58.216.118.230,113.96.58.122',
)
- [ PARAM ] array (
'id' => '22',
'tag' => '',
)
- [ LANG ] /data/www/chaofankeji/simplewind/cmf/behavior/../lang/zh-cn.php
- [ LANG ] /data/www/chaofankeji/public/../app/admin/lang/zh-cn/common.php
- [ LANG ] /data/www/chaofankeji/public/../app/portal/lang/zh-cn/common.php
- [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.001160s ]
- [ LANG ] /data/www/chaofankeji/public/../app/portal/lang/zh-cn.php
- [ BEHAVIOR ] Run cmf\behavior\InitAppHookBehavior @module_init [ RunTime:0.000355s ]
- [ LANG ] /data/www/chaofankeji/public/../app/portal/lang/zh-cn/home.php
- [ BEHAVIOR ] Run cmf\behavior\HomeLangBehavior @home_init [ RunTime:0.000454s ]
- [ RUN ] app\portal\controller\ListController->index[ /data/www/chaofankeji/app/portal/controller/ListController.php ]
- [ DB ] INIT mysql
- [ VIEW ] /data/www/chaofankeji/public/themes/pc/portal/list_case.html [ array (
0 => 'site_info',
1 => 'category',
2 => 'categoryList',
3 => 'list',
4 => 'page',
5 => 'theme_vars',
6 => 'theme_widgets',
) ]
- [ DB ] CONNECT:[ UseTime:0.000356s ] mysql:host=localhost;port=3306;dbname=chaofankeji;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cf_portal_category` [ RunTime:0.001770s ]
- [ SQL ] SELECT * FROM `cf_portal_category` WHERE `id` = 22 AND `status` = 1 LIMIT 1 [ RunTime:0.000529s ]
- [ 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 `id`,`name` FROM `cf_portal_category` WHERE `delete_time` = 0 AND `status` = 1 AND `parent_id` = 3 [ RunTime:0.000315s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cf_portal_category',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 29,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cf_portal_post` [ RunTime:0.001577s ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM ( SELECT count(*) 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` < '1656780448' AND `a`.`published_time` > '0' ) AND `b`.`category_id` = 22 GROUP BY `b`.`post_id` ) `_group_count_` LIMIT 1 [ RunTime:0.000660s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'PRIMARY',
'table' => '<derived2>',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 10,
'extra' => NULL,
) ]
- [ SQL ] SELECT `a`.`id`,`a`.`post_keywords`,`a`.`post_title`,`a`.`thumbnail`,`a`.`more`,`a`.`post_excerpt`,`a`.`post_content`,`a`.`post_code`,`a`.`published_time`,`a`.`post_source`,`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` < '1656780448' AND `a`.`published_time` > '0' ) AND `b`.`category_id` = 22 GROUP BY `b`.`post_id` ORDER BY `a`.`is_top` DESC,`b`.`list_order` DESC,`a`.`published_time` DESC LIMIT 0,12 [ RunTime:0.001229s ]
- [ 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' => 10,
'extra' => 'Using index condition; Using where; Using temporary; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cf_theme_file` [ RunTime:0.001391s ]
- [ SQL ] SELECT * FROM `cf_theme_file` WHERE `theme` = 'pc' AND `file` = 'portal/article' LIMIT 1 [ RunTime:0.000217s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 14,
'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.003185s ]
- [ SQL ] SELECT * FROM `cf_theme_file` WHERE `theme` = 'pc' AND `file` = 'portal/detail' LIMIT 1 [ RunTime:0.000216s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 14,
'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.002435s ]
- [ SQL ] SELECT * FROM `cf_theme_file` WHERE `theme` = 'pc' AND `file` = 'portal/list' LIMIT 1 [ RunTime:0.000234s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 14,
'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.002305s ]
- [ SQL ] SELECT * FROM `cf_theme_file` WHERE `theme` = 'pc' AND `file` = 'portal/list_case' LIMIT 1 [ RunTime:0.000273s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 14,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cf_theme_file` SET `theme`='pc',`action`='portal/List/index',`file`='portal/list_case',`name`='案例列表页',`more`='[]',`config_more`='[]',`description`='资讯列表模板文件',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc' AND `file` = 'portal/list_case' [ RunTime:0.002556s ]
- [ SQL ] SELECT * FROM `cf_theme_file` WHERE `theme` = 'pc' AND `file` = 'portal/list_program' LIMIT 1 [ RunTime:0.000337s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 14,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cf_theme_file` SET `theme`='pc',`action`='portal/List/index',`file`='portal/list_program',`name`='小程序列表页',`more`='[]',`config_more`='[]',`description`='资讯列表模板文件',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc' AND `file` = 'portal/list_program' [ RunTime:0.002223s ]
- [ SQL ] SELECT * FROM `cf_theme_file` WHERE `theme` = 'pc' AND `file` = 'portal/list_template' LIMIT 1 [ RunTime:0.000264s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 14,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cf_theme_file` SET `theme`='pc',`action`='portal/List/index',`file`='portal/list_template',`name`='模板列表页',`more`='[]',`config_more`='[]',`description`='资讯列表模板文件',`is_public`=0,`list_order`=10 WHERE `theme` = 'pc' AND `file` = 'portal/list_template' [ RunTime:0.006288s ]
- [ SQL ] SELECT * FROM `cf_theme_file` WHERE `theme` = 'pc' [ 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' => 14,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cf_theme` [ RunTime:0.001635s ]
- [ 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.004256s ]
- [ SQL ] SELECT `more` FROM `cf_theme_file` WHERE `theme` = 'pc' AND ( `is_public` = 1 OR `file` = 'portal/list_case' ) [ RunTime:0.000361s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 14,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cf_nav_menu` [ RunTime:0.001542s ]
- [ SQL ] SELECT * FROM `cf_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000258s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cf_nav_menu',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 10,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cf_option` [ RunTime:0.001526s ]
- [ SQL ] SELECT `option_value` FROM `cf_option` WHERE `option_name` = 'storage' LIMIT 1 [ RunTime:0.000188s ]
- [ 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',
) ]

0.170927s