Mobile app version of vmapp.org
Login or Join
Reiling115

: Website Performance Testing Tools I have a contract before me that says our client will use "the following metrics will be used to determine performance standards" of the MVC4 based web site

@Reiling115

Posted in: #AspNet #LoadTesting #Performance #Testing

I have a contract before me that says our client will use "the following metrics will be used to determine performance standards" of the MVC4 based web site we want to deploy for them. I am looking for a tool that can help me test for these specific metrics, preferably the same tool that MS uses. The cited metrics are:


"Performance = The time that elapses between the HTTP Request and complete post of the web page": "Microsoft standard is <6.00 seconds"
"Availability test = # of successful tests divided by Total # of tests taken": "Microsoft standard is 99.9%"


I know this is more legalese than proper technical requirements, but I'm hoping some web pros with more exposure to this side of things than me might recognise the requirements and suggest a tool or approach for meeting them.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Reiling115

1 Comments

Sorted by latest first Latest Oldest Best

 

@Nimeshi995

You can use tools like


Web Page Test,
Pingdom and
GTMetrix


These will all show you detailed information about the general performance of your website, including time to first byte on first view & repeat view & time taken to load the complete document - this addresses the first requirement.

The second requirement is virtually just a fancy way of saying that the site needs to be up & running 99.9% of the time.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme