[ DB ] CONNECT:[ UseTime:0.007515s ] 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.000932s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'access_control' AND `is_installed` = 1 LIMIT 1 [ RunTime:0.001038s ]
[ SQL ] SELECT * FROM `payment` WHERE `status` = '1' ORDER BY `weigh` DESC,`id` ASC [ RunTime:0.001348s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'channel_google' LIMIT 1 [ RunTime:0.000960s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'lang_auto_detect' LIMIT 1 [ RunTime:0.000985s ]
[ SQL ] set time_zone = '+08:00' [ RunTime:0.001116s ]
[ SQL ] SELECT `value` FROM `config` WHERE ( name = 'multiCurrencySwitch' ) LIMIT 1 [ RunTime:0.001434s ]
[ SQL ] SELECT `value` FROM `config` WHERE ( name = 'byIpSwitch' ) LIMIT 1 [ RunTime:0.001034s ]
[ 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.001382s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000775s ]
[ 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.001782s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000729s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'customer_login_config' LIMIT 1 [ RunTime:0.000977s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000683s ]
[ 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(8, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc, id desc [ RunTime:0.001655s ]
[ 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 (28,27,8,7) group by binary(p.name), binary(p1.name); [ RunTime:0.001691s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000776s ]
[ 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(8, category_ids) ) ) ) AND `p`.`deletetime` IS NULL LIMIT 1 [ RunTime:0.001481s ]
[ 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(8, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc,id desc LIMIT 0,12 [ RunTime:0.001536s ]
[ SQL ] SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (28,27,8,7) ) AND `discuss`.`deletetime` IS NULL [ RunTime:0.002156s ]
[ SQL ] SELECT * FROM `product_sku_price` WHERE ( `product_id` IN (28,27,8,7) ) AND `product_sku_price`.`deletetime` IS NULL ORDER BY `weigh` ASC,`id` ASC [ RunTime:0.001154s ]
[ SQL ] SELECT * FROM `activity` WHERE ( ( 1771147566 > starttime && 1771147566 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [ RunTime:0.000910s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000902s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [ RunTime:0.000946s ]
[ SQL ] SELECT `id` FROM `category` WHERE `path` = 'poster-8' LIMIT 1 [ RunTime:0.002695s ]
[ 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 = 8
and p.status = "up" and p.deletetime is null limit 40 [ RunTime:0.000995s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [ RunTime:0.001144s ]
[ SQL ] SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [ RunTime:0.001051s ]
[ 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.000957s ]
[ 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.000960s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [ RunTime:0.001004s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [ RunTime:0.000930s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [ RunTime:0.000950s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [ RunTime:0.001259s ]
[ 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.001386s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [ RunTime:0.000930s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [ RunTime:0.000912s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [ RunTime:0.000957s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [ RunTime:0.000844s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [ RunTime:0.000892s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [ RunTime:0.001432s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [ RunTime:0.001132s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [ RunTime:0.001942s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [ RunTime:0.001024s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [ RunTime:0.000876s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [ RunTime:0.000877s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [ RunTime:0.000938s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [ RunTime:0.001025s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 8 AND `status` = '1' LIMIT 1 [ RunTime:0.000829s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [ RunTime:0.000818s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 8 AND `status` = '1' LIMIT 1 [ RunTime:0.000864s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [ RunTime:0.000869s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 8 AND `status` = '1' LIMIT 1 [ RunTime:0.000864s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [ RunTime:0.000850s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 8 AND `status` = '1' LIMIT 1 [ RunTime:0.000833s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [ RunTime:0.000897s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [ RunTime:0.000796s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [ RunTime:0.000786s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [ RunTime:0.000913s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [ RunTime:0.000825s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [ RunTime:0.000756s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [ RunTime:0.000832s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [ RunTime:0.001065s ]
2/67 . SELECT `id` FROM `category` WHERE `path` = 'poster-8' LIMIT 1 [0.002695s/0.07832s=3.44%]
3/67 . SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (28,27,8,7) ) AND `discuss`.`deletetime` IS NULL [0.002156s/0.07832s=2.75%]
4/67 . SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [0.001942s/0.07832s=2.48%]
5/67 . 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.001782s/0.07832s=2.28%]
6/67 . 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 (28,27,8,7) group by binary(p.name), binary(p1.name); [0.001691s/0.07832s=2.16%]
7/67 . 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(8, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc, id desc [0.001655s/0.07832s=2.11%]
8/67 . 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(8, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc,id desc LIMIT 0,12 [0.001536s/0.07832s=1.96%]
9/67 . 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(8, category_ids) ) ) ) AND `p`.`deletetime` IS NULL LIMIT 1 [0.001481s/0.07832s=1.89%]
10/67 . SELECT `value` FROM `config` WHERE ( name = 'multiCurrencySwitch' ) LIMIT 1 [0.001434s/0.07832s=1.83%]
11/67 . SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [0.001432s/0.07832s=1.83%]
12/67 . 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.001386s/0.07832s=1.77%]
13/67 . 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.001382s/0.07832s=1.76%]
14/67 . SELECT * FROM `payment` WHERE `status` = '1' ORDER BY `weigh` DESC,`id` ASC [0.001348s/0.07832s=1.72%]
15/67 . SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [0.001259s/0.07832s=1.61%]
16/67 . SELECT * FROM `product_sku_price` WHERE ( `product_id` IN (28,27,8,7) ) AND `product_sku_price`.`deletetime` IS NULL ORDER BY `weigh` ASC,`id` ASC [0.001154s/0.07832s=1.47%]
17/67 . SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [0.001144s/0.07832s=1.46%]
18/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [0.001132s/0.07832s=1.45%]
19/67 . set time_zone = '+08:00' [0.001116s/0.07832s=1.42%]
20/67 . SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [0.001065s/0.07832s=1.36%]
21/67 . SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [0.001051s/0.07832s=1.34%]
22/67 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'access_control' AND `is_installed` = 1 LIMIT 1 [0.001038s/0.07832s=1.33%]
23/67 . SELECT `value` FROM `config` WHERE ( name = 'byIpSwitch' ) LIMIT 1 [0.001034s/0.07832s=1.32%]
24/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [0.001025s/0.07832s=1.31%]
25/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [0.001024s/0.07832s=1.31%]
26/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [0.001004s/0.07832s=1.28%]
27/67 . 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 = 8
and p.status = "up" and p.deletetime is null limit 40 [0.000995s/0.07832s=1.27%]
28/67 . SELECT `value` FROM `config` WHERE `name` = 'lang_auto_detect' LIMIT 1 [0.000985s/0.07832s=1.26%]
29/67 . SELECT `value` FROM `config` WHERE `name` = 'customer_login_config' LIMIT 1 [0.000977s/0.07832s=1.25%]
30/67 . SELECT `value` FROM `config` WHERE `name` = 'channel_google' LIMIT 1 [0.000960s/0.07832s=1.23%]
31/67 . 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.000960s/0.07832s=1.23%]
32/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [0.000957s/0.07832s=1.22%]
33/67 . 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.000957s/0.07832s=1.22%]
34/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [0.000950s/0.07832s=1.21%]
35/67 . SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [0.000946s/0.07832s=1.21%]
36/67 . SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [0.000938s/0.07832s=1.20%]
37/67 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'product_topic' AND `is_installed` = 1 LIMIT 1 [0.000932s/0.07832s=1.19%]
38/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [0.000930s/0.07832s=1.19%]
39/67 . SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [0.000930s/0.07832s=1.19%]
40/67 . SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [0.000913s/0.07832s=1.17%]
41/67 . SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [0.000912s/0.07832s=1.16%]
42/67 . SELECT * FROM `activity` WHERE ( ( 1771147566 > starttime && 1771147566 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [0.000910s/0.07832s=1.16%]
43/67 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000902s/0.07832s=1.15%]
44/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [0.000897s/0.07832s=1.15%]
45/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [0.000892s/0.07832s=1.14%]
62/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [0.000786s/0.07832s=1.00%]
63/67 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000776s/0.07832s=0.99%]
64/67 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000775s/0.07832s=0.99%]
65/67 . SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [0.000756s/0.07832s=0.97%]
66/67 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000729s/0.07832s=0.93%]
67/67 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000683s/0.07832s=0.87%]
1/11. set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [5 times, 0.003865s/0.07832s=4.93%]
2/11. SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [4 times, 0.00353s/0.07832s=4.51%]
3/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [4 times, 0.00334s/0.07832s=4.26%]
4/11. SELECT `id` FROM `custom_activity` WHERE `id` = 8 AND `status` = '1' LIMIT 1 [4 times, 0.00339s/0.07832s=4.33%]
5/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [4 times, 0.003562s/0.07832s=4.55%]
6/11. SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [4 times, 0.005188s/0.07832s=6.62%]
7/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [4 times, 0.003925s/0.07832s=5.01%]
8/11. SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [4 times, 0.003945s/0.07832s=5.04%]
9/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [4 times, 0.003841s/0.07832s=4.90%]
10/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.003303s/0.07832s=4.22%]