GHE:Emergencies:Slow UI - lbonanomi/notes GitHub Wiki
GHE UI is "So Slow..."
GHE UI is mostly a fancy interface for API call results, so poor API performance will logically drag-down the UI.
Check the utilization ratio for unicorn workers on the appliance:
ps auxwww | awk '$NF ~ /util/ && /unicorn $INSTANCE_NAME/ && /^[GHE](/lbonanomi/notes/wiki/GHE)/ { a=a+$(NF-1);b=b+1 } END { print a/b}'