/sticker/util/SortOrderCalculator.cfc$calculateOrder() can be slow, especially when you have a lot of assets. Experiment with caching the result of this to disk, using a hash of the inputted struct as a cache key (serializing the struct + deserializing the cached output will of course need to be quicker!)
/sticker/util/SortOrderCalculator.cfc$calculateOrder()can be slow, especially when you have a lot of assets. Experiment with caching the result of this to disk, using a hash of the inputted struct as a cache key (serializing the struct + deserializing the cached output will of course need to be quicker!)