David Buchmann
David Buchmann
the SonataCacheBundle + SonataBlockBundle record each block that was used to render a page and can transfer that information to varnish. this is awesome as it allows to invalidate the...
i was hoping we could build something like @lsmith77 describes on his blog http://pooteeweet.org/blog/1979 - so afaict the sonata cache bundle / block bundle do not help us with that....
btw, phpcr itself seems to have support for etag with a `mix:etag`. see also https://github.com/jackalope/jackalope-doctrine-dbal/blob/master/src/Jackalope/Transport/DoctrineDBAL/Client.php#L1579
since https://github.com/jackalope/jackalope/pull/201 jackalope does support automated jcr:lastModified (even with jackrabbit, it just happens on the php side).
maybe the easiest for this would be a custom onKernelResponse listener. unless we come up with something really flexible and reusable, it makes more sense to just explain that a...
note that LiipCacheControlBundle is currently being refactored to FOSHttpCacheBundle: https://github.com/ddeboer/FOSHttpCacheBundle/ this could be a good oportunity to figure out extension points in the cache rules thing to make it work...
the FOSHttpCacheBundle relies on controllers and url patterns so far, not on content objects. but maybe we could do a custom matcher to match on for example content classes to...
yes, documents can do that. i think a handler needs to know the document class, or maybe an interface that the cmf core bundle could provide. this functionality should not...
@bergie do we need a correct VIE bower, given that the createjs repository includes the vie javascript and other deps directly? is bower the "composer for javascript"? if it is,...
we would need to find a way to not require the user to install some node.js components imho. if i got the sd bower bundle correctly, it needs to run...