cloudinary / cloudinary/cloudinary_java
Cpu over head for generate in android
Đang mở
- Ngôn ngữ chính
- Java
- Star
- 175
- Fork
- 113
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.