I am in need of showcasing 3D images. I have a .obj file that is 80 MB in size which I converted to a json file size of nearly 75 MB. While using three js, I managed to display a rotating 3D image, but the main issue is the loading speed, which currently takes almost 1 minute.
Moreover, the client expects to have 2 similar images displayed on the same page, which I have achieved, but the loading time for both images is approximately 4-5 minutes.
Is there any way to enhance the loading speed? Any possible workaround for this situation?