-
-
Notifications
You must be signed in to change notification settings - Fork 7
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 taking +5 min te load WordPress site and navigate in WordPress on Windows 11 #31
Comments
Agreed this is extremely slow in comparison to my old environment using I'm not seeing load times in minutes though. On my SSD + high power dev laptop, I'm seeing ~10 seconds for initial load and about ~4s navigating WP-Admin. This compares to about ~5 seconds initial load and ~2s navigation in my old environment. It's still not a workable dev experience. For reference, I'm migrating from my https://github.com/johnrom/nimble I believe filesystem is the limiting factor here, but I'm going to look into it a bit and see if I can mitigate it with caching. Edit: It seems like the use of |
I am also experiencing extremely slow performance; WP-Admin takes about 45 seconds to load and the site times out most of the time. I have followed the most up-to-date install instructions on the https://docs.lando.dev/wordpress/getting-started.html page. I am running Windows 11 with Lando and all relevant files are stored on an NVME SSD.
|
The best way to improve performance is to exclude WP directories from bind mounting. This means that you will NOT be able to make changes to these files at runtime, they will be copied to the internal docker instance on startup and not synced. You'll have to restart lando in order to copy changes. Remember to rebuild after making changes to the Additionally, if you are using composer, you'll want to add the
Edit: You probably don't have to ignore the plugins directory, but for plugins with tons of files like WooCommerce it will improve performance. |
What is your lando version and operating system? (note that the older your version the less likely we are to reply)
Tell us about your .lando.yml
Commands:
Tell us about the error you got
Tell us more
The text was updated successfully, but these errors were encountered: