PhalconPHP is fast because it is written in C. But other frameworks can be cached into bytecode, like with opcache, and they run much faster than they normally would. Is phalconphp still faster than another framework running with opcache? And if so, by how much? Also can you use opcache with phalconphp on the php part?
Thanks