Im struggling with a bit strange issue. I installed a fresh instance of Apache on Windows Server 2008 R2 (it's also fresh). Then I installed PHP 8.0.8. Locally on server everything works great but...
While connecting to my webserver hosted LAN from another maschine to PHP sites, the server takes more than 3 seconds to respond:

While accesing page with the same structure but in .html the response is fast (here 28ms):

Its only when trying to access anything with .php extension.
When testing it locally on my webserver the response is fast as expected:

So it's not script faulty. Test.php and Test.html includes the same sample Apache html code:
<html><body><h1>It works!</h1></body></html>
Link to my Apache httpd.conf file: https://drive.google.com/file/d/1Uxe5qb-T7Xp9riKrU2SaOp-cvY3KHwID/view?usp=sharing ...and to my php.ini file: https://drive.google.com/file/d/10_qPV6HC7BtNeqVddrrcg5LnG42i3QGD/view?usp=sharing
So I'm asking you for help. Thanks in advance for your suggestions.