• Resolved dvogelhq

    (@dvogelhq)


    Hi,

    after each update, I had to change the plugin code because it makes the wp backend very slow otherwise.

    The method “refresh()” in app/Controllers/Admin/TaxSorting.php is called on admin_init each time and needs ~10-20s on every backend call on our site: add_action( ‘admin_init’, [ $this, ‘refresh’ ] );
    This line i always have to comment out. It would be nice if you could fix this for the next update.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support SM Rafiz

    (@srafiz)

    Hello,

    Thank you for bringing this issue to our attention. We apologize for the inconvenience you’ve been experiencing with the plugin.

    We will investigate this matter further and will work on improving the backend performance. We will prioritize resolving this issue and include the necessary changes in the next update of the plugin.

    Thank you for understanding. Have a nice day!

    Plugin Support SM Rafiz

    (@srafiz)

    Hi,

    We have released a patch to address the backend performance issue. Please update the plugin. Hopefully, your issue will be resolved.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin makes wp-admin slow’ is closed to new replies.