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

Handle image stats through background processing #939

Closed
jeawhanlee opened this issue Dec 10, 2024 · 1 comment
Closed

Handle image stats through background processing #939

jeawhanlee opened this issue Dec 10, 2024 · 1 comment
Assignees
Labels
effort: [M] 3-5 days of estimated development time

Comments

@jeawhanlee
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently the stats processing logic has some complex queries which runs on the main thread and is render blocking.

Describe the solution you'd like
We need to port this logic from the main thread to run in the background instead. See details here and in the following comments.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@jeawhanlee jeawhanlee self-assigned this Dec 10, 2024
@jeawhanlee jeawhanlee added the effort: [M] 3-5 days of estimated development time label Dec 10, 2024
@MathieuLamiot MathieuLamiot added this to the 2.2.4 milestone Dec 10, 2024
@jeawhanlee jeawhanlee linked a pull request Dec 18, 2024 that will close this issue
12 tasks
@MathieuLamiot
Copy link
Contributor

Discussio about flaws in the approach here: https://wp-media.slack.com/archives/CU0F6EGQ1/p1734535227194059

@piotrbak piotrbak removed this from the 2.2.4 milestone Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: [M] 3-5 days of estimated development time
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants