Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Piklist and CPU use #3199
    andy
    Member

    Thanks Kevin! When is the beta scheduled for launch? I still have some time.

    in reply to: Piklist and CPU use #3193
    andy
    Member

    Hey all,

    I’m working on a site with Piklist where speed is *the* major issue. I opened up Debug Bar’s query analyzer, and I saw that Piklist was performing ~700 queries on a page that had nothing Piklist-related on it. I removed the filters Ian mentioned like so:

    remove_filter('get_post_metadata', array('piklist_meta', 'get_post_meta'), 100, 4);
    remove_filter('get_user_metadata', array('piklist_meta', 'get_user_meta'), 100, 4);
    remove_filter('get_term_metadata', array('piklist_meta', 'get_term_meta'), 100, 4);

    However, I’m worried about blindly removing filters like this. If you don’t mind, could you elaborate on what these filters are doing? For what it’s worth, I’m using Piklist for a few meta boxes and settings pages.

Viewing 2 posts - 1 through 2 (of 2 total)