How to Boost Performance Testing: Integrating LoadFocus API with Bitbucket Pipelines

Apache JMeter Cloud Testing.

How to Boost Performance Testing: Integrating LoadFocus API with Bitbucket Pipelines

5 minutes readKey takeaways Calling the API from Bitbucket Pipelines makes performance a build step rather than a manual task. Store credentials as repository variables, never in the pipeline file. Gate on a threshold so a regression stops the build. Understanding Performance Testing in Modern CI/CD Pipelines What is CI/CD Performance Testing? CI/CD performance testing seamlessly integrates… Read more »

How to Load Test Your PHP Website

Apache JMeter Load Testing.

How to Load Test Your PHP Website

7 minutes readKey takeaways PHP scales by process, so the worker pool usually caps you before the code does. Check opcache and database connections first; both are common invisible ceilings. Test with a warm cache and a cold one, because the difference is often large. Overview Hey there! Ever had a website crash on you during a… Read more »

How to Add Notes to your Load Test Results

Apache JMeter Load Testing.

How to Add Notes to your Load Test Results

3 minutes readKey takeaways Notes capture why a run looked the way it did, which raw metrics never record. Write the note at the time. The context is gone within a week. They make historical comparison useful, since you know what changed between runs. We’ve added the functionality to add notes to your load test results. This… Read more »