Windows Server 2008 PHP MySQL Performance

127-0-0-1

I was getting a terrible delay running my PHP/MySQL application under IIS, there was that annoying 1/2 second to second delay when loading pages that hit the database. I went all over tweaking this and that, nothing helped. Finally I changed my database connection from “localhost” to “127.0.0.1″. AMAZING! Performance [...] Read more »