[ DB ] CONNECT:[ UseTime:0.003078s ] mysql:host=database-test2.cb81pdkxodkj.us-east-1.rds.amazonaws.com:3306;port=3306;dbname=shoppaas_1697783590162;charset=utf8mb4
[ SQL ] SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'product_topic' AND `is_installed` = 1 LIMIT 1 [ RunTime:0.000975s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'access_control' AND `is_installed` = 1 LIMIT 1 [ RunTime:0.001612s ]
[ SQL ] SELECT `area_id` FROM `access_control_blacklist` [ RunTime:0.001029s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `access_control_iplist` WHERE `type` = '2' AND `ip` = '216.73.216.144' LIMIT 1 [ RunTime:0.001005s ]
[ SQL ] SELECT `ip` FROM `access_control_iplist` WHERE `type` = '1' [ RunTime:0.000961s ]
[ SQL ] SELECT `code` FROM `area` WHERE `id` IN ('') [ RunTime:0.000994s ]
[ SQL ] SELECT * FROM `payment` WHERE `status` = '1' ORDER BY `weigh` DESC,`id` ASC [ RunTime:0.001257s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'channel_google' LIMIT 1 [ RunTime:0.001203s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'lang_auto_detect' LIMIT 1 [ RunTime:0.000996s ]
[ SQL ] set time_zone = '+08:00' [ RunTime:0.000923s ]
[ SQL ] SELECT `value` FROM `config` WHERE ( name = 'multiCurrencySwitch' ) LIMIT 1 [ RunTime:0.000945s ]
[ SQL ] SELECT `value` FROM `config` WHERE ( name = 'byIpSwitch' ) LIMIT 1 [ RunTime:0.000870s ]
[ SQL ] UPDATE `cart` SET `deletetime`=1770555859 WHERE ( NOT EXISTS ( SELECT * FROM `product` WHERE ( product.id=cart.product_id ) ) AND `user_id` = 0 AND `session_id` = '97vsp23t4lkhat19qi79o4cjr5' AND `createtime` > 1770296659 ) AND `cart`.`deletetime` IS NULL [ RunTime:0.001239s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000761s ]
[ 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` = '97vsp23t4lkhat19qi79o4cjr5' AND `store_id` = 0 ) AND `cart`.`deletetime` IS NULL GROUP BY `id` ORDER BY `createtime` DESC,`id` ASC [ RunTime:0.001661s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000832s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'customer_login_config' LIMIT 1 [ RunTime:0.001258s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000842s ]
[ 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 < 1770555859 and b.endtime > 1770555859 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(6, category_ids) ) OR ( find_in_set(5, category_ids) ) OR ( find_in_set(4, category_ids) ) OR ( find_in_set(3, category_ids) ) OR ( find_in_set(2, category_ids) ) OR ( find_in_set(1, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc, id desc [ RunTime:0.002704s ]
[ 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 (86,85,84,83,82,81,80,79,78,77,76,75,74,73,72,71,70,69,68,67,66,65,64,63,62,61,60,59,58,57,56,55,54,53,52,51,50,49,48,47,46,45,44,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1) group by binary(p.name), binary(p1.name); [ RunTime:0.007125s ]
[ SQL ] set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [ RunTime:0.000808s ]
[ 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 < 1770555859 and b.endtime > 1770555859 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(6, category_ids) ) OR ( find_in_set(5, category_ids) ) OR ( find_in_set(4, category_ids) ) OR ( find_in_set(3, category_ids) ) OR ( find_in_set(2, category_ids) ) OR ( find_in_set(1, category_ids) ) ) ) AND `p`.`deletetime` IS NULL LIMIT 1 [ RunTime:0.001881s ]
[ 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 < 1770555859 and b.endtime > 1770555859 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(6, category_ids) ) OR ( find_in_set(5, category_ids) ) OR ( find_in_set(4, category_ids) ) OR ( find_in_set(3, category_ids) ) OR ( find_in_set(2, category_ids) ) OR ( find_in_set(1, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc,id desc LIMIT 48,12 [ RunTime:0.001739s ]
[ SQL ] SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (38,37,36,35,34,33,32,31,30,29,28,27) ) AND `discuss`.`deletetime` IS NULL [ RunTime:0.001284s ]
[ SQL ] SELECT * FROM `product_sku_price` WHERE ( `product_id` IN (38,37,36,35,34,33,32,31,30,29,28,27) ) AND `product_sku_price`.`deletetime` IS NULL ORDER BY `weigh` ASC,`id` ASC [ RunTime:0.001852s ]
[ SQL ] SELECT * FROM `activity` WHERE ( ( 1770555859 > starttime && 1770555859 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [ RunTime:0.001661s ]
[ SQL ] SELECT * FROM `activity_product_sku_price` WHERE ( `status` = 'up' AND `activity_id` IN (1) ) AND `activity_product_sku_price`.`deletetime` IS NULL [ RunTime:0.001103s ]
[ 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 `value` FROM `config` WHERE `name` = 'product_review' LIMIT 1 [ RunTime:0.001033s ]
[ 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.004042s ]
[ SQL ] SELECT `id` FROM `category` WHERE `path` = 'all' LIMIT 1 [ RunTime:0.001070s ]
[ 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 = 1
and p.status = "up" and p.deletetime is null limit 40 [ RunTime:0.001216s ]
[ SQL ] SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [ RunTime:0.001138s ]
[ SQL ] SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [ RunTime:0.001227s ]
[ SQL ] SELECT `imageheight`,`imagewidth` FROM `attachment` WHERE `url` = '/uploads/2e1f1a4ef7fa4458/62cdcd36a2f5755dbc01463ec9e1d99a.jpg' LIMIT 1 [ RunTime:0.001075s ]
[ 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.001177s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 37 LIMIT 1 [ RunTime:0.001163s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 2 AND `status` = '1' LIMIT 1 [ RunTime:0.001338s ]
[ SQL ] SELECT `imageheight`,`imagewidth` FROM `attachment` WHERE `url` = '/uploads/custom/base64/d697d3d0c218012aa74c40c0a338ac4c.jpg' LIMIT 1 [ RunTime:0.002197s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 37 LIMIT 1 [ RunTime:0.001191s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 2 AND `status` = '1' LIMIT 1 [ RunTime:0.000955s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 37 LIMIT 1 [ RunTime:0.000984s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 2 AND `status` = '1' LIMIT 1 [ RunTime:0.001007s ]
[ SQL ] SELECT * FROM `custom_activity_relation` WHERE `product_id` = 37 LIMIT 1 [ RunTime:0.001186s ]
[ SQL ] SELECT `id` FROM `custom_activity` WHERE `id` = 2 AND `status` = '1' LIMIT 1 [ RunTime:0.001766s ]
[ SQL ] SELECT `imageheight`,`imagewidth` FROM `attachment` WHERE `url` = '/uploads/2e1f1a4ef7fa4458/712cf2a1d78bee0ad77c823267788fff.jpg' LIMIT 1 [ RunTime:0.001504s ]
[ SQL ] SELECT `imageheight`,`imagewidth` FROM `attachment` WHERE `url` = '/uploads/2e1f1a4ef7fa4458/8361bda008d0923e5c01d9573e236dd7.jpg' LIMIT 1 [ RunTime:0.001072s ]
[ SQL ] SELECT `imageheight`,`imagewidth` FROM `attachment` WHERE `url` = '/uploads/2e1f1a4ef7fa4458/2afab34cc478ff072f29ad7e8f0b2267.webp' LIMIT 1 [ RunTime:0.001138s ]
[ SQL ] SELECT `imageheight`,`imagewidth` FROM `attachment` WHERE `url` = '/uploads/2e1f1a4ef7fa4458/0b297808ce47fde1d2bca427e945ff91.webp' LIMIT 1 [ RunTime:0.001109s ]
[ SQL ] SELECT `imageheight`,`imagewidth` FROM `attachment` WHERE `url` = '/uploads/2e1f1a4ef7fa4458/f98baa438ad8dc52503dc7f0876c4985.webp' LIMIT 1 [ RunTime:0.001756s ]
[ SQL ] SELECT `imageheight`,`imagewidth` FROM `attachment` WHERE `url` = '/uploads/2e1f1a4ef7fa4458/8101ecd5c36420ffc3d51120aadc315f.webp' LIMIT 1 [ RunTime:0.001247s ]
[ SQL ] SELECT `imageheight`,`imagewidth` FROM `attachment` WHERE `url` = '/uploads/2e1f1a4ef7fa4458/3827911450a50388a0d3252fb42ed52b.webp' LIMIT 1 [ RunTime:0.001134s ]
[ SQL ] SELECT `imageheight`,`imagewidth` FROM `attachment` WHERE `url` = '/uploads/2e1f1a4ef7fa4458/c7ec94b5f11ecc94a93fa1be37d8fd24.webp' LIMIT 1 [ RunTime:0.001051s ]
[ SQL ] SELECT `imageheight`,`imagewidth` FROM `attachment` WHERE `url` = '/uploads/2e1f1a4ef7fa4458/9593eed3a12317c3c5a1e4d5ce9ca58b.jpg' LIMIT 1 [ RunTime:0.001267s ]
[ SQL ] SELECT `imageheight`,`imagewidth` FROM `attachment` WHERE `url` = '/uploads/2e1f1a4ef7fa4458/d8c7082529ec34628659029a9310b54c.jpg' LIMIT 1 [ RunTime:0.001255s ]
[ 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.001084s ]
1/60 . 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 (86,85,84,83,82,81,80,79,78,77,76,75,74,73,72,71,70,69,68,67,66,65,64,63,62,61,60,59,58,57,56,55,54,53,52,51,50,49,48,47,46,45,44,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1) group by binary(p.name), binary(p1.name); [0.007125s/0.084211s=8.46%]
2/60 . 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.004042s/0.084211s=4.80%]
4/60 . 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 < 1770555859 and b.endtime > 1770555859 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(6, category_ids) ) OR ( find_in_set(5, category_ids) ) OR ( find_in_set(4, category_ids) ) OR ( find_in_set(3, category_ids) ) OR ( find_in_set(2, category_ids) ) OR ( find_in_set(1, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc, id desc [0.002704s/0.084211s=3.21%]
5/60 . SELECT `imageheight`,`imagewidth` FROM `attachment` WHERE `url` = '/uploads/custom/base64/d697d3d0c218012aa74c40c0a338ac4c.jpg' LIMIT 1 [0.002197s/0.084211s=2.61%]
6/60 . 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 < 1770555859 and b.endtime > 1770555859 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(6, category_ids) ) OR ( find_in_set(5, category_ids) ) OR ( find_in_set(4, category_ids) ) OR ( find_in_set(3, category_ids) ) OR ( find_in_set(2, category_ids) ) OR ( find_in_set(1, category_ids) ) ) ) AND `p`.`deletetime` IS NULL LIMIT 1 [0.001881s/0.084211s=2.23%]
7/60 . SELECT * FROM `product_sku_price` WHERE ( `product_id` IN (38,37,36,35,34,33,32,31,30,29,28,27) ) AND `product_sku_price`.`deletetime` IS NULL ORDER BY `weigh` ASC,`id` ASC [0.001852s/0.084211s=2.20%]
8/60 . SELECT `id` FROM `custom_activity` WHERE `id` = 2 AND `status` = '1' LIMIT 1 [0.001766s/0.084211s=2.10%]
9/60 . SELECT `imageheight`,`imagewidth` FROM `attachment` WHERE `url` = '/uploads/2e1f1a4ef7fa4458/f98baa438ad8dc52503dc7f0876c4985.webp' LIMIT 1 [0.001756s/0.084211s=2.09%]
10/60 . 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 < 1770555859 and b.endtime > 1770555859 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(6, category_ids) ) OR ( find_in_set(5, category_ids) ) OR ( find_in_set(4, category_ids) ) OR ( find_in_set(3, category_ids) ) OR ( find_in_set(2, category_ids) ) OR ( find_in_set(1, category_ids) ) ) ) AND `p`.`deletetime` IS NULL ORDER BY weigh desc,id desc LIMIT 48,12 [0.001739s/0.084211s=2.07%]
11/60 . SELECT * FROM `activity` WHERE ( ( 1770555859 > starttime && 1770555859 < endtime ) ) AND `activity`.`deletetime` IS NULL ORDER BY `starttime` ASC LIMIT 30 [0.001661s/0.084211s=1.97%]
12/60 . 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` = '97vsp23t4lkhat19qi79o4cjr5' AND `store_id` = 0 ) AND `cart`.`deletetime` IS NULL GROUP BY `id` ORDER BY `createtime` DESC,`id` ASC [0.001661s/0.084211s=1.97%]
13/60 . SELECT COUNT(*) AS tp_count FROM `app_center` WHERE `name` = 'access_control' AND `is_installed` = 1 LIMIT 1 [0.001612s/0.084211s=1.91%]
14/60 . SELECT `imageheight`,`imagewidth` FROM `attachment` WHERE `url` = '/uploads/2e1f1a4ef7fa4458/712cf2a1d78bee0ad77c823267788fff.jpg' LIMIT 1 [0.001504s/0.084211s=1.79%]
16/60 . SELECT `id` FROM `custom_activity` WHERE `id` = 2 AND `status` = '1' LIMIT 1 [0.001338s/0.084211s=1.59%]
17/60 . SELECT * FROM `discuss` WHERE ( `status` = 'show' AND `product_id` IN (38,37,36,35,34,33,32,31,30,29,28,27) ) AND `discuss`.`deletetime` IS NULL [0.001284s/0.084211s=1.52%]
18/60 . SELECT `imageheight`,`imagewidth` FROM `attachment` WHERE `url` = '/uploads/2e1f1a4ef7fa4458/9593eed3a12317c3c5a1e4d5ce9ca58b.jpg' LIMIT 1 [0.001267s/0.084211s=1.50%]
19/60 . SELECT `value` FROM `config` WHERE `name` = 'customer_login_config' LIMIT 1 [0.001258s/0.084211s=1.49%]
20/60 . SELECT * FROM `payment` WHERE `status` = '1' ORDER BY `weigh` DESC,`id` ASC [0.001257s/0.084211s=1.49%]
21/60 . SELECT `imageheight`,`imagewidth` FROM `attachment` WHERE `url` = '/uploads/2e1f1a4ef7fa4458/d8c7082529ec34628659029a9310b54c.jpg' LIMIT 1 [0.001255s/0.084211s=1.49%]
22/60 . SELECT `imageheight`,`imagewidth` FROM `attachment` WHERE `url` = '/uploads/2e1f1a4ef7fa4458/8101ecd5c36420ffc3d51120aadc315f.webp' LIMIT 1 [0.001247s/0.084211s=1.48%]
23/60 . UPDATE `cart` SET `deletetime`=1770555859 WHERE ( NOT EXISTS ( SELECT * FROM `product` WHERE ( product.id=cart.product_id ) ) AND `user_id` = 0 AND `session_id` = '97vsp23t4lkhat19qi79o4cjr5' AND `createtime` > 1770296659 ) AND `cart`.`deletetime` IS NULL [0.001239s/0.084211s=1.47%]
24/60 . SELECT * FROM `themes_menu_item` WHERE `themes_menu_item`.`deletetime` IS NULL [0.001227s/0.084211s=1.46%]
25/60 . 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 = 1
and p.status = "up" and p.deletetime is null limit 40 [0.001216s/0.084211s=1.44%]
26/60 . SELECT `value` FROM `config` WHERE `name` = 'channel_google' LIMIT 1 [0.001203s/0.084211s=1.43%]
27/60 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 37 LIMIT 1 [0.001191s/0.084211s=1.41%]
28/60 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 37 LIMIT 1 [0.001186s/0.084211s=1.41%]
29/60 . 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.001177s/0.084211s=1.40%]
30/60 . SELECT * FROM `custom_activity_relation` WHERE `product_id` = 37 LIMIT 1 [0.001163s/0.084211s=1.38%]
31/60 . SELECT `value` FROM `config` WHERE `name` = 'klaviyo_config' LIMIT 1 [0.001138s/0.084211s=1.35%]
32/60 . SELECT `imageheight`,`imagewidth` FROM `attachment` WHERE `url` = '/uploads/2e1f1a4ef7fa4458/2afab34cc478ff072f29ad7e8f0b2267.webp' LIMIT 1 [0.001138s/0.084211s=1.35%]
33/60 . SELECT `imageheight`,`imagewidth` FROM `attachment` WHERE `url` = '/uploads/2e1f1a4ef7fa4458/3827911450a50388a0d3252fb42ed52b.webp' LIMIT 1 [0.001134s/0.084211s=1.35%]
34/60 . SELECT `imageheight`,`imagewidth` FROM `attachment` WHERE `url` = '/uploads/2e1f1a4ef7fa4458/0b297808ce47fde1d2bca427e945ff91.webp' LIMIT 1 [0.001109s/0.084211s=1.32%]
35/60 . SELECT * FROM `activity_product_sku_price` WHERE ( `status` = 'up' AND `activity_id` IN (1) ) AND `activity_product_sku_price`.`deletetime` IS NULL [0.001103s/0.084211s=1.31%]
36/60 . 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.001084s/0.084211s=1.29%]
37/60 . SELECT `imageheight`,`imagewidth` FROM `attachment` WHERE `url` = '/uploads/2e1f1a4ef7fa4458/62cdcd36a2f5755dbc01463ec9e1d99a.jpg' LIMIT 1 [0.001075s/0.084211s=1.28%]
38/60 . SELECT `imageheight`,`imagewidth` FROM `attachment` WHERE `url` = '/uploads/2e1f1a4ef7fa4458/8361bda008d0923e5c01d9573e236dd7.jpg' LIMIT 1 [0.001072s/0.084211s=1.27%]
39/60 . SELECT `id` FROM `category` WHERE `path` = 'all' LIMIT 1 [0.001070s/0.084211s=1.27%]
40/60 . SELECT `imageheight`,`imagewidth` FROM `attachment` WHERE `url` = '/uploads/2e1f1a4ef7fa4458/c7ec94b5f11ecc94a93fa1be37d8fd24.webp' LIMIT 1 [0.001051s/0.084211s=1.25%]
59/60 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000808s/0.084211s=0.96%]
60/60 . set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [0.000761s/0.084211s=0.90%]
1/5. set session sql_mode='STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' [5 times, 0.004257s/0.084211s=5.06%]
2/5. SELECT `id` FROM `custom_activity` WHERE `id` = 2 AND `status` = '1' LIMIT 1 [4 times, 0.005066s/0.084211s=6.02%]
3/5. SELECT * FROM `custom_activity_relation` WHERE `product_id` = 37 LIMIT 1 [4 times, 0.004524s/0.084211s=5.37%]
4/5. 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.006303s/0.084211s=7.48%]