Uploaded image for project: 'PUBLIC - Liferay Portal Enterprise Edition'
  1. PUBLIC - Liferay Portal Enterprise Edition
  2. LPE-1618

Liferay portal starts up 30% faster after removing redundant spring beans

Details

    Description

      Liferay portal starts up 30% faster now. The velocity and service AOP advice now refer to the same spring bean and the redundant bean has been removed.

      UPGRADE NOTE:

      Accessing a service from a velocity template has been slightly changed. Instead of locating a service by the ServiceUtil class, you should now use the Service interface class. For example:

      $serviceLocator.findService("com.liferay.portal.service.UserLocalServiceUtil")

      has been changed to

      $serviceLocator.findService("com.liferay.portal.service.UserLocalService")

      Attachments

        Issue Links

          Activity

            People

              michael.saechang Michael Saechang
              brian.chan Brian Chan
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Packages

                  Version Package
                  5.1 EE SP5 (5.1.8)
                  5.2 EE SP3 (5.2.7)