Hi
I am developing an asp.net mvc site with linq-to-sql, we have 1000 concurrent users, and we are having performance issues.
I found that stackovewflow is also built on linq-to-sql? So who knows how they improved performance.
The low performance was good, each page loads in 3 seconds, but after switching to linq according to our client needs, the page arrives in 8-10 seconds, which is unacceptable.
Our HTML is very clear, but we have very complex database operations.
The best answer would be any advice or code.
Thanks in advance,
source share