Hello. Testing REST API on Phalcon with JMeter with setting: Number of Threads : 300 Ramp-Up Period : 1s
First of requests are running ~ 30-50 ms But each 10 requests are running + 100 ms So the lasts requests are running near 1500-1700 ms
Why first requets are running so fast and other so slow? In which direction of efficiency I have to watch ? In these API methods no queries to the database. So the problem in PHP part...