I performed an upgrade from Ubuntu 18.10 to 19.04 and noticed that (somehow) creating, modifying, and deleting files is now much slower. Simply creating or deleting an empty file takes around 3 seconds on my relatively modern SSD.
Oddly enough, the commands themselves still run almost instantly:
$ time touch foo
real 0m0.003s
user 0m0.000s
sys 0m0.003s
Moreover, when I press the Enter key to execute the command, the cursor will stay on the same line during the 3 seconds. For these reasons I believe the issue is with Bash or the terminal hanging.
Similar behaviour can be seen when opening or saving files with Vim, except when running it in view mode.
EDIT
By request, I disabled all Gnome extensions, to no avail. The command ls -al ~/.local/share/gnome-shell/extensions shows that the directory is empty.
