Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fresco init is expensive in low-end devices #2782

Open
nitinsethi86 opened this issue Aug 2, 2024 · 0 comments
Open

Fresco init is expensive in low-end devices #2782

nitinsethi86 opened this issue Aug 2, 2024 · 0 comments

Comments

@nitinsethi86
Copy link

nitinsethi86 commented Aug 2, 2024

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant