Gwendolyn

Results 38 comments of Gwendolyn

@devyn if you point me in the right direction I wouldn't mind adding some tests to make sure this doesn't break anything :D

@kubouch I think this should not affect modules at all, but it's also moot if we change things as you suggested in #13466

Hmh on the one hand that makes sense, on the other hand it appears that wagtail-cache is doing two completely unrelated things and mixing them up a bit then. Ideally...

I don't think the revision history works for that, as you say there's the images but also page templates can include data from other pages so then you'd have to...

Yeah I'm not really worried about server load, I might just be over-optimising a bit :D A separate setting would really be ideal. But I will look into the etags,...

I am noticing that my browser does not actually seem to cache the page responses, only resources. Presumably this is mainly relevant for caching proxies like varnish?

Working on #71 has let me to realise that there is an issue with the `Cache-Control` and `Expires` headers. Since these headers are set before adding the response to the...

Oh it seems that is what the `Age` header is for, so that is probably what should be set.

Thanks for the fix! I'm trying to get the already exists error for instances to be a 409 by using `db.ErrAlreadyDefined` but for some reason it gets mapped into a...

I've looked at the code for this a bit and I think for all static IPs we should be able to easily trigger notify events, since we just need to...