Closed (fixed)
Project:
Crop API
Version:
8.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 Apr 2017 at 12:29 UTC
Updated:
8 Nov 2017 at 12:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
berdirThis, basically, actually results in less code even. I think it is unlikely that this is called multiple times for the same image in the same request, so the optimization to not load multiple times probably isn't worth it but I have no numbers on that.
Comment #3
woprrr commentedHi @berdir,
This work like a charm :) ! This is important to avoid all uneeded complexity.
I have tested all usecases and works well (Image Widget Crop / Crop API manually / Focal point).
(This work perfectly into 1.x and 2.x branches).
Comment #6
woprrr commentedThat can be very informative to have more feedback about gain of performance. In all cases everything works well with that patch.