Open the-solipsist opened 8 years ago
I'm experiencing this, too. The page takes a very long time to do it's initial load, though once that is done navigating between pages and chatting is all very quick. Looking at my server, I can see the node process spikes in CPU usage, pegging the CPU.
This is via the "Deploy to DigitalOcean" script.
Oh, looking at the network graph in my browser, I notice that the piece that takes the longest to download is app.nonCached.js
, taking upwards of 8 seconds on the request. More than likely, there is a configuration setting that needs to be turned on so that the file is generated only once and served to every user.
Hello, just tested and got the same slowness and node is taking 100% of cpu.
seems like I've got the same thing. Curiously it suddenly started to happen.
Hi, I'm running Kaiwa for my organization's MUC (pre-existing Prosody server), and it's incredibly slow, often failing to load.
I did an strace -p [PID] and that gives me this over and over againg:
A fulller log: http://ix.io/ob9
Any ideas on how to debug the problem?