Plugin makes wp-admin slow
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Plugin makes wp-admin slow’ is closed to new replies.