Clear Explaination in Performance Optimization in mvc
Loading
Clear Explaination in Performance Optimization in mvc
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 Jun 18, 2024, 6:00 AM
Hello,
Please refer below links which will help you out,
https://www.c-sharpcorner.com/UploadFile/8a67c0/8-steps-make-your-Asp-Net-mvc-website-faster/
https://positiwise.com/blog/asp-net-performance-optimization
Vikas SinghPosted Jun 18, 2024, 5:14 AM
Performance optimization in ASP.NET MVC involves various strategies to improve application efficiency and responsiveness:
You can see below article for detailed info.
https://www.c-sharpcorner.com/article/performance-optimization-in-asp-net-mvc-applications/
Jitendra MesavaniyaPosted Jun 15, 2024, 5:55 AM
Performance optimization in ASP.NET MVC applications involves various strategies and techniques to ensure that your web application runs efficiently and can handle a high load of users. Here are some key areas to focus on:
Efficient Data Access:
Caching:
MemoryCacheorDistributedCache) to minimize expensive database operations.Asynchronous Programming:
Minification and Bundling:
Optimize Web Content:
Connection Pooling:
Session State Management:
Code Optimization:
Reduce View Rendering Time:
Optimize HTTP Requests:
Rajeesh MenothPosted Jun 14, 2024, 10:36 AM
Hi,
You can refer the following links for optimizing performance of ASP.NET MVC applications.
Reference: