Actions
Task #2931
closedbetter caching in some functions
Description
Functions that are trying to build a category or group object for example based off that category or group id should be caching from that id instead of $this->id. This is already cached somewhat at the data function, but can be further cached at the calling function to avoid having to call the data function all together especially when an object has already been returned and cached.
Actions