[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000858s ]
[ 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 < 1775889385 and b.endtime > 1775889385 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(9, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc, id desc [ RunTime:0.001715s ]
[ 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 (26,25,11,10) group by binary(p.name), binary(p1.name); [ RunTime:0.001698s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000666s ]
[ 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 < 1775889385 and b.endtime > 1775889385 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(9, category_ids) ) ) ) AND `p`.`deletetime` IS NULL LIMIT 1 [ RunTime:0.001234s ]
[ 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 < 1775889385 and b.endtime > 1775889385 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(9, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc,id desc LIMIT 0,12 [ RunTime:0.001907s ]
[ SQL ] SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (26,25,11,10) ) AND `discuss`.`deletetime` IS NULL [ RunTime:0.000868s ]
[ SQL ] SELECT * FROM `product_sku_price` WHERE ( `product_id` IN (26,25,11,10) ) AND `product_sku_price`.`deletetime` IS NULL ORDER BY `weigh` ASC,`id` ASC [ RunTime:0.001184s ]
[ SQL ] SELECT * FROM `activity` WHERE ( ( 1775889385 > starttime && 1775889385 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [ RunTime:0.000821s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000747s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [ RunTime:0.000818s ]
[ SQL ] SELECT `id` FROM `category` WHERE `path` = 'key-chain-9' LIMIT 1 [ RunTime:0.000887s ]
[ 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 = 9
and p.status = "up" and p.deletetime is null limit 40 [ RunTime:0.001060s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [ RunTime:0.001032s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'salesmartly' AND `is_installed` = 1 LIMIT 1 [ RunTime:0.000802s ]
[ SQL ] SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [ RunTime:0.000843s ]
[ 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.000764s ]
[ 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.000790s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 26 LIMIT 1 [ RunTime:0.000836s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 26 AND `status` = '1' LIMIT 1 [ RunTime:0.000820s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 26 LIMIT 1 [ RunTime:0.000758s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 26 AND `status` = '1' LIMIT 1 [ RunTime:0.000769s ]
[ 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.000764s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 26 LIMIT 1 [ RunTime:0.000778s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 26 AND `status` = '1' LIMIT 1 [ RunTime:0.000747s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 26 LIMIT 1 [ RunTime:0.000902s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 26 AND `status` = '1' LIMIT 1 [ RunTime:0.000804s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 25 LIMIT 1 [ RunTime:0.000996s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 25 AND `status` = '1' LIMIT 1 [ RunTime:0.000807s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 25 LIMIT 1 [ RunTime:0.000889s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 25 AND `status` = '1' LIMIT 1 [ RunTime:0.000826s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 25 LIMIT 1 [ RunTime:0.000872s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 25 AND `status` = '1' LIMIT 1 [ RunTime:0.000845s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 25 LIMIT 1 [ RunTime:0.001470s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 25 AND `status` = '1' LIMIT 1 [ RunTime:0.000931s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 11 LIMIT 1 [ RunTime:0.000969s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 11 AND `status` = '1' LIMIT 1 [ RunTime:0.001053s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 11 LIMIT 1 [ RunTime:0.000914s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 11 AND `status` = '1' LIMIT 1 [ RunTime:0.000863s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 11 LIMIT 1 [ RunTime:0.000961s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 11 AND `status` = '1' LIMIT 1 [ RunTime:0.000901s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 11 LIMIT 1 [ RunTime:0.000978s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 11 AND `status` = '1' LIMIT 1 [ RunTime:0.001009s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 10 LIMIT 1 [ RunTime:0.000976s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 10 AND `status` = '1' LIMIT 1 [ RunTime:0.000810s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 10 LIMIT 1 [ RunTime:0.000880s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 10 AND `status` = '1' LIMIT 1 [ RunTime:0.000801s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 10 LIMIT 1 [ RunTime:0.000794s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 10 AND `status` = '1' LIMIT 1 [ RunTime:0.000776s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 10 LIMIT 1 [ RunTime:0.000820s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 10 AND `status` = '1' LIMIT 1 [ RunTime:0.000830s ]
2/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 < 1775889385 and b.endtime > 1775889385 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(9, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc,id desc LIMIT 0,12 [0.001907s/0.060657s=3.14%]
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 < 1775889385 and b.endtime > 1775889385 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(9, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc, id desc [0.001715s/0.060657s=2.83%]
4/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 (26,25,11,10) group by binary(p.name), binary(p1.name); [0.001698s/0.060657s=2.80%]
5/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 25 LIMIT 1 [0.001470s/0.060657s=2.42%]
6/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 < 1775889385 and b.endtime > 1775889385 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(9, category_ids) ) ) ) AND `p`.`deletetime` IS NULL LIMIT 1 [0.001234s/0.060657s=2.03%]
7/63 . SELECT * FROM `payment` WHERE `status` = '1' ORDER BY `weigh` DESC,`id` ASC [0.001185s/0.060657s=1.95%]
8/63 . SELECT * FROM `product_sku_price` WHERE ( `product_id` IN (26,25,11,10) ) AND `product_sku_price`.`deletetime` IS NULL ORDER BY `weigh` ASC,`id` ASC [0.001184s/0.060657s=1.95%]
9/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'access_control' AND `is_installed` = 1 LIMIT 1 [0.001072s/0.060657s=1.77%]
10/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 = 9
and p.status = "up" and p.deletetime is null limit 40 [0.001060s/0.060657s=1.75%]
11/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 11 AND `status` = '1' LIMIT 1 [0.001053s/0.060657s=1.74%]
12/63 . SELECT `value` FROM `config` WHERE `name` = 'customer_login_config' LIMIT 1 [0.001036s/0.060657s=1.71%]
13/63 . SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [0.001032s/0.060657s=1.70%]
14/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 11 AND `status` = '1' LIMIT 1 [0.001009s/0.060657s=1.66%]
15/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 25 LIMIT 1 [0.000996s/0.060657s=1.64%]
16/63 . SELECT `value` FROM `config` WHERE `name` = 'lang_auto_detect' LIMIT 1 [0.000983s/0.060657s=1.62%]
17/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 11 LIMIT 1 [0.000978s/0.060657s=1.61%]
18/63 . set time_zone = '+08:00' [0.000977s/0.060657s=1.61%]
19/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 10 LIMIT 1 [0.000976s/0.060657s=1.61%]
20/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 11 LIMIT 1 [0.000969s/0.060657s=1.60%]
21/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 11 LIMIT 1 [0.000961s/0.060657s=1.58%]
22/63 . SELECT `value` FROM `config` WHERE `name` = 'channel_google' LIMIT 1 [0.000950s/0.060657s=1.57%]
23/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 25 AND `status` = '1' LIMIT 1 [0.000931s/0.060657s=1.53%]
24/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 11 LIMIT 1 [0.000914s/0.060657s=1.51%]
25/63 . SELECT `value` FROM `config` WHERE ( name = 'byIpSwitch' ) LIMIT 1 [0.000904s/0.060657s=1.49%]
26/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 26 LIMIT 1 [0.000902s/0.060657s=1.49%]
27/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 11 AND `status` = '1' LIMIT 1 [0.000901s/0.060657s=1.49%]
28/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'product_topic' AND `is_installed` = 1 LIMIT 1 [0.000894s/0.060657s=1.47%]
29/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 25 LIMIT 1 [0.000889s/0.060657s=1.47%]
30/63 . SELECT `id` FROM `category` WHERE `path` = 'key-chain-9' LIMIT 1 [0.000887s/0.060657s=1.46%]
32/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 10 LIMIT 1 [0.000880s/0.060657s=1.45%]
33/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 25 LIMIT 1 [0.000872s/0.060657s=1.44%]
34/63 . SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (26,25,11,10) ) AND `discuss`.`deletetime` IS NULL [0.000868s/0.060657s=1.43%]
35/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 11 AND `status` = '1' LIMIT 1 [0.000863s/0.060657s=1.42%]
36/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000858s/0.060657s=1.41%]
37/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 25 AND `status` = '1' LIMIT 1 [0.000845s/0.060657s=1.39%]
38/63 . SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [0.000843s/0.060657s=1.39%]
39/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 26 LIMIT 1 [0.000836s/0.060657s=1.38%]
40/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 10 AND `status` = '1' LIMIT 1 [0.000830s/0.060657s=1.37%]
41/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 25 AND `status` = '1' LIMIT 1 [0.000826s/0.060657s=1.36%]
42/63 . SELECT * FROM `activity` WHERE ( ( 1775889385 > starttime && 1775889385 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [0.000821s/0.060657s=1.35%]
43/63 . SELECT `value` FROM `config` WHERE ( name = 'multiCurrencySwitch' ) LIMIT 1 [0.000820s/0.060657s=1.35%]
44/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 10 LIMIT 1 [0.000820s/0.060657s=1.35%]
45/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 26 AND `status` = '1' LIMIT 1 [0.000820s/0.060657s=1.35%]
46/63 . SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [0.000818s/0.060657s=1.35%]
47/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 10 AND `status` = '1' LIMIT 1 [0.000810s/0.060657s=1.34%]
48/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 25 AND `status` = '1' LIMIT 1 [0.000807s/0.060657s=1.33%]
49/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 26 AND `status` = '1' LIMIT 1 [0.000804s/0.060657s=1.33%]
50/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'salesmartly' AND `is_installed` = 1 LIMIT 1 [0.000802s/0.060657s=1.32%]
51/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 10 AND `status` = '1' LIMIT 1 [0.000801s/0.060657s=1.32%]
52/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 10 LIMIT 1 [0.000794s/0.060657s=1.31%]
53/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.000790s/0.060657s=1.30%]
55/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 26 LIMIT 1 [0.000778s/0.060657s=1.28%]
56/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 10 AND `status` = '1' LIMIT 1 [0.000776s/0.060657s=1.28%]
57/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 26 AND `status` = '1' LIMIT 1 [0.000769s/0.060657s=1.27%]
58/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.000764s/0.060657s=1.26%]
59/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.000764s/0.060657s=1.26%]
60/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 26 LIMIT 1 [0.000758s/0.060657s=1.25%]
61/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 26 AND `status` = '1' LIMIT 1 [0.000747s/0.060657s=1.23%]
62/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000747s/0.060657s=1.23%]
63/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000666s/0.060657s=1.10%]
1/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 10 LIMIT 1 [4 times, 0.00347s/0.060657s=5.72%]
2/11. SELECT `id` FROM `custom_activity` WHERE `id` = 10 AND `status` = '1' LIMIT 1 [4 times, 0.003217s/0.060657s=5.30%]
3/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 11 LIMIT 1 [4 times, 0.003822s/0.060657s=6.30%]
4/11. SELECT `id` FROM `custom_activity` WHERE `id` = 11 AND `status` = '1' LIMIT 1 [4 times, 0.003826s/0.060657s=6.31%]
5/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 25 LIMIT 1 [4 times, 0.004227s/0.060657s=6.97%]
6/11. SELECT `id` FROM `custom_activity` WHERE `id` = 25 AND `status` = '1' LIMIT 1 [4 times, 0.003409s/0.060657s=5.62%]
7/11. SELECT `id` FROM `custom_activity` WHERE `id` = 26 AND `status` = '1' LIMIT 1 [4 times, 0.00314s/0.060657s=5.18%]
8/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 26 LIMIT 1 [4 times, 0.003274s/0.060657s=5.40%]
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.002318s/0.060657s=3.82%]
10/11. set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [3 times, 0.002271s/0.060657s=3.74%]