initial load time improvement #1093

Closed
opened 2025-08-09 17:18:50 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @emailtowalter on 1/25/2017

We call NodeServices from a MVC controller to leverage node.js SAML20 package . The first call to InvokeAsyn() took about 1 sec, and subsequent calls are about 0.1 sec. Of cause, the first call need to start-up the node.exe etc.

I guess we can add some logic in startup.cs to launch the node.exe there to improve the first call time. Not sure if there is a better way.

Thanks,

Walter

*Originally created by @emailtowalter on 1/25/2017* We call NodeServices from a MVC controller to leverage node.js SAML20 package . The first call to InvokeAsyn() took about 1 sec, and subsequent calls are about 0.1 sec. Of cause, the first call need to start-up the node.exe etc. I guess we can add some logic in startup.cs to launch the node.exe there to improve the first call time. Not sure if there is a better way. Thanks, Walter
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#1093
No description provided.