Viewing 9 replies - 1 through 9 (of 9 total)
  • I have found the same thing, and it appears to be down to where/how the plugin is hooked into every single admin page and it wanting to unnecessarily order or save the existing order or something of the posts on page load (was a while ago that I looked into why it was lagging my admin area out, hence the uncertainty on the specifics now).

    It’s generally a good plugin user functionality wise, it just needs to some more thought around how it actually operates code wise.

    I am also experiencing this problem to the point where the admin area is virtually unusable, does anyone have a fix for this?

    I will post the fix in 5 mins when I find it

    In intuitive-custom-post-order.php remove

    add_action( ‘admin_init’, array( &$this, ‘refresh’ ) );

    It seems to work and I haven’t found any problems after a few weeks of doing so. Let us all know if this works for you and if you experience any problems. Cheers

    Hi samjsharples,

    Many thanks for that, this is working perfectly.

    I was having the same problem, and this seemed to fix it completely. Thanks very much!

    It seems that the fix doesn’t always work. Sometimes the sort doesn’t save.

    It appears the author has improved back-end performance. Take a look: http://wordpress.org/support/topic/useful-but-inefficient?replies=2#post-

    Plugin Author hijiri

    (@hijiri)

    Hi, there

    Please try ver.2.0.9.
    Fatal performance problem was improved dramatically.
    Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Slows down backend rediculously’ is closed to new replies.