自动车载移动监测大香蕉网址无遮挡设备参数
阅读:3263
分类:气象设备
日期:2023年04月27日 14:58
基本
文件
流程
错误
SQL
调试
- 请求信息 : 2024-07-28 03:31:05 HTTP/1.1 GET : http://www.qdyhmsg.com/portal/article/index/id/1594.html
- 运行时间 : 6.707865s [ 吞吐率:0.15req/s ] 内存消耗:5,443.87kb 文件加载:123
- 查询信息 : 258 queries 17 writes
- 缓存信息 : 7 reads,0 writes
- [ LANG ] /www/wwwroot/www.qdyhmsg.com/vendor/thinkphp/lang/zh-cn.php
- [ LANG ] /www/wwwroot/www.qdyhmsg.com/app/portal//lang/zh-cn.php
- [ ROUTE ] array (
)
- [ HEADER ] array (
'referer' => 'www.qdyhmsg.com',
'accept' => '*/*',
'user-agent' => 'Opera/9.27 (Windows NT 5.2; U; zh-cn)',
'host' => 'www.qdyhmsg.com',
'content-type' => '',
'content-length' => '',
)
- [ PARAM ] array (
'id' => '1594',
)
- [ LANG ] /www/wwwroot/www.qdyhmsg.com/vendor/thinkcmf/cmf/src/behavior/../lang/zh-cn.php
- [ LANG ] /www/wwwroot/www.qdyhmsg.com/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php
- [ LANG ] /www/wwwroot/www.qdyhmsg.com/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/www.qdyhmsg.com/vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php
- [ LANG ] /www/wwwroot/www.qdyhmsg.com/app/portal/lang/zh-cn/common.php
- [ DB ] INIT mysql
- [ LANG ] /www/wwwroot/www.qdyhmsg.com/app/portal/lang/zh-cn/home.php
- [ VIEW ] /www/wwwroot/www.qdyhmsg.com/public/themes/simpleboot3/portal/article.html [ array (
0 => 'site_info',
1 => 'category',
2 => 'suiji',
3 => 'fanganData',
4 => 'chanpinData',
5 => 'wz_count',
6 => 'biaoqian',
7 => 'article',
8 => 'prev_article',
9 => 'next_article',
10 => 'theme_vars',
11 => 'theme_widgets',
) ]
- [ DB ] CONNECT:[ UseTime:0.016012s ] mysql:host=127.0.0.1;port=3306;dbname=www_yantaijs_com;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_plugin` [ RunTime:0.000804s ]
- [ SQL ] SELECT `config` FROM `cmf_plugin` WHERE `name` = 'Web404' LIMIT 1 [ RunTime:0.001342s ]
- [ 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' => 6,
'filtered' => 16.666667938232422,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_post` [ RunTime:0.016785s ]
- [ SQL ] SELECT `post`.* FROM `cmf_portal_post` `post` WHERE `post`.`post_type` = 1 AND `post`.`post_status` = 1 AND `post`.`delete_time` = 0 AND `post`.`id` = 1594 AND ( `post`.`published_time` > 0 AND `post`.`published_time` < 1722108665 ) LIMIT 1 [ RunTime:0.002549s ]
- [ 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 `cmf_portal_post` `post` WHERE `post`.`post_type` = 1 AND `post`.`post_status` = 1 AND `post`.`delete_time` = 0 AND `post`.`id` < 1594 AND ( `post`.`published_time` > 0 AND `post`.`published_time` < 1722108665 ) ORDER BY `id` DESC LIMIT 1 [ RunTime:0.035381s ]
- [ 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' => 1561,
'filtered' => 1.1108889579772949,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `post`.* FROM `cmf_portal_post` `post` WHERE `post`.`post_type` = 1 AND `post`.`post_status` = 1 AND `post`.`delete_time` = 0 AND `post`.`id` > 1594 AND ( `post`.`published_time` < 1722108665 and `post`.`published_time` > 0 ) ORDER BY `id` ASC LIMIT 1 [ RunTime:0.002574s ]
- [ 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' => 1561,
'filtered' => 1.1108889579772949,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_category_post` [ RunTime:0.023582s ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_category` [ RunTime:0.002104s ]
- [ SQL ] SELECT `cmf_portal_category`.*,`pivot`.`id` AS `pivot__id`,`pivot`.`post_id` AS `pivot__post_id`,`pivot`.`category_id` AS `pivot__category_id`,`pivot`.`list_order` AS `pivot__list_order`,`pivot`.`status` AS `pivot__status` FROM `cmf_portal_category` INNER JOIN `cmf_portal_category_post` `pivot` ON `pivot`.`category_id`=`cmf_portal_category`.`id` WHERE `pivot`.`post_id` = 1594 [ RunTime:0.003144s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'pivot',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'term_taxonomy_id',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 4269,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_portal_post` SET `post_hits` = `post_hits` + 1 WHERE `id` = 1594 [ RunTime:0.011809s ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_tag_post` [ RunTime:0.000514s ]
- [ SQL ] SELECT `a`.`post_id` FROM `cmf_portal_tag_post` `a` INNER JOIN `cmf_portal_tag` `b` ON `b`.`id`=`a`.`tag_id` WHERE `b`.`name` = '车载大香蕉网址无遮挡' AND `b`.`status` = 1 [ RunTime:0.001642s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'b',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 32,
'filtered' => 3.125,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1330 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.075430s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1331 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001751s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1332 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001555s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1333 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001441s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1334 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001348s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1335 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001382s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1336 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001392s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1337 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001147s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1338 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001634s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1339 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001116s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1340 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001139s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1341 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001486s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1342 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001477s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1343 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001498s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1344 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.012801s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1345 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001255s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1346 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001849s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1347 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001594s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1348 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.022280s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1349 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001861s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1350 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.012852s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1351 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001224s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1352 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001941s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1353 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001664s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1354 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.012103s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1355 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001677s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1356 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001689s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1357 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001644s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1358 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001798s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1359 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001956s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1360 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.002135s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1361 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001473s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1362 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001871s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1363 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.023919s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1364 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.012382s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1365 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.012326s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1366 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.012710s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1367 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001742s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1368 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001840s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1369 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.002044s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1370 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001800s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1371 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001380s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1372 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001354s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1373 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001540s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1374 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001491s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1375 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001655s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1376 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001350s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1377 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001637s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1378 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001462s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1379 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001792s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1450 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.013063s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1451 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001444s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1452 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.002213s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1453 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001673s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1454 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001723s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1455 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.012697s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1456 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.002237s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1457 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.002246s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1458 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001681s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1459 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001614s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1460 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001480s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1461 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001730s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1462 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001377s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1463 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001366s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1464 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001084s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1465 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001771s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1466 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001483s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1467 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.011434s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1468 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001592s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1469 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001426s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1575 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001625s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1576 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.012242s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1577 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.000903s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1578 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001894s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1579 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.002002s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1580 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001748s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1581 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001730s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1582 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.002252s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1583 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001491s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1584 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001850s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1585 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001233s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1586 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001458s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1587 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001219s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1588 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001403s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1589 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001193s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1590 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001543s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1591 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001372s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1592 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.000952s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1593 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.002521s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 1594 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001227s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 3418 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001359s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 3419 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.002025s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 3420 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001572s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 3421 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001579s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 3422 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001850s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 3423 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001653s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 3424 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001954s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 3425 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001953s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 3426 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.025314s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 3427 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.002329s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 3428 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001789s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 3429 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.011807s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 3430 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.032131s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 3431 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001982s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 3432 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001303s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 1 AND `p`.`id` = 3433 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001429s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1330 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001151s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1331 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001637s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1332 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.002110s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1333 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001986s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1334 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001546s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1335 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001355s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1336 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001970s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1337 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.011868s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1338 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.012629s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1339 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001636s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1340 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.011617s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1341 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001802s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1342 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.029918s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1343 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001806s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1344 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001558s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1345 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.002842s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1346 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001631s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1347 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001817s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1348 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001552s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1349 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.002108s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1350 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001630s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1351 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.002158s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1352 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.018361s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1353 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001971s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1354 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.015958s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1355 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.022919s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1356 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.002022s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1357 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001984s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1358 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.002075s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1359 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001892s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1360 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001955s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1361 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001421s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1362 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001445s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1363 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001416s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1364 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001416s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1365 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001978s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1366 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001716s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1367 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.013702s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1368 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.002004s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1369 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001499s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1370 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.012001s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1371 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001240s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1372 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001510s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1373 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.000939s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1374 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001392s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1375 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001245s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1376 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001170s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1377 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001062s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1378 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001414s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1379 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001360s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1450 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001186s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1451 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001436s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1452 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.000918s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1453 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.000919s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1454 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.033224s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1455 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.011693s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1456 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.014126s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1457 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001175s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1458 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.014678s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1459 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001441s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1460 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001347s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1461 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001440s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1462 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001413s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1463 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001055s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1464 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001222s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1465 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.011852s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1466 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.011759s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1467 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001184s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1468 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001466s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1469 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.011602s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1575 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001629s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1576 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.011327s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1577 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001235s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1578 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001317s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1579 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001287s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1580 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.000871s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1581 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001435s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1582 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001425s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1583 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.000934s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1584 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001124s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1585 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.000955s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1586 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.011324s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1587 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001364s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1588 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001445s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1589 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.011317s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1590 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.012454s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1591 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.011797s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1592 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.000757s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1593 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001049s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 1594 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001158s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 3418 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.000954s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 3419 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.000966s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 3420 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001197s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 3421 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001359s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 3422 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001092s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 3423 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001314s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 3424 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.011615s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 3425 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.000967s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 3426 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.000913s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 3427 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.000929s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 3428 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.011887s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 3429 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001298s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 3430 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.012378s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 3431 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001462s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 3432 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001517s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT `p`.* FROM `cmf_portal_post` `p` INNER JOIN `cmf_portal_category_post` `cp` ON `p`.`id`=`cp`.`post_id` WHERE `cp`.`category_id` = 4 AND `p`.`id` = 3433 AND `p`.`post_status` = 1 AND `p`.`delete_time` = 0 LIMIT 8 [ RunTime:0.001381s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'p',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_portal_post` WHERE `post_type` = 1 AND `post_status` = 1 ORDER BY rand() LIMIT 4 [ RunTime:0.532157s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_post',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'type_status_date',
'key' => 'type_status_date',
'key_len' => '2',
'ref' => 'const,const',
'rows' => 4267,
'filtered' => 100.0,
'extra' => 'Using temporary; Using filesort',
) ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_portal_post` WHERE `post_type` = 1 AND `post_status` = 1 [ RunTime:0.003111s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_post',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'type_status_date',
'key' => 'type_status_date',
'key_len' => '2',
'ref' => 'const,const',
'rows' => 4267,
'filtered' => 100.0,
'extra' => 'Using index',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_tag` [ RunTime:0.001030s ]
- [ SQL ] SELECT * FROM `cmf_portal_tag` WHERE `status` = 1 [ RunTime:0.001003s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_tag',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 32,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme_file` [ RunTime:0.088421s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'portal/article-bx' LIMIT 1 [ RunTime:0.021779s ]
- [ 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' => 15,
'filtered' => 6.6666660308837891,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'simpleboot3' , `action` = 'portal/Article/index' , `file` = 'portal/article-bx' , `name` = '便携大香蕉网址无遮挡文章页' , `more` = '{\"vars\":{\"hot_articles_category_id\":{\"title\":\"Hot Articles\\u5206\\u7c7bID\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}},\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `config_more` = '{\"vars\":{\"hot_articles_category_id\":{\"title\":\"Hot Articles\\u5206\\u7c7bID\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}},\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `description` = '文章页模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'simpleboot3' AND `file` = 'portal/article-bx' [ RunTime:0.094829s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'portal/article-gf' LIMIT 1 [ RunTime:0.000735s ]
- [ 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' => 15,
'filtered' => 6.6666660308837891,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'simpleboot3' , `action` = 'portal/Article/index' , `file` = 'portal/article-gf' , `name` = '光伏大香蕉网址无遮挡文章页' , `more` = '{\"vars\":{\"hot_articles_category_id\":{\"title\":\"Hot Articles\\u5206\\u7c7bID\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}},\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `config_more` = '{\"vars\":{\"hot_articles_category_id\":{\"title\":\"Hot Articles\\u5206\\u7c7bID\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}},\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `description` = '文章页模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'simpleboot3' AND `file` = 'portal/article-gf' [ RunTime:0.062644s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'portal/article-ny' LIMIT 1 [ RunTime:0.000427s ]
- [ 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' => 15,
'filtered' => 6.6666660308837891,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'simpleboot3' , `action` = 'portal/Article/index' , `file` = 'portal/article-ny' , `name` = '农业大香蕉网址无遮挡文章页' , `more` = '{\"vars\":{\"hot_articles_category_id\":{\"title\":\"Hot Articles\\u5206\\u7c7bID\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}},\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `config_more` = '{\"vars\":{\"hot_articles_category_id\":{\"title\":\"Hot Articles\\u5206\\u7c7bID\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}},\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `description` = '文章页模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'simpleboot3' AND `file` = 'portal/article-ny' [ RunTime:0.129706s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'portal/article-yth' LIMIT 1 [ RunTime:0.000508s ]
- [ 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' => 15,
'filtered' => 6.6666660308837891,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'simpleboot3' , `action` = 'portal/Article/index' , `file` = 'portal/article-yth' , `name` = '一体化大香蕉网址无遮挡文章页' , `more` = '{\"vars\":{\"hot_articles_category_id\":{\"title\":\"Hot Articles\\u5206\\u7c7bID\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}},\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `config_more` = '{\"vars\":{\"hot_articles_category_id\":{\"title\":\"Hot Articles\\u5206\\u7c7bID\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}},\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `description` = '文章页模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'simpleboot3' AND `file` = 'portal/article-yth' [ RunTime:0.055870s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'portal/article-zdqxz' LIMIT 1 [ RunTime:0.000355s ]
- [ 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' => 15,
'filtered' => 6.6666660308837891,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'simpleboot3' , `action` = 'portal/Article/index' , `file` = 'portal/article-zdqxz' , `name` = '自动大香蕉网址无遮挡文章页' , `more` = '{\"vars\":{\"hot_articles_category_id\":{\"title\":\"Hot Articles\\u5206\\u7c7bID\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}},\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `config_more` = '{\"vars\":{\"hot_articles_category_id\":{\"title\":\"Hot Articles\\u5206\\u7c7bID\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}},\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `description` = '文章页模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'simpleboot3' AND `file` = 'portal/article-zdqxz' [ RunTime:0.079249s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'portal/article' LIMIT 1 [ RunTime:0.000557s ]
- [ 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' => 15,
'filtered' => 6.6666660308837891,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'simpleboot3' , `action` = 'portal/Article/index' , `file` = 'portal/article' , `name` = '文章页' , `more` = '{\"vars\":{\"hot_articles_category_id\":{\"title\":\"Hot Articles\\u5206\\u7c7bID\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}},\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `config_more` = '{\"vars\":{\"hot_articles_category_id\":{\"title\":\"Hot Articles\\u5206\\u7c7bID\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}},\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `description` = '文章页模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'simpleboot3' AND `file` = 'portal/article' [ RunTime:0.165504s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'portal/article_pro' LIMIT 1 [ RunTime:0.000538s ]
- [ 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' => 15,
'filtered' => 6.6666660308837891,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'simpleboot3' , `action` = 'portal/Article/index' , `file` = 'portal/article_pro' , `name` = '文章页' , `more` = '{\"vars\":{\"hot_articles_category_id\":{\"title\":\"Hot Articles\\u5206\\u7c7bID\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}},\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `config_more` = '{\"vars\":{\"hot_articles_category_id\":{\"title\":\"Hot Articles\\u5206\\u7c7bID\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}},\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `description` = '文章页模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'simpleboot3' AND `file` = 'portal/article_pro' [ RunTime:0.099144s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'portal/contact' LIMIT 1 [ RunTime:0.000531s ]
- [ 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' => 15,
'filtered' => 6.6666660308837891,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'simpleboot3' , `action` = 'portal/Page/index' , `file` = 'portal/contact' , `name` = '联系香蕉黄片APP下载页' , `more` = '{\"vars\":{\"baidu_map_info_window_text\":{\"title\":\"\\u767e\\u5ea6\\u5730\\u56fe\\u6807\\u6ce8\\u6587\\u5b57\",\"name\":\"baidu_map_info_window_text\",\"value\":\"ThinkCMF<br\\/><span class=\'\'>\\u5730\\u5740\\uff1a\\u4e0a\\u6d77\\u5e02\\u5f90\\u6c47\\u533a\\u659c\\u571f\\u8def2601\\u53f7<\\/span>\",\"type\":\"text\",\"tip\":\"\\u767e\\u5ea6\\u5730\\u56fe\\u6807\\u6ce8\\u6587\\u5b57,\\u652f\\u6301\\u7b80\\u5355html\\u4ee3\\u7801\",\"rule\":[]},\"company_locations\":{\"title\":\"\\u516c\\u53f8\\u5750\\u6807\",\"value\":\"\",\"type\":\"locations\",\"tip\":\"\",\"rule\":{\"require\":true}},\"address_cn\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\",\"value\":\"\\u4e0a\\u6d77\\u5e02\\u5f90\\u6c47\\u533a\\u659c\\u571f\\u8def0001\\u53f7\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"address_en\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\\uff08\\u82f1\\u6587\\uff09\",\"value\":\"NO.0001 Xie Tu Road, Shanghai China\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"email\":{\"title\":\"\\u516c\\u53f8\\u90ae\\u7bb1\",\"value\":\"catman@thinkcmf.com\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"phones_cn\":{\"title\":\"\\u516c\\u53f8\\u7535\\u8bdd\",\"value\":\"021 1000 0001\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"phones_en\":{\"title\":\"\\u516c\\u53f8\\u7535\\u8bdd\\uff08\\u82f1\\u6587\\uff09\",\"value\":\"+8621 1000 0001\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"qq\":{\"title\":\"\\u8054\\u7cfbQQ\",\"value\":\"478519726\",\"type\":\"text\",\"tip\":\"\\u591a\\u4e2a QQ\\u4ee5\\u82f1\\u6587\\u9017\\u53f7\\u9694\\u5f00\",\"rule\":{\"require\":true}}}}' , `config_more` = '{\"vars\":{\"baidu_map_info_window_text\":{\"title\":\"\\u767e\\u5ea6\\u5730\\u56fe\\u6807\\u6ce8\\u6587\\u5b57\",\"name\":\"baidu_map_info_window_text\",\"value\":\"ThinkCMF<br\\/><span class=\'\'>\\u5730\\u5740\\uff1a\\u4e0a\\u6d77\\u5e02\\u5f90\\u6c47\\u533a\\u659c\\u571f\\u8def2601\\u53f7<\\/span>\",\"type\":\"text\",\"tip\":\"\\u767e\\u5ea6\\u5730\\u56fe\\u6807\\u6ce8\\u6587\\u5b57,\\u652f\\u6301\\u7b80\\u5355html\\u4ee3\\u7801\",\"rule\":[]},\"company_locations\":{\"title\":\"\\u516c\\u53f8\\u5750\\u6807\",\"value\":\"\",\"type\":\"locations\",\"tip\":\"\",\"rule\":{\"require\":true}},\"address_cn\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\",\"value\":\"\\u4e0a\\u6d77\\u5e02\\u5f90\\u6c47\\u533a\\u659c\\u571f\\u8def0001\\u53f7\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"address_en\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\\uff08\\u82f1\\u6587\\uff09\",\"value\":\"NO.0001 Xie Tu Road, Shanghai China\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"email\":{\"title\":\"\\u516c\\u53f8\\u90ae\\u7bb1\",\"value\":\"catman@thinkcmf.com\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"phones_cn\":{\"title\":\"\\u516c\\u53f8\\u7535\\u8bdd\",\"value\":\"021 1000 0001\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"phones_en\":{\"title\":\"\\u516c\\u53f8\\u7535\\u8bdd\\uff08\\u82f1\\u6587\\uff09\",\"value\":\"+8621 1000 0001\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"qq\":{\"title\":\"\\u8054\\u7cfbQQ\",\"value\":\"478519726\",\"type\":\"text\",\"tip\":\"\\u591a\\u4e2a QQ\\u4ee5\\u82f1\\u6587\\u9017\\u53f7\\u9694\\u5f00\",\"rule\":{\"require\":true}}}}' , `description` = '联系香蕉黄片APP下载页模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'simpleboot3' AND `file` = 'portal/contact' [ RunTime:0.051650s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'portal/index' LIMIT 1 [ RunTime:0.000488s ]
- [ 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' => 15,
'filtered' => 6.6666660308837891,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'simpleboot3' , `action` = 'portal/Index/index' , `file` = 'portal/index' , `name` = '首页' , `more` = '{\"vars\":{\"top_slide\":{\"title\":\"\\u9876\\u90e8\\u5e7b\\u706f\\u7247\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"admin\\/Slide\\/index\",\"multi\":false},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u9876\\u90e8\\u5e7b\\u706f\\u7247\",\"tip\":\"\\u9876\\u90e8\\u5e7b\\u706f\\u7247\",\"rule\":{\"require\":true}}},\"widgets\":{\"features\":{\"title\":\"\\u5feb\\u901f\\u4e86\\u89e3ThinkCMF\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"Quickly understand the ThinkCMF\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u526f\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":true}},\"features\":{\"title\":\"\\u7279\\u6027\\u4ecb\\u7ecd\",\"value\":[{\"title\":\"MVC\\u5206\\u5c42\\u6a21\\u5f0f\",\"icon\":\"bars\",\"content\":\"\\u4f7f\\u7528MVC\\u5e94\\u7528\\u7a0b\\u5e8f\\u88ab\\u5206\\u6210\\u4e09\\u4e2a\\u6838\\u5fc3\\u90e8\\u4ef6\\uff1a\\u6a21\\u578b\\uff08M\\uff09\\u3001\\u89c6\\u56fe\\uff08V\\uff09\\u3001\\u63a7\\u5236\\u5668\\uff08C\\uff09\\uff0c\\u4ed6\\u4e0d\\u662f\\u4e00\\u4e2a\\u65b0\\u7684\\u6982\\u5ff5\\uff0c\\u53ea\\u662fThinkCMF\\u5c06\\u5176\\u53d1\\u6325\\u5230\\u4e86\\u6781\\u81f4\\u3002\"},{\"title\":\"\\u7528\\u6237\\u7ba1\\u7406\",\"icon\":\"group\",\"content\":\"ThinkCMF\\u5185\\u7f6e\\u4e86\\u7075\\u6d3b\\u7684\\u7528\\u6237\\u7ba1\\u7406\\u65b9\\u5f0f\\uff0c\\u5e76\\u53ef\\u76f4\\u63a5\\u4e0e\\u7b2c\\u4e09\\u65b9\\u7ad9\\u70b9\\u8fdb\\u884c\\u4e92\\u8054\\u4e92\\u901a\\uff0c\\u5982\\u679c\\u4f60\\u613f\\u610f\\u751a\\u81f3\\u53ef\\u4ee5\\u5bf9\\u5355\\u4e2a\\u7528\\u6237\\u6216\\u7fa4\\u4f53\\u7528\\u6237\\u7684\\u884c\\u4e3a\\u8fdb\\u884c\\u8bb0\\u5f55\\u53ca\\u5206\\u4eab\\uff0c\\u4e3a\\u60a8\\u7684\\u8fd0\\u8425\\u51b3\\u7b56\\u63d0\\u4f9b\\u6709\\u6548\\u53c2\\u8003\\u6570\\u636e\\u3002\"},{\"title\":\"\\u4e91\\u7aef\\u90e8\\u7f72\",\"icon\":\"cloud\",\"content\":\"\\u901a\\u8fc7\\u9a71\\u52a8\\u7684\\u65b9\\u5f0f\\u53ef\\u4ee5\\u8f7b\\u677e\\u652f\\u6301\\u4e91\\u5e73\\u53f0\\u7684\\u90e8\\u7f72\\uff0c\\u8ba9\\u4f60\\u7684\\u7f51\\u7ad9\\u65e0\\u7f1d\\u8fc1\\u79fb\\uff0c\\u5185\\u7f6e\\u5df2\\u7ecf\\u652f\\u6301SAE\\u3001BAE\\uff0c\\u6b63\\u5f0f\\u7248\\u5c06\\u5bf9\\u4e91\\u7aef\\u90e8\\u7f72\\u8fdb\\u884c\\u8fdb\\u4e00\\u6b65\\u4f18\\u5316\\u3002\"},{\"title\":\"\\u5b89\\u5168\\u7b56\\u7565\",\"icon\":\"heart\",\"content\":\"\\u63d0\\u4f9b\\u7684\\u7a33\\u5065\\u7684\\u5b89\\u5168\\u7b56\\u7565\\uff0c\\u5305\\u62ec\\u5907\\u4efd\\u6062\\u590d\\uff0c\\u5bb9\\u9519\\uff0c\\u9632\\u6cbb\\u6076\\u610f\\u653b\\u51fb\\u767b\\u9646\\uff0c\\u7f51\\u9875\\u9632\\u7be1\\u6539\\u7b49\\u591a\\u9879\\u5b89\\u5168\\u7ba1\\u7406\\u529f\\u80fd\\uff0c\\u4fdd\\u8bc1\\u7cfb\\u7edf\\u5b89\\u5168\\uff0c\\u53ef\\u9760\\uff0c\\u7a33\\u5b9a\\u7684\\u8fd0\\u884c\\u3002\"},{\"title\":\"\\u5e94\\u7528\\u6a21\\u5757\\u5316\",\"icon\":\"cubes\",\"content\":\"\\u63d0\\u51fa\\u5168\\u65b0\\u7684\\u5e94\\u7528\\u6a21\\u5f0f\\u8fdb\\u884c\\u6269\\u5c55\\uff0c\\u4e0d\\u7ba1\\u662f\\u4f60\\u5f00\\u53d1\\u4e00\\u4e2a\\u5c0f\\u529f\\u80fd\\u8fd8\\u662f\\u4e00\\u4e2a\\u5168\\u65b0\\u7684\\u7ad9\\u70b9\\uff0c\\u5728ThinkCMF\\u4e2d\\u4f60\\u53ea\\u662f\\u589e\\u52a0\\u4e86\\u4e00\\u4e2aAPP\\uff0c\\u6bcf\\u4e2a\\u72ec\\u7acb\\u8fd0\\u884c\\u4e92\\u4e0d\\u5f71\\u54cd\\uff0c\\u4fbf\\u4e8e\\u7075\\u6d3b\\u6269\\u5c55\\u548c\\u4e8c\\u6b21\\u5f00\\u53d1\\u3002\"},{\"title\":\"\\u514d\\u8d39\\u5f00\\u6e90\",\"icon\":\"certificate\",\"content\":\"\\u4ee3\\u7801\\u9075\\u5faaApache2\\u5f00\\u6e90\\u534f\\u8bae\\uff0c\\u514d\\u8d39\\u4f7f\\u7528\\uff0c\\u5bf9\\u5546\\u4e1a\\u7528\\u6237\\u4e5f\\u65e0\\u4efb\\u4f55\\u9650\\u5236\\u30021111\"}],\"type\":\"array\",\"item\":{\"title\":{\"title\":\"\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"rule\":{\"require\":true}},\"icon\":{\"title\":\"\\u56fe\\u6807\",\"value\":\"\",\"type\":\"text\"},\"content\":{\"title\":\"\\u63cf\\u8ff0\",\"value\":\"\",\"type\":\"textarea\"}},\"tip\":\"\"}}},\"last_news\":{\"title\":\"\\u6700\\u65b0\\u8d44\\u8baf\",\"display\":\"1\",\"vars\":{\"last_news_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `config_more` = '{\"vars\":{\"top_slide\":{\"title\":\"\\u9876\\u90e8\\u5e7b\\u706f\\u7247\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"admin\\/Slide\\/index\",\"multi\":false},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u9876\\u90e8\\u5e7b\\u706f\\u7247\",\"tip\":\"\\u9876\\u90e8\\u5e7b\\u706f\\u7247\",\"rule\":{\"require\":true}}},\"widgets\":{\"features\":{\"title\":\"\\u5feb\\u901f\\u4e86\\u89e3ThinkCMF\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"Quickly understand the ThinkCMF\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u526f\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":true}},\"features\":{\"title\":\"\\u7279\\u6027\\u4ecb\\u7ecd\",\"value\":[{\"title\":\"MVC\\u5206\\u5c42\\u6a21\\u5f0f\",\"icon\":\"bars\",\"content\":\"\\u4f7f\\u7528MVC\\u5e94\\u7528\\u7a0b\\u5e8f\\u88ab\\u5206\\u6210\\u4e09\\u4e2a\\u6838\\u5fc3\\u90e8\\u4ef6\\uff1a\\u6a21\\u578b\\uff08M\\uff09\\u3001\\u89c6\\u56fe\\uff08V\\uff09\\u3001\\u63a7\\u5236\\u5668\\uff08C\\uff09\\uff0c\\u4ed6\\u4e0d\\u662f\\u4e00\\u4e2a\\u65b0\\u7684\\u6982\\u5ff5\\uff0c\\u53ea\\u662fThinkCMF\\u5c06\\u5176\\u53d1\\u6325\\u5230\\u4e86\\u6781\\u81f4\\u3002\"},{\"title\":\"\\u7528\\u6237\\u7ba1\\u7406\",\"icon\":\"group\",\"content\":\"ThinkCMF\\u5185\\u7f6e\\u4e86\\u7075\\u6d3b\\u7684\\u7528\\u6237\\u7ba1\\u7406\\u65b9\\u5f0f\\uff0c\\u5e76\\u53ef\\u76f4\\u63a5\\u4e0e\\u7b2c\\u4e09\\u65b9\\u7ad9\\u70b9\\u8fdb\\u884c\\u4e92\\u8054\\u4e92\\u901a\\uff0c\\u5982\\u679c\\u4f60\\u613f\\u610f\\u751a\\u81f3\\u53ef\\u4ee5\\u5bf9\\u5355\\u4e2a\\u7528\\u6237\\u6216\\u7fa4\\u4f53\\u7528\\u6237\\u7684\\u884c\\u4e3a\\u8fdb\\u884c\\u8bb0\\u5f55\\u53ca\\u5206\\u4eab\\uff0c\\u4e3a\\u60a8\\u7684\\u8fd0\\u8425\\u51b3\\u7b56\\u63d0\\u4f9b\\u6709\\u6548\\u53c2\\u8003\\u6570\\u636e\\u3002\"},{\"title\":\"\\u4e91\\u7aef\\u90e8\\u7f72\",\"icon\":\"cloud\",\"content\":\"\\u901a\\u8fc7\\u9a71\\u52a8\\u7684\\u65b9\\u5f0f\\u53ef\\u4ee5\\u8f7b\\u677e\\u652f\\u6301\\u4e91\\u5e73\\u53f0\\u7684\\u90e8\\u7f72\\uff0c\\u8ba9\\u4f60\\u7684\\u7f51\\u7ad9\\u65e0\\u7f1d\\u8fc1\\u79fb\\uff0c\\u5185\\u7f6e\\u5df2\\u7ecf\\u652f\\u6301SAE\\u3001BAE\\uff0c\\u6b63\\u5f0f\\u7248\\u5c06\\u5bf9\\u4e91\\u7aef\\u90e8\\u7f72\\u8fdb\\u884c\\u8fdb\\u4e00\\u6b65\\u4f18\\u5316\\u3002\"},{\"title\":\"\\u5b89\\u5168\\u7b56\\u7565\",\"icon\":\"heart\",\"content\":\"\\u63d0\\u4f9b\\u7684\\u7a33\\u5065\\u7684\\u5b89\\u5168\\u7b56\\u7565\\uff0c\\u5305\\u62ec\\u5907\\u4efd\\u6062\\u590d\\uff0c\\u5bb9\\u9519\\uff0c\\u9632\\u6cbb\\u6076\\u610f\\u653b\\u51fb\\u767b\\u9646\\uff0c\\u7f51\\u9875\\u9632\\u7be1\\u6539\\u7b49\\u591a\\u9879\\u5b89\\u5168\\u7ba1\\u7406\\u529f\\u80fd\\uff0c\\u4fdd\\u8bc1\\u7cfb\\u7edf\\u5b89\\u5168\\uff0c\\u53ef\\u9760\\uff0c\\u7a33\\u5b9a\\u7684\\u8fd0\\u884c\\u3002\"},{\"title\":\"\\u5e94\\u7528\\u6a21\\u5757\\u5316\",\"icon\":\"cubes\",\"content\":\"\\u63d0\\u51fa\\u5168\\u65b0\\u7684\\u5e94\\u7528\\u6a21\\u5f0f\\u8fdb\\u884c\\u6269\\u5c55\\uff0c\\u4e0d\\u7ba1\\u662f\\u4f60\\u5f00\\u53d1\\u4e00\\u4e2a\\u5c0f\\u529f\\u80fd\\u8fd8\\u662f\\u4e00\\u4e2a\\u5168\\u65b0\\u7684\\u7ad9\\u70b9\\uff0c\\u5728ThinkCMF\\u4e2d\\u4f60\\u53ea\\u662f\\u589e\\u52a0\\u4e86\\u4e00\\u4e2aAPP\\uff0c\\u6bcf\\u4e2a\\u72ec\\u7acb\\u8fd0\\u884c\\u4e92\\u4e0d\\u5f71\\u54cd\\uff0c\\u4fbf\\u4e8e\\u7075\\u6d3b\\u6269\\u5c55\\u548c\\u4e8c\\u6b21\\u5f00\\u53d1\\u3002\"},{\"title\":\"\\u514d\\u8d39\\u5f00\\u6e90\",\"icon\":\"certificate\",\"content\":\"\\u4ee3\\u7801\\u9075\\u5faaApache2\\u5f00\\u6e90\\u534f\\u8bae\\uff0c\\u514d\\u8d39\\u4f7f\\u7528\\uff0c\\u5bf9\\u5546\\u4e1a\\u7528\\u6237\\u4e5f\\u65e0\\u4efb\\u4f55\\u9650\\u5236\\u3002\"}],\"type\":\"array\",\"item\":{\"title\":{\"title\":\"\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"rule\":{\"require\":true}},\"icon\":{\"title\":\"\\u56fe\\u6807\",\"value\":\"\",\"type\":\"text\"},\"content\":{\"title\":\"\\u63cf\\u8ff0\",\"value\":\"\",\"type\":\"textarea\"}},\"tip\":\"\"}}},\"last_news\":{\"title\":\"\\u6700\\u65b0\\u8d44\\u8baf\",\"display\":\"1\",\"vars\":{\"last_news_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `description` = '首页模板文件' , `is_public` = 0 , `list_order` = 5 WHERE `theme` = 'simpleboot3' AND `file` = 'portal/index' [ RunTime:0.467644s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'portal/list' LIMIT 1 [ RunTime:0.001596s ]
- [ 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' => 15,
'filtered' => 6.6666660308837891,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'simpleboot3' , `action` = 'portal/List/index' , `file` = 'portal/list' , `name` = '文章列表页' , `more` = '{\"vars\":[],\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `config_more` = '{\"vars\":[],\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `description` = '文章列表模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'simpleboot3' AND `file` = 'portal/list' [ RunTime:0.066794s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'portal/page' LIMIT 1 [ RunTime:0.000570s ]
- [ 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' => 15,
'filtered' => 6.6666660308837891,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'simpleboot3' , `action` = 'portal/Page/index' , `file` = 'portal/page' , `name` = '单页面' , `more` = '{\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `config_more` = '{\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `description` = '单页面模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'simpleboot3' AND `file` = 'portal/page' [ RunTime:0.008625s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'portal/product' LIMIT 1 [ RunTime:0.000468s ]
- [ 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' => 15,
'filtered' => 6.6666660308837891,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'simpleboot3' , `action` = 'portal/List/index' , `file` = 'portal/product' , `name` = '产品列表页' , `more` = '{\"vars\":[],\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u4ea7\\u54c1\",\"display\":\"1\",\"vars\":{\"hottest_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `config_more` = '{\"vars\":[],\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u4ea7\\u54c1\",\"display\":\"1\",\"vars\":{\"hottest_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `description` = '产品列表模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'simpleboot3' AND `file` = 'portal/product' [ RunTime:0.062602s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'portal/search' LIMIT 1 [ RunTime:0.000506s ]
- [ 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' => 15,
'filtered' => 6.6666660308837891,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'simpleboot3' , `action` = 'portal/search/index' , `file` = 'portal/search' , `name` = '搜索页面' , `more` = '{\"vars\":{\"varName1\":{\"title\":\"\\u70ed\\u95e8\\u641c\\u7d22\",\"value\":\"12\",\"type\":\"text\",\"tip\":\"\\u8fd9\\u662f\\u4e00\\u4e2atext\",\"rule\":{\"require\":true}}},\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `config_more` = '{\"vars\":{\"varName1\":{\"title\":\"\\u70ed\\u95e8\\u641c\\u7d22\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\\u8fd9\\u662f\\u4e00\\u4e2atext\",\"rule\":{\"require\":true}}},\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `description` = '搜索模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'simpleboot3' AND `file` = 'portal/search' [ RunTime:0.279435s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'public/config' LIMIT 1 [ RunTime:0.000503s ]
- [ 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' => 15,
'filtered' => 6.6666660308837891,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'simpleboot3' , `action` = 'public/Config' , `file` = 'public/config' , `name` = '模板全局配置' , `more` = '{\"vars\":{\"enable_mobiles\":{\"title\":\"\\u624b\\u673a\\u6ce8\\u518c\",\"value\":1,\"type\":\"select\",\"options\":{\"1\":\"\\u5f00\\u542f\",\"0\":\"\\u5173\\u95ed\"},\"tip\":\"\"}}}' , `config_more` = '{\"vars\":{\"enable_mobiles\":{\"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.246546s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND `file` = 'public/nav' LIMIT 1 [ RunTime:0.000582s ]
- [ 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' => 15,
'filtered' => 6.6666660308837891,
'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.071927s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' [ RunTime:0.000690s ]
- [ 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' => 15,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme` [ RunTime:0.068065s ]
- [ 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.000337s ]
- [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND ( `is_public` = 1 OR `file` = 'portal/article' ) [ RunTime:0.000691s ]
- [ 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' => 15,
'filtered' => 6.6666660308837891,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_nav` [ RunTime:0.011835s ]
- [ SQL ] SELECT `id` FROM `cmf_nav` WHERE `is_main` = 1 LIMIT 1 [ RunTime:0.000356s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 2,
'filtered' => 50.0,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_nav_menu` [ RunTime:0.000666s ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000438s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav_menu',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 29,
'filtered' => 3.4482758045196533,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.037120s ]
- [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'storage' LIMIT 1 [ RunTime:0.000364s ]
- [ 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 post.*,min(category_post.category_id) as category_id FROM `cmf_portal_post` `post` INNER JOIN `cmf_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 ( `post`.`published_time` > 0 AND `post`.`published_time` < 1722108670 ) GROUP BY `post`.`id` ORDER BY `post`.`post_hits` DESC LIMIT 5 [ RunTime:0.477148s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category_post',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 4269,
'filtered' => 100.0,
'extra' => 'Using temporary; Using filesort',
) ]
- [ SQL ] SELECT post.*,min(category_post.category_id) as category_id FROM `cmf_portal_post` `post` INNER JOIN `cmf_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 ( `post`.`published_time` > 0 AND `post`.`published_time` < 1722108670 ) GROUP BY `post`.`id` ORDER BY `post`.`published_time` DESC LIMIT 5 [ RunTime:0.927027s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category_post',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 4269,
'filtered' => 100.0,
'extra' => 'Using temporary; Using filesort',
) ]
- [ SQL ] SELECT post.*,min(category_post.category_id) as category_id FROM `cmf_portal_post` `post` INNER JOIN `cmf_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` IN ('15','16','17') ) AND ( `post`.`published_time` > 0 AND `post`.`published_time` < 1722108671 ) GROUP BY `post`.`id` ORDER BY `post`.`published_time` DESC LIMIT 5 [ RunTime:0.125600s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category_post',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'term_taxonomy_id',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 4269,
'filtered' => 26.001405715942383,
'extra' => 'Using where; Using temporary; Using filesort',
) ]
- [ SQL ] SELECT post.*,min(category_post.category_id) as category_id FROM `cmf_portal_post` `post` INNER JOIN `cmf_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` IN ('5','6') ) AND ( `post`.`published_time` > 0 AND `post`.`published_time` < 1722108671 ) GROUP BY `post`.`id` ORDER BY `post`.`published_time` DESC LIMIT 3 [ RunTime:0.001541s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category_post',
'partitions' => NULL,
'type' => 'range',
'possible_keys' => 'term_taxonomy_id',
'key' => 'term_taxonomy_id',
'key_len' => '8',
'ref' => NULL,
'rows' => 18,
'filtered' => 100.0,
'extra' => 'Using index condition; Using temporary; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_link` [ RunTime:0.000701s ]
- [ SQL ] SELECT * FROM `cmf_link` WHERE `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000390s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_link',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'status',
'key' => 'status',
'key_len' => '1',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => 'Using index condition; Using filesort',
) ]

6.725321s
网站地图