My question is that how to maintained page load time in c#
and what page time load is good for site to crawl google index
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use the Cache object and output caching as much as possible. Less requests to expensive resources like files, databases, webservices, … can be reduced in such a way speeding up performance and response time. Of course you need to measure each little bit of effort you’re doing in that.
There’s also a book available which might be of interest to you: Ultra-Fast ASP.NET: Building Ultra-Fast and Ultra-Scalable Websites Using ASP.NET and SQL Server.
I have no idea about the inner workings of google but I assume that increased speed is the best, also do something about your SEO and have a sitemap of your site ready.