Skip to main content
17-Peridot
September 22, 2021
Solved

how to fastenup the execution of code

  • September 22, 2021
  • 1 reply
  • 750 views

Any REST API is there to speedup the execution of the code?? or any other possibility is there to speedup the execution??

Best answer by PaiChung

No such thing, speeding up code execution will depend on Server specs and how well the code is written, and if you are interacting with other systems, the speed it can access those and the speed of the response of those systems.

 

Are you running into a particular issue that you need the code to execute faster?

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
September 22, 2021

No such thing, speeding up code execution will depend on Server specs and how well the code is written, and if you are interacting with other systems, the speed it can access those and the speed of the response of those systems.

 

Are you running into a particular issue that you need the code to execute faster?