In my application, we have server actions which uses large number of nodes that is causing Compilation Timeout issue. To refactor this logic, can I use custom script like Java Script instead to prevent this issue.
Hi Ijy,
Try to understand your question, do you want to move server side logic to client side logic to prevent time-outs?
Regards,
Daniel
How to optimize the server side logic to prevent time-out? Dont want to move it to client side.