wp-media / adminimize

Adminimize is a WordPress plugin that lets you hide 'unnecessary' items from the WordPress backend.
https://wordpress.org/plugins/adminimize/
GNU General Public License v2.0
100 stars 30 forks source link

Slow Performance #42

Closed treiber closed 8 years ago

treiber commented 8 years ago

As soon as I activate Adminimize I get very bad performance. The page loads 3, or four Items in the left navigation an then just loads for about 3 to 10 seconds. Disabling the Plugin solve the issue. I'm on the latest 1.10.0 on an Ubuntu 14.04.4 with PHP 5.5.9.

It's a very long first GET Response. As far as I can tell, the Server (with Apache2) is working fine.

bueltge commented 8 years ago

Do you are logged in? Do you have the problems on front end or back end? Thx.

bueltge commented 8 years ago

I have only one check via GET to identifier the settings page of the plugin. Maybe this is a problem, but currently I have same information from other users or in my different environment. Thanks for your help to identifier the problem.

treiber commented 8 years ago

Logged in on both Front and Backend!

bueltge commented 8 years ago

Can you test please, that it is the same problem on front end, if you are not logged in. Thx.

treiber commented 8 years ago

The Problem does not seem to occur if I'm not logged in (the Admin bar is not shown)

with-plugin-active with-plugin-inactive
treiber commented 8 years ago

I'm running the latest 4.4.2 of Wordpress btw.

bueltge commented 8 years ago

I have always good values on load in the web inspector. Can you validate, that no other plugin, theme function is the problem and break the load? But I will also check in the deep.

bueltge commented 8 years ago

I have also analyzed via trace, see the screenshot. It is potential for improvements, but the value is not high, much smaller as lot of other topics. webgrind

bueltge commented 8 years ago

I have add a object cache for get options, it is helpfull, see the screenshot webgrind2