we were playing around a bit trying to speed up the site, and wanted everything else to be the same.
I can only imagine having the website twice on the same server will slow down stuff more than speed it up (except if the server is big enough)
Maybe I should have a local branch for the dev site and one for the real site, and push each one to the server as needed?
I don't understand why you would need two separate branches locally, edit whatever you want locally and then push it to production when you're happy.
Do you use WAMP? MAMP? Something else?
I use wampserver, MAMP is only for Mac (hence the
M)