How to Load Test your Cryptocurrency Exchange Service

Cloud Testing Load Testing.

How to Load Test your Cryptocurrency Exchange Service

2 minutes readKey takeaways Exchanges fail at the order book and matching engine, not at the marketing pages. Test bursts rather than steady load, since trading traffic arrives in spikes. Use isolated test accounts and a sandbox ledger so a load test cannot touch real balances. Load Testing your cryptocurrency exchange service is very easy with the Cloud… Read more »

Is My Email Campaign going to Bring my Website Down?

Load Testing.

Is My Email Campaign going to Bring my Website Down?

3 minutes readKey takeaways A campaign delivers its traffic in minutes, which is a spike rather than a load curve. Test at the peak you expect from open rates, not at your average daily traffic. Check the landing page and its dependencies, since that is where everyone arrives at once. Hey there! Ever wonder if your killer… Read more »

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 »