管理好文
您现在的位置:首页
/
乔诺之声
/
战略与财经管理
基本
文件
流程
错误
SQL
调试
- 请求信息 : 2022-08-08 00:04:59 HTTP/1.1 GET : https://www.geonol.com/portal/voices/index.html
- 运行时间 : 0.116727s [ 吞吐率:8.57req/s ] 内存消耗:6,923.47kb 文件加载:110
- 查询信息 : 18 queries 3 writes
- 缓存信息 : 5 reads,0 writes
- [ LANG ] /www/wwwroot/qiaonuo.yjyj.cx0559.cn/vendor/thinkphp/lang/zh-cn.php
- [ LANG ] /www/wwwroot/qiaonuo.yjyj.cx0559.cn/vendor/thinkcmf/cmf/src/behavior/../lang/zh-cn.php
- [ LANG ] /www/wwwroot/qiaonuo.yjyj.cx0559.cn/app/admin/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/qiaonuo.yjyj.cx0559.cn/app/portal/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/qiaonuo.yjyj.cx0559.cn/app/portal//lang/zh-cn.php
- [ ROUTE ] array (
)
- [ HEADER ] array (
'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' => 'Thu, 26 May 2022 20:46:03 GMT',
'accept-encoding' => 'br,gzip',
'host' => 'www.geonol.com',
'connection' => 'Keep-Alive',
'content-type' => '',
'content-length' => '',
)
- [ PARAM ] array (
)
- [ DB ] INIT mysql
- [ LANG ] /www/wwwroot/qiaonuo.yjyj.cx0559.cn/app/portal/lang/zh-cn/home.php
- [ VIEW ] /www/wwwroot/qiaonuo.yjyj.cx0559.cn/public/themes/simpleboot3/portal/voices/index.html [ array (
0 => 'site_info',
1 => 'hw_nav',
2 => 'pages',
3 => 'cid',
4 => 'title',
5 => 'list',
6 => 'theme_vars',
7 => 'theme_widgets',
) ]
- [ DB ] CONNECT:[ UseTime:0.000419s ] mysql:host=127.0.0.1;port=3306;dbname=qiaonuo_db;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_plugin` [ RunTime:0.003818s ]
- [ SQL ] SELECT `config` FROM `cmf_plugin` WHERE `name` = 'TcSwitchTheme' LIMIT 1 [ RunTime:0.000409s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_plugin',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 1,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_category` [ RunTime:0.003612s ]
- [ SQL ] SELECT `id` FROM `cmf_portal_category` WHERE `parent_id` = 1 AND `status` = 1 AND `delete_time` = 0 ORDER BY `id` ASC LIMIT 1 [ RunTime:0.000667s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'type' => 'index',
'possible_keys' => NULL,
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => NULL,
'rows' => 1,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `name` FROM `cmf_portal_category` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000346s ]
- [ 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 ] SHOW COLUMNS FROM `cmf_portal_post` [ RunTime:0.003574s ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `cp`.`post_id`=`p`.`id` WHERE `p`.`delete_time` = 0 AND `cp`.`category_id` = 5 AND `p`.`post_status` = 1 [ RunTime:0.000707s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cp',
'type' => 'ref',
'possible_keys' => 'term_taxonomy_id',
'key' => 'term_taxonomy_id',
'key_len' => '8',
'ref' => 'const',
'rows' => 108,
'extra' => 'Using index condition',
) ]
- [ SQL ] SELECT `p`.`id`,`p`.`post_title`,`p`.`published_time`,`p`.`post_source`,`p`.`thumbnail` FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `cp`.`post_id`=`p`.`id` WHERE `p`.`delete_time` = 0 AND `cp`.`category_id` = 5 AND `p`.`post_status` = 1 ORDER BY `p`.`is_top` DESC,`p`.`published_time` DESC LIMIT 0,12 [ RunTime:0.000789s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cp',
'type' => 'ref',
'possible_keys' => 'term_taxonomy_id',
'key' => 'term_taxonomy_id',
'key_len' => '8',
'ref' => 'const',
'rows' => 108,
'extra' => 'Using index condition; Using temporary; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `parent_id` = 1 AND `delete_time` = 0 ORDER BY `list_order` ASC,`id` ASC [ RunTime:0.000388s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 14,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme_file` [ RunTime:0.003668s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'public/config' LIMIT 1 [ RunTime:0.000360s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 4,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'simpleboot3' , `action` = 'public/Config' , `file` = 'public/config' , `name` = '模板全局配置' , `more` = '{\"vars\":{\"enable_mobile\":{\"title\":\"\\u624b\\u673a\\u6ce8\\u518c\",\"value\":1,\"type\":\"select\",\"options\":{\"1\":\"\\u5f00\\u542f\",\"0\":\"\\u5173\\u95ed\"},\"tip\":\"\"}}}' , `config_more` = '{\"vars\":{\"enable_mobile\":{\"title\":\"\\u624b\\u673a\\u6ce8\\u518c\",\"value\":1,\"type\":\"select\",\"options\":{\"1\":\"\\u5f00\\u542f\",\"0\":\"\\u5173\\u95ed\"},\"tip\":\"\"}}}' , `description` = '模板全局配置文件' , `is_public` = 1 , `list_order` = 0 WHERE `theme` = 'simpleboot3' AND `file` = 'public/config' [ RunTime:0.004278s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'public/nav' LIMIT 1 [ RunTime:0.000711s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 4,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'simpleboot3' , `action` = 'public/Nav' , `file` = 'public/nav' , `name` = '导航条' , `more` = '{\"vars\":{\"company_name\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"name\":\"company_name\",\"value\":\"ThinkCMF\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}}}' , `config_more` = '{\"vars\":{\"company_name\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"name\":\"company_name\",\"value\":\"ThinkCMF\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}}}' , `description` = '导航条模板文件' , `is_public` = 1 , `list_order` = 1 WHERE `theme` = 'simpleboot3' AND `file` = 'public/nav' [ RunTime:0.003264s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' [ RunTime:0.000564s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 4,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme` [ RunTime:0.003861s ]
- [ 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.003534s ]
- [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND ( `is_public` = 1 OR `file` = 'portal/voices/index' ) [ RunTime:0.000462s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 4,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `config` FROM `cmf_plugin` WHERE `name` = 'Qiniu' LIMIT 1 [ RunTime:0.000336s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_plugin',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 1,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_slide_item` [ RunTime:0.003593s ]
- [ SQL ] SELECT `image` FROM `cmf_slide_item` WHERE `id` = 11 LIMIT 1 [ RunTime:0.000314s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_slide_item',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]

0.118236s