I was bench-marking my node.js rest API. First time I performed GET on a set of data it took 62 milliseconds. from second time onward it took only 2 seconds. What is the reason for this huge difference?