掲示板

Parallel rendering of portlets on server side

11年前 に Rupesh Chotai によって更新されました。

Parallel rendering of portlets on server side

Regular Member 投稿: 163 参加年月日: 11/03/23 最新の投稿
Hi,
My application has a page containing 10 different portlets. Out of which 6 are different instances of same portlets and remaining 4 are unique portlets.
I added below line in liferay-portlet.xml so that those will get render paralleled.

<render-weight>0</render-weight>


But doesn't get advantage - no performance is improved since its just client side rendering.
By default portlets are getting rendered sequentially - isn't there any configuration where I can render portlets parallel at server. I suppose this is performance bottleneck if portlets can't be render parallel in liferay. I think this is supported in Websphere portals.

Anyone tried to render portlets in liferay in parallel mode at server side.
10年前 に Rupesh Chotai によって更新されました。

RE: Parallel rendering of portlets on server side (回答)

Regular Member 投稿: 163 参加年月日: 11/03/23 最新の投稿
I found that such parallel rendering at server side is not supported in Liferay !