Systems | Development | Analytics | API | Testing

Latest Posts

Why are Percentiles More Useful than Averages in Performance Testing

We all want our websites to be responsive and useful. However, the biggest correlation between website performance and business results is seen by improving the performance and speed of your website. Users get bored if they have to wait for too long to load your website or application. Performance Testing and Load Testing your website and restful APIs will help you understand better how your website and web services behave when a lot of users access your website at the same time.

How to Monitor Core Web Vitals for your Website with Alerts and Reports

The experience your customers get once they enter your website can be a game changer for your online business in terms of sales, revenue, customers interaction and overall experience. Once you release new features for your website or blog, or once you add new plugins or widgets, add new styles, animations or functionality, all these can affect the Performance, SEO or Accessibility of your website.

How to Monitor the SEO of your Website

SEO is very important for your website, it brings customers to your website and keeps your business rolling. Using the SEO Monitoring tool from LoadFocus you can audit the SEO of your website’s landing page, or any new or existing web page present on your domain. You can start SEO monitoring for free in less the 30 seconds, here are the steps.

How to Create an Alias to Easily Start JMeter on your Local Machine

Apache JMeter is a Java-based, open source testing tool, which can help you create and run functional and load tests for Websites, APIs (REST and SOAP) and other web services. Let me show you my personal configuration and how I start and configure JMeter for a faster and better use on my local machine.

So you want to become a Software Testing Expert?

Software Testing is hard. It involves hard work and dedication in learning the product, but also a huge attention to detail. A Software Testing Engineer is the link between the Development Team and the Product Manager/Owner and other stakeholders. The Software Engineer in Test (SDET) should be well aware of the ins and outs of the product, its integrations with other services/products, the strong and weak parts from a high level down to the code base.

What is Hits per Second in Performance Testing?

Hits per second represents the number of requests sent to the server in one second (the load which the server is being hit). Hits per second is the total load set by the concurrent virtual users on the server, no matter if they are executed successfully or not on the server side. The number of requests executed successfully by the server per unit of time is called throughput.

Monitor The Speed of Your Website

An easy way to monitor the speed and rendering of your website, also how fast your website or any of the web pages on your website is to use the Website Performance Monitoring Service from LoadFocus. Why does this matter? Well, first of all you want your website to appear in search engines like Google in the first results. The speed of your websites and other metrics matter a lot on how search engines position your web pages in the search results.

Understanding Standard Deviation in Performance Testing

Standard Deviation is an important metric in performance testing analysis and informs us how stable the application under test is. In other words, it tells us if the requests that occur during the test are consistent or not. Standard Deviation measures how the response times are spread out around the average response time (mean). A small standard deviation means that the response time of all the requests are close to each other.