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(theme): optimize asset checksum filtering with Set lookup
Replace O(n) Array.some() scan with O(1) Set lookup by pre-computing
liquid asset keys. Reduces complexity from O(n²) to O(n) for themes
with many assets.
0 commit comments