[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000678s ]
[ 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 < 1775899141 and b.endtime > 1775899141 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.001652s ]
[ 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.001498s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000682s ]
[ 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 < 1775899141 and b.endtime > 1775899141 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.001302s ]
[ 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 < 1775899141 and b.endtime > 1775899141 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.001519s ]
[ SQL ] SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (36,35,34,33) ) AND `discuss`.`deletetime` IS NULL [ RunTime:0.000993s ]
[ 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.001227s ]
[ SQL ] SELECT * FROM `activity` WHERE ( ( 1775899141 > starttime && 1775899141 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [ RunTime:0.001002s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.001363s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [ RunTime:0.000910s ]
[ SQL ] SELECT `id` FROM `category` WHERE `path` = 'apron-12' LIMIT 1 [ RunTime:0.000927s ]
[ 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.001002s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [ RunTime:0.001228s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'salesmartly' AND `is_installed` = 1 LIMIT 1 [ RunTime:0.001195s ]
[ SQL ] SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [ RunTime:0.000866s ]
[ 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.000815s ]
[ 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.000887s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 36 LIMIT 1 [ RunTime:0.000840s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 36 AND `status` = '1' LIMIT 1 [ RunTime:0.000871s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 36 LIMIT 1 [ RunTime:0.000839s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 36 AND `status` = '1' LIMIT 1 [ RunTime:0.001142s ]
[ 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.000802s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 36 LIMIT 1 [ RunTime:0.000769s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 36 AND `status` = '1' LIMIT 1 [ RunTime:0.000818s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 36 LIMIT 1 [ RunTime:0.000992s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 36 AND `status` = '1' LIMIT 1 [ RunTime:0.000978s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 35 LIMIT 1 [ RunTime:0.000904s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 35 AND `status` = '1' LIMIT 1 [ RunTime:0.000799s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 35 LIMIT 1 [ RunTime:0.000844s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 35 AND `status` = '1' LIMIT 1 [ RunTime:0.000752s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 35 LIMIT 1 [ RunTime:0.000870s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 35 AND `status` = '1' LIMIT 1 [ RunTime:0.000777s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 35 LIMIT 1 [ RunTime:0.000824s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 35 AND `status` = '1' LIMIT 1 [ RunTime:0.000804s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 34 LIMIT 1 [ RunTime:0.000776s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 34 AND `status` = '1' LIMIT 1 [ RunTime:0.000774s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 34 LIMIT 1 [ RunTime:0.002778s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 34 AND `status` = '1' LIMIT 1 [ RunTime:0.001004s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 34 LIMIT 1 [ RunTime:0.000888s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 34 AND `status` = '1' LIMIT 1 [ RunTime:0.000975s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 34 LIMIT 1 [ RunTime:0.001270s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 34 AND `status` = '1' LIMIT 1 [ RunTime:0.000767s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 33 LIMIT 1 [ RunTime:0.000798s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 33 AND `status` = '1' LIMIT 1 [ RunTime:0.000755s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 33 LIMIT 1 [ RunTime:0.000778s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 33 AND `status` = '1' LIMIT 1 [ RunTime:0.000916s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 33 LIMIT 1 [ RunTime:0.001699s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 33 AND `status` = '1' LIMIT 1 [ RunTime:0.000992s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 33 LIMIT 1 [ RunTime:0.001460s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 33 AND `status` = '1' LIMIT 1 [ RunTime:0.000998s ]
1/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 34 LIMIT 1 [0.002778s/0.065227s=4.26%]
3/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 33 LIMIT 1 [0.001699s/0.065227s=2.60%]
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 < 1775899141 and b.endtime > 1775899141 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.001652s/0.065227s=2.53%]
5/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 < 1775899141 and b.endtime > 1775899141 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.001519s/0.065227s=2.33%]
6/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.001498s/0.065227s=2.30%]
7/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 33 LIMIT 1 [0.001460s/0.065227s=2.24%]
8/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.001363s/0.065227s=2.09%]
9/63 . SELECT `value` FROM `config` WHERE `name` = 'channel_google' LIMIT 1 [0.001313s/0.065227s=2.01%]
10/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 < 1775899141 and b.endtime > 1775899141 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.001302s/0.065227s=2.00%]
11/63 . SELECT * FROM `payment` WHERE `status` = '1' ORDER BY `weigh` DESC,`id` ASC [0.001301s/0.065227s=1.99%]
12/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 34 LIMIT 1 [0.001270s/0.065227s=1.95%]
13/63 . SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [0.001228s/0.065227s=1.88%]
14/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.001227s/0.065227s=1.88%]
15/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'salesmartly' AND `is_installed` = 1 LIMIT 1 [0.001195s/0.065227s=1.83%]
16/63 . SELECT `value` FROM `config` WHERE `name` = 'customer_login_config' LIMIT 1 [0.001143s/0.065227s=1.75%]
17/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 36 AND `status` = '1' LIMIT 1 [0.001142s/0.065227s=1.75%]
18/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'access_control' AND `is_installed` = 1 LIMIT 1 [0.001140s/0.065227s=1.75%]
20/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'product_topic' AND `is_installed` = 1 LIMIT 1 [0.001038s/0.065227s=1.59%]
21/63 . set time_zone = '+08:00' [0.001020s/0.065227s=1.56%]
22/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 34 AND `status` = '1' LIMIT 1 [0.001004s/0.065227s=1.54%]
23/63 . SELECT * FROM `activity` WHERE ( ( 1775899141 > starttime && 1775899141 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [0.001002s/0.065227s=1.54%]
24/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.001002s/0.065227s=1.54%]
25/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 33 AND `status` = '1' LIMIT 1 [0.000998s/0.065227s=1.53%]
26/63 . SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (36,35,34,33) ) AND `discuss`.`deletetime` IS NULL [0.000993s/0.065227s=1.52%]
27/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 33 AND `status` = '1' LIMIT 1 [0.000992s/0.065227s=1.52%]
28/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 36 LIMIT 1 [0.000992s/0.065227s=1.52%]
29/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 36 AND `status` = '1' LIMIT 1 [0.000978s/0.065227s=1.50%]
30/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 34 AND `status` = '1' LIMIT 1 [0.000975s/0.065227s=1.49%]
31/63 . SELECT `id` FROM `category` WHERE `path` = 'apron-12' LIMIT 1 [0.000927s/0.065227s=1.42%]
32/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 33 AND `status` = '1' LIMIT 1 [0.000916s/0.065227s=1.40%]
33/63 . SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [0.000910s/0.065227s=1.40%]
34/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 35 LIMIT 1 [0.000904s/0.065227s=1.39%]
35/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 34 LIMIT 1 [0.000888s/0.065227s=1.36%]
36/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.000887s/0.065227s=1.36%]
37/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 36 AND `status` = '1' LIMIT 1 [0.000871s/0.065227s=1.34%]
38/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 35 LIMIT 1 [0.000870s/0.065227s=1.33%]
39/63 . SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [0.000866s/0.065227s=1.33%]
40/63 . SELECT `value` FROM `config` WHERE `name` = 'lang_auto_detect' LIMIT 1 [0.000859s/0.065227s=1.32%]
41/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 35 LIMIT 1 [0.000844s/0.065227s=1.29%]
42/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 36 LIMIT 1 [0.000840s/0.065227s=1.29%]
43/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 36 LIMIT 1 [0.000839s/0.065227s=1.29%]
44/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 35 LIMIT 1 [0.000824s/0.065227s=1.26%]
45/63 . SELECT `value` FROM `config` WHERE ( name = 'byIpSwitch' ) LIMIT 1 [0.000821s/0.065227s=1.26%]
46/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 36 AND `status` = '1' LIMIT 1 [0.000818s/0.065227s=1.25%]
47/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.000815s/0.065227s=1.25%]
48/63 . SELECT `value` FROM `config` WHERE ( name = 'multiCurrencySwitch' ) LIMIT 1 [0.000812s/0.065227s=1.24%]
49/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 35 AND `status` = '1' LIMIT 1 [0.000804s/0.065227s=1.23%]
50/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.000802s/0.065227s=1.23%]
51/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 35 AND `status` = '1' LIMIT 1 [0.000799s/0.065227s=1.22%]
52/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 33 LIMIT 1 [0.000798s/0.065227s=1.22%]
53/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 33 LIMIT 1 [0.000778s/0.065227s=1.19%]
54/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 35 AND `status` = '1' LIMIT 1 [0.000777s/0.065227s=1.19%]
55/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 34 LIMIT 1 [0.000776s/0.065227s=1.19%]
56/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 34 AND `status` = '1' LIMIT 1 [0.000774s/0.065227s=1.19%]
57/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 36 LIMIT 1 [0.000769s/0.065227s=1.18%]
58/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 34 AND `status` = '1' LIMIT 1 [0.000767s/0.065227s=1.18%]
60/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 33 AND `status` = '1' LIMIT 1 [0.000755s/0.065227s=1.16%]
61/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 35 AND `status` = '1' LIMIT 1 [0.000752s/0.065227s=1.15%]
62/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000682s/0.065227s=1.05%]
63/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000678s/0.065227s=1.04%]
1/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 33 LIMIT 1 [4 times, 0.004735s/0.065227s=7.26%]
2/11. SELECT `id` FROM `custom_activity` WHERE `id` = 33 AND `status` = '1' LIMIT 1 [4 times, 0.003661s/0.065227s=5.61%]
3/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 34 LIMIT 1 [4 times, 0.005712s/0.065227s=8.76%]
4/11. SELECT `id` FROM `custom_activity` WHERE `id` = 34 AND `status` = '1' LIMIT 1 [4 times, 0.00352s/0.065227s=5.40%]
5/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 35 LIMIT 1 [4 times, 0.003442s/0.065227s=5.28%]
6/11. SELECT `id` FROM `custom_activity` WHERE `id` = 35 AND `status` = '1' LIMIT 1 [4 times, 0.003132s/0.065227s=4.80%]
7/11. SELECT `id` FROM `custom_activity` WHERE `id` = 36 AND `status` = '1' LIMIT 1 [4 times, 0.003809s/0.065227s=5.84%]
8/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 36 LIMIT 1 [4 times, 0.00344s/0.065227s=5.27%]
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.002504s/0.065227s=3.84%]
10/11. set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [3 times, 0.002723s/0.065227s=4.17%]