vote up 0 vote down star

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.

Actually, I'm not good at Zend. I good at coding from scratch for both PHP & JS.

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.

In between, use aJax to get data from Zend backend.. most likely REST.
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.

Appreciate if anyone has good idea. :)

Isn't this programming related, and thus belongs on StackOverflow? – Peter Boughton Nov 3 at 20:28
i m confused that what goes to stackoverflow, whats go to Superuser now... i posted somethign in stack, and redirect to Super user.. oh well... – murvinlai Nov 3 at 20:34
In brief, StackOverflow is for questions about creating software, SuperUser is for questions about using software. – Peter Boughton Nov 3 at 20:36

migrated to stackoverflow.com by splattne Nov 3 at 20:39

This question is software development or programming related, and is a better fit for Stack Overflow.

Browse other questions tagged or ask your own question.