[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000829s ]
[ 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 < 1775889385 and b.endtime > 1775889385 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.001747s ]
[ 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.001521s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000825s ]
[ 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 < 1775889385 and b.endtime > 1775889385 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.001355s ]
[ 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 < 1775889385 and b.endtime > 1775889385 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.001608s ]
[ SQL ] SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (36,35,34,33) ) AND `discuss`.`deletetime` IS NULL [ RunTime:0.001034s ]
[ 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.000981s ]
[ SQL ] SELECT * FROM `activity` WHERE ( ( 1775889385 > starttime && 1775889385 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [ RunTime:0.001038s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.001135s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [ RunTime:0.000997s ]
[ SQL ] SELECT `id` FROM `category` WHERE `path` = 'apron-12' LIMIT 1 [ RunTime:0.000996s ]
[ 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.001080s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [ RunTime:0.001162s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'salesmartly' AND `is_installed` = 1 LIMIT 1 [ RunTime:0.001017s ]
[ SQL ] SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [ RunTime:0.001056s ]
[ 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.001000s ]
[ 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.000927s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 36 LIMIT 1 [ RunTime:0.000971s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 36 AND `status` = '1' LIMIT 1 [ RunTime:0.000950s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 36 LIMIT 1 [ RunTime:0.000998s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 36 AND `status` = '1' LIMIT 1 [ RunTime:0.000871s ]
[ 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.001144s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 36 LIMIT 1 [ RunTime:0.000953s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 36 AND `status` = '1' LIMIT 1 [ RunTime:0.000826s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 36 LIMIT 1 [ RunTime:0.000916s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 36 AND `status` = '1' LIMIT 1 [ RunTime:0.000829s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 35 LIMIT 1 [ RunTime:0.000953s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 35 AND `status` = '1' LIMIT 1 [ RunTime:0.000921s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 35 LIMIT 1 [ RunTime:0.000828s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 35 AND `status` = '1' LIMIT 1 [ RunTime:0.000962s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 35 LIMIT 1 [ RunTime:0.000903s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 35 AND `status` = '1' LIMIT 1 [ RunTime:0.000892s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 35 LIMIT 1 [ RunTime:0.000831s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 35 AND `status` = '1' LIMIT 1 [ RunTime:0.000873s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 34 LIMIT 1 [ RunTime:0.000875s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 34 AND `status` = '1' LIMIT 1 [ RunTime:0.000831s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 34 LIMIT 1 [ RunTime:0.000858s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 34 AND `status` = '1' LIMIT 1 [ RunTime:0.000927s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 34 LIMIT 1 [ RunTime:0.000869s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 34 AND `status` = '1' LIMIT 1 [ RunTime:0.000970s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 34 LIMIT 1 [ RunTime:0.001006s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 34 AND `status` = '1' LIMIT 1 [ RunTime:0.001132s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 33 LIMIT 1 [ RunTime:0.000889s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 33 AND `status` = '1' LIMIT 1 [ RunTime:0.000843s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 33 LIMIT 1 [ RunTime:0.000858s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 33 AND `status` = '1' LIMIT 1 [ RunTime:0.001452s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 33 LIMIT 1 [ RunTime:0.001009s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 33 AND `status` = '1' LIMIT 1 [ RunTime:0.000879s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 33 LIMIT 1 [ RunTime:0.000846s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 33 AND `status` = '1' LIMIT 1 [ RunTime:0.000826s ]
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 < 1775889385 and b.endtime > 1775889385 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.001747s/0.0641s=2.73%]
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 < 1775889385 and b.endtime > 1775889385 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.001608s/0.0641s=2.51%]
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.001521s/0.0641s=2.37%]
5/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 33 AND `status` = '1' LIMIT 1 [0.001452s/0.0641s=2.27%]
6/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 < 1775889385 and b.endtime > 1775889385 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.001355s/0.0641s=2.11%]
7/63 . SELECT * FROM `payment` WHERE `status` = '1' ORDER BY `weigh` DESC,`id` ASC [0.001186s/0.0641s=1.85%]
8/63 . SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [0.001162s/0.0641s=1.81%]
9/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.001144s/0.0641s=1.78%]
10/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.001135s/0.0641s=1.77%]
11/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 34 AND `status` = '1' LIMIT 1 [0.001132s/0.0641s=1.77%]
12/63 . SELECT `value` FROM `config` WHERE `name` = 'customer_login_config' LIMIT 1 [0.001087s/0.0641s=1.70%]
13/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.001080s/0.0641s=1.68%]
14/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'access_control' AND `is_installed` = 1 LIMIT 1 [0.001071s/0.0641s=1.67%]
15/63 . set time_zone = '+08:00' [0.001059s/0.0641s=1.65%]
16/63 . SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [0.001056s/0.0641s=1.65%]
17/63 . SELECT * FROM `activity` WHERE ( ( 1775889385 > starttime && 1775889385 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [0.001038s/0.0641s=1.62%]
18/63 . SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (36,35,34,33) ) AND `discuss`.`deletetime` IS NULL [0.001034s/0.0641s=1.61%]
19/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'salesmartly' AND `is_installed` = 1 LIMIT 1 [0.001017s/0.0641s=1.59%]
20/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 33 LIMIT 1 [0.001009s/0.0641s=1.57%]
21/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 34 LIMIT 1 [0.001006s/0.0641s=1.57%]
22/63 . SELECT `value` FROM `config` WHERE `name` = 'lang_auto_detect' LIMIT 1 [0.001005s/0.0641s=1.57%]
23/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'product_topic' AND `is_installed` = 1 LIMIT 1 [0.001000s/0.0641s=1.56%]
24/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.001000s/0.0641s=1.56%]
25/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 36 LIMIT 1 [0.000998s/0.0641s=1.56%]
26/63 . SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [0.000997s/0.0641s=1.56%]
27/63 . SELECT `id` FROM `category` WHERE `path` = 'apron-12' LIMIT 1 [0.000996s/0.0641s=1.55%]
29/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.000981s/0.0641s=1.53%]
30/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 36 LIMIT 1 [0.000971s/0.0641s=1.51%]
31/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 34 AND `status` = '1' LIMIT 1 [0.000970s/0.0641s=1.51%]
32/63 . SELECT `value` FROM `config` WHERE ( name = 'multiCurrencySwitch' ) LIMIT 1 [0.000964s/0.0641s=1.50%]
33/63 . SELECT `value` FROM `config` WHERE `name` = 'channel_google' LIMIT 1 [0.000964s/0.0641s=1.50%]
34/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 35 AND `status` = '1' LIMIT 1 [0.000962s/0.0641s=1.50%]
35/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 36 LIMIT 1 [0.000953s/0.0641s=1.49%]
36/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 35 LIMIT 1 [0.000953s/0.0641s=1.49%]
37/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 36 AND `status` = '1' LIMIT 1 [0.000950s/0.0641s=1.48%]
38/63 . SELECT `value` FROM `config` WHERE ( name = 'byIpSwitch' ) LIMIT 1 [0.000938s/0.0641s=1.46%]
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.000927s/0.0641s=1.45%]
40/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 34 AND `status` = '1' LIMIT 1 [0.000927s/0.0641s=1.45%]
41/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 35 AND `status` = '1' LIMIT 1 [0.000921s/0.0641s=1.44%]
42/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 36 LIMIT 1 [0.000916s/0.0641s=1.43%]
43/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 35 LIMIT 1 [0.000903s/0.0641s=1.41%]
44/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 35 AND `status` = '1' LIMIT 1 [0.000892s/0.0641s=1.39%]
45/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 33 LIMIT 1 [0.000889s/0.0641s=1.39%]
46/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 33 AND `status` = '1' LIMIT 1 [0.000879s/0.0641s=1.37%]
47/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 34 LIMIT 1 [0.000875s/0.0641s=1.37%]
48/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 35 AND `status` = '1' LIMIT 1 [0.000873s/0.0641s=1.36%]
49/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 36 AND `status` = '1' LIMIT 1 [0.000871s/0.0641s=1.36%]
50/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 34 LIMIT 1 [0.000869s/0.0641s=1.36%]
51/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 33 LIMIT 1 [0.000858s/0.0641s=1.34%]
52/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 34 LIMIT 1 [0.000858s/0.0641s=1.34%]
53/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 33 LIMIT 1 [0.000846s/0.0641s=1.32%]
54/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 33 AND `status` = '1' LIMIT 1 [0.000843s/0.0641s=1.32%]
55/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 34 AND `status` = '1' LIMIT 1 [0.000831s/0.0641s=1.30%]
56/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 35 LIMIT 1 [0.000831s/0.0641s=1.30%]
57/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 36 AND `status` = '1' LIMIT 1 [0.000829s/0.0641s=1.29%]
58/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000829s/0.0641s=1.29%]
59/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 35 LIMIT 1 [0.000828s/0.0641s=1.29%]
60/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 33 AND `status` = '1' LIMIT 1 [0.000826s/0.0641s=1.29%]
61/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 36 AND `status` = '1' LIMIT 1 [0.000826s/0.0641s=1.29%]
62/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000825s/0.0641s=1.29%]
1/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 33 LIMIT 1 [4 times, 0.003602s/0.0641s=5.62%]
2/11. SELECT `id` FROM `custom_activity` WHERE `id` = 33 AND `status` = '1' LIMIT 1 [4 times, 0.004s/0.0641s=6.24%]
3/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 34 LIMIT 1 [4 times, 0.003608s/0.0641s=5.63%]
4/11. SELECT `id` FROM `custom_activity` WHERE `id` = 34 AND `status` = '1' LIMIT 1 [4 times, 0.00386s/0.0641s=6.02%]
5/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 35 LIMIT 1 [4 times, 0.003515s/0.0641s=5.48%]
6/11. SELECT `id` FROM `custom_activity` WHERE `id` = 35 AND `status` = '1' LIMIT 1 [4 times, 0.003648s/0.0641s=5.69%]
7/11. SELECT `id` FROM `custom_activity` WHERE `id` = 36 AND `status` = '1' LIMIT 1 [4 times, 0.003476s/0.0641s=5.42%]
8/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 36 LIMIT 1 [4 times, 0.003838s/0.0641s=5.99%]
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.003071s/0.0641s=4.79%]
10/11. set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [3 times, 0.002789s/0.0641s=4.35%]