WP SuperCache PlugIn for converting your MySQL DB based blog content to static content

WP Super Cache   – You can serve out static HTML pages instead of

  • running php
  • accessing database
  • running more php to form the HTML page

On shared servers you sometimes have trouble getting access to the shared MySQL server when its overloaded.  This way you can just rip the pages out.

Notes on Installation:

When I first looked at this I was worried the .htaccess file update would foul up my already existing .htaccess file through which I use candied URL's.  I tested it and it works fine.

Using FCKEditor plugin for WordPress for editing works well

If you have ever used FCKEditor you know its far better than the default TinyMCE editor that comes with WordPress.  Want to make a table in TinyMCE ?  Sorry you'll have to do HTML code in a window that does not allow you to cut or paste.  Highly inconvenient !!! 

This is a quicky table done with FCK editor…no HTML code editing!
   
   
   

 Want to do full screen editing?  Just click on the monitor icon and you get full screen capability.  No dealing with crappy iframe insert that rolls randomly with mouse wheel…and then does not because the main frame rolls!

 

You can download the plugin here.

You can see the coders webpage with short instructions and more descriptions here.