cloudinary_java icon indicating copy to clipboard operation
cloudinary_java copied to clipboard

Cpu over head for generate in android

Open Nishant-Pathak opened this issue 9 years ago • 1 comments

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.

screen shot 2016-04-24 at 2 02 22 pm

Nishant-Pathak avatar Apr 24 '16 08:04 Nishant-Pathak

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).

MaorGariv avatar Nov 14 '16 16:11 MaorGariv