I found your tools plugin via this blog post: https://wefoster.co/the-worst-wordpress-performance-problem-youve-never-heard-of-tppucs
My DB queries on the plugins.php page literally more than doubled from 280 > 664 when activating your plugin. This seems to only be applicable on the plugins page. I assume this is because you guys are making additional queries on a per-plugin basis to determine whether it’s auto-update functionality is enabled, locked or there is a note. Hoping you can optimize however your plugin functions to reduce the number of DB calls, 2.5xing the number of queries is a bit excessive and negatively impacts performance on the plugins page. Thanks!
]]>The plugin notes feature is really handy.
However, after adding a test note to see how it works, I see there is no way to remove the note I added!
Any help would be much appreciated.
]]>In a subfolder multisite install, when I network activate the plugin it throws a notice:
( ! ) Notice: Undefined property: Maintainn_Tools_Dashboard::$options_page in /app/public/wp-content/plugins/maintainn-tools/includes/dashboard.php on line 110
This is on https://example.dev/wp-admin/network/plugins.php?plugin_status=all&paged=1&s
immediately following network activation, when the plugin’s add_network_options_page()
is called and the action "admin_print_styles-{$this->options_page}"
is called.
In the “WordPress Blog” item under the “Helpful WordPress Resources” section on the Support tab of the plugin settings page, the text of the button reads “WordPress Web Hosting” instead of something like “WordPress Blog” or “WordPress News” (which it links to).