Fresco init is expensive in low-end devices
Open
- Dominant language
- Kotlin
- Stars
- 17.2k
- Forks
- 3.7k
- PR merge metrics
- No merged PRs in 30d
Description
### Description
When initializing the library, it takes a significant amount of time (P99 of 400 ms).
The code we use to initialize:
`Fresco.initialize(context, ImagePipelineConfig.create(...), FrescoDraweeConfig.create())`
### Reproduction
Initialize the library and measure the time taken.
### Solution
Expecting a faster init alternative.
### Additional Information
* Fresco version: 2.5.0
* Platform version: Not specific to a specific device or Android version.
Contributor guide
Assessment
This issue has not been assessed yet.