Thursday, June 11, 2015

Wampserver 64-bit running slow with Joomla or Drupal?

Simple fix for increasing page load speed 2X faster is to edit your configuration.php file and changing:

$host = 'localhost';


to

$host = '127.0.0.1';



my page load time went from 2.5 seconds to half a second!