So, I have set up a amazon lightsail $10/mo instance running ubuntu 16.04 and compiled cPhalcon on it. I loaded a single table with about 8m rows. All I am doing is just creating IndexController with a single call to ::find(). It takes about 30 seconds and then times out and postgres is doing a ton of I/O and no results ever return. Is this possibly because 8m rows is too much for cPhalcon or is this a problem with my crappy VM?