1.

What Things You Would Care About To Improve The Performance Of Application If Its Identified That Its Db Communication That Needs To Be Improved ?

Answer»
  1. Query Optimization ( Query REWRITING , Prepared Statements )
  2.  Restructuring Indexes.
  3. DB Caching TUNING ( if using ORM )
  4. IDENTIFYING the problems ( if any ) with the ORM Strategy ( If using ORM )



Discussion

No Comment Found