[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000833s ]
[ SQL ] SELECT p.id,p.type,p.title,p.subtitle,p.supplier,p.status,p.audit_status,p.audit_reject_times,p.auto_shelves_after_audit,p.is_tax,p.weigh,p.category_ids,p.product_tag_ids,p.product_tag_names,p.image,p.images,p.params,p.price,p.original_price,p.is_sku,p.likes,p.views,p.sales,p.size_country,p.size_guide,p.marketing_size_guide_id,p.show_sales,p.service_ids,p.shipping_type,p.shipping_ids,p.is_custom,p.is_custom_plus,p.custom_config,p.draft_product_id,p.seotitle,p.keywords,p.description,p.path,p.is_tob_sku,p.createtime,p.updatetime,p.deletetime,p.lang,(p.sales + p.show_sales) as total_sales,ifnull(y.price, p.price) price1 FROM `product` `p` LEFT JOIN (select min(price) price,product_id from ( SELECT `a`.`price`,`a`.`product_id` FROM `activity_product_sku_price` `a` INNER JOIN `activity` `b` ON `b`.`id`=a.activity_id and a.status = 'up' and b.deletetime is null and b.starttime < 1775899132 and b.endtime > 1775899132 WHERE `a`.`deletetime` IS NULL ) `t` group by `t`.`product_id`) `y` ON `y`.`product_id`=`p`.`id` WHERE ( `p`.`status` IN ('up') AND ( ( find_in_set(9, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc, id desc [ RunTime:0.001913s ]
[ SQL ] select p.name,p1.name cname from product_sku as p left join product_sku as p1
on p1.pid = p.id where p.pid = 0 and p.product_id in (26,25,11,10) group by binary(p.name), binary(p1.name); [ RunTime:0.001779s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000924s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `product` `p` LEFT JOIN (select min(price) price,product_id from ( SELECT `a`.`price`,`a`.`product_id` FROM `activity_product_sku_price` `a` INNER JOIN `activity` `b` ON `b`.`id`=a.activity_id and a.status = 'up' and b.deletetime is null and b.starttime < 1775899132 and b.endtime > 1775899132 WHERE `a`.`deletetime` IS NULL ) `t` group by `t`.`product_id`) `y` ON `y`.`product_id`=`p`.`id` WHERE ( `p`.`status` IN ('up') AND ( ( find_in_set(9, category_ids) ) ) ) AND `p`.`deletetime` IS NULL LIMIT 1 [ RunTime:0.003245s ]
[ SQL ] SELECT p.id,p.type,p.title,p.subtitle,p.supplier,p.status,p.audit_status,p.audit_reject_times,p.auto_shelves_after_audit,p.is_tax,p.weigh,p.category_ids,p.product_tag_ids,p.product_tag_names,p.image,p.images,p.params,p.price,p.original_price,p.is_sku,p.likes,p.views,p.sales,p.size_country,p.size_guide,p.marketing_size_guide_id,p.show_sales,p.service_ids,p.shipping_type,p.shipping_ids,p.is_custom,p.is_custom_plus,p.custom_config,p.draft_product_id,p.seotitle,p.keywords,p.description,p.path,p.is_tob_sku,p.createtime,p.updatetime,p.deletetime,p.lang,(p.sales + p.show_sales) as total_sales,ifnull(y.price, p.price) price1 FROM `product` `p` LEFT JOIN (select min(price) price,product_id from ( SELECT `a`.`price`,`a`.`product_id` FROM `activity_product_sku_price` `a` INNER JOIN `activity` `b` ON `b`.`id`=a.activity_id and a.status = 'up' and b.deletetime is null and b.starttime < 1775899132 and b.endtime > 1775899132 WHERE `a`.`deletetime` IS NULL ) `t` group by `t`.`product_id`) `y` ON `y`.`product_id`=`p`.`id` WHERE ( `p`.`status` IN ('up') AND ( ( find_in_set(9, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc,id desc LIMIT 0,12 [ RunTime:0.002426s ]
[ SQL ] SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (26,25,11,10) ) AND `discuss`.`deletetime` IS NULL [ RunTime:0.001293s ]
[ SQL ] SELECT * FROM `product_sku_price` WHERE ( `product_id` IN (26,25,11,10) ) AND `product_sku_price`.`deletetime` IS NULL ORDER BY `weigh` ASC,`id` ASC [ RunTime:0.001129s ]
[ SQL ] SELECT * FROM `activity` WHERE ( ( 1775899132 > starttime && 1775899132 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [ RunTime:0.001014s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000972s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [ RunTime:0.001003s ]
[ SQL ] SELECT `id` FROM `category` WHERE `path` = 'key-chain-9' LIMIT 1 [ RunTime:0.000930s ]
[ SQL ] select p.id,title ,price from product_category_relation as pcr left join product as p on p.id = pcr.product_id where pcr.category_id = 9
and p.status = "up" and p.deletetime is null limit 40 [ RunTime:0.001147s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [ RunTime:0.001141s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'salesmartly' AND `is_installed` = 1 LIMIT 1 [ RunTime:0.001208s ]
[ SQL ] SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [ RunTime:0.000991s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `themes_lang` WHERE ( lang_name='en' AND is_enable=1 AND transl_way=2 AND deletetime IS NULL ) LIMIT 1 [ RunTime:0.001013s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `themes_lang` WHERE ( lang_name='en' AND is_enable=1 AND transl_way=2 AND deletetime IS NULL ) LIMIT 1 [ RunTime:0.001160s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 26 LIMIT 1 [ RunTime:0.001083s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 26 AND `status` = '1' LIMIT 1 [ RunTime:0.001005s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 26 LIMIT 1 [ RunTime:0.001570s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 26 AND `status` = '1' LIMIT 1 [ RunTime:0.001358s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `themes_lang` WHERE ( lang_name='en' AND is_enable=1 AND transl_way=2 AND deletetime IS NULL ) LIMIT 1 [ RunTime:0.001035s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 26 LIMIT 1 [ RunTime:0.000983s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 26 AND `status` = '1' LIMIT 1 [ RunTime:0.001010s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 26 LIMIT 1 [ RunTime:0.000989s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 26 AND `status` = '1' LIMIT 1 [ RunTime:0.001095s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 25 LIMIT 1 [ RunTime:0.000997s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 25 AND `status` = '1' LIMIT 1 [ RunTime:0.001160s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 25 LIMIT 1 [ RunTime:0.000971s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 25 AND `status` = '1' LIMIT 1 [ RunTime:0.000963s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 25 LIMIT 1 [ RunTime:0.001143s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 25 AND `status` = '1' LIMIT 1 [ RunTime:0.000941s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 25 LIMIT 1 [ RunTime:0.001152s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 25 AND `status` = '1' LIMIT 1 [ RunTime:0.000978s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 11 LIMIT 1 [ RunTime:0.001203s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 11 AND `status` = '1' LIMIT 1 [ RunTime:0.000977s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 11 LIMIT 1 [ RunTime:0.000980s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 11 AND `status` = '1' LIMIT 1 [ RunTime:0.000986s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 11 LIMIT 1 [ RunTime:0.000967s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 11 AND `status` = '1' LIMIT 1 [ RunTime:0.001294s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 11 LIMIT 1 [ RunTime:0.001006s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 11 AND `status` = '1' LIMIT 1 [ RunTime:0.001056s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 10 LIMIT 1 [ RunTime:0.001110s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 10 AND `status` = '1' LIMIT 1 [ RunTime:0.001062s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 10 LIMIT 1 [ RunTime:0.000942s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 10 AND `status` = '1' LIMIT 1 [ RunTime:0.000994s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 10 LIMIT 1 [ RunTime:0.001208s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 10 AND `status` = '1' LIMIT 1 [ RunTime:0.000895s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 10 LIMIT 1 [ RunTime:0.000878s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 10 AND `status` = '1' LIMIT 1 [ RunTime:0.000875s ]
2/63 . SELECT COUNT(*) AS tp_count FROM `product` `p` LEFT JOIN (select min(price) price,product_id from ( SELECT `a`.`price`,`a`.`product_id` FROM `activity_product_sku_price` `a` INNER JOIN `activity` `b` ON `b`.`id`=a.activity_id and a.status = 'up' and b.deletetime is null and b.starttime < 1775899132 and b.endtime > 1775899132 WHERE `a`.`deletetime` IS NULL ) `t` group by `t`.`product_id`) `y` ON `y`.`product_id`=`p`.`id` WHERE ( `p`.`status` IN ('up') AND ( ( find_in_set(9, category_ids) ) ) ) AND `p`.`deletetime` IS NULL LIMIT 1 [0.003245s/0.075631s=4.29%]
3/63 . SELECT p.id,p.type,p.title,p.subtitle,p.supplier,p.status,p.audit_status,p.audit_reject_times,p.auto_shelves_after_audit,p.is_tax,p.weigh,p.category_ids,p.product_tag_ids,p.product_tag_names,p.image,p.images,p.params,p.price,p.original_price,p.is_sku,p.likes,p.views,p.sales,p.size_country,p.size_guide,p.marketing_size_guide_id,p.show_sales,p.service_ids,p.shipping_type,p.shipping_ids,p.is_custom,p.is_custom_plus,p.custom_config,p.draft_product_id,p.seotitle,p.keywords,p.description,p.path,p.is_tob_sku,p.createtime,p.updatetime,p.deletetime,p.lang,(p.sales + p.show_sales) as total_sales,ifnull(y.price, p.price) price1 FROM `product` `p` LEFT JOIN (select min(price) price,product_id from ( SELECT `a`.`price`,`a`.`product_id` FROM `activity_product_sku_price` `a` INNER JOIN `activity` `b` ON `b`.`id`=a.activity_id and a.status = 'up' and b.deletetime is null and b.starttime < 1775899132 and b.endtime > 1775899132 WHERE `a`.`deletetime` IS NULL ) `t` group by `t`.`product_id`) `y` ON `y`.`product_id`=`p`.`id` WHERE ( `p`.`status` IN ('up') AND ( ( find_in_set(9, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc,id desc LIMIT 0,12 [0.002426s/0.075631s=3.21%]
4/63 . SELECT p.id,p.type,p.title,p.subtitle,p.supplier,p.status,p.audit_status,p.audit_reject_times,p.auto_shelves_after_audit,p.is_tax,p.weigh,p.category_ids,p.product_tag_ids,p.product_tag_names,p.image,p.images,p.params,p.price,p.original_price,p.is_sku,p.likes,p.views,p.sales,p.size_country,p.size_guide,p.marketing_size_guide_id,p.show_sales,p.service_ids,p.shipping_type,p.shipping_ids,p.is_custom,p.is_custom_plus,p.custom_config,p.draft_product_id,p.seotitle,p.keywords,p.description,p.path,p.is_tob_sku,p.createtime,p.updatetime,p.deletetime,p.lang,(p.sales + p.show_sales) as total_sales,ifnull(y.price, p.price) price1 FROM `product` `p` LEFT JOIN (select min(price) price,product_id from ( SELECT `a`.`price`,`a`.`product_id` FROM `activity_product_sku_price` `a` INNER JOIN `activity` `b` ON `b`.`id`=a.activity_id and a.status = 'up' and b.deletetime is null and b.starttime < 1775899132 and b.endtime > 1775899132 WHERE `a`.`deletetime` IS NULL ) `t` group by `t`.`product_id`) `y` ON `y`.`product_id`=`p`.`id` WHERE ( `p`.`status` IN ('up') AND ( ( find_in_set(9, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc, id desc [0.001913s/0.075631s=2.53%]
5/63 . select p.name,p1.name cname from product_sku as p left join product_sku as p1
on p1.pid = p.id where p.pid = 0 and p.product_id in (26,25,11,10) group by binary(p.name), binary(p1.name); [0.001779s/0.075631s=2.35%]
6/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 26 LIMIT 1 [0.001570s/0.075631s=2.08%]
7/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 26 AND `status` = '1' LIMIT 1 [0.001358s/0.075631s=1.80%]
8/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 11 AND `status` = '1' LIMIT 1 [0.001294s/0.075631s=1.71%]
9/63 . SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (26,25,11,10) ) AND `discuss`.`deletetime` IS NULL [0.001293s/0.075631s=1.71%]
10/63 . SELECT * FROM `payment` WHERE `status` = '1' ORDER BY `weigh` DESC,`id` ASC [0.001292s/0.075631s=1.71%]
11/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'salesmartly' AND `is_installed` = 1 LIMIT 1 [0.001208s/0.075631s=1.60%]
12/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 10 LIMIT 1 [0.001208s/0.075631s=1.60%]
13/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 11 LIMIT 1 [0.001203s/0.075631s=1.59%]
14/63 . SELECT `value` FROM `config` WHERE `name` = 'customer_login_config' LIMIT 1 [0.001164s/0.075631s=1.54%]
15/63 . SELECT COUNT(*) AS tp_count FROM `themes_lang` WHERE ( lang_name='en' AND is_enable=1 AND transl_way=2 AND deletetime IS NULL ) LIMIT 1 [0.001160s/0.075631s=1.53%]
16/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 25 AND `status` = '1' LIMIT 1 [0.001160s/0.075631s=1.53%]
17/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 25 LIMIT 1 [0.001152s/0.075631s=1.52%]
18/63 . select p.id,title ,price from product_category_relation as pcr left join product as p on p.id = pcr.product_id where pcr.category_id = 9
and p.status = "up" and p.deletetime is null limit 40 [0.001147s/0.075631s=1.52%]
19/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 25 LIMIT 1 [0.001143s/0.075631s=1.51%]
20/63 . SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [0.001141s/0.075631s=1.51%]
21/63 . SELECT * FROM `product_sku_price` WHERE ( `product_id` IN (26,25,11,10) ) AND `product_sku_price`.`deletetime` IS NULL ORDER BY `weigh` ASC,`id` ASC [0.001129s/0.075631s=1.49%]
22/63 . SELECT `value` FROM `config` WHERE `name` = 'lang_auto_detect' LIMIT 1 [0.001127s/0.075631s=1.49%]
24/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 10 LIMIT 1 [0.001110s/0.075631s=1.47%]
25/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 26 AND `status` = '1' LIMIT 1 [0.001095s/0.075631s=1.45%]
26/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 26 LIMIT 1 [0.001083s/0.075631s=1.43%]
27/63 . SELECT `value` FROM `config` WHERE ( name = 'byIpSwitch' ) LIMIT 1 [0.001077s/0.075631s=1.42%]
28/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 10 AND `status` = '1' LIMIT 1 [0.001062s/0.075631s=1.40%]
29/63 . SELECT `value` FROM `config` WHERE `name` = 'channel_google' LIMIT 1 [0.001060s/0.075631s=1.40%]
30/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'access_control' AND `is_installed` = 1 LIMIT 1 [0.001056s/0.075631s=1.40%]
31/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 11 AND `status` = '1' LIMIT 1 [0.001056s/0.075631s=1.40%]
32/63 . SELECT COUNT(*) AS tp_count FROM `themes_lang` WHERE ( lang_name='en' AND is_enable=1 AND transl_way=2 AND deletetime IS NULL ) LIMIT 1 [0.001035s/0.075631s=1.37%]
33/63 . SELECT * FROM `activity` WHERE ( ( 1775899132 > starttime && 1775899132 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [0.001014s/0.075631s=1.34%]
34/63 . SELECT COUNT(*) AS tp_count FROM `themes_lang` WHERE ( lang_name='en' AND is_enable=1 AND transl_way=2 AND deletetime IS NULL ) LIMIT 1 [0.001013s/0.075631s=1.34%]
35/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 26 AND `status` = '1' LIMIT 1 [0.001010s/0.075631s=1.34%]
36/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'product_topic' AND `is_installed` = 1 LIMIT 1 [0.001008s/0.075631s=1.33%]
37/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 11 LIMIT 1 [0.001006s/0.075631s=1.33%]
38/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 26 AND `status` = '1' LIMIT 1 [0.001005s/0.075631s=1.33%]
39/63 . SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [0.001003s/0.075631s=1.33%]
40/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 25 LIMIT 1 [0.000997s/0.075631s=1.32%]
41/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 10 AND `status` = '1' LIMIT 1 [0.000994s/0.075631s=1.31%]
42/63 . SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [0.000991s/0.075631s=1.31%]
43/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 26 LIMIT 1 [0.000989s/0.075631s=1.31%]
44/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 11 AND `status` = '1' LIMIT 1 [0.000986s/0.075631s=1.30%]
45/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 26 LIMIT 1 [0.000983s/0.075631s=1.30%]
46/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 11 LIMIT 1 [0.000980s/0.075631s=1.30%]
47/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 25 AND `status` = '1' LIMIT 1 [0.000978s/0.075631s=1.29%]
48/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 11 AND `status` = '1' LIMIT 1 [0.000977s/0.075631s=1.29%]
49/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000972s/0.075631s=1.29%]
50/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 25 LIMIT 1 [0.000971s/0.075631s=1.28%]
51/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 11 LIMIT 1 [0.000967s/0.075631s=1.28%]
52/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 25 AND `status` = '1' LIMIT 1 [0.000963s/0.075631s=1.27%]
53/63 . SELECT `value` FROM `config` WHERE ( name = 'multiCurrencySwitch' ) LIMIT 1 [0.000956s/0.075631s=1.26%]
54/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 10 LIMIT 1 [0.000942s/0.075631s=1.25%]
55/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 25 AND `status` = '1' LIMIT 1 [0.000941s/0.075631s=1.24%]
56/63 . SELECT `id` FROM `category` WHERE `path` = 'key-chain-9' LIMIT 1 [0.000930s/0.075631s=1.23%]
57/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000924s/0.075631s=1.22%]
58/63 . set time_zone = '+08:00' [0.000899s/0.075631s=1.19%]
59/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 10 AND `status` = '1' LIMIT 1 [0.000895s/0.075631s=1.18%]
61/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 10 LIMIT 1 [0.000878s/0.075631s=1.16%]
62/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 10 AND `status` = '1' LIMIT 1 [0.000875s/0.075631s=1.16%]
63/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000833s/0.075631s=1.10%]
1/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 10 LIMIT 1 [4 times, 0.004138s/0.075631s=5.47%]
2/11. SELECT `id` FROM `custom_activity` WHERE `id` = 10 AND `status` = '1' LIMIT 1 [4 times, 0.003826s/0.075631s=5.06%]
3/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 11 LIMIT 1 [4 times, 0.004156s/0.075631s=5.50%]
4/11. SELECT `id` FROM `custom_activity` WHERE `id` = 11 AND `status` = '1' LIMIT 1 [4 times, 0.004313s/0.075631s=5.70%]
5/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 25 LIMIT 1 [4 times, 0.004263s/0.075631s=5.64%]
6/11. SELECT `id` FROM `custom_activity` WHERE `id` = 25 AND `status` = '1' LIMIT 1 [4 times, 0.004042s/0.075631s=5.34%]
7/11. SELECT `id` FROM `custom_activity` WHERE `id` = 26 AND `status` = '1' LIMIT 1 [4 times, 0.004468s/0.075631s=5.91%]
8/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 26 LIMIT 1 [4 times, 0.004625s/0.075631s=6.12%]
9/11. SELECT COUNT(*) AS tp_count FROM `themes_lang` WHERE ( lang_name='en' AND is_enable=1 AND transl_way=2 AND deletetime IS NULL ) LIMIT 1 [3 times, 0.003208s/0.075631s=4.24%]
10/11. set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [3 times, 0.002729s/0.075631s=3.61%]