• Hi!

    Let me make it brief with summarized conditions with this manually written
    <ol> to form a simple checklist:
    1. MultiSite.
    2. Main Site admin dashboard (blog id = 1).
    3. iThemes Security active.
    4. Only use brute-force protection of iThemes Security.
    5. Logged in as Admin of Main Site, but not Super-Admin.
    6. Account is admin of multiple sites in network.
    7. Now main site admin dashboard takes 1000% to 2000% longer to load.
    8. On any dashboard page.

    Super admin doesn’t show signs of problems. Other sites are performing OK.

    Note: I can’t test for plugin conflicts and other conditions on this network, sorry!
    Note2: I do not require assistance, thanks! 🙂
    Note3: Untested on lower-than admins.

    I hope this helps!

    Keep up the good work and have a wonderful day! 🙂
    https://wordpress.org/plugins/better-wp-security/

Viewing 2 replies - 1 through 2 (of 2 total)
  • @Sybre

    No assistance, just some good advise. Even though iThemes claims support for Multi Site don’t use the iTSec plugin in Multi Site. From a developer point of view it’s poorly implemented …

    And no, your “brief manually written <ol> to form a simple checklist” is not much help.
    Too much details missing. Like number of sites in network, other active plugins , MySQL, PHP, Webserver, iTSec plugin version, browser (version) used, server specs etc etc

    Interesting case though. If you ever find out the exact performance bottleneck (which I’m sure you are capable of) we (the community) are all ears. Based on your reported 1000% to 2000% performance hit there seems to be an opportunity for a huge performance gain.

    Anyway there are plenty of other Multi Site specific bugs in this plugin puppy …
    Not much point in focusing on a possible performance issue while the basics are not even in place.

    Hope I didn’t ruin your day. Just sharing some info 😉

    dwinden

    Thread Starter Sybre Waaijer

    (@cybr)

    Hi @dwinden,

    Thanks for coming back on this!

    I had this problem for almost a year now, and I finally wanted to get it sorted out. It turned out to be iTSec.

    I hope this doesn’t come over “obnoxious”, just posting my professional knowledge in a short yet detailed fashion on the details missing :).

    And no, your “brief manually written
    <ol> to form a simple checklist” is not much help.
    Too much details missing. Like number of sites in network, other active plugins , MySQL, PHP, Webserver, iTSec plugin version, browser (version) used, server specs etc etc

    number of sites in network : Irrelevant, as each site is independent of database and plugin interaction.

    other active plugins : That’s why I posted it here, for others to be replicated.

    MySQL : Irrelevant, as WordPress handles these. But uh, MariaDB 10.x I think. Also MySQL 5.4.x I believe (I switched a while back).

    PHP : Irrelevant, PHP either just works, or crashes if non-existent functions are used. Badly written loops are bad irregardless of PHP version. Nevertheless, 5.6.x.

    Webserver : Irrelevant, as a Webserver is merely a transport layer which WordPress handles, completely… A working PHP package with default compatible PHP functions shouldn’t slow things down for 10 to 20x its speed. PHP also stands aside from server configuration. But FYI, Apache 2.4.x on CentOS 6.5 to 6.7.

    iTSec version : Latest, which should be regarded as default, especially since the new big green Tip before posting support topics asks you to :). Also dates to iTSec versions to almost a year ago.

    browser : Irrelevant. PHP script is slow, not the browser. iTsec should check for browser things at the front-end, not logged-in back-end. But FYI, IE, Edge, Firefox, Safari and Chrome. All on Windows except for Safari.

    Preamble
    The iTSec dev team should know, or even dream their code. Maybe this lights up a bulb :).

    In conclusion:
    This 10x to 20x performance hit should indicate a timing script, maybe even a remote request which fails. This is about 2 to 3 seconds of extra load time on PHP 5.6.x.

    This only occurs when a non-super-admin is logged in.
    So any code which checks for that on a website, which evidently only runs on a MultiSite and which is the main blog should hint that there’s some very specific conditional code firing this.
    The 8 conditions are very elaborate, I believe these few extra will also greatly help filtering down to the issue.

    I hope this clears things up and I hope you can deliver this to the devs! Thanks and have a wonderful day :).

    P.S. I’ve been working now for 19 hours straight, reading back on this, I can see it sounds irritated, or maybe I interpret it that way… who knows? But it’s all done to share and learn! 🙂 Keep up the good work!

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

The topic ‘Multisite: Main Site regular admin dashboard slow’ is closed to new replies.