Replies: 10 comments 21 replies
-
Microsoft Defender seems to be a common performance issue. You can try and exclude the Herd folder (~/.config/Herd) as well as your site paths and see if this speeds things up. For me, the first request after starting Herd is always a bit slower and then it speeds up. |
Beta Was this translation helpful? Give feedback.
-
Experience same problem TTFB is 2s, I tried disabling defender, no dice. Unusable at this point, need to switch to WSL. |
Beta Was this translation helpful? Give feedback.
-
Has there been any movement on this issue? I have seemingly randomly started having similar issues... Was working fine up to this morning - now I get a |
Beta Was this translation helpful? Give feedback.
-
Hey friends, Here is some performance tips for windows (I'd PR this to docs but there is no github repo for it). File System Operations
|
Beta Was this translation helpful? Give feedback.
-
Interesting... I'll give those steps a whirl and see what I find out. |
Beta Was this translation helpful? Give feedback.
-
Still unusable in 2025. My mac laptop is near instant, and windows, even with all of the above, has a minimum 2 second load per page. |
Beta Was this translation helpful? Give feedback.
-
I'm afraid I have to agree. I was hoping to abandon WSL and Sail for my Laravel dev work, but every request takes almost five seconds to complete. Back to WSL. |
Beta Was this translation helpful? Give feedback.
-
Adding Custom rules on windows firewall helped me: Create a Firewall Rule: Open Windows Defender Firewall with Advanced Security. Go to Outbound Rules (or Inbound if incoming access matters). Click New Rule > Choose Custom > Click Next. Under Program, choose your app (or All Programs). Under Protocol and Ports, click Next. Under Scope, in the Remote IP address section: Choose These IP addresses. Add the resolved IP of the development.test. i.e 127.0.0.1 Under Action, choose Allow the connection. Apply it to the appropriate profiles (Domain, Private, Public). Name the rule and click Finish. |
Beta Was this translation helpful? Give feedback.
-
For what it's worth I did some more research and I didn't find anything useful at this point.
I hope there is more to be done here one day. |
Beta Was this translation helpful? Give feedback.
-
My requests take around 70ms, but after enabling xdebug, my requests were taking 2s+. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I have a client who runs a Windows machine and using WAMP with a Laravel application (default Laravel 10) takes 6seconds and even more to load any page in the application.
I was hoping that Herd was our solution. But using Herd for windows the response on any page is still the same. It is like the browser sits and waits (almost a resolving issue).
For others using Herd on Windows how is the response times for a Laravel application, is it snappy, ie 500ms or so?
Then is anyone experiencing the same on windows, and how did you solve the issue? I have the same issue on two different clients, with two different machines and setups. It makes Laravel almost unusable on Windows.
Any other pointers I can try. I'm wondering how I can test the DNS and mysql issue to make sure the bottleneck for waiting is not their.
Thanks for any help and insights.
Beta Was this translation helpful? Give feedback.
All reactions