Hello! I'm trying to fix some performance issues o...
# suitecommerce
b
Hello! I'm trying to fix some performance issues on a site, specifically around the login. Currently the Account.Login.Service is consistently taking 20+ seconds to complete. It is the only XHR request I can see in the console so I'm having some trouble knowing where I can look to try and find the problem. Does anyone know what else might be happening in the background or any ideas where I should try checking? ( Note: It is a heavily customized sca site, however there is nothing custom about the login )
t
I believe sometimes beforeload scripts can impact performance
👍 1
you should check those for sales order and customer
try removing the webstore, webapplication context if they are not needed
s
Good advice. You can also swap the dev SSP folders out for the src folders so you can see if it’s something in the customised bundle code that’s affecting it