After I updated Yii2 from 2.0.14 to 2.0.50, API requests started executing 20% - 30% slower.
Code
public function makeApiRequestLogic()
{
return true;
}
After I updated Yii2 from 2.0.14 to 2.0.50, API requests started executing 20% - 30% slower.
Code
public function makeApiRequestLogic()
{
return true;
}
Can you try to find why?
Thanks for the information.
Do you use any kind of proxying? Can you reproduce same issue with Apache Httpd?
No, I don’t use a proxy. Instead of Apache, Nginx was employed.
Can you test latest master?
It helped. Thank
You can update to the latest Yii stable which was release to fix among other things, this one!