[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000856s ]
[ 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 < 1775893792 and b.endtime > 1775893792 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(12, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc, id desc [ RunTime:0.001871s ]
[ 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 (36,35,34,33) group by binary(p.name), binary(p1.name); [ RunTime:0.001625s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000858s ]
[ 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 < 1775893792 and b.endtime > 1775893792 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(12, category_ids) ) ) ) AND `p`.`deletetime` IS NULL LIMIT 1 [ RunTime:0.001531s ]
[ 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 < 1775893792 and b.endtime > 1775893792 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(12, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc,id desc LIMIT 0,12 [ RunTime:0.001798s ]
[ SQL ] SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (36,35,34,33) ) AND `discuss`.`deletetime` IS NULL [ RunTime:0.001121s ]
[ SQL ] SELECT * FROM `product_sku_price` WHERE ( `product_id` IN (36,35,34,33) ) AND `product_sku_price`.`deletetime` IS NULL ORDER BY `weigh` ASC,`id` ASC [ RunTime:0.001193s ]
[ SQL ] SELECT * FROM `activity` WHERE ( ( 1775893792 > starttime && 1775893792 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [ RunTime:0.001041s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.001007s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [ RunTime:0.001431s ]
[ SQL ] SELECT `id` FROM `category` WHERE `path` = 'apron-12' LIMIT 1 [ RunTime:0.001126s ]
[ 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 = 12
and p.status = "up" and p.deletetime is null limit 40 [ RunTime:0.001137s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [ RunTime:0.001254s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'salesmartly' AND `is_installed` = 1 LIMIT 1 [ RunTime:0.001278s ]
[ SQL ] SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [ RunTime:0.001203s ]
[ 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.001169s ]
[ 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.001188s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 36 LIMIT 1 [ RunTime:0.001235s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 36 AND `status` = '1' LIMIT 1 [ RunTime:0.001240s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 36 LIMIT 1 [ RunTime:0.001160s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 36 AND `status` = '1' LIMIT 1 [ RunTime:0.001075s ]
[ 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.001197s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 36 LIMIT 1 [ RunTime:0.001154s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 36 AND `status` = '1' LIMIT 1 [ RunTime:0.001060s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 36 LIMIT 1 [ RunTime:0.001347s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 36 AND `status` = '1' LIMIT 1 [ RunTime:0.001109s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 35 LIMIT 1 [ RunTime:0.001062s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 35 AND `status` = '1' LIMIT 1 [ RunTime:0.001088s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 35 LIMIT 1 [ RunTime:0.001395s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 35 AND `status` = '1' LIMIT 1 [ RunTime:0.001118s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 35 LIMIT 1 [ RunTime:0.001132s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 35 AND `status` = '1' LIMIT 1 [ RunTime:0.001006s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 35 LIMIT 1 [ RunTime:0.001011s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 35 AND `status` = '1' LIMIT 1 [ RunTime:0.001044s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 34 LIMIT 1 [ RunTime:0.001100s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 34 AND `status` = '1' LIMIT 1 [ RunTime:0.001023s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 34 LIMIT 1 [ RunTime:0.001098s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 34 AND `status` = '1' LIMIT 1 [ RunTime:0.001037s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 34 LIMIT 1 [ RunTime:0.001024s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 34 AND `status` = '1' LIMIT 1 [ RunTime:0.001068s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 34 LIMIT 1 [ RunTime:0.001171s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 34 AND `status` = '1' LIMIT 1 [ RunTime:0.001106s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 33 LIMIT 1 [ RunTime:0.001071s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 33 AND `status` = '1' LIMIT 1 [ RunTime:0.001026s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 33 LIMIT 1 [ RunTime:0.001069s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 33 AND `status` = '1' LIMIT 1 [ RunTime:0.001048s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 33 LIMIT 1 [ RunTime:0.001066s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 33 AND `status` = '1' LIMIT 1 [ RunTime:0.000996s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 33 LIMIT 1 [ RunTime:0.001092s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 33 AND `status` = '1' LIMIT 1 [ RunTime:0.001206s ]
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 < 1775893792 and b.endtime > 1775893792 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(12, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc, id desc [0.001871s/0.077988s=2.40%]
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 < 1775893792 and b.endtime > 1775893792 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(12, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc,id desc LIMIT 0,12 [0.001798s/0.077988s=2.31%]
4/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 (36,35,34,33) group by binary(p.name), binary(p1.name); [0.001625s/0.077988s=2.08%]
5/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 < 1775893792 and b.endtime > 1775893792 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(12, category_ids) ) ) ) AND `p`.`deletetime` IS NULL LIMIT 1 [0.001531s/0.077988s=1.96%]
6/63 . SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [0.001431s/0.077988s=1.83%]
7/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 35 LIMIT 1 [0.001395s/0.077988s=1.79%]
8/63 . SELECT * FROM `payment` WHERE `status` = '1' ORDER BY `weigh` DESC,`id` ASC [0.001392s/0.077988s=1.78%]
9/63 . SELECT `value` FROM `config` WHERE ( name = 'multiCurrencySwitch' ) LIMIT 1 [0.001352s/0.077988s=1.73%]
10/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 36 LIMIT 1 [0.001347s/0.077988s=1.73%]
11/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'salesmartly' AND `is_installed` = 1 LIMIT 1 [0.001278s/0.077988s=1.64%]
12/63 . SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [0.001254s/0.077988s=1.61%]
13/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 36 AND `status` = '1' LIMIT 1 [0.001240s/0.077988s=1.59%]
14/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 36 LIMIT 1 [0.001235s/0.077988s=1.58%]
15/63 . SELECT `value` FROM `config` WHERE `name` = 'customer_login_config' LIMIT 1 [0.001218s/0.077988s=1.56%]
16/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'access_control' AND `is_installed` = 1 LIMIT 1 [0.001213s/0.077988s=1.56%]
17/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 33 AND `status` = '1' LIMIT 1 [0.001206s/0.077988s=1.55%]
18/63 . SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [0.001203s/0.077988s=1.54%]
19/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.001197s/0.077988s=1.53%]
20/63 . SELECT * FROM `product_sku_price` WHERE ( `product_id` IN (36,35,34,33) ) AND `product_sku_price`.`deletetime` IS NULL ORDER BY `weigh` ASC,`id` ASC [0.001193s/0.077988s=1.53%]
21/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.001188s/0.077988s=1.52%]
22/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 34 LIMIT 1 [0.001171s/0.077988s=1.50%]
23/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.001169s/0.077988s=1.50%]
24/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 36 LIMIT 1 [0.001160s/0.077988s=1.49%]
25/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 36 LIMIT 1 [0.001154s/0.077988s=1.48%]
26/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 = 12
and p.status = "up" and p.deletetime is null limit 40 [0.001137s/0.077988s=1.46%]
27/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 35 LIMIT 1 [0.001132s/0.077988s=1.45%]
28/63 . SELECT `id` FROM `category` WHERE `path` = 'apron-12' LIMIT 1 [0.001126s/0.077988s=1.44%]
29/63 . SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (36,35,34,33) ) AND `discuss`.`deletetime` IS NULL [0.001121s/0.077988s=1.44%]
30/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 35 AND `status` = '1' LIMIT 1 [0.001118s/0.077988s=1.43%]
31/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 36 AND `status` = '1' LIMIT 1 [0.001109s/0.077988s=1.42%]
32/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'product_topic' AND `is_installed` = 1 LIMIT 1 [0.001107s/0.077988s=1.42%]
33/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 34 AND `status` = '1' LIMIT 1 [0.001106s/0.077988s=1.42%]
34/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 34 LIMIT 1 [0.001100s/0.077988s=1.41%]
35/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 34 LIMIT 1 [0.001098s/0.077988s=1.41%]
36/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 33 LIMIT 1 [0.001092s/0.077988s=1.40%]
37/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 35 AND `status` = '1' LIMIT 1 [0.001088s/0.077988s=1.40%]
38/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 36 AND `status` = '1' LIMIT 1 [0.001075s/0.077988s=1.38%]
39/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 33 LIMIT 1 [0.001071s/0.077988s=1.37%]
40/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 33 LIMIT 1 [0.001069s/0.077988s=1.37%]
41/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 34 AND `status` = '1' LIMIT 1 [0.001068s/0.077988s=1.37%]
42/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 33 LIMIT 1 [0.001066s/0.077988s=1.37%]
43/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 35 LIMIT 1 [0.001062s/0.077988s=1.36%]
44/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 36 AND `status` = '1' LIMIT 1 [0.001060s/0.077988s=1.36%]
45/63 . SELECT `value` FROM `config` WHERE `name` = 'channel_google' LIMIT 1 [0.001049s/0.077988s=1.35%]
46/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 33 AND `status` = '1' LIMIT 1 [0.001048s/0.077988s=1.34%]
48/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 35 AND `status` = '1' LIMIT 1 [0.001044s/0.077988s=1.34%]
49/63 . SELECT * FROM `activity` WHERE ( ( 1775893792 > starttime && 1775893792 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [0.001041s/0.077988s=1.33%]
50/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 34 AND `status` = '1' LIMIT 1 [0.001037s/0.077988s=1.33%]
51/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 33 AND `status` = '1' LIMIT 1 [0.001026s/0.077988s=1.32%]
52/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 34 LIMIT 1 [0.001024s/0.077988s=1.31%]
53/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 34 AND `status` = '1' LIMIT 1 [0.001023s/0.077988s=1.31%]
54/63 . SELECT `value` FROM `config` WHERE `name` = 'lang_auto_detect' LIMIT 1 [0.001017s/0.077988s=1.30%]
55/63 . SELECT `value` FROM `config` WHERE ( name = 'byIpSwitch' ) LIMIT 1 [0.001017s/0.077988s=1.30%]
56/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 35 LIMIT 1 [0.001011s/0.077988s=1.30%]
57/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.001007s/0.077988s=1.29%]
58/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 35 AND `status` = '1' LIMIT 1 [0.001006s/0.077988s=1.29%]
59/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 33 AND `status` = '1' LIMIT 1 [0.000996s/0.077988s=1.28%]
60/63 . set time_zone = '+08:00' [0.000952s/0.077988s=1.22%]
62/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000858s/0.077988s=1.10%]
63/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000856s/0.077988s=1.10%]
1/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 33 LIMIT 1 [4 times, 0.004298s/0.077988s=5.51%]
2/11. SELECT `id` FROM `custom_activity` WHERE `id` = 33 AND `status` = '1' LIMIT 1 [4 times, 0.004276s/0.077988s=5.48%]
3/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 34 LIMIT 1 [4 times, 0.004393s/0.077988s=5.63%]
4/11. SELECT `id` FROM `custom_activity` WHERE `id` = 34 AND `status` = '1' LIMIT 1 [4 times, 0.004234s/0.077988s=5.43%]
5/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 35 LIMIT 1 [4 times, 0.0046s/0.077988s=5.90%]
6/11. SELECT `id` FROM `custom_activity` WHERE `id` = 35 AND `status` = '1' LIMIT 1 [4 times, 0.004256s/0.077988s=5.46%]
7/11. SELECT `id` FROM `custom_activity` WHERE `id` = 36 AND `status` = '1' LIMIT 1 [4 times, 0.004484s/0.077988s=5.75%]
8/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 36 LIMIT 1 [4 times, 0.004896s/0.077988s=6.28%]
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.003554s/0.077988s=4.56%]
10/11. set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [3 times, 0.002721s/0.077988s=3.49%]