cloudinary / cloudinary/cloudinary_java
Cpu over head for generate in android
未关闭
- 主要语言
- Java
- 星标
- 175
- 派生
- 113
- PR 合并指标
- 30 天内没有已合并 PR
描述
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.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。