RM Performance Improvements

* general file plan browse rendering in around half the previously recorded times for around 500 records (need to scale up)
 * unessesary bottle neck removed from record detail page rendering (see RM-1461)
 * other general improvements
 * TODO .. hasFrozenChildren, getNextDisposition, TransferNodeIndicator, HeldBy .. all traverse up or down record/record folder hierarchy in ways that don't scale
 * fix to disposition lifecycle job that failed all when one failed .. this explains why the job appeared not to work on occasion



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@74458 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Roy Wetherall
2014-06-23 07:21:51 +00:00
parent 15a00fa939
commit 3e7aa934f7
10 changed files with 79 additions and 72 deletions

View File

@@ -7,8 +7,8 @@
<bean id="capabilityCondition.base"
abstract="true">
<property name="permissionService" ref="PermissionService" />
<property name="nodeService" ref="NodeService" />
<property name="permissionService" ref="permissionService" /> <!-- use lower case service to enhance performance -->
<property name="nodeService" ref="nodeService" /> <!-- use lower case service to enhance performance -->
<property name="freezeService" ref="FreezeService" />
<property name="recordService" ref="RecordService" />
<property name="filePlanService" ref="FilePlanService" />