OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

Perf: shapetable sorting #8676

Closed MatteoPiovanelli-Laser closed 1 year ago

MatteoPiovanelli-Laser commented 1 year ago

PR for #8674 As discussed there, since the criteria used for sorting ShapeAlterations only involve Features, we are grouping them by Feature, then sorting the groups, then spreading the groups again.