Devil's Dream
Devil's Dream

Reputation: 715

How to test speed of a web site at the time of development

I am new at web development. I have already developed a site. There are huge onload functions. This make me worried. Now I want to test the speed of this site before deployment. I wonder if there any tool to set up the site in different bandwidth. In simple how musvh time the site will take in 256 kbps, 512 kbps and 1mbps. Is there any such tools?

Thanks

Upvotes: 2

Views: 231

Answers (4)

Raptor
Raptor

Reputation: 54212

If you look for mobile web network simulation in iOS environment, iPhone Developer mode can help.

It is located at: Settings > Developer > Network Link Conditioner

To allow Developer mode, click "Use for Development" in Xcode organizer.

Upvotes: 0

user2408588
user2408588

Reputation:

You can use fiddler.Go to rules menu and then Performance and select Simulate Model Speeds

enter image description here

Upvotes: 2

Oleg Mikheev
Oleg Mikheev

Reputation: 17444

I would recommend using a slow-down proxy like Sloppy against some browser plugins.

Browser tools are good for the actual speed measurement, not for slowing down the network connection.

Upvotes: 1

akalenuk
akalenuk

Reputation: 3845

You may find this one useful: http://gtmetrix.com/ It provides comprehensive analysis including onload performance.

Upvotes: 0

Related Questions