Has anyone experienced *extreme slowness" issues after a new local install? I just completed a fresh installation am trying to create a theme. I’m not super familiar with Ubuntu/WSL so maybe I’m missing something obvious?
- local machine, Windows 11 with 8GB ram, WSL via VS Code, Ubuntu bare, SSD
- Used this installation guide: Install Discourse on Windows for development - #102 by Arkshine
- Starting up ember-cli takes 5-10 minutes.

- Once everything is running, loading a page in http://localhost:4200/ takes 5+ minutes.

- Occasionally my ember process will quit randomly and I get this message:

Build successful (213157ms) – Serving on http://localhost:4200/
Slowest Nodes (totalTime >= 5%) | Total (avg)
-+-
@embroider/webpack (1) | 88353ms
Babel: discourse-plugins (19) | 54321ms (2859 ms)
DiscourseScss (2) | 25401ms (12700 ms)
I, [2024-04-01T12:37:00.055056 #9162] INFO -- : SIGWINCH ignored because we're not daemonized
I, [2024-04-01T12:37:02.447649 #9162] INFO -- : SIGWINCH ignored because we're not daemonized
Killed
[bin/ember-cli] ember-cli process stopped. Terminating unicorn.
I, [2024-04-01T12:37:54.128930 #9162] INFO -- : reaped #<Process::Status: pid 9501 exit 0> worker=2
I, [2024-04-01T12:37:54.239701 #9162] INFO -- : reaped #<Process::Status: pid 9500 exit 0> worker=1
I, [2024-04-01T12:37:55.360116 #9162] INFO -- : reaped #<Process::Status: pid 9499 exit 0> worker=0
I, [2024-04-01T12:37:55.362898 #9162] INFO -- : master complete
annetters@DESKTOP-S5K8606:~/discourse$


