Title: Plugin for Static Publish
Last modified: August 18, 2016

---

# Plugin for Static Publish

 *  [chickenkhurana](https://wordpress.org/support/users/apoorv/)
 * (@apoorv)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/plugin-for-static-publish/)
 * Hi,
    I’ve recently moved from blogger to WP. Although, i am a regular poster 
   to my blog, i donot post every 5 minutes and hence i’m not a big fan of dynamic
   pages. Is there a plugin somewhere that will let me use WP and publish my blog
   as static htmls to my webserver? I heard there is something called WP-Statictize
   but i am unable to find it.
 * If i am unable to find such a plugin, I guess i’ll go back to blogger 🙁
 * Thanks for any pointers.

Viewing 15 replies - 1 through 15 (of 23 total)

1 [2](https://wordpress.org/support/topic/plugin-for-static-publish/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-for-static-publish/page/2/?output_format=md)

 *  [Ajay](https://wordpress.org/support/users/ajay/)
 * (@ajay)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/plugin-for-static-publish/#post-224501)
 * Why would you want to print your posts as a Static page?
 * WP stores information in the database, offers you permalinks, thus allowing updating/
   backup to be easily done.
 *  [ianalchemy](https://wordpress.org/support/users/ianalchemy/)
 * (@ianalchemy)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/plugin-for-static-publish/#post-224502)
 * I’m looking for this too. Why waste server resources generating pages on every
   request? It also lets all the caching and HTTP work be handled by Apache rather
   than re-implementing it in PHP. See [Bake, don’t Fry](http://www.aaronsw.com/weblog/000404)
   for some more thoughts on this.
 *  [iand](https://wordpress.org/support/users/iand/)
 * (@iand)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/plugin-for-static-publish/#post-224503)
 * Try [WP-cache](http://mnm.uib.es/gallir/wp-cache-2/).
 *  [gallir](https://wordpress.org/support/users/gallir/)
 * (@gallir)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/plugin-for-static-publish/#post-224532)
 * Yes, WP-Cache will give you the same advantages of static files without losing
   the advantages of dynamic ones.
 *  [johnhouston](https://wordpress.org/support/users/johnhouston/)
 * (@johnhouston)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/plugin-for-static-publish/#post-224537)
 * My thoughts Exactly… Why waste server resources!
 * I too am new to WordPress and am a Long Time GreyMatter user.
 * The static pages are Much more “server friendly” in that a Very Hefty .htaccess
   file does not have to be read with each request and sql resources are not used.
 * I’ve just downloaded the WP_Cache plug-in and will give it a try. The plug in
   may very well be the defining factor for a “Total Swith-Over” from GreyMatter.
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/plugin-for-static-publish/#post-224539)
 * [@johnhouston](https://wordpress.org/support/users/johnhouston/),
    Are you saying
   that GM with its rebuilding of pages and all the other stuff is _less_ resource
   waster than WP? 🙂
 *  Thread Starter [chickenkhurana](https://wordpress.org/support/users/apoorv/)
 * (@apoorv)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/plugin-for-static-publish/#post-224568)
 * I think one can always debate this but the fact remains that static pages served
   by apache will any day be faster than any sophisticated cacheing engine.
    This
   apart, it also gives me an advantage to publish the same blog to multiple servers,
   using different themes (if i want). Repurposing of content, if you will 🙂
 * /a
    [http://apoorv.info](http://apoorv.info)
 *  [gallir](https://wordpress.org/support/users/gallir/)
 * (@gallir)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/plugin-for-static-publish/#post-224620)
 * > I think one can always debate this but the fact remains that static pages served
   by apache will any day be faster than any sophisticated cacheing engine.
 * Nice, and? HTML 3.01 is faster to parser than XHTML and CSS. man pages are even
   cheaper.
 * But the point of software is to save human efforts, not CPUs. That’s to say, 
   if you use WP and want to save lot of CPU without losing (well, almost) any dynamic
   feature including users’ preferences, use WP-Cache, which provides order of magnitud
   improvements (in the same order as static pages).
 * If you don’t like WP and want other blog software that produces static pages 
   and hardly publish any comment in “real time”, go ahead… Save CPU time, waste
   yours 🙂
 * PS: I really don’t understand your reasoning. WP gives you lot of nice and useful
   features, WP-Cache bring the response time –and cpu usage– down to “almost” as
   static pages’ response time. And everything for free –in every sense–. But, yeah,
   you are arguing about the difference between “almost” and “same” [time]. Strange,
   to say the least.
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/plugin-for-static-publish/#post-224621)
 * I believe the following tutorial is compatible with WP v1.5.x, but you’ll have
   to do some thinking when it gets to the template modification section, as it 
   only shows parts of the v1.2.x templates and not the v1.5.x themes.
 * [http://www.tamba2.org.uk/wordpress/static/](http://www.tamba2.org.uk/wordpress/static/)
 *  [katesgasis](https://wordpress.org/support/users/katesgasis/)
 * (@katesgasis)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/plugin-for-static-publish/#post-224624)
 * I have been surfing blogger blogs for sometime now that I don’t see them any 
   faster than WP blogs. In fact, I find them quite slow. WP-Cache is enough for
   a blog.
 *  Thread Starter [chickenkhurana](https://wordpress.org/support/users/apoorv/)
 * (@apoorv)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/plugin-for-static-publish/#post-224632)
 * >PS: I really don’t understand your reasoning. WP gives you lot of nice and useful
   features, WP-Cache
 * I have never even once argued against those features. Infact i agree with you
   and that is why i moved to WP from blogger. All i am saying is that it would 
   have been GREAT if i had the ability to publish static pages. Even in static 
   publishing, i could use all those features that you mentioned and got the advantage
   of publishing to multiple blogs – one optimized for big screens and another one
   for PDAs. I know there are alternatives but the case in point is the ability 
   to publish to multiple destinations.
 * /a
    [http://apoorv.info](http://apoorv.info)
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/plugin-for-static-publish/#post-224636)
 * Apoorv, if all you’re after is “the advantage of publishing to multiple blogs–
   one optimized for big screens and another one for PDAs,” try this plugin: [http://dev.wp-plugins.org/browser/wordpress-mobile-edition/trunk/](http://dev.wp-plugins.org/browser/wordpress-mobile-edition/trunk/)
 *  [gallir](https://wordpress.org/support/users/gallir/)
 * (@gallir)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/plugin-for-static-publish/#post-224637)
 * > All i am saying is that it would have been GREAT if i had the ability to publish
   static pages.
 * It is “almost” what wp-cache allows to.
 * >Even in static publishing, i could use all those features that you mentioned
 * No. With static pages you cannot –for example– store users’ form data as wp [
   and wp-cache] does .
 *  Thread Starter [chickenkhurana](https://wordpress.org/support/users/apoorv/)
 * (@apoorv)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/plugin-for-static-publish/#post-224660)
 * macmanx: Thanks for this. I’ll have a look at it. from whatever little i saw,
   it will still be on the same server. I guess i am expecting to much from a blogging
   system because i am used to bigger CMSes like vignette and interwoven where you
   can publish to multiple servers. So i was hoping i would be able to publish to
   my current blog as well as tripod 🙂 But thanks anyways. I’ll have a look at 
   it. The other alternative i am looking at is to write some cron job which will
   ftp the WordPress XML feed to whichever server i want and then that server will
   have pages (phpm perl or even jsp) that will display this feed.
 * gallir: when i say static publish i understand that certain things like comments
   and user data will still be dynamic. Please have a look at blogspot and it will
   be more clear what i mean. The comments part is dynamic in blogspot but your 
   blog entries are all static htmls.
 *  [viper007bond](https://wordpress.org/support/users/viper007bond/)
 * (@viper007bond)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/plugin-for-static-publish/#post-224665)
 * I had made my own caching system, but realized that it didn’t make that much 
   of a drop in resources even though I was getting ~10k hits a day.
 * Unless you’re running the server off a 386 or have 10 million blog posts, I say
   don’t bother as WordPress isn’t making much of a dent at all.

Viewing 15 replies - 1 through 15 (of 23 total)

1 [2](https://wordpress.org/support/topic/plugin-for-static-publish/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-for-static-publish/page/2/?output_format=md)

The topic ‘Plugin for Static Publish’ is closed to new replies.

 * 23 replies
 * 14 participants
 * Last reply from: [angsuman](https://wordpress.org/support/users/angsuman/)
 * Last activity: [20 years, 7 months ago](https://wordpress.org/support/topic/plugin-for-static-publish/page/2/#post-224755)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
