You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using CloudinaryService generate to generate url in my android app, and while profiling. I found this computation too costly in terms of cpu cycle and it is blocking my main thread. Is there any way to optimise it.
Thanks for bringing it to our attention. The issue is currently being reviewed by our SDK team.
I'll gladly update here once we have any new developments in this matter (Please note that it may take a while to release a new version).
Hi,
I am using CloudinaryService generate to generate url in my android app, and while profiling. I found this computation too costly in terms of cpu cycle and it is blocking my main thread. Is there any way to optimise it.
CloudinaryService.getCloudinary().url().transformation(transformation.fetchFormat("auto")).generate(name);
In some cases it takes 100 of milli seconds to just generate an url.
The text was updated successfully, but these errors were encountered: