Installing Varnish on Ubuntu 18.04

Installing Varnish on Ubuntu 18.04

Reading Time: 3 mins Overview The Varnish is a web application accelerator and caching HTTP reverse proxy installed to reduce the loading time of web pages and thereby, to increase the web server’s speed and performance. Generally, Varnish will be installed in front...
Understanding the Parameters Involved in Optimizing MySQL

Understanding the Parameters Involved in Optimizing MySQL

Reading Time: 5 mins MySQL, free and open-source relational database is the most opted server among the developers’ community. For a stable application, configuration and performance are the key components. These factors form crucial for driving revenue and productive...
How to Optimize PHP-FPM?

How to Optimize PHP-FPM?

Reading Time: 3 mins What is PHP-FPM? PHP-FPM stands for PHP-FastCGI Process Manager, primarily focused to manage the heavy loaded sites is an alternative to FastCGI daemon for PHP. For each of the web requests, PHP-FPM spins up one or more (child) processes via...
Installing HAProxy on Ubuntu 18.04

Installing HAProxy on Ubuntu 18.04

Reading Time: 3 mins Overview HAProxy is an open-source High availability proxy and load balancer that is popularly known for its efficiency and speed. Works for TCP and HTTP protocols, it is used to enhance the performance of a website by splitting up the load across...
How to Set Up HAProxy as a Load Balancer on Ubuntu 18.04

How to Set Up HAProxy as a Load Balancer on Ubuntu 18.04

Reading Time: 5 mins Overview HAProxy which stands for High Availability proxy, is open-source software for TCP and HTTP protocols. Noted for its speed and lightweight framework, it is one of the industry’ most opted load balancers. During high-traffic days such...