Reputation: 715
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
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
Reputation:
You can use fiddler.Go to rules menu and then Performance and select Simulate Model Speeds
Upvotes: 2
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
Reputation: 3845
You may find this one useful: http://gtmetrix.com/ It provides comprehensive analysis including onload performance.
Upvotes: 0