cloudinary / cloudinary/cloudinary_java
Cpu over head for generate in android
Aperta
- Lingua principale
- Java
- Stelle
- 175
- Fork
- 113
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.