Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
AlexAlexReviewer
Erik S.Erik S.Change Log Group
ChangedChange Log Message
Improved database record loading/saving time.Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Time tracking
4h loggedStory Points
1Fix versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Alex
AlexReviewer
Erik S.
Erik S.Change Log Group
Changed
Change Log Message
Improved database record loading/saving time.
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Time tracking
4h logged
Story Points
1
Fix versions
Created February 26, 2021 at 2:55 PM
Updated December 29, 2024 at 8:48 PM
Resolved July 8, 2022 at 2:29 PM
introduce protected "kDBBase::getFormatter" method that would:
cache previously retrieved formatter class into private static "$_formattersCache" property
if formatter isn't found in above-defined cache, then get it from the factory and store it in the cache
otherwise, return formatter from the case
instead of doing "recallObject" to get formatter in the "kDBBase" and "kDBItem" classes use "kDBBase::getFormatter" method