Hello.
Have installed Processwire 2.5.3 from master with intermediate site profile on an virtualbox archlinux machine which runs on localhost.
I'm using the fallowing:
php 5.6.6-1
mariadb 10.0.17-2
apache 2.4.12-2
The configuration for the machine is:
cat /proc/cpuinfo | grep processor | wc -l 4
model name : Intel® Xeon® CPU E3-1230 v3 @ 3.30GHz
MemTotal: 2053680 kB MemFree: 1811696 kB MemAvailable: 1802860 kB
When I make a simple GET request the loading times are huge:
I have checked the logging lvl of apache and is set to default, nothing special there...
What could be the problem? Can I fix somehow? Thank you in advance.