Hello All, I have site Builder site and when I tr...
# sitebuilder
l
Hello All, I have site Builder site and when I tries to place the order it is taking more time near about 15 sec for 5 items. I have checked and added time in Models. js and in submit() function nlapiLogExecution('DEBUG', 'Time Before', new Date()); var confirmation = order.submit(); nlapiLogExecution('DEBUG', 'Time After', new Date()); Difference between in this two time is almost 13.5 Secs. Is is something I can check with Netsuite or can minimize this using some customization ? because submit() is order method and I believe we don't have control on that fuction. Please let me know if anyone know. Thanks.