I just created a directory with 5'000 files in it and listing via FTP takes about ~5 seconds which is quite OK.
Maybe related to your filesystem? I use ext4:
What about you?
Maybe related to your filesystem? I use ext4:
Code:
# cat /proc/mounts | grep vhosts
/dev/mapper/vg2-lv_vhosts /var/www/vhosts ext4 rw,relatime,data=ordered 0 0
What about you?