Skip to content

Asset sort order: cache expensive configuration #13

Description

@DominicWatson

/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!)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions