[ DB ] CONNECT:[ UseTime:0.002276s ] mysql:host=database-test2.cb81pdkxodkj.us-east-1.rds.amazonaws.com:3306;port=3306;dbname=shoppaas_1698373514850;charset=utf8mb4
[ SQL ] SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'product_topic' AND `is_installed` = 1 LIMIT 1 [ RunTime:0.001870s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'access_control' AND `is_installed` = 1 LIMIT 1 [ RunTime:0.001413s ]
[ SQL ] SELECT * FROM `payment` WHERE `status` = '1' ORDER BY `weigh` DESC,`id` ASC [ RunTime:0.001702s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'channel_google' LIMIT 1 [ RunTime:0.001254s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'lang_auto_detect' LIMIT 1 [ RunTime:0.001161s ]
[ SQL ] set time_zone = '+08:00' [ RunTime:0.001139s ]
[ SQL ] SELECT `value` FROM `config` WHERE ( name = 'multiCurrencySwitch' ) LIMIT 1 [ RunTime:0.001116s ]
[ SQL ] SELECT `value` FROM `config` WHERE ( name = 'byIpSwitch' ) LIMIT 1 [ RunTime:0.001157s ]
[ SQL ] UPDATE `cart` SET `deletetime`=1771147566 WHERE ( NOT EXISTS ( SELECT * FROM `product` WHERE ( product.id=cart.product_id ) ) AND `user_id` = 0 AND `session_id` = '9ur2j3tpfdiml0kulhq0s4vcac' AND `createtime` > 1770888366 ) AND `cart`.`deletetime` IS NULL [ RunTime:0.001436s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000922s ]
[ SQL ] SELECT * FROM `cart` LEFT JOIN ( SELECT type as activity_type,id as activity_id,`product_ids` FROM `activity` WHERE ( `type` IN ('seckill') ) AND `activity`.`deletetime` IS NULL ) `act` ON find_in_set(cart.product_id, product_ids) WHERE ( `user_id` = 0 AND `session_id` = '9ur2j3tpfdiml0kulhq0s4vcac' AND `store_id` = 0 ) AND `cart`.`deletetime` IS NULL GROUP BY `id` ORDER BY `createtime` DESC,`id` ASC [ RunTime:0.001723s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.001020s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'customer_login_config' LIMIT 1 [ RunTime:0.001535s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000914s ]
[ 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 < 1771147566 and b.endtime > 1771147566 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(3, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc, id desc [ RunTime:0.002041s ]
[ 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 (50,49,15,13,5,3) group by binary(p.name), binary(p1.name); [ RunTime:0.002416s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.001075s ]
[ 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 < 1771147566 and b.endtime > 1771147566 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(3, category_ids) ) ) ) AND `p`.`deletetime` IS NULL LIMIT 1 [ RunTime:0.001482s ]
[ 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 < 1771147566 and b.endtime > 1771147566 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(3, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc,id desc LIMIT 0,12 [ RunTime:0.001560s ]
[ SQL ] SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (50,49,15,13,5,3) ) AND `discuss`.`deletetime` IS NULL [ RunTime:0.001168s ]
[ SQL ] SELECT * FROM `product_sku_price` WHERE ( `product_id` IN (50,49,15,13,5,3) ) AND `product_sku_price`.`deletetime` IS NULL ORDER BY `weigh` ASC,`id` ASC [ RunTime:0.001199s ]
[ SQL ] SELECT * FROM `activity` WHERE ( ( 1771147566 > starttime && 1771147566 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [ RunTime:0.001153s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.001026s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [ RunTime:0.001116s ]
[ SQL ] SELECT `id` FROM `category` WHERE `path` = 'cup-3' LIMIT 1 [ RunTime:0.001117s ]
[ 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 = 3
and p.status = "up" and p.deletetime is null limit 40 [ RunTime:0.001172s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [ RunTime:0.001202s ]
[ SQL ] SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [ RunTime:0.001149s ]
[ 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.001106s ]
[ 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.001162s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 50 LIMIT 1 [ RunTime:0.001034s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 50 AND `status` = '1' LIMIT 1 [ RunTime:0.001071s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 50 LIMIT 1 [ RunTime:0.001108s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 50 AND `status` = '1' LIMIT 1 [ RunTime:0.001028s ]
[ 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.001044s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 50 LIMIT 1 [ RunTime:0.001103s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 50 AND `status` = '1' LIMIT 1 [ RunTime:0.001047s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 50 LIMIT 1 [ RunTime:0.001037s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 50 AND `status` = '1' LIMIT 1 [ RunTime:0.000992s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 49 LIMIT 1 [ RunTime:0.001029s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 49 AND `status` = '1' LIMIT 1 [ RunTime:0.001012s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 49 LIMIT 1 [ RunTime:0.001048s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 49 AND `status` = '1' LIMIT 1 [ RunTime:0.001077s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 49 LIMIT 1 [ RunTime:0.001025s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 49 AND `status` = '1' LIMIT 1 [ RunTime:0.001163s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 49 LIMIT 1 [ RunTime:0.001016s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 49 AND `status` = '1' LIMIT 1 [ RunTime:0.000998s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 15 LIMIT 1 [ RunTime:0.001107s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 14 AND `status` = '1' LIMIT 1 [ RunTime:0.001013s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 15 LIMIT 1 [ RunTime:0.001574s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 14 AND `status` = '1' LIMIT 1 [ RunTime:0.001159s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 15 LIMIT 1 [ RunTime:0.001072s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 14 AND `status` = '1' LIMIT 1 [ RunTime:0.001064s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 15 LIMIT 1 [ RunTime:0.001046s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 14 AND `status` = '1' LIMIT 1 [ RunTime:0.001131s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 13 LIMIT 1 [ RunTime:0.001155s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 13 AND `status` = '1' LIMIT 1 [ RunTime:0.001360s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 13 LIMIT 1 [ RunTime:0.001070s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 13 AND `status` = '1' LIMIT 1 [ RunTime:0.001152s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 13 LIMIT 1 [ RunTime:0.001135s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 13 AND `status` = '1' LIMIT 1 [ RunTime:0.001113s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 13 LIMIT 1 [ RunTime:0.001285s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 13 AND `status` = '1' LIMIT 1 [ RunTime:0.001355s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 5 LIMIT 1 [ RunTime:0.001242s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 5 AND `status` = '1' LIMIT 1 [ RunTime:0.001827s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 5 LIMIT 1 [ RunTime:0.001240s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 5 AND `status` = '1' LIMIT 1 [ RunTime:0.001048s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 5 LIMIT 1 [ RunTime:0.001386s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 5 AND `status` = '1' LIMIT 1 [ RunTime:0.001116s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 5 LIMIT 1 [ RunTime:0.001104s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 5 AND `status` = '1' LIMIT 1 [ RunTime:0.001284s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 3 LIMIT 1 [ RunTime:0.001185s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 2 AND `status` = '1' LIMIT 1 [ RunTime:0.001069s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 3 LIMIT 1 [ RunTime:0.001079s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 2 AND `status` = '1' LIMIT 1 [ RunTime:0.001092s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 3 LIMIT 1 [ RunTime:0.001339s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 2 AND `status` = '1' LIMIT 1 [ RunTime:0.001171s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 3 LIMIT 1 [ RunTime:0.001209s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 2 AND `status` = '1' LIMIT 1 [ RunTime:0.001189s ]
1/83 . 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 (50,49,15,13,5,3) group by binary(p.name), binary(p1.name); [0.002416s/0.101502s=2.38%]
3/83 . 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 < 1771147566 and b.endtime > 1771147566 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(3, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc, id desc [0.002041s/0.101502s=2.01%]
4/83 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'product_topic' AND `is_installed` = 1 LIMIT 1 [0.001870s/0.101502s=1.84%]
5/83 . SELECT `id` FROM `custom_activity` WHERE `id` = 5 AND `status` = '1' LIMIT 1 [0.001827s/0.101502s=1.80%]
6/83 . SELECT * FROM `cart` LEFT JOIN ( SELECT type as activity_type,id as activity_id,`product_ids` FROM `activity` WHERE ( `type` IN ('seckill') ) AND `activity`.`deletetime` IS NULL ) `act` ON find_in_set(cart.product_id, product_ids) WHERE ( `user_id` = 0 AND `session_id` = '9ur2j3tpfdiml0kulhq0s4vcac' AND `store_id` = 0 ) AND `cart`.`deletetime` IS NULL GROUP BY `id` ORDER BY `createtime` DESC,`id` ASC [0.001723s/0.101502s=1.70%]
7/83 . SELECT * FROM `payment` WHERE `status` = '1' ORDER BY `weigh` DESC,`id` ASC [0.001702s/0.101502s=1.68%]
8/83 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 15 LIMIT 1 [0.001574s/0.101502s=1.55%]
9/83 . 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 < 1771147566 and b.endtime > 1771147566 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(3, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc,id desc LIMIT 0,12 [0.001560s/0.101502s=1.54%]
10/83 . SELECT `value` FROM `config` WHERE `name` = 'customer_login_config' LIMIT 1 [0.001535s/0.101502s=1.51%]
11/83 . 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 < 1771147566 and b.endtime > 1771147566 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(3, category_ids) ) ) ) AND `p`.`deletetime` IS NULL LIMIT 1 [0.001482s/0.101502s=1.46%]
12/83 . UPDATE `cart` SET `deletetime`=1771147566 WHERE ( NOT EXISTS ( SELECT * FROM `product` WHERE ( product.id=cart.product_id ) ) AND `user_id` = 0 AND `session_id` = '9ur2j3tpfdiml0kulhq0s4vcac' AND `createtime` > 1770888366 ) AND `cart`.`deletetime` IS NULL [0.001436s/0.101502s=1.41%]
13/83 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'access_control' AND `is_installed` = 1 LIMIT 1 [0.001413s/0.101502s=1.39%]
14/83 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 5 LIMIT 1 [0.001386s/0.101502s=1.37%]
15/83 . SELECT `id` FROM `custom_activity` WHERE `id` = 13 AND `status` = '1' LIMIT 1 [0.001360s/0.101502s=1.34%]
16/83 . SELECT `id` FROM `custom_activity` WHERE `id` = 13 AND `status` = '1' LIMIT 1 [0.001355s/0.101502s=1.33%]
17/83 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 3 LIMIT 1 [0.001339s/0.101502s=1.32%]
20/83 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 13 LIMIT 1 [0.001285s/0.101502s=1.27%]
21/83 . SELECT `id` FROM `custom_activity` WHERE `id` = 5 AND `status` = '1' LIMIT 1 [0.001284s/0.101502s=1.26%]
22/83 . SELECT `value` FROM `config` WHERE `name` = 'channel_google' LIMIT 1 [0.001254s/0.101502s=1.24%]
23/83 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 5 LIMIT 1 [0.001242s/0.101502s=1.22%]
24/83 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 5 LIMIT 1 [0.001240s/0.101502s=1.22%]
25/83 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 3 LIMIT 1 [0.001209s/0.101502s=1.19%]
26/83 . SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [0.001202s/0.101502s=1.18%]
27/83 . SELECT * FROM `product_sku_price` WHERE ( `product_id` IN (50,49,15,13,5,3) ) AND `product_sku_price`.`deletetime` IS NULL ORDER BY `weigh` ASC,`id` ASC [0.001199s/0.101502s=1.18%]
28/83 . SELECT `id` FROM `custom_activity` WHERE `id` = 2 AND `status` = '1' LIMIT 1 [0.001189s/0.101502s=1.17%]
29/83 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 3 LIMIT 1 [0.001185s/0.101502s=1.17%]
30/83 . 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 = 3
and p.status = "up" and p.deletetime is null limit 40 [0.001172s/0.101502s=1.15%]
31/83 . SELECT `id` FROM `custom_activity` WHERE `id` = 2 AND `status` = '1' LIMIT 1 [0.001171s/0.101502s=1.15%]
32/83 . SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (50,49,15,13,5,3) ) AND `discuss`.`deletetime` IS NULL [0.001168s/0.101502s=1.15%]
33/83 . SELECT `id` FROM `custom_activity` WHERE `id` = 49 AND `status` = '1' LIMIT 1 [0.001163s/0.101502s=1.15%]
34/83 . 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.001162s/0.101502s=1.14%]
35/83 . SELECT `value` FROM `config` WHERE `name` = 'lang_auto_detect' LIMIT 1 [0.001161s/0.101502s=1.14%]
36/83 . SELECT `id` FROM `custom_activity` WHERE `id` = 14 AND `status` = '1' LIMIT 1 [0.001159s/0.101502s=1.14%]
37/83 . SELECT `value` FROM `config` WHERE ( name = 'byIpSwitch' ) LIMIT 1 [0.001157s/0.101502s=1.14%]
38/83 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 13 LIMIT 1 [0.001155s/0.101502s=1.14%]
39/83 . SELECT * FROM `activity` WHERE ( ( 1771147566 > starttime && 1771147566 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [0.001153s/0.101502s=1.14%]
40/83 . SELECT `id` FROM `custom_activity` WHERE `id` = 13 AND `status` = '1' LIMIT 1 [0.001152s/0.101502s=1.13%]
41/83 . SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [0.001149s/0.101502s=1.13%]
42/83 . set time_zone = '+08:00' [0.001139s/0.101502s=1.12%]
43/83 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 13 LIMIT 1 [0.001135s/0.101502s=1.12%]
44/83 . SELECT `id` FROM `custom_activity` WHERE `id` = 14 AND `status` = '1' LIMIT 1 [0.001131s/0.101502s=1.11%]
45/83 . SELECT `id` FROM `category` WHERE `path` = 'cup-3' LIMIT 1 [0.001117s/0.101502s=1.10%]
46/83 . SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [0.001116s/0.101502s=1.10%]
47/83 . SELECT `value` FROM `config` WHERE ( name = 'multiCurrencySwitch' ) LIMIT 1 [0.001116s/0.101502s=1.10%]
48/83 . SELECT `id` FROM `custom_activity` WHERE `id` = 5 AND `status` = '1' LIMIT 1 [0.001116s/0.101502s=1.10%]
49/83 . SELECT `id` FROM `custom_activity` WHERE `id` = 13 AND `status` = '1' LIMIT 1 [0.001113s/0.101502s=1.10%]
50/83 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 50 LIMIT 1 [0.001108s/0.101502s=1.09%]
51/83 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 15 LIMIT 1 [0.001107s/0.101502s=1.09%]
52/83 . 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.001106s/0.101502s=1.09%]
53/83 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 5 LIMIT 1 [0.001104s/0.101502s=1.09%]
54/83 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 50 LIMIT 1 [0.001103s/0.101502s=1.09%]
55/83 . SELECT `id` FROM `custom_activity` WHERE `id` = 2 AND `status` = '1' LIMIT 1 [0.001092s/0.101502s=1.08%]
56/83 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 3 LIMIT 1 [0.001079s/0.101502s=1.06%]
57/83 . SELECT `id` FROM `custom_activity` WHERE `id` = 49 AND `status` = '1' LIMIT 1 [0.001077s/0.101502s=1.06%]
58/83 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.001075s/0.101502s=1.06%]
59/83 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 15 LIMIT 1 [0.001072s/0.101502s=1.06%]
60/83 . SELECT `id` FROM `custom_activity` WHERE `id` = 50 AND `status` = '1' LIMIT 1 [0.001071s/0.101502s=1.06%]
61/83 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 13 LIMIT 1 [0.001070s/0.101502s=1.05%]
62/83 . SELECT `id` FROM `custom_activity` WHERE `id` = 2 AND `status` = '1' LIMIT 1 [0.001069s/0.101502s=1.05%]
63/83 . SELECT `id` FROM `custom_activity` WHERE `id` = 14 AND `status` = '1' LIMIT 1 [0.001064s/0.101502s=1.05%]
64/83 . SELECT `id` FROM `custom_activity` WHERE `id` = 5 AND `status` = '1' LIMIT 1 [0.001048s/0.101502s=1.03%]
65/83 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 49 LIMIT 1 [0.001048s/0.101502s=1.03%]
66/83 . SELECT `id` FROM `custom_activity` WHERE `id` = 50 AND `status` = '1' LIMIT 1 [0.001047s/0.101502s=1.03%]
67/83 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 15 LIMIT 1 [0.001046s/0.101502s=1.03%]
68/83 . 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.001044s/0.101502s=1.03%]
69/83 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 50 LIMIT 1 [0.001037s/0.101502s=1.02%]
70/83 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 50 LIMIT 1 [0.001034s/0.101502s=1.02%]
71/83 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 49 LIMIT 1 [0.001029s/0.101502s=1.01%]
72/83 . SELECT `id` FROM `custom_activity` WHERE `id` = 50 AND `status` = '1' LIMIT 1 [0.001028s/0.101502s=1.01%]
73/83 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.001026s/0.101502s=1.01%]
74/83 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 49 LIMIT 1 [0.001025s/0.101502s=1.01%]
75/83 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.001020s/0.101502s=1.00%]
76/83 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 49 LIMIT 1 [0.001016s/0.101502s=1.00%]
77/83 . SELECT `id` FROM `custom_activity` WHERE `id` = 14 AND `status` = '1' LIMIT 1 [0.001013s/0.101502s=1.00%]
78/83 . SELECT `id` FROM `custom_activity` WHERE `id` = 49 AND `status` = '1' LIMIT 1 [0.001012s/0.101502s=1.00%]
79/83 . SELECT `id` FROM `custom_activity` WHERE `id` = 49 AND `status` = '1' LIMIT 1 [0.000998s/0.101502s=0.98%]
80/83 . SELECT `id` FROM `custom_activity` WHERE `id` = 50 AND `status` = '1' LIMIT 1 [0.000992s/0.101502s=0.98%]
81/83 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000922s/0.101502s=0.91%]
82/83 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000914s/0.101502s=0.90%]
1/15. set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [5 times, 0.004957s/0.101502s=4.88%]
2/15. SELECT `id` FROM `custom_activity` WHERE `id` = 2 AND `status` = '1' LIMIT 1 [4 times, 0.004521s/0.101502s=4.45%]
3/15. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 3 LIMIT 1 [4 times, 0.004812s/0.101502s=4.74%]
4/15. SELECT `id` FROM `custom_activity` WHERE `id` = 5 AND `status` = '1' LIMIT 1 [4 times, 0.005275s/0.101502s=5.20%]
5/15. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 5 LIMIT 1 [4 times, 0.004972s/0.101502s=4.90%]
6/15. SELECT `id` FROM `custom_activity` WHERE `id` = 13 AND `status` = '1' LIMIT 1 [4 times, 0.00498s/0.101502s=4.91%]
7/15. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 13 LIMIT 1 [4 times, 0.004645s/0.101502s=4.58%]
8/15. SELECT `id` FROM `custom_activity` WHERE `id` = 14 AND `status` = '1' LIMIT 1 [4 times, 0.004367s/0.101502s=4.30%]
9/15. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 15 LIMIT 1 [4 times, 0.004799s/0.101502s=4.73%]
10/15. SELECT `id` FROM `custom_activity` WHERE `id` = 49 AND `status` = '1' LIMIT 1 [4 times, 0.00425s/0.101502s=4.19%]
11/15. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 49 LIMIT 1 [4 times, 0.004118s/0.101502s=4.06%]
12/15. SELECT `id` FROM `custom_activity` WHERE `id` = 50 AND `status` = '1' LIMIT 1 [4 times, 0.004138s/0.101502s=4.08%]
13/15. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 50 LIMIT 1 [4 times, 0.004282s/0.101502s=4.22%]
14/15. 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.003312s/0.101502s=3.26%]