fresco
fresco copied to clipboard
Fresco init is expensive in low-end devices
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.