Installing MySQL On Ubuntu 18.04

Installing MySQL On Ubuntu 18.04

Reading Time: 3 mins Overview MySQL, open-source software and most widely opted relational database management system (RDBMS). It is also a component of the LAMP (Linux, Apache, MySQL, Perl/PHP/Python) software stack and supports almost every other operating system....
Installing PHP7.2 On Ubuntu 18.04

Installing PHP7.2 On Ubuntu 18.04

Reading Time: 1.30 mins Overview PHP, an open-source scripting language is the most widely used language by the web developers and regarded as the most suitable one for HTML language. One you can use this scripting language for managing of dynamic content, session...
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...