Framework Comparison and Overhead - Super User [closed] most recent 30 from superuser.com 2010-03-22T05:48:41Z http://superuser.com/feeds/question/65222 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://superuser.com/questions/65222/framework-comparison-and-overhead 0 Framework Comparison and Overhead [closed] murvinlai http://superuser.com/users/15876 2009-11-03T20:25:34Z 2009-11-03T20:25:34Z <p>I am working on a Facebook game which is developed using Zend framework. Right now I don't have lots of traffic and already seen quite a large # of data usage / CPU time.</p> <p>Actually, I'm not good at Zend. I good at coding from scratch for both PHP &amp; JS. </p> <p>so, I am curious about the performance of Zend framework. becuase I'm thinking about rebuilding the applciation using Zend as the backend to manage the data / session / logic. and use JS (native code or JQuery) for the front-end rendering UI and handle user action in the client side. </p> <p>In between, use aJax to get data from Zend backend.. most likely REST.<br /> Anyone has suggestion about this kind of structure? I want to cut down the server load by that and also easier to manage code, plus better user experience.</p> <p>Appreciate if anyone has good idea. :)</p>