[FLOW3-general] package:freeze - what does this do?
"Christian Müller (FLOW3 Team)"
christian.mueller at typo3.org
Fri Apr 20 09:32:54 CEST 2012
Hello Jacob,
package:freeze tells FLOW3 to cache reflection data even in dev context,
so you will need to unfreeze (or force flush caches) anytime the classes
in that package change, so when you pull you should do that too.
Cheers,
Christian
On 19/04/12 23:42, Jacob Floyd wrote:
> Hello Everybody,
>
> I'm guessing that package:freeze is part of the new speed feature. I'd like
> to understand it a bit better.
>
> What does package:freeze do?
>
> If I update a frozen package (eg using `git pull` on the base
> distribution), will it continue to use the reflected classes of the old
> version?
>
> Or will FLOW3 notice that the packages have been updated and re-compile
> them?
>
> Do I need to unfreeze packages before I update them with `git pull`?
>
> Thanks!
> Jacob Floyd
More information about the FLOW3-general
mailing list