Originally Posted by
Andy101
In my experience and others that tried auto-blogging, your web host will want you to shift over to VPS or dedicated servers if you just let it run because it will cause high server load. Hence, my decision to clip off old posts and keep only the fresh posts.
But, ideally you can keep 400K posts to get the residual traffic from older posts like our extreme blogger above did.
For filters to detect which posts are worth keeping, you would need to implement a tracker that records the recent post IDs that were hit on. Then add these post IDs to the protected array in the plugin. This is a good idea :) Hmm, maybe I will add this feature?