Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.1 EE SP4 (5.1.7), 5.2 EE SP2 (5.2.6)
-
All
Description
A new Language Filter has been added to speed up page loading time. The Language Filter works by replacing the AJAX call
Liferay.Language.get(...)
with the the actual localized text. This change eliminates the need for the client browser to do AJAX calls to just to retrieve localized text and greatly reduces the amount of the needed to render a page.
UPGRADE NOTE:
This new feature is enabled by default. To revert back to the old behavior, set the following in portal(-ext).properties:
com.liferay.portal.servlet.filters.language.LanguageFilter=false