wichert wrote:
> 
> Previously Laurence Rowe wrote:
>> > ATImage actually stores copies of the image at all defined scales.
>> > Reflecto can not do that, and on-the-fly scaling can be very expensive.
>> 
>> I thought there was a cache somewhere for storing these things, but
>> looking again it's not existed for a long time, or I'm misremembering.
> 
> As far as I can remember there never was a cache, but I only started
> using Plone about 3 years ago.
> 
>> Would this be easily cacheable in Varnish? I guess not if not viewable
>> by anonymous.
> 
> Indeed. It also adds a lot of complexity that I'ld rather not have in
> Reflecto. Reflecto is meant to be as simple as possible. In some places
> are already walking a very fine line there, and I don't want to cross
> it. 
> 

Agree - resizing is a bit too much, probably.

However, I think being able to treat images separately from regular files
can make a lot of sense, especially if we ship with kupu integration so that
using reflecto'd media (presumably a big use case for reflecto) in kupu is
natural. It doens't look very difficult, even, if I'm understanding
correctly?

Perhaps we just want to make the lookup of the proxy class into e.g. a named
utility lookup using file extension as the name?

Martin
-- 
View this message in context: 
http://www.nabble.com/Reflecto-and-kupu-tp17670400s20094p17675190.html
Sent from the Product Developers mailing list archive at Nabble.com.


_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to