[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000719s ]
[ 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 < 1775889386 and b.endtime > 1775889386 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(5, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc, id desc [ RunTime:0.001650s ]
[ 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 (32,31,17,2) group by binary(p.name), binary(p1.name); [ RunTime:0.001490s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000698s ]
[ 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 < 1775889386 and b.endtime > 1775889386 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(5, category_ids) ) ) ) AND `p`.`deletetime` IS NULL LIMIT 1 [ RunTime:0.001525s ]
[ 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 < 1775889386 and b.endtime > 1775889386 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(5, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc,id desc LIMIT 0,12 [ RunTime:0.001508s ]
[ SQL ] SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (32,31,17,2) ) AND `discuss`.`deletetime` IS NULL [ RunTime:0.000936s ]
[ SQL ] SELECT * FROM `product_sku_price` WHERE ( `product_id` IN (32,31,17,2) ) AND `product_sku_price`.`deletetime` IS NULL ORDER BY `weigh` ASC,`id` ASC [ RunTime:0.001143s ]
[ SQL ] SELECT * FROM `activity` WHERE ( ( 1775889386 > starttime && 1775889386 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [ RunTime:0.000874s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.001084s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [ RunTime:0.000943s ]
[ SQL ] SELECT `id` FROM `category` WHERE `path` = 'bag-5' LIMIT 1 [ RunTime:0.000859s ]
[ 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 = 5
and p.status = "up" and p.deletetime is null limit 40 [ RunTime:0.001181s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [ RunTime:0.001037s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'salesmartly' AND `is_installed` = 1 LIMIT 1 [ RunTime:0.000892s ]
[ SQL ] SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [ RunTime:0.000922s ]
[ 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.000823s ]
[ 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.000982s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 32 LIMIT 1 [ RunTime:0.000851s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 32 AND `status` = '1' LIMIT 1 [ RunTime:0.000833s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 32 LIMIT 1 [ RunTime:0.000874s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 32 AND `status` = '1' LIMIT 1 [ RunTime:0.000775s ]
[ 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.000855s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 32 LIMIT 1 [ RunTime:0.001019s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 32 AND `status` = '1' LIMIT 1 [ RunTime:0.000808s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 32 LIMIT 1 [ RunTime:0.000806s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 32 AND `status` = '1' LIMIT 1 [ RunTime:0.000791s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 31 LIMIT 1 [ RunTime:0.001038s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 31 AND `status` = '1' LIMIT 1 [ RunTime:0.000755s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 31 LIMIT 1 [ RunTime:0.000879s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 31 AND `status` = '1' LIMIT 1 [ RunTime:0.000805s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 31 LIMIT 1 [ RunTime:0.000927s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 31 AND `status` = '1' LIMIT 1 [ RunTime:0.000781s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 31 LIMIT 1 [ RunTime:0.000760s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 31 AND `status` = '1' LIMIT 1 [ RunTime:0.000748s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 17 LIMIT 1 [ RunTime:0.000869s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 15 AND `status` = '1' LIMIT 1 [ RunTime:0.000763s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 17 LIMIT 1 [ RunTime:0.000862s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 15 AND `status` = '1' LIMIT 1 [ RunTime:0.000815s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 17 LIMIT 1 [ RunTime:0.000847s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 15 AND `status` = '1' LIMIT 1 [ RunTime:0.000817s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 17 LIMIT 1 [ RunTime:0.000804s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 15 AND `status` = '1' LIMIT 1 [ RunTime:0.000790s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 2 LIMIT 1 [ RunTime:0.000811s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 3 AND `status` = '1' LIMIT 1 [ RunTime:0.000825s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 2 LIMIT 1 [ RunTime:0.000863s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 3 AND `status` = '1' LIMIT 1 [ RunTime:0.000784s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 2 LIMIT 1 [ RunTime:0.000819s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 3 AND `status` = '1' LIMIT 1 [ RunTime:0.000775s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 2 LIMIT 1 [ RunTime:0.000818s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 3 AND `status` = '1' LIMIT 1 [ RunTime:0.001205s ]
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 < 1775889386 and b.endtime > 1775889386 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(5, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc, id desc [0.001650s/0.060198s=2.74%]
3/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 < 1775889386 and b.endtime > 1775889386 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(5, category_ids) ) ) ) AND `p`.`deletetime` IS NULL LIMIT 1 [0.001525s/0.060198s=2.53%]
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 < 1775889386 and b.endtime > 1775889386 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(5, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc,id desc LIMIT 0,12 [0.001508s/0.060198s=2.51%]
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 (32,31,17,2) group by binary(p.name), binary(p1.name); [0.001490s/0.060198s=2.48%]
6/63 . SELECT * FROM `payment` WHERE `status` = '1' ORDER BY `weigh` DESC,`id` ASC [0.001477s/0.060198s=2.45%]
7/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 3 AND `status` = '1' LIMIT 1 [0.001205s/0.060198s=2.00%]
8/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 = 5
and p.status = "up" and p.deletetime is null limit 40 [0.001181s/0.060198s=1.96%]
9/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'access_control' AND `is_installed` = 1 LIMIT 1 [0.001170s/0.060198s=1.94%]
10/63 . SELECT * FROM `product_sku_price` WHERE ( `product_id` IN (32,31,17,2) ) AND `product_sku_price`.`deletetime` IS NULL ORDER BY `weigh` ASC,`id` ASC [0.001143s/0.060198s=1.90%]
11/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.001084s/0.060198s=1.80%]
12/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'product_topic' AND `is_installed` = 1 LIMIT 1 [0.001056s/0.060198s=1.75%]
13/63 . SELECT `value` FROM `config` WHERE `name` = 'customer_login_config' LIMIT 1 [0.001056s/0.060198s=1.75%]
14/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 31 LIMIT 1 [0.001038s/0.060198s=1.72%]
15/63 . SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [0.001037s/0.060198s=1.72%]
16/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 32 LIMIT 1 [0.001019s/0.060198s=1.69%]
17/63 . SELECT `value` FROM `config` WHERE `name` = 'lang_auto_detect' LIMIT 1 [0.001010s/0.060198s=1.68%]
18/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.000982s/0.060198s=1.63%]
20/63 . SELECT `value` FROM `config` WHERE ( name = 'multiCurrencySwitch' ) LIMIT 1 [0.000946s/0.060198s=1.57%]
21/63 . SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [0.000943s/0.060198s=1.57%]
22/63 . SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (32,31,17,2) ) AND `discuss`.`deletetime` IS NULL [0.000936s/0.060198s=1.55%]
23/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 31 LIMIT 1 [0.000927s/0.060198s=1.54%]
24/63 . SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [0.000922s/0.060198s=1.53%]
25/63 . SELECT `value` FROM `config` WHERE ( name = 'byIpSwitch' ) LIMIT 1 [0.000910s/0.060198s=1.51%]
27/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'salesmartly' AND `is_installed` = 1 LIMIT 1 [0.000892s/0.060198s=1.48%]
28/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 31 LIMIT 1 [0.000879s/0.060198s=1.46%]
29/63 . set time_zone = '+08:00' [0.000878s/0.060198s=1.46%]
30/63 . SELECT `value` FROM `config` WHERE `name` = 'channel_google' LIMIT 1 [0.000878s/0.060198s=1.46%]
31/63 . SELECT * FROM `activity` WHERE ( ( 1775889386 > starttime && 1775889386 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [0.000874s/0.060198s=1.45%]
32/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 32 LIMIT 1 [0.000874s/0.060198s=1.45%]
33/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 17 LIMIT 1 [0.000869s/0.060198s=1.44%]
34/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 2 LIMIT 1 [0.000863s/0.060198s=1.43%]
35/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 17 LIMIT 1 [0.000862s/0.060198s=1.43%]
36/63 . SELECT `id` FROM `category` WHERE `path` = 'bag-5' LIMIT 1 [0.000859s/0.060198s=1.43%]
37/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.000855s/0.060198s=1.42%]
38/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 32 LIMIT 1 [0.000851s/0.060198s=1.41%]
39/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 17 LIMIT 1 [0.000847s/0.060198s=1.41%]
40/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 32 AND `status` = '1' LIMIT 1 [0.000833s/0.060198s=1.38%]
41/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 3 AND `status` = '1' LIMIT 1 [0.000825s/0.060198s=1.37%]
42/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.000823s/0.060198s=1.37%]
43/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 2 LIMIT 1 [0.000819s/0.060198s=1.36%]
44/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 2 LIMIT 1 [0.000818s/0.060198s=1.36%]
45/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 15 AND `status` = '1' LIMIT 1 [0.000817s/0.060198s=1.36%]
46/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 15 AND `status` = '1' LIMIT 1 [0.000815s/0.060198s=1.35%]
47/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 2 LIMIT 1 [0.000811s/0.060198s=1.35%]
48/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 32 AND `status` = '1' LIMIT 1 [0.000808s/0.060198s=1.34%]
49/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 32 LIMIT 1 [0.000806s/0.060198s=1.34%]
50/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 31 AND `status` = '1' LIMIT 1 [0.000805s/0.060198s=1.34%]
51/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 17 LIMIT 1 [0.000804s/0.060198s=1.34%]
52/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 32 AND `status` = '1' LIMIT 1 [0.000791s/0.060198s=1.31%]
53/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 15 AND `status` = '1' LIMIT 1 [0.000790s/0.060198s=1.31%]
54/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 3 AND `status` = '1' LIMIT 1 [0.000784s/0.060198s=1.30%]
55/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 31 AND `status` = '1' LIMIT 1 [0.000781s/0.060198s=1.30%]
56/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 32 AND `status` = '1' LIMIT 1 [0.000775s/0.060198s=1.29%]
57/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 3 AND `status` = '1' LIMIT 1 [0.000775s/0.060198s=1.29%]
58/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 15 AND `status` = '1' LIMIT 1 [0.000763s/0.060198s=1.27%]
59/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 31 LIMIT 1 [0.000760s/0.060198s=1.26%]
60/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 31 AND `status` = '1' LIMIT 1 [0.000755s/0.060198s=1.25%]
61/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 31 AND `status` = '1' LIMIT 1 [0.000748s/0.060198s=1.24%]
62/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000719s/0.060198s=1.19%]
63/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000698s/0.060198s=1.16%]
1/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 2 LIMIT 1 [4 times, 0.003311s/0.060198s=5.50%]
2/11. SELECT `id` FROM `custom_activity` WHERE `id` = 3 AND `status` = '1' LIMIT 1 [4 times, 0.003589s/0.060198s=5.96%]
3/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 17 LIMIT 1 [4 times, 0.003382s/0.060198s=5.62%]
4/11. SELECT `id` FROM `custom_activity` WHERE `id` = 15 AND `status` = '1' LIMIT 1 [4 times, 0.003185s/0.060198s=5.29%]
5/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 31 LIMIT 1 [4 times, 0.003604s/0.060198s=5.99%]
6/11. SELECT `id` FROM `custom_activity` WHERE `id` = 31 AND `status` = '1' LIMIT 1 [4 times, 0.003089s/0.060198s=5.13%]
7/11. SELECT `id` FROM `custom_activity` WHERE `id` = 32 AND `status` = '1' LIMIT 1 [4 times, 0.003207s/0.060198s=5.33%]
8/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 32 LIMIT 1 [4 times, 0.00355s/0.060198s=5.90%]
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.00266s/0.060198s=4.42%]
10/11. set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [3 times, 0.002501s/0.060198s=4.15%]