ASP .Net using VB .Net Speed issue 
Author Message
 ASP .Net using VB .Net Speed issue

I have a couple of sites that reside on my IIS server.  
They are really basic ASP .Net sites that I wrote using
VB .Net and they do a little bit of Database access (DB
resides on same machine).  When testing the sites (as I
am programming them) access is pretty quick.  However,
when I connect to each site remotely, the load time for
the page seems to be about 20 to 30 seconds.  
Is there a way to speed this up for all sites?
Does it have to do with Web.config?
Does it have to do with anything in IIS?

Thank you,
Paul



Sat, 30 Jul 2005 01:03:51 GMT  
 ASP .Net using VB .Net Speed issue
As it seems related to the type of link you are using to access these pages,
I would start by checking the size of the HTML pages.

Patrice



Quote:
> I have a couple of sites that reside on my IIS server.
> They are really basic ASP .Net sites that I wrote using
> VB .Net and they do a little bit of Database access (DB
> resides on same machine).  When testing the sites (as I
> am programming them) access is pretty quick.  However,
> when I connect to each site remotely, the load time for
> the page seems to be about 20 to 30 seconds.
> Is there a way to speed this up for all sites?
> Does it have to do with Web.config?
> Does it have to do with anything in IIS?

> Thank you,
> Paul



Sat, 30 Jul 2005 01:16:12 GMT  
 ASP .Net using VB .Net Speed issue
there is a compile time overhead the first time a page is called, after that
it should speed up

Colin


Quote:
> I have a couple of sites that reside on my IIS server.
> They are really basic ASP .Net sites that I wrote using
> VB .Net and they do a little bit of Database access (DB
> resides on same machine).  When testing the sites (as I
> am programming them) access is pretty quick.  However,
> when I connect to each site remotely, the load time for
> the page seems to be about 20 to 30 seconds.
> Is there a way to speed this up for all sites?
> Does it have to do with Web.config?
> Does it have to do with anything in IIS?

> Thank you,
> Paul



Sat, 30 Jul 2005 01:31:33 GMT  
 ASP .Net using VB .Net Speed issue
It is only 5456 bytes on the client side for my largest
site.  And they are aspx pages so I don't know if that
makes a difference but compared to other sites that load
faster than mine, I would expect my sites to be super
fast.  
Also, I think this has to do with the cache,  but when I
reload the page it is slightly quicker, but it is still
marginally slower compares to other sites.

Quote:
>-----Original Message-----
>As it seems related to the type of link you are using to
access these pages,
>I would start by checking the size of the HTML pages.

>Patrice




>> I have a couple of sites that reside on my IIS server.
>> They are really basic ASP .Net sites that I wrote using
>> VB .Net and they do a little bit of Database access (DB
>> resides on same machine).  When testing the sites (as I
>> am programming them) access is pretty quick.  However,
>> when I connect to each site remotely, the load time for
>> the page seems to be about 20 to 30 seconds.
>> Is there a way to speed this up for all sites?
>> Does it have to do with Web.config?
>> Does it have to do with anything in IIS?

>> Thank you,
>> Paul

>.



Sat, 30 Jul 2005 01:32:37 GMT  
 ASP .Net using VB .Net Speed issue
Are you sure it is related to the type of link you are using then ?

There is an overhead associated with the first access as your app is
compiled but you should have a similar behaviour on both links. Try to first
make sure it is related to the type of links you are using...

Patrice



It is only 5456 bytes on the client side for my largest
site.  And they are aspx pages so I don't know if that
makes a difference but compared to other sites that load
faster than mine, I would expect my sites to be super
fast.
Also, I think this has to do with the cache,  but when I
reload the page it is slightly quicker, but it is still
marginally slower compares to other sites.

Quote:
>-----Original Message-----
>As it seems related to the type of link you are using to
access these pages,
>I would start by checking the size of the HTML pages.

>Patrice




>> I have a couple of sites that reside on my IIS server.
>> They are really basic ASP .Net sites that I wrote using
>> VB .Net and they do a little bit of Database access (DB
>> resides on same machine).  When testing the sites (as I
>> am programming them) access is pretty quick.  However,
>> when I connect to each site remotely, the load time for
>> the page seems to be about 20 to 30 seconds.
>> Is there a way to speed this up for all sites?
>> Does it have to do with Web.config?
>> Does it have to do with anything in IIS?

>> Thank you,
>> Paul

>.



Sat, 30 Jul 2005 01:58:03 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. ADO.NET with ASP.NET using VB.NET

2. Using VB.NET programming ASP.NET

3. Transferring data through internet in VB.net without using ASP.Net

4. Html editing in a asp.net project using vb.net

5. using vs.net for asp.net pages

6. Survey on ASP/VS6.0 versus ASP.NET/VS.NET

7. Visual Basic.NET , ASP or ASP.NET

8. VB6/ASP vs .NET/ASP.NET development

9. VB6 Speed vs VB.Net Speed

10. REXEC from ASP.NET or VB.NET

11. VB.net and asp.net

12. VB.net and ASP.net what is the difference

 

 
Powered by phpBB® Forum Software