Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Ibrahim Sharif

    (@ibrahimsharif)

    Hello @donatelol,

    Thank you for using FluentSMTP and for bringing this issue to our attention. I’ve checked the code and found that the issue is caused by a widget that remains active on the dashboard even when it is disabled.

    To fix this, please add the following code snippet to your functions.php file:

    add_filter('fluent_mail_disable_dashboard_widget', '__return_true');
    

    This code will disable the widget and should resolve the slow ajax request issue.

    Please let me know if you have any further questions.

    Thread Starter Alpha Vale Tec

    (@donatelol)

    It works fine now.
    If possible a correction in the next update!

    Thank you very much!

    Plugin Support Ibrahim Sharif

    (@ibrahimsharif)

    Hello @donatelol,

    I am glad to know that the issue is now resolved. However, I will certainly forward your feedback to our development team for review. They will investigate the issue further and implement a correction in the next update if necessary.

    Thank you for your understanding and continued support.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.