Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Help - REST client performance
I have an application that uses the curl command (actually a php module that calls the libcurl library) to retrieve data from a NetSuite RESTlet.
This morning the performance of that application went down hill in a big way.
However, when I use the Postman REST client, I still get good performance. Even on the first call, it returns in 3 seconds or less. Subsequent calls return in less than a second. The same curl command with the same REST URL with the same parameters executed on multiple servers on different networks in different cities all perform the same - 18 to 20 seconds. I've tried Postman on two different systems on different networks and get excellent performance on both. I even tried curl under cygwin on the same Windows box where Postman runs in 3 seconds. I get