SELECT @@collation_connection AS c [ RunTime:0.000231s ]
SHOW FULL COLUMNS FROM `t_extend` [ RunTime:0.000850s ]
SELECT `json_extend` FROM `t_extend` WHERE `name` = 'tags' LIMIT 1 [ RunTime:0.000402s ]
SELECT * FROM `t_extend` WHERE `name` = 'multilang' LIMIT 1 [ RunTime:0.000398s ]
SHOW FULL COLUMNS FROM `t_multilang_config` [ RunTime:0.000587s ]
SELECT `locale` FROM `t_multilang_config` WHERE `is_enabled` = 1 AND `is_default` = 0 ORDER BY `sort` ASC [ RunTime:0.000412s ]
SHOW FULL COLUMNS FROM `t_column` [ RunTime:0.000602s ]
SELECT `id`,`tid`,`type`,`name`,`sort`,`nav`,`show`,`create_time`,`json_extend` FROM `t_column` WHERE `show` = 1 ORDER BY `sort` DESC,`id` ASC [ RunTime:0.002162s ]
SHOW FULL COLUMNS FROM `t_message` [ RunTime:0.000889s ]
SELECT `json_extend` FROM `t_message` WHERE `mode` = 'default' AND `name` = 'captcha' LIMIT 1 [ RunTime:0.000491s ]
SHOW FULL COLUMNS FROM `t_url_redirects` [ RunTime:0.000941s ]
SELECT `new_url` FROM `t_url_redirects` WHERE `old_url` = 'tags/double-sided-acrylic-tape-2' AND `enabled` = 1 LIMIT 1 [ RunTime:0.000477s ]
SHOW FULL COLUMNS FROM `t_tags_keyword` [ RunTime:0.000582s ]
SELECT * FROM `t_tags_keyword` WHERE `slug` = 'double-sided-acrylic-tape-2' LIMIT 1 [ RunTime:0.000504s ]
SELECT `article_count` FROM `t_tags_keyword` WHERE `id` = 1135 LIMIT 1 [ RunTime:0.000360s ]
SHOW FULL COLUMNS FROM `t_detail` [ RunTime:0.000679s ]
SELECT `t`.`id` FROM `t_detail` `t` WHERE `t`.`show` = '1' AND ( (LOWER(t.title) LIKE '%double-sided acrylic tape%' OR LOWER(JSON_UNQUOTE(JSON_EXTRACT(t.json_extend, '$.keywords'))) LIKE '%double-sided acrylic tape%' OR LOWER(JSON_UNQUOTE(JSON_EXTRACT(t.json_extend, '$.tags'))) LIKE '%double-sided acrylic tape%') OR (LOWER(t.title) LIKE '%double-sided acrylic tapes%' OR LOWER(JSON_UNQUOTE(JSON_EXTRACT(t.json_extend, '$.keywords'))) LIKE '%double-sided acrylic tapes%' OR LOWER(JSON_UNQUOTE(JSON_EXTRACT(t.json_extend, '$.tags'))) LIKE '%double-sided acrylic tapes%') ) ORDER BY t.sort DESC, t.publish_time desc, t.id DESC LIMIT 0,21 [ RunTime:0.002507s ]
SELECT `t`.*,`c`.`name`,c.tid as column_tid,c.json_extend as column_json_extend,dc.column_id as primary_column_id FROM `t_detail` `t` INNER JOIN `t_detail_column` `dc` ON `dc`.`detail_id`=t.id AND dc.is_primary = 1 INNER JOIN `t_column` `c` ON `c`.`id`=`dc`.`column_id` WHERE `t`.`id` = '810' AND `c`.`show` = '1' ORDER BY t.sort DESC, t.publish_time desc, t.id DESC [ RunTime:0.000821s ]
SELECT `id`,`tid`,`json_extend` FROM `t_column` [ RunTime:0.002238s ]