Manaus Posted March 15, 2016 Share Posted March 15, 2016 Hello, browsing through Pw's admin pages on localhost usually has some disadvantages, loading pages or saving values requires 5-15 seconds each. Doing the same on the remote server is much faster, 2-3 seconds. I'm asking if there is some catch for fixing config or something... I'm using MAMP with php 5.4.10 Thanks! Link to comment Share on other sites More sharing options...
LostKobrakai Posted March 15, 2016 Share Posted March 15, 2016 You could use a linux vm or docker image to run the app in. Not as comfortable as mamp though. Link to comment Share on other sites More sharing options...
arjen Posted March 15, 2016 Share Posted March 15, 2016 You might want to try to set the the dbHost in /site/config.php to: $config->dbHost = '127.0.0.1'; // Use an IP address instead of localhost Also on Mac don't use .local domains like mywebsite.local. This can be very slow due to some internal routing stuff. There are others too with slow admins. Small hint 6 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now