stable
Clone or download
Read-only
Currently when the last changeste of artifact is queried from the Tracker_Artifact, a cache might be used if the object has loaded all the changesets of the changeset. However if the only thing you only ask for is the last changeset, it will be retrieved from the DB each time. This typically happens when you are rendering a tracker report table. This is part of request #12245: Displaying an artifact with a lot of artifact links is slow Change-Id: I63ef30275e540e90fb211058ae5253e587761408
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php | +30 | −12 | Go to diff View file |
A | plugins/tracker/phpunit/Tracker/Artifact/Tracker_ArtifactTest.php | +64 | −0 | Go to diff View file |