You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf(exports): cache results of attachment xpaths in protected property of Asset model DEV-706 (#5925)
### 📣 Summary
Speed up and improve the performance of both sync and async exports
### 📖 Description
This PR introduces a performance optimization for exports by caching the
results of attachment xpaths computation in a protected property on the
Asset model instance.
Previously, the same logic was computed repeatedly, under certain
circumstances, during export processes (both sync and async) , leading
to redundant work and slower execution.
0 commit comments