Hotfix 83312
Slow initial load of the CME for non admin users.
- Version
- This hotfix concerns SDL Tridion 2011 SP1 (Translation Manager).
- Problem description
- Slow initial load of the CME for non admin users.
- Hotfix description
- Translation Manager was performing one database read per publication for non admin users to determine if the user has translation management rights in any publication. The hotfix changes Translation Manager to first do a single read to determine which publications have translation related rights defined. It will then perform a database read for these publications only. As Translation is typically only configured on a small subset of the publications this will reduce the number of database reads required on most systems.
- Distributed files
-
- Tridion.TranslationManager.DomainModel.dll (version 3.0.0.199)
- Tridion.TranslationManager.UI.Model.dll (version 3.0.0.198)
- Tridion.TranslationManager.Service.exe (version 3.0.0.165)
- Microsoft.Web.Services2.dll (file version 2.0.5050.0)
- WSWebServices.dll (version 9.0.4503.21315)
- Fixes included
- Hotfix 79196
- Dependencies
- None