Hi,
I decided to try ProcessWire as a replacement for WordPress as I was impressed with its clean admin and it looked very promising. However, no matter what I've tried, I cannot get any page to display quicker than 6 seconds. I have multiple sites on my local dev environment with Windows 10/Apache 2.4/ MySQL 5.8/ PHP 7.2 and they all perform well, including a demo WordPress site, a Magento site, multiple sites built with Laravel, SLIM framework. All of them serve their pages in milliseconds whereas, out of the box, ProcessWire it taking 6 seconds per page request.
I have tried setting the siteDBConfig to 127.0.0.1 instead of localhost,
I have tried changing my MySQL setting to bind to 127.0.0.1
I have tired changing mu host file to not use IPv6
With each of these changes and combinations of these changes, nothing improved the page serving time. The TTFB still remained above 6 seconds.
Has anyone else encountered this issue? Why would other frameworks have no issues in my environment but ProcessWire slows down so much? Any help here would be greatly appreciated. I really don't want to use WordPress for this next project! :(
Dave