indexedDB caches the fbx model

Hello everyone!
I load the fbx model from the server and cache it to indexeddb. It’s a little big. Is there a better way to cache the fbx model.
(Tip: Because I need to perform material, size and other related operations on the model, all models using fbx format to operate, not gltf or other models)

indexeddb is a reasonable approach, but depends on local storage availability. If you’re planning to use your app on a phone, it might occasionally fail.

Info on limits is here

thanks, it won’t run on the phone :smiley: