• First of all, great plug-in! I cannot live without i anymore But I have a huge performance problem and it seems it is caused by this plug-in. 🙁

    Beside Shortcodes Ultimate I use the following plug-ins:
    – Admin Management Xtended
    – Admin Menu Tree Page View
    – bbPress
    – Blogroll Links
    – Broken Link Checker
    – Download Monitor
    – Download Monitor Page Addon
    – Duplicate Post
    – kk Star Ratings
    – Link Manager
    – Members
    – Polylang
    – Quick Chat
    – Shortcodes Ultimate
    – Sidebar Login
    – Super RSS Reader
    – Upload File Type Settings Plugin
    – Widget Logic
    – Widget Subtitle
    – Widget Title Links

    I also installed WP Page Load Stats to check the memory usage and query count.

    If all these plug-ins are activated except Shortcodes Ultimate, I get the flowing result.

    54 queries in 1,261 seconds.
    Average load time of 1 (1 runs).
    60.53 out of 40 MB (151%) memory used.
    Peak memory usage 60.73 MB.

    If I activate Shortcodes Ultimate, I get the flowing massively increased query count.

    3061 queries in 4,209 seconds.
    Average load time of 2.5 (2 runs).
    101.01 out of 40 MB (253%) memory used.
    Peak memory usage 105.55 MB.

    If I deactivate all plug-in except Shortcodes Ultimate and WP Page Load Stats, I get nearly the same heavy query count.

    3023 queries in 3,392 seconds.
    Average load time of 3.5 (4 runs).
    76.65 out of 40 MB (192%) memory used.
    Peak memory usage 89.49 MB.

    I hope you can help me. And if you need more information, I would be happy to provide them.

    http://wordpress.org/plugins/shortcodes-ultimate/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Jezze

    (@jezze)

    Some additional info.

    My blog/bbpress has nearly than 3000 users and for each of them the following query will be executed every time the website is loaded.

    SELECT user_id, meta_key, meta_value
    FROM wp_usermeta
    WHERE user_id IN (<user_id>)

    Thread Starter Jezze

    (@jezze)

    I could trace the problem back to .\inc\core\data.php line 2092.

    ‘values’ => Su_Tools::get_users()

    The stacktrace is the following:

    do_action(‘init’), Shortcodes_Ultimate::register(), Su_Data::shortcodes(), Su_Tools::get_users(), get_users(), WP_User_Query->__construct(), WP_User_Query->query(), WP_User->__construct(), WP_User->init(), WP_User->for_blog(), WP_User->_init_caps(), get_user_meta(), get_metadata(), update_meta_cache()

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Performance problem’ is closed to new replies.