-
-
Notifications
You must be signed in to change notification settings - Fork 544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lando LAMP performance #1282
Comments
Another improvement: Switch to edge version of Docker (2.0.0.0-beta1-win75). The bottleneck seems to be the filesharing speed. Does everybody experience those problems? |
Other tools like devilbox now use the new "cached" filesystem directive: Does lando have plans to include that also? Seems to be a significant performance improvement. |
As of today: Can we disable all filemounts in lando and to the sync on our own (e.g. with GoodSync via SSH)? |
Hi @vielhuber! See #763. I am going to close this as a duplicate. Thanks! |
Hello!
I use Lando Bleeding Edge with Docker Community Edition on 18.0.6.1.
I setup a LAMP server with a basic WordPress site.
The site suffers from loading times around ~1-2s. On a production server I have 300ms.
I increased the docker settings:
Response time are a bit better now (1s).
A simple question: Do I have to accept that in docker world or do you have better response times (like on production) also on your environments?
Perhaps this has something todo with the shared folders?
The text was updated successfully, but these errors were encountered: