Im using draco compression inside my glb model using gltf-pipeline
but when i going to load that model in babylonJs v5 it is taking too much time to load decoder files
I believe those are not entirely download times, but also, for some odd reason, some processing time. I don’t see a reason why a file so small will take 11 seconds to load.
Having said that, @bghgary - will it be possible to only download once? or is that coming from the worker’s include-script call?
what I expected. Can also be seen on my example - it takes < 10 ms to load it again. @Nilesh_Ghanchi1 - you never got back to us with an answer - is it a caching issue?