cloudinary / cloudinary/cloudinary_java

Cpu over head for generate in android

Open
#43 1 comment 0 reactions 1 assignee Claimed by @MaorGariv View on GitHub
Dominant language
Java
Stars
175
Forks
113
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.