We have a web service through which we exec the graph and return the response but we are having an issue with the performance we would like to get the response in less than 5sec.So is there a way to stop initializing the edges/nodes/graph configurations etc always before executing the graph.
Your issue might be solved by transformation graph caching/pooling which keeps transformation initialized in memory for predefined amount of time to minimize the init/startup time. It can also quickly create copies of the job in case you need to service more requests at the same time.