Le 03/04/2014 00:58, Nima Sadjadi a écrit :
file cache or db cache sounds pretty nonsense! I believe doctrine will be faster even without cache rather than using file or db cache! Only memory cache such as Apc etc. are worthy.

It depends which type of cache you are talking about. For the metadata cache, putting them in the filesystem cache will still be faster than no cache: the filesystem cache will load a single file and get the metadata directly (in a serialized format) instead of parsing many files to load the metadata. and anyway, if they really care about performance, they should use a system allowing them to run Apc or other cache.

--
Christophe | Stof

--
You received this message because you are subscribed to the Google Groups 
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to