A lot of the chapters in AoSA discuss dealing with disk IO a lot.
Optimising a web server (or any multi-threaded system) for the disks you have is crucial, and not a thing you can hand-wave and ignore, as often happens now in the containerised world as these things get abstracted away even further from the developer.
It will eventually result in performance cancer.