Skip to content

Add InvalidateElementsCacheJob #127

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

Merged
merged 1 commit into from
May 14, 2025
Merged

Add InvalidateElementsCacheJob #127

merged 1 commit into from
May 14, 2025

Conversation

tvdeyen
Copy link
Member

@tvdeyen tvdeyen commented May 13, 2025

In larger applications it might be the case that one product, variant or taxon is assigned to thousands of elements via one of our three ingredients. The current implementation does not perform very well. Using a active job that can be backgrounded and has an optimized algorithm to touch all elements, their parent elements and pages should improve performance.

@tvdeyen tvdeyen force-pushed the invalidate-cache-job branch 2 times, most recently from 65bdc01 to 86a1bb1 Compare May 13, 2025 19:32
@tvdeyen tvdeyen marked this pull request as ready for review May 13, 2025 19:32
@tvdeyen tvdeyen requested a review from mamhoff May 13, 2025 19:32
@tvdeyen tvdeyen force-pushed the invalidate-cache-job branch 2 times, most recently from d065fef to 9790f5e Compare May 13, 2025 20:05
@tvdeyen tvdeyen requested review from a team and removed request for mamhoff May 14, 2025 08:48
In larger applications it might be the case that one product, variant
or taxon is assigned to thousands of elements via one of our
three ingredients. The current implementation does not perform
very well. Using a active job that can be backgrounded and has an
optimized algorithm to touch all elements, their parent elements and
pages should improve performance.
@tvdeyen tvdeyen force-pushed the invalidate-cache-job branch from 9790f5e to 35a4ada Compare May 14, 2025 08:48
@tvdeyen tvdeyen enabled auto-merge May 14, 2025 08:56
@tvdeyen tvdeyen merged commit 9996ef2 into main May 14, 2025
37 checks passed
@tvdeyen tvdeyen deleted the invalidate-cache-job branch May 14, 2025 09:02
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.

2 participants