基本
文件
流程
錯誤
SQL
調試
- 請求信息 : 2024-08-01 01:43:42 HTTP/1.0 GET : http://www.bwin-news.com/article-18-1.html
- 運行時(shí)間 : 0.290368s [ 吞吐率:3.44req/s ] 內存消耗:1,540.91kb 文件加載:109
- 查詢(xún)信息 : 30 queries 13 writes
- 緩存信息 : 7 reads,0 writes
- [ LANG ] /home/hzjjjzdh4zpj7jljlz/wwwroot/vendor/thinkphp/lang/zh-cn.php
- [ LANG ] /home/hzjjjzdh4zpj7jljlz/wwwroot/vendor/thinkcmf/cmf/src/behavior/../lang/zh-cn.php
- [ LANG ] /home/hzjjjzdh4zpj7jljlz/wwwroot/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php
- [ LANG ] /home/hzjjjzdh4zpj7jljlz/wwwroot/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php
- [ LANG ] /home/hzjjjzdh4zpj7jljlz/wwwroot/vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php
- [ LANG ] /home/hzjjjzdh4zpj7jljlz/wwwroot/app/portal/lang/zh-cn/common.php
- [ LANG ] /home/hzjjjzdh4zpj7jljlz/wwwroot/app/portal//lang/zh-cn.php
- [ ROUTE ] array (
'rule' => 'article-<id>-<cid?>',
'route' => 'portal/Article/index',
'option' =>
array (
'merge_rule_regex' => false,
),
'var' =>
array (
'id' => '18',
'cid' => '1',
),
)
- [ HEADER ] array (
'x-forwarded-for' => '154.64.4.116',
'x-real-ip' => '154.64.4.116',
'host' => 'www.bwin-news.com',
'connection' => 'close',
'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',
'cookie' => 't=92d7540e476b153862b4ea2356ede7b3; r=8148',
'referer' => 'http://www.baidu.com',
'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko',
)
- [ PARAM ] array (
'id' => '18',
'cid' => '1',
)
- [ LANG ] /home/hzjjjzdh4zpj7jljlz/wwwroot/app/portal/lang/zh-cn/home.php
- [ DB ] INIT mysql
- [ VIEW ] /home/hzjjjzdh4zpj7jljlz/wwwroot/public/themes/jianzhu/portal/case.html [ array (
0 => 'site_info',
1 => 'category',
2 => 'article',
3 => 'prev_article',
4 => 'next_article',
5 => 'theme_vars',
6 => 'theme_widgets',
) ]
- [ DB ] CONNECT:[ UseTime:0.034784s ] mysql:host=sql.s1259.vhostgo.com;port=3306;dbname=hzjjjz;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `vbs_portal_post` [ RunTime:0.001680s ]
- [ SQL ] SELECT `post`.* FROM `vbs_portal_post` `post` INNER JOIN `vbs_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` = 1 AND `relation`.`post_id` = 18 AND ( `post`.`published_time` > 0 AND `post`.`published_time` < 1722447822 ) LIMIT 1 [ RunTime:0.001237s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY,type_status_date',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `post`.* FROM `vbs_portal_post` `post` INNER JOIN `vbs_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` = 1 AND `relation`.`post_id` < 18 AND ( `post`.`published_time` > 0 AND `post`.`published_time` < 1722447822 ) ORDER BY `id` DESC LIMIT 1 [ RunTime:0.001238s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'post',
'partitions' => NULL,
'type' => 'range',
'possible_keys' => 'PRIMARY,type_status_date',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => NULL,
'rows' => 9,
'filtered' => 3.7037036418914795,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `post`.* FROM `vbs_portal_post` `post` INNER JOIN `vbs_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` = 1 AND `relation`.`post_id` > 18 AND ( `post`.`published_time` > 0 AND `post`.`published_time` < 1722447822 ) ORDER BY `id` ASC LIMIT 1 [ RunTime:0.001315s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'relation',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'term_taxonomy_id',
'key' => 'term_taxonomy_id',
'key_len' => '8',
'ref' => 'const',
'rows' => 15,
'filtered' => 33.329998016357422,
'extra' => 'Using index condition; Using where; Using temporary; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `vbs_portal_category` [ RunTime:0.001155s ]
- [ SQL ] SELECT * FROM `vbs_portal_category` WHERE `id` = 1 AND `status` = 1 LIMIT 1 [ RunTime:0.000324s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'vbs_portal_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] UPDATE `vbs_portal_post` SET `post_hits` = `post_hits` + 1 WHERE `id` = 18 [ RunTime:0.002181s ]
- [ SQL ] SHOW COLUMNS FROM `vbs_theme_file` [ RunTime:0.001206s ]
- [ SQL ] SELECT * FROM `vbs_theme_file` WHERE `theme` = 'jianzhu' AND `file` = 'portal/about1' LIMIT 1 [ RunTime:0.000427s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'vbs_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 18,
'filtered' => 5.5555558204650879,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `vbs_theme_file` SET `theme` = 'jianzhu' , `action` = 'portal/Page/index' , `file` = 'portal/about1' , `name` = 'about1' , `more` = '{\"vars\":[]}' , `config_more` = '{\"vars\":[]}' , `description` = 'about1' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'jianzhu' AND `file` = 'portal/about1' [ RunTime:0.002092s ]
- [ SQL ] SELECT * FROM `vbs_theme_file` WHERE `theme` = 'jianzhu' AND `file` = 'portal/case' LIMIT 1 [ RunTime:0.000519s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'vbs_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 18,
'filtered' => 5.5555558204650879,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `vbs_theme_file` SET `theme` = 'jianzhu' , `action` = 'portal/Article/index' , `file` = 'portal/case' , `name` = 'case' , `more` = '{\"vars\":[]}' , `config_more` = '{\"vars\":[]}' , `description` = 'case' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'jianzhu' AND `file` = 'portal/case' [ RunTime:0.002138s ]
- [ SQL ] SELECT * FROM `vbs_theme_file` WHERE `theme` = 'jianzhu' AND `file` = 'portal/caseindex' LIMIT 1 [ RunTime:0.000397s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'vbs_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 18,
'filtered' => 5.5555558204650879,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `vbs_theme_file` SET `theme` = 'jianzhu' , `action` = 'portal/List/index' , `file` = 'portal/caseindex' , `name` = 'caseindex' , `more` = '{\"vars\":[]}' , `config_more` = '{\"vars\":[]}' , `description` = 'caseindex' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'jianzhu' AND `file` = 'portal/caseindex' [ RunTime:0.002059s ]
- [ SQL ] SELECT * FROM `vbs_theme_file` WHERE `theme` = 'jianzhu' AND `file` = 'portal/caselist' LIMIT 1 [ RunTime:0.000363s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'vbs_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 18,
'filtered' => 5.5555558204650879,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `vbs_theme_file` SET `theme` = 'jianzhu' , `action` = 'portal/List/index' , `file` = 'portal/caselist' , `name` = 'caselist' , `more` = '{\"vars\":[]}' , `config_more` = '{\"vars\":[]}' , `description` = 'caselist' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'jianzhu' AND `file` = 'portal/caselist' [ RunTime:0.001997s ]
- [ SQL ] SELECT * FROM `vbs_theme_file` WHERE `theme` = 'jianzhu' AND `file` = 'portal/contact' LIMIT 1 [ RunTime:0.000362s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'vbs_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 18,
'filtered' => 5.5555558204650879,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `vbs_theme_file` SET `theme` = 'jianzhu' , `action` = 'portal/Page/index' , `file` = 'portal/contact' , `name` = 'contact' , `more` = '{\"vars\":[]}' , `config_more` = '{\"vars\":[]}' , `description` = 'contact' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'jianzhu' AND `file` = 'portal/contact' [ RunTime:0.007692s ]
- [ SQL ] SELECT * FROM `vbs_theme_file` WHERE `theme` = 'jianzhu' AND `file` = 'portal/ditu' LIMIT 1 [ RunTime:0.000536s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'vbs_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 18,
'filtered' => 5.5555558204650879,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `vbs_theme_file` SET `theme` = 'jianzhu' , `action` = 'portal/Page/index' , `file` = 'portal/ditu' , `name` = 'ditu' , `more` = '{\"vars\":[]}' , `config_more` = '{\"vars\":[]}' , `description` = 'ditu' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'jianzhu' AND `file` = 'portal/ditu' [ RunTime:0.002165s ]
- [ SQL ] SELECT * FROM `vbs_theme_file` WHERE `theme` = 'jianzhu' AND `file` = 'portal/index' LIMIT 1 [ RunTime:0.000630s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'vbs_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 18,
'filtered' => 5.5555558204650879,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `vbs_theme_file` SET `theme` = 'jianzhu' , `action` = 'portal/Index/index' , `file` = 'portal/index' , `name` = 'index' , `more` = '{\"vars\":{\"logo_main\":{\"title\":\"logo\",\"value\":\"default\\/20220113\\/9c8b253396291db9dfd19dd226ad8940.png\",\"type\":\"image\",\"tip\":\"\\u4e8c\\u7ef4\\u7801\\u4e0a\\u4f20\\u5904\",\"is_public\":\"1\",\"rule\":{\"require\":false},\"message\":{\"require\":\"\\u53ef\\u4ee5\\u4e3a\\u7a7a\"}},\"erweima_main\":{\"title\":\"\\u4e8c\\u7ef4\\u7801\\u4e0a\\u4f20\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u4e8c\\u7ef4\\u7801\\u4e0a\\u4f20\\u5904\",\"is_public\":\"1\",\"rule\":{\"require\":false},\"message\":{\"require\":\"\\u53ef\\u4ee5\\u4e3a\\u7a7a\"}},\"titop1_main\":{\"title\":\"\\u4e8c\\u7ef4\\u7801\\u53f3\\u4fa7top\\u5185\\u5bb9\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\\u4e8c\\u7ef4\\u7801\\u53f3\\u4fa7top\\u5185\\u5bb9\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}},\"titop2_main\":{\"title\":\"\\u4e8c\\u7ef4\\u7801\\u53f3\\u4fa7\\u4e0b\\u90e8\\u5185\\u5bb9\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\\u4e8c\\u7ef4\\u7801\\u53f3\\u4fa7\\u4e0b\\u90e8\\u5185\\u5bb9\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}},\"people_main\":{\"title\":\"\\u4eba\\u5458\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\\u4eba\\u5458\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}},\"phone_main\":{\"title\":\"\\u624b\\u673a\",\"value\":\"15058196361\",\"type\":\"number\",\"tip\":\"\\u624b\\u673a\\u53f7\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}},\"qq_main\":{\"title\":\"qq\\u53f7\",\"value\":\"793018241\",\"type\":\"number\",\"tip\":\"qq\\u53f7\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}},\"guhua_main\":{\"title\":\"\\u56fa\\u8bdd\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\\u56fa\\u8bdd\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}},\"dizhi_main\":{\"title\":\"\\u5730\\u5740\",\"value\":\"\\u6d59\\u6c5f\\u7701\\u676d\\u5dde\\u5e02\\u6ee8\\u6c5f\\u533a\\u897f\\u5174\\u8857\\u9053\\u6c5f\\u9675\\u5357\\u8def312\\u53f71\\u5e62906\\u5ba4\",\"type\":\"text\",\"tip\":\"\\u5730\\u5740\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}}}}' , `config_more` = '{\"vars\":{\"logo_main\":{\"title\":\"logo\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u4e8c\\u7ef4\\u7801\\u4e0a\\u4f20\\u5904\",\"is_public\":\"1\",\"rule\":{\"require\":false},\"message\":{\"require\":\"\\u53ef\\u4ee5\\u4e3a\\u7a7a\"}},\"erweima_main\":{\"title\":\"\\u4e8c\\u7ef4\\u7801\\u4e0a\\u4f20\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u4e8c\\u7ef4\\u7801\\u4e0a\\u4f20\\u5904\",\"is_public\":\"1\",\"rule\":{\"require\":false},\"message\":{\"require\":\"\\u53ef\\u4ee5\\u4e3a\\u7a7a\"}},\"titop1_main\":{\"title\":\"\\u4e8c\\u7ef4\\u7801\\u53f3\\u4fa7top\\u5185\\u5bb9\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\\u4e8c\\u7ef4\\u7801\\u53f3\\u4fa7top\\u5185\\u5bb9\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}},\"titop2_main\":{\"title\":\"\\u4e8c\\u7ef4\\u7801\\u53f3\\u4fa7\\u4e0b\\u90e8\\u5185\\u5bb9\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\\u4e8c\\u7ef4\\u7801\\u53f3\\u4fa7\\u4e0b\\u90e8\\u5185\\u5bb9\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}},\"people_main\":{\"title\":\"\\u4eba\\u5458\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\\u4eba\\u5458\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}},\"phone_main\":{\"title\":\"\\u624b\\u673a\",\"value\":\"1\",\"type\":\"number\",\"tip\":\"\\u624b\\u673a\\u53f7\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}},\"qq_main\":{\"title\":\"qq\\u53f7\",\"value\":\"1\",\"type\":\"number\",\"tip\":\"qq\\u53f7\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}},\"guhua_main\":{\"title\":\"\\u56fa\\u8bdd\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\\u56fa\\u8bdd\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}},\"dizhi_main\":{\"title\":\"\\u5730\\u5740\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\\u5730\\u5740\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}}}}' , `description` = 'index' , `is_public` = 1 , `list_order` = 10 WHERE `theme` = 'jianzhu' AND `file` = 'portal/index' [ RunTime:0.002143s ]
- [ SQL ] SELECT * FROM `vbs_theme_file` WHERE `theme` = 'jianzhu' AND `file` = 'portal/news' LIMIT 1 [ RunTime:0.000468s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'vbs_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 18,
'filtered' => 5.5555558204650879,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `vbs_theme_file` SET `theme` = 'jianzhu' , `action` = 'portal/Article/index' , `file` = 'portal/news' , `name` = 'news' , `more` = '{\"vars\":[]}' , `config_more` = '{\"vars\":[]}' , `description` = 'news' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'jianzhu' AND `file` = 'portal/news' [ RunTime:0.001939s ]
- [ SQL ] SELECT * FROM `vbs_theme_file` WHERE `theme` = 'jianzhu' AND `file` = 'portal/newsindex' LIMIT 1 [ RunTime:0.000615s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'vbs_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 18,
'filtered' => 5.5555558204650879,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `vbs_theme_file` SET `theme` = 'jianzhu' , `action` = 'portal/List/index' , `file` = 'portal/newsindex' , `name` = 'newsindex' , `more` = '{\"vars\":[]}' , `config_more` = '{\"vars\":[]}' , `description` = 'newsindex' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'jianzhu' AND `file` = 'portal/newsindex' [ RunTime:0.001900s ]
- [ SQL ] SELECT * FROM `vbs_theme_file` WHERE `theme` = 'jianzhu' AND `file` = 'portal/prolist' LIMIT 1 [ RunTime:0.000403s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'vbs_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 18,
'filtered' => 5.5555558204650879,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `vbs_theme_file` SET `theme` = 'jianzhu' , `action` = 'portal/List/index' , `file` = 'portal/prolist' , `name` = 'prolist' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = 'prolist' , `is_public` = 0 , `list_order` = 6 WHERE `theme` = 'jianzhu' AND `file` = 'portal/prolist' [ RunTime:0.002143s ]
- [ SQL ] SELECT * FROM `vbs_theme_file` WHERE `theme` = 'jianzhu' AND `file` = 'portal/zizhilist' LIMIT 1 [ RunTime:0.000363s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'vbs_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 18,
'filtered' => 5.5555558204650879,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `vbs_theme_file` SET `theme` = 'jianzhu' , `action` = 'portal/List/index' , `file` = 'portal/zizhilist' , `name` = 'zizhilist' , `more` = '{\"vars\":[]}' , `config_more` = '{\"vars\":[]}' , `description` = 'zizhilist' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'jianzhu' AND `file` = 'portal/zizhilist' [ RunTime:0.078144s ]
- [ SQL ] SELECT * FROM `vbs_theme_file` WHERE `theme` = 'jianzhu' [ RunTime:0.000640s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'vbs_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 18,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `vbs_theme` [ RunTime:0.001376s ]
- [ SQL ] UPDATE `vbs_theme` SET `name` = 'jianzhu' , `version` = '1.0.2' , `demo_url` = '' , `author` = '' , `lang` = 'zh-cn' , `author_url` = '' , `keywords` = '' , `description` = '' WHERE `theme` = 'jianzhu' [ RunTime:0.002084s ]
- [ SQL ] SELECT `more` FROM `vbs_theme_file` WHERE `theme` = 'jianzhu' AND ( `is_public` = 1 OR `file` = 'portal/case' ) [ RunTime:0.000514s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'vbs_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 18,
'filtered' => 5.5555558204650879,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `vbs_option` [ RunTime:0.001444s ]
- [ SQL ] SELECT `option_value` FROM `vbs_option` WHERE `option_name` = 'storage' LIMIT 1 [ RunTime:0.000464s ]
- [ 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 `vbs_nav_menu` [ RunTime:0.001178s ]
- [ SQL ] SELECT * FROM `vbs_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000528s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'vbs_nav_menu',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 13,
'filtered' => 7.6923074722290039,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `vbs_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000401s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'vbs_nav_menu',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 13,
'filtered' => 7.6923074722290039,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `path` FROM `vbs_portal_category` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000650s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'vbs_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 `vbs_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `path` LIKE '0-1-%' [ RunTime:0.000370s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'vbs_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 9.0909090042114258,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `path` FROM `vbs_portal_category` WHERE `id` = 3 LIMIT 1 [ RunTime:0.000257s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'vbs_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 `vbs_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `path` LIKE '0-3-%' [ RunTime:0.000669s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'vbs_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 11,
'filtered' => 9.0909090042114258,
'extra' => 'Using where',
) ]
0.291934s
免费 无码 国产在线观|无码亚洲一区二区三区精品|日韩亚洲欧美一区二区三区|日韩国产97三区无码|精品在线一区二区三区|精品国产的AV在线|亚洲AV成人网站在线播放