Greetings, Let's compare disk I/O on our machines. Run this command and post the output here: dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync Code (markup): Here's mine: Cheers.
here is mine, (KnownHost VPS level 3) my suggestion, I think it is better if you also share your server specs and provider
Here are a few of our servers: Shared Hosting dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync 16384+0 records in 16384+0 records out 1073741824 bytes (1.1 GB) copied, 5.733 s, 187 MB/s Code (markup): Reseller Hosting dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync 16384+0 records in 16384+0 records out 1073741824 bytes (1.1 GB) copied, 6.19108 s, 173 MB/s dd if=/dev/zero of=sb-io-test bs=1M count=1k conv=fdatasync 1024+0 records in 1024+0 records out 1073741824 bytes (1.1 GB) copied, 5.93187 s, 181 MB/s Code (markup): SSD VPS dd if=/dev/zero of=sb-io-test bs=1M count=1k conv=fdatasync 1.02038 s, 1.1 GB/s dd if=/dev/zero of=sb-io-test bs=64k count=16k conv=fdatasync 1.17029 s, 918 MB/s Code (markup):