Is Woocommerce Slowing Down Your Site? Let’s Fix It.

Woocommerce is great, however we can increase significant page loading time to your entire site. If we keep Woocommerce from loading on every page. To accomplish this we just need to add some additional code into our functions.php file of our theme. So inside your active theme or child theme. Add the following code to … Continue reading “Is Woocommerce Slowing Down Your Site? Let’s Fix It.”

How To Install Linux, nginx, MySQL, PHP (LEMP) stack on Ubuntu 14.04 on DigitalOcean

In this guide, we will quickly provide instructions on how to install a LEMP stack on an Ubuntu 14.04 server on Digital Ocean. The Ubuntu operating system takes care of the first requirement. You can signup for Digital Ocean here and deploy a SSD server in less than a minute. Installing nginx sudo apt-get update sudo apt-get install … Continue reading “How To Install Linux, nginx, MySQL, PHP (LEMP) stack on Ubuntu 14.04 on DigitalOcean”