gdstark
Posts: 12
|
| Posted: 03/28/2007, 11:41 AM |
|
I have a new website that's essentially a single page...
http://www.ExpertVoter.org
The problem is that it takes too long to load. Can anyone offer me tips on how to speed it up? I'm not yet using the caching feature as I'd rather wait until it's further along.
much thanks,
gary
|
 |
 |
Benjamin Krajmalnik
|
| Posted: 03/28/2007, 1:30 PM |
|
Cachning will probably not get you much of a speedup.
The majority of the time in the laoding is the time it takes to load all of
the images by the client.
What sort of hardware are you running on? The limitation is probably the
bandwidth in the transport.
Check the cumulative size of the page (html + images), and you will see the
problem.
"gdstark" <gdstark@forum.codecharge> wrote in message
news:6460ac4fea9b92@news.codecharge.com...
>I have a new website that's essentially a single page...
>
> http://www.ExpertVoter.org
>
> The problem is that it takes too long to load. Can anyone offer me tips
> on how
> to speed it up? I'm not yet using the caching feature as I'd rather wait
> until
> it's further along.
>
> much thanks,
> gary
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
gdstark
Posts: 12
|
| Posted: 03/29/2007, 7:14 AM |
|
In looking at it further, it's my database accesses that are slowing the page down. So I need to clean that up to make any progress.
gary
|
 |
 |
Benjamin Krajmalnik
|
| Posted: 03/29/2007, 9:01 AM |
|
Which database are you using?
"gdstark" <gdstark@forum.codecharge> wrote in message
news:6460bd7da8ff50@news.codecharge.com...
> In looking at it further, it's my database accesses that are slowing the
> page
> down. So I need to clean that up to make any progress.
>
> gary
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
gdstark
Posts: 12
|
| Posted: 03/29/2007, 9:09 AM |
|
MS SQL
|
 |
 |