Using Zend Framework for highload projects

前端 未结 6 1028
灰色年华
灰色年华 2020-12-04 23:18

Zend Framework is a good framework but not very fast. Can you tell whether it\'s worth using Zend Framework for highload projects, for example, for email marketing service t

6条回答
  •  一个人的身影
    2020-12-04 23:34

    You ask:

    Is it possible to achive acceptable performance using Zend Framework? Has anybody such an expirience?

    Yes, I have experience with a site with millions of users. But you do need to use techniques to deal with the high load. Caching etc...

    A CDN can help a lot. Look into developing with the cloud. Amazon might be a pain to get started with but it helps you scale if need be.

    I guess what I'm saying is, the Framework may cost you a bit of performance, but helps make maintenance possible and building it faster (once you get over the learning curve). Then you you have to evaluate what needs to be done to improve performance (although it helps a lot to plan for what will be obvious problems, right from the get go).

提交回复
热议问题