[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000773s ]
[ 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 < 1775889515 and b.endtime > 1775889515 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.002036s ]
[ 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.001884s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.001088s ]
[ 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 < 1775889515 and b.endtime > 1775889515 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.001249s ]
[ 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 < 1775889515 and b.endtime > 1775889515 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.001688s ]
[ SQL ] SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (24,23,16,14) ) AND `discuss`.`deletetime` IS NULL [ RunTime:0.001126s ]
[ 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.001077s ]
[ SQL ] SELECT * FROM `activity` WHERE ( ( 1775889515 > starttime && 1775889515 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [ RunTime:0.000908s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000853s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [ RunTime:0.000853s ]
[ SQL ] SELECT `id` FROM `category` WHERE `path` = 'metal-plate-10' LIMIT 1 [ RunTime:0.001172s ]
[ 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.000986s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [ RunTime:0.001347s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'salesmartly' AND `is_installed` = 1 LIMIT 1 [ RunTime:0.000998s ]
[ SQL ] SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [ RunTime:0.000937s ]
[ 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.000925s ]
[ 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.000826s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 24 LIMIT 1 [ RunTime:0.000851s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 24 AND `status` = '1' LIMIT 1 [ RunTime:0.000864s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 24 LIMIT 1 [ RunTime:0.001093s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 24 AND `status` = '1' LIMIT 1 [ RunTime:0.000951s ]
[ 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.000929s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 24 LIMIT 1 [ RunTime:0.000991s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 24 AND `status` = '1' LIMIT 1 [ RunTime:0.000845s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 24 LIMIT 1 [ RunTime:0.000808s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 24 AND `status` = '1' LIMIT 1 [ RunTime:0.001089s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 23 LIMIT 1 [ RunTime:0.000992s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 23 AND `status` = '1' LIMIT 1 [ RunTime:0.000894s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 23 LIMIT 1 [ RunTime:0.000878s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 23 AND `status` = '1' LIMIT 1 [ RunTime:0.000892s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 23 LIMIT 1 [ RunTime:0.001008s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 23 AND `status` = '1' LIMIT 1 [ RunTime:0.000831s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 23 LIMIT 1 [ RunTime:0.000935s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 23 AND `status` = '1' LIMIT 1 [ RunTime:0.000835s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 16 LIMIT 1 [ RunTime:0.000851s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 16 AND `status` = '1' LIMIT 1 [ RunTime:0.001108s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 16 LIMIT 1 [ RunTime:0.000950s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 16 AND `status` = '1' LIMIT 1 [ RunTime:0.000980s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 16 LIMIT 1 [ RunTime:0.001147s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 16 AND `status` = '1' LIMIT 1 [ RunTime:0.000944s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 16 LIMIT 1 [ RunTime:0.000900s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 16 AND `status` = '1' LIMIT 1 [ RunTime:0.000886s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 14 LIMIT 1 [ RunTime:0.000850s ]
[ 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.000852s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 17 AND `status` = '1' LIMIT 1 [ RunTime:0.000861s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 14 LIMIT 1 [ RunTime:0.000971s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 17 AND `status` = '1' LIMIT 1 [ RunTime:0.000805s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 14 LIMIT 1 [ RunTime:0.000868s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 17 AND `status` = '1' LIMIT 1 [ RunTime:0.000866s ]
1/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 < 1775889515 and b.endtime > 1775889515 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.002036s/0.064523s=3.16%]
3/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.001884s/0.064523s=2.92%]
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 < 1775889515 and b.endtime > 1775889515 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.001688s/0.064523s=2.62%]
5/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'access_control' AND `is_installed` = 1 LIMIT 1 [0.001417s/0.064523s=2.20%]
6/63 . SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [0.001347s/0.064523s=2.09%]
7/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 < 1775889515 and b.endtime > 1775889515 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.001249s/0.064523s=1.94%]
8/63 . SELECT `id` FROM `category` WHERE `path` = 'metal-plate-10' LIMIT 1 [0.001172s/0.064523s=1.82%]
9/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 16 LIMIT 1 [0.001147s/0.064523s=1.78%]
10/63 . SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (24,23,16,14) ) AND `discuss`.`deletetime` IS NULL [0.001126s/0.064523s=1.75%]
11/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 16 AND `status` = '1' LIMIT 1 [0.001108s/0.064523s=1.72%]
12/63 . SELECT `value` FROM `config` WHERE `name` = 'channel_google' LIMIT 1 [0.001096s/0.064523s=1.70%]
13/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 24 LIMIT 1 [0.001093s/0.064523s=1.69%]
14/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 24 AND `status` = '1' LIMIT 1 [0.001089s/0.064523s=1.69%]
15/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.001088s/0.064523s=1.69%]
16/63 . SELECT `value` FROM `config` WHERE ( name = 'multiCurrencySwitch' ) LIMIT 1 [0.001086s/0.064523s=1.68%]
17/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.001077s/0.064523s=1.67%]
19/63 . SELECT `value` FROM `config` WHERE `name` = 'customer_login_config' LIMIT 1 [0.001074s/0.064523s=1.66%]
20/63 . SELECT `value` FROM `config` WHERE `name` = 'lang_auto_detect' LIMIT 1 [0.001060s/0.064523s=1.64%]
21/63 . set time_zone = '+08:00' [0.001028s/0.064523s=1.59%]
22/63 . SELECT `value` FROM `config` WHERE ( name = 'byIpSwitch' ) LIMIT 1 [0.001020s/0.064523s=1.58%]
23/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 23 LIMIT 1 [0.001008s/0.064523s=1.56%]
24/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'salesmartly' AND `is_installed` = 1 LIMIT 1 [0.000998s/0.064523s=1.55%]
25/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 23 LIMIT 1 [0.000992s/0.064523s=1.54%]
26/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 24 LIMIT 1 [0.000991s/0.064523s=1.54%]
27/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.000986s/0.064523s=1.53%]
28/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 16 AND `status` = '1' LIMIT 1 [0.000980s/0.064523s=1.52%]
29/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 14 LIMIT 1 [0.000971s/0.064523s=1.50%]
30/63 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'product_topic' AND `is_installed` = 1 LIMIT 1 [0.000958s/0.064523s=1.48%]
31/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 24 AND `status` = '1' LIMIT 1 [0.000951s/0.064523s=1.47%]
32/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 16 LIMIT 1 [0.000950s/0.064523s=1.47%]
33/63 . SELECT * FROM `payment` WHERE `status` = '1' ORDER BY `weigh` DESC,`id` ASC [0.000946s/0.064523s=1.47%]
34/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 16 AND `status` = '1' LIMIT 1 [0.000944s/0.064523s=1.46%]
35/63 . SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [0.000937s/0.064523s=1.45%]
36/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 23 LIMIT 1 [0.000935s/0.064523s=1.45%]
37/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.000929s/0.064523s=1.44%]
38/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.000925s/0.064523s=1.43%]
39/63 . SELECT * FROM `activity` WHERE ( ( 1775889515 > starttime && 1775889515 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [0.000908s/0.064523s=1.41%]
40/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 16 LIMIT 1 [0.000900s/0.064523s=1.39%]
41/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 23 AND `status` = '1' LIMIT 1 [0.000894s/0.064523s=1.39%]
42/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 23 AND `status` = '1' LIMIT 1 [0.000892s/0.064523s=1.38%]
43/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 16 AND `status` = '1' LIMIT 1 [0.000886s/0.064523s=1.37%]
44/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 23 LIMIT 1 [0.000878s/0.064523s=1.36%]
45/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 14 LIMIT 1 [0.000868s/0.064523s=1.35%]
46/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 17 AND `status` = '1' LIMIT 1 [0.000866s/0.064523s=1.34%]
47/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 24 AND `status` = '1' LIMIT 1 [0.000864s/0.064523s=1.34%]
48/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 17 AND `status` = '1' LIMIT 1 [0.000861s/0.064523s=1.33%]
49/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000853s/0.064523s=1.32%]
50/63 . SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [0.000853s/0.064523s=1.32%]
51/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 14 LIMIT 1 [0.000852s/0.064523s=1.32%]
52/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 16 LIMIT 1 [0.000851s/0.064523s=1.32%]
53/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 24 LIMIT 1 [0.000851s/0.064523s=1.32%]
54/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 14 LIMIT 1 [0.000850s/0.064523s=1.32%]
55/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 24 AND `status` = '1' LIMIT 1 [0.000845s/0.064523s=1.31%]
56/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 23 AND `status` = '1' LIMIT 1 [0.000835s/0.064523s=1.29%]
57/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 23 AND `status` = '1' LIMIT 1 [0.000831s/0.064523s=1.29%]
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.000826s/0.064523s=1.28%]
59/63 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 24 LIMIT 1 [0.000808s/0.064523s=1.25%]
60/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 17 AND `status` = '1' LIMIT 1 [0.000805s/0.064523s=1.25%]
62/63 . SELECT `id` FROM `custom_activity` WHERE `id` = 17 AND `status` = '1' LIMIT 1 [0.000793s/0.064523s=1.23%]
63/63 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000773s/0.064523s=1.20%]
1/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 14 LIMIT 1 [4 times, 0.003541s/0.064523s=5.49%]
2/11. SELECT `id` FROM `custom_activity` WHERE `id` = 17 AND `status` = '1' LIMIT 1 [4 times, 0.003325s/0.064523s=5.15%]
3/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 16 LIMIT 1 [4 times, 0.003848s/0.064523s=5.96%]
4/11. SELECT `id` FROM `custom_activity` WHERE `id` = 16 AND `status` = '1' LIMIT 1 [4 times, 0.003918s/0.064523s=6.07%]
5/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 23 LIMIT 1 [4 times, 0.003813s/0.064523s=5.91%]
6/11. SELECT `id` FROM `custom_activity` WHERE `id` = 23 AND `status` = '1' LIMIT 1 [4 times, 0.003452s/0.064523s=5.35%]
7/11. SELECT `id` FROM `custom_activity` WHERE `id` = 24 AND `status` = '1' LIMIT 1 [4 times, 0.003749s/0.064523s=5.81%]
8/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 24 LIMIT 1 [4 times, 0.003743s/0.064523s=5.80%]
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.00268s/0.064523s=4.15%]
10/11. set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [3 times, 0.002714s/0.064523s=4.21%]