Monday, April 27, 2009

WebSphere Portal -Know How to disable DOJO loading..!!!

As we know WebSphere Portal has inbuilt DOJO support. DOJO is used to built interactive applications with dynamic capabilities. Now everytime your portal page is loaded leads to loading of DOJO and DIJIT javascripts. But in many cases if we just are building simple portal pages having very simple themes applied to it which dont use DOJO then it is unnecessary to load DOJO functions each time the portal page gets loaded. Hence what we can do is that we can disable this DOJO loading. In order to reduce DOJO loading which is associated with our theme go to the head_links.jspf and comment out the following lines if you know your theme is not using them and you dont want your page to load them :




You can comment the above lines in order to disable DOJO loading in WebSphere Portal.

No comments:

Post a Comment