osrf / gzweb

Web client for Gazebo classic simulation
http://gazebosim.org/gzweb
Other
63 stars 60 forks source link

optimize initial loading of resources in browser #44

Open osrf-migration opened 10 years ago

osrf-migration commented 10 years ago

Original report (archived issue) by Ian Chen (Bitbucket: Ian Chen, GitHub: iche033).


Now that we have many models and hence thumbnails, these images get downloaded as soon as users access gzweb, requiring them to download a up to MBs of data. It would be nice to reduce the amount of traffic sent to the client on load.

options:

osrf-migration commented 10 years ago

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


I think loading not only the thumbnails, but also each entire panel on demand would be best.

osrf-migration commented 9 years ago

Original comment by Sierra Williams (Bitbucket: sierra_williams).


Is there any way to cache the files in order to make it faster?