[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000758s ]
[ 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 < 1775899164 and b.endtime > 1775899164 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(10, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc, id desc [ RunTime:0.002030s ]
[ 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 (24,23,16,14) group by binary(p.name), binary(p1.name); [ RunTime:0.001711s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000745s ]
[ 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 < 1775899164 and b.endtime > 1775899164 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(10, 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.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 < 1775899164 and b.endtime > 1775899164 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(10, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc,id desc LIMIT 0,12 [ RunTime:0.001961s ]
[ SQL ] SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (24,23,16,14) ) AND `discuss`.`deletetime` IS NULL [ RunTime:0.000907s ]
[ SQL ] SELECT * FROM `product_sku_price` WHERE ( `product_id` IN (24,23,16,14) ) AND `product_sku_price`.`deletetime` IS NULL ORDER BY `weigh` ASC,`id` ASC [ RunTime:0.001091s ]
[ SQL ] SELECT * FROM `activity` WHERE ( ( 1775899164 > starttime && 1775899164 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [ RunTime:0.000843s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000756s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [ RunTime:0.000837s ]
[ SQL ] SELECT `id` FROM `category` WHERE `path` = 'metal-plate-10' LIMIT 1 [ RunTime:0.000982s ]
[ 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 = 10
and p.status = "up" and p.deletetime is null limit 40 [ RunTime:0.000989s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [ RunTime:0.013893s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'salesmartly' AND `is_installed` = 1 LIMIT 1 [ RunTime:0.023920s ]
[ SQL ] SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [ RunTime:0.001080s ]
[ 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.001351s ]
[ 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.000876s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 24 LIMIT 1 [ RunTime:0.000858s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 24 AND `status` = '1' LIMIT 1 [ RunTime:0.000937s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 24 LIMIT 1 [ RunTime:0.000912s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 24 AND `status` = '1' LIMIT 1 [ RunTime:0.000887s ]
[ 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.000952s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 24 LIMIT 1 [ RunTime:0.001052s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 24 AND `status` = '1' LIMIT 1 [ RunTime:0.001588s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 24 LIMIT 1 [ RunTime:0.000882s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 24 AND `status` = '1' LIMIT 1 [ RunTime:0.000836s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 23 LIMIT 1 [ RunTime:0.000989s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 23 AND `status` = '1' LIMIT 1 [ RunTime:0.000870s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 23 LIMIT 1 [ RunTime:0.001097s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 23 AND `status` = '1' LIMIT 1 [ RunTime:0.000865s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 23 LIMIT 1 [ RunTime:0.000865s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 23 AND `status` = '1' LIMIT 1 [ RunTime:0.000847s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 23 LIMIT 1 [ RunTime:0.000998s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 23 AND `status` = '1' LIMIT 1 [ RunTime:0.001001s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 16 LIMIT 1 [ RunTime:0.000906s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 16 AND `status` = '1' LIMIT 1 [ RunTime:0.000833s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 16 LIMIT 1 [ RunTime:0.000996s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 16 AND `status` = '1' LIMIT 1 [ RunTime:0.000907s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 16 LIMIT 1 [ RunTime:0.000849s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 16 AND `status` = '1' LIMIT 1 [ RunTime:0.000945s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 16 LIMIT 1 [ RunTime:0.000987s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 16 AND `status` = '1' LIMIT 1 [ RunTime:0.000885s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 14 LIMIT 1 [ RunTime:0.000854s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 17 AND `status` = '1' LIMIT 1 [ RunTime:0.000793s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 14 LIMIT 1 [ RunTime:0.000919s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 17 AND `status` = '1' LIMIT 1 [ RunTime:0.000812s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 14 LIMIT 1 [ RunTime:0.000848s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 17 AND `status` = '1' LIMIT 1 [ RunTime:0.000816s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 14 LIMIT 1 [ RunTime:0.000838s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 17 AND `status` = '1' LIMIT 1 [ RunTime:0.000848s ]
1/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'salesmartly' AND `is_installed` = 1 LIMIT 1 [0.023920s/0.100395s=23.83%]
2/63 . SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [0.013893s/0.100395s=13.84%]
4/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 < 1775899164 and b.endtime > 1775899164 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(10, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc, id desc [0.002030s/0.100395s=2.02%]
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 < 1775899164 and b.endtime > 1775899164 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(10, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc,id desc LIMIT 0,12 [0.001961s/0.100395s=1.95%]
6/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 (24,23,16,14) group by binary(p.name), binary(p1.name); [0.001711s/0.100395s=1.70%]
7/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 24 AND `status` = '1' LIMIT 1 [0.001588s/0.100395s=1.58%]
8/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.001351s/0.100395s=1.35%]
9/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 < 1775899164 and b.endtime > 1775899164 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(10, category_ids) ) ) ) AND `p`.`deletetime` IS NULL LIMIT 1 [0.001268s/0.100395s=1.26%]
10/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 23 LIMIT 1 [0.001097s/0.100395s=1.09%]
11/63 . SELECT * FROM `product_sku_price` WHERE ( `product_id` IN (24,23,16,14) ) AND `product_sku_price`.`deletetime` IS NULL ORDER BY `weigh` ASC,`id` ASC [0.001091s/0.100395s=1.09%]
12/63 . SELECT * FROM `payment` WHERE `status` = '1' ORDER BY `weigh` DESC,`id` ASC [0.001081s/0.100395s=1.08%]
13/63 . SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [0.001080s/0.100395s=1.08%]
14/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 24 LIMIT 1 [0.001052s/0.100395s=1.05%]
15/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 23 AND `status` = '1' LIMIT 1 [0.001001s/0.100395s=1.00%]
16/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 23 LIMIT 1 [0.000998s/0.100395s=0.99%]
17/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 16 LIMIT 1 [0.000996s/0.100395s=0.99%]
18/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 23 LIMIT 1 [0.000989s/0.100395s=0.99%]
19/63 . SELECT `value` FROM `config` WHERE ( name = 'multiCurrencySwitch' ) LIMIT 1 [0.000989s/0.100395s=0.99%]
20/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 = 10
and p.status = "up" and p.deletetime is null limit 40 [0.000989s/0.100395s=0.99%]
21/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 16 LIMIT 1 [0.000987s/0.100395s=0.98%]
22/63 . SELECT `id` FROM `category` WHERE `path` = 'metal-plate-10' LIMIT 1 [0.000982s/0.100395s=0.98%]
23/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'access_control' AND `is_installed` = 1 LIMIT 1 [0.000978s/0.100395s=0.97%]
24/63 . SELECT `value` FROM `config` WHERE `name` = 'customer_login_config' LIMIT 1 [0.000971s/0.100395s=0.97%]
25/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.000952s/0.100395s=0.95%]
26/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 16 AND `status` = '1' LIMIT 1 [0.000945s/0.100395s=0.94%]
27/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'product_topic' AND `is_installed` = 1 LIMIT 1 [0.000943s/0.100395s=0.94%]
28/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 24 AND `status` = '1' LIMIT 1 [0.000937s/0.100395s=0.93%]
29/63 . SELECT `value` FROM `config` WHERE `name` = 'channel_google' LIMIT 1 [0.000935s/0.100395s=0.93%]
30/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 14 LIMIT 1 [0.000919s/0.100395s=0.92%]
31/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 24 LIMIT 1 [0.000912s/0.100395s=0.91%]
33/63 . SELECT `value` FROM `config` WHERE ( name = 'byIpSwitch' ) LIMIT 1 [0.000909s/0.100395s=0.91%]
34/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 16 AND `status` = '1' LIMIT 1 [0.000907s/0.100395s=0.90%]
35/63 . SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (24,23,16,14) ) AND `discuss`.`deletetime` IS NULL [0.000907s/0.100395s=0.90%]
36/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 16 LIMIT 1 [0.000906s/0.100395s=0.90%]
37/63 . SELECT `value` FROM `config` WHERE `name` = 'lang_auto_detect' LIMIT 1 [0.000905s/0.100395s=0.90%]
38/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 24 AND `status` = '1' LIMIT 1 [0.000887s/0.100395s=0.88%]
39/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 16 AND `status` = '1' LIMIT 1 [0.000885s/0.100395s=0.88%]
40/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 24 LIMIT 1 [0.000882s/0.100395s=0.88%]
41/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.000876s/0.100395s=0.87%]
42/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 23 AND `status` = '1' LIMIT 1 [0.000870s/0.100395s=0.87%]
43/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 23 LIMIT 1 [0.000865s/0.100395s=0.86%]
44/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 23 AND `status` = '1' LIMIT 1 [0.000865s/0.100395s=0.86%]
45/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 24 LIMIT 1 [0.000858s/0.100395s=0.85%]
46/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 14 LIMIT 1 [0.000854s/0.100395s=0.85%]
47/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 16 LIMIT 1 [0.000849s/0.100395s=0.85%]
48/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 17 AND `status` = '1' LIMIT 1 [0.000848s/0.100395s=0.84%]
49/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 14 LIMIT 1 [0.000848s/0.100395s=0.84%]
50/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 23 AND `status` = '1' LIMIT 1 [0.000847s/0.100395s=0.84%]
51/63 . SELECT * FROM `activity` WHERE ( ( 1775899164 > starttime && 1775899164 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [0.000843s/0.100395s=0.84%]
52/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 14 LIMIT 1 [0.000838s/0.100395s=0.83%]
53/63 . SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [0.000837s/0.100395s=0.83%]
54/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 24 AND `status` = '1' LIMIT 1 [0.000836s/0.100395s=0.83%]
55/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 16 AND `status` = '1' LIMIT 1 [0.000833s/0.100395s=0.83%]
56/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 17 AND `status` = '1' LIMIT 1 [0.000816s/0.100395s=0.81%]
57/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 17 AND `status` = '1' LIMIT 1 [0.000812s/0.100395s=0.81%]
59/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 17 AND `status` = '1' LIMIT 1 [0.000793s/0.100395s=0.79%]
60/63 . set time_zone = '+08:00' [0.000784s/0.100395s=0.78%]
61/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000758s/0.100395s=0.76%]
62/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000756s/0.100395s=0.75%]
63/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000745s/0.100395s=0.74%]
1/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 14 LIMIT 1 [4 times, 0.003459s/0.100395s=3.45%]
2/11. SELECT `id` FROM `custom_activity` WHERE `id` = 17 AND `status` = '1' LIMIT 1 [4 times, 0.003269s/0.100395s=3.26%]
3/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 16 LIMIT 1 [4 times, 0.003738s/0.100395s=3.72%]
4/11. SELECT `id` FROM `custom_activity` WHERE `id` = 16 AND `status` = '1' LIMIT 1 [4 times, 0.00357s/0.100395s=3.56%]
5/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 23 LIMIT 1 [4 times, 0.003949s/0.100395s=3.93%]
6/11. SELECT `id` FROM `custom_activity` WHERE `id` = 23 AND `status` = '1' LIMIT 1 [4 times, 0.003583s/0.100395s=3.57%]
7/11. SELECT `id` FROM `custom_activity` WHERE `id` = 24 AND `status` = '1' LIMIT 1 [4 times, 0.004248s/0.100395s=4.23%]
8/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 24 LIMIT 1 [4 times, 0.003704s/0.100395s=3.69%]
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.100395s=3.17%]
10/11. set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [3 times, 0.002259s/0.100395s=2.25%]