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
disabling xdebug from the wamp php extension worked for me.
php > extensions > php_xdebug 2.8.0
In case xdebug.remote_autostart is enabled, disabling it with
xdebug.remote_autostart = 0
did the trick for me.