cloudinary / cloudinary/cloudinary_java
Cpu over head for generate in android
Abierto
- Lenguaje dominante
- Java
- Estrellas
- 175
- Forks
- 113
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.