From reading some of the tickets it looks like Agavi supports caching
now. Is there any info on that?
Is it safe to add files to the compile.xml config file? The one I have
says It's not safe. Can anyone tell me what the potential problems are?
Greetings,
Koen
_______________________________________________
users mailing list
us...@lists.agavi.org
http://lists.agavi.org/mailman/listinfo/users
I'll post some mails with details and examples of caching (and about
some other features) later today.
As for compile.xml, you can (and should) add files there that are
used on every request. Usual suspects would be base views, base
actions, your custom routing implementation, routing callbacks that
are always called etc.
Note however that there won't be a measurable performance benefit
once you use APC or another byte code cache.
Hope that helps,
David