2010年1月21日星期四

Re: [fw-mvc] memory usage in zf

I would first have a look at the performance guide located here:

http://framework.zend.com/manual/en/performance.html

That said, 8mb is really not alot of memory in the grand scheme of
things. As with any framework, you are trading a little bit of
performance and a little bit of memory for an application stack that is
designed using best practices that will help you manage your codebase
it's growth and development over time.

Start with the performance guide, then figure out what you like and
don't like about the applications runtime, and adjust accordingly.

-ralph

sina miandashti wrote:
> hi
>
> i checked the memory usage of my app with $mem_usage =
> memory_get_usage(true);
>
> and its 8 MB :-O !
>
> is that too high for a app?
>
> how can i reduce?
>
> what is the standard memory usage number for a php app?
>
> --
> ________________
> Sincerely
> Sina Miandashti
> MuSicBasE.ir & InvisionPower.ir Admin

没有评论: