Splitting The Stack For Better Performance

I know there's a way to host the database on a different server, is it possible to host files on a separate server as well?

I know there's a way to host the database on a different server, is it possible to host files on a separate server as well?

Depends on the addons. Generally, the most uniform way of doing this, is to mount the images / assets directories to a network share and rewrite the URLs for images / assets to grab stuff from a CDN.

Or you could resort to S3 for hosting images and assets, but that doesn't work very well in CsCart in its current state (mostly because of elfinder).