Asp.net Site on GoDaddy Loads Slowly
Posted
by Randy
on Stack Overflow
See other posts from Stack Overflow
or by Randy
Published on 2010-05-01T02:06:07Z
Indexed on
2010/05/01
2:17 UTC
Read the original article
Hit count: 268
I just published a very small site to GoDaddy that I programmed in Microsoft Visual Web Developer 2008. The site only contains 6 sheets, none of which are data intensive. Each has a few small images that serve mostly to navigate to the other sheets. There is no data, no SQL, nothing like that. There is one master page that governs the page layout for all of the pages. Everything works fine, for the most part.
I am posting because the site loads quite slowly, particularly considering how little content is being loaded. Can anybody give me any advice about what I should look at to speed this thing up a little bit? Is this an asp.net issue? Use of master pages? Godaddy? Something else?
I'm a newbie, so speak slowly.
Thanks.
© Stack Overflow or respective owner