Major wp-admin slowdown
-
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
- The topic ‘Major wp-admin slowdown’ is closed to new replies.