I optimized the server a little bit more and enabled opcache
I also wanted to stay within the realm of the cheapest node ramnode has (128MB)
Server sitting at 73MB
ab -n 1000 -c 30 http://www.singularidea.org/d/2-info
-n == max connections -c == concurrent connections
- Cache size of flarum scripts - 7MB (wow!)
- Page visit - 180ms (average)
- With stress test - 700ms (average)
- During stress test my memory stayed below 120MB (optimized max children of php5-fpm)
For reference, a blink is supposed to be around 100-150ms