Saturday, August 25, 2012

Phalcon, a faster PHP framework

Link here.
 - It's delivered as a C extension
 - can handle more requests per second.
 - takes way lesser time per request than other frameworks.
 - has to interpret lesser files per request.
 - has to allocate lesser memory for each request.


1 comment:

  1. I have heard a lot of Phalcon but never get to use it still now, even heard that they promise to provide huge performance gains with lower usage of PHP resources. Still yet I was using CodeIgniter only but now would love to give this a try too.

    ReplyDelete