How to make phpMyAdmin 100 times faster in Windows?

Replace in config.inc.php:

$cfg['Servers'][$i]['host'] = 'localhost';

to

$cfg['Servers'][$i]['host'] = '127.0.0.1';

stackoverflow.com/a/53140805