基本
文件
流程
错误
SQL
调试
- 请求信息 : 2025-06-25 08:55:28 HTTP/1.1 GET : 3dmodelsc.com/product/search/index.html?keyword=%E5%A5%B3
- 运行时间 : 1.803412s [ 吞吐率:0.55req/s ] 内存消耗:4,910.23kb 文件加载:103
- 查询信息 : 225 queries 9 writes
- 缓存信息 : 0 reads,0 writes
- 配置加载 : 67
- 会话信息 : SESSION_ID=4t9tn02umkf1ue7mnkgj3d3qdv
- [ CACHE ] INIT File
- [ BEHAVIOR ] Run cmf\behavior\InitHookBehavior @app_init [ RunTime:0.002260s ]
- [ LANG ] /www/wwwroot/codes/simplewind/thinkphp/lang/zh-cn.php
- [ ROUTE ] array (
'type' => 'module',
'module' =>
array (
0 => 'product',
1 => 'search',
2 => 'index',
),
)
- [ HEADER ] array (
'connection' => 'keep-alive',
'cache-control' => 'max-age=0',
'x-forwarded-for' => '10.2.86.165',
'via' => '1.1 squid-proxy-5b5d847c96-7npls (squid/6.10)',
'host' => '3dmodelsc.com',
'accept-encoding' => 'gzip, br, zstd, deflate',
'user-agent' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'accept' => '*/*',
'content-length' => '',
'content-type' => '',
)
- [ PARAM ] array (
'keyword' => '女',
)
- [ LANG ] /www/wwwroot/codes/simplewind/cmf/behavior/../lang/zh-cn.php
- [ LANG ] /www/wwwroot/codes/public/../app/admin/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/codes/public/../app/plugcode/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/codes/public/../app/portal/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/codes/public/../app/product/lang/zh-cn/common.php
- [ BEHAVIOR ] Run cmf\behavior\LangBehavior @app_begin [ RunTime:0.000554s ]
- [ LANG ] /www/wwwroot/codes/public/../app/product/lang/zh-cn.php
- [ BEHAVIOR ] Run cmf\behavior\InitAppHookBehavior @module_init [ RunTime:0.000226s ]
- [ LANG ] /www/wwwroot/codes/public/../app/plugcode/lang/zh-cn/home.php
- [ LANG ] /www/wwwroot/codes/public/../app/portal/lang/zh-cn/home.php
- [ LANG ] /www/wwwroot/codes/public/../app/product/lang/zh-cn/home.php
- [ BEHAVIOR ] Run cmf\behavior\HomeLangBehavior @home_init [ RunTime:0.000235s ]
- [ DB ] INIT mysql
- [ BEHAVIOR ] Run plugins\site_switch\SiteSwitchPlugin @home_init [ RunTime:0.014147s ]
- [ SESSION ] INIT array (
'id' => '',
'var_session_id' => '',
'prefix' => 'think',
'type' => '',
'auto_start' => true,
)
- [ RUN ] app\product\controller\SearchController->index[ /www/wwwroot/codes/app/product/controller/SearchController.php ]
- [ VIEW ] /www/wwwroot/codes/public/themes/sucaihu/product/search.html [ array (
0 => 'site_info',
1 => 'product_list',
2 => 'keyword',
3 => 'page',
4 => 'theme_vars',
5 => 'theme_widgets',
) ]
- [8192]Array and string offset access syntax with curly braces is deprecated[/www/wwwroot/codes/simplewind/thinkphp/library/think/db/Query.php:400]
- [8]未定义变量: category[/www/wwwroot/codes/data/runtime/temp/4bfc727ad8c4d9f8c2ea83410251addd.php:6]
- [8]Trying to access array offset on value of type null[/www/wwwroot/codes/data/runtime/temp/4bfc727ad8c4d9f8c2ea83410251addd.php:6]
- [8]未定义变量: category[/www/wwwroot/codes/data/runtime/temp/4bfc727ad8c4d9f8c2ea83410251addd.php:7]
- [8]Trying to access array offset on value of type null[/www/wwwroot/codes/data/runtime/temp/4bfc727ad8c4d9f8c2ea83410251addd.php:7]
- [8]未定义变量: category[/www/wwwroot/codes/data/runtime/temp/4bfc727ad8c4d9f8c2ea83410251addd.php:8]
- [8]Trying to access array offset on value of type null[/www/wwwroot/codes/data/runtime/temp/4bfc727ad8c4d9f8c2ea83410251addd.php:8]
- [ DB ] CONNECT:[ UseTime:0.000408s ] mysql:host=127.0.0.1;port=3306;dbname=dkewl;charset=utf8
- [ SQL ] SHOW COLUMNS FROM `sch_plugin` [ RunTime:0.001357s ]
- [ SQL ] SELECT `config` FROM `sch_plugin` WHERE `name` = 'SiteSwitch' LIMIT 1 [ RunTime:0.000386s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_plugin',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 5,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `sch_product_tag` [ RunTime:0.001193s ]
- [ SQL ] SELECT * FROM `sch_product_tag` WHERE `name` LIKE '%女%' [ RunTime:0.003309s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 7539,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `sch_product_tag_post` [ RunTime:0.001052s ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 13 [ RunTime:0.006254s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 53 [ RunTime:0.006152s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 64 [ RunTime:0.006051s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 66 [ RunTime:0.005939s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 67 [ RunTime:0.005992s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 88 [ RunTime:0.005941s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 109 [ RunTime:0.006056s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 112 [ RunTime:0.005997s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 116 [ RunTime:0.005949s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 118 [ RunTime:0.006063s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 330 [ RunTime:0.006060s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 632 [ RunTime:0.008731s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 740 [ RunTime:0.011267s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 778 [ RunTime:0.011089s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 897 [ RunTime:0.011175s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 921 [ RunTime:0.011264s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 1008 [ RunTime:0.011356s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 1023 [ RunTime:0.021272s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 1116 [ RunTime:0.021277s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 1117 [ RunTime:0.028217s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 1217 [ RunTime:0.010902s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 1244 [ RunTime:0.011446s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 1438 [ RunTime:0.051043s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 1439 [ RunTime:0.027560s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 1440 [ RunTime:0.022129s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 1464 [ RunTime:0.065256s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 1813 [ RunTime:0.006164s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 1817 [ RunTime:0.008184s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 1885 [ RunTime:0.005984s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 1901 [ RunTime:0.005955s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 1941 [ RunTime:0.006197s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 2019 [ RunTime:0.007731s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 2094 [ RunTime:0.005940s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 2133 [ RunTime:0.006233s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 2338 [ RunTime:0.006190s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 2343 [ RunTime:0.008084s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 2506 [ RunTime:0.006398s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 2562 [ RunTime:0.005886s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 2619 [ RunTime:0.006299s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 2974 [ RunTime:0.006290s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 3017 [ RunTime:0.007034s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 3021 [ RunTime:0.005892s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 3046 [ RunTime:0.006168s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 3060 [ RunTime:0.006377s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 3065 [ RunTime:0.005857s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 3069 [ RunTime:0.006252s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 3072 [ RunTime:0.005819s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 3203 [ RunTime:0.005885s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 3204 [ RunTime:0.005855s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 3277 [ RunTime:0.005874s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 3280 [ RunTime:0.005799s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 3545 [ RunTime:0.005941s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 4542 [ RunTime:0.006405s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 4543 [ RunTime:0.006164s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 4544 [ RunTime:0.005816s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5010 [ RunTime:0.005878s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5013 [ RunTime:0.005821s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5079 [ RunTime:0.005830s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5182 [ RunTime:0.005760s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5184 [ RunTime:0.005782s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5185 [ RunTime:0.005752s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5217 [ RunTime:0.005804s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5223 [ RunTime:0.005766s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5362 [ RunTime:0.005817s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5415 [ RunTime:0.005765s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5418 [ RunTime:0.005805s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5419 [ RunTime:0.005880s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5420 [ RunTime:0.005961s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5435 [ RunTime:0.005768s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5439 [ RunTime:0.005777s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5441 [ RunTime:0.005763s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5483 [ RunTime:0.005744s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5543 [ RunTime:0.005748s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5605 [ RunTime:0.005769s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5606 [ RunTime:0.005862s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5714 [ RunTime:0.005760s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5717 [ RunTime:0.005740s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5755 [ RunTime:0.005731s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5756 [ RunTime:0.005795s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5786 [ RunTime:0.005772s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5803 [ RunTime:0.005735s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5834 [ RunTime:0.005806s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5850 [ RunTime:0.005781s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5854 [ RunTime:0.005768s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5855 [ RunTime:0.005743s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5859 [ RunTime:0.005787s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5860 [ RunTime:0.005763s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5861 [ RunTime:0.005765s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5863 [ RunTime:0.027373s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5899 [ RunTime:0.005833s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 5911 [ RunTime:0.005799s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6052 [ RunTime:0.005764s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6100 [ RunTime:0.005874s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6252 [ RunTime:0.005875s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6253 [ RunTime:0.005813s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6257 [ RunTime:0.005757s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6258 [ RunTime:0.005857s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6278 [ RunTime:0.005832s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6281 [ RunTime:0.005748s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6287 [ RunTime:0.005783s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6288 [ RunTime:0.005788s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6292 [ RunTime:0.005793s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6293 [ RunTime:0.005854s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6308 [ RunTime:0.005816s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6317 [ RunTime:0.005796s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6319 [ RunTime:0.005798s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6324 [ RunTime:0.005750s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6325 [ RunTime:0.005755s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6341 [ RunTime:0.005867s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6363 [ RunTime:0.005814s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6373 [ RunTime:0.005736s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6376 [ RunTime:0.005829s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6380 [ RunTime:0.005794s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6381 [ RunTime:0.005741s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6382 [ RunTime:0.005776s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6385 [ RunTime:0.005736s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6470 [ RunTime:0.005765s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6502 [ RunTime:0.005744s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6503 [ RunTime:0.006078s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6519 [ RunTime:0.005770s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6525 [ RunTime:0.006932s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6526 [ RunTime:0.005820s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6530 [ RunTime:0.005817s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6534 [ RunTime:0.005843s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6543 [ RunTime:0.005755s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6743 [ RunTime:0.005814s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6814 [ RunTime:0.005758s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6816 [ RunTime:0.005798s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6817 [ RunTime:0.005718s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6870 [ RunTime:0.005768s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6893 [ RunTime:0.005739s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6916 [ RunTime:0.005745s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6919 [ RunTime:0.005790s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6954 [ RunTime:0.005756s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6984 [ RunTime:0.005748s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6990 [ RunTime:0.005757s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 6998 [ RunTime:0.005787s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 7000 [ RunTime:0.005750s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 7001 [ RunTime:0.005737s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 7042 [ RunTime:0.005743s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 7051 [ RunTime:0.005714s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 7065 [ RunTime:0.005752s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 7066 [ RunTime:0.005723s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 7104 [ RunTime:0.005739s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 7162 [ RunTime:0.005776s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 7238 [ RunTime:0.005785s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 7267 [ RunTime:0.005753s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 7284 [ RunTime:0.005766s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 7285 [ RunTime:0.005852s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 7286 [ RunTime:0.005781s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 7289 [ RunTime:0.006451s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_tag_post` WHERE `tag_id` = 7290 [ RunTime:0.005858s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_tag_post',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26439,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `sch_product_post` [ RunTime:0.001064s ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `sch_product_post` WHERE ( post_status=1 and (id IN (3228,1330,1680,2039,2054,2068,2670,2736,3244,3364,3380,3482,3608,3708,3730,4051,4065,4068,4070,4101,4103,4135,4142,4189,4233,4240,275,285,300,317,562,676,804,816,839,842,902,935,937,940,949,989,991,995,1237,1285,1297,1316,1322,1324,1330,1345,1346,1347,1352,1376,1379,1395,1425,1463,1478,1510,1518,1519,1521,1522,1529,1540,1547,1595,1607,1616,1639,1680,1681,1689,1722,1956,1994,2010,2038,2043,2044,2046,2050,2052,2055,2062,2068,2072,2075,2077,2078,2080,2082,2083,2084,2085,2089,2155,2198,2215,2226,2228,2229,2460,2493,2554,2555,2693,2772,2824,2858,2874,2875,2876,2879,2950,2951,2952,2953,2961,3012,3024,3029,3107,3144,198,3208,3212,3222,3225,2047,3234,3237,3238,3239,3240,3242,3245,3246,3250,3251,3252,3434,3439,3483,3501,3514,3516,3522,3534,3537,3561,3607,3617,3618,3626,3627,3628,3629,3630,3632,3639,3692,3719,3752,3779,49,52,64,65,66,67,73,162,174,176,181,189,191,203,208,3790,3843,3861,3864,3885,3887,3890,3892,3893,3899,3900,3906,3910,3917,3918,3925,3936,3981,3981,4000,4028,4030,4035,4040,4044,4050,4051,4082,4083,4091,4098,4098,4102,4102,4111,4112,4112,4115,4134,4134,4136,4137,4138,4139,4141,4151,4162,4188,4240,4241,4244,4245,4254,4266,4267,4268,4280,4281,4286,285,4278,285,285,299,2428,2430,2431,199,3250,3538,314,584,939,950,992,995,997,998,1027,1033,1192,1235,1237,1247,1285,1312,1352,1494,1518,1519,1529,1595,1646,1684,2056,2059,2077,2227,2419,2420,2547,2580,2731,2732,2058,3206,3222,3223,3225,3243,3244,3366,3384,3399,3404,3445,3502,3503,3530,3533,3639,3730,194,3791,3858,3865,3908,3928,3929,4001,4009,4063,4068,4071,4095,4103,4154,4156,4190,4233,4264,4265,4273,4277,318,3759,2772,2874,3159,3409,3539,3701,3702,3731,3792,4110,4143,4275,3759,807,2753,2950,2951,2952,2961,3105,3107,3136,3138,3144,3148,3149,3150,3154,3155,3159,3160,199,3212,3222,3223,3225,3227,3235,3237,3238,3239,3242,3243,3245,3246,3250,3251,3366,3383,3399,3404,3408,3414,3416,3421,3422,3434,3435,3436,3439,3442,3449,3451,3452,3481,3483,3501,3502,3505,3508,3514,3516,3518,3522,3525,3529,3530,3536,3538,3562,3607,3608,3610,3617,3618,3625,3626,3627,3628,3629,3630,3638,3649,3697,3708,3709,3716,3721,3727,3733,3740,3743,3745,3751,3752,3753,3755,3756,3777,3790,3791,3795,3796,3859,3864,3865,3892,3910,3922,3925,3926,3928,3929,3936,3943,3945,3980,3984,4006,4007,4009,4028,4029,4032,4035,4036,4040,4082,4083,4091,4091,4095,4116,4115,4135,4137,4154,4162,4188,4191,4242,4244,4247,4254,4265,4277,4278,4281,4283,4284,414,595,2690,639,676,751,842,893,902,998,1285,1297,1308,1324,1347,1352,1353,1376,1395,1425,1463,1478,1510,1518,1519,1521,1522,1524,1595,1646,1648,1994,2060,2062,2072,2075,2077,2078,2080,2082,2084,2085,2089,2229,2418,2419,2420,2427,2428,2429,2430,2431,2460,2736,2858,3024,3506,3537,3538,3779,163,216,222,3855,3943,3986,3992,4044,657,737,2772,3539,3560,3561,3700,3701,3702,3734,3746,751,902,1008,1321,1411,1425,1478,1595,1616,1639,1646,1680,1681,1689,2010,2038,2040,2041,2043,2044,2050,2055,2060,2062,2068,2072,2075,2077,2078,2080,2082,2084,2085,2086,2089,2155,2215,2226,2228,2229,2418,2419,2420,2427,2428,2429,2430,2431,2460,2493,2547,2554,2555,2670,2693,2732,2736,2772,2824,2858,2875,3212,2047,3235,3709,3711,3953,4098,4102,4134,4243,801,807,868,868,1323,1540,3708,3716,3730,174,3856,4055,4072,4114,4261,4270,940,960,1030,1030,1030,1037,1247,1316,3701,3719,4067,1250,1503,3539,3731,3751,3792,4032,1284,2075,2555,3234,3368,3529,47,188,217,4050,4051,4139,1291,1303,1398,2054,2731,186,187,1323,3024,1361,3701,3731,3792,1391,3961,1411,1519,1522,1529,2229,2419,2420,2460,2731,2732,2824,3561,3702,3719,202,3792,3909,4067,4232,1524,2059,2554,2875,2877,2912,3561,3708,3711,3719,42,53,57,68,4273,1648,1689,1722,4110,2013,2228,2378,2038,3234,3245,3436,3501,3561,3700,3702,3719,3760,3792,3965,3966,4035,4067,4091,4191,2043,2063,3383,3756,2080,2082,2084,3024,3709,4069,4072,4270,2085,2155,3364,3380,3483,3505,3508,3537,4009,4029,4051,2215,2215,2255,2256,2378,3925,4245,2876,4050,4139,2876,4050,4115,4138,4139,2876,3144,3144,3171,4096,3212,3212,3212,3235,3238,1525,3364,3364,3364,3380,3537,3364,3745,4029,3368,3368,3608,191,3368,3383,3408,4044,3434,4265,3436,3716,3483,3625,3639,4044,3483,3497,3668,3497,3505,3512,3529,3537,3538,3538,3539,3539,3539,3717,3734,3746,3539,3555,51,3925,3561,3610,3639,3700,4090,4114,3700,3702,3702,3708,4283,3711,3716,3716,3718,3718,3727,3729,3730,3734,3734,3745,42,45,47,50,50,51,4067,56,70,74,71,157,174,174,194,204,205,211,214,4006,226,3918,3961,3961,3961,3984,3999,4006,4009,4032,4050,4055,4065,4065,4068,4068,4090,4098,4112,4156,4190,4242,4264,4279,4279,4280,4282,4284)) ) LIMIT 1 [ RunTime:0.004148s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_post',
'type' => 'range',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => NULL,
'rows' => 488,
'extra' => 'Using index condition; Using where',
) ]
- [ SQL ] SELECT * FROM `sch_product_post` WHERE ( post_status=1 and (id IN (3228,1330,1680,2039,2054,2068,2670,2736,3244,3364,3380,3482,3608,3708,3730,4051,4065,4068,4070,4101,4103,4135,4142,4189,4233,4240,275,285,300,317,562,676,804,816,839,842,902,935,937,940,949,989,991,995,1237,1285,1297,1316,1322,1324,1330,1345,1346,1347,1352,1376,1379,1395,1425,1463,1478,1510,1518,1519,1521,1522,1529,1540,1547,1595,1607,1616,1639,1680,1681,1689,1722,1956,1994,2010,2038,2043,2044,2046,2050,2052,2055,2062,2068,2072,2075,2077,2078,2080,2082,2083,2084,2085,2089,2155,2198,2215,2226,2228,2229,2460,2493,2554,2555,2693,2772,2824,2858,2874,2875,2876,2879,2950,2951,2952,2953,2961,3012,3024,3029,3107,3144,198,3208,3212,3222,3225,2047,3234,3237,3238,3239,3240,3242,3245,3246,3250,3251,3252,3434,3439,3483,3501,3514,3516,3522,3534,3537,3561,3607,3617,3618,3626,3627,3628,3629,3630,3632,3639,3692,3719,3752,3779,49,52,64,65,66,67,73,162,174,176,181,189,191,203,208,3790,3843,3861,3864,3885,3887,3890,3892,3893,3899,3900,3906,3910,3917,3918,3925,3936,3981,3981,4000,4028,4030,4035,4040,4044,4050,4051,4082,4083,4091,4098,4098,4102,4102,4111,4112,4112,4115,4134,4134,4136,4137,4138,4139,4141,4151,4162,4188,4240,4241,4244,4245,4254,4266,4267,4268,4280,4281,4286,285,4278,285,285,299,2428,2430,2431,199,3250,3538,314,584,939,950,992,995,997,998,1027,1033,1192,1235,1237,1247,1285,1312,1352,1494,1518,1519,1529,1595,1646,1684,2056,2059,2077,2227,2419,2420,2547,2580,2731,2732,2058,3206,3222,3223,3225,3243,3244,3366,3384,3399,3404,3445,3502,3503,3530,3533,3639,3730,194,3791,3858,3865,3908,3928,3929,4001,4009,4063,4068,4071,4095,4103,4154,4156,4190,4233,4264,4265,4273,4277,318,3759,2772,2874,3159,3409,3539,3701,3702,3731,3792,4110,4143,4275,3759,807,2753,2950,2951,2952,2961,3105,3107,3136,3138,3144,3148,3149,3150,3154,3155,3159,3160,199,3212,3222,3223,3225,3227,3235,3237,3238,3239,3242,3243,3245,3246,3250,3251,3366,3383,3399,3404,3408,3414,3416,3421,3422,3434,3435,3436,3439,3442,3449,3451,3452,3481,3483,3501,3502,3505,3508,3514,3516,3518,3522,3525,3529,3530,3536,3538,3562,3607,3608,3610,3617,3618,3625,3626,3627,3628,3629,3630,3638,3649,3697,3708,3709,3716,3721,3727,3733,3740,3743,3745,3751,3752,3753,3755,3756,3777,3790,3791,3795,3796,3859,3864,3865,3892,3910,3922,3925,3926,3928,3929,3936,3943,3945,3980,3984,4006,4007,4009,4028,4029,4032,4035,4036,4040,4082,4083,4091,4091,4095,4116,4115,4135,4137,4154,4162,4188,4191,4242,4244,4247,4254,4265,4277,4278,4281,4283,4284,414,595,2690,639,676,751,842,893,902,998,1285,1297,1308,1324,1347,1352,1353,1376,1395,1425,1463,1478,1510,1518,1519,1521,1522,1524,1595,1646,1648,1994,2060,2062,2072,2075,2077,2078,2080,2082,2084,2085,2089,2229,2418,2419,2420,2427,2428,2429,2430,2431,2460,2736,2858,3024,3506,3537,3538,3779,163,216,222,3855,3943,3986,3992,4044,657,737,2772,3539,3560,3561,3700,3701,3702,3734,3746,751,902,1008,1321,1411,1425,1478,1595,1616,1639,1646,1680,1681,1689,2010,2038,2040,2041,2043,2044,2050,2055,2060,2062,2068,2072,2075,2077,2078,2080,2082,2084,2085,2086,2089,2155,2215,2226,2228,2229,2418,2419,2420,2427,2428,2429,2430,2431,2460,2493,2547,2554,2555,2670,2693,2732,2736,2772,2824,2858,2875,3212,2047,3235,3709,3711,3953,4098,4102,4134,4243,801,807,868,868,1323,1540,3708,3716,3730,174,3856,4055,4072,4114,4261,4270,940,960,1030,1030,1030,1037,1247,1316,3701,3719,4067,1250,1503,3539,3731,3751,3792,4032,1284,2075,2555,3234,3368,3529,47,188,217,4050,4051,4139,1291,1303,1398,2054,2731,186,187,1323,3024,1361,3701,3731,3792,1391,3961,1411,1519,1522,1529,2229,2419,2420,2460,2731,2732,2824,3561,3702,3719,202,3792,3909,4067,4232,1524,2059,2554,2875,2877,2912,3561,3708,3711,3719,42,53,57,68,4273,1648,1689,1722,4110,2013,2228,2378,2038,3234,3245,3436,3501,3561,3700,3702,3719,3760,3792,3965,3966,4035,4067,4091,4191,2043,2063,3383,3756,2080,2082,2084,3024,3709,4069,4072,4270,2085,2155,3364,3380,3483,3505,3508,3537,4009,4029,4051,2215,2215,2255,2256,2378,3925,4245,2876,4050,4139,2876,4050,4115,4138,4139,2876,3144,3144,3171,4096,3212,3212,3212,3235,3238,1525,3364,3364,3364,3380,3537,3364,3745,4029,3368,3368,3608,191,3368,3383,3408,4044,3434,4265,3436,3716,3483,3625,3639,4044,3483,3497,3668,3497,3505,3512,3529,3537,3538,3538,3539,3539,3539,3717,3734,3746,3539,3555,51,3925,3561,3610,3639,3700,4090,4114,3700,3702,3702,3708,4283,3711,3716,3716,3718,3718,3727,3729,3730,3734,3734,3745,42,45,47,50,50,51,4067,56,70,74,71,157,174,174,194,204,205,211,214,4006,226,3918,3961,3961,3961,3984,3999,4006,4009,4032,4050,4055,4065,4065,4068,4068,4090,4098,4112,4156,4190,4242,4264,4279,4279,4280,4282,4284)) ) ORDER BY `update_time` DESC LIMIT 0,20 [ RunTime:0.004382s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_product_post',
'type' => 'range',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => NULL,
'rows' => 488,
'extra' => 'Using index condition; Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `sch_theme_file` [ RunTime:0.001506s ]
- [ SQL ] SELECT * FROM `sch_theme_file` WHERE `theme` = 'sucaihu' AND `file` = 'portal/article' LIMIT 1 [ RunTime:0.000308s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 19,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `sch_theme_file` SET `theme`='sucaihu',`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\":[]}}}',`config_more`='{\"vars\":{\"hot_articles_category_id\":{\"title\":\"Hot Articles\\u5206\\u7c7bID\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}}}',`description`='文章页模板文件',`is_public`=0,`list_order`=10 WHERE `theme` = 'sucaihu' AND `file` = 'portal/article' [ RunTime:0.002904s ]
- [ SQL ] SELECT * FROM `sch_theme_file` WHERE `theme` = 'sucaihu' AND `file` = 'portal/contact' LIMIT 1 [ RunTime:0.000348s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 19,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `sch_theme_file` SET `theme`='sucaihu',`action`='portal/Page/index',`file`='portal/contact',`name`='联系我们页',`more`='{\"vars\":{\"baidu_map_info_window_text\":{\"title\":\"\\u767e\\u5ea6\\u5730\\u56fe\\u6807\\u6ce8\\u6587\\u5b57\",\"name\":\"baidu_map_info_window_text\",\"value\":\"\\u4e5d\\u9f99\\u5761\\u533a\\u5149\\u52a8\\u4fe1\\u606f\\u6280\\u672f\\u7ecf\\u8425\\u90e8<br\\/><span class=\'\'>\\u5730\\u5740\\uff1a\\u91cd\\u5e86\\u5e02\\u4e5d\\u9f99\\u5761\\u533a\\u534e\\u5ca9\\u9547\\u4e5d\\u9f99\\u5761\\u533a\\u534e\\u798f\\u5927\\u9053\\u5317\\u6bb525\\u53f71\\u5e6210-24\\u53f7<\\/span>\",\"type\":\"text\",\"tip\":\"\\u767e\\u5ea6\\u5730\\u56fe\\u6807\\u6ce8\\u6587\\u5b57,\\u652f\\u6301\\u7b80\\u5355html\\u4ee3\\u7801\",\"rule\":[]},\"company_location\":{\"title\":\"\\u516c\\u53f8\\u5750\\u6807\",\"value\":\"116.424966,39.907851\",\"type\":\"location\",\"tip\":\"\",\"rule\":{\"require\":true},\"valueText\":\"\"},\"address_cn\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\",\"value\":\"\\u91cd\\u5e86\\u5e02\\u4e5d\\u9f99\\u5761\\u533a\\u534e\\u5ca9\\u9547\\u4e5d\\u9f99\\u5761\\u533a\\u534e\\u798f\\u5927\\u9053\\u5317\\u6bb525\\u53f71\\u5e6210-24\\u53f7\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"address_en\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\\uff08\\u82f1\\u6587\\uff09\",\"value\":\"NO.10-25 hua fu Road, jiu long po, chongqing, China\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"email\":{\"title\":\"\\u516c\\u53f8\\u90ae\\u7bb1\",\"value\":\"1759135844@qq.com\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"phone_cn\":{\"title\":\"\\u516c\\u53f8\\u7535\\u8bdd\",\"value\":\"19922246403\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"phone_en\":{\"title\":\"\\u516c\\u53f8\\u7535\\u8bdd\\uff08\\u82f1\\u6587\\uff09\",\"value\":\"19922246403\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"qq\":{\"title\":\"\\u8054\\u7cfbQQ\",\"value\":\"1759135844\",\"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_location\":{\"title\":\"\\u516c\\u53f8\\u5750\\u6807\",\"value\":\"\",\"type\":\"location\",\"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}},\"phone_cn\":{\"title\":\"\\u516c\\u53f8\\u7535\\u8bdd\",\"value\":\"021 1000 0001\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"phone_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`='联系我们页模板文件',`is_public`=0,`list_order`=10 WHERE `theme` = 'sucaihu' AND `file` = 'portal/contact' [ RunTime:0.002540s ]
- [ SQL ] SELECT * FROM `sch_theme_file` WHERE `theme` = 'sucaihu' AND `file` = 'portal/index' LIMIT 1 [ RunTime:0.000326s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 19,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `sch_theme_file` SET `theme`='sucaihu',`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\":0,\"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\":0,\"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},\"valueText\":\"\"}}}}}',`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` = 'sucaihu' AND `file` = 'portal/index' [ RunTime:0.002826s ]
- [ SQL ] SELECT * FROM `sch_theme_file` WHERE `theme` = 'sucaihu' AND `file` = 'portal/list' LIMIT 1 [ RunTime:0.000303s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 19,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `sch_theme_file` SET `theme`='sucaihu',`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` = 'sucaihu' AND `file` = 'portal/list' [ RunTime:0.021029s ]
- [ SQL ] SELECT * FROM `sch_theme_file` WHERE `theme` = 'sucaihu' AND `file` = 'portal/member' LIMIT 1 [ RunTime:0.000365s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 19,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `sch_theme_file` SET `theme`='sucaihu',`action`='portal/Page/index',`file`='portal/member',`name`='特邀设计师',`more`='{\"vars\":{\"baidu_map_info_window_text\":{\"title\":\"\\u767e\\u5ea6\\u5730\\u56fe\\u6807\\u6ce8\\u6587\\u5b57\",\"name\":\"baidu_map_info_window_text\",\"value\":\"\\u4e5d\\u9f99\\u5761\\u533a\\u5149\\u52a8\\u4fe1\\u606f\\u6280\\u672f\\u7ecf\\u8425\\u90e8<br\\/><span class=\'\'>\\u5730\\u5740\\uff1a\\u91cd\\u5e86\\u5e02\\u4e5d\\u9f99\\u5761\\u533a\\u534e\\u5ca9\\u9547\\u4e5d\\u9f99\\u5761\\u533a\\u534e\\u798f\\u5927\\u9053\\u5317\\u6bb525\\u53f71\\u5e6210-24\\u53f7<\\/span>\",\"type\":\"text\",\"tip\":\"\\u767e\\u5ea6\\u5730\\u56fe\\u6807\\u6ce8\\u6587\\u5b57,\\u652f\\u6301\\u7b80\\u5355html\\u4ee3\\u7801\",\"rule\":[]},\"company_location\":{\"title\":\"\\u516c\\u53f8\\u5750\\u6807\",\"value\":\"116.424966,39.907851\",\"type\":\"location\",\"tip\":\"\",\"rule\":{\"require\":true},\"valueText\":\"\"},\"address_cn\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\",\"value\":\"\\u91cd\\u5e86\\u5e02\\u4e5d\\u9f99\\u5761\\u533a\\u534e\\u5ca9\\u9547\\u4e5d\\u9f99\\u5761\\u533a\\u534e\\u798f\\u5927\\u9053\\u5317\\u6bb525\\u53f71\\u5e6210-24\\u53f7\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"address_en\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\\uff08\\u82f1\\u6587\\uff09\",\"value\":\"NO.10-25 hua fu Road, jiu long po, chongqing, China\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"email\":{\"title\":\"\\u516c\\u53f8\\u90ae\\u7bb1\",\"value\":\"1759135844@qq.com\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"phone_cn\":{\"title\":\"\\u516c\\u53f8\\u7535\\u8bdd\",\"value\":\"19922246403\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"phone_en\":{\"title\":\"\\u516c\\u53f8\\u7535\\u8bdd\\uff08\\u82f1\\u6587\\uff09\",\"value\":\"19922246403\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"qq\":{\"title\":\"\\u8054\\u7cfbQQ\",\"value\":\"1759135844\",\"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\":\"\\u4e5d\\u9f99\\u5761\\u533a\\u5149\\u52a8\\u4fe1\\u606f\\u6280\\u672f\\u7ecf\\u8425\\u90e8<br\\/><span class=\'\'>\\u5730\\u5740\\uff1a\\u91cd\\u5e86\\u5e02\\u4e5d\\u9f99\\u5761\\u533a\\u534e\\u5ca9\\u9547\\u4e5d\\u9f99\\u5761\\u533a\\u534e\\u798f\\u5927\\u9053\\u5317\\u6bb525\\u53f71\\u5e6210-24\\u53f7<\\/span>\",\"type\":\"text\",\"tip\":\"\\u767e\\u5ea6\\u5730\\u56fe\\u6807\\u6ce8\\u6587\\u5b57,\\u652f\\u6301\\u7b80\\u5355html\\u4ee3\\u7801\",\"rule\":[]},\"company_location\":{\"title\":\"\\u516c\\u53f8\\u5750\\u6807\",\"value\":\"\",\"type\":\"location\",\"tip\":\"\",\"rule\":{\"require\":true}},\"address_cn\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\",\"value\":\"\\u91cd\\u5e86\\u5e02\\u4e5d\\u9f99\\u5761\\u533a\\u534e\\u5ca9\\u9547\\u4e5d\\u9f99\\u5761\\u533a\\u534e\\u798f\\u5927\\u9053\\u5317\\u6bb525\\u53f71\\u5e6210-24\\u53f7\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"address_en\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\\uff08\\u82f1\\u6587\\uff09\",\"value\":\"NO.10-25 hua fu Road, jiu long po, chongqing, China\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"email\":{\"title\":\"\\u516c\\u53f8\\u90ae\\u7bb1\",\"value\":\"1759135844@qq.com\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"phone_cn\":{\"title\":\"\\u516c\\u53f8\\u7535\\u8bdd\",\"value\":\"19922246403\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"phone_en\":{\"title\":\"\\u516c\\u53f8\\u7535\\u8bdd\\uff08\\u82f1\\u6587\\uff09\",\"value\":\"19922246403\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"qq\":{\"title\":\"\\u8054\\u7cfbQQ\",\"value\":\"1759135844\",\"type\":\"text\",\"tip\":\"\\u591a\\u4e2a QQ\\u4ee5\\u82f1\\u6587\\u9017\\u53f7\\u9694\\u5f00\",\"rule\":{\"require\":true}}}}',`description`='会员加入为设计师',`is_public`=0,`list_order`=10 WHERE `theme` = 'sucaihu' AND `file` = 'portal/member' [ RunTime:0.003023s ]
- [ SQL ] SELECT * FROM `sch_theme_file` WHERE `theme` = 'sucaihu' AND `file` = 'portal/page' LIMIT 1 [ RunTime:0.000307s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 19,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `sch_theme_file` SET `theme`='sucaihu',`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` = 'sucaihu' AND `file` = 'portal/page' [ RunTime:0.016479s ]
- [ SQL ] SELECT * FROM `sch_theme_file` WHERE `theme` = 'sucaihu' AND `file` = 'portal/search' LIMIT 1 [ RunTime:0.000385s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 19,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `sch_theme_file` SET `theme`='sucaihu',`action`='portal/search/index',`file`='portal/search',`name`='搜索页面',`more`='{\"vars\":{\"varName1\":{\"title\":\"\\u70ed\\u95e8\\u641c\\u7d22\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\\u8fd9\\u662f\\u4e00\\u4e2atext\",\"rule\":{\"require\":true}}}}',`config_more`='{\"vars\":{\"varName1\":{\"title\":\"\\u70ed\\u95e8\\u641c\\u7d22\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\\u8fd9\\u662f\\u4e00\\u4e2atext\",\"rule\":{\"require\":true}}}}',`description`='搜索模板文件',`is_public`=0,`list_order`=10 WHERE `theme` = 'sucaihu' AND `file` = 'portal/search' [ RunTime:0.006527s ]
- [ SQL ] SELECT * FROM `sch_theme_file` WHERE `theme` = 'sucaihu' AND `file` = 'portal/vip' LIMIT 1 [ RunTime:0.000306s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 19,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `sch_theme_file` SET `theme`='sucaihu',`action`='portal/Page/index',`file`='portal/vip',`name`='VIP说明页',`more`='{\"vars\":{\"baidu_map_info_window_text\":{\"title\":\"\\u767e\\u5ea6\\u5730\\u56fe\\u6807\\u6ce8\\u6587\\u5b57\",\"name\":\"baidu_map_info_window_text\",\"value\":\"\\u4e5d\\u9f99\\u5761\\u533a\\u5149\\u52a8\\u4fe1\\u606f\\u6280\\u672f\\u7ecf\\u8425\\u90e8<br\\/><span class=\'\'>\\u5730\\u5740\\uff1a\\u91cd\\u5e86\\u5e02\\u4e5d\\u9f99\\u5761\\u533a\\u534e\\u5ca9\\u9547\\u4e5d\\u9f99\\u5761\\u533a\\u534e\\u798f\\u5927\\u9053\\u5317\\u6bb525\\u53f71\\u5e6210-24\\u53f7<\\/span>\",\"type\":\"text\",\"tip\":\"\\u767e\\u5ea6\\u5730\\u56fe\\u6807\\u6ce8\\u6587\\u5b57,\\u652f\\u6301\\u7b80\\u5355html\\u4ee3\\u7801\",\"rule\":[]},\"company_location\":{\"title\":\"\\u516c\\u53f8\\u5750\\u6807\",\"value\":\"116.424966,39.907851\",\"type\":\"location\",\"tip\":\"\",\"rule\":{\"require\":true},\"valueText\":\"\"},\"address_cn\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\",\"value\":\"\\u91cd\\u5e86\\u5e02\\u4e5d\\u9f99\\u5761\\u533a\\u534e\\u5ca9\\u9547\\u4e5d\\u9f99\\u5761\\u533a\\u534e\\u798f\\u5927\\u9053\\u5317\\u6bb525\\u53f71\\u5e6210-24\\u53f7\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"address_en\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\\uff08\\u82f1\\u6587\\uff09\",\"value\":\"NO.10-25 hua fu Road, jiu long po, chongqing, China\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"email\":{\"title\":\"\\u516c\\u53f8\\u90ae\\u7bb1\",\"value\":\"1759135844@qq.com\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"phone_cn\":{\"title\":\"\\u516c\\u53f8\\u7535\\u8bdd\",\"value\":\"19922246403\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"phone_en\":{\"title\":\"\\u516c\\u53f8\\u7535\\u8bdd\\uff08\\u82f1\\u6587\\uff09\",\"value\":\"19922246403\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"qq\":{\"title\":\"\\u8054\\u7cfbQQ\",\"value\":\"1759135844\",\"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\":\"\\u4e5d\\u9f99\\u5761\\u533a\\u5149\\u52a8\\u4fe1\\u606f\\u6280\\u672f\\u7ecf\\u8425\\u90e8<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_location\":{\"title\":\"\\u516c\\u53f8\\u5750\\u6807\",\"value\":\"\",\"type\":\"location\",\"tip\":\"\",\"rule\":{\"require\":true}},\"address_cn\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\",\"value\":\"\\u91cd\\u5e86\\u5e02\\u4e5d\\u9f99\\u5761\\u533a\\u534e\\u5ca9\\u9547\\u4e5d\\u9f99\\u5761\\u533a\\u534e\\u798f\\u5927\\u9053\\u5317\\u6bb525\\u53f71\\u5e6210-24\\u53f7\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"address_en\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\\uff08\\u82f1\\u6587\\uff09\",\"value\":\"NO.10-25 hua fu Road, jiu long po, chongqing, China\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"email\":{\"title\":\"\\u516c\\u53f8\\u90ae\\u7bb1\",\"value\":\"1759135844@qq.com\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"phone_cn\":{\"title\":\"\\u516c\\u53f8\\u7535\\u8bdd\",\"value\":\"19922246403\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"phone_en\":{\"title\":\"\\u516c\\u53f8\\u7535\\u8bdd\\uff08\\u82f1\\u6587\\uff09\",\"value\":\"19922246403\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"qq\":{\"title\":\"\\u8054\\u7cfbQQ\",\"value\":\"1759135844\",\"type\":\"text\",\"tip\":\"\\u591a\\u4e2a QQ\\u4ee5\\u82f1\\u6587\\u9017\\u53f7\\u9694\\u5f00\",\"rule\":{\"require\":true}}}}',`description`='VIP说明页模板文件',`is_public`=0,`list_order`=10 WHERE `theme` = 'sucaihu' AND `file` = 'portal/vip' [ RunTime:0.003767s ]
- [ SQL ] SELECT * FROM `sch_theme_file` WHERE `theme` = 'sucaihu' [ RunTime:0.000306s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 19,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `sch_theme` [ RunTime:0.000878s ]
- [ SQL ] UPDATE `sch_theme` SET `name`='sucaihu',`version`='1.0.1',`demo_url`='http://www.yunmasucai.com',`author`='漂泊者',`lang`='zh-cn',`author_url`='http://www.yunmasucai.com',`keywords`='素材虎模板',`description`='素材虎模板' WHERE `theme` = 'sucaihu' [ RunTime:0.003560s ]
- [ SQL ] SELECT `more` FROM `sch_theme_file` WHERE `theme` = 'sucaihu' AND ( `is_public` = 1 OR `file` = 'product/search' ) [ RunTime:0.000262s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 19,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `sch_nav` [ RunTime:0.000832s ]
- [ SQL ] SELECT `id` FROM `sch_nav` WHERE `is_main` = 1 LIMIT 1 [ RunTime:0.000222s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_nav',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 2,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `sch_nav_menu` [ RunTime:0.000798s ]
- [ SQL ] SELECT * FROM `sch_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000297s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_nav_menu',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 7,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `id` FROM `sch_nav` WHERE `is_main` = 1 LIMIT 1 [ RunTime:0.000254s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_nav',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 2,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000283s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_nav_menu',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 7,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `nav_id` FROM `sch_nav_menu` WHERE `id` = 12 AND `status` = 1 LIMIT 1 [ RunTime:0.000249s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_nav_menu',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000283s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_nav_menu',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 7,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `id` FROM `sch_nav` WHERE `is_main` = 1 LIMIT 1 [ RunTime:0.000254s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_nav',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 2,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `sch_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000279s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_nav_menu',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 7,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `sch_option` [ RunTime:0.000814s ]
- [ SQL ] SELECT `option_value` FROM `sch_option` WHERE `option_name` = 'storage' LIMIT 1 [ RunTime:0.000248s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SHOW COLUMNS FROM `sch_user` [ RunTime:0.001339s ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000380s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000308s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.002253s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000305s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000343s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000301s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.001148s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000300s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000304s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000300s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000302s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000367s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000404s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000377s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000389s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000350s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000367s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000357s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000363s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000374s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000362s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000331s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000317s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.001005s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000316s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000299s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000327s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000303s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000321s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000297s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000330s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000312s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000312s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000300s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000345s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000316s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000320s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000296s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000306s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `sch_user` WHERE `id` = 5 LIMIT 1 [ RunTime:0.000302s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'sch_user',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]

1.806964s