shared hosting

Today we will talk about two WordPress plugins which can speed up your WordPress blog letting it load up fast and help you reduce wordpress server load with your Hosting. Even though, these plugins make your life easy on a shared hosting, they are needed even on a dedicated or Virtual Server too so that your Server performs well, remains stable and your blogs loads lightning fast.

WP Super Cache

It is one of the oldest and best caching plugins available for WordPress blogs which acts as very fast caching engine that produces static html files.

This plugin generates static html files from your dynamic WordPress blog. After a html file is generated your webserver will serve that file instead of processing the comparatively heavier and more expensive WordPress PHP scripts.

This got quite a simple interface for Novice or average users and you shouldn’t be worried about complicated settings. If you are not sure of advance settings, just use the Easy tab, select “Caching ON”. That’s all. You are done.

If you are advance user and you want to customize settings, try the “Advanced” tab. You can play with settings like mod_rewrite, PHP caching, Legacy caching, compression etc.

W3 Total Cache

Its another caching plugin which improves your page loading time and server performance making it more stable and fast. This plugin has got loads of options and it may confuse a novice user. It can integrate content delivery network (CDN) to your WordPress blog making your blog load much faster.

W3 Total Cache improves the user experience of your site by improving your server performance, caching every aspect of your site, reducing the download times and providing transparent content delivery network (CDN) integration.

Features

  • Compatible with shared hosting, virtual private / dedicated servers and dedicated servers / clusters
  • Transparent content delivery network (CDN) integration with Media Library, theme files and WordPress itself
  • Caching of (minified and compressed) pages and posts in memory or on disk or on CDN (mirror only)
  • Caching of (minified and compressed) CSS and JavaScript in memory, on disk or on CDN
  • Caching of feeds (site, categories, tags, comments, search results) in memory or on disk or on CDN (mirror only)
  • Caching of search results pages (i.e. URIs with query string variables) in memory or on disk
  • Caching of database objects in memory or on disk
  • Caching of objects in memory or on disk
  • Minification of posts and pages and feeds
  • Minification of inline, embedded or 3rd party JavaScript (with automated updates)
  • Minification of inline, embedded or 3rd party CSS (with automated updates)
  • Browser caching using cache-control, future expire headers and entity tags (ETag)
  • JavaScript grouping by template (home page, post page etc) with embed location control
  • Non-blocking JavaScript embedding
  • Import post attachments directly into the Media Library (and CDN)

W3 total cache provides a complete solution and it can even utilise APC cache, Memcad to improve the server and blog performance. Even if you are onĀ  shared hosting, it uses Disk caching .

Out of these two plugins, choose one which you think suits best for you. If you are a average user, you can go for WP Super Cache and if you are advance user, you can try W3 total cache for full caching performance plus benefit of CDN integration.

Post image for How to reduce WordPress server load on shared hosting- 2

I have written about how to reduced server load on a shared hosting here and here. It seems I missed one of the vital ways to reduce WordPress server load on shared hosting. I will talk in brief about one of the best ways to reduce server load. Most of wordpress users are aware that it works using a database which keeps on growing with the number of posts, comments and even plugins. This growth normally is not very systematic and often lead to errors in wordpress database. In technical language, we call it ” Overhead

Click to continue…

Post image for How to install WordPress on your Shared Hosting

In my last post I talked about how to start a self hosted WordPress blog. One of the things involved in that was , how to install WordPress on your Shared Hosting so that you can start posting on it. Today we will talk about that.I am assuming here that you have already bought a domain name and Shared hosting for your blog.

CREATE A DATABASE

The first requirement for installing WordPress on your shared hosting server is to create a user name and a database to be used by wordpress.If you are on CPANEL (control panel of your webshosting) , Navigate to Databases >> My SQL databases. Click to continue…

Optimise Google XML sitemap Generator Plugin to reduce Server Load

by Avinash
Thumbnail image for Optimise Google XML sitemap Generator Plugin to reduce Server Load

Sometime back i wrote about How to reduce WordPress server load on Shared Hosting and there i talked about Google XML sitemap Generator plugin can be one of the main culprits behind your High server/ CPU load on your shared hosting. In this post i will talk about few things about the same plugin and [...]