I have been using Yii 1.1 successfully on one of my applications for several years. Recently we had to upgrade the servers from Windows 2008 R2 to Windows Server 2016. The web application (via web browser) is still running properly and all queries respond in the correct way. However, the web service requests now take 5-8 seconds to complete instead of less than 100ms as before.
I have tried to use PHP 5.3 and PHP 7.1 with no difference in performance for the web service response time.
Previously used: PHP 5.3, Windows 2008 R2, IIS 7.5, SQL server database. Web server is connecting to database server to perform queries (different physical server)
Now using: PHP 5.3 and also tested PHP 7.1, Windows 2016, IIS 10, SQL server database copied from previous environment to Windows 2016. Web server is connecting to database server to perform queries (different physical server)
Any ideas of what could be causing this?