Google Answers Logo
View Question
 
Q: Website Speed ( No Answer,   3 Comments )
Question  
Subject: Website Speed
Category: Computers > Programming
Asked by: greenmaven-ga
List Price: $5.00
Posted: 06 Apr 2006 17:22 PDT
Expires: 04 May 2006 12:59 PDT
Question ID: 716299
We've designed a php/mysql e-commerce website built on open source
software for a client and they are claiming the site speed is too
slow.  What are best strategies for improving site speed?
Answer  
There is no answer at this time.

Comments  
Subject: Re: Website Speed
From: jiangsheng-ga on 06 Apr 2006 17:59 PDT
 
try some stress tests
You can use some automated test software such as Visual Test.
Subject: Re: Website Speed
From: frde-ga on 07 Apr 2006 06:02 PDT
 
One method is Queuing
- having multiple 'strands' attack one database is sure to slow it down
- like multiple similar threads slow an operation

Another is replication, 3 layers, top level diverts requests to
multiple machines, the second layer contains identical copies, the 3rd
layer contains the core data, it gets all update stuff and pushes it
up to the second layer.
(I suspect Gurgle works like that)

That works where requests for data are far greater than data writes.

Single function and single user machines are far more efficient than
those serving multiple clients
- one can restrict the number of clients to two for the processing
(data) intensive beasts - output and high priority input.

At the crudest, make the web pages point to one IP for Images, another
for Static pages and a third where anything needs to be done.

Build a pyramid of machines - physically similar - and you'll see what I mean
- stick the pyramid on a smart router and it will sing.
Subject: Re: Website Speed
From: samneric-ga on 15 Apr 2006 01:06 PDT
 
1) Make sure you have selected a good hosting company (External factor)

2) Make sure there are no HTML errors in the website. This also makes
the site search engine friendly.

3) Remove tables and allow strict XHTML files diven by external CSS
templates. Using XHTML Strict standards should also minimize your
bandwidth usage because the size of the file is shrunk tremendouly
when CSS is used.
   Sources: http://www.nypl.org/styleguide/
            http://www.alistapart.com/articles/seo/

4) If you have too much JavaScript make them driven externally. See
http://www.hypergurl.com/jsfiles.html for instructions.

I hope this helps.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy