基本
                        文件
                        流程
                        错误
                        SQL
                        调试
                    
        
                        
                
                    - 请求信息 : 2025-10-27 08:54:09 HTTP/2.0 GET : https://wenyimeiye.com/portal/article/index/id/178/cid/20.html
- 运行时间 : 0.180602s [ 吞吐率:5.54req/s ] 内存消耗:5,239.95kb 文件加载:118
- 查询信息 : 40 queries 14 writes 
- 缓存信息 : 7 reads,0 writes
 
                        
                        
                
                    - [ LANG ] /www/wwwroot/www.wenyimeiye.com/vendor/thinkphp/lang/zh-cn.php
- [ LANG ] /www/wwwroot/www.wenyimeiye.com/app/portal//lang/zh-cn.php
- [ ROUTE ] array (
)
- [ HEADER ] array (
  'referer' => 'http://wenyimeiye.com/portal/article/index/id/178/cid/20.html',
  'accept-encoding' => 'gzip, br, zstd, deflate',
  'user-agent' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
  'accept' => '*/*',
  'host' => 'wenyimeiye.com',
  'content-type' => '',
  'content-length' => '',
)
- [ PARAM ] array (
  'id' => '178',
  'cid' => '20',
)
- [ LANG ] /www/wwwroot/www.wenyimeiye.com/vendor/thinkcmf/cmf/src/behavior/../lang/zh-cn.php
- [ LANG ] /www/wwwroot/www.wenyimeiye.com/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php
- [ LANG ] /www/wwwroot/www.wenyimeiye.com/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/www.wenyimeiye.com/vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php
- [ LANG ] /www/wwwroot/www.wenyimeiye.com/app/portal/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/www.wenyimeiye.com/app/portal/lang/zh-cn/home.php
- [ DB ] INIT mysql
- [ VIEW ] /www/wwwroot/www.wenyimeiye.com/public/themes/peinishi_2/portal/actile_goods.html [ array (
  0 => 'site_info',
  1 => 'category',
  2 => 'article',
  3 => 'prev_article',
  4 => 'next_article',
  5 => 'theme_vars',
  6 => 'theme_widgets',
) ]
 
                        
                        
                
                    - [ DB ] CONNECT:[ UseTime:0.000439s ] mysql:host=127.0.0.1;port=3306;dbname=www_wenyimeiye_c;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_post` [ RunTime:0.000629s ]
- [ SQL ] SELECT `post`.* FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE  `post`.`post_type` = 1  AND `post`.`post_status` = 1  AND `post`.`delete_time` = 0  AND `relation`.`category_id` = 20  AND `relation`.`post_id` = 178  AND ( `post`.`published_time` <  1761526450 and `post`.`published_time` >  0 ) LIMIT 1 [ RunTime:0.000832s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'post',
  'partitions' => NULL,
  'type' => 'const',
  'possible_keys' => 'PRIMARY,type_status_date',
  'key' => 'PRIMARY',
  'key_len' => '8',
  'ref' => 'const',
  'rows' => 1,
  'filtered' => 100.0,
  'extra' => NULL,
) ]
- [ SQL ] SELECT `post`.* FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE  `post`.`post_type` = 1  AND `post`.`post_status` = 1  AND `post`.`delete_time` = 0  AND `relation`.`category_id` = 20  AND `relation`.`post_id` < 178  AND ( `post`.`published_time` <  1761526450 and `post`.`published_time` >  0 ) ORDER BY `id` DESC LIMIT 1 [ RunTime:0.000865s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'relation',
  'partitions' => NULL,
  'type' => 'ref',
  'possible_keys' => 'term_taxonomy_id',
  'key' => 'term_taxonomy_id',
  'key_len' => '8',
  'ref' => 'const',
  'rows' => 8,
  'filtered' => 33.32999801635742,
  'extra' => 'Using index condition; Using where; Using temporary; Using filesort',
) ]
- [ SQL ] SELECT `post`.* FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE  `post`.`post_type` = 1  AND `post`.`post_status` = 1  AND `post`.`delete_time` = 0  AND `relation`.`category_id` = 20  AND `relation`.`post_id` > 178  AND ( `post`.`published_time` <  1761526450 and `post`.`published_time` >  0 ) ORDER BY `id` ASC LIMIT 1 [ RunTime:0.000348s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'post',
  'partitions' => NULL,
  'type' => 'range',
  'possible_keys' => 'PRIMARY,type_status_date',
  'key' => 'PRIMARY',
  'key_len' => '8',
  'ref' => NULL,
  'rows' => 1,
  'filtered' => 5.0,
  'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_category` [ RunTime:0.000342s ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE  `id` = 20  AND `status` = 1 LIMIT 1 [ RunTime:0.000215s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_portal_category',
  'partitions' => NULL,
  'type' => 'const',
  'possible_keys' => 'PRIMARY',
  'key' => 'PRIMARY',
  'key_len' => '8',
  'ref' => 'const',
  'rows' => 1,
  'filtered' => 100.0,
  'extra' => NULL,
) ]
- [ SQL ] UPDATE `cmf_portal_post`  SET `post_hits` = `post_hits` + 1  WHERE  `id` = 178 [ RunTime:0.006810s ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme_file` [ RunTime:0.000575s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE  `theme` = 'peinishi_2'  AND `file` = 'portal/about' LIMIT 1 [ RunTime:0.000298s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_theme_file',
  'partitions' => NULL,
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 55,
  'filtered' => 1.8181817531585693,
  'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file`  SET `theme` = 'peinishi_2' , `action` = 'portal/Page/index' , `file` = 'portal/about' , `name` = '关于我们' , `more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}},\"widgets\":{\"introduce1\":{\"title\":\"\\u7b80\\u4ecb\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Page\\/index\",\"multi\":true},\"rule\":{\"require\":false}},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"introduce2\":{\"title\":\"\\u5386\\u7a0b\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"rule\":{\"require\":false}},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"introduce3\":{\"title\":\"\\u4f01\\u4e1a\\u6587\\u5316\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Page\\/index\",\"multi\":true},\"rule\":{\"require\":false}},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"introduce4\":{\"title\":\"\\u4f01\\u4e1a\\u8363\\u8a89\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Page\\/index\",\"multi\":true},\"rule\":{\"require\":false}},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"introduce5\":{\"title\":\"\\u62db\\u8d24\\u7eb3\\u58eb\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Page\\/index\",\"multi\":true},\"rule\":{\"require\":false}},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"introduce6\":{\"title\":\"\\u62db\\u5546\\u52a0\\u76df\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Page\\/index\",\"multi\":true},\"rule\":{\"require\":false}},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"introduce7\":{\"title\":\"\\u8054\\u7cfb\\u6211\\u4eec\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Page\\/index\",\"multi\":true},\"rule\":{\"require\":false}},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}}}}' , `config_more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}},\"widgets\":{\"introduce1\":{\"title\":\"\\u7b80\\u4ecb\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Page\\/index\",\"multi\":true},\"rule\":{\"require\":false}},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"introduce2\":{\"title\":\"\\u5386\\u7a0b\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"rule\":{\"require\":false}},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"introduce3\":{\"title\":\"\\u4f01\\u4e1a\\u6587\\u5316\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Page\\/index\",\"multi\":true},\"rule\":{\"require\":false}},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"introduce4\":{\"title\":\"\\u4f01\\u4e1a\\u8363\\u8a89\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Page\\/index\",\"multi\":true},\"rule\":{\"require\":false}},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"introduce5\":{\"title\":\"\\u62db\\u8d24\\u7eb3\\u58eb\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Page\\/index\",\"multi\":true},\"rule\":{\"require\":false}},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"introduce6\":{\"title\":\"\\u62db\\u5546\\u52a0\\u76df\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Page\\/index\",\"multi\":true},\"rule\":{\"require\":false}},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"introduce7\":{\"title\":\"\\u8054\\u7cfb\\u6211\\u4eec\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Page\\/index\",\"multi\":true},\"rule\":{\"require\":false}},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}}}}' , `description` = '关于我们模板文件' , `is_public` = 0 , `list_order` = 10  WHERE  `theme` = 'peinishi_2'  AND `file` = 'portal/about' [ RunTime:0.006107s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE  `theme` = 'peinishi_2'  AND `file` = 'portal/actile_goods' LIMIT 1 [ RunTime:0.000195s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_theme_file',
  'partitions' => NULL,
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 55,
  'filtered' => 1.8181817531585693,
  'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file`  SET `theme` = 'peinishi_2' , `action` = 'portal/Article/index' , `file` = 'portal/actile_goods' , `name` = '商品文章页' , `more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"https:\\/\\/www.wenyimeiye.com\\/upload\\/default\\/20240304\\/cbb3e9953305d47b3111eabf79b30574.jpg\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}}}' , `config_more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}}}' , `description` = '商品文章页模板文件' , `is_public` = 0 , `list_order` = 10  WHERE  `theme` = 'peinishi_2'  AND `file` = 'portal/actile_goods' [ RunTime:0.005034s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE  `theme` = 'peinishi_2'  AND `file` = 'portal/actile_news' LIMIT 1 [ RunTime:0.000183s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_theme_file',
  'partitions' => NULL,
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 55,
  'filtered' => 1.8181817531585693,
  'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file`  SET `theme` = 'peinishi_2' , `action` = 'portal/Article/index' , `file` = 'portal/actile_news' , `name` = '新闻文章页' , `more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"https:\\/\\/www.wenyimeiye.com\\/upload\\/default\\/20211113\\/5d42c92973709fe6cfa4345e932d36e5.jpeg\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}}}' , `config_more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}}}' , `description` = '新闻文章页模板文件' , `is_public` = 0 , `list_order` = 10  WHERE  `theme` = 'peinishi_2'  AND `file` = 'portal/actile_news' [ RunTime:0.005487s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE  `theme` = 'peinishi_2'  AND `file` = 'portal/index' LIMIT 1 [ RunTime:0.000189s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_theme_file',
  'partitions' => NULL,
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 55,
  'filtered' => 1.8181817531585693,
  'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file`  SET `theme` = 'peinishi_2' , `action` = 'portal/Index/index' , `file` = 'portal/index' , `name` = '首页' , `more` = '{\"vars\":{\"top_slide\":{\"title\":\"\\u9876\\u90e8\\u5e7b\\u706f\\u7247\",\"value\":\"1\",\"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},\"valueText\":\"\\u6eda\\u52a8\\u56fe\"}},\"widgets\":{\"introduce\":{\"title\":\"\\u516c\\u53f8\\u8be6\\u60c5\",\"display\":1,\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"1\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Page\\/index\",\"multi\":true},\"rule\":{\"require\":false},\"valueText\":\"\\u5173\\u4e8e\\u6211\\u4eec\"},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"ABOUT US \\u5173\\u4e8e\\u6211\\u4eec \",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}},\"gs_title\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"value\":\"WENYI BEAUTY \\u6587\\u6021\\uff08\\u56fd\\u9645\\uff09\\u7f8e\\u4e1a\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}},\"gs_time\":{\"title\":\"\\u6210\\u7acb\\u65f6\\u95f4\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6210\\u7acb\\u65f6\\u95f4\",\"tip\":\"\",\"rule\":{\"require\":false}},\"gs_num\":{\"title\":\"\\u5e74\\u9500\\u91cf\",\"value\":\"10000K\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u5e74\\u9500\\u91cf\",\"tip\":\"\",\"rule\":{\"require\":false}},\"gs_jmnum\":{\"title\":\"\\u52a0\\u76df\\u5e97\\u6570\\u91cf\",\"value\":\"21000+\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u52a0\\u76df\\u5e97\\u6570\\u91cf\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"introduce1\":{\"title\":\"\\u680f\\u76ee1\",\"display\":1,\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Page\\/index\",\"multi\":true},\"rule\":{\"require\":false},\"valueText\":\"\"},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"introduce2\":{\"title\":\"\\u680f\\u76ee2\",\"display\":1,\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"rule\":{\"require\":false},\"valueText\":\"\"},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"introduce3\":{\"title\":\"\\u680f\\u76ee3\",\"display\":1,\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"rule\":{\"require\":false},\"valueText\":\"\"},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"product\":{\"title\":\"\\u4ea7\\u54c1\\u5c55\\u793a\",\"display\":1,\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"1,5,12,13,14\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"rule\":{\"require\":false},\"valueText\":\"\\u4ea7\\u54c1\\u5c55\\u793a,\\u9ad8\\u79d1\\u6280\\u7ec6\\u80de\\u62a4\\u80a4\\u7cfb\\u5217,\\u6b27\\u9b45\\u5927\\u5065\\u5eb7\\u517b\\u751f\\u7cfb\\u5217,\\u9ad8\\u79d1\\u6280\\u667a\\u80fd\\u62a4\\u80a4\\u7cfb\\u5217,\\u6b27\\u9b45\\u5927\\u5065\\u5eb7\\u7d2b\\u7af9\\u7cfb\\u5217\"},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"PRODUCT \\u4ea7\\u54c1\\u5c55\\u793a \",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}},\"f_textarea\":{\"title\":\"\\u4ea7\\u54c1\\u7b80\\u4ecb\",\"value\":\"PRODUCT \",\"type\":\"textarea\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u4ea7\\u54c1\\u7b80\\u4ecb\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"news\":{\"title\":\"\\u65b0\\u95fb\\u8d44\\u8baf\",\"display\":1,\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"2,7,8\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"rule\":{\"require\":false},\"valueText\":\"\\u6700\\u65b0\\u8d44\\u8baf,\\u4f01\\u4e1a\\u52a8\\u6001,\\u884c\\u4e1a\\u89c2\\u70b9\"},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"NEWS \\u8d44\\u8baf \",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"video\":{\"title\":\"\\u89c6\\u9891\\u4e2d\\u5fc3\",\"display\":1,\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"rule\":{\"require\":false},\"valueText\":\"\"},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}}}}' , `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\":{\"introduce\":{\"title\":\"\\u516c\\u53f8\\u8be6\\u60c5\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Page\\/index\",\"multi\":true},\"rule\":{\"require\":false}},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}},\"gs_title\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}},\"gs_time\":{\"title\":\"\\u6210\\u7acb\\u65f6\\u95f4\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6210\\u7acb\\u65f6\\u95f4\",\"tip\":\"\",\"rule\":{\"require\":false}},\"gs_num\":{\"title\":\"\\u5e74\\u9500\\u91cf\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u5e74\\u9500\\u91cf\",\"tip\":\"\",\"rule\":{\"require\":false}},\"gs_jmnum\":{\"title\":\"\\u52a0\\u76df\\u5e97\\u6570\\u91cf\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u52a0\\u76df\\u5e97\\u6570\\u91cf\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"introduce1\":{\"title\":\"\\u680f\\u76ee1\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Page\\/index\",\"multi\":true},\"rule\":{\"require\":false}},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"introduce2\":{\"title\":\"\\u680f\\u76ee2\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"rule\":{\"require\":false}},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"introduce3\":{\"title\":\"\\u680f\\u76ee3\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"rule\":{\"require\":false}},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"product\":{\"title\":\"\\u4ea7\\u54c1\\u5c55\\u793a\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"rule\":{\"require\":false}},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}},\"f_textarea\":{\"title\":\"\\u4ea7\\u54c1\\u7b80\\u4ecb\",\"value\":\"\",\"type\":\"textarea\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u4ea7\\u54c1\\u7b80\\u4ecb\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"news\":{\"title\":\"\\u65b0\\u95fb\\u8d44\\u8baf\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"rule\":{\"require\":false}},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"video\":{\"title\":\"\\u89c6\\u9891\\u4e2d\\u5fc3\",\"display\":\"1\",\"vars\":{\"sub_title\":{\"title\":\"\\u9009\\u62e9\\u9875\\u9762\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"rule\":{\"require\":false}},\"f_title\":{\"title\":\"\\u526f\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u8f93\\u5165\\u6807\\u9898\",\"tip\":\"\",\"rule\":{\"require\":false}}}}}}' , `description` = '首页模板文件' , `is_public` = 0 , `list_order` = 5  WHERE  `theme` = 'peinishi_2'  AND `file` = 'portal/index' [ RunTime:0.005148s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE  `theme` = 'peinishi_2'  AND `file` = 'portal/list_cishan' LIMIT 1 [ RunTime:0.000233s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_theme_file',
  'partitions' => NULL,
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 55,
  'filtered' => 1.8181817531585693,
  'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file`  SET `theme` = 'peinishi_2' , `action` = 'portal/List/index' , `file` = 'portal/list_cishan' , `name` = '慈善列表' , `more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"https:\\/\\/www.wenyimeiye.com\\/upload\\/default\\/20211124\\/3025c051b8d8621d00e4b26cef71e0f4.jpg\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}}}' , `config_more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}}}' , `description` = '慈善列表模板文件' , `is_public` = 0 , `list_order` = 10  WHERE  `theme` = 'peinishi_2'  AND `file` = 'portal/list_cishan' [ RunTime:0.004576s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE  `theme` = 'peinishi_2'  AND `file` = 'portal/list_goods' LIMIT 1 [ RunTime:0.000197s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_theme_file',
  'partitions' => NULL,
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 55,
  'filtered' => 1.8181817531585693,
  'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file`  SET `theme` = 'peinishi_2' , `action` = 'portal/List/index' , `file` = 'portal/list_goods' , `name` = '商品列表' , `more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"default\\/20240304\\/cbb3e9953305d47b3111eabf79b30574.jpg\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}}}' , `config_more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}}}' , `description` = '商品列表模板文件' , `is_public` = 0 , `list_order` = 10  WHERE  `theme` = 'peinishi_2'  AND `file` = 'portal/list_goods' [ RunTime:0.004496s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE  `theme` = 'peinishi_2'  AND `file` = 'portal/list_news' LIMIT 1 [ RunTime:0.000177s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_theme_file',
  'partitions' => NULL,
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 55,
  'filtered' => 1.8181817531585693,
  'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file`  SET `theme` = 'peinishi_2' , `action` = 'portal/List/index' , `file` = 'portal/list_news' , `name` = '新闻列表' , `more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"https:\\/\\/www.wenyimeiye.com\\/upload\\/default\\/20211113\\/5d42c92973709fe6cfa4345e932d36e5.jpeg\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}}}' , `config_more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}}}' , `description` = '新闻列表模板文件' , `is_public` = 0 , `list_order` = 10  WHERE  `theme` = 'peinishi_2'  AND `file` = 'portal/list_news' [ RunTime:0.005345s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE  `theme` = 'peinishi_2'  AND `file` = 'portal/list_rongyu' LIMIT 1 [ RunTime:0.000228s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_theme_file',
  'partitions' => NULL,
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 55,
  'filtered' => 1.8181817531585693,
  'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file`  SET `theme` = 'peinishi_2' , `action` = 'portal/List/index' , `file` = 'portal/list_rongyu' , `name` = '荣誉列表' , `more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"https:\\/\\/www.wenyimeiye.com\\/upload\\/default\\/20211124\\/3082e8f5d00f95520becf299bbc274c4.jpg\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}}}' , `config_more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}}}' , `description` = '荣誉列表模板文件' , `is_public` = 0 , `list_order` = 10  WHERE  `theme` = 'peinishi_2'  AND `file` = 'portal/list_rongyu' [ RunTime:0.005561s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE  `theme` = 'peinishi_2'  AND `file` = 'portal/list_video' LIMIT 1 [ RunTime:0.000179s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_theme_file',
  'partitions' => NULL,
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 55,
  'filtered' => 1.8181817531585693,
  'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file`  SET `theme` = 'peinishi_2' , `action` = 'portal/List/index' , `file` = 'portal/list_video' , `name` = '视频列表' , `more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"https:\\/\\/www.wenyimeiye.com\\/upload\\/default\\/20211124\\/6f7cab09221810208b88ece5973082cb.jpg\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}}}' , `config_more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}}}' , `description` = '视频列表模板文件' , `is_public` = 0 , `list_order` = 10  WHERE  `theme` = 'peinishi_2'  AND `file` = 'portal/list_video' [ RunTime:0.004850s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE  `theme` = 'peinishi_2'  AND `file` = 'portal/page' LIMIT 1 [ RunTime:0.000234s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_theme_file',
  'partitions' => NULL,
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 55,
  'filtered' => 1.8181817531585693,
  'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file`  SET `theme` = 'peinishi_2' , `action` = 'portal/Page/index' , `file` = 'portal/page' , `name` = '单页' , `more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"https:\\/\\/www.wenyimeiye.com\\/upload\\/default\\/20211117\\/405f51e1dc2dfa3cb6e8785d4b6417f3.jpg\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}}}' , `config_more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}}}' , `description` = '单页模板文件' , `is_public` = 0 , `list_order` = 10  WHERE  `theme` = 'peinishi_2'  AND `file` = 'portal/page' [ RunTime:0.005087s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE  `theme` = 'peinishi_2'  AND `file` = 'portal/page_image' LIMIT 1 [ RunTime:0.000181s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_theme_file',
  'partitions' => NULL,
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 55,
  'filtered' => 1.8181817531585693,
  'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file`  SET `theme` = 'peinishi_2' , `action` = 'portal/Page/index' , `file` = 'portal/page_image' , `name` = '单页图片版' , `more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"https:\\/\\/www.wenyimeiye.com\\/upload\\/default\\/20211117\\/405f51e1dc2dfa3cb6e8785d4b6417f3.jpg\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}}}' , `config_more` = '{\"vars\":{\"var_banner\":{\"title\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u9876\\u90e8\\u56fe\\u7247banner\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u9876\\u90e8\\u56fe\\u7247banner\"}}}}' , `description` = '单页模板文件' , `is_public` = 0 , `list_order` = 10  WHERE  `theme` = 'peinishi_2'  AND `file` = 'portal/page_image' [ RunTime:0.005494s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE  `theme` = 'peinishi_2'  AND `file` = 'public/nav' LIMIT 1 [ RunTime:0.000223s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_theme_file',
  'partitions' => NULL,
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 55,
  'filtered' => 1.8181817531585693,
  'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file`  SET `theme` = 'peinishi_2' , `action` = 'public/Nav' , `file` = 'public/nav' , `name` = '导航条' , `more` = '{\"vars\":{\"company_name\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"name\":\"company_name\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"varlogo\":{\"title\":\"\\u516c\\u53f8logo\",\"value\":\"https:\\/\\/www.wenyimeiye.com\\/upload\\/default\\/20210928\\/35ced9f4fd2356fd93f1f8bf01d8f84a.png\",\"type\":\"image\",\"tip\":\"\\u4e0a\\u4f20\\u516c\\u53f8logo\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u516c\\u53f8logo\"}},\"cfg_qq\":{\"title\":\"qq\",\"name\":\"cfg_qq\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"vxqbox\":{\"title\":\"\\u5fae\\u4fe1\\u4e8c\\u7ef4\\u7801\",\"value\":\"https:\\/\\/www.wenyimeiye.com\\/upload\\/default\\/20220322\\/77c2311d645e471c173acceb6d9f43f0.jpg\",\"type\":\"image\",\"tip\":\"\\u5fae\\u4fe1\\u4e8c\\u7ef4\\u7801\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u5fae\\u4fe1\\u4e8c\\u7ef4\\u7801\"}},\"xcxqbox\":{\"title\":\"\\u5c0f\\u7a0b\\u5e8f\\u4e8c\\u7ef4\\u7801\",\"value\":\"https:\\/\\/www.wenyimeiye.com\\/upload\\/default\\/20210928\\/35ced9f4fd2356fd93f1f8bf01d8f84a.png\",\"type\":\"image\",\"tip\":\"\\u5c0f\\u7a0b\\u5e8f\\u4e8c\\u7ef4\\u7801\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u5c0f\\u7a0b\\u5e8f\\u4e8c\\u7ef4\\u7801\"}},\"cfg_mall\":{\"title\":\"\\u90ae\\u7bb1\",\"name\":\"cfg_mall\",\"value\":\"88888888@qq.com\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"cfg_bq\":{\"title\":\"\\u7248\\u6743\\u4fe1\\u606f\",\"name\":\"cfg_bq\",\"value\":\"Copyright \\u00a9 2013-2024 PeiNiShi. All Rights Reserved.\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"cfg_mobile\":{\"title\":\"\\u5e95\\u90e8\\u8054\\u7cfb\\u7535\\u8bdd\",\"name\":\"cfg_mobile\",\"value\":\"88888888\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"cfg_mddzn\":{\"title\":\"\\u5e95\\u90e8\\u76ee\\u7684\\u5730\\u6307\\u5357\",\"name\":\"cfg_mddzn\",\"value\":\"\\u4e2d\\u56fd \\u00b7 \\u5e7f\\u5dde\\u5e02\\u767d\\u4e91\\u533a\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}}}' , `config_more` = '{\"vars\":{\"company_name\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"name\":\"company_name\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"varlogo\":{\"title\":\"\\u516c\\u53f8logo\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u4e0a\\u4f20\\u516c\\u53f8logo\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u516c\\u53f8logo\"}},\"cfg_qq\":{\"title\":\"qq\",\"name\":\"cfg_qq\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"vxqbox\":{\"title\":\"\\u5fae\\u4fe1\\u4e8c\\u7ef4\\u7801\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u5fae\\u4fe1\\u4e8c\\u7ef4\\u7801\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u5fae\\u4fe1\\u4e8c\\u7ef4\\u7801\"}},\"xcxqbox\":{\"title\":\"\\u5c0f\\u7a0b\\u5e8f\\u4e8c\\u7ef4\\u7801\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\\u5c0f\\u7a0b\\u5e8f\\u4e8c\\u7ef4\\u7801\",\"rule\":{\"require\":true},\"message\":{\"require\":\"\\u5c0f\\u7a0b\\u5e8f\\u4e8c\\u7ef4\\u7801\"}},\"cfg_mall\":{\"title\":\"\\u90ae\\u7bb1\",\"name\":\"cfg_mall\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"cfg_bq\":{\"title\":\"\\u7248\\u6743\\u4fe1\\u606f\",\"name\":\"cfg_bq\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"cfg_mobile\":{\"title\":\"\\u5e95\\u90e8\\u8054\\u7cfb\\u7535\\u8bdd\",\"name\":\"cfg_mobile\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]},\"cfg_mddzn\":{\"title\":\"\\u5e95\\u90e8\\u76ee\\u7684\\u5730\\u6307\\u5357\",\"name\":\"cfg_mddzn\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}}}' , `description` = '导航条模板文件' , `is_public` = 1 , `list_order` = 1  WHERE  `theme` = 'peinishi_2'  AND `file` = 'public/nav' [ RunTime:0.005066s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE  `theme` = 'peinishi_2' [ RunTime:0.000200s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_theme_file',
  'partitions' => NULL,
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 55,
  'filtered' => 10.0,
  'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme` [ RunTime:0.000394s ]
- [ SQL ] UPDATE `cmf_theme`  SET `name` = 'peinishi2' , `version` = '1.0.0' , `demo_url` = 'http://demo.thinkcmf.com' , `author` = 'dm' , `lang` = 'zh-cn' , `author_url` = 'http://www.thinkcmf.com' , `keywords` = 'peinishi2' , `description` = 'peinishi2'  WHERE  `theme` = 'peinishi_2' [ RunTime:0.000221s ]
- [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE  `theme` = 'peinishi_2'  AND (  `is_public` = 1 OR `file` = 'portal/actile_goods' ) [ RunTime:0.000194s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_theme_file',
  'partitions' => NULL,
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 55,
  'filtered' => 1.899999976158142,
  'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_nav` [ RunTime:0.000357s ]
- [ SQL ] SELECT `id` FROM `cmf_nav` WHERE  `is_main` = 1 LIMIT 1 [ RunTime:0.000159s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_nav',
  'partitions' => NULL,
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 2,
  'filtered' => 50.0,
  'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_nav_menu` [ RunTime:0.000318s ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE  `nav_id` = 1  AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000183s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_nav_menu',
  'partitions' => NULL,
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 26,
  'filtered' => 3.846153736114502,
  'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.000338s ]
- [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE  `option_name` = 'storage' LIMIT 1 [ RunTime:0.000165s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => NULL,
  'partitions' => NULL,
  'type' => NULL,
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => NULL,
  'filtered' => NULL,
  'extra' => 'no matching row in const table',
) ]
- [ SQL ] SELECT `path` FROM `cmf_portal_category` WHERE  `id` = 1 ORDER BY `id` DESC LIMIT 1 [ RunTime:0.000209s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_portal_category',
  'partitions' => NULL,
  'type' => 'const',
  'possible_keys' => 'PRIMARY',
  'key' => 'PRIMARY',
  'key_len' => '8',
  'ref' => 'const',
  'rows' => 1,
  'filtered' => 100.0,
  'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE  `status` = 1  AND `delete_time` = 0  AND `path` LIKE '0-1-%' ORDER BY `id` DESC [ RunTime:0.000188s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_portal_category',
  'partitions' => NULL,
  'type' => 'index',
  'possible_keys' => NULL,
  'key' => 'PRIMARY',
  'key_len' => '8',
  'ref' => NULL,
  'rows' => 20,
  'filtered' => 5.0,
  'extra' => 'Using where',
) ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM ( SELECT count(*) AS think_count FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` WHERE  `post`.`post_status` = 1  AND `post`.`post_type` = 1  AND `post`.`delete_time` = 0  AND (  `post`.`create_time` >= 0  AND `post`.`recommended` = 1 )  AND (  `category_post`.`category_id` IN (20,14,13,12,5) )  AND ( `post`.`published_time` >  0 and `post`.`published_time` < 1761526450 ) GROUP BY `post`.`id` ) `_group_count_` [ RunTime:0.000724s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'PRIMARY',
  'table' => '<derived2>',
  'partitions' => NULL,
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 8,
  'filtered' => 100.0,
  'extra' => NULL,
) ]
- [ SQL ] SELECT post.*,min(category_post.category_id) as category_id FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` WHERE  `post`.`post_status` = 1  AND `post`.`post_type` = 1  AND `post`.`delete_time` = 0  AND (  `post`.`create_time` >= 0  AND `post`.`recommended` = 1 )  AND (  `category_post`.`category_id` IN (20,14,13,12,5) )  AND ( `post`.`published_time` >  0 and `post`.`published_time` < 1761526450 ) GROUP BY `post`.`id` ORDER BY `post`.`create_time` DESC LIMIT 0,10 [ RunTime:0.001307s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'post',
  'partitions' => NULL,
  'type' => 'ALL',
  'possible_keys' => 'PRIMARY,type_status_date,parent_id,user_id,create_time',
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 165,
  'filtered' => 0.6060605645179749,
  'extra' => 'Using where; Using temporary; Using filesort',
) ]
- [ SQL ] SELECT post.*,min(category_post.category_id) as category_id FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` WHERE  `post`.`post_status` = 1  AND `post`.`post_type` = 1  AND `post`.`delete_time` = 0  AND (  `post`.`recommended` = 1 )  AND (  `category_post`.`category_id` = '1' )  AND ( `post`.`published_time` >  0 and `post`.`published_time` < 1761526450 ) GROUP BY `post`.`id` ORDER BY `post`.`create_time` DESC LIMIT 10 [ RunTime:0.000410s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'category_post',
  'partitions' => NULL,
  'type' => 'ref',
  'possible_keys' => 'term_taxonomy_id',
  'key' => 'term_taxonomy_id',
  'key_len' => '8',
  'ref' => 'const',
  'rows' => 1,
  'filtered' => 100.0,
  'extra' => 'Using index condition; Using temporary; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE  `nav_id` = 2  AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000211s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_nav_menu',
  'partitions' => NULL,
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 26,
  'filtered' => 3.846153736114502,
  'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `nav_id` FROM `cmf_nav_menu` WHERE  `id` = 12  AND `status` = 1 LIMIT 1 [ RunTime:0.000182s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_nav_menu',
  'partitions' => NULL,
  'type' => 'const',
  'possible_keys' => 'PRIMARY',
  'key' => 'PRIMARY',
  'key_len' => '4',
  'ref' => 'const',
  'rows' => 1,
  'filtered' => 100.0,
  'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE  `nav_id` = 2  AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000164s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_nav_menu',
  'partitions' => NULL,
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 26,
  'filtered' => 3.846153736114502,
  'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `nav_id` FROM `cmf_nav_menu` WHERE  `id` = 13  AND `status` = 1 LIMIT 1 [ RunTime:0.000174s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_nav_menu',
  'partitions' => NULL,
  'type' => 'const',
  'possible_keys' => 'PRIMARY',
  'key' => 'PRIMARY',
  'key_len' => '4',
  'ref' => 'const',
  'rows' => 1,
  'filtered' => 100.0,
  'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE  `nav_id` = 2  AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000162s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_nav_menu',
  'partitions' => NULL,
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 26,
  'filtered' => 3.846153736114502,
  'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `nav_id` FROM `cmf_nav_menu` WHERE  `id` = 14  AND `status` = 1 LIMIT 1 [ RunTime:0.000171s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_nav_menu',
  'partitions' => NULL,
  'type' => 'const',
  'possible_keys' => 'PRIMARY',
  'key' => 'PRIMARY',
  'key_len' => '4',
  'ref' => 'const',
  'rows' => 1,
  'filtered' => 100.0,
  'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE  `nav_id` = 2  AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000165s ]
- [ EXPLAIN : array (
  'id' => 1,
  'select_type' => 'SIMPLE',
  'table' => 'cmf_nav_menu',
  'partitions' => NULL,
  'type' => 'ALL',
  'possible_keys' => NULL,
  'key' => NULL,
  'key_len' => NULL,
  'ref' => NULL,
  'rows' => 26,
  'filtered' => 3.846153736114502,
  'extra' => 'Using where; Using filesort',
) ]
 
                        
                     
     
    
 
    0.191034s 
    