Optimising the Zend Framework

后端 未结 5 1052
耶瑟儿~
耶瑟儿~ 2020-12-08 08:44

I\'m trying to get as much performance as I can out of my application, which uses the Zend Framework.

I\'m considering using the Zend Server, with APC enabled. Howev

5条回答
  •  [愿得一人]
    2020-12-08 09:39

    Zend Server is a very generally speaking PHP compiler (the P from LAMP or WAMP stack), however much more advanced, give you nice GUI to set everything (instead editing php.ini), but what more imported:

    • APC
    • Cache (data i page level)
    • Job quering
    • Advanced monitoring with debugging

    If you looking for APC only maybe other solutions (what I do not know yet) could be cheaper, but need for APC suggest that you would like caching and job quering... I love it.

    Zend Framework is not needed to use it, but you can use any framework (or without framework) you want.

    Nice thing that you can try ZS full featured it for free for 30 days (APC is not availble in CE ---->>>> wrong APC IS avaible in CE)

提交回复
热议问题