• After upgrade to 11.9.7, the website was hitting maximum memory limit. After increasing it to 2GB, it would crash the website. It seems that the culprit is PowerPress_PRT_incidence_response function, because I have a website with many users. Doing get_user_by( ‘login’, $affectedusername ) for each user with login length 7 is very slow and consumes all memory, which breaks the website completely.. Maybe first selecting users with @example.com as e-mail would be more efficient, there would be much less of these than users with length 7.

    The plug-in in its current state is unusable for my website and I have to deactivate it completely.

  • You must be logged in to reply to this topic.