i found few points but not all clear.
- Disable the Change Tracking if it’s not required.
- Use the compiled query whenever required.
- Avoid using Views
- Fetch the required data from database.
1) what is the meaning of compiled query?
2) what is the problem with view. when we can fetch data from table then we can do the same with view....why view degrade performance?