How To Track Visitors Coming To Your Site

When visitors come to your site, you want to know (i) what search term or link they came from; (ii) which Country they came from; (iii) did they browse any other pages, (iv) how long did they stay on the site. This information is very valuable. If people are repeatedly coming to your site in

Read More

WordPress Nginx Cache Plugin

If you are running WordPress on apache, you have no problem because all the well-known cache plugins like Quick Cache, WP Super Cache & W3 Total Cache work very well. However, if you are running WordPress on nginx, then you have a problem because with the different rewrite rules that Nginx has, the cache plugins

Read More

Quick Cache & Nginx

Quick Cache is one of my favourite WordPress cache plugins because it works very well without requiring any configuration and delivers a noticeable quickness with which the web pages are delivered. You can check whether Quick Cache is working by seeing the “source” of the page. At the bottom, you will see This Quick Cache

Read More

Nginx WordPress Permalinks

If one use apache, then there is nothing to worry about about WordPress Permalinks because Apache’s mod_rewrite enables WordPress to add the rewrite rules to the .htaccess file. If you are using nginx, then a slight modification is required to be made to the config file. It is very easy to do. (i) Find the

Read More