I create some API in Laravel I first when I call the API in Postman it shows 504ms. Then I call back again and it shows 235ms in Postman, I call it, again it show me data near 220ms to 280ms max? If I stop calling for few minutes about 10-15 min then call it again it took around 500ms again for the first time call then I call it again it shows me near 200.
Is it cached data or persistence call or Zend opCache?
Anybody can help me how can I find it or what is it?
via Abhishek Badole