Framework Comparison and Overhead - Super User [closed]most recent 30 from superuser.com2010-03-22T05:48:41Zhttp://superuser.com/feeds/question/65222http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://superuser.com/questions/65222/framework-comparison-and-overhead0Framework Comparison and Overhead [closed]murvinlaihttp://superuser.com/users/158762009-11-03T20:25:34Z2009-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 & 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>