• Resolved jonte98

    (@jonte98)


    This can be further optimized to eat atleast 2x less memory.

    Here is a test demonstrating the memory usage:

    https://plugintests.com/plugins/wporg/melapress-login-security/latest

    Most code is not even required to be loaded sitewide.

    EDIT:

    In addition, the remembered old password list and plugin settings can be using a custom database table for even better performance.

    • This topic was modified 1 year, 1 month ago by jonte98.
    • This topic was modified 1 year, 1 month ago by jonte98.
    • This topic was modified 1 year, 1 month ago by jonte98.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support robertabela

    (@robert681)

    Hello Jonte98.

    Sorry for not getting back to you earlier on this one. I had not subscribed yet to this plugin’s support tickets (mistake) so I was not notified of this.

    Thank you for the tips. We will look into this and we will update the plugin accordingly.

    Please let me know if there is anything else we can assist you with.

    Plugin Support robertabela

    (@robert681)

    Hello jonte98.

    We are working on the next update of the plugin and we will be definitely looking into ways and means on how to improve the plugin’s performance.

    However, I have a question about the database; the plugin settings are saved in the wp_options table, and old password etc are used in the wp_usermeta table, as recommended. So as such we are saving the data where it is recommended.

    Do you have any documentation / links that explain why it would be better to store such data in a custom table?

    Looking forward to hearing from you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Performance’ is closed to new replies.