Specifically, when this plugin is activated, I immediately get a PHP Fatal Error: maximum memory limit exceeded. The entire site becomes inaccessible. Restoring the site to functionality requires re-naming this plugin’s folder, as that’s the only way to deactivate the plugin when the site is down.
Yes, it’s true, I could change the maximum memory limit allocated to PHP, just to accommodate this plugin. But I’m not going to do that. I shouldn’t have to do that. None of my other plugins require me to do that.
This plugin is a resource hog. Rather than require users to reconfigure their websites, the plugin authors should fix the plugin itself. Well-written plugins are not this resource-intensive.
Note to WPMUDEV staff: I would be willing to reconsider this review if, and only if, you release a streamlined version of this plugin that runs on a stock WordPress system without tweaking the PHP memory allocation. Unless and until you do that, please do not contact me with requests to reconsider this review. Thank you.
]]>While the “IF NOT EXISTS” condition keeps it from creating the table over and over, it is still using system resources by checking every time a visitor hits my site. In the mediawiki version of Bad Behavior there is a CONSTANT (BB2_NO_CREATE) that can be set to tell it to skip the CREATE TABLE call.
Why is there no CONSTANT for the WordPress version and how can I prevent CREATE TABLE from being called needlessly over and over? We only need to CREATE TABLE once when the plugin is installed.
https://www.ads-software.com/extend/plugins/bad-behavior/
]]>Top Process %CPU 36.0 /usr/bin/php /home/focusor1/public_html/index.php
Top Process %CPU 9.0 /usr/bin/php /home/focusor1/public_html/wp-cron.php
Top Process %CPU 4.5 /usr/bin/php /home/focusor1/public_html/wp-cron.php
I don’t see how this is even possible. My site doesn’t get NEARLY enough visitors to force this much usage of system resources. Something must have been going on with my WordPress, but I’ve never had this problem before. I can’t even get in to my FTP account to check things out.
What in the hell happened? SOMEONE PLEASE HELP!!! I’m on AIM under screenname braiiinss if you can help me now. I’m on invisible so just send a message
]]>Am I missing any setting? I have no plugin
Thank you