Hello,
First off, I'm really excited to try out Phalcon for a production system!
We'll be using a load-balanced AWS cluster with MySQL, so I was wondering if there was a way to minimize I/O by storing compiled Volt templates in a cache engine such as APC or Memcache?
I would also like to be able to serve up joined/minified Asset Manager groups without writing them to disk first so that the CDN can pick them up and serve them cached. Is there a way to handle this without any file operations?
Warm Regards, Torgny