I would like to speed up Phalcon web apps even further by embedding a FastCGI functionality into Phalcon. See https://github.com/PHPFastCGI/php5-fastcgi The end goal is to keep the application running indefinitely (vs being initialized and then killed for every request) which should make it super fast. However I struggle a bit with where to start. Any tips are greatly appreciated!