cyberbotics / webots

Webots Robot Simulator
https://cyberbotics.com
Apache License 2.0
3.2k stars 1.68k forks source link

Optimize web simulations loading time #2691

Open omichel opened 3 years ago

omichel commented 3 years ago

The web interface of Webots needs to load 3D world files and textures to display the 3D scene. Depending on the complexity of the world, number and size of textures, network bandwidth, local machine horsepower, etc. this process takes a few seconds. We should study a number of different world files and find solutions to speed-up their loading time in the web interface. This may include:

stefaniapedrazzi commented 3 years ago

We should update this issue, part of it seems to be already addressed in R2021b, and add a milestone.

BenjaminDeleze commented 3 years ago

WebotsJS suffers from two known slowdowns when loading worlds:

BenjaminDeleze commented 2 years ago

Some progess have been done:

Some other ideas of what could be done: