Block a user
"General" tab in ssb app sometimes shows no messages.
The next thing I do when I've encountered this in the past is run slow queries with explain query plan. Here's an approximation of the query that's timing out for you with the placeholders…
"General" tab in ssb app sometimes shows no messages.
Oh, yes, that timeout would be the main query that gets messages for the general tab.
Spitballing:
- If you restart the process, it will re-analyze tables and might find a better strategy. If…
"General" tab in ssb app sometimes shows no messages.
Hmmmm. Anything in the browser console? ctrl+shift+i or such.
That 💻CPU indicator looks pretty busy. Oh, and actually that output is probably from searching for private messages, which is…