[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000738s ]
[ 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 < 1775889378 and b.endtime > 1775889378 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(8, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc, id desc [ RunTime:0.002021s ]
[ 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 (28,27,8,7) group by binary(p.name), binary(p1.name); [ RunTime:0.002007s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000650s ]
[ 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 < 1775889378 and b.endtime > 1775889378 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(8, category_ids) ) ) ) AND `p`.`deletetime` IS NULL LIMIT 1 [ RunTime:0.001341s ]
[ 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 < 1775889378 and b.endtime > 1775889378 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(8, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc,id desc LIMIT 0,12 [ RunTime:0.001691s ]
[ SQL ] SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (28,27,8,7) ) AND `discuss`.`deletetime` IS NULL [ RunTime:0.001019s ]
[ SQL ] SELECT * FROM `product_sku_price` WHERE ( `product_id` IN (28,27,8,7) ) AND `product_sku_price`.`deletetime` IS NULL ORDER BY `weigh` ASC,`id` ASC [ RunTime:0.001065s ]
[ SQL ] SELECT * FROM `activity` WHERE ( ( 1775889378 > starttime && 1775889378 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [ RunTime:0.000987s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.001067s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [ RunTime:0.000977s ]
[ SQL ] SELECT `id` FROM `category` WHERE `path` = 'poster-8' LIMIT 1 [ RunTime:0.000965s ]
[ 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 = 8
and p.status = "up" and p.deletetime is null limit 40 [ RunTime:0.001045s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [ RunTime:0.001197s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'salesmartly' AND `is_installed` = 1 LIMIT 1 [ RunTime:0.001150s ]
[ SQL ] SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [ RunTime:0.000954s ]
[ 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.001059s ]
[ 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.000947s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [ RunTime:0.000900s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [ RunTime:0.000910s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [ RunTime:0.000869s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [ RunTime:0.000910s ]
[ 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.000856s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [ RunTime:0.000904s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [ RunTime:0.000898s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [ RunTime:0.001635s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [ RunTime:0.000886s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [ RunTime:0.001004s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [ RunTime:0.000846s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [ RunTime:0.000788s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [ RunTime:0.000801s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [ RunTime:0.000935s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [ RunTime:0.000929s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [ RunTime:0.000877s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [ RunTime:0.000949s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [ RunTime:0.000999s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 8 AND `status` = '1' LIMIT 1 [ RunTime:0.001460s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [ RunTime:0.000893s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 8 AND `status` = '1' LIMIT 1 [ RunTime:0.000953s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [ RunTime:0.000864s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 8 AND `status` = '1' LIMIT 1 [ RunTime:0.000910s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [ RunTime:0.000928s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 8 AND `status` = '1' LIMIT 1 [ RunTime:0.000946s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [ RunTime:0.000899s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [ RunTime:0.001127s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [ RunTime:0.001408s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [ RunTime:0.001367s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [ RunTime:0.000888s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [ RunTime:0.000997s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [ RunTime:0.001039s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [ RunTime:0.000984s ]
2/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 < 1775889378 and b.endtime > 1775889378 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(8, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc, id desc [0.002021s/0.06773s=2.98%]
3/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 (28,27,8,7) group by binary(p.name), binary(p1.name); [0.002007s/0.06773s=2.96%]
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 < 1775889378 and b.endtime > 1775889378 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(8, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc,id desc LIMIT 0,12 [0.001691s/0.06773s=2.50%]
5/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [0.001635s/0.06773s=2.41%]
6/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 8 AND `status` = '1' LIMIT 1 [0.001460s/0.06773s=2.16%]
7/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [0.001408s/0.06773s=2.08%]
8/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [0.001367s/0.06773s=2.02%]
9/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 < 1775889378 and b.endtime > 1775889378 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(8, category_ids) ) ) ) AND `p`.`deletetime` IS NULL LIMIT 1 [0.001341s/0.06773s=1.98%]
10/63 . SELECT * FROM `payment` WHERE `status` = '1' ORDER BY `weigh` DESC,`id` ASC [0.001283s/0.06773s=1.89%]
12/63 . SELECT `value` FROM `config` WHERE `name` = 'channel_google' LIMIT 1 [0.001205s/0.06773s=1.78%]
13/63 . SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [0.001197s/0.06773s=1.77%]
14/63 . SELECT `value` FROM `config` WHERE ( name = 'byIpSwitch' ) LIMIT 1 [0.001184s/0.06773s=1.75%]
15/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'access_control' AND `is_installed` = 1 LIMIT 1 [0.001168s/0.06773s=1.72%]
16/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'salesmartly' AND `is_installed` = 1 LIMIT 1 [0.001150s/0.06773s=1.70%]
17/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [0.001127s/0.06773s=1.66%]
18/63 . SELECT `value` FROM `config` WHERE `name` = 'customer_login_config' LIMIT 1 [0.001107s/0.06773s=1.63%]
19/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.001067s/0.06773s=1.58%]
20/63 . set time_zone = '+08:00' [0.001066s/0.06773s=1.57%]
21/63 . SELECT * FROM `product_sku_price` WHERE ( `product_id` IN (28,27,8,7) ) AND `product_sku_price`.`deletetime` IS NULL ORDER BY `weigh` ASC,`id` ASC [0.001065s/0.06773s=1.57%]
22/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.001059s/0.06773s=1.56%]
23/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 = 8
and p.status = "up" and p.deletetime is null limit 40 [0.001045s/0.06773s=1.54%]
24/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [0.001039s/0.06773s=1.53%]
25/63 . SELECT `value` FROM `config` WHERE `name` = 'lang_auto_detect' LIMIT 1 [0.001020s/0.06773s=1.51%]
26/63 . SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (28,27,8,7) ) AND `discuss`.`deletetime` IS NULL [0.001019s/0.06773s=1.50%]
27/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [0.001004s/0.06773s=1.48%]
28/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [0.000999s/0.06773s=1.47%]
29/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [0.000997s/0.06773s=1.47%]
30/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'product_topic' AND `is_installed` = 1 LIMIT 1 [0.000994s/0.06773s=1.47%]
31/63 . SELECT * FROM `activity` WHERE ( ( 1775889378 > starttime && 1775889378 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [0.000987s/0.06773s=1.46%]
32/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [0.000984s/0.06773s=1.45%]
33/63 . SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [0.000977s/0.06773s=1.44%]
34/63 . SELECT `value` FROM `config` WHERE ( name = 'multiCurrencySwitch' ) LIMIT 1 [0.000968s/0.06773s=1.43%]
35/63 . SELECT `id` FROM `category` WHERE `path` = 'poster-8' LIMIT 1 [0.000965s/0.06773s=1.42%]
36/63 . SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [0.000954s/0.06773s=1.41%]
37/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 8 AND `status` = '1' LIMIT 1 [0.000953s/0.06773s=1.41%]
38/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [0.000949s/0.06773s=1.40%]
39/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.000947s/0.06773s=1.40%]
40/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 8 AND `status` = '1' LIMIT 1 [0.000946s/0.06773s=1.40%]
41/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [0.000935s/0.06773s=1.38%]
42/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [0.000929s/0.06773s=1.37%]
43/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [0.000928s/0.06773s=1.37%]
44/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [0.000910s/0.06773s=1.34%]
45/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [0.000910s/0.06773s=1.34%]
46/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 8 AND `status` = '1' LIMIT 1 [0.000910s/0.06773s=1.34%]
47/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [0.000904s/0.06773s=1.33%]
48/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [0.000900s/0.06773s=1.33%]
49/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [0.000899s/0.06773s=1.33%]
50/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [0.000898s/0.06773s=1.33%]
51/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [0.000893s/0.06773s=1.32%]
52/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [0.000888s/0.06773s=1.31%]
53/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [0.000886s/0.06773s=1.31%]
54/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [0.000877s/0.06773s=1.29%]
55/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [0.000869s/0.06773s=1.28%]
56/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [0.000864s/0.06773s=1.28%]
57/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.000856s/0.06773s=1.26%]
58/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [0.000846s/0.06773s=1.25%]
59/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [0.000801s/0.06773s=1.18%]
61/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [0.000788s/0.06773s=1.16%]
62/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000738s/0.06773s=1.09%]
63/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000650s/0.06773s=0.96%]
1/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [4 times, 0.004234s/0.06773s=6.25%]
2/11. SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [4 times, 0.004475s/0.06773s=6.61%]
3/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [4 times, 0.003684s/0.06773s=5.44%]
4/11. SELECT `id` FROM `custom_activity` WHERE `id` = 8 AND `status` = '1' LIMIT 1 [4 times, 0.004269s/0.06773s=6.30%]
5/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [4 times, 0.003604s/0.06773s=5.32%]
6/11. SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [4 times, 0.003525s/0.06773s=5.20%]
7/11. SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [4 times, 0.003604s/0.06773s=5.32%]
8/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [4 times, 0.004308s/0.06773s=6.36%]
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.002862s/0.06773s=4.23%]
10/11. set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [3 times, 0.002455s/0.06773s=3.62%]