基本
文件
流程
错误
SQL
调试
- 请求信息 : 2026-03-04 16:11:54 HTTP/1.1 GET : http://en.guoyikj.com/portal/list/index/id/11.html
- 运行时间 : 0.262357s [ 吞吐率:3.81req/s ] 内存消耗:708.04kb 文件加载:112
- 查询信息 : 62 queries 8 writes
- 缓存信息 : 101 reads,0 writes
- 会话信息 : SESSION_ID=k9ve0aqmcmhh7cgpa18amskl40
- [ LANG ] D:\wwwroot\whgykj1\wwwroot/vendor\thinkphp\lang\zh-cn.php
- [ DB ] INIT mysql
- [ LANG ] D:\wwwroot\whgykj1\wwwroot\app\portal\\lang\zh-cn.php
- [ ROUTE ] array (
)
- [ HEADER ] array (
'content-type' => '',
'content-length' => '0',
'x-rewrite-url' => '/portal/list/index/id/11.html',
'realip-wts-x' => '216.73.216.149',
'x-real-ip' => '216.73.216.149',
'x-forwarded-for' => '10.1.133.110',
'user-agent' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'host' => 'en.guoyikj.com',
'accept-encoding' => 'gzip, br, zstd, deflate',
'accept' => '*/*',
'via' => '1.1 squid-proxy-5b5d847c96-9w7sf (squid/6.10)',
'connection' => 'close',
'cache-control' => 'max-age=259200',
)
- [ PARAM ] array (
'id' => '11',
)
- [ LANG ] D:\wwwroot\whgykj1\wwwroot\vendor\thinkcmf\cmf\src\behavior/../lang\zh-cn.php
- [ LANG ] D:\wwwroot\whgykj1\wwwroot\vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php
- [ LANG ] D:\wwwroot\whgykj1\wwwroot\vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php
- [ LANG ] D:\wwwroot\whgykj1\wwwroot\vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php
- [ LANG ] D:\wwwroot\whgykj1\wwwroot/app/portal\lang\zh-cn\common.php
- [ LANG ] D:\wwwroot\whgykj1\wwwroot/app/portal\lang\zh-cn\home.php
- [ VIEW ] D:\wwwroot\whgykj1\wwwroot\public/themes/two_pc_template/portal\product_list.html [ array (
0 => 'site_info',
1 => 'categoryData',
2 => 'currentCategory',
3 => 'theme_vars',
4 => 'theme_widgets',
5 => 'navName',
) ]
- [ DB ] CONNECT:[ UseTime:0.015034s ] mysql:host=localhost;port=3306;dbname=whgykj1;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `cmf_hook` [ RunTime:0.002041s ]
- [ SQL ] SELECT `hook` FROM `cmf_hook` WHERE `type` = 1 OR ( `type` = 3 AND ( `app` = '' or `app` = 'cmf' ) ) [ RunTime:0.000490s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_hook',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 71,
'filtered' => 11.710000038146973,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.002101s ]
- [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 AND `hook` IN ('app_begin','module_init','action_begin','view_filter','app_end','log_write','response_end','admin_init','home_init','send_mobile_verification_code','body_start','before_head_end','footer_start','before_footer','before_footer_end','before_body_end','left_sidebar_start','before_left_sidebar_end','right_sidebar_start','before_right_sidebar_end','comment','guestbook','switch_theme','after_content','before_content','log_write_done','switch_admin_theme','captcha_image','app_dispatch') ORDER BY `list_order` ASC [ RunTime:0.000620s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_hook_plugin',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 1,
'filtered' => 100.0,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_admin_site` [ RunTime:0.002177s ]
- [ SQL ] SELECT * FROM `cmf_admin_site` WHERE `domain_name` = 'http://en.guoyikj.com' LIMIT 1 [ RunTime:0.000495s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_admin_site',
'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_user` [ RunTime:0.002220s ]
- [ SQL ] SELECT * FROM `cmf_user` WHERE `id` IS NULL LIMIT 1 [ RunTime:0.000537s ]
- [ 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' => 'Impossible WHERE',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.001777s ]
- [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `site_id` = 1 AND `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.000502s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_option',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'option_name',
'key' => 'option_name',
'key_len' => '258',
'ref' => 'const',
'rows' => 1,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `cmf_admin_site` WHERE `domain_name` = 'http://en.guoyikj.com' LIMIT 1 [ RunTime:0.000619s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_admin_site',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 2,
'filtered' => 50.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `cmf_user` WHERE `id` IS NULL LIMIT 1 [ RunTime:0.000602s ]
- [ 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' => 'Impossible WHERE',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_category` [ RunTime:0.003432s ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `id` = 11 AND `status` = 1 LIMIT 1 [ RunTime:0.000937s ]
- [ 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 `id`,`parent_id`,`more`,`name`,`page_alias`,`text_alias`,`page_id`,`list_tpl`,`seo_title`,`seo_keywords`,`seo_description` FROM `cmf_portal_category` WHERE `id` IN (0,8,11) [ RunTime:0.000838s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'range',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => NULL,
'rows' => 3,
'filtered' => 100.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `parent_id` = 11 AND `status` = 1 LIMIT 1 [ RunTime:0.001197s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 76,
'filtered' => 1.3157894611358643,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme_file` [ RunTime:0.002235s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'two_pc_template' AND `file` = 'portal/article_context' LIMIT 1 [ RunTime:0.000486s ]
- [ 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' => 28,
'filtered' => 3.5714282989501953,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'two_pc_template' , `action` = 'portal/Article/index' , `file` = 'portal/article_context' , `name` = '文章详情页(带上下篇)' , `more` = '[]' , `config_more` = '[]' , `description` = '文章详情页模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'two_pc_template' AND `file` = 'portal/article_context' [ RunTime:0.002248s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'two_pc_template' AND `file` = 'portal/article_list' LIMIT 1 [ RunTime:0.000510s ]
- [ 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' => 28,
'filtered' => 3.5714282989501953,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'two_pc_template' , `action` = 'portal/List/index' , `file` = 'portal/article_list' , `name` = '文章列表页' , `more` = '[]' , `config_more` = '[]' , `description` = '文章列表模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'two_pc_template' AND `file` = 'portal/article_list' [ RunTime:0.002077s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'two_pc_template' AND `file` = 'portal/contact' LIMIT 1 [ RunTime:0.000528s ]
- [ 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' => 28,
'filtered' => 3.5714282989501953,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'two_pc_template' , `action` = 'portal/Page/index' , `file` = 'portal/contact' , `name` = '联系我们页' , `more` = '[]' , `config_more` = '[]' , `description` = '联系我们页模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'two_pc_template' AND `file` = 'portal/contact' [ RunTime:0.002235s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'two_pc_template' AND `file` = 'portal/download' LIMIT 1 [ RunTime:0.000503s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'filtered' => 3.5714282989501953,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'two_pc_template' , `action` = 'portal/List/index' , `file` = 'portal/download' , `name` = '下载中心' , `more` = '[]' , `config_more` = '[]' , `description` = '下载中心页模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'two_pc_template' AND `file` = 'portal/download' [ RunTime:0.001993s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'two_pc_template' AND `file` = 'portal/index' LIMIT 1 [ RunTime:0.000491s ]
- [ 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' => 28,
'filtered' => 3.5714282989501953,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'two_pc_template' , `action` = 'portal/Index/index' , `file` = 'portal/index' , `name` = '首页' , `more` = '{\"widgets\":{\"column_one\":{\"title\":\"\\u680f\\u76ee\\u4e00\",\"display\":1,\"vars\":{\"title\":{\"title\":\"\\u6587\\u6848\\u4e00\",\"name\":\"name\",\"value\":\"Products\",\"type\":\"text\",\"tip\":\"\"},\"text\":{\"title\":\"\\u6587\\u6848\\u4e8c\",\"name\":\"text\",\"value\":\"\\u00b7Categories\",\"type\":\"text\",\"tip\":\"\"},\"text2\":{\"title\":\"\\u6587\\u6848\\u4e09\",\"name\":\"text\",\"value\":\"Product Classification\",\"type\":\"text\",\"tip\":\"\"},\"text3\":{\"title\":\"\\u6587\\u6848\\u56db\",\"name\":\"text\",\"value\":\"Independent design, customization, production\",\"type\":\"text\",\"tip\":\"\"},\"category_id\":{\"title\":\"\\u9009\\u62e9\\u5206\\u7c7b\",\"value\":\"47\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":false},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\\u9009\\u62e9\\u6709\\u5b50\\u680f\\u76ee\\u4e00\\u7ea7\\u680f\\u76ee\",\"rule\":{\"require\":false},\"valueText\":\"Product Display\"}}},\"column_two\":{\"title\":\"\\u680f\\u76ee\\u4e8c\",\"display\":1,\"vars\":{\"text\":{\"title\":\"\\u6587\\u6848\\u4e00\",\"name\":\"name\",\"value\":\"about \",\"type\":\"text\",\"tip\":\"\"},\"text2\":{\"title\":\"\\u6587\\u6848\\u4e8c\",\"name\":\"name\",\"value\":\"\\u00b7Hengxin Guoyi Technology\",\"type\":\"text\",\"tip\":\"\"},\"text3\":{\"title\":\"\\u6587\\u6848\\u4e09\",\"name\":\"name\",\"value\":\"Powered by technology development\",\"type\":\"text\",\"tip\":\"\"},\"bg_img\":{\"title\":\"\\u80cc\\u666f\\u56fe\\u7247\",\"name\":\"name\",\"value\":\"default\\/20250213\\/0fe579f066cbd5603c002a6829546b58.png\",\"type\":\"image\",\"tip\":\"\"},\"category_id\":{\"title\":\"\\u7b80\\u4ecb\\u680f\\u76ee\",\"value\":\"41\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":false},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u7b80\\u4ecb\\u680f\\u76ee\",\"tip\":\"\\u9009\\u62e9\\u7ed1\\u5b9a\\u5355\\u9875\\u7684\\u5206\\u7c7b\",\"rule\":{\"require\":false},\"valueText\":\"Company Profile\"},\"l_category_id\":{\"title\":\"\\u8f6e\\u64ad\\u5206\\u7c7b\",\"value\":\"47\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":false},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":false},\"valueText\":\"Product Display\"}}},\"column_three\":{\"title\":\"\\u680f\\u76ee\\u4e94\",\"display\":1,\"vars\":{\"text\":{\"title\":\"\\u6587\\u6848\\u4e00\",\"name\":\"name\",\"value\":\"Company\\u00b7strength\",\"type\":\"text\",\"tip\":\"\"},\"text2\":{\"title\":\"\\u6587\\u6848\\u4e8c\",\"name\":\"name\",\"value\":\"High-tech industrial company specializing in the development, development, production and sales of power instruments and instrument equipment\",\"type\":\"text\",\"tip\":\"\"},\"text3\":{\"title\":\"\\u6587\\u6848\\u4e09\",\"name\":\"name\",\"value\":\"Adhere to the principle of \",\"type\":\"text\",\"tip\":\"\"},\"bg_img\":{\"title\":\"\\u80cc\\u666f\\u56fe\\u7247\",\"name\":\"name\",\"value\":\"default\\/20250214\\/01d1e3c858e728b72356a0bb7762979d.jpg\",\"type\":\"image\",\"tip\":\"\"},\"features\":{\"title\":\"\\u6eda\\u52a8\\u6570\\u5b57\",\"value\":[{\"value\":\"200\",\"unit\":\"+\",\"title\":\"Designer\"},{\"value\":\"2000\",\"unit\":\"+\",\"title\":\"Number of employees\"},{\"value\":\"1000\",\"unit\":\"+\",\"title\":\"Number of customers\"},{\"value\":\"500\",\"unit\":\"+\",\"title\":\"Area\"},{\"value\":\"25000\",\"unit\":\"m2\",\"title\":\"Area\"}],\"type\":\"array\",\"item\":{\"value\":{\"title\":\"\\u6587\\u6848\\u4e00\",\"value\":\"\",\"type\":\"text\"},\"unit\":{\"title\":\"\\u6587\\u6848\\u4e8c\",\"value\":\"\",\"type\":\"text\"},\"title\":{\"title\":\"\\u6587\\u6848\\u4e09\",\"value\":\"\",\"type\":\"text\"}},\"tip\":\"\"},\"features_two\":{\"title\":\"\\u52a8\\u6001\\u6587\\u6848\",\"value\":[{\"icon\":\"icon-a-hezuo1\",\"title\":\"Unity\",\"text\":\"The factory puts unity first. Unity is not divided into internal and external factors. Three people form a group, five people work together to live and prosper together, and inclusively integrate and embrace all rivers.\"},{\"icon\":\"icon-a-zuanshi1\",\"title\":\"pragmatic\",\"text\":\"Pragmatism is a style of seeking truth from facts, being modest and prudent, being arrogant and impetuous, working hard and striving for progress, and thus forming a corporate spirit of hard work and courage to innovate.\"},{\"icon\":\"icon-a-shinshophezuo\",\"title\":\"Integrity\",\"text\":\"The foundation of innovation is based on unity, pragmatism and integrity. Through \\\"development and optimization\\\", we raise \\\"transcendence and challenges\\\" to ourselves and the past.\"},{\"icon\":\"icon-dc-icon-chuangxinpingtai\",\"title\":\"Innovation\",\"text\":\"Take steps of unity and pragmatism, be honest, invest in innovation, keep moving forward, and achieve efficient development.\"}],\"type\":\"array\",\"item\":{\"icon\":{\"title\":\"\\u56fe\\u6807\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\"},\"title\":{\"title\":\"\\u6587\\u6848\\u4e00\",\"value\":\"\",\"type\":\"text\"},\"text\":{\"title\":\"\\u6587\\u6848\\u4e8c\",\"value\":\"\",\"type\":\"text\"}},\"tip\":\"\"}}},\"column_four\":{\"title\":\"\\u680f\\u76ee\\u56db\",\"display\":1,\"vars\":{\"text\":{\"title\":\"\\u6587\\u6848\\u4e00\",\"name\":\"name\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\"},\"text2\":{\"title\":\"\\u6587\\u6848\\u4e8c\",\"name\":\"name\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\"},\"category_id\":{\"title\":\"\\u9009\\u62e9\\u5206\\u7c7b\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":false},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":false},\"valueText\":\"\"}}},\"column_five\":{\"title\":\"\\u680f\\u76ee\\u4e94\",\"display\":1,\"vars\":{\"text\":{\"title\":\"\\u6587\\u6848\\u4e00\",\"name\":\"name\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\"},\"text2\":{\"title\":\"\\u6587\\u6848\\u4e8c\",\"name\":\"name\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\"},\"category_id\":{\"title\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":false},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":false},\"valueText\":\"\"}}}}}' , `config_more` = '{\"widgets\":{\"column_one\":{\"title\":\"\\u680f\\u76ee\\u4e00\",\"display\":\"1\",\"vars\":{\"title\":{\"title\":\"\\u6587\\u6848\\u4e00\",\"name\":\"name\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\"},\"text\":{\"title\":\"\\u6587\\u6848\\u4e8c\",\"name\":\"text\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\"},\"text2\":{\"title\":\"\\u6587\\u6848\\u4e09\",\"name\":\"text\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\"},\"text3\":{\"title\":\"\\u6587\\u6848\\u56db\",\"name\":\"text\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\"},\"category_id\":{\"title\":\"\\u9009\\u62e9\\u5206\\u7c7b\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":false},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\\u9009\\u62e9\\u6709\\u5b50\\u680f\\u76ee\\u4e00\\u7ea7\\u680f\\u76ee\",\"rule\":{\"require\":false}}}},\"column_two\":{\"title\":\"\\u680f\\u76ee\\u4e8c\",\"display\":\"1\",\"vars\":{\"text\":{\"title\":\"\\u6587\\u6848\\u4e00\",\"name\":\"name\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\"},\"text2\":{\"title\":\"\\u6587\\u6848\\u4e8c\",\"name\":\"name\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\"},\"text3\":{\"title\":\"\\u6587\\u6848\\u4e09\",\"name\":\"name\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\"},\"bg_img\":{\"title\":\"\\u80cc\\u666f\\u56fe\\u7247\",\"name\":\"name\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\"},\"category_id\":{\"title\":\"\\u7b80\\u4ecb\\u680f\\u76ee\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":false},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u7b80\\u4ecb\\u680f\\u76ee\",\"tip\":\"\\u9009\\u62e9\\u7ed1\\u5b9a\\u5355\\u9875\\u7684\\u5206\\u7c7b\",\"rule\":{\"require\":false}},\"l_category_id\":{\"title\":\"\\u8f6e\\u64ad\\u5206\\u7c7b\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":false},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"column_three\":{\"title\":\"\\u680f\\u76ee\\u4e94\",\"display\":\"1\",\"vars\":{\"text\":{\"title\":\"\\u6587\\u6848\\u4e00\",\"name\":\"name\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\"},\"text2\":{\"title\":\"\\u6587\\u6848\\u4e8c\",\"name\":\"name\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\"},\"text3\":{\"title\":\"\\u6587\\u6848\\u4e09\",\"name\":\"name\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\"},\"bg_img\":{\"title\":\"\\u80cc\\u666f\\u56fe\\u7247\",\"name\":\"name\",\"value\":\"\",\"type\":\"image\",\"tip\":\"\"},\"features\":{\"title\":\"\\u6eda\\u52a8\\u6570\\u5b57\",\"value\":[],\"type\":\"array\",\"item\":{\"value\":{\"title\":\"\\u6587\\u6848\\u4e00\",\"value\":\"\",\"type\":\"text\"},\"unit\":{\"title\":\"\\u6587\\u6848\\u4e8c\",\"value\":\"\",\"type\":\"text\"},\"title\":{\"title\":\"\\u6587\\u6848\\u4e09\",\"value\":\"\",\"type\":\"text\"}},\"tip\":\"\"},\"features_two\":{\"title\":\"\\u52a8\\u6001\\u6587\\u6848\",\"value\":[],\"type\":\"array\",\"item\":{\"icon\":{\"title\":\"\\u56fe\\u6807\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\"},\"title\":{\"title\":\"\\u6587\\u6848\\u4e00\",\"value\":\"\",\"type\":\"text\"},\"text\":{\"title\":\"\\u6587\\u6848\\u4e8c\",\"value\":\"\",\"type\":\"text\"}},\"tip\":\"\"}}},\"column_four\":{\"title\":\"\\u680f\\u76ee\\u56db\",\"display\":\"1\",\"vars\":{\"text\":{\"title\":\"\\u6587\\u6848\\u4e00\",\"name\":\"name\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\"},\"text2\":{\"title\":\"\\u6587\\u6848\\u4e8c\",\"name\":\"name\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\"},\"category_id\":{\"title\":\"\\u9009\\u62e9\\u5206\\u7c7b\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":false},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":false}}}},\"column_five\":{\"title\":\"\\u680f\\u76ee\\u4e94\",\"display\":\"1\",\"vars\":{\"text\":{\"title\":\"\\u6587\\u6848\\u4e00\",\"name\":\"name\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\"},\"text2\":{\"title\":\"\\u6587\\u6848\\u4e8c\",\"name\":\"name\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\"},\"category_id\":{\"title\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":false},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":false}}}}}}' , `description` = '首页模板文件' , `is_public` = 0 , `list_order` = 5 WHERE `theme` = 'two_pc_template' AND `file` = 'portal/index' [ RunTime:0.002430s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'two_pc_template' AND `file` = 'portal/product_list' LIMIT 1 [ RunTime:0.000408s ]
- [ 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' => 28,
'filtered' => 3.5714282989501953,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'two_pc_template' , `action` = 'portal/List/index' , `file` = 'portal/product_list' , `name` = '产品列表页' , `more` = '[]' , `config_more` = '[]' , `description` = '产品列表模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'two_pc_template' AND `file` = 'portal/product_list' [ RunTime:0.002194s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'two_pc_template' AND `file` = 'public/config' LIMIT 1 [ RunTime:0.000405s ]
- [ 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' => 28,
'filtered' => 3.5714282989501953,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'two_pc_template' , `action` = 'public/Config' , `file` = 'public/config' , `name` = '模板全局配置' , `more` = '{\"widgets\":{\"top_slide\":{\"title\":\"\\u5171\\u7528\\u7ec4\\u4ef6\",\"display\":1,\"vars\":{\"slide_id\":{\"title\":\"\\u9876\\u90e8\\u5e7b\\u706f\\u7247\",\"value\":\"3\",\"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\":\"pc\\u8f6e\\u64ad\"}}}}}' , `config_more` = '{\"widgets\":{\"top_slide\":{\"title\":\"\\u5171\\u7528\\u7ec4\\u4ef6\",\"display\":\"1\",\"vars\":{\"slide_id\":{\"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}}}}}}' , `description` = '模板全局配置文件' , `is_public` = 1 , `list_order` = 0 WHERE `theme` = 'two_pc_template' AND `file` = 'public/config' [ RunTime:0.002694s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'two_pc_template' [ RunTime:0.000483s ]
- [ 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' => 28,
'filtered' => 9.9999990463256836,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme` [ RunTime:0.002727s ]
- [ SQL ] UPDATE `cmf_theme` SET `name` = 'pc模板' , `version` = '1.0.2' , `demo_url` = '' , `author` = '' , `lang` = 'zh-cn' , `author_url` = '' , `keywords` = 'pc模板' , `description` = 'pc模板' WHERE `theme` = 'two_pc_template' [ RunTime:0.000674s ]
- [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'two_pc_template' AND ( `is_public` = 1 OR `file` = 'portal/product_list' ) [ RunTime:0.000494s ]
- [ 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' => 28,
'filtered' => 3.5714282989501953,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `cmf_user` WHERE `id` IS NULL LIMIT 1 [ RunTime:0.000523s ]
- [ 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' => 'Impossible WHERE',
) ]
- [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `site_id` = 1 AND `option_name` = 'storage' LIMIT 1 [ RunTime:0.000507s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_option',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'option_name',
'key' => 'option_name',
'key_len' => '258',
'ref' => 'const',
'rows' => 1,
'filtered' => 10.0,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_nav` [ RunTime:0.002678s ]
- [ SQL ] SELECT `id` FROM `cmf_nav` WHERE `site_id` = 6 AND `is_main` = 1 LIMIT 1 [ RunTime:0.000485s ]
- [ 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' => 4,
'filtered' => 25.0,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_nav_menu` [ RunTime:0.002168s ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 23 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000584s ]
- [ 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' => 66,
'filtered' => 1.5151515007019043,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_slide` [ RunTime:0.002043s ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_slide` WHERE `id` = 3 AND `status` = 1 AND `delete_time` = 0 [ RunTime:0.000403s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_slide',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '4',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_slide_item` [ RunTime:0.004275s ]
- [ SQL ] SELECT * FROM `cmf_slide_item` WHERE `status` = 1 AND `slide_id` = 3 ORDER BY `list_order` ASC [ RunTime:0.000747s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_slide_item',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'slide_id',
'key' => 'slide_id',
'key_len' => '4',
'ref' => 'const',
'rows' => 2,
'filtered' => 12.5,
'extra' => 'Using index condition; Using where; Using filesort',
) ]
- [ SQL ] SELECT `id`,`name` FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `parent_id` = 8 ORDER BY `list_order` ASC [ RunTime:0.000504s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 76,
'filtered' => 1.3157894611358643,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `parent_id` = 9 ORDER BY `list_order` ASC [ RunTime:0.000683s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 76,
'filtered' => 1.3157894611358643,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `parent_id` = 10 ORDER BY `list_order` ASC [ RunTime:0.000456s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 76,
'filtered' => 1.3157894611358643,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `parent_id` = 11 ORDER BY `list_order` ASC [ RunTime:0.000539s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 76,
'filtered' => 1.3157894611358643,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `parent_id` = 12 ORDER BY `list_order` ASC [ RunTime:0.000488s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 76,
'filtered' => 1.3157894611358643,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `parent_id` = 13 ORDER BY `list_order` ASC [ RunTime:0.000571s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 76,
'filtered' => 1.3157894611358643,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `parent_id` = 14 ORDER BY `list_order` ASC [ RunTime:0.000458s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 76,
'filtered' => 1.3157894611358643,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `parent_id` = 15 ORDER BY `list_order` ASC [ RunTime:0.000518s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 76,
'filtered' => 1.3157894611358643,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `parent_id` = 16 ORDER BY `list_order` ASC [ RunTime:0.000456s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 76,
'filtered' => 1.3157894611358643,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `parent_id` = 17 ORDER BY `list_order` ASC [ RunTime:0.000453s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 76,
'filtered' => 1.3157894611358643,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `parent_id` = 18 ORDER BY `list_order` ASC [ RunTime:0.000437s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 76,
'filtered' => 1.3157894611358643,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `parent_id` = 19 ORDER BY `list_order` ASC [ RunTime:0.000487s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 76,
'filtered' => 1.3157894611358643,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `parent_id` = 20 ORDER BY `list_order` ASC [ RunTime:0.000697s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 76,
'filtered' => 1.3157894611358643,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `parent_id` = 21 ORDER BY `list_order` ASC [ RunTime:0.000468s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 76,
'filtered' => 1.3157894611358643,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `parent_id` = 22 ORDER BY `list_order` ASC [ RunTime:0.000452s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 76,
'filtered' => 1.3157894611358643,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `parent_id` = 23 ORDER BY `list_order` ASC [ RunTime:0.000414s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 76,
'filtered' => 1.3157894611358643,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `parent_id` = 24 ORDER BY `list_order` ASC [ RunTime:0.000447s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 76,
'filtered' => 1.3157894611358643,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `parent_id` = 25 ORDER BY `list_order` ASC [ RunTime:0.000428s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 76,
'filtered' => 1.3157894611358643,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `parent_id`,`sort_order` FROM `cmf_portal_category` WHERE `id` = 11 LIMIT 1 [ RunTime:0.000465s ]
- [ 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 `parent_id`,`sort_order` FROM `cmf_portal_category` WHERE `id` = 8 LIMIT 1 [ RunTime:0.000387s ]
- [ 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 ] SHOW COLUMNS FROM `cmf_portal_post` [ RunTime:0.002514s ]
- [ 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 ( `category_post`.`category_id` = '11' ) AND ( `post`.`published_time` > 0 AND `post`.`published_time` < 1772611915 ) GROUP BY `post`.`id` ) `_group_count_` [ RunTime:0.001935s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'PRIMARY',
'table' => '<derived2>',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 2,
'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 ( `category_post`.`category_id` = '11' ) AND ( `post`.`published_time` > 0 AND `post`.`published_time` < 1772611915 ) GROUP BY `post`.`id` ORDER BY `category_post`.`list_order` DESC LIMIT 0,12 [ RunTime:0.001656s ]
- [ 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' => 16,
'filtered' => 100.0,
'extra' => 'Using index condition; Using temporary; Using filesort',
) ]
- [ SQL ] SELECT `id` FROM `cmf_nav` WHERE `site_id` = 6 AND `is_main` = 1 LIMIT 1 [ RunTime:0.000511s ]
- [ 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' => 4,
'filtered' => 25.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 23 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000469s ]
- [ 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' => 66,
'filtered' => 1.5151515007019043,
'extra' => 'Using where; Using filesort',
) ]

0.265149s