Two core admin functions: three problems!
-
Can anyone venture a possible cure before I go totally nutso?
There are two WP core functions which are slowing my admin panel significantly and throwing an error.
If I click on > Dashboard > Updates it takes about 33 seconds, and debug bar shows me this …
Action or Filter Callbacks Calls Per Call Total load-update-core.php 4 1 14741.77ms 14741.77ms pre_set_site_transient_update_plugins 10 2 6206.15ms 12412.31ms Action or Filter Callbacks Calls Per Call Total load-update-core.php 4 1 14741.77ms 14741.77ms pre_set_site_transient_update_plugins 10 2 6206.15ms 12412.31ms Uncaught SyntaxError: Unexpected token i https://petpal.directory/wp-admin/update-core.php line 1
When I click on > Plugins > Installed plugins, it takes about 34 seconds and debug bar shows me this…
Action or Filter Callbacks Calls Per Call Total load-plugins.php 3 1 17345.83ms 17345.83ms pre_set_site_transient_update_plugins 10 2 7973.38ms 15946.75ms
I am not a developer so I am not really sure how I can debug core any further, and I certainly don’t know what I can do about it, but the slowness of these two functions are driving me mad.
If I remember correctly, it only started since the prettification of the plugin install page and the work behind the scenes at the repository started, although I might be barking up entirely the wrong tree of course.
WP Version: 4.1.1
WP Multisite Enabled: No
Web Server Info: Apache/2.4.12 (Unix) OpenSSL/1.0.1f
PHP Version: 5.6.6
MySQL Version: 5.5.41
PHP Locale: decimal_point: .thousands_sep: int_curr_symbol: currency_symbol: mon_decimal_point: mon_thousands_sep: positive_sign: negative_sign:
WP Memory Limit: 1,000 MB
WP Debug Mode: Yes
WP Language: Default
WP Max Upload Size: 5 MB
PHP Post Max Size: 5 MB
Max Input Nesting Level: 64
PHP Time Limit: 300
PHP Max Input Vars: 1000
SUHOSIN Installed: NoFull site configuration here –> https://gist.github.com/QloudPress/5c5aa2aba2fab9f22dba
- The topic ‘Two core admin functions: three problems!’ is closed to new replies.