Hi,
We are running DNN 4.9.0 with the latest DSlocalizator. With the Tablocalization box checked, it immediately causes the SQL Activity Monitor to show that the following is being executed 67,000 (!) times a minute:
SELECT
[TabId],
[LocaleKey],
[TabName],
[TabTitle],
[TabDescription],
[RedirectTo],
[RequireSSL],
[IsVisible],
[DisableLink],
[KeyWords],
[SkinSrc],
[ContainerSrc],
[Url],
[IconFile],
[SqlViewState],
[UseWhiteSpaceRemover],
[AdminSkinSrc],
[AdminContainerSrc],
[LogoFile],
[AdjustSqlSession],
[AntiSessionExpiration],
[AntiSessionExpirationTime]
FROM Delisoft_TabLocalization
WHERE
[TabId] = @TabId
AND [LocaleKey] = @LocaleKey
There are about 250 tabs in the install total, and only around 40 localized variants of the tabs. 7 different lanaguage/locales are present in the install.
Any help would be hugely appreciated!