• Resolved Cameron Barrett

    (@cameronbarrett)


    I had to recently disable this plugin because it’s causing my wp-admin to slow way down, making it almost unusable. We run a large multisite (about 100 sub sites). The database is about 1.1GB is size and the Media Library has about 6000 items in it.

    Turning this plugin off reduced the wp-admin load time from 16 seconds to under 5 seconds for a medium-level complex Page displaying the Edit screen in the WordPress back-end.

    The culprit is the a call named: wpuxss_eml_on_init in: wp-content/plugins/enhanced-media-library/enhanced-media-library.php

    163: * wpuxss_eml_on_init
    169:add_action( ‘init’, ‘wpuxss_eml_on_init’, 12 );
    171:if ( ! function_exists( ‘wpuxss_eml_on_init’ ) ) {
    173: function wpuxss_eml_on_init() {

    This call is taking up to 23% of the page load CPU. Here’s a screenshot of New Relic.

    https://www.dropbox.com/s/iifeqgqqwcsrewl/Screen%20Shot%202018-06-06%20at%201.08.42%20PM.png?dl=0

Viewing 6 replies - 16 through 21 (of 21 total)
  • Hi Nadia,

    Here are the details you need.

    (1) Media library List or Grid mode? Grid Mode

    (2) What do you mean by “does not load at all”? Empty screen? No images but the header and the footer are in place? Endless spinning? The header and footer are in place but no images load. Yes to the endless spinning.

    (3) Is it the main network website or the other one? It is not the main network site. I have the plugin installed on a few of the subsites.

    Thank you.

    MP

    Plugin Author webbistro

    (@webbistro)

    Hi @mpuserr,

    Thank you! More questions:

    (1) So, in the List Mode everything works well?

    (2) Can you please check your browser console in the Grid Mode and let me know if you see any error in there?

    Best,
    -Nadia

    Hi Nadia,

    (1) So, in the List Mode everything works well? Yes! Didn’t realize that.

    (2) Can you please check your browser console in the Grid Mode and let me know if you see any error in there? Yes. It is several lines of code. Do you want me to post? It starts with `Uncaught TypeError: Cannot read property ‘length’ of undefined’

    Thank you.

    MP

    Plugin Author webbistro

    (@webbistro)

    Yes, please post, just hide your website details if they are present in the error text. Or you can send the error privately to wpuxsolutions@gmail.com

    Best,
    -Nadia

    Amanda

    (@amandawpuser)

    I’m having the same issue as both MPUserr & Cameron.

    The Media Library does not load when in Grid mode. No images load and the load icon just endlessly spins. I did try List mode, and everything loads fine.

    Also, I’ve noticed that the WP Admin end is running much slower than usual since we’ve found this issue.

    I did attempt unchecking the “show count” feature, which seemed to have no affect on either issue.

    Have you found a solution that may help my situation as well? Any help would be appreciated.

    Thank you!!

    Plugin Author webbistro

    (@webbistro)

    For everyone interested: Amanda’s issue (@amandawpuser) was related to her server and site settings. The update with better performance for multisite is coming.

    Best,
    -Nadia

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘Major wp-admin slowdown’ is closed to new replies.