
I’m not sure about you, but if I’m working with a client, I don’t want to rely on my computer being on 24/7. Some solutions like Local do provide a way to make a link public and share it, but the whole problem is that you have to leave Local up and running. But what if you’re developing for a client, you might want to share it with them before going live. Obviously, the whole idea behind using a local WordPress development environment is that it’s only located on your machine. While I think the advantages make it a no-brainer, there are some disadvantages. Disadvantages of a local WordPress development environment Most local environment tools, including DevKinsta, have an easy debug toggle that writes directly to your machine.
Mamp wordpress multisite subdirectory how to#
Many times you have to work around your hosting provider’s implementation of how to view debug logs, or you have to tweak your wp-config.php file to enable debugging. Debugging is fast and easyĭebugging locally can sometimes be easier than on a hosted site. Whether you’re on a plane, in the park, or anywhere else where Wi-Fi might be spotty, this comes in really handy. Offline codingĪnother huge advantage of using a local development environment is that you can code offline. If you’re using a local WordPress development environment, there are no limits. Most hosting providers have limits on the number of staging sites you can have. It also gets rid of any network latency, so caching isn’t even really needed. If you’re testing locally, this relies on the resources of your computer. If you’re bouncing around testing things, this can be frustrating.

However, the result is that sometimes the staging site will be slower than the live site. You have to remember that hosting providers have bills too. Either they have caching turned off for development purposes (this is a good thing when testing) or fewer resources (PHP workers, RAM) than the live site.

However, the problem behind many of these is that they are sometimes limited.
Mamp wordpress multisite subdirectory for free#
Many hosting providers include staging sites for free these days. Staging sites are typically slower than testing locally You have existing tools like Local from Flywheel and your classic XAMPP and MAMP solutions.īut why even bother with testing locally? Well, there are a few advantages in my opinion. For many, it’s been a part of their regular workflow for years. The idea of a local WordPress development environment isn’t anything new. Advantages of a local WordPress development environment
