Friday, June 19, 2009

Quick Hint for ADF Faces Rich Client Performance Tuning

In this post I want to write about quick hint applicable for ADF Faces Rich Client performance tuning. This hint was found by my colleague - Sasha Stojanovich, we are working in the same project. I think it will be useful for community as well.

We have discovered, that we can disable ADF Faces Rich Client animation functionality globally, just by adding one line in trinidad-config.xml file:
  • animation-enabled = false
If you really don't need animation effect, this will help greatly when rendering LOV popups, drawing data tables and etc. By disabling animation, artificial delay of components rendering is removed and this allows to achieve better UI performance.

3 comments:

Earl said...

What does the XML tag look like?

Anonymous said...

false

Anonymous said...

<animation-enabled>false</animation-enabled>