[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000772s ]
[ 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 < 1775889432 and b.endtime > 1775889432 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(7, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc, id desc [ RunTime:0.001779s ]
[ 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 (30,29,9,6) group by binary(p.name), binary(p1.name); [ RunTime:0.001862s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000864s ]
[ 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 < 1775889432 and b.endtime > 1775889432 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(7, category_ids) ) ) ) AND `p`.`deletetime` IS NULL LIMIT 1 [ RunTime:0.003673s ]
[ 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 < 1775889432 and b.endtime > 1775889432 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(7, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc,id desc LIMIT 0,12 [ RunTime:0.003027s ]
[ SQL ] SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (30,29,9,6) ) AND `discuss`.`deletetime` IS NULL [ RunTime:0.001045s ]
[ SQL ] SELECT * FROM `product_sku_price` WHERE ( `product_id` IN (30,29,9,6) ) AND `product_sku_price`.`deletetime` IS NULL ORDER BY `weigh` ASC,`id` ASC [ RunTime:0.001306s ]
[ SQL ] SELECT * FROM `activity` WHERE ( ( 1775889432 > starttime && 1775889432 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [ RunTime:0.001918s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000943s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [ RunTime:0.001025s ]
[ SQL ] SELECT `id` FROM `category` WHERE `path` = 'customized-sign-7' LIMIT 1 [ RunTime:0.000942s ]
[ 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 = 7
and p.status = "up" and p.deletetime is null limit 40 [ RunTime:0.000928s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [ RunTime:0.001081s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'salesmartly' AND `is_installed` = 1 LIMIT 1 [ RunTime:0.000985s ]
[ SQL ] SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [ RunTime:0.001486s ]
[ 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.001071s ]
[ 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.001972s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 30 LIMIT 1 [ RunTime:0.000955s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 30 AND `status` = '1' LIMIT 1 [ RunTime:0.000929s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 30 LIMIT 1 [ RunTime:0.000894s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 30 AND `status` = '1' LIMIT 1 [ RunTime:0.001026s ]
[ 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.000817s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 30 LIMIT 1 [ RunTime:0.000860s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 30 AND `status` = '1' LIMIT 1 [ RunTime:0.000775s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 30 LIMIT 1 [ RunTime:0.000843s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 30 AND `status` = '1' LIMIT 1 [ RunTime:0.000980s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 29 LIMIT 1 [ RunTime:0.001148s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 29 AND `status` = '1' LIMIT 1 [ RunTime:0.001090s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 29 LIMIT 1 [ RunTime:0.000948s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 29 AND `status` = '1' LIMIT 1 [ RunTime:0.001073s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 29 LIMIT 1 [ RunTime:0.001072s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 29 AND `status` = '1' LIMIT 1 [ RunTime:0.001030s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 29 LIMIT 1 [ RunTime:0.001102s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 29 AND `status` = '1' LIMIT 1 [ RunTime:0.001110s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 9 LIMIT 1 [ RunTime:0.001145s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 9 AND `status` = '1' LIMIT 1 [ RunTime:0.001074s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 9 LIMIT 1 [ RunTime:0.002748s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 9 AND `status` = '1' LIMIT 1 [ RunTime:0.001198s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 9 LIMIT 1 [ RunTime:0.001086s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 9 AND `status` = '1' LIMIT 1 [ RunTime:0.001079s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 9 LIMIT 1 [ RunTime:0.001079s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 9 AND `status` = '1' LIMIT 1 [ RunTime:0.000783s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 6 LIMIT 1 [ RunTime:0.000855s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 6 AND `status` = '1' LIMIT 1 [ RunTime:0.001542s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 6 LIMIT 1 [ RunTime:0.000808s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 6 AND `status` = '1' LIMIT 1 [ RunTime:0.000832s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 6 LIMIT 1 [ RunTime:0.001204s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 6 AND `status` = '1' LIMIT 1 [ RunTime:0.001457s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 6 LIMIT 1 [ RunTime:0.000811s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 6 AND `status` = '1' LIMIT 1 [ RunTime:0.001480s ]
1/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 < 1775889432 and b.endtime > 1775889432 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(7, category_ids) ) ) ) AND `p`.`deletetime` IS NULL LIMIT 1 [0.003673s/0.081154s=4.53%]
3/63 . SELECT `value` FROM `config` WHERE ( name = 'multiCurrencySwitch' ) LIMIT 1 [0.003160s/0.081154s=3.89%]
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 < 1775889432 and b.endtime > 1775889432 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(7, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc,id desc LIMIT 0,12 [0.003027s/0.081154s=3.73%]
5/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 9 LIMIT 1 [0.002748s/0.081154s=3.39%]
6/63 . SELECT `value` FROM `config` WHERE `name` = 'customer_login_config' LIMIT 1 [0.002012s/0.081154s=2.48%]
7/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.001972s/0.081154s=2.43%]
8/63 . SELECT * FROM `activity` WHERE ( ( 1775889432 > starttime && 1775889432 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [0.001918s/0.081154s=2.36%]
9/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 (30,29,9,6) group by binary(p.name), binary(p1.name); [0.001862s/0.081154s=2.29%]
10/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 < 1775889432 and b.endtime > 1775889432 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(7, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc, id desc [0.001779s/0.081154s=2.19%]
12/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 6 AND `status` = '1' LIMIT 1 [0.001542s/0.081154s=1.90%]
13/63 . SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [0.001486s/0.081154s=1.83%]
14/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 6 AND `status` = '1' LIMIT 1 [0.001480s/0.081154s=1.82%]
15/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 6 AND `status` = '1' LIMIT 1 [0.001457s/0.081154s=1.80%]
16/63 . SELECT * FROM `product_sku_price` WHERE ( `product_id` IN (30,29,9,6) ) AND `product_sku_price`.`deletetime` IS NULL ORDER BY `weigh` ASC,`id` ASC [0.001306s/0.081154s=1.61%]
17/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 6 LIMIT 1 [0.001204s/0.081154s=1.48%]
18/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 9 AND `status` = '1' LIMIT 1 [0.001198s/0.081154s=1.48%]
19/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 29 LIMIT 1 [0.001148s/0.081154s=1.41%]
20/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 9 LIMIT 1 [0.001145s/0.081154s=1.41%]
21/63 . SELECT * FROM `payment` WHERE `status` = '1' ORDER BY `weigh` DESC,`id` ASC [0.001116s/0.081154s=1.38%]
22/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 29 AND `status` = '1' LIMIT 1 [0.001110s/0.081154s=1.37%]
23/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 29 LIMIT 1 [0.001102s/0.081154s=1.36%]
24/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 29 AND `status` = '1' LIMIT 1 [0.001090s/0.081154s=1.34%]
25/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 9 LIMIT 1 [0.001086s/0.081154s=1.34%]
26/63 . SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [0.001081s/0.081154s=1.33%]
27/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 9 LIMIT 1 [0.001079s/0.081154s=1.33%]
28/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 9 AND `status` = '1' LIMIT 1 [0.001079s/0.081154s=1.33%]
29/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 9 AND `status` = '1' LIMIT 1 [0.001074s/0.081154s=1.32%]
30/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 29 AND `status` = '1' LIMIT 1 [0.001073s/0.081154s=1.32%]
31/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 29 LIMIT 1 [0.001072s/0.081154s=1.32%]
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.001071s/0.081154s=1.32%]
33/63 . SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (30,29,9,6) ) AND `discuss`.`deletetime` IS NULL [0.001045s/0.081154s=1.29%]
34/63 . SELECT `value` FROM `config` WHERE ( name = 'byIpSwitch' ) LIMIT 1 [0.001034s/0.081154s=1.27%]
35/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 29 AND `status` = '1' LIMIT 1 [0.001030s/0.081154s=1.27%]
36/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 30 AND `status` = '1' LIMIT 1 [0.001026s/0.081154s=1.26%]
37/63 . SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [0.001025s/0.081154s=1.26%]
38/63 . SELECT `value` FROM `config` WHERE `name` = 'lang_auto_detect' LIMIT 1 [0.001015s/0.081154s=1.25%]
39/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'access_control' AND `is_installed` = 1 LIMIT 1 [0.001002s/0.081154s=1.23%]
41/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'salesmartly' AND `is_installed` = 1 LIMIT 1 [0.000985s/0.081154s=1.21%]
42/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 30 AND `status` = '1' LIMIT 1 [0.000980s/0.081154s=1.21%]
43/63 . SELECT `value` FROM `config` WHERE `name` = 'channel_google' LIMIT 1 [0.000970s/0.081154s=1.20%]
44/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'product_topic' AND `is_installed` = 1 LIMIT 1 [0.000960s/0.081154s=1.18%]
45/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 30 LIMIT 1 [0.000955s/0.081154s=1.18%]
46/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 29 LIMIT 1 [0.000948s/0.081154s=1.17%]
47/63 . set time_zone = '+08:00' [0.000944s/0.081154s=1.16%]
48/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000943s/0.081154s=1.16%]
49/63 . SELECT `id` FROM `category` WHERE `path` = 'customized-sign-7' LIMIT 1 [0.000942s/0.081154s=1.16%]
50/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 30 AND `status` = '1' LIMIT 1 [0.000929s/0.081154s=1.14%]
51/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 = 7
and p.status = "up" and p.deletetime is null limit 40 [0.000928s/0.081154s=1.14%]
52/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 30 LIMIT 1 [0.000894s/0.081154s=1.10%]
53/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000864s/0.081154s=1.06%]
54/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 30 LIMIT 1 [0.000860s/0.081154s=1.06%]
55/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 6 LIMIT 1 [0.000855s/0.081154s=1.05%]
56/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 30 LIMIT 1 [0.000843s/0.081154s=1.04%]
57/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 6 AND `status` = '1' LIMIT 1 [0.000832s/0.081154s=1.03%]
58/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.000817s/0.081154s=1.01%]
59/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 6 LIMIT 1 [0.000811s/0.081154s=1.00%]
60/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 6 LIMIT 1 [0.000808s/0.081154s=1.00%]
61/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 9 AND `status` = '1' LIMIT 1 [0.000783s/0.081154s=0.96%]
62/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 30 AND `status` = '1' LIMIT 1 [0.000775s/0.081154s=0.95%]
63/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000772s/0.081154s=0.95%]
1/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 6 LIMIT 1 [4 times, 0.003678s/0.081154s=4.53%]
2/11. SELECT `id` FROM `custom_activity` WHERE `id` = 6 AND `status` = '1' LIMIT 1 [4 times, 0.005311s/0.081154s=6.54%]
3/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 9 LIMIT 1 [4 times, 0.006058s/0.081154s=7.46%]
4/11. SELECT `id` FROM `custom_activity` WHERE `id` = 9 AND `status` = '1' LIMIT 1 [4 times, 0.004134s/0.081154s=5.09%]
5/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 29 LIMIT 1 [4 times, 0.00427s/0.081154s=5.26%]
6/11. SELECT `id` FROM `custom_activity` WHERE `id` = 29 AND `status` = '1' LIMIT 1 [4 times, 0.004303s/0.081154s=5.30%]
7/11. SELECT `id` FROM `custom_activity` WHERE `id` = 30 AND `status` = '1' LIMIT 1 [4 times, 0.00371s/0.081154s=4.57%]
8/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 30 LIMIT 1 [4 times, 0.003552s/0.081154s=4.38%]
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.00386s/0.081154s=4.76%]
10/11. set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [3 times, 0.002579s/0.081154s=3.18%]