cloudinary_java
cloudinary_java copied to clipboard
Cpu over head for generate in android
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.
Hi,
Sorry for the delayed response.
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).