whenever i enable xdebug for debugging my php-projects with the following standard settings, it slows down phpmyadmin on every single action. just opening phpmyadmin takes n
In case xdebug.remote_autostart is enabled, disabling it with
xdebug.remote_autostart = 0
did the trick for me.