[ DB ] CONNECT:[ UseTime:0.001911s ] 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.000957s ]
[ SQL ] SELECT * FROM `payment` WHERE `status` = '1' ORDER BY `weigh` DESC,`id` ASC [ RunTime:0.001351s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'channel_google' LIMIT 1 [ RunTime:0.001001s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'lang_auto_detect' LIMIT 1 [ RunTime:0.000893s ]
[ SQL ] set time_zone = '+08:00' [ RunTime:0.001645s ]
[ SQL ] SELECT `value` FROM `config` WHERE ( name = 'multiCurrencySwitch' ) LIMIT 1 [ RunTime:0.001206s ]
[ SQL ] SELECT `value` FROM `config` WHERE ( name = 'byIpSwitch' ) LIMIT 1 [ RunTime:0.000883s ]
[ SQL ] UPDATE `cart` SET `deletetime`=1761607113 WHERE ( NOT EXISTS ( SELECT * FROM `product` WHERE ( product.id=cart.product_id ) ) AND `user_id` = 0 AND `session_id` = '6hvak96omd6uubs1han7225c8o' AND `createtime` > 1761347913 ) AND `cart`.`deletetime` IS NULL [ RunTime:0.001136s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.001129s ]
[ 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` = '6hvak96omd6uubs1han7225c8o' AND `store_id` = 0 ) AND `cart`.`deletetime` IS NULL GROUP BY `id` ORDER BY `createtime` DESC,`id` ASC [ RunTime:0.001542s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000685s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'customer_login_config' LIMIT 1 [ RunTime:0.001042s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'access_control' AND `is_installed` = 1 LIMIT 1 [ RunTime:0.001078s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000705s ]
[ 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.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 < 1761607113 and b.endtime > 1761607113 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.001763s ]
[ 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.001555s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000688s ]
[ 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 < 1761607113 and b.endtime > 1761607113 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.001268s ]
[ 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.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 < 1761607113 and b.endtime > 1761607113 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.001463s ]
[ SQL ] SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (28,27,8,7) ) AND `discuss`.`deletetime` IS NULL [ RunTime:0.000988s ]
[ 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.001177s ]
[ SQL ] SELECT * FROM `activity` WHERE ( ( 1761607113 > starttime && 1761607113 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [ RunTime:0.000846s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000944s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [ RunTime:0.000933s ]
[ SQL ] SELECT `id` FROM `category` WHERE `path` = 'poster-8' LIMIT 1 [ RunTime:0.000937s ]
[ 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.001113s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [ RunTime:0.001198s ]
[ SQL ] SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [ RunTime:0.001347s ]
[ 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.001015s ]
[ 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.000955s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [ RunTime:0.001005s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [ RunTime:0.000900s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [ RunTime:0.000845s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [ RunTime:0.001047s ]
[ 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.000853s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [ RunTime:0.000881s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [ RunTime:0.001052s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [ RunTime:0.001818s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [ RunTime:0.001441s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [ RunTime:0.001093s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [ RunTime:0.000937s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [ RunTime:0.000838s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [ RunTime:0.000786s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [ RunTime:0.001170s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [ RunTime:0.000797s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [ RunTime:0.000785s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [ RunTime:0.000798s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [ RunTime:0.001093s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 8 AND `status` = '1' LIMIT 1 [ RunTime:0.000815s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [ RunTime:0.000789s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 8 AND `status` = '1' LIMIT 1 [ RunTime:0.000834s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [ RunTime:0.000939s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 8 AND `status` = '1' LIMIT 1 [ RunTime:0.000743s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [ RunTime:0.000735s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 8 AND `status` = '1' LIMIT 1 [ RunTime:0.000768s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [ RunTime:0.000823s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [ RunTime:0.000918s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [ RunTime:0.000855s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [ RunTime:0.000788s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [ RunTime:0.000845s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [ RunTime:0.001759s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [ RunTime:0.000841s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [ RunTime:0.000817s ]
2/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [0.001818s/0.069054s=2.63%]
3/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.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 < 1761607113 and b.endtime > 1761607113 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.001763s/0.069054s=2.55%]
4/67 . SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [0.001759s/0.069054s=2.55%]
5/67 . set time_zone = '+08:00' [0.001645s/0.069054s=2.38%]
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.001555s/0.069054s=2.25%]
7/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` = '6hvak96omd6uubs1han7225c8o' AND `store_id` = 0 ) AND `cart`.`deletetime` IS NULL GROUP BY `id` ORDER BY `createtime` DESC,`id` ASC [0.001542s/0.069054s=2.23%]
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.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 < 1761607113 and b.endtime > 1761607113 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.001463s/0.069054s=2.12%]
9/67 . SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [0.001441s/0.069054s=2.09%]
10/67 . SELECT * FROM `payment` WHERE `status` = '1' ORDER BY `weigh` DESC,`id` ASC [0.001351s/0.069054s=1.96%]
11/67 . SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [0.001347s/0.069054s=1.95%]
12/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 < 1761607113 and b.endtime > 1761607113 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.001268s/0.069054s=1.84%]
13/67 . SELECT `value` FROM `config` WHERE ( name = 'multiCurrencySwitch' ) LIMIT 1 [0.001206s/0.069054s=1.75%]
14/67 . SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [0.001198s/0.069054s=1.73%]
15/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.001177s/0.069054s=1.70%]
16/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [0.001170s/0.069054s=1.69%]
17/67 . UPDATE `cart` SET `deletetime`=1761607113 WHERE ( NOT EXISTS ( SELECT * FROM `product` WHERE ( product.id=cart.product_id ) ) AND `user_id` = 0 AND `session_id` = '6hvak96omd6uubs1han7225c8o' AND `createtime` > 1761347913 ) AND `cart`.`deletetime` IS NULL [0.001136s/0.069054s=1.65%]
18/67 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.001129s/0.069054s=1.63%]
19/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.001113s/0.069054s=1.61%]
20/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [0.001093s/0.069054s=1.58%]
21/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [0.001093s/0.069054s=1.58%]
22/67 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'access_control' AND `is_installed` = 1 LIMIT 1 [0.001078s/0.069054s=1.56%]
23/67 . SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [0.001052s/0.069054s=1.52%]
24/67 . SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [0.001047s/0.069054s=1.52%]
25/67 . SELECT `value` FROM `config` WHERE `name` = 'customer_login_config' LIMIT 1 [0.001042s/0.069054s=1.51%]
26/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.001015s/0.069054s=1.47%]
27/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [0.001005s/0.069054s=1.46%]
28/67 . SELECT `value` FROM `config` WHERE `name` = 'channel_google' LIMIT 1 [0.001001s/0.069054s=1.45%]
29/67 . SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (28,27,8,7) ) AND `discuss`.`deletetime` IS NULL [0.000988s/0.069054s=1.43%]
30/67 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'product_topic' AND `is_installed` = 1 LIMIT 1 [0.000957s/0.069054s=1.39%]
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.000955s/0.069054s=1.38%]
32/67 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000944s/0.069054s=1.37%]
33/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [0.000939s/0.069054s=1.36%]
34/67 . SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [0.000937s/0.069054s=1.36%]
35/67 . SELECT `id` FROM `category` WHERE `path` = 'poster-8' LIMIT 1 [0.000937s/0.069054s=1.36%]
36/67 . SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [0.000933s/0.069054s=1.35%]
37/67 . SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [0.000918s/0.069054s=1.33%]
38/67 . SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [0.000900s/0.069054s=1.30%]
39/67 . SELECT `value` FROM `config` WHERE `name` = 'lang_auto_detect' LIMIT 1 [0.000893s/0.069054s=1.29%]
40/67 . SELECT `value` FROM `config` WHERE ( name = 'byIpSwitch' ) LIMIT 1 [0.000883s/0.069054s=1.28%]
41/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [0.000881s/0.069054s=1.28%]
42/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [0.000855s/0.069054s=1.24%]
43/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.000853s/0.069054s=1.24%]
44/67 . SELECT * FROM `activity` WHERE ( ( 1761607113 > starttime && 1761607113 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [0.000846s/0.069054s=1.23%]
45/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [0.000845s/0.069054s=1.22%]
46/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [0.000845s/0.069054s=1.22%]
47/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [0.000841s/0.069054s=1.22%]
48/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [0.000838s/0.069054s=1.21%]
49/67 . SELECT `id` FROM `custom_activity` WHERE `id` = 8 AND `status` = '1' LIMIT 1 [0.000834s/0.069054s=1.21%]
1/11. set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [5 times, 0.004151s/0.069054s=6.01%]
2/11. SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [4 times, 0.004282s/0.069054s=6.20%]
3/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [4 times, 0.003364s/0.069054s=4.87%]
4/11. SELECT `id` FROM `custom_activity` WHERE `id` = 8 AND `status` = '1' LIMIT 1 [4 times, 0.00316s/0.069054s=4.58%]
5/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [4 times, 0.003556s/0.069054s=5.15%]
6/11. SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [4 times, 0.003318s/0.069054s=4.80%]
7/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [4 times, 0.003886s/0.069054s=5.63%]
8/11. SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [4 times, 0.00444s/0.069054s=6.43%]
9/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [4 times, 0.004549s/0.069054s=6.59%]
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.002823s/0.069054s=4.09%]