fresco icon indicating copy to clipboard operation
fresco copied to clipboard

Fresco init is expensive in low-end devices

Open nitinsethi86 opened this issue 6 months ago • 0 comments

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.

nitinsethi86 avatar Aug 02 '24 04:08 nitinsethi86