旧设置(Liferay 5.2.3)登录时间约为3-5秒,但对于Liferay 6.0.0 CE,则需要大约20秒的时间。
我正在使用portal-ext.properties中的以下属性升级我的门户网站:
permissions.user.check.algorithm=5
image.hook.impl=com.liferay.portal.image.DatabaseHook
升级后,我使用“控制”面板中的“数据迁移”选项卡将旧版权限转换为新算法,并使用portal-ext.properties中的以下属性重新启动它:
permissions.user.check.algorithm=6
image.hook.impl=com.liferay.portal.image.DatabaseHook
答案 0 :(得分:3)
我们在从5.2.X升级到Liferay 6时面临类似问题,在我们的案例中,问题是我们在升级中更改了权限算法,在版本6中,有一个新的权限算法可用。
如果您使用权限算法5运行Liferay 6,则登录过程将会很慢。