ADF is fast. If ADF application is slow, most likely this is
related to development mistakes. I would like to tell you one
story, based on my ADF tuning experience. Problem description: ADF
application runs fast in DEV, when DB size is small. Same
application runs slow in TEST/PROD, when DB size is large. Question
- what is slow. Answer - slow means forms are loading slow. Ok,
lets go to the story.Developer decides to fetch data from DB and iterate over rows to
process them....