If You have deployed your application. After some time client raising the performance issue. What will be Your Steps to resolve performance issue.
Loading
If You have deployed your application. After some time client raising the performance issue. What will be Your Steps to resolve performance issue.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh KumarPosted Feb 20, 2024, 3:48 AM
Hello,
We need to perform few steps to optimize your code and application performance,
10. Filter Data Early
11. Optimize Joins
Avoid unnecessary joins and limit the number of joined tables.
Consider using EXISTS, IN, or JOIN instead of subqueries for improved performance.