By hosted I mean stored on IPFS. It's a bit like downloading a file from Bittorrent in that it can be fast and distributed, but with some added crypto layers.
The only part stored on the blockchain is the address itself. The files are not stored on the blockchain.
High level, Ethereum is intended as "computer", and IPFS is intended as "storage". They complement eachother well.
Beyond that, it depends on what you mean by "computations".
Our example is setting up decentralized email. What computation is needed to send and receive email?
1. You may mean the computation needed to encrypt and decrypt the emails. That would happen on your computer locally.
2. You may mean the computation to send and receive emails. I'm not sure how/where this would happen in this example. It might be on the blockchain somehow.
I mean any server application needs compute. Not sure how many clock cycles are needed to run a mail server, but since the Ethereum world computer is like a 10000 times slower than a single laptop, I figured it wasn't enough for really any kind of compute?
This is past my level of expertise, but you could map out what those clock cycles of a mail server are going towards. For example, serving files, like we talked about, can happen on IPFS. No compute needed there beyond what IPFS already does.
The only part stored on the blockchain is the address itself. The files are not stored on the blockchain.
More here: https://docs.ipfs.io/concepts/what-is-ipfs/
Appreciate your question! That should get you started.