Pagelets which keeps refreshing
I have several custom pagelets on home tab. After i login, the homepage ( with the pagelets load fine ) However after going into a link in a pagelet and landing on the home page again, the data in the pagelet is not getting updated until i click on refresh explicitly. Is there any way I can make this dynamic without causing too much performance hit on the webserver and the app server ?
There's an article which mention that we can refresh the homepage programmatically via customising the function FUNCLIB_PORTAL.TEMPLATE_FUNC FieldFormula.ForceRefreshHomePageTab(&tab). But I'm a little concern about the impact this might have on the over all performance of the system.