•  

For All Of You Who Have Alot Of Listings...

This thread is over 4 months old
The content and issues discussed here maybe out of date or inaccurate.

Check you are running the latest version of your PremiumPress theme then look for a more recent forum post or submit a support ticket.
  1. u 6019
    offline
    Frank
    Posted 1 year ago

    Hi all
    I've come across a plugin that really helps to keep the database cleaned up. It's WP Cleanfix.
    http://wordpress.org/extend/plugins/wp-cleanfix/
    Every time you edit or add a listing revisions are written to the postmeta table. This can get out of control and make for long queries. This plugin helps delete all of the junk that is written to that table.
    Check it out.
    Frank
    (and no, it's not my plugin...)

  2. u 1
    offline
    Mark
    Posted 1 year ago

    thanks for sharing

  3. u 11310
    offline
    Alok
    Posted 1 year ago

    Or may be disable the revisions if you really don't need them. I turn them off in the wp-config.php file

    define('WP_POST_REVISIONS', false);

  4. u 11626
    offline
    Joaoavailable for hire
    Posted 1 year ago

    Thanks for sharing.

    Another must have plugin for DP is the "Better WordPress Minify".
    http://wordpress.org/extend/plugins/bwp-minify/