Click to See Complete Forum and Search --> : My site is fast.... internally. How can I test it externally?
deco10
08-25-2009, 08:40 AM
My site loads really quick when I'm on this side of the server. On the outside it loads slow, but I have no way of testing that from the office.
Is there a service or something I can use that will give me an idea of how long its taking the page to render, speeds, etc?
Thanks!
David Harrison
08-25-2009, 09:47 AM
Check it with this, it will tell you download speeds on various connections and point out areas where you can improve:
http://www.websiteoptimization.com/services/analyze/
svidgen
08-25-2009, 09:49 AM
My assumption is that you're just stuck behind some low upstream bandwidth. Try a simple speed test: http://www.dslreports.com/speedtest?java=1
You'll want to consider your upstream bandwidth and your site min/average/max payload per page. You can use something like YSlow (or possibly just Google Chrome) to get payload values for various pages.
svidgen
08-25-2009, 09:55 AM
Check it with this, it will tell you download speeds on various connections and point out areas where you can improve:
http://www.websiteoptimization.com/services/analyze/
Hmmm ... kind of like YSlow ... But, allows for an external perspective [for folks developing locally].
Neat.