>
> "Brian Huether" <brian.huether.RemoveThis@dlr.de> schrieb im Newsbeitrag
> news:05f903eb5f8c12d359556ca523cbecaa@free.teranews.com...
>> I am noticing that my site is fairly slow. I am on a T10 connection
>> now (or something fast anyway) and it takes about 8 seconds to load.
>> I don't know what the bottleneck is but I want to solve this problem
>> badly! Any help is appreciated!
>>
>> Also, how do I know when the database size starts affecting
>> performance? My site database is about 1MB now.
<font color=green> >> <a style='text-decoration: underline;' href="http://www.guitar-dreams.com</font" target="_blank">www.guitar-dreams.com</font</a>>
> Thanks for the great tips. I did away with a lot of those images that
> are used in the tables. Went from almost 100 HTTP requests down to
> 29. The total size was reduced from 160K to 94K. Should I bother
> optimizing more? These seem like good numbers and I am already
> noticing much faster response time.
Personally I would always try and push it lower, around 50k is a good size
for a page imo. However it sounds like you've lowered the size substantially
so in the interests of keeping your time balanced, it might be a good idea
to hold fire for a bit and look at it again a little later down the line.
Without touching the HTMl itself a good next step might be to make your
pages more cacheable and maybe introduce gzip compression to really speed
things up a bit. I presume you are using postnuke for the site (from what I
saw on the first page), I'm not too knowledgeable on how that system works,
it may already do the stuff I'm about to tell you already.
Anyway first of all read this <a style='text-decoration: underline;' href="http://www.mnot.net/cache_docs/" target="_blank">http://www.mnot.net/cache_docs/</a> this is a
useful tutorial on cacheing pages so that they can be retrieved faster and
put less load on your server.
Then figure out how to use gzip compression on your pages, this may be
non-trivial if you so try and figure out whether you have the skills, and
whether your host will let you do it or has the capabilities to do it first.
The following may be of some use to you.
<a style='text-decoration: underline;' href="http://uk2.php.net/zlib" target="_blank">http://uk2.php.net/zlib</a>
<a style='text-decoration: underline;' href="http://www.webmasterworld.com/forum88/23.htm" target="_blank">http://www.webmasterworld.com/forum88/23.htm</a>
<a style='text-decoration: underline;' href="http://sourceforge.net/projects/mod-gzip/" target="_blank">http://sourceforge.net/projects/mod-gzip/</a>
--
BenM
<a style='text-decoration: underline;' href="http://www.benmeadowcroft.com/" target="_blank">http://www.benmeadowcroft.com/</a><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Why is my site slow? What is the bottleneck??