Product introduction
产品介绍
基本
文件
流程
错误
SQL
调试
- 请求信息 : 2023-11-28 18:28:09 HTTP/1.1 GET : https://hallwey.com/portal/article/index/id/137/cid/13.html
- 运行时间 : 0.102400s [ 吞吐率:9.77req/s ] 内存消耗:4,915.59kb 文件加载:118
- 查询信息 : 26 queries 10 writes
- 缓存信息 : 36 reads,0 writes
- [ LANG ] /www/wwwroot/hallwey/vendor/thinkphp/lang/zh-cn.php
- [ LANG ] /www/wwwroot/hallwey/vendor/thinkcmf/cmf/src/behavior/../lang/zh-cn.php
- [ LANG ] /www/wwwroot/hallwey/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php
- [ LANG ] /www/wwwroot/hallwey/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/hallwey/vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php
- [ LANG ] /www/wwwroot/hallwey/app/portal/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/hallwey/app/portal//lang/zh-cn.php
- [ ROUTE ] array (
)
- [ HEADER ] array (
'connection' => 'Keep-Alive',
'host' => 'hallwey.com',
'accept-encoding' => 'br,gzip',
'accept-language' => 'en-US,en;q=0.5',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'user-agent' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
)
- [ PARAM ] array (
'id' => '137',
'cid' => '13',
)
- [ LANG ] /www/wwwroot/hallwey/app/portal/lang/zh-cn/home.php
- [ DB ] INIT mysql
- [ VIEW ] /www/wwwroot/hallwey/public/themes/huaerwei/portal/products.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.000333s ] mysql:host=127.0.0.1;port=3306;dbname=hewyzcom;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `vbs_portal_post` [ RunTime:0.000571s ]
- [ 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` = 13 AND `relation`.`post_id` = 137 AND ( `post`.`published_time` > 0 AND `post`.`published_time` < 1701167289 ) LIMIT 1 [ RunTime:0.000448s ]
- [ 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` = 13 AND `relation`.`post_id` < 137 AND ( `post`.`published_time` > 0 AND `post`.`published_time` < 1701167289 ) ORDER BY `id` DESC LIMIT 1 [ RunTime:0.000520s ]
- [ 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' => 17,
'filtered' => 33.32999801635742,
'extra' => 'Using index condition; Using where; Using temporary; Using filesort',
) ]
- [ 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` = 13 AND `relation`.`post_id` > 137 AND ( `post`.`published_time` > 0 AND `post`.`published_time` < 1701167289 ) ORDER BY `id` ASC LIMIT 1 [ RunTime:0.000478s ]
- [ 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' => 17,
'filtered' => 33.32999801635742,
'extra' => 'Using index condition; Using where; Using temporary; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `vbs_portal_category` [ RunTime:0.000350s ]
- [ SQL ] SELECT * FROM `vbs_portal_category` WHERE `id` = 13 AND `status` = 1 LIMIT 1 [ RunTime:0.000224s ]
- [ 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` = 137 [ RunTime:0.002664s ]
- [ SQL ] SHOW COLUMNS FROM `vbs_theme_file` [ RunTime:0.000373s ]
- [ SQL ] SELECT * FROM `vbs_theme_file` WHERE `theme` = 'huaerwei' AND `file` = 'portal/about' LIMIT 1 [ RunTime:0.000236s ]
- [ 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' => 16,
'filtered' => 6.25,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `vbs_theme_file` SET `theme` = 'huaerwei' , `action` = 'portal/Page/index' , `file` = 'portal/about' , `name` = 'about' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = 'about' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'huaerwei' AND `file` = 'portal/about' [ RunTime:0.002933s ]
- [ SQL ] SELECT * FROM `vbs_theme_file` WHERE `theme` = 'huaerwei' AND `file` = 'portal/caselist' LIMIT 1 [ RunTime:0.000254s ]
- [ 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' => 16,
'filtered' => 6.25,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `vbs_theme_file` SET `theme` = 'huaerwei' , `action` = 'portal/List/index' , `file` = 'portal/caselist' , `name` = 'caselist' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = 'caselist' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'huaerwei' AND `file` = 'portal/caselist' [ RunTime:0.002650s ]
- [ SQL ] SELECT * FROM `vbs_theme_file` WHERE `theme` = 'huaerwei' AND `file` = 'portal/contact' LIMIT 1 [ RunTime:0.000230s ]
- [ 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' => 16,
'filtered' => 6.25,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `vbs_theme_file` SET `theme` = 'huaerwei' , `action` = 'portal/Page/index' , `file` = 'portal/contact' , `name` = 'contact' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = 'contact' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'huaerwei' AND `file` = 'portal/contact' [ RunTime:0.002639s ]
- [ SQL ] SELECT * FROM `vbs_theme_file` WHERE `theme` = 'huaerwei' AND `file` = 'portal/index' LIMIT 1 [ RunTime:0.000231s ]
- [ 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' => 16,
'filtered' => 6.25,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `vbs_theme_file` SET `theme` = 'huaerwei' , `action` = 'portal/Index/index' , `file` = 'portal/index' , `name` = 'index' , `more` = '{\"vars\":{\"logo_main\":{\"title\":\"logo\\u4e0a\\u4f20\",\"value\":\"default\\/20230421\\/e89845f2b22145304e05b82a98214498.png\",\"type\":\"image\",\"tip\":\"logo\\u4e0a\\u4f20\\u5904\",\"is_public\":\"1\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}},\"phone_main\":{\"title\":\"\\u624b\\u673a\",\"value\":\"4000056078\",\"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\"}},\"email_main\":{\"title\":\"\\u90ae\\u7bb1\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\\u90ae\\u7bb1\",\"rule\":{\"require\":false},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}},\"guhua_main\":{\"title\":\"\\u56fa\\u8bdd\",\"value\":\"0514-82205877\",\"type\":\"text\",\"tip\":\"\\u56fa\\u8bdd\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}},\"dizhi_main\":{\"title\":\"\\u5730\\u5740\",\"value\":\"\\u626c\\u5dde\\u5e02\\u8700\\u5188\\u2014\\u7626\\u897f\\u6e56\\u98ce\\u666f\\u540d\\u80dc\\u533a\\u626c\\u5b50\\u6c5f\\u5317\\u8def399\\u53f7\",\"type\":\"text\",\"tip\":\"\\u5730\\u5740\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}},\"erweima_main\":{\"title\":\"\\u4e8c\\u7ef4\\u7801\",\"value\":\"default\\/20230421\\/1b6279c34db54abfb1f979c2b5e8d181.jpg\",\"type\":\"image\",\"tip\":\"\\u4e8c\\u7ef4\\u7801\",\"is_public\":\"1\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}}}}' , `config_more` = '{\"vars\":{\"logo_main\":{\"title\":\"logo\\u4e0a\\u4f20\",\"value\":\"\",\"type\":\"image\",\"tip\":\"logo\\u4e0a\\u4f20\\u5904\",\"is_public\":\"1\",\"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\"}},\"email_main\":{\"title\":\"\\u90ae\\u7bb1\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\\u90ae\\u7bb1\",\"rule\":{\"require\":false},\"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\"}},\"erweima_main\":{\"title\":\"\\u4e8c\\u7ef4\\u7801\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u4e8c\\u7ef4\\u7801\",\"is_public\":\"1\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u4e0d\\u80fd\\u4e3a\\u7a7a\"}}}}' , `description` = 'index' , `is_public` = 1 , `list_order` = 10 WHERE `theme` = 'huaerwei' AND `file` = 'portal/index' [ RunTime:0.003078s ]
- [ SQL ] SELECT * FROM `vbs_theme_file` WHERE `theme` = 'huaerwei' AND `file` = 'portal/news' LIMIT 1 [ RunTime:0.000223s ]
- [ 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' => 16,
'filtered' => 6.25,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `vbs_theme_file` SET `theme` = 'huaerwei' , `action` = 'portal/Article/index' , `file` = 'portal/news' , `name` = 'news' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = 'news' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'huaerwei' AND `file` = 'portal/news' [ RunTime:0.002653s ]
- [ SQL ] SELECT * FROM `vbs_theme_file` WHERE `theme` = 'huaerwei' AND `file` = 'portal/newslist' LIMIT 1 [ RunTime:0.000219s ]
- [ 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' => 16,
'filtered' => 6.25,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `vbs_theme_file` SET `theme` = 'huaerwei' , `action` = 'portal/List/index' , `file` = 'portal/newslist' , `name` = 'newslist' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = 'newslist' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'huaerwei' AND `file` = 'portal/newslist' [ RunTime:0.002730s ]
- [ SQL ] SELECT * FROM `vbs_theme_file` WHERE `theme` = 'huaerwei' AND `file` = 'portal/productlist' LIMIT 1 [ RunTime:0.000222s ]
- [ 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' => 16,
'filtered' => 6.25,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `vbs_theme_file` SET `theme` = 'huaerwei' , `action` = 'portal/List/index' , `file` = 'portal/productlist' , `name` = 'productlist' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = 'productlist' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'huaerwei' AND `file` = 'portal/productlist' [ RunTime:0.002619s ]
- [ SQL ] SELECT * FROM `vbs_theme_file` WHERE `theme` = 'huaerwei' AND `file` = 'portal/products' LIMIT 1 [ RunTime:0.000223s ]
- [ 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' => 16,
'filtered' => 6.25,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `vbs_theme_file` SET `theme` = 'huaerwei' , `action` = 'portal/Article/index' , `file` = 'portal/products' , `name` = 'products' , `more` = '{\"vars\":[],\"widgets\":[]}' , `config_more` = '{\"vars\":[],\"widgets\":[]}' , `description` = 'products' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'huaerwei' AND `file` = 'portal/products' [ RunTime:0.002642s ]
- [ SQL ] SELECT * FROM `vbs_theme_file` WHERE `theme` = 'huaerwei' [ RunTime:0.000223s ]
- [ 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' => 16,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `vbs_theme` [ RunTime:0.000390s ]
- [ SQL ] UPDATE `vbs_theme` SET `name` = 'huaerwei' , `version` = '1.0.2' , `demo_url` = 'demo' , `author` = 'demo' , `lang` = 'zh-cn' , `author_url` = 'demo' , `keywords` = 'demo' , `description` = 'demo' WHERE `theme` = 'huaerwei' [ RunTime:0.002704s ]
- [ SQL ] SELECT `more` FROM `vbs_theme_file` WHERE `theme` = 'huaerwei' AND ( `is_public` = 1 OR `file` = 'portal/products' ) [ RunTime:0.000231s ]
- [ 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' => 16,
'filtered' => 6.25,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `vbs_nav_menu` [ RunTime:0.000372s ]
- [ SQL ] SELECT * FROM `vbs_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000271s ]
- [ 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' => 14,
'filtered' => 7.142856597900391,
'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.000262s ]
- [ 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' => 14,
'filtered' => 7.142856597900391,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `vbs_option` [ RunTime:0.000390s ]
- [ SQL ] SELECT `option_value` FROM `vbs_option` WHERE `option_name` = 'storage' LIMIT 1 [ RunTime:0.000169s ]
- [ 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 ] SELECT `path` FROM `vbs_portal_category` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000232s ]
- [ 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.000311s ]
- [ 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' => 16,
'filtered' => 6.25,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT post.*,min(category_post.category_id) as category_id FROM `vbs_portal_post` `post` INNER JOIN `vbs_portal_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` WHERE `post`.`post_status` = 1 AND `post`.`post_type` = 1 AND `post`.`delete_time` = 0 AND ( `category_post`.`category_id` = '12' ) AND ( `post`.`published_time` > 0 AND `post`.`published_time` < 1701167289 ) GROUP BY `post`.`id` ORDER BY `post`.`published_time` DESC LIMIT 5 [ RunTime:0.000744s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category_post',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'term_taxonomy_id',
'key' => 'term_taxonomy_id',
'key_len' => '8',
'ref' => 'const',
'rows' => 10,
'filtered' => 100.0,
'extra' => 'Using index condition; Using temporary; Using filesort',
) ]

0.108179s