What loads faster. Many small models or one large one?
Answer- identically.
But if your use OBJ and if your large model has a lot of repeating elements, you can split them into many small ones. And after downloaded the first one, another models all come from the model that’s cached on your disk. And this will be faster than loading one large model.
If you are using GLTF, one large model will render a little bit faster than many small ones.
HERE Link on test page: http://www.rdcscsdfbi.xyz/Speedtest.html
Memory usage
OBJ
network tab in the dev console
size on server
GLTF
network tab in the dev console
size on server