ASP .NET 2.0 Performance

R

Roman

I am looking to improve the performance of my application. The result
page is 17k but it takes years to come up. There is an underlying sql
2005 query, but results come back rather fast. It seems to me that
caching is not there. Any suggestions?

Thanks in advance
 
E

Egbert Nierop \(MVP for IIS\)

Roman said:
I am looking to improve the performance of my application. The result
page is 17k but it takes years to come up. There is an underlying sql
2005 query, but results come back rather fast. It seems to me that
caching is not there. Any suggestions?

Hi,

This newsgroup is not about ASP NET 2.0 but about classic asp pages.

However, if you want to optimze your query, check for existence of indexes
on your table, and whether or not (use SQL Profiler to check these facts)
they are used by your Query!

Famous for performance-downs are queries on dates! Since an expression on a
date in a SQL statement, cannot be indexed (just a sample what could go
wrong).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top