[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.001821s ]
[ 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(8, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc, id desc [ RunTime:0.003767s ]
[ 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.003040s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.001833s ]
[ 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(8, category_ids) ) ) ) AND `p`.`deletetime` IS NULL LIMIT 1 [ RunTime:0.002172s ]
[ 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(8, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc,id desc LIMIT 0,12 [ RunTime:0.006162s ]
[ SQL ] SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (28,27,8,7) ) AND `discuss`.`deletetime` IS NULL [ RunTime:0.001041s ]
[ 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.001085s ]
[ SQL ] SELECT * FROM `activity` WHERE ( ( 1775899142 > starttime && 1775899142 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [ RunTime:0.000952s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000790s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [ RunTime:0.000824s ]
[ SQL ] SELECT `id` FROM `category` WHERE `path` = 'poster-8' LIMIT 1 [ RunTime:0.000846s ]
[ 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.001728s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [ RunTime:0.000955s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'salesmartly' AND `is_installed` = 1 LIMIT 1 [ RunTime:0.000934s ]
[ SQL ] SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [ RunTime:0.000905s ]
[ 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.001375s ]
[ 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.000864s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [ RunTime:0.000901s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [ RunTime:0.001927s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [ RunTime:0.001117s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [ RunTime:0.000849s ]
[ 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.000940s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [ RunTime:0.001609s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [ RunTime:0.001106s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [ RunTime:0.008327s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [ RunTime:0.002658s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [ RunTime:0.002335s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [ RunTime:0.004641s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [ RunTime:0.001080s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [ RunTime:0.000848s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [ RunTime:0.001222s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [ RunTime:0.001001s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [ RunTime:0.001254s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [ RunTime:0.000836s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [ RunTime:0.001447s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 8 AND `status` = '1' LIMIT 1 [ RunTime:0.001050s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [ RunTime:0.000915s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 8 AND `status` = '1' LIMIT 1 [ RunTime:0.000949s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [ RunTime:0.001048s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 8 AND `status` = '1' LIMIT 1 [ RunTime:0.000888s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [ RunTime:0.000891s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 8 AND `status` = '1' LIMIT 1 [ RunTime:0.001345s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [ RunTime:0.000954s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [ RunTime:0.000888s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [ RunTime:0.001762s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [ RunTime:0.000939s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [ RunTime:0.003129s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [ RunTime:0.001121s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [ RunTime:0.001145s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [ RunTime:0.000922s ]
1/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [0.008327s/0.104546s=7.96%]
2/63 . SELECT `value` FROM `config` WHERE `name` = 'customer_login_config' LIMIT 1 [0.007268s/0.104546s=6.95%]
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 < 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(8, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc,id desc LIMIT 0,12 [0.006162s/0.104546s=5.89%]
4/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [0.004641s/0.104546s=4.44%]
5/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(8, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc, id desc [0.003767s/0.104546s=3.60%]
6/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [0.003129s/0.104546s=2.99%]
7/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 (28,27,8,7) group by binary(p.name), binary(p1.name); [0.003040s/0.104546s=2.91%]
8/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [0.002658s/0.104546s=2.54%]
9/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [0.002335s/0.104546s=2.23%]
11/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(8, category_ids) ) ) ) AND `p`.`deletetime` IS NULL LIMIT 1 [0.002172s/0.104546s=2.08%]
13/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [0.001927s/0.104546s=1.84%]
14/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.001833s/0.104546s=1.75%]
15/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.001821s/0.104546s=1.74%]
16/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [0.001762s/0.104546s=1.69%]
17/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 = 8
and p.status = "up" and p.deletetime is null limit 40 [0.001728s/0.104546s=1.65%]
18/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [0.001609s/0.104546s=1.54%]
19/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [0.001447s/0.104546s=1.38%]
20/63 . SELECT `value` FROM `config` WHERE ( name = 'byIpSwitch' ) LIMIT 1 [0.001414s/0.104546s=1.35%]
21/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.001375s/0.104546s=1.32%]
22/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 8 AND `status` = '1' LIMIT 1 [0.001345s/0.104546s=1.29%]
24/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [0.001254s/0.104546s=1.20%]
25/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [0.001222s/0.104546s=1.17%]
26/63 . SELECT * FROM `payment` WHERE `status` = '1' ORDER BY `weigh` DESC,`id` ASC [0.001182s/0.104546s=1.13%]
27/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [0.001145s/0.104546s=1.10%]
28/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'access_control' AND `is_installed` = 1 LIMIT 1 [0.001139s/0.104546s=1.09%]
29/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [0.001121s/0.104546s=1.07%]
30/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [0.001117s/0.104546s=1.07%]
31/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [0.001106s/0.104546s=1.06%]
32/63 . 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.001085s/0.104546s=1.04%]
33/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [0.001080s/0.104546s=1.03%]
34/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 8 AND `status` = '1' LIMIT 1 [0.001050s/0.104546s=1.00%]
35/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [0.001048s/0.104546s=1.00%]
36/63 . SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (28,27,8,7) ) AND `discuss`.`deletetime` IS NULL [0.001041s/0.104546s=1.00%]
37/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'product_topic' AND `is_installed` = 1 LIMIT 1 [0.001012s/0.104546s=0.97%]
38/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [0.001001s/0.104546s=0.96%]
39/63 . SELECT `value` FROM `config` WHERE `name` = 'channel_google' LIMIT 1 [0.000980s/0.104546s=0.94%]
40/63 . SELECT `value` FROM `config` WHERE `name` = 'lang_auto_detect' LIMIT 1 [0.000973s/0.104546s=0.93%]
41/63 . SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [0.000955s/0.104546s=0.91%]
42/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [0.000954s/0.104546s=0.91%]
43/63 . SELECT * FROM `activity` WHERE ( ( 1775899142 > starttime && 1775899142 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [0.000952s/0.104546s=0.91%]
44/63 . set time_zone = '+08:00' [0.000949s/0.104546s=0.91%]
45/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 8 AND `status` = '1' LIMIT 1 [0.000949s/0.104546s=0.91%]
46/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.000940s/0.104546s=0.90%]
47/63 . SELECT `value` FROM `config` WHERE ( name = 'multiCurrencySwitch' ) LIMIT 1 [0.000940s/0.104546s=0.90%]
48/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [0.000939s/0.104546s=0.90%]
49/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'salesmartly' AND `is_installed` = 1 LIMIT 1 [0.000934s/0.104546s=0.89%]
50/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [0.000922s/0.104546s=0.88%]
51/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [0.000915s/0.104546s=0.88%]
52/63 . SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [0.000905s/0.104546s=0.87%]
53/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [0.000901s/0.104546s=0.86%]
54/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [0.000891s/0.104546s=0.85%]
55/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 8 AND `status` = '1' LIMIT 1 [0.000888s/0.104546s=0.85%]
56/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [0.000888s/0.104546s=0.85%]
57/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.000864s/0.104546s=0.83%]
58/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [0.000849s/0.104546s=0.81%]
59/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [0.000848s/0.104546s=0.81%]
60/63 . SELECT `id` FROM `category` WHERE `path` = 'poster-8' LIMIT 1 [0.000846s/0.104546s=0.81%]
61/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [0.000836s/0.104546s=0.80%]
62/63 . SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [0.000824s/0.104546s=0.79%]
63/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000790s/0.104546s=0.76%]
1/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 7 LIMIT 1 [4 times, 0.00699s/0.104546s=6.69%]
2/11. SELECT `id` FROM `custom_activity` WHERE `id` = 7 AND `status` = '1' LIMIT 1 [4 times, 0.00387s/0.104546s=3.70%]
3/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 8 LIMIT 1 [4 times, 0.004301s/0.104546s=4.11%]
4/11. SELECT `id` FROM `custom_activity` WHERE `id` = 8 AND `status` = '1' LIMIT 1 [4 times, 0.004232s/0.104546s=4.05%]
5/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 27 LIMIT 1 [4 times, 0.005891s/0.104546s=5.63%]
6/11. SELECT `id` FROM `custom_activity` WHERE `id` = 27 AND `status` = '1' LIMIT 1 [4 times, 0.007326s/0.104546s=7.01%]
7/11. SELECT `id` FROM `custom_activity` WHERE `id` = 28 AND `status` = '1' LIMIT 1 [4 times, 0.00654s/0.104546s=6.26%]
8/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 28 LIMIT 1 [4 times, 0.011954s/0.104546s=11.43%]
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.003179s/0.104546s=3.04%]
10/11. set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [3 times, 0.004444s/0.104546s=4.25%]