Remix WordPress Theme SLOW QUERY FIX
Remix WordPress Theme SLOW QUERY on Artists, Songs FIX The problem occurs when you have medium size database. Query to database can take up to 30s, for artists songs. The problem lies in...
View ArticleBash Script to Install WordPress Automatically with WP-CLI
A small bash script to install wordpress with wp-cli I decided to write a small bash script to speed up wordpress installation. This script should work in ubuntu/debian and centos/redhat but with minor...
View ArticleInstall CRONTAB in Centos 6 and 7
How to install crontab in centos The service name for centos Install CRONTAB in Centos 6 and 7 first appeared on IT Advice
View ArticleA List of Useful WordPress Plugins That I use
List of useful wordpress plugins I decided to make a list of plugins I use most often, it can help you decide when you have to decide what plugin to use. The idea is that for each of these plugins in...
View ArticleDisable WordPress Auto-Updates for Theme and Plugins
Disable wordpress auto-updates,theme and plugins A WordPress default installation will upgrade if minor version is released. This also happens to some themes and plugins. Some of these updated plugins...
View ArticleList Of Useful WP-CLI Commands
List of useful WP-CLI commands to better manage wordpress Well I thought it would not hurt to put a list of useful commands both for you and for me,because I forget them Let’s start: 1. Deleting...
View ArticleInstall WP-CLI for better wordpress maintenance
How to install WP-CLI for WordPress First of all what is WP-CLI and how it can helps us? WP-CLI is the official command line to interact and manage your website in wordpress. It has a lot of useful...
View ArticleWordPress Optimization For Speed Improvement
WordPress Optimization, we improve the site’s speed I this post I will not refer to image optimization or moving scripts to footer, https or others. I will limit to a few simple things that can be done...
View ArticleAutoUpdate WordPress with Woocommerce via XMLRPC
Worked at more complex than usual project, that I can show, so I thought to update this site I’ll be brief because you’ll find all details about this here(normal video speed, project info, description...
View ArticleHow to install second php version on Nginx and Ubuntu
Let’s see how can we install second php version (in this case 5.6) on LEMP stack If you have docker like I do, the best way is to fire up another container with second version of php. I’m on dev server...
View Article