Yes, I understand what SLIR is, it's very good script, but
I wanted just to use it to create (resize) some images and good option
would be to put save feature in the script.
Otherwise I would need to use separate script. When I have a library I
like it to have everything I need.
Thanks for your great work.
On Jan 19, 5:14 pm, Joe Lencioni <
joe.lenci...@gmail.com> wrote:
> I think you don't quite understand how SLIR works. Doing something like this
> won't reduce traffic on the website at all and will only speed up your pages
> for the first time they are loaded (because the image isn't in SLIR's
> cache). You simply use the special SLIR URL for your images, and then this
> is roughly what happens in SLIR:
>
> 1. SLIR checks to see if the request URI is in the request cache, if it
> is, it simply outputs that image
> 2. SLIR then computes the requested parameters and checks to see if the
> rendered image is in the rendered cache, if it is, it simply outputs that
> image
> 3. If nothing is in the cache, this is the first time this particular
> transformation has been requested, so SLIR applies the requested
> transformations to the source image (resizing, cropping, sharpening)
> 4. SLIR then saves this rendered version in its rendered cache and
> creates a symlink to the rendered cache in the request cache.
> 5. SLIR then outputs the rendered image