[ DB ] CONNECT:[ UseTime:0.004075s ] 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.001497s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'access_control' AND `is_installed` = 1 LIMIT 1 [ RunTime:0.001469s ]
[ SQL ] SELECT * FROM `payment` WHERE `status` = '1' ORDER BY `weigh` DESC,`id` ASC [ RunTime:0.001628s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'channel_google' LIMIT 1 [ RunTime:0.001070s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'lang_auto_detect' LIMIT 1 [ RunTime:0.001103s ]
[ SQL ] set time_zone = '+08:00' [ RunTime:0.001058s ]
[ SQL ] SELECT `value` FROM `config` WHERE ( name = 'multiCurrencySwitch' ) LIMIT 1 [ RunTime:0.001081s ]
[ SQL ] SELECT `value` FROM `config` WHERE ( name = 'byIpSwitch' ) LIMIT 1 [ RunTime:0.001049s ]
[ SQL ] UPDATE `cart` SET `deletetime`=1771147565 WHERE ( NOT EXISTS ( SELECT * FROM `product` WHERE ( product.id=cart.product_id ) ) AND `user_id` = 0 AND `session_id` = '9ur2j3tpfdiml0kulhq0s4vcac' AND `createtime` > 1770888365 ) AND `cart`.`deletetime` IS NULL [ RunTime:0.001306s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000873s ]
[ 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` = '9ur2j3tpfdiml0kulhq0s4vcac' AND `store_id` = 0 ) AND `cart`.`deletetime` IS NULL GROUP BY `id` ORDER BY `createtime` DESC,`id` ASC [ RunTime:0.001829s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000938s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'customer_login_config' LIMIT 1 [ RunTime:0.001195s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000927s ]
[ 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 < 1771147565 and b.endtime > 1771147565 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(5, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc, id desc [ RunTime:0.002023s ]
[ 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 (32,31,17,2) group by binary(p.name), binary(p1.name); [ RunTime:0.001593s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.001014s ]
[ 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 < 1771147565 and b.endtime > 1771147565 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(5, category_ids) ) ) ) AND `p`.`deletetime` IS NULL LIMIT 1 [ RunTime:0.001637s ]
[ 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 < 1771147565 and b.endtime > 1771147565 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(5, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc,id desc LIMIT 0,12 [ RunTime:0.002168s ]
[ SQL ] SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (32,31,17,2) ) AND `discuss`.`deletetime` IS NULL [ RunTime:0.001141s ]
[ SQL ] SELECT * FROM `product_sku_price` WHERE ( `product_id` IN (32,31,17,2) ) AND `product_sku_price`.`deletetime` IS NULL ORDER BY `weigh` ASC,`id` ASC [ RunTime:0.001222s ]
[ SQL ] SELECT * FROM `activity` WHERE ( ( 1771147565 > starttime && 1771147565 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [ RunTime:0.001077s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000973s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [ RunTime:0.001186s ]
[ SQL ] SELECT `id` FROM `category` WHERE `path` = 'bag-5' LIMIT 1 [ RunTime:0.001083s ]
[ 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 = 5
and p.status = "up" and p.deletetime is null limit 40 [ RunTime:0.001383s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [ RunTime:0.001481s ]
[ SQL ] SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [ RunTime:0.001169s ]
[ 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.001128s ]
[ 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.001065s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 32 LIMIT 1 [ RunTime:0.001152s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 32 AND `status` = '1' LIMIT 1 [ RunTime:0.001012s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 32 LIMIT 1 [ RunTime:0.001138s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 32 AND `status` = '1' LIMIT 1 [ RunTime:0.001011s ]
[ 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.001079s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 32 LIMIT 1 [ RunTime:0.001047s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 32 AND `status` = '1' LIMIT 1 [ RunTime:0.001105s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 32 LIMIT 1 [ RunTime:0.001059s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 32 AND `status` = '1' LIMIT 1 [ RunTime:0.000946s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 31 LIMIT 1 [ RunTime:0.001138s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 31 AND `status` = '1' LIMIT 1 [ RunTime:0.000995s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 31 LIMIT 1 [ RunTime:0.001009s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 31 AND `status` = '1' LIMIT 1 [ RunTime:0.000971s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 31 LIMIT 1 [ RunTime:0.001294s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 31 AND `status` = '1' LIMIT 1 [ RunTime:0.001058s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 31 LIMIT 1 [ RunTime:0.001190s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 31 AND `status` = '1' LIMIT 1 [ RunTime:0.001064s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 17 LIMIT 1 [ RunTime:0.001039s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 15 AND `status` = '1' LIMIT 1 [ RunTime:0.000932s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 17 LIMIT 1 [ RunTime:0.001022s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 15 AND `status` = '1' LIMIT 1 [ RunTime:0.000973s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 17 LIMIT 1 [ RunTime:0.001048s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 15 AND `status` = '1' LIMIT 1 [ RunTime:0.001040s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 17 LIMIT 1 [ RunTime:0.001199s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 15 AND `status` = '1' LIMIT 1 [ RunTime:0.001057s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 2 LIMIT 1 [ RunTime:0.001023s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 3 AND `status` = '1' LIMIT 1 [ RunTime:0.001008s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 2 LIMIT 1 [ RunTime:0.001243s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 3 AND `status` = '1' LIMIT 1 [ RunTime:0.001018s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 2 LIMIT 1 [ RunTime:0.001140s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 3 AND `status` = '1' LIMIT 1 [ RunTime:0.001224s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 2 LIMIT 1 [ RunTime:0.001040s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 3 AND `status` = '1' LIMIT 1 [ RunTime:0.000952s ]
2/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.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 < 1771147565 and b.endtime > 1771147565 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(5, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc,id desc LIMIT 0,12 [0.002168s/0.080717s=2.69%]
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.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 < 1771147565 and b.endtime > 1771147565 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(5, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc, id desc [0.002023s/0.080717s=2.51%]
4/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` = '9ur2j3tpfdiml0kulhq0s4vcac' AND `store_id` = 0 ) AND `cart`.`deletetime` IS NULL GROUP BY `id` ORDER BY `createtime` DESC,`id` ASC [0.001829s/0.080717s=2.27%]
5/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 < 1771147565 and b.endtime > 1771147565 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(5, category_ids) ) ) ) AND `p`.`deletetime` IS NULL LIMIT 1 [0.001637s/0.080717s=2.03%]
6/67 . SELECT * FROM `payment` WHERE `status` = '1' ORDER BY `weigh` DESC,`id` ASC [0.001628s/0.080717s=2.02%]
7/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 (32,31,17,2) group by binary(p.name), binary(p1.name); [0.001593s/0.080717s=1.97%]
8/67 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'product_topic' AND `is_installed` = 1 LIMIT 1 [0.001497s/0.080717s=1.85%]
9/67 . SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [0.001481s/0.080717s=1.83%]
10/67 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'access_control' AND `is_installed` = 1 LIMIT 1 [0.001469s/0.080717s=1.82%]
11/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 = 5
and p.status = "up" and p.deletetime is null limit 40 [0.001383s/0.080717s=1.71%]
12/67 . UPDATE `cart` SET `deletetime`=1771147565 WHERE ( NOT EXISTS ( SELECT * FROM `product` WHERE ( product.id=cart.product_id ) ) AND `user_id` = 0 AND `session_id` = '9ur2j3tpfdiml0kulhq0s4vcac' AND `createtime` > 1770888365 ) AND `cart`.`deletetime` IS NULL [0.001306s/0.080717s=1.62%]
13/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 31 LIMIT 1 [0.001294s/0.080717s=1.60%]
14/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 2 LIMIT 1 [0.001243s/0.080717s=1.54%]
15/67 . SELECT `id` FROM `custom_activity` WHERE `id` = 3 AND `status` = '1' LIMIT 1 [0.001224s/0.080717s=1.52%]
16/67 . SELECT * FROM `product_sku_price` WHERE ( `product_id` IN (32,31,17,2) ) AND `product_sku_price`.`deletetime` IS NULL ORDER BY `weigh` ASC,`id` ASC [0.001222s/0.080717s=1.51%]
17/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 17 LIMIT 1 [0.001199s/0.080717s=1.49%]
18/67 . SELECT `value` FROM `config` WHERE `name` = 'customer_login_config' LIMIT 1 [0.001195s/0.080717s=1.48%]
19/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 31 LIMIT 1 [0.001190s/0.080717s=1.47%]
20/67 . SELECT `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [0.001186s/0.080717s=1.47%]
21/67 . SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [0.001169s/0.080717s=1.45%]
22/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 32 LIMIT 1 [0.001152s/0.080717s=1.43%]
23/67 . SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (32,31,17,2) ) AND `discuss`.`deletetime` IS NULL [0.001141s/0.080717s=1.41%]
24/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 2 LIMIT 1 [0.001140s/0.080717s=1.41%]
25/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 31 LIMIT 1 [0.001138s/0.080717s=1.41%]
26/67 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 32 LIMIT 1 [0.001138s/0.080717s=1.41%]
27/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.001128s/0.080717s=1.40%]
28/67 . SELECT `id` FROM `custom_activity` WHERE `id` = 32 AND `status` = '1' LIMIT 1 [0.001105s/0.080717s=1.37%]
29/67 . SELECT `value` FROM `config` WHERE `name` = 'lang_auto_detect' LIMIT 1 [0.001103s/0.080717s=1.37%]
30/67 . SELECT `id` FROM `category` WHERE `path` = 'bag-5' LIMIT 1 [0.001083s/0.080717s=1.34%]
31/67 . SELECT `value` FROM `config` WHERE ( name = 'multiCurrencySwitch' ) LIMIT 1 [0.001081s/0.080717s=1.34%]
32/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.001079s/0.080717s=1.34%]
33/67 . SELECT * FROM `activity` WHERE ( ( 1771147565 > starttime && 1771147565 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [0.001077s/0.080717s=1.33%]
34/67 . SELECT `value` FROM `config` WHERE `name` = 'channel_google' LIMIT 1 [0.001070s/0.080717s=1.33%]
35/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.001065s/0.080717s=1.32%]
36/67 . SELECT `id` FROM `custom_activity` WHERE `id` = 31 AND `status` = '1' LIMIT 1 [0.001064s/0.080717s=1.32%]
63/67 . SELECT `id` FROM `custom_activity` WHERE `id` = 32 AND `status` = '1' LIMIT 1 [0.000946s/0.080717s=1.17%]
64/67 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000938s/0.080717s=1.16%]
65/67 . SELECT `id` FROM `custom_activity` WHERE `id` = 15 AND `status` = '1' LIMIT 1 [0.000932s/0.080717s=1.15%]
66/67 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000927s/0.080717s=1.15%]
67/67 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000873s/0.080717s=1.08%]
1/11. set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [5 times, 0.004725s/0.080717s=5.85%]
2/11. SELECT `id` FROM `custom_activity` WHERE `id` = 3 AND `status` = '1' LIMIT 1 [4 times, 0.004202s/0.080717s=5.21%]
3/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 2 LIMIT 1 [4 times, 0.004446s/0.080717s=5.51%]
4/11. SELECT `id` FROM `custom_activity` WHERE `id` = 15 AND `status` = '1' LIMIT 1 [4 times, 0.004002s/0.080717s=4.96%]
5/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 17 LIMIT 1 [4 times, 0.004308s/0.080717s=5.34%]
6/11. SELECT `id` FROM `custom_activity` WHERE `id` = 31 AND `status` = '1' LIMIT 1 [4 times, 0.004088s/0.080717s=5.06%]
7/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 31 LIMIT 1 [4 times, 0.004631s/0.080717s=5.74%]
8/11. SELECT `id` FROM `custom_activity` WHERE `id` = 32 AND `status` = '1' LIMIT 1 [4 times, 0.004074s/0.080717s=5.05%]
9/11. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 32 LIMIT 1 [4 times, 0.004396s/0.080717s=5.45%]
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.003272s/0.080717s=4.05%]