
- Local by flywheel on mac how to#
- Local by flywheel on mac mac os#
- Local by flywheel on mac update#
- Local by flywheel on mac code#
Added active state styling for the Site Info More dropdown. Local Add-ons Library! Browse and download Add-ons straight from Local with a few clicks. It is super simple to spin up a local WordPress site, develop it, share it with your clients, and ultimately take it live.Īlthough the application is listed as free there are premium plans available here So making the health check more gentle on the worker processes will probably be a workaround.Local by Flywheel is a fuss-free local WordPress development app designed to simplify the workflow of designers and developers. But since it does not suffer the same weird issue like Windows, where it fails on every other request and aside from the health check error, actually works like it should. It is not a problem for a normal simple web app, that does not call it self multiple times like WP Synchro though. That simply depleted the processes, which obviously is very much to low. At the same we had a timeout check, which also occupies a PHP worker. Local by flywheel on mac code#
Because what happens is that the health check code takes up one process, which in turns calls REST service on the same site, twice in succession (first to initate and after that to masterdata), also taking up workers. This is caused by not having enough worker processes going in the background.
Local by flywheel on mac mac os#
On Mac OS the health check failed, with error that it could not connect to X REST service. Essentially every other request done to the webserver failed, which is super weird, but thats the result. The code was posted on their forums, but they could not reproduce it on Mac OS. We could reproduce the issue (after spending a lot of hours) by some simple code without WP Synchro installed, meaning it is not a bug in WP Synchro. If it was a bug in WP Synchro, we would like to get it fixed, as a lot of people like LocalWP. We did a lot of testing on LocalWP to determine what the problem is and how it could be fixed. And finally, make sure enough workers are ready for action :) So if you are listening LocalWP: Remove Nginx from Windows version or make Apache default and change the configuration of Apache to mod_php instead of using mod_fcgid. But fixing NGINX under windows is probably not the way forward here, as it lacks NGINX support together with PHP. Hopefully they will get to fixing that in the near future. So some progress there, but still problems under Windows. Please let us know if that is not the case. Hopefully that is the experience for everyone else also. We also ourselves did a successful synchronization on Mac OS. Local by flywheel on mac update#
We have had user reports that a LocalWP update together with 1.7.0 on Mac OS now works like it should, which is nice. So there is most certainly still bugs in LocalWP for Windows when doing multiple connections at a time. For Apache as webserver with PHP and mod_fcgid, it pretty much just fails for every request other than the main request.
For NGINX, the problem is simply that is does not work in a stable way under Windows with PHP and only spawns two PHP workers. Linux version of LocalWP never seem to have the same problems for some reason.īut, there is still issues with LocalWP under Windows, which is caused by the NGINX and Apache configurations.
So the health check should no longer show problems on Mac OS. But it is just a workaround on the health check to the still existing bug in LocalWP. Version 1.7.0 included some changes to the WP Synchro health check, so that it does not take up more PHP workers then what is available in LocalWP. So hopefully a fix will be implemented soon.įeel free to reach out to us or them, to get the latest update on this issue.
Local by flywheel on mac how to#
The good people at LocalWP / Local By Flywheel is informed about this bug, including how to reproduce The problem comes when sending multiple HTTP requests. The issue is not in WP Synchro and can be reproduced with simple code without WP Synchro. Local By Flywheel or their new name, LocalWP, is a great product, making it simple to create a localīut WP Synchro currently have a compatibility issue with LocalWP, causing REST services to fail.