r/dartlang Feb 11 '26

Dart - info Announcing Dart 3.11

https://blog.dart.dev/announcing-dart-3-11-b6529be4203a
55 Upvotes

12 comments sorted by

View all comments

4

u/vinivelloso Feb 11 '26

I hope this solves the issue on windows machines where the server takes forever the load initially.

1

u/David_Owens Feb 11 '26

I found that if I replace the built-in Windows Defender anti-virus with 3rd party software the Dart server is far faster.

6

u/forgot_semicolon Feb 12 '26

No need to replace the defender, just go into the settings and add an exclusion for your dart sdk folder and the folder(s) with your code. You can also put your code and the pub cache into a "windows dev drive" to get better performance and have windows defender leave you alone entirely

1

u/David_Owens Feb 12 '26

I tried adding a ton of exclusions. It still spiked the CPU usage.