[Flow] cache:warmup What does this do?
Christian Müller
christian.mueller at typo3.org
Mon Apr 22 14:06:36 CEST 2013
Hi Stephen,
On 22.04.13 14:03, Stephen Bungert wrote:
> Hello,
>
> In the documentation, one of the commands you can use via the command line
> is "cache:warmup". The description of this says: "Warm up caches", but what
> exactly is it for, and when would/should I use it?
You may use it in a deployment if you don't want your users to wait for
the first request. Essentially it will do a compile run to fill the
reflection caches and create proxy classes. After that the first request
shouldn't take much longer than any following request.
Cheers,
Christian
More information about the Flow
mailing list