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

#trivial Fix performance issue caused by saving encoded image data to memory cache #539

Merged
merged 1 commit into from
Feb 19, 2020

Conversation

Naituw
Copy link
Contributor

@Naituw Naituw commented Feb 15, 2020

Saving disk data to memory cache causes image decoding on main thread (when early return), which may cause serious performance issues.

Saving disk data to memory cache causes image decoding on main thread (when early return), which may cause serious performance issues.
@ghost
Copy link

ghost commented Feb 15, 2020

1 Warning
⚠️ Any source code changes should have an entry in CHANGELOG.md or have #trivial in their title.

Generated by 🚫 Danger

@Naituw Naituw changed the title Fix performance issue caused by saving encoded image data to memory cache #trivial Fix performance issue caused by saving encoded image data to memory cache Feb 16, 2020
Copy link
Collaborator

@garrettmoon garrettmoon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah! Good catch! I think this regressed in a large refactor :(

@garrettmoon garrettmoon merged commit 3bbc89c into pinterest:master Feb 19, 2020
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

Successfully merging this pull request may close these issues.

None yet

2 participants