by Vijay | May 29, 2020 | Magento, Magento 2, Server
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...
by Vijay | May 29, 2020 | Server
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...
by Vijay | May 29, 2020 | Server
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...
by Vijay | May 29, 2020 | Server
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...
by Vijay | May 29, 2020 | Server
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...
by Vijay | May 29, 2020 | Server
Reading Time: 5 mins Overview Apache, an open-source and most widely used web server across the world. Originally known as the “Apache HTTP Server”, is now widely known as ‘Apache’. It is a process-driven approach and which enables it to create new threads...