登录后你可以:
-
下载图集规范
-
接取项目任务
-
浏览最新课程
-
保留下载记录
- 服务需求发布
- 1、发布任务招标信息
2、服务商主动参与竞标
3、自由选择最佳投标
需求发布
- 认证中心
- 您想参与投标?点击右侧加入服务商
立即认证
基本
文件
流程
错误
SQL
调试
- 请求信息 : 2026-02-17 09:45:08 HTTP/2.0 GET : https://test.ganggouezhan.com/portal/demand/index
- 运行时间 : 0.163656s [ 吞吐率:6.11req/s ] 内存消耗:6,104.24kb 文件加载:183
- 查询信息 : 15 queries 2 writes
- 缓存信息 : 6 reads,0 writes
- 会话信息 : SESSION_ID=84392mlqahbkn519rs0e4pjlue
- [ LANG ] /www/wwwroot/test_ganggouezhan.com/ggez/vendor/thinkphp/lang/zh-cn.php
- [ LANG ] /www/wwwroot/test_ganggouezhan.com/ggez/app/portal//lang/zh-cn.php
- [ ROUTE ] array (
)
- [ HEADER ] array (
'accept-encoding' => 'gzip, br, zstd, deflate',
'user-agent' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'accept' => '*/*',
'host' => 'test.ganggouezhan.com',
'content-length' => '',
'content-type' => '',
)
- [ PARAM ] array (
)
- [ LANG ] /www/wwwroot/test_ganggouezhan.com/ggez/vendor/thinkcmf/cmf/src/behavior/../lang/zh-cn.php
- [ LANG ] /www/wwwroot/test_ganggouezhan.com/ggez/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php
- [ LANG ] /www/wwwroot/test_ganggouezhan.com/ggez/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/test_ganggouezhan.com/ggez/vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php
- [ LANG ] /www/wwwroot/test_ganggouezhan.com/ggez/app/portal/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/test_ganggouezhan.com/ggez/app/portal/lang/zh-cn/home.php
- [ DB ] INIT mysql
- [ DB ] INIT mysql
- [ VIEW ] /www/wwwroot/test_ganggouezhan.com/ggez/public/themes/Factory/portal/demand_index.html [ array (
0 => 'footer_article_list',
1 => 'site_info',
2 => 'user_info',
3 => 'module',
4 => 'controller',
5 => 'action',
6 => 'isLifetimeVip',
7 => 'global_free_down_num',
8 => 'slide_left',
9 => 'is_provider',
10 => 'cates',
11 => 'user_id',
12 => 'gzh_openid',
13 => 'auth_status_display',
14 => 'notice',
15 => 'theme_vars',
16 => 'theme_widgets',
) ]
- [ DB ] CONNECT:[ UseTime:0.006652s ] mysql:host=rm-2zekhol4l8hkt58c3bo.mysql.rds.aliyuncs.com;port=3306;dbname=test_ggez;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_plugin` [ RunTime:0.005221s ]
- [ SQL ] SELECT `config` FROM `cmf_plugin` WHERE `name` = 'Alioss' LIMIT 1 [ RunTime:0.004210s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_plugin',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 3,
'filtered' => 33.333335876464844,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_post` [ RunTime:0.004980s ]
- [ SQL ] SELECT `id`,post_title title FROM `cmf_portal_post` WHERE `post_status` = 1 AND `delete_time` = 0 ORDER BY `id` DESC [ RunTime:0.004314s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_post',
'partitions' => NULL,
'type' => 'index',
'possible_keys' => NULL,
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => NULL,
'rows' => 14,
'filtered' => 7.142857551574707,
'extra' => 'Using where; Backward index scan',
) ]
- [ DB ] CONNECT:[ UseTime:0.005233s ] mysql:host=rm-2zekhol4l8hkt58c3bo.mysql.rds.aliyuncs.com;port=3306;dbname=test_ggez;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_slide_item` [ RunTime:0.004200s ]
- [ SQL ] SELECT `id`,`image`,`url` FROM `cmf_slide_item` WHERE `slide_id` = 6 AND `status` = 1 ORDER BY RAND() [ RunTime:0.003484s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_slide_item',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'slide_id',
'key' => 'slide_id',
'key_len' => '5',
'ref' => 'const',
'rows' => 1,
'filtered' => 10.0,
'extra' => 'Using where; Using temporary; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_demand_cate` [ RunTime:0.007929s ]
- [ SQL ] SELECT `id`,`name` FROM `cmf_demand_cate` WHERE `parent_id` = 0 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.003910s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_demand_cate',
'partitions' => NULL,
'type' => 'index_merge',
'possible_keys' => 'status,parent_id',
'key' => 'parent_id,status',
'key_len' => '4,1',
'ref' => NULL,
'rows' => 1,
'filtered' => 100.0,
'extra' => 'Using intersect(parent_id,status); Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_notice` [ RunTime:0.004244s ]
- [ SQL ] SELECT * FROM `cmf_notice` WHERE `type` = 1 ORDER BY `id` DESC LIMIT 2 [ RunTime:0.003548s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_notice',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'type_status_date',
'key' => 'type_status_date',
'key_len' => '1',
'ref' => 'const',
'rows' => 7,
'filtered' => 100.0,
'extra' => 'Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme_file` [ RunTime:0.004333s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'Factory' AND `file` = 'portal/index' LIMIT 1 [ RunTime:0.003436s ]
- [ 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' => 9,
'filtered' => 11.111111640930176,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'Factory' , `action` = 'portal/Index/index' , `file` = 'portal/index' , `name` = '首页' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = '首页模板文件' , `is_public` = 0 , `list_order` = 5 WHERE `theme` = 'Factory' AND `file` = 'portal/index' [ RunTime:0.003368s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'Factory' [ RunTime:0.003330s ]
- [ 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' => 9,
'filtered' => 11.111111640930176,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme` [ RunTime:0.004046s ]
- [ SQL ] UPDATE `cmf_theme` SET `name` = 'Factory' , `version` = '1.0.2' , `demo_url` = 'http://baidu.com' , `author` = 'Factory' , `lang` = 'zh-cn' , `author_url` = 'http://baidu.com' , `keywords` = 'Factory' , `description` = 'Factory' WHERE `theme` = 'Factory' [ RunTime:0.003282s ]
- [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'Factory' AND ( `is_public` = 1 OR `file` = 'portal/demand_index' ) [ RunTime:0.003371s ]
- [ 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' => 9,
'filtered' => 11.111111640930176,
'extra' => 'Using where',
) ]

0.164491s