Hii,
I have created an .aspx webpage which takes around 10 min to load fully, is there any solution since there are runtime sql queries which might slowers the page load.
What will be best adaptation to optimized it:-
1. Using Stored procedures.
2. Developing using MVC.
Or something different please suggest.
Thank you.
But it shows only the external files timeline, there are sql query which fetches data at runtime and show result on my pages.
Does using MVC (Module View Controller) will affect the execution time.