Enable gzip compression on NGINX

Load Testing Website Speed Testing.

Enable gzip compression on NGINX

3 minutes readKey takeaways gzip on NGINX is a few lines of config and usually the cheapest bandwidth win available. Compress text types only. Compressing already-compressed images wastes CPU for nothing. Set a sensible minimum length, since compressing very small responses costs more than it saves. During Speed testing of your website or web application using LoadFocus… Read more »

How to use assertions in Apache JMeter tests

Cloud Testing Load Testing.

How to use assertions in Apache JMeter tests

5 minutes readKey takeaways Without assertions a test passes on any response, including an error page returned as 200. Assert on content as well as status, since a wrong body is still a failure. Keep assertions cheap. Heavy ones distort the timings you are measuring. What are assertions ? In case you are not familiar with the… Read more »

Standard Deviation and Percentiles in Load Testing Metrics

Load Testing.

Standard Deviation and Percentiles in Load Testing Metrics

2 minutes readKey takeaways A mean with a large standard deviation describes almost none of your users. Percentiles show the tail, which is where the complaints come from. Report p95 or p99 alongside the median rather than the average alone. Standard deviation and percentiles are very helpful when comes to calculating the response times in a load… Read more »

Load Testing Jenkins Plugin from LoadFocus.com

Cloud Testing Load Testing.

Load Testing Jenkins Plugin from LoadFocus.com

< 1 minute readWe’ve released our load testing plugin for Jenkins CI. Use the Post build actions and define your load test limits in order to mark the build UNSTABlE or FAILED Easy multiple accounts access via the credential Jenkins plugin. More details here: https://wiki.jenkins-ci.org/display/JENKINS/LoadFocus+Load+Testing+Plugin Installation Steps: 1. Create your load testing account on https://loadfocus.com 2. Copy your… Read more »