performance - Weblogic forkRender option is rendering portlets twice -


i working on application deployed on weblogic has many portlets.
have splitted them on different dashboards , made performance tests. improving results have edited .portlet files portlets , added following attributes: forkable="true", forkprerender="true" , forkrender="true". in .portal file have set asyncmode="enabled" , treeoptimizationenabled="false".

the problem having after these changes made, portlets loaded twice whithin placeholder.

any hint root cause of behaviour, please reply.

the issue caused due custom modifications made , not default weblogic code. in cases, these changes duplicating portlet instances.
problem solved after these changes commented.


Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

clojure - 'get' replacement that throws exception on not found? -