Mergemeshes takes a lot of time

Is there any way to speed it up?

Merging improves the FPS at runtime, but at the cost of increasing the load time.

I have many mesh of the same material. In order to improve FPS. Merger seems to be the best option

Have you considered https://doc.babylonjs.com/how_to/solid_particles?

It is very difficult to give advice about optimization of multiple meshes without knowing more about your approach. For example are you creating your meshes or importing them, how many different meshes are there, are you using instances etc?

https://forum.babylonjs.com/t/my-experience-in-babylon-performance-optimization-and-problems-encountered/7756。Please check this post of mine. The wall uses merge.

This might increase download time or server resources, but have you tried taking your scene and serializing it? Trying to build everything when the scene is loading has its limits. You are building all these meshes, only to merge them.

Seems like all this work being done might also have really bad lag on under powered machines. If it were me, I would rather deal with machines on slower networks than ancient CPUS or very little memory.

Thank you for your attention. Each project is different. What you said is not suitable for my project.

Perhaps something like this would be faster https://www.babylonjs-playground.com/#PDRDFA#8

This is how my walls were created and merged. It’s just that there are too many walls in my scene. Merge taim