W3 Total Cache wordpress plugin review by wordpressapi

W3 Total Cache wordpress plugin review by wordpressapi

W3 Total Cache plugin is one of the most popular wordpress plugin. This plugin is recommended by wordpress itself. W3 Total Cache wordpress plugin is downloaded more then 22 milions times. Following are some features of W3 Total Cache plugin … Continue reading

Using social button will slow down your wordpress site

Using social button will slow down your wordpress site

There are so many social button and social share wordpress plugins. Which are so beautiful and nice plugins. But these plugin can cause wild swings in page load times and page load.  Sometimes, facebook is busy and that icon slows … Continue reading

Delete all revisions from wordpress improve the site performance

Delete all revisions from wordpress improve the site performance

WordPress has auto save functionality. After some time wordpress creates the revision in database tables automatically. It is really useful. If something happens like powercut or browser crashes then you do not loose the your post data. But it has … Continue reading

hotlinking of images is very major issue in wordpress sites

hotlinking of images is very major issue in wordpress sites

Steeling the blog images is very major issue in wordpress sites. Sometimes people are just linking the your site images in there site.You can read more about linking in above article. http://en.wikipedia.org/wiki/Inline_linking Some sites are using your images and your bandwidth. If … Continue reading

cron is running every time wordpress – disable the cron job

cron is running every time wordpress - disable the cron job

Before every post visit wordpress cron is running and taking too much bandwidth.  if you have a lot of visitors it can be a problem. I am convinced this is the reason why my admin has become glacially slow and my … Continue reading

How to Add the social Bookmarks Icons in WordPress without using any plugins

How to Add the social Bookmarks Icons in WordPress without using any plugins

All wordpress sites use the social bookmarks for sharing there content. For adding social bookmark they always use the wordpress plugins. But that plugins will add some mysql quries and apache requests to your server. I recommend not to use … Continue reading

My experience with hosting providers along with my wordpress site

My experience with hosting providers along with my wordpress site

Four year before I started blogging using wordpress CMS. At starting I used some nice hosting services. I took experience of many shared hosting services and wasted my time and money. I taken domain from one.com at the starting. They were very … Continue reading

How can we save Ram usages using some wordpress theme tricks

How can we save Ram usages using some wordpress theme tricks

We mostly use the get_permalink(), get_the_title() methods in our wordpress theme. Do not pass the post ID as parameter. if you’re doing a get_permalink or get_title() call with Post id, 8 out of 10 times you’ll need to more of … Continue reading

If wordpress site is hacked then how to fix issue

If wordpress site is hacked then how to fix issue

Recently one of my site is hacked which is on wordpress. Due to disk I/O notification and CPU usages notification email I got to know. There is something wrong happening on server. First thing I did which is checking the … Continue reading

How to remove the AuthType Basic

How to remove the AuthType Basic

For putting the web authentication we always use the .htaccess or apache configuration file. For removing the web auth from folder you need put following code in .htaccess file. without directory use the following code. #AuthType Basic #AuthName “By Invitation … Continue reading