• How big to wordpress blogs tend to get? Assuming a person posts say every other day on average.
    Anyone have any estimates on this?

Viewing 16 replies (of 16 total)
  • Thanks for the quick response.

    Since you go to the Dashboard automatically when you login, it’s hard to avoid it entirely. But based on your tip, I figured out another solution.

    Patching WordPress files directly is stupid for lots of reasons, but in the wp-includes folder there’s a file called rss-functions.php.

    Changing line 671 from:
    update_option($cache_option, $rss);
    to:
    update_option($cache_option, “”);

    is another way to prevent these huge entries from being re-stored in the database once you get rid of them.

Viewing 16 replies (of 16 total)
  • The topic ‘space consumption?’ is closed to new replies.