What is Hits per Second in Performance Testing?

Apache JMeter Load Testing.

What is Hits per Second in Performance Testing?

2 minutes readKey takeaways Hits per second counts every request including assets, so it exceeds page views substantially. It shows server workload rather than user activity. Compare it with throughput and response time; alone it says little. Hits per second represents the number of requests sent to the server in one second (the load which the server… Read more »

How to Load Test RESTful APIs with LoadFocus

Apache JMeter Load Testing.

How to Load Test RESTful APIs with LoadFocus

3 minutes readKey takeaways Load test the endpoints your clients actually call, weighted the way they call them. Send realistic payloads and headers, since size and content change server behaviour. Assert on the response body as well as the status code. In order to learn how to test your APIs, especially how to load test your APIs,… Read more »

Understanding Standard Deviation in Performance Testing

Load Testing Test Automation.

Understanding Standard Deviation in Performance Testing

2 minutes readKey takeaways A high standard deviation means inconsistent response times, which users notice more than a slow average. Two runs with the same mean can behave completely differently, and this is how you tell. Pair it with percentiles rather than reporting either alone. Standard Deviation is an important metric in performance testing analysis and informs… Read more »

What is Google Lighthouse?

Load Testing Website Speed Testing.

What is Google Lighthouse?

4 minutes readKey takeaways Lighthouse audits performance, accessibility, SEO and best practices in one run. The score is lab data on a simulated device, so it is a diagnostic rather than reality. Use the individual audits; the composite number moves for reasons that do not matter. If you know nothing about your customers’ experience with your website,… Read more »