[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000846s ]
[ 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 < 1775899142 and b.endtime > 1775899142 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.006087s ]
[ 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.002472s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.001439s ]
[ 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 < 1775899142 and b.endtime > 1775899142 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.003943s ]
[ 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 < 1775899142 and b.endtime > 1775899142 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.004482s ]
[ SQL ] SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (32,31,17,2) ) AND `discuss`.`deletetime` IS NULL [ RunTime:0.001709s ]
[ 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.004926s ]
[ SQL ] SELECT * FROM `activity` WHERE ( ( 1775899142 > starttime && 1775899142 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [ RunTime:0.004209s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.001349s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [ RunTime:0.005281s ]
[ SQL ] SELECT `id` FROM `category` WHERE `path` = 'bag-5' LIMIT 1 [ RunTime:0.007960s ]
[ 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.011137s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [ RunTime:0.001007s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'salesmartly' AND `is_installed` = 1 LIMIT 1 [ RunTime:0.000969s ]
[ SQL ] SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [ RunTime:0.000983s ]
[ 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.001350s ]
[ 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.001492s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 32 LIMIT 1 [ RunTime:0.010945s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 32 AND `status` = '1' LIMIT 1 [ RunTime:0.002672s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 32 LIMIT 1 [ RunTime:0.013801s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 32 AND `status` = '1' LIMIT 1 [ RunTime:0.002298s ]
[ 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.001437s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 32 LIMIT 1 [ RunTime:0.001438s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 32 AND `status` = '1' LIMIT 1 [ RunTime:0.001560s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 32 LIMIT 1 [ RunTime:0.001839s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 32 AND `status` = '1' LIMIT 1 [ RunTime:0.002103s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 31 LIMIT 1 [ RunTime:0.001119s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 31 AND `status` = '1' LIMIT 1 [ RunTime:0.001750s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 31 LIMIT 1 [ RunTime:0.001471s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 31 AND `status` = '1' LIMIT 1 [ RunTime:0.005395s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 31 LIMIT 1 [ RunTime:0.001696s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 31 AND `status` = '1' LIMIT 1 [ RunTime:0.001251s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 31 LIMIT 1 [ RunTime:0.001060s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 31 AND `status` = '1' LIMIT 1 [ RunTime:0.003815s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 17 LIMIT 1 [ RunTime:0.003412s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 15 AND `status` = '1' LIMIT 1 [ RunTime:0.001570s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 17 LIMIT 1 [ RunTime:0.001720s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 15 AND `status` = '1' LIMIT 1 [ RunTime:0.001175s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 17 LIMIT 1 [ RunTime:0.001077s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 15 AND `status` = '1' LIMIT 1 [ RunTime:0.001913s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 17 LIMIT 1 [ RunTime:0.001284s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 15 AND `status` = '1' LIMIT 1 [ RunTime:0.001348s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 2 LIMIT 1 [ RunTime:0.001561s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 3 AND `status` = '1' LIMIT 1 [ RunTime:0.001184s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 2 LIMIT 1 [ RunTime:0.002040s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 3 AND `status` = '1' LIMIT 1 [ RunTime:0.001298s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 2 LIMIT 1 [ RunTime:0.001357s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 3 AND `status` = '1' LIMIT 1 [ RunTime:0.004588s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 2 LIMIT 1 [ RunTime:0.001564s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 3 AND `status` = '1' LIMIT 1 [ RunTime:0.001364s ]
1/63 . SELECT `value` FROM `config` WHERE `name` = 'channel_google' LIMIT 1 [0.023301s/0.2613s=8.92%]
2/63 . SELECT * FROM `payment` WHERE `status` = '1' ORDER BY `weigh` DESC,`id` ASC [0.021864s/0.2613s=8.37%]
3/63 . set time_zone = '+08:00' [0.021360s/0.2613s=8.17%]
4/63 . SELECT `value` FROM `config` WHERE ( name = 'multiCurrencySwitch' ) LIMIT 1 [0.014677s/0.2613s=5.62%]
5/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 32 LIMIT 1 [0.013801s/0.2613s=5.28%]
6/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'access_control' AND `is_installed` = 1 LIMIT 1 [0.011700s/0.2613s=4.48%]
7/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.011137s/0.2613s=4.26%]
8/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 32 LIMIT 1 [0.010945s/0.2613s=4.19%]
9/63 . SELECT `id` FROM `category` WHERE `path` = 'bag-5' LIMIT 1 [0.007960s/0.2613s=3.05%]
10/63 . SELECT `value` FROM `config` WHERE ( name = 'byIpSwitch' ) LIMIT 1 [0.007642s/0.2613s=2.92%]
11/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 < 1775899142 and b.endtime > 1775899142 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.006087s/0.2613s=2.33%]
12/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'product_topic' AND `is_installed` = 1 LIMIT 1 [0.005987s/0.2613s=2.29%]
13/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 31 AND `status` = '1' LIMIT 1 [0.005395s/0.2613s=2.06%]
14/63 . SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [0.005281s/0.2613s=2.02%]
15/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.004926s/0.2613s=1.89%]
16/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 3 AND `status` = '1' LIMIT 1 [0.004588s/0.2613s=1.76%]
17/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 < 1775899142 and b.endtime > 1775899142 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.004482s/0.2613s=1.72%]
18/63 . SELECT * FROM `activity` WHERE ( ( 1775899142 > starttime && 1775899142 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [0.004209s/0.2613s=1.61%]
19/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 < 1775899142 and b.endtime > 1775899142 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.003943s/0.2613s=1.51%]
20/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 31 AND `status` = '1' LIMIT 1 [0.003815s/0.2613s=1.46%]
21/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 17 LIMIT 1 [0.003412s/0.2613s=1.31%]
23/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 32 AND `status` = '1' LIMIT 1 [0.002672s/0.2613s=1.02%]
24/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.002472s/0.2613s=0.95%]
25/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 32 AND `status` = '1' LIMIT 1 [0.002298s/0.2613s=0.88%]
26/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 32 AND `status` = '1' LIMIT 1 [0.002103s/0.2613s=0.80%]
27/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 2 LIMIT 1 [0.002040s/0.2613s=0.78%]
28/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 15 AND `status` = '1' LIMIT 1 [0.001913s/0.2613s=0.73%]
30/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 32 LIMIT 1 [0.001839s/0.2613s=0.70%]
31/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 31 AND `status` = '1' LIMIT 1 [0.001750s/0.2613s=0.67%]
32/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 17 LIMIT 1 [0.001720s/0.2613s=0.66%]
33/63 . SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (32,31,17,2) ) AND `discuss`.`deletetime` IS NULL [0.001709s/0.2613s=0.65%]
34/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 31 LIMIT 1 [0.001696s/0.2613s=0.65%]
35/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 15 AND `status` = '1' LIMIT 1 [0.001570s/0.2613s=0.60%]
36/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 2 LIMIT 1 [0.001564s/0.2613s=0.60%]
37/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 2 LIMIT 1 [0.001561s/0.2613s=0.60%]
38/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 32 AND `status` = '1' LIMIT 1 [0.001560s/0.2613s=0.60%]
39/63 . SELECT `value` FROM `config` WHERE `name` = 'lang_auto_detect' LIMIT 1 [0.001541s/0.2613s=0.59%]
40/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.001492s/0.2613s=0.57%]
41/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 31 LIMIT 1 [0.001471s/0.2613s=0.56%]
42/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.001439s/0.2613s=0.55%]
43/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 32 LIMIT 1 [0.001438s/0.2613s=0.55%]
44/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.001437s/0.2613s=0.55%]
45/63 . SELECT `value` FROM `config` WHERE `name` = 'customer_login_config' LIMIT 1 [0.001424s/0.2613s=0.54%]
46/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 3 AND `status` = '1' LIMIT 1 [0.001364s/0.2613s=0.52%]
47/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 2 LIMIT 1 [0.001357s/0.2613s=0.52%]
48/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.001350s/0.2613s=0.52%]
49/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.001349s/0.2613s=0.52%]
50/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 15 AND `status` = '1' LIMIT 1 [0.001348s/0.2613s=0.52%]
51/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 3 AND `status` = '1' LIMIT 1 [0.001298s/0.2613s=0.50%]
52/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 17 LIMIT 1 [0.001284s/0.2613s=0.49%]
53/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 31 AND `status` = '1' LIMIT 1 [0.001251s/0.2613s=0.48%]
54/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 3 AND `status` = '1' LIMIT 1 [0.001184s/0.2613s=0.45%]
55/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 15 AND `status` = '1' LIMIT 1 [0.001175s/0.2613s=0.45%]
56/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 31 LIMIT 1 [0.001119s/0.2613s=0.43%]
57/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 17 LIMIT 1 [0.001077s/0.2613s=0.41%]
58/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 31 LIMIT 1 [0.001060s/0.2613s=0.41%]
59/63 . SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [0.001007s/0.2613s=0.39%]
60/63 . SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [0.000983s/0.2613s=0.38%]
61/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'salesmartly' AND `is_installed` = 1 LIMIT 1 [0.000969s/0.2613s=0.37%]
63/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000846s/0.2613s=0.32%]
1/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 2 LIMIT 1 [4 times, 0.006522s/0.2613s=2.50%]
2/11. SELECT `id` FROM `custom_activity` WHERE `id` = 3 AND `status` = '1' LIMIT 1 [4 times, 0.008434s/0.2613s=3.23%]
3/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 17 LIMIT 1 [4 times, 0.007493s/0.2613s=2.87%]
4/11. SELECT `id` FROM `custom_activity` WHERE `id` = 15 AND `status` = '1' LIMIT 1 [4 times, 0.006006s/0.2613s=2.30%]
5/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 31 LIMIT 1 [4 times, 0.005346s/0.2613s=2.05%]
6/11. SELECT `id` FROM `custom_activity` WHERE `id` = 31 AND `status` = '1' LIMIT 1 [4 times, 0.012211s/0.2613s=4.67%]
7/11. SELECT `id` FROM `custom_activity` WHERE `id` = 32 AND `status` = '1' LIMIT 1 [4 times, 0.008633s/0.2613s=3.30%]
8/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 32 LIMIT 1 [4 times, 0.028023s/0.2613s=10.72%]
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.004279s/0.2613s=1.64%]
10/11. set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [3 times, 0.003634s/0.2613s=1.39%]